From 6dbf535f8e815efa503c418d700d2d32720b9b1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 22:55:05 +0000 Subject: [PATCH 1/2] Bump webpack from 5.70.0 to 5.91.0 in /pkg/ui/react-app Bumps [webpack](https://github.com/webpack/webpack) from 5.70.0 to 5.91.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.70.0...v5.91.0) --- updated-dependencies: - dependency-name: webpack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- pkg/ui/react-app/package-lock.json | 840 ++++++++++++++++------------- 1 file changed, 458 insertions(+), 382 deletions(-) diff --git a/pkg/ui/react-app/package-lock.json b/pkg/ui/react-app/package-lock.json index f1f1e0c172..0f8a7cd32a 100644 --- a/pkg/ui/react-app/package-lock.json +++ b/pkg/ui/react-app/package-lock.json @@ -3606,29 +3606,62 @@ "node": ">=8" } }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", + "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", + "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.2.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.24" + }, + "engines": { + "node": ">=6.0.0" + } + }, "node_modules/@jridgewell/resolve-uri": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz", - "integrity": "sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", "devOptional": true, "engines": { "node": ">=6.0.0" } }, + "node_modules/@jridgewell/set-array": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", + "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/source-map": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz", + "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", + "dev": true, + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25" + } + }, "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.11", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz", - "integrity": "sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==", + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", "devOptional": true }, "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.4", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz", - "integrity": "sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ==", + "version": "0.3.25", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", + "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", "devOptional": true, "dependencies": { - "@jridgewell/resolve-uri": "^3.0.3", - "@jridgewell/sourcemap-codec": "^1.4.10" + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" } }, "node_modules/@lezer/common": { @@ -4386,9 +4419,9 @@ } }, "node_modules/@types/estree": { - "version": "0.0.51", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz", - "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", + "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", "dev": true }, "node_modules/@types/express": { @@ -4999,148 +5032,148 @@ } }, "node_modules/@webassemblyjs/ast": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", - "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz", + "integrity": "sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==", "dev": true, "dependencies": { - "@webassemblyjs/helper-numbers": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1" + "@webassemblyjs/helper-numbers": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6" } }, "node_modules/@webassemblyjs/floating-point-hex-parser": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz", - "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", + "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==", "dev": true }, "node_modules/@webassemblyjs/helper-api-error": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz", - "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", + "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==", "dev": true }, "node_modules/@webassemblyjs/helper-buffer": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz", - "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz", + "integrity": "sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==", "dev": true }, "node_modules/@webassemblyjs/helper-numbers": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz", - "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", + "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", "dev": true, "dependencies": { - "@webassemblyjs/floating-point-hex-parser": "1.11.1", - "@webassemblyjs/helper-api-error": "1.11.1", + "@webassemblyjs/floating-point-hex-parser": "1.11.6", + "@webassemblyjs/helper-api-error": "1.11.6", "@xtuc/long": "4.2.2" } }, "node_modules/@webassemblyjs/helper-wasm-bytecode": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz", - "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", + "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==", "dev": true }, "node_modules/@webassemblyjs/helper-wasm-section": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz", - "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz", + "integrity": "sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==", "dev": true, "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1" + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-buffer": "1.12.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/wasm-gen": "1.12.1" } }, "node_modules/@webassemblyjs/ieee754": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz", - "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", + "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", "dev": true, "dependencies": { "@xtuc/ieee754": "^1.2.0" } }, "node_modules/@webassemblyjs/leb128": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz", - "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", + "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", "dev": true, "dependencies": { "@xtuc/long": "4.2.2" } }, "node_modules/@webassemblyjs/utf8": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz", - "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", + "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==", "dev": true }, "node_modules/@webassemblyjs/wasm-edit": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz", - "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz", + "integrity": "sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==", "dev": true, "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/helper-wasm-section": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1", - "@webassemblyjs/wasm-opt": "1.11.1", - "@webassemblyjs/wasm-parser": "1.11.1", - "@webassemblyjs/wast-printer": "1.11.1" + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-buffer": "1.12.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/helper-wasm-section": "1.12.1", + "@webassemblyjs/wasm-gen": "1.12.1", + "@webassemblyjs/wasm-opt": "1.12.1", + "@webassemblyjs/wasm-parser": "1.12.1", + "@webassemblyjs/wast-printer": "1.12.1" } }, "node_modules/@webassemblyjs/wasm-gen": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz", - "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz", + "integrity": "sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==", "dev": true, "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/ieee754": "1.11.1", - "@webassemblyjs/leb128": "1.11.1", - "@webassemblyjs/utf8": "1.11.1" + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/ieee754": "1.11.6", + "@webassemblyjs/leb128": "1.11.6", + "@webassemblyjs/utf8": "1.11.6" } }, "node_modules/@webassemblyjs/wasm-opt": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz", - "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz", + "integrity": "sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==", "dev": true, "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1", - "@webassemblyjs/wasm-parser": "1.11.1" + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-buffer": "1.12.1", + "@webassemblyjs/wasm-gen": "1.12.1", + "@webassemblyjs/wasm-parser": "1.12.1" } }, "node_modules/@webassemblyjs/wasm-parser": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz", - "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz", + "integrity": "sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==", "dev": true, "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-api-error": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/ieee754": "1.11.1", - "@webassemblyjs/leb128": "1.11.1", - "@webassemblyjs/utf8": "1.11.1" + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-api-error": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/ieee754": "1.11.6", + "@webassemblyjs/leb128": "1.11.6", + "@webassemblyjs/utf8": "1.11.6" } }, "node_modules/@webassemblyjs/wast-printer": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz", - "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz", + "integrity": "sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==", "dev": true, "dependencies": { - "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/ast": "1.12.1", "@xtuc/long": "4.2.2" } }, @@ -6117,26 +6150,35 @@ "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==" }, "node_modules/browserslist": { - "version": "4.20.0", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.20.0.tgz", - "integrity": "sha512-bnpOoa+DownbciXj0jVGENf8VYQnE2LNWomhYuCsMmmx9Jd9lwq0WXODuwpSsp8AVdKM2/HorrzxAfbKvWTByQ==", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", + "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", "devOptional": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], "dependencies": { - "caniuse-lite": "^1.0.30001313", - "electron-to-chromium": "^1.4.76", - "escalade": "^3.1.1", - "node-releases": "^2.0.2", - "picocolors": "^1.0.0" + "caniuse-lite": "^1.0.30001587", + "electron-to-chromium": "^1.4.668", + "node-releases": "^2.0.14", + "update-browserslist-db": "^1.0.13" }, "bin": { "browserslist": "cli.js" }, "engines": { "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" } }, "node_modules/bser": { @@ -6244,14 +6286,24 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001316", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001316.tgz", - "integrity": "sha512-JgUdNoZKxPZFzbzJwy4hDSyGuH/gXz2rN51QmoR8cBQsVo58llD3A0vlRKKRt8FGf5u69P9eQyIH8/z9vN/S0Q==", + "version": "1.0.30001617", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001617.tgz", + "integrity": "sha512-mLyjzNI9I+Pix8zwcrpxEbGlfqOkF9kM3ptzmKNw5tizSyYwMe+nGLTqMK9cO+0E+Bh6TsBxNAaHWEM8xwSsmA==", "devOptional": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - } + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ] }, "node_modules/case-sensitive-paths-webpack-plugin": { "version": "2.4.0", @@ -7642,9 +7694,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.82", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.82.tgz", - "integrity": "sha512-Ks+ANzLoIrFDUOJdjxYMH6CMKB8UQo5modAwvSZTxgF+vEs/U7G5IbWFUp6dS4klPkTDVdxbORuk8xAXXhMsWw==", + "version": "1.4.762", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.762.tgz", + "integrity": "sha512-rrFvGweLxPwwSwJOjIopy3Vr+J3cIPtZzuc74bmlvmBIgQO3VYJDvVrlj94iKZ3ukXUH64Ex31hSfRTLqvjYJQ==", "devOptional": true }, "node_modules/emittery": { @@ -7683,9 +7735,9 @@ } }, "node_modules/enhanced-resolve": { - "version": "5.9.2", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.9.2.tgz", - "integrity": "sha512-GIm3fQfwLJ8YZx2smuHpBKkXC1yOk+OBEmKckVyL0i/ea8mqDEykK3ld5dgH1QYPNyT/lIllxV2LULnxCHaHkA==", + "version": "5.16.1", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.16.1.tgz", + "integrity": "sha512-4U5pNsuDl0EhuZpq46M5xPslstkviJuhrdobaRDBk2Jy2KO37FDAJl4lb2KlNabxT0m4MTK2UHNrsAcphE8nyw==", "dev": true, "dependencies": { "graceful-fs": "^4.2.4", @@ -7889,9 +7941,9 @@ "dev": true }, "node_modules/es-module-lexer": { - "version": "0.9.3", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz", - "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.2.tgz", + "integrity": "sha512-l60ETUTmLqbVbVHv1J4/qj+M8nq7AwMzEcg3kmJDt9dCNrTk+yHcYFf/Kw75pMDwd9mPcIGCG5LcS20SxYRzFA==", "dev": true }, "node_modules/es-to-primitive": { @@ -7911,8 +7963,9 @@ } }, "node_modules/escalade": { - "version": "3.1.1", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", + "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", "devOptional": true, "engines": { "node": ">=6" @@ -9631,9 +9684,9 @@ } }, "node_modules/graceful-fs": { - "version": "4.2.9", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz", - "integrity": "sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==", + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", "dev": true }, "node_modules/gud": { @@ -13849,12 +13902,6 @@ "node": ">=4" } }, - "node_modules/json-parse-better-errors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", - "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", - "dev": true - }, "node_modules/json-parse-even-better-errors": { "version": "2.3.1", "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", @@ -14575,9 +14622,9 @@ "dev": true }, "node_modules/node-releases": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.2.tgz", - "integrity": "sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg==", + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", + "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==", "devOptional": true }, "node_modules/normalize-path": { @@ -17912,9 +17959,9 @@ } }, "node_modules/schema-utils": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, "dependencies": { "@types/json-schema": "^7.0.8", @@ -18007,9 +18054,9 @@ "dev": true }, "node_modules/serialize-javascript": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz", - "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", + "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", "dev": true, "dependencies": { "randombytes": "^2.1.0" @@ -18975,14 +19022,14 @@ } }, "node_modules/terser": { - "version": "5.12.1", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.12.1.tgz", - "integrity": "sha512-NXbs+7nisos5E+yXwAD+y7zrcTkMqb0dEJxIGtSKPdCBzopf7ni4odPul2aechpV7EXNvOudYOX2bb5tln1jbQ==", + "version": "5.31.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.0.tgz", + "integrity": "sha512-Q1JFAoUKE5IMfI4Z/lkE/E6+SwgzO+x4tq4v1AyBLRj8VSYvRO6A/rQrPg1yud4g0En9EKI1TvFRF2tQFcoUkg==", "dev": true, "dependencies": { - "acorn": "^8.5.0", + "@jridgewell/source-map": "^0.3.3", + "acorn": "^8.8.2", "commander": "^2.20.0", - "source-map": "~0.7.2", "source-map-support": "~0.5.20" }, "bin": { @@ -18993,16 +19040,16 @@ } }, "node_modules/terser-webpack-plugin": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.1.tgz", - "integrity": "sha512-GvlZdT6wPQKbDNW/GDQzZFg/j4vKU96yl2q6mcUkzKOgW4gwf1Z8cZToUCrz31XHlPWH8MVb1r2tFtdDtTGJ7g==", + "version": "5.3.10", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz", + "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==", "dev": true, "dependencies": { + "@jridgewell/trace-mapping": "^0.3.20", "jest-worker": "^27.4.5", "schema-utils": "^3.1.1", - "serialize-javascript": "^6.0.0", - "source-map": "^0.6.1", - "terser": "^5.7.2" + "serialize-javascript": "^6.0.1", + "terser": "^5.26.0" }, "engines": { "node": ">= 10.13.0" @@ -19026,19 +19073,10 @@ } } }, - "node_modules/terser-webpack-plugin/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/terser/node_modules/acorn": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz", - "integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==", + "version": "8.11.3", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", + "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", "dev": true, "bin": { "acorn": "bin/acorn" @@ -19053,15 +19091,6 @@ "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", "dev": true }, - "node_modules/terser/node_modules/source-map": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", - "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", - "dev": true, - "engines": { - "node": ">= 8" - } - }, "node_modules/test-exclude": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", @@ -19405,6 +19434,36 @@ "yarn": "*" } }, + "node_modules/update-browserslist-db": { + "version": "1.0.15", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.15.tgz", + "integrity": "sha512-K9HWH62x3/EalU1U6sjSZiylm9C8tgq2mSvshZpqc7QE69RaA2qjhkW2HlNA0tFpEbtyFz7HTqbSdN4MSwUodA==", + "devOptional": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "escalade": "^3.1.2", + "picocolors": "^1.0.0" + }, + "bin": { + "update-browserslist-db": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, "node_modules/uri-js": { "version": "4.4.1", "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", @@ -19554,9 +19613,9 @@ } }, "node_modules/watchpack": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.3.1.tgz", - "integrity": "sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA==", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.1.tgz", + "integrity": "sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==", "dev": true, "dependencies": { "glob-to-regexp": "^0.4.1", @@ -19583,34 +19642,34 @@ } }, "node_modules/webpack": { - "version": "5.70.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.70.0.tgz", - "integrity": "sha512-ZMWWy8CeuTTjCxbeaQI21xSswseF2oNOwc70QSKNePvmxE7XW36i7vpBMYZFAUHPwQiEbNGCEYIOOlyRbdGmxw==", + "version": "5.91.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.91.0.tgz", + "integrity": "sha512-rzVwlLeBWHJbmgTC/8TvAcu5vpJNII+MelQpylD4jNERPwpBJOE2lEcko1zJX3QJeLjTTAnQxn/OJ8bjDzVQaw==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.3", - "@types/estree": "^0.0.51", - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/wasm-edit": "1.11.1", - "@webassemblyjs/wasm-parser": "1.11.1", - "acorn": "^8.4.1", - "acorn-import-assertions": "^1.7.6", - "browserslist": "^4.14.5", + "@types/estree": "^1.0.5", + "@webassemblyjs/ast": "^1.12.1", + "@webassemblyjs/wasm-edit": "^1.12.1", + "@webassemblyjs/wasm-parser": "^1.12.1", + "acorn": "^8.7.1", + "acorn-import-assertions": "^1.9.0", + "browserslist": "^4.21.10", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.9.2", - "es-module-lexer": "^0.9.0", + "enhanced-resolve": "^5.16.0", + "es-module-lexer": "^1.2.1", "eslint-scope": "5.1.1", "events": "^3.2.0", "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.2.9", - "json-parse-better-errors": "^1.0.2", + "graceful-fs": "^4.2.11", + "json-parse-even-better-errors": "^2.3.1", "loader-runner": "^4.2.0", "mime-types": "^2.1.27", "neo-async": "^2.6.2", - "schema-utils": "^3.1.0", + "schema-utils": "^3.2.0", "tapable": "^2.1.1", - "terser-webpack-plugin": "^5.1.3", - "watchpack": "^2.3.1", + "terser-webpack-plugin": "^5.3.10", + "watchpack": "^2.4.1", "webpack-sources": "^3.2.3" }, "bin": { @@ -19906,9 +19965,9 @@ } }, "node_modules/webpack/node_modules/acorn": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz", - "integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==", + "version": "8.11.3", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", + "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", "dev": true, "bin": { "acorn": "bin/acorn" @@ -19918,9 +19977,9 @@ } }, "node_modules/webpack/node_modules/acorn-import-assertions": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz", - "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz", + "integrity": "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==", "dev": true, "peerDependencies": { "acorn": "^8" @@ -23059,26 +23118,53 @@ } } }, + "@jridgewell/gen-mapping": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", + "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", + "dev": true, + "requires": { + "@jridgewell/set-array": "^1.2.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.24" + } + }, "@jridgewell/resolve-uri": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz", - "integrity": "sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", "devOptional": true }, + "@jridgewell/set-array": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", + "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", + "dev": true + }, + "@jridgewell/source-map": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz", + "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", + "dev": true, + "requires": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25" + } + }, "@jridgewell/sourcemap-codec": { - "version": "1.4.11", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz", - "integrity": "sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==", + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", "devOptional": true }, "@jridgewell/trace-mapping": { - "version": "0.3.4", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz", - "integrity": "sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ==", + "version": "0.3.25", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", + "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", "devOptional": true, "requires": { - "@jridgewell/resolve-uri": "^3.0.3", - "@jridgewell/sourcemap-codec": "^1.4.10" + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" } }, "@lezer/common": { @@ -23600,9 +23686,9 @@ } }, "@types/estree": { - "version": "0.0.51", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz", - "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", + "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", "dev": true }, "@types/express": { @@ -24092,148 +24178,148 @@ } }, "@webassemblyjs/ast": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", - "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz", + "integrity": "sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==", "dev": true, "requires": { - "@webassemblyjs/helper-numbers": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1" + "@webassemblyjs/helper-numbers": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6" } }, "@webassemblyjs/floating-point-hex-parser": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz", - "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", + "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==", "dev": true }, "@webassemblyjs/helper-api-error": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz", - "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", + "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==", "dev": true }, "@webassemblyjs/helper-buffer": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz", - "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz", + "integrity": "sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==", "dev": true }, "@webassemblyjs/helper-numbers": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz", - "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", + "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", "dev": true, "requires": { - "@webassemblyjs/floating-point-hex-parser": "1.11.1", - "@webassemblyjs/helper-api-error": "1.11.1", + "@webassemblyjs/floating-point-hex-parser": "1.11.6", + "@webassemblyjs/helper-api-error": "1.11.6", "@xtuc/long": "4.2.2" } }, "@webassemblyjs/helper-wasm-bytecode": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz", - "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", + "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==", "dev": true }, "@webassemblyjs/helper-wasm-section": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz", - "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz", + "integrity": "sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==", "dev": true, "requires": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1" + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-buffer": "1.12.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/wasm-gen": "1.12.1" } }, "@webassemblyjs/ieee754": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz", - "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", + "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", "dev": true, "requires": { "@xtuc/ieee754": "^1.2.0" } }, "@webassemblyjs/leb128": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz", - "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", + "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", "dev": true, "requires": { "@xtuc/long": "4.2.2" } }, "@webassemblyjs/utf8": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz", - "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", + "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==", "dev": true }, "@webassemblyjs/wasm-edit": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz", - "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz", + "integrity": "sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==", "dev": true, "requires": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/helper-wasm-section": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1", - "@webassemblyjs/wasm-opt": "1.11.1", - "@webassemblyjs/wasm-parser": "1.11.1", - "@webassemblyjs/wast-printer": "1.11.1" + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-buffer": "1.12.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/helper-wasm-section": "1.12.1", + "@webassemblyjs/wasm-gen": "1.12.1", + "@webassemblyjs/wasm-opt": "1.12.1", + "@webassemblyjs/wasm-parser": "1.12.1", + "@webassemblyjs/wast-printer": "1.12.1" } }, "@webassemblyjs/wasm-gen": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz", - "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz", + "integrity": "sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==", "dev": true, "requires": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/ieee754": "1.11.1", - "@webassemblyjs/leb128": "1.11.1", - "@webassemblyjs/utf8": "1.11.1" + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/ieee754": "1.11.6", + "@webassemblyjs/leb128": "1.11.6", + "@webassemblyjs/utf8": "1.11.6" } }, "@webassemblyjs/wasm-opt": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz", - "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz", + "integrity": "sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==", "dev": true, "requires": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1", - "@webassemblyjs/wasm-parser": "1.11.1" + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-buffer": "1.12.1", + "@webassemblyjs/wasm-gen": "1.12.1", + "@webassemblyjs/wasm-parser": "1.12.1" } }, "@webassemblyjs/wasm-parser": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz", - "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz", + "integrity": "sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==", "dev": true, "requires": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-api-error": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/ieee754": "1.11.1", - "@webassemblyjs/leb128": "1.11.1", - "@webassemblyjs/utf8": "1.11.1" + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-api-error": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/ieee754": "1.11.6", + "@webassemblyjs/leb128": "1.11.6", + "@webassemblyjs/utf8": "1.11.6" } }, "@webassemblyjs/wast-printer": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz", - "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz", + "integrity": "sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==", "dev": true, "requires": { - "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/ast": "1.12.1", "@xtuc/long": "4.2.2" } }, @@ -24991,16 +25077,15 @@ "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==" }, "browserslist": { - "version": "4.20.0", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.20.0.tgz", - "integrity": "sha512-bnpOoa+DownbciXj0jVGENf8VYQnE2LNWomhYuCsMmmx9Jd9lwq0WXODuwpSsp8AVdKM2/HorrzxAfbKvWTByQ==", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", + "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", "devOptional": true, "requires": { - "caniuse-lite": "^1.0.30001313", - "electron-to-chromium": "^1.4.76", - "escalade": "^3.1.1", - "node-releases": "^2.0.2", - "picocolors": "^1.0.0" + "caniuse-lite": "^1.0.30001587", + "electron-to-chromium": "^1.4.668", + "node-releases": "^2.0.14", + "update-browserslist-db": "^1.0.13" } }, "bser": { @@ -25084,9 +25169,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001316", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001316.tgz", - "integrity": "sha512-JgUdNoZKxPZFzbzJwy4hDSyGuH/gXz2rN51QmoR8cBQsVo58llD3A0vlRKKRt8FGf5u69P9eQyIH8/z9vN/S0Q==", + "version": "1.0.30001617", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001617.tgz", + "integrity": "sha512-mLyjzNI9I+Pix8zwcrpxEbGlfqOkF9kM3ptzmKNw5tizSyYwMe+nGLTqMK9cO+0E+Bh6TsBxNAaHWEM8xwSsmA==", "devOptional": true }, "case-sensitive-paths-webpack-plugin": { @@ -26129,9 +26214,9 @@ } }, "electron-to-chromium": { - "version": "1.4.82", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.82.tgz", - "integrity": "sha512-Ks+ANzLoIrFDUOJdjxYMH6CMKB8UQo5modAwvSZTxgF+vEs/U7G5IbWFUp6dS4klPkTDVdxbORuk8xAXXhMsWw==", + "version": "1.4.762", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.762.tgz", + "integrity": "sha512-rrFvGweLxPwwSwJOjIopy3Vr+J3cIPtZzuc74bmlvmBIgQO3VYJDvVrlj94iKZ3ukXUH64Ex31hSfRTLqvjYJQ==", "devOptional": true }, "emittery": { @@ -26158,9 +26243,9 @@ "dev": true }, "enhanced-resolve": { - "version": "5.9.2", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.9.2.tgz", - "integrity": "sha512-GIm3fQfwLJ8YZx2smuHpBKkXC1yOk+OBEmKckVyL0i/ea8mqDEykK3ld5dgH1QYPNyT/lIllxV2LULnxCHaHkA==", + "version": "5.16.1", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.16.1.tgz", + "integrity": "sha512-4U5pNsuDl0EhuZpq46M5xPslstkviJuhrdobaRDBk2Jy2KO37FDAJl4lb2KlNabxT0m4MTK2UHNrsAcphE8nyw==", "dev": true, "requires": { "graceful-fs": "^4.2.4", @@ -26326,9 +26411,9 @@ "dev": true }, "es-module-lexer": { - "version": "0.9.3", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz", - "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.2.tgz", + "integrity": "sha512-l60ETUTmLqbVbVHv1J4/qj+M8nq7AwMzEcg3kmJDt9dCNrTk+yHcYFf/Kw75pMDwd9mPcIGCG5LcS20SxYRzFA==", "dev": true }, "es-to-primitive": { @@ -26342,8 +26427,9 @@ } }, "escalade": { - "version": "3.1.1", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", + "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", "devOptional": true }, "escape-html": { @@ -27584,9 +27670,9 @@ } }, "graceful-fs": { - "version": "4.2.9", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz", - "integrity": "sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==", + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", "dev": true }, "gud": { @@ -30743,12 +30829,6 @@ "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", "devOptional": true }, - "json-parse-better-errors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", - "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", - "dev": true - }, "json-parse-even-better-errors": { "version": "2.3.1", "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", @@ -31319,9 +31399,9 @@ "dev": true }, "node-releases": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.2.tgz", - "integrity": "sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg==", + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", + "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==", "devOptional": true }, "normalize-path": { @@ -33647,9 +33727,9 @@ } }, "schema-utils": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, "requires": { "@types/json-schema": "^7.0.8", @@ -33727,9 +33807,9 @@ } }, "serialize-javascript": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz", - "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", + "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", "dev": true, "requires": { "randombytes": "^2.1.0" @@ -34474,21 +34554,21 @@ } }, "terser": { - "version": "5.12.1", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.12.1.tgz", - "integrity": "sha512-NXbs+7nisos5E+yXwAD+y7zrcTkMqb0dEJxIGtSKPdCBzopf7ni4odPul2aechpV7EXNvOudYOX2bb5tln1jbQ==", + "version": "5.31.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.0.tgz", + "integrity": "sha512-Q1JFAoUKE5IMfI4Z/lkE/E6+SwgzO+x4tq4v1AyBLRj8VSYvRO6A/rQrPg1yud4g0En9EKI1TvFRF2tQFcoUkg==", "dev": true, "requires": { - "acorn": "^8.5.0", + "@jridgewell/source-map": "^0.3.3", + "acorn": "^8.8.2", "commander": "^2.20.0", - "source-map": "~0.7.2", "source-map-support": "~0.5.20" }, "dependencies": { "acorn": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz", - "integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==", + "version": "8.11.3", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", + "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", "dev": true }, "commander": { @@ -34496,34 +34576,20 @@ "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", "dev": true - }, - "source-map": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", - "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", - "dev": true } } }, "terser-webpack-plugin": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.1.tgz", - "integrity": "sha512-GvlZdT6wPQKbDNW/GDQzZFg/j4vKU96yl2q6mcUkzKOgW4gwf1Z8cZToUCrz31XHlPWH8MVb1r2tFtdDtTGJ7g==", + "version": "5.3.10", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz", + "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==", "dev": true, "requires": { + "@jridgewell/trace-mapping": "^0.3.20", "jest-worker": "^27.4.5", "schema-utils": "^3.1.1", - "serialize-javascript": "^6.0.0", - "source-map": "^0.6.1", - "terser": "^5.7.2" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } + "serialize-javascript": "^6.0.1", + "terser": "^5.26.0" } }, "test-exclude": { @@ -34789,6 +34855,16 @@ "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==", "dev": true }, + "update-browserslist-db": { + "version": "1.0.15", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.15.tgz", + "integrity": "sha512-K9HWH62x3/EalU1U6sjSZiylm9C8tgq2mSvshZpqc7QE69RaA2qjhkW2HlNA0tFpEbtyFz7HTqbSdN4MSwUodA==", + "devOptional": true, + "requires": { + "escalade": "^3.1.2", + "picocolors": "^1.0.0" + } + }, "uri-js": { "version": "4.4.1", "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", @@ -34915,9 +34991,9 @@ } }, "watchpack": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.3.1.tgz", - "integrity": "sha512-x0t0JuydIo8qCNctdDrn1OzH/qDzk2+rdCOC3YzumZ42fiMqmQ7T3xQurykYMhYfHaPHTp4ZxAx2NfUo1K6QaA==", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.1.tgz", + "integrity": "sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==", "dev": true, "requires": { "glob-to-regexp": "^0.4.1", @@ -34938,47 +35014,47 @@ "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==" }, "webpack": { - "version": "5.70.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.70.0.tgz", - "integrity": "sha512-ZMWWy8CeuTTjCxbeaQI21xSswseF2oNOwc70QSKNePvmxE7XW36i7vpBMYZFAUHPwQiEbNGCEYIOOlyRbdGmxw==", + "version": "5.91.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.91.0.tgz", + "integrity": "sha512-rzVwlLeBWHJbmgTC/8TvAcu5vpJNII+MelQpylD4jNERPwpBJOE2lEcko1zJX3QJeLjTTAnQxn/OJ8bjDzVQaw==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.3", - "@types/estree": "^0.0.51", - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/wasm-edit": "1.11.1", - "@webassemblyjs/wasm-parser": "1.11.1", - "acorn": "^8.4.1", - "acorn-import-assertions": "^1.7.6", - "browserslist": "^4.14.5", + "@types/estree": "^1.0.5", + "@webassemblyjs/ast": "^1.12.1", + "@webassemblyjs/wasm-edit": "^1.12.1", + "@webassemblyjs/wasm-parser": "^1.12.1", + "acorn": "^8.7.1", + "acorn-import-assertions": "^1.9.0", + "browserslist": "^4.21.10", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.9.2", - "es-module-lexer": "^0.9.0", + "enhanced-resolve": "^5.16.0", + "es-module-lexer": "^1.2.1", "eslint-scope": "5.1.1", "events": "^3.2.0", "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.2.9", - "json-parse-better-errors": "^1.0.2", + "graceful-fs": "^4.2.11", + "json-parse-even-better-errors": "^2.3.1", "loader-runner": "^4.2.0", "mime-types": "^2.1.27", "neo-async": "^2.6.2", - "schema-utils": "^3.1.0", + "schema-utils": "^3.2.0", "tapable": "^2.1.1", - "terser-webpack-plugin": "^5.1.3", - "watchpack": "^2.3.1", + "terser-webpack-plugin": "^5.3.10", + "watchpack": "^2.4.1", "webpack-sources": "^3.2.3" }, "dependencies": { "acorn": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz", - "integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==", + "version": "8.11.3", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", + "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", "dev": true }, "acorn-import-assertions": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz", - "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz", + "integrity": "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==", "dev": true, "requires": {} } From a27c96a6dd2cc5b696884b45878bab8fb0859379 Mon Sep 17 00:00:00 2001 From: Filip Petkovski Date: Fri, 10 May 2024 09:56:41 +0200 Subject: [PATCH 2/2] Rebuild react app Signed-off-by: Filip Petkovski --- pkg/ui/static/react/asset-manifest.json | 12 ++++++------ pkg/ui/static/react/index.html | 2 +- pkg/ui/static/react/static/css/main.17d667f4.css | 6 ++++++ pkg/ui/static/react/static/css/main.17d667f4.css.map | 1 + pkg/ui/static/react/static/css/main.5a4981c4.css | 6 ------ pkg/ui/static/react/static/css/main.5a4981c4.css.map | 1 - pkg/ui/static/react/static/js/main.3e8bac27.js | 3 +++ ...5.js.LICENSE.txt => main.3e8bac27.js.LICENSE.txt} | 0 pkg/ui/static/react/static/js/main.3e8bac27.js.map | 1 + pkg/ui/static/react/static/js/main.95788b55.js | 3 --- pkg/ui/static/react/static/js/main.95788b55.js.map | 1 - 11 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 pkg/ui/static/react/static/css/main.17d667f4.css create mode 100644 pkg/ui/static/react/static/css/main.17d667f4.css.map delete mode 100644 pkg/ui/static/react/static/css/main.5a4981c4.css delete mode 100644 pkg/ui/static/react/static/css/main.5a4981c4.css.map create mode 100644 pkg/ui/static/react/static/js/main.3e8bac27.js rename pkg/ui/static/react/static/js/{main.95788b55.js.LICENSE.txt => main.3e8bac27.js.LICENSE.txt} (100%) create mode 100644 pkg/ui/static/react/static/js/main.3e8bac27.js.map delete mode 100644 pkg/ui/static/react/static/js/main.95788b55.js delete mode 100644 pkg/ui/static/react/static/js/main.95788b55.js.map diff --git a/pkg/ui/static/react/asset-manifest.json b/pkg/ui/static/react/asset-manifest.json index acc4fb2093..9e3d9f3cdd 100644 --- a/pkg/ui/static/react/asset-manifest.json +++ b/pkg/ui/static/react/asset-manifest.json @@ -1,15 +1,15 @@ { "files": { - "main.css": "./static/css/main.5a4981c4.css", - "main.js": "./static/js/main.95788b55.js", + "main.css": "./static/css/main.17d667f4.css", + "main.js": "./static/js/main.3e8bac27.js", "static/media/codicon.ttf": "./static/media/codicon.b3726f0165bf67ac6849.ttf", "index.html": "./index.html", "static/media/index.cjs": "./static/media/index.cd351d7c31d0d3fccf96.cjs", - "main.5a4981c4.css.map": "./static/css/main.5a4981c4.css.map", - "main.95788b55.js.map": "./static/js/main.95788b55.js.map" + "main.17d667f4.css.map": "./static/css/main.17d667f4.css.map", + "main.3e8bac27.js.map": "./static/js/main.3e8bac27.js.map" }, "entrypoints": [ - "static/css/main.5a4981c4.css", - "static/js/main.95788b55.js" + "static/css/main.17d667f4.css", + "static/js/main.3e8bac27.js" ] } \ No newline at end of file diff --git a/pkg/ui/static/react/index.html b/pkg/ui/static/react/index.html index 6e97892076..b589b43ab8 100644 --- a/pkg/ui/static/react/index.html +++ b/pkg/ui/static/react/index.html @@ -1 +1 @@ -Thanos | Highly available Prometheus setup
\ No newline at end of file +Thanos | Highly available Prometheus setup
\ No newline at end of file diff --git a/pkg/ui/static/react/static/css/main.17d667f4.css b/pkg/ui/static/react/static/css/main.17d667f4.css new file mode 100644 index 0000000000..0fb47bee91 --- /dev/null +++ b/pkg/ui/static/react/static/css/main.17d667f4.css @@ -0,0 +1,6 @@ +/*!@preserve + * Tempus Dominus Bootstrap4 v5.39.0 (https://tempusdominus.github.io/bootstrap-4/) + * Copyright 2016-2020 Jonathan Peterson and contributors + * Licensed under MIT (https://github.com/tempusdominus/bootstrap-3/blob/master/LICENSE) + */.bootstrap-datetimepicker-widget .btn[data-action=clear]:after,.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]:after,.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]:after,.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]:after,.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]:after,.bootstrap-datetimepicker-widget .btn[data-action=showHours]:after,.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]:after,.bootstrap-datetimepicker-widget .btn[data-action=today]:after,.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]:after,.bootstrap-datetimepicker-widget .picker-switch:after,.bootstrap-datetimepicker-widget table th.next:after,.bootstrap-datetimepicker-widget table th.prev:after,.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}body.tempusdominus-bootstrap-datetimepicker-widget-day-click,body.tempusdominus-bootstrap-datetimepicker-widget-day-click *{cursor:pointer!important}body.tempusdominus-bootstrap-datetimepicker-widget-day-click{position:relative!important}.tempusdominus-bootstrap-datetimepicker-widget-day-click-glass-panel{bottom:0;cursor:pointer!important;left:0;position:absolute;right:0;top:0;z-index:999999999999}.bootstrap-datetimepicker-widget .datepicker-days tbody td{cursor:pointer}.bootstrap-datetimepicker-widget{list-style:none}.bootstrap-datetimepicker-widget.dropdown-menu{display:block;margin:2px 0;padding:4px;width:14rem}.bootstrap-datetimepicker-widget.dropdown-menu.tempusdominus-bootstrap-datetimepicker-widget-with-calendar-weeks,.bootstrap-datetimepicker-widget.dropdown-menu.tempusdominus-bootstrap-datetimepicker-widget-with-feather-icons{width:16rem}.bootstrap-datetimepicker-widget.dropdown-menu.tempusdominus-bootstrap-datetimepicker-widget-with-calendar-weeks.tempusdominus-bootstrap-datetimepicker-widget-with-feather-icons{width:17rem}@media (min-width:576px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:768px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:992px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}.bootstrap-datetimepicker-widget.dropdown-menu:after,.bootstrap-datetimepicker-widget.dropdown-menu:before{content:"";display:inline-block;position:absolute}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before{border-bottom:7px solid #0003;border-left:7px solid #0000;border-right:7px solid #0000;left:7px;top:-7px}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-bottom:6px solid #fff;border-left:6px solid #0000;border-right:6px solid #0000;left:8px;top:-6px}.bootstrap-datetimepicker-widget.dropdown-menu.top:before{border-left:7px solid #0000;border-right:7px solid #0000;border-top:7px solid #0003;bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-left:6px solid #0000;border-right:6px solid #0000;border-top:6px solid #fff;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.float-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.dropdown-menu.float-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget.dropdown-menu.wider{width:16rem}.bootstrap-datetimepicker-widget .list-unstyled{margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{font-size:1.2em;font-weight:700;margin:0;width:54px}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]{font-family:Arial,sans-serif,-apple-system,system-ui,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;height:38px;text-align:center;width:38px}.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]:after{content:"Increment Hours"}.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]:after{content:"Increment Minutes"}.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]:after{content:"Decrement Hours"}.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]:after{content:"Decrement Minutes"}.bootstrap-datetimepicker-widget .btn[data-action=showHours]:after{content:"Show Hours"}.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]:after{content:"Show Minutes"}.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]:after{content:"Toggle AM/PM"}.bootstrap-datetimepicker-widget .btn[data-action=clear]:after{content:"Clear the picker"}.bootstrap-datetimepicker-widget .btn[data-action=today]:after{content:"Set the date to today"}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget .picker-switch:after{content:"Toggle Date and Time Screens"}.bootstrap-datetimepicker-widget .picker-switch td{height:auto;line-height:inherit;margin:0;padding:0;width:auto}.bootstrap-datetimepicker-widget .picker-switch td span{height:2.5em;line-height:2.5;width:100%}.bootstrap-datetimepicker-widget .picker-switch.picker-switch-with-feathers-icons td span{height:2.8em;line-height:2.8}.bootstrap-datetimepicker-widget table{margin:0;width:100%}.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th{border-radius:.25rem;text-align:center}.bootstrap-datetimepicker-widget table th{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table th.picker-switch{width:145px}.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover{background:0 0;color:#6c757d;cursor:not-allowed}.bootstrap-datetimepicker-widget table th.prev:after{content:"Previous Month"}.bootstrap-datetimepicker-widget table th.next:after{content:"Next Month"}.bootstrap-datetimepicker-widget table thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:#e9ecef}.bootstrap-datetimepicker-widget table td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget table td.cw{color:#6c757d;cursor:default;font-size:.8em;height:20px;line-height:20px}.bootstrap-datetimepicker-widget table td.day{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover{background:#e9ecef;cursor:pointer}.bootstrap-datetimepicker-widget table td.new,.bootstrap-datetimepicker-widget table td.old{color:#6c757d}.bootstrap-datetimepicker-widget table td.today{position:relative}.bootstrap-datetimepicker-widget table td.today:before{border-color:#0003 #0000 #007bff;border-style:solid;border-width:0 0 7px 7px;bottom:4px;content:"";display:inline-block;position:absolute;right:4px}.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{background-color:#007bff;color:#fff;text-shadow:0 -1px 0 #00000040}.bootstrap-datetimepicker-widget table td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover{background:0 0;color:#6c757d;cursor:not-allowed}.bootstrap-datetimepicker-widget table td span{border-radius:.25rem;cursor:pointer;display:inline-block;height:54px;line-height:54px;margin-bottom:2px;margin-top:2px;width:54px}.bootstrap-datetimepicker-widget table td span:hover{background:#e9ecef}.bootstrap-datetimepicker-widget table td span.active{background-color:#007bff;color:#fff;text-shadow:0 -1px 0 #00000040}.bootstrap-datetimepicker-widget table td span.old{color:#6c757d}.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover{background:0 0;color:#6c757d;cursor:not-allowed}.bootstrap-datetimepicker-widget.usetwentyfour td.hour{height:27px;line-height:27px}.bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.btn{color:#007bff;color:var(--blue,#007bff)}.bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.btn:hover{color:#0056b3}.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementHours],.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementMinutes],.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementSeconds],.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementHours],.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementMinutes],.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementSeconds],.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showHours],.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showMinutes],.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showSeconds],.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=togglePeriod],.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.day,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.hour,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.minute,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.second{cursor:default;pointer-events:none}.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementHours]:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementMinutes]:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementSeconds]:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementHours]:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementMinutes]:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementSeconds]:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showHours]:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showMinutes]:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showSeconds]:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=togglePeriod]:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.day:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.hour:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.minute:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.second:hover{background:0 0}.input-group [data-toggle=datetimepicker]{cursor:pointer}.ScrapePoolPanel_container__mwUUe{margin-top:-12px}.ScrapePoolPanel_title__SgTOh{cursor:pointer;font-size:20px;font-weight:700}.ScrapePoolPanel_danger__4lB8E{color:#f24141}.ScrapePoolPanel_table__fR2-c{width:100%}.ScrapePoolPanel_cell__7hR2J{word-wrap:break-word;height:auto;word-break:break-all}.ScrapePoolPanel_endpoint__FMY2G,.ScrapePoolPanel_labels__iJ\+7v{width:25%}.ScrapePoolPanel_last-scrape__Fu0ek,.ScrapePoolPanel_state__AncRn{width:10%}.ScrapePoolPanel_errors__etLp1{width:30%}.TargetLabels_discovered__H1zfq{white-space:nowrap}.NotFound_container__qQ5PC{height:85vh;width:100%}.ErrorBoundary_container__q5-zp,.NotFound_container__qQ5PC{align-items:center;display:flex;flex-direction:column;justify-content:center}.ErrorBoundary_container__q5-zp{min-height:100vh}button.ErrorBoundary_detailsBtn__iTaIc{font-size:1.2em;margin:2em 0}.ErrorBoundary_errorDiv__CKpY3{font-family:monospace;white-space:pre-wrap}.blocks_container__VvRYV{--top:72px;display:flex;min-height:calc(100vh - var(--top));position:relative;z-index:1}.blocks_grid__ZazGZ{width:100%}.blocks_sources__rl8vd{max-height:calc(100vh - var(--top)*2);overflow-y:auto;scrollbar-color:#b1b1b1 #0000;scrollbar-width:thin}.blocks_sources__rl8vd::-webkit-scrollbar{width:8px}.blocks_sources__rl8vd::-webkit-scrollbar-thumb{background-color:#b1b1b1;border-radius:6px}.blocks_blockDetails__ytMWm{box-sizing:border-box;margin-right:-15px;margin-top:-16px;max-width:55vw;min-width:0;overflow-x:hidden;overflow-y:auto;transition:all .2s ease-in-out;width:0}.blocks_blockDetails__ytMWm.blocks_open__DNi1D{box-shadow:0 10px 20px #00000030,0 6px 6px #0000003b;min-width:420px;padding:2em}.blocks_detailsTop__XTw42{align-items:center;display:flex;flex-wrap:wrap-reverse;justify-content:space-between;width:100%}.blocks_header__rBZkV{font-size:1.1em;font-weight:700;margin:0;padding:0}.blocks_closeBtn__xObeQ{background:none;border:none;font-size:2em;transform:translateY(-10%)}.blocks_timeRangeDiv__0Lht-{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:var(--top);justify-content:space-evenly;padding:0 3em}.blocks_timeRange__2JnqI{font-size:.9em;justify-content:space-between}.blocks_source__5eSF5,.blocks_timeRange__2JnqI{align-items:center;display:flex;width:100%}.blocks_title__tLgxv{box-sizing:border-box;padding:0 1em}.blocks_title__tLgxv>span{box-sizing:border-box;display:block;margin:0;overflow:hidden;text-align:center;text-overflow:ellipsis;width:8vw}.blocks_rowsContainer__WJLAk{border-left:3px solid teal;box-sizing:border-box;display:flex;flex-direction:column;width:100%}.blocks_row__XXEWv{--block-height:1.2em;box-sizing:initial;height:var(--block-height);margin:.1em 0;overflow-x:hidden;position:relative;width:100%}.blocks_blockSpan__-rVfz{border:none;box-sizing:border-box;height:100%;margin:0;min-width:.5%;min-width:0;mix-blend-mode:multiply;padding:0;position:absolute}.blocks_blockSpan__-rVfz:focus,.blocks_blockSpan__-rVfz:hover{box-shadow:inset 0 0 0 .2rem #0000004d;outline:none}.blocks_res-0__pFlet{--level-1:#bd96ee;--level-2:#9250e2;--level-3:#7c2cdd;--level-4:#681fc1;--level-5:#4c178c;--level-6:#391169}.blocks_res-300000__YMCfv{--level-1:#f15bb5;--level-2:#ef43aa;--level-3:#eb1e99;--level-4:#ce1283;--level-5:#a90f6b;--level-6:#830b53}.blocks_res-3600000__c4rnR{--level-1:#70dbff;--level-2:#47d1ff;--level-3:#1fc7ff;--level-4:#00b8f5;--level-5:#09c;--level-6:#007aa3}.blocks_level-1__mY8uI{background:var(--level-1)}.blocks_level-2__tLoFQ{background:var(--level-2)}.blocks_level-3__Tt6M3{background:var(--level-3)}.blocks_level-4__adSpx{background:var(--level-4)}.blocks_level-5__A2uEj{background:var(--level-5)}.blocks_level-6__93k19{background:var(--level-6)}.blocks_blockInput__Ktii1{margin-bottom:12px}.blocks_blockFilter__qqbPg{align-items:center;display:flex;flex-direction:row}.rc-slider{border-radius:6px;height:14px;padding:5px 0;position:relative;touch-action:none;width:100%}.rc-slider,.rc-slider *{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box}.rc-slider-rail{background-color:#e9e9e9;width:100%}.rc-slider-rail,.rc-slider-track{border-radius:6px;height:4px;position:absolute}.rc-slider-track{background-color:#abe2fb;left:0}.rc-slider-handle{background-color:#fff;border:2px solid #96dbfa;border-radius:50%;cursor:pointer;cursor:-webkit-grab;cursor:grab;height:14px;margin-top:-5px;position:absolute;touch-action:pan-x;width:14px}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#57c5f7;box-shadow:0 0 0 5px #96dbfa}.rc-slider-handle:focus{outline:none}.rc-slider-handle-click-focused:focus{border-color:#96dbfa;box-shadow:unset}.rc-slider-handle:hover{border-color:#57c5f7}.rc-slider-handle:active{border-color:#57c5f7;box-shadow:0 0 5px #57c5f7;cursor:grabbing}.rc-slider-mark{font-size:12px;left:0;position:absolute;top:18px;width:100%}.rc-slider-mark-text{color:#999;cursor:pointer;display:inline-block;position:absolute;text-align:center;vertical-align:middle}.rc-slider-mark-text-active{color:#666}.rc-slider-step{background:#0000;height:4px;position:absolute;width:100%}.rc-slider-dot{background-color:#fff;border:2px solid #e9e9e9;border-radius:50%;bottom:-2px;cursor:pointer;height:8px;margin-left:-4px;position:absolute;vertical-align:middle;width:8px}.rc-slider-dot-active{border-color:#96dbfa}.rc-slider-dot-reverse{margin-right:-4px}.rc-slider-disabled{background-color:#e9e9e9}.rc-slider-disabled .rc-slider-track{background-color:#ccc}.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-handle{background-color:#fff;border-color:#ccc;box-shadow:none;cursor:not-allowed}.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-mark-text{cursor:not-allowed!important}.rc-slider-vertical{height:100%;padding:0 5px;width:14px}.rc-slider-vertical .rc-slider-rail{height:100%;width:4px}.rc-slider-vertical .rc-slider-track{bottom:0;left:5px;width:4px}.rc-slider-vertical .rc-slider-handle{margin-left:-5px;touch-action:pan-y}.rc-slider-vertical .rc-slider-mark{height:100%;left:18px;top:0}.rc-slider-vertical .rc-slider-step{height:100%;width:4px}.rc-slider-vertical .rc-slider-dot{left:2px;margin-bottom:-4px}.rc-slider-vertical .rc-slider-dot:first-child,.rc-slider-vertical .rc-slider-dot:last-child{margin-bottom:-4px}.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-leave{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused;display:block!important}.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active,.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active{animation-name:rcSliderTooltipZoomDownIn;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{animation-name:rcSliderTooltipZoomDownOut;animation-play-state:running}.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-enter{animation-timing-function:cubic-bezier(.23,1,.32,1);transform:scale(0)}.rc-slider-tooltip-zoom-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes rcSliderTooltipZoomDownIn{0%{opacity:0;transform:scale(0);transform-origin:50% 100%}to{transform:scale(1);transform-origin:50% 100%}}@keyframes rcSliderTooltipZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}to{opacity:0;transform:scale(0);transform-origin:50% 100%}}.rc-slider-tooltip{left:-9999px;position:absolute;top:-9999px;visibility:visible}.rc-slider-tooltip,.rc-slider-tooltip *{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-placement-top{padding:4px 0 8px}.rc-slider-tooltip-inner{background-color:#6c6c6c;border-radius:6px;box-shadow:0 0 4px #d9d9d9;color:#fff;font-size:12px;height:24px;line-height:1;min-width:24px;padding:6px 2px;text-align:center;text-decoration:none}.rc-slider-tooltip-arrow{border-color:#0000;border-style:solid;height:0;position:absolute;width:0}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{border-top-color:#6c6c6c;border-width:4px 4px 0;bottom:4px;left:50%;margin-left:-4px}html{scroll-padding-top:56px}@font-face{font-family:codicon;src:local("codicon"),url(../../static/media/codicon.b3726f0165bf67ac6849.ttf) format("truetype")}*,:after,:before{box-sizing:border-box}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5;margin:0;text-align:left}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}a{background-color:initial;color:#007bff;text-decoration:none}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{-ms-overflow-style:scrollbar;margin-bottom:1rem;margin-top:0;overflow:auto}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{caption-side:bottom;color:#6c757d;padding-bottom:.75rem;padding-top:.75rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{cursor:pointer;display:list-item}template{display:none}[hidden]{display:none!important}body.bootstrap{background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5;margin:0;text-align:left}.bootstrap :root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.bootstrap .h1,.bootstrap .h2,.bootstrap .h3,.bootstrap .h4,.bootstrap .h5,.bootstrap .h6,.bootstrap h1,.bootstrap h2,.bootstrap h3,.bootstrap h4,.bootstrap h5,.bootstrap h6{font-weight:500;line-height:1.2;margin-bottom:.5rem}.bootstrap .h1,.bootstrap h1{font-size:2.5rem}.bootstrap .h2,.bootstrap h2{font-size:2rem}.bootstrap .h3,.bootstrap h3{font-size:1.75rem}.bootstrap .h4,.bootstrap h4{font-size:1.5rem}.bootstrap .h5,.bootstrap h5{font-size:1.25rem}.bootstrap .h6,.bootstrap h6{font-size:1rem}.bootstrap .lead{font-size:1.25rem;font-weight:300}.bootstrap .display-1{font-size:6rem;font-weight:300;line-height:1.2}.bootstrap .display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.bootstrap .display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.bootstrap .display-4{font-size:3.5rem;font-weight:300;line-height:1.2}.bootstrap hr{border:0;border-top:1px solid #0000001a;margin-bottom:1rem;margin-top:1rem}.bootstrap .small,.bootstrap small{font-size:80%;font-weight:400}.bootstrap .mark,.bootstrap mark{background-color:#fcf8e3;padding:.2em}.bootstrap .list-inline,.bootstrap .list-unstyled{list-style:none;padding-left:0}.bootstrap .list-inline-item{display:inline-block}.bootstrap .list-inline-item:not(:last-child){margin-right:.5rem}.bootstrap .initialism{font-size:90%;text-transform:uppercase}.bootstrap .blockquote{font-size:1.25rem;margin-bottom:1rem}.bootstrap .blockquote-footer{color:#6c757d;display:block;font-size:80%}.bootstrap .blockquote-footer:before{content:"— "}.bootstrap .img-fluid,.bootstrap .img-thumbnail{height:auto;max-width:100%}.bootstrap .img-thumbnail{background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;padding:.25rem}.bootstrap .figure{display:inline-block}.bootstrap .figure-img{line-height:1;margin-bottom:.5rem}.bootstrap .figure-caption{color:#6c757d;font-size:90%}.bootstrap code{word-wrap:break-word;color:#e83e8c;font-size:87.5%}a>.bootstrap code{color:inherit}.bootstrap kbd{background-color:#212529;border-radius:.2rem;color:#fff;font-size:87.5%;padding:.2rem .4rem}.bootstrap kbd kbd{font-size:100%;font-weight:700;padding:0}.bootstrap pre{color:#212529;display:block;font-size:87.5%}.bootstrap pre code{color:inherit;font-size:inherit;word-break:normal}.bootstrap .pre-scrollable{max-height:340px;overflow-y:scroll}.bootstrap .container,.bootstrap .container-fluid,.bootstrap .container-lg,.bootstrap .container-md,.bootstrap .container-sm,.bootstrap .container-xl{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}@media(min-width:576px){.bootstrap .container,.bootstrap .container-sm{max-width:540px}}@media(min-width:768px){.bootstrap .container,.bootstrap .container-md,.bootstrap .container-sm{max-width:720px}}@media(min-width:992px){.bootstrap .container,.bootstrap .container-lg,.bootstrap .container-md,.bootstrap .container-sm{max-width:960px}}@media(min-width:1200px){.bootstrap .container,.bootstrap .container-lg,.bootstrap .container-md,.bootstrap .container-sm,.bootstrap .container-xl{max-width:1140px}}.bootstrap .row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.bootstrap .no-gutters{margin-left:0;margin-right:0}.bootstrap .no-gutters>.col,.bootstrap .no-gutters>[class*=col-]{padding-left:0;padding-right:0}.bootstrap .col,.bootstrap .col-1,.bootstrap .col-10,.bootstrap .col-11,.bootstrap .col-12,.bootstrap .col-2,.bootstrap .col-3,.bootstrap .col-4,.bootstrap .col-5,.bootstrap .col-6,.bootstrap .col-7,.bootstrap .col-8,.bootstrap .col-9,.bootstrap .col-auto,.bootstrap .col-lg,.bootstrap .col-lg-1,.bootstrap .col-lg-10,.bootstrap .col-lg-11,.bootstrap .col-lg-12,.bootstrap .col-lg-2,.bootstrap .col-lg-3,.bootstrap .col-lg-4,.bootstrap .col-lg-5,.bootstrap .col-lg-6,.bootstrap .col-lg-7,.bootstrap .col-lg-8,.bootstrap .col-lg-9,.bootstrap .col-lg-auto,.bootstrap .col-md,.bootstrap .col-md-1,.bootstrap .col-md-10,.bootstrap .col-md-11,.bootstrap .col-md-12,.bootstrap .col-md-2,.bootstrap .col-md-3,.bootstrap .col-md-4,.bootstrap .col-md-5,.bootstrap .col-md-6,.bootstrap .col-md-7,.bootstrap .col-md-8,.bootstrap .col-md-9,.bootstrap .col-md-auto,.bootstrap .col-sm,.bootstrap .col-sm-1,.bootstrap .col-sm-10,.bootstrap .col-sm-11,.bootstrap .col-sm-12,.bootstrap .col-sm-2,.bootstrap .col-sm-3,.bootstrap .col-sm-4,.bootstrap .col-sm-5,.bootstrap .col-sm-6,.bootstrap .col-sm-7,.bootstrap .col-sm-8,.bootstrap .col-sm-9,.bootstrap .col-sm-auto,.bootstrap .col-xl,.bootstrap .col-xl-1,.bootstrap .col-xl-10,.bootstrap .col-xl-11,.bootstrap .col-xl-12,.bootstrap .col-xl-2,.bootstrap .col-xl-3,.bootstrap .col-xl-4,.bootstrap .col-xl-5,.bootstrap .col-xl-6,.bootstrap .col-xl-7,.bootstrap .col-xl-8,.bootstrap .col-xl-9,.bootstrap .col-xl-auto{padding-left:15px;padding-right:15px;position:relative;width:100%}.bootstrap .col{flex-basis:0;flex-grow:1;max-width:100%}.bootstrap .row-cols-1>*{flex:0 0 100%;max-width:100%}.bootstrap .row-cols-2>*{flex:0 0 50%;max-width:50%}.bootstrap .row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.bootstrap .row-cols-4>*{flex:0 0 25%;max-width:25%}.bootstrap .row-cols-5>*{flex:0 0 20%;max-width:20%}.bootstrap .row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.bootstrap .col-auto{flex:0 0 auto;max-width:100%;width:auto}.bootstrap .col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.bootstrap .col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.bootstrap .col-3{flex:0 0 25%;max-width:25%}.bootstrap .col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.bootstrap .col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.bootstrap .col-6{flex:0 0 50%;max-width:50%}.bootstrap .col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.bootstrap .col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.bootstrap .col-9{flex:0 0 75%;max-width:75%}.bootstrap .col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.bootstrap .col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.bootstrap .col-12{flex:0 0 100%;max-width:100%}.bootstrap .order-first{order:-1}.bootstrap .order-last{order:13}.bootstrap .order-0{order:0}.bootstrap .order-1{order:1}.bootstrap .order-2{order:2}.bootstrap .order-3{order:3}.bootstrap .order-4{order:4}.bootstrap .order-5{order:5}.bootstrap .order-6{order:6}.bootstrap .order-7{order:7}.bootstrap .order-8{order:8}.bootstrap .order-9{order:9}.bootstrap .order-10{order:10}.bootstrap .order-11{order:11}.bootstrap .order-12{order:12}.bootstrap .offset-1{margin-left:8.33333333%}.bootstrap .offset-2{margin-left:16.66666667%}.bootstrap .offset-3{margin-left:25%}.bootstrap .offset-4{margin-left:33.33333333%}.bootstrap .offset-5{margin-left:41.66666667%}.bootstrap .offset-6{margin-left:50%}.bootstrap .offset-7{margin-left:58.33333333%}.bootstrap .offset-8{margin-left:66.66666667%}.bootstrap .offset-9{margin-left:75%}.bootstrap .offset-10{margin-left:83.33333333%}.bootstrap .offset-11{margin-left:91.66666667%}@media(min-width:576px){.bootstrap .col-sm{flex-basis:0;flex-grow:1;max-width:100%}.bootstrap .row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.bootstrap .row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.bootstrap .row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.bootstrap .row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.bootstrap .row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.bootstrap .row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.bootstrap .col-sm-auto{flex:0 0 auto;max-width:100%;width:auto}.bootstrap .col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.bootstrap .col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.bootstrap .col-sm-3{flex:0 0 25%;max-width:25%}.bootstrap .col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.bootstrap .col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.bootstrap .col-sm-6{flex:0 0 50%;max-width:50%}.bootstrap .col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.bootstrap .col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.bootstrap .col-sm-9{flex:0 0 75%;max-width:75%}.bootstrap .col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.bootstrap .col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.bootstrap .col-sm-12{flex:0 0 100%;max-width:100%}.bootstrap .order-sm-first{order:-1}.bootstrap .order-sm-last{order:13}.bootstrap .order-sm-0{order:0}.bootstrap .order-sm-1{order:1}.bootstrap .order-sm-2{order:2}.bootstrap .order-sm-3{order:3}.bootstrap .order-sm-4{order:4}.bootstrap .order-sm-5{order:5}.bootstrap .order-sm-6{order:6}.bootstrap .order-sm-7{order:7}.bootstrap .order-sm-8{order:8}.bootstrap .order-sm-9{order:9}.bootstrap .order-sm-10{order:10}.bootstrap .order-sm-11{order:11}.bootstrap .order-sm-12{order:12}.bootstrap .offset-sm-0{margin-left:0}.bootstrap .offset-sm-1{margin-left:8.33333333%}.bootstrap .offset-sm-2{margin-left:16.66666667%}.bootstrap .offset-sm-3{margin-left:25%}.bootstrap .offset-sm-4{margin-left:33.33333333%}.bootstrap .offset-sm-5{margin-left:41.66666667%}.bootstrap .offset-sm-6{margin-left:50%}.bootstrap .offset-sm-7{margin-left:58.33333333%}.bootstrap .offset-sm-8{margin-left:66.66666667%}.bootstrap .offset-sm-9{margin-left:75%}.bootstrap .offset-sm-10{margin-left:83.33333333%}.bootstrap .offset-sm-11{margin-left:91.66666667%}}@media(min-width:768px){.bootstrap .col-md{flex-basis:0;flex-grow:1;max-width:100%}.bootstrap .row-cols-md-1>*{flex:0 0 100%;max-width:100%}.bootstrap .row-cols-md-2>*{flex:0 0 50%;max-width:50%}.bootstrap .row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.bootstrap .row-cols-md-4>*{flex:0 0 25%;max-width:25%}.bootstrap .row-cols-md-5>*{flex:0 0 20%;max-width:20%}.bootstrap .row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.bootstrap .col-md-auto{flex:0 0 auto;max-width:100%;width:auto}.bootstrap .col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.bootstrap .col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.bootstrap .col-md-3{flex:0 0 25%;max-width:25%}.bootstrap .col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.bootstrap .col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.bootstrap .col-md-6{flex:0 0 50%;max-width:50%}.bootstrap .col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.bootstrap .col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.bootstrap .col-md-9{flex:0 0 75%;max-width:75%}.bootstrap .col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.bootstrap .col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.bootstrap .col-md-12{flex:0 0 100%;max-width:100%}.bootstrap .order-md-first{order:-1}.bootstrap .order-md-last{order:13}.bootstrap .order-md-0{order:0}.bootstrap .order-md-1{order:1}.bootstrap .order-md-2{order:2}.bootstrap .order-md-3{order:3}.bootstrap .order-md-4{order:4}.bootstrap .order-md-5{order:5}.bootstrap .order-md-6{order:6}.bootstrap .order-md-7{order:7}.bootstrap .order-md-8{order:8}.bootstrap .order-md-9{order:9}.bootstrap .order-md-10{order:10}.bootstrap .order-md-11{order:11}.bootstrap .order-md-12{order:12}.bootstrap .offset-md-0{margin-left:0}.bootstrap .offset-md-1{margin-left:8.33333333%}.bootstrap .offset-md-2{margin-left:16.66666667%}.bootstrap .offset-md-3{margin-left:25%}.bootstrap .offset-md-4{margin-left:33.33333333%}.bootstrap .offset-md-5{margin-left:41.66666667%}.bootstrap .offset-md-6{margin-left:50%}.bootstrap .offset-md-7{margin-left:58.33333333%}.bootstrap .offset-md-8{margin-left:66.66666667%}.bootstrap .offset-md-9{margin-left:75%}.bootstrap .offset-md-10{margin-left:83.33333333%}.bootstrap .offset-md-11{margin-left:91.66666667%}}@media(min-width:992px){.bootstrap .col-lg{flex-basis:0;flex-grow:1;max-width:100%}.bootstrap .row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.bootstrap .row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.bootstrap .row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.bootstrap .row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.bootstrap .row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.bootstrap .row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.bootstrap .col-lg-auto{flex:0 0 auto;max-width:100%;width:auto}.bootstrap .col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.bootstrap .col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.bootstrap .col-lg-3{flex:0 0 25%;max-width:25%}.bootstrap .col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.bootstrap .col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.bootstrap .col-lg-6{flex:0 0 50%;max-width:50%}.bootstrap .col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.bootstrap .col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.bootstrap .col-lg-9{flex:0 0 75%;max-width:75%}.bootstrap .col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.bootstrap .col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.bootstrap .col-lg-12{flex:0 0 100%;max-width:100%}.bootstrap .order-lg-first{order:-1}.bootstrap .order-lg-last{order:13}.bootstrap .order-lg-0{order:0}.bootstrap .order-lg-1{order:1}.bootstrap .order-lg-2{order:2}.bootstrap .order-lg-3{order:3}.bootstrap .order-lg-4{order:4}.bootstrap .order-lg-5{order:5}.bootstrap .order-lg-6{order:6}.bootstrap .order-lg-7{order:7}.bootstrap .order-lg-8{order:8}.bootstrap .order-lg-9{order:9}.bootstrap .order-lg-10{order:10}.bootstrap .order-lg-11{order:11}.bootstrap .order-lg-12{order:12}.bootstrap .offset-lg-0{margin-left:0}.bootstrap .offset-lg-1{margin-left:8.33333333%}.bootstrap .offset-lg-2{margin-left:16.66666667%}.bootstrap .offset-lg-3{margin-left:25%}.bootstrap .offset-lg-4{margin-left:33.33333333%}.bootstrap .offset-lg-5{margin-left:41.66666667%}.bootstrap .offset-lg-6{margin-left:50%}.bootstrap .offset-lg-7{margin-left:58.33333333%}.bootstrap .offset-lg-8{margin-left:66.66666667%}.bootstrap .offset-lg-9{margin-left:75%}.bootstrap .offset-lg-10{margin-left:83.33333333%}.bootstrap .offset-lg-11{margin-left:91.66666667%}}@media(min-width:1200px){.bootstrap .col-xl{flex-basis:0;flex-grow:1;max-width:100%}.bootstrap .row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.bootstrap .row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.bootstrap .row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.bootstrap .row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.bootstrap .row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.bootstrap .row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.bootstrap .col-xl-auto{flex:0 0 auto;max-width:100%;width:auto}.bootstrap .col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.bootstrap .col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.bootstrap .col-xl-3{flex:0 0 25%;max-width:25%}.bootstrap .col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.bootstrap .col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.bootstrap .col-xl-6{flex:0 0 50%;max-width:50%}.bootstrap .col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.bootstrap .col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.bootstrap .col-xl-9{flex:0 0 75%;max-width:75%}.bootstrap .col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.bootstrap .col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.bootstrap .col-xl-12{flex:0 0 100%;max-width:100%}.bootstrap .order-xl-first{order:-1}.bootstrap .order-xl-last{order:13}.bootstrap .order-xl-0{order:0}.bootstrap .order-xl-1{order:1}.bootstrap .order-xl-2{order:2}.bootstrap .order-xl-3{order:3}.bootstrap .order-xl-4{order:4}.bootstrap .order-xl-5{order:5}.bootstrap .order-xl-6{order:6}.bootstrap .order-xl-7{order:7}.bootstrap .order-xl-8{order:8}.bootstrap .order-xl-9{order:9}.bootstrap .order-xl-10{order:10}.bootstrap .order-xl-11{order:11}.bootstrap .order-xl-12{order:12}.bootstrap .offset-xl-0{margin-left:0}.bootstrap .offset-xl-1{margin-left:8.33333333%}.bootstrap .offset-xl-2{margin-left:16.66666667%}.bootstrap .offset-xl-3{margin-left:25%}.bootstrap .offset-xl-4{margin-left:33.33333333%}.bootstrap .offset-xl-5{margin-left:41.66666667%}.bootstrap .offset-xl-6{margin-left:50%}.bootstrap .offset-xl-7{margin-left:58.33333333%}.bootstrap .offset-xl-8{margin-left:66.66666667%}.bootstrap .offset-xl-9{margin-left:75%}.bootstrap .offset-xl-10{margin-left:83.33333333%}.bootstrap .offset-xl-11{margin-left:91.66666667%}}.bootstrap .table{color:#212529;margin-bottom:1rem;width:100%}.bootstrap .table td,.bootstrap .table th{border-top:1px solid #dee2e6;padding:.75rem;vertical-align:top}.bootstrap .table thead th{border-bottom:2px solid #dee2e6;vertical-align:bottom}.bootstrap .table tbody+tbody{border-top:2px solid #dee2e6}.bootstrap .table-sm td,.bootstrap .table-sm th{padding:.3rem}.bootstrap .table-bordered,.bootstrap .table-bordered td,.bootstrap .table-bordered th{border:1px solid #dee2e6}.bootstrap .table-bordered thead td,.bootstrap .table-bordered thead th{border-bottom-width:2px}.bootstrap .table-borderless tbody+tbody,.bootstrap .table-borderless td,.bootstrap .table-borderless th,.bootstrap .table-borderless thead th{border:0}.bootstrap .table-striped tbody tr:nth-of-type(odd){background-color:#0000000d}.bootstrap .table-hover tbody tr:hover{background-color:rgba(0,0,0,.075);color:#212529}.bootstrap .table-primary,.bootstrap .table-primary>td,.bootstrap .table-primary>th{background-color:#b8daff}.bootstrap .table-primary tbody+tbody,.bootstrap .table-primary td,.bootstrap .table-primary th,.bootstrap .table-primary thead th{border-color:#7abaff}.bootstrap .table-hover .table-primary:hover,.bootstrap .table-hover .table-primary:hover>td,.bootstrap .table-hover .table-primary:hover>th{background-color:#9fcdff}.bootstrap .table-secondary,.bootstrap .table-secondary>td,.bootstrap .table-secondary>th{background-color:#d6d8db}.bootstrap .table-secondary tbody+tbody,.bootstrap .table-secondary td,.bootstrap .table-secondary th,.bootstrap .table-secondary thead th{border-color:#b3b7bb}.bootstrap .table-hover .table-secondary:hover,.bootstrap .table-hover .table-secondary:hover>td,.bootstrap .table-hover .table-secondary:hover>th{background-color:#c8cbcf}.bootstrap .table-success,.bootstrap .table-success>td,.bootstrap .table-success>th{background-color:#c3e6cb}.bootstrap .table-success tbody+tbody,.bootstrap .table-success td,.bootstrap .table-success th,.bootstrap .table-success thead th{border-color:#8fd19e}.bootstrap .table-hover .table-success:hover,.bootstrap .table-hover .table-success:hover>td,.bootstrap .table-hover .table-success:hover>th{background-color:#b1dfbb}.bootstrap .table-info,.bootstrap .table-info>td,.bootstrap .table-info>th{background-color:#bee5eb}.bootstrap .table-info tbody+tbody,.bootstrap .table-info td,.bootstrap .table-info th,.bootstrap .table-info thead th{border-color:#86cfda}.bootstrap .table-hover .table-info:hover,.bootstrap .table-hover .table-info:hover>td,.bootstrap .table-hover .table-info:hover>th{background-color:#abdde5}.bootstrap .table-warning,.bootstrap .table-warning>td,.bootstrap .table-warning>th{background-color:#ffeeba}.bootstrap .table-warning tbody+tbody,.bootstrap .table-warning td,.bootstrap .table-warning th,.bootstrap .table-warning thead th{border-color:#ffdf7e}.bootstrap .table-hover .table-warning:hover,.bootstrap .table-hover .table-warning:hover>td,.bootstrap .table-hover .table-warning:hover>th{background-color:#ffe8a1}.bootstrap .table-danger,.bootstrap .table-danger>td,.bootstrap .table-danger>th{background-color:#f5c6cb}.bootstrap .table-danger tbody+tbody,.bootstrap .table-danger td,.bootstrap .table-danger th,.bootstrap .table-danger thead th{border-color:#ed969e}.bootstrap .table-hover .table-danger:hover,.bootstrap .table-hover .table-danger:hover>td,.bootstrap .table-hover .table-danger:hover>th{background-color:#f1b0b7}.bootstrap .table-light,.bootstrap .table-light>td,.bootstrap .table-light>th{background-color:#fdfdfe}.bootstrap .table-light tbody+tbody,.bootstrap .table-light td,.bootstrap .table-light th,.bootstrap .table-light thead th{border-color:#fbfcfc}.bootstrap .table-hover .table-light:hover,.bootstrap .table-hover .table-light:hover>td,.bootstrap .table-hover .table-light:hover>th{background-color:#ececf6}.bootstrap .table-dark,.bootstrap .table-dark>td,.bootstrap .table-dark>th{background-color:#c6c8ca}.bootstrap .table-dark tbody+tbody,.bootstrap .table-dark td,.bootstrap .table-dark th,.bootstrap .table-dark thead th{border-color:#95999c}.bootstrap .table-hover .table-dark:hover,.bootstrap .table-hover .table-dark:hover>td,.bootstrap .table-hover .table-dark:hover>th{background-color:#b9bbbe}.bootstrap .table-active,.bootstrap .table-active>td,.bootstrap .table-active>th,.bootstrap .table-hover .table-active:hover,.bootstrap .table-hover .table-active:hover>td,.bootstrap .table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.bootstrap .table .thead-dark th{background-color:#343a40;border-color:#454d55;color:#fff}.bootstrap .table .thead-light th{background-color:#e9ecef;border-color:#dee2e6;color:#495057}.bootstrap .table-dark{background-color:#343a40;color:#fff}.bootstrap .table-dark td,.bootstrap .table-dark th,.bootstrap .table-dark thead th{border-color:#454d55}.bootstrap .table-dark.table-bordered{border:0}.bootstrap .table-dark.table-striped tbody tr:nth-of-type(odd){background-color:#ffffff0d}.bootstrap .table-dark.table-hover tbody tr:hover{background-color:hsla(0,0%,100%,.075);color:#fff}@media(max-width:575.98px){.bootstrap .table-responsive-sm{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.bootstrap .table-responsive-sm>.table-bordered{border:0}}@media(max-width:767.98px){.bootstrap .table-responsive-md{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.bootstrap .table-responsive-md>.table-bordered{border:0}}@media(max-width:991.98px){.bootstrap .table-responsive-lg{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.bootstrap .table-responsive-lg>.table-bordered{border:0}}@media(max-width:1199.98px){.bootstrap .table-responsive-xl{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.bootstrap .table-responsive-xl>.table-bordered{border:0}}.bootstrap .table-responsive{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.bootstrap .table-responsive>.table-bordered{border:0}.bootstrap .form-control{background-clip:padding-box;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;color:#495057;display:block;font-size:1rem;font-weight:400;height:calc(1.5em + .75rem + 2px);line-height:1.5;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media(prefers-reduced-motion:reduce){.bootstrap .form-control{transition:none}}.bootstrap .form-control::-ms-expand{background-color:initial;border:0}.bootstrap .form-control:focus{background-color:#fff;border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40;color:#495057;outline:0}.bootstrap .form-control::placeholder{color:#6c757d;opacity:1}.bootstrap .form-control:disabled,.bootstrap .form-control[readonly]{background-color:#e9ecef;opacity:1}.bootstrap input[type=date].form-control,.bootstrap input[type=datetime-local].form-control,.bootstrap input[type=month].form-control,.bootstrap input[type=time].form-control{-webkit-appearance:none;appearance:none}.bootstrap select.form-control:-moz-focusring{color:#0000;text-shadow:0 0 0 #495057}.bootstrap select.form-control:focus::-ms-value{background-color:#fff;color:#495057}.bootstrap .form-control-file,.bootstrap .form-control-range{display:block;width:100%}.bootstrap .col-form-label{font-size:inherit;line-height:1.5;margin-bottom:0;padding-bottom:calc(.375rem + 1px);padding-top:calc(.375rem + 1px)}.bootstrap .col-form-label-lg{font-size:1.25rem;line-height:1.5;padding-bottom:calc(.5rem + 1px);padding-top:calc(.5rem + 1px)}.bootstrap .col-form-label-sm{font-size:.875rem;line-height:1.5;padding-bottom:calc(.25rem + 1px);padding-top:calc(.25rem + 1px)}.bootstrap .form-control-plaintext{background-color:initial;border:solid #0000;border-width:1px 0;color:#212529;display:block;font-size:1rem;line-height:1.5;margin-bottom:0;padding:.375rem 0;width:100%}.bootstrap .form-control-plaintext.form-control-lg,.bootstrap .form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.bootstrap .form-control-sm{border-radius:.2rem;font-size:.875rem;height:calc(1.5em + .5rem + 2px);line-height:1.5;padding:.25rem .5rem}.bootstrap .form-control-lg{border-radius:.3rem;font-size:1.25rem;height:calc(1.5em + 1rem + 2px);line-height:1.5;padding:.5rem 1rem}.bootstrap select.form-control[multiple],.bootstrap select.form-control[size],.bootstrap textarea.form-control{height:auto}.bootstrap .form-group{margin-bottom:1rem}.bootstrap .form-text{display:block;margin-top:.25rem}.bootstrap .form-row{display:flex;flex-wrap:wrap;margin-left:-5px;margin-right:-5px}.bootstrap .form-row>.col,.bootstrap .form-row>[class*=col-]{padding-left:5px;padding-right:5px}.bootstrap .form-check{display:block;padding-left:1.25rem;position:relative}.bootstrap .form-check-input{margin-left:-1.25rem;margin-top:.3rem;position:absolute}.bootstrap .form-check-input:disabled~.form-check-label,.bootstrap .form-check-input[disabled]~.form-check-label{color:#6c757d}.bootstrap .form-check-label{margin-bottom:0}.bootstrap .form-check-inline{align-items:center;display:inline-flex;margin-right:.75rem;padding-left:0}.bootstrap .form-check-inline .form-check-input{margin-left:0;margin-right:.3125rem;margin-top:0;position:static}.bootstrap .valid-feedback{color:#28a745;display:none;font-size:80%;margin-top:.25rem;width:100%}.bootstrap .valid-tooltip{background-color:#28a745e6;border-radius:.25rem;color:#fff;display:none;font-size:.875rem;left:0;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.form-row>.col>.bootstrap .valid-tooltip,.form-row>[class*=col-]>.bootstrap .valid-tooltip{left:5px}.bootstrap .is-valid~.valid-feedback,.bootstrap .is-valid~.valid-tooltip{display:block}.bootstrap .form-control.is-valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#28a745;padding-right:calc(1.5em + .75rem)!important}.bootstrap .form-control.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.bootstrap select.form-control.is-valid{background-position:right 1.5rem center;padding-right:3rem!important}.bootstrap textarea.form-control.is-valid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.bootstrap .custom-select.is-valid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;border-color:#28a745;padding-right:calc(.75em + 2.3125rem)!important}.bootstrap .custom-select.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.bootstrap .form-check-input.is-valid~.form-check-label{color:#28a745}.bootstrap .form-check-input.is-valid~.valid-feedback,.bootstrap .form-check-input.is-valid~.valid-tooltip{display:block}.bootstrap .custom-control-input.is-valid~.custom-control-label{color:#28a745}.bootstrap .custom-control-input.is-valid~.custom-control-label:before{border-color:#28a745}.bootstrap .custom-control-input.is-valid:checked~.custom-control-label:before{background-color:#34ce57;border-color:#34ce57}.bootstrap .custom-control-input.is-valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #28a74540}.bootstrap .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.bootstrap .custom-file-input.is-valid~.custom-file-label{border-color:#28a745}.bootstrap .custom-file-input.is-valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.bootstrap .invalid-feedback{color:#dc3545;display:none;font-size:80%;margin-top:.25rem;width:100%}.bootstrap .invalid-tooltip{background-color:#dc3545e6;border-radius:.25rem;color:#fff;display:none;font-size:.875rem;left:0;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.form-row>.col>.bootstrap .invalid-tooltip,.form-row>[class*=col-]>.bootstrap .invalid-tooltip{left:5px}.bootstrap .is-invalid~.invalid-feedback,.bootstrap .is-invalid~.invalid-tooltip{display:block}.bootstrap .form-control.is-invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#dc3545;padding-right:calc(1.5em + .75rem)!important}.bootstrap .form-control.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.bootstrap select.form-control.is-invalid{background-position:right 1.5rem center;padding-right:3rem!important}.bootstrap textarea.form-control.is-invalid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.bootstrap .custom-select.is-invalid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;border-color:#dc3545;padding-right:calc(.75em + 2.3125rem)!important}.bootstrap .custom-select.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.bootstrap .form-check-input.is-invalid~.form-check-label{color:#dc3545}.bootstrap .form-check-input.is-invalid~.invalid-feedback,.bootstrap .form-check-input.is-invalid~.invalid-tooltip{display:block}.bootstrap .custom-control-input.is-invalid~.custom-control-label{color:#dc3545}.bootstrap .custom-control-input.is-invalid~.custom-control-label:before{border-color:#dc3545}.bootstrap .custom-control-input.is-invalid:checked~.custom-control-label:before{background-color:#e4606d;border-color:#e4606d}.bootstrap .custom-control-input.is-invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #dc354540}.bootstrap .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.bootstrap .custom-file-input.is-invalid~.custom-file-label{border-color:#dc3545}.bootstrap .custom-file-input.is-invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.bootstrap .form-inline{align-items:center;display:flex;flex-flow:row wrap}.bootstrap .form-inline .form-check{width:100%}@media(min-width:576px){.bootstrap .form-inline label{align-items:center;display:flex;justify-content:center;margin-bottom:0}.bootstrap .form-inline .form-group{align-items:center;display:flex;flex:0 0 auto;flex-flow:row wrap;margin-bottom:0}.bootstrap .form-inline .form-control{display:inline-block;vertical-align:middle;width:auto}.bootstrap .form-inline .form-control-plaintext{display:inline-block}.bootstrap .form-inline .custom-select,.bootstrap .form-inline .input-group{width:auto}.bootstrap .form-inline .form-check{align-items:center;display:flex;justify-content:center;padding-left:0;width:auto}.bootstrap .form-inline .form-check-input{flex-shrink:0;margin-left:0;margin-right:.25rem;margin-top:0;position:relative}.bootstrap .form-inline .custom-control{align-items:center;justify-content:center}.bootstrap .form-inline .custom-control-label{margin-bottom:0}}.bootstrap .was-validated .valid-feedback{color:#28a745;display:none;font-size:80%;margin-top:.25rem;width:100%}.bootstrap .was-validated .valid-tooltip{background-color:#28a745e6;border-radius:.25rem;color:#fff;display:none;font-size:.875rem;left:0;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.form-row>.col>.bootstrap .was-validated .valid-tooltip,.form-row>[class*=col-]>.bootstrap .was-validated .valid-tooltip{left:5px}.bootstrap .was-validated.is-valid~.valid-feedback,.bootstrap .was-validated.is-valid~.valid-tooltip,.bootstrap .was-validated:valid~.valid-feedback,.bootstrap .was-validated:valid~.valid-tooltip{display:block}.bootstrap .was-validated .form-control.is-valid,.bootstrap .was-validated .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#28a745;padding-right:calc(1.5em + .75rem)!important}.bootstrap .was-validated .form-control.is-valid:focus,.bootstrap .was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.bootstrap .was-validated select.form-control.is-valid,.bootstrap .was-validated select.form-control:valid{background-position:right 1.5rem center;padding-right:3rem!important}.bootstrap .was-validated textarea.form-control.is-valid,.bootstrap .was-validated textarea.form-control:valid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.bootstrap .was-validated .custom-select.is-valid,.bootstrap .was-validated .custom-select:valid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;border-color:#28a745;padding-right:calc(.75em + 2.3125rem)!important}.bootstrap .was-validated .custom-select.is-valid:focus,.bootstrap .was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.bootstrap .was-validated .form-check-input.is-valid~.form-check-label,.bootstrap .was-validated .form-check-input:valid~.form-check-label{color:#28a745}.bootstrap .was-validated .form-check-input.is-valid~.valid-feedback,.bootstrap .was-validated .form-check-input.is-valid~.valid-tooltip,.bootstrap .was-validated .form-check-input:valid~.valid-feedback,.bootstrap .was-validated .form-check-input:valid~.valid-tooltip{display:block}.bootstrap .was-validated .custom-control-input.is-valid~.custom-control-label,.bootstrap .was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.bootstrap .was-validated .custom-control-input.is-valid~.custom-control-label:before,.bootstrap .was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#28a745}.bootstrap .was-validated .custom-control-input.is-valid:checked~.custom-control-label:before,.bootstrap .was-validated .custom-control-input:valid:checked~.custom-control-label:before{background-color:#34ce57;border-color:#34ce57}.bootstrap .was-validated .custom-control-input.is-valid:focus~.custom-control-label:before,.bootstrap .was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #28a74540}.bootstrap .was-validated .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.bootstrap .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.bootstrap .was-validated .custom-file-input.is-valid~.custom-file-label,.bootstrap .was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.bootstrap .was-validated .custom-file-input.is-valid:focus~.custom-file-label,.bootstrap .was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.bootstrap .was-validated .is-valid~.valid-feedback,.bootstrap .was-validated .is-valid~.valid-tooltip,.bootstrap .was-validated :valid~.valid-feedback,.bootstrap .was-validated :valid~.valid-tooltip{display:block}.bootstrap .was-validated .invalid-feedback{color:#dc3545;display:none;font-size:80%;margin-top:.25rem;width:100%}.bootstrap .was-validated .invalid-tooltip{background-color:#dc3545e6;border-radius:.25rem;color:#fff;display:none;font-size:.875rem;left:0;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.form-row>.col>.bootstrap .was-validated .invalid-tooltip,.form-row>[class*=col-]>.bootstrap .was-validated .invalid-tooltip{left:5px}.bootstrap .was-validated.is-invalid~.invalid-feedback,.bootstrap .was-validated.is-invalid~.invalid-tooltip,.bootstrap .was-validated:invalid~.invalid-feedback,.bootstrap .was-validated:invalid~.invalid-tooltip{display:block}.bootstrap .was-validated .form-control.is-invalid,.bootstrap .was-validated .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#dc3545;padding-right:calc(1.5em + .75rem)!important}.bootstrap .was-validated .form-control.is-invalid:focus,.bootstrap .was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.bootstrap .was-validated select.form-control.is-invalid,.bootstrap .was-validated select.form-control:invalid{background-position:right 1.5rem center;padding-right:3rem!important}.bootstrap .was-validated textarea.form-control.is-invalid,.bootstrap .was-validated textarea.form-control:invalid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.bootstrap .was-validated .custom-select.is-invalid,.bootstrap .was-validated .custom-select:invalid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;border-color:#dc3545;padding-right:calc(.75em + 2.3125rem)!important}.bootstrap .was-validated .custom-select.is-invalid:focus,.bootstrap .was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.bootstrap .was-validated .form-check-input.is-invalid~.form-check-label,.bootstrap .was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.bootstrap .was-validated .form-check-input.is-invalid~.invalid-feedback,.bootstrap .was-validated .form-check-input.is-invalid~.invalid-tooltip,.bootstrap .was-validated .form-check-input:invalid~.invalid-feedback,.bootstrap .was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.bootstrap .was-validated .custom-control-input.is-invalid~.custom-control-label,.bootstrap .was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.bootstrap .was-validated .custom-control-input.is-invalid~.custom-control-label:before,.bootstrap .was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#dc3545}.bootstrap .was-validated .custom-control-input.is-invalid:checked~.custom-control-label:before,.bootstrap .was-validated .custom-control-input:invalid:checked~.custom-control-label:before{background-color:#e4606d;border-color:#e4606d}.bootstrap .was-validated .custom-control-input.is-invalid:focus~.custom-control-label:before,.bootstrap .was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #dc354540}.bootstrap .was-validated .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.bootstrap .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.bootstrap .was-validated .custom-file-input.is-invalid~.custom-file-label,.bootstrap .was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.bootstrap .was-validated .custom-file-input.is-invalid:focus~.custom-file-label,.bootstrap .was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.bootstrap .was-validated .is-invalid~.invalid-feedback,.bootstrap .was-validated .is-invalid~.invalid-tooltip,.bootstrap .was-validated :invalid~.invalid-feedback,.bootstrap .was-validated :invalid~.invalid-tooltip{display:block}.bootstrap .btn{background-color:initial;border:1px solid #0000;border-radius:.25rem;color:#212529;display:inline-block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;user-select:none;vertical-align:middle}@media(prefers-reduced-motion:reduce){.bootstrap .btn{transition:none}}.bootstrap .btn:hover{color:#212529;text-decoration:none}.bootstrap .btn.focus,.bootstrap .btn:focus{box-shadow:0 0 0 .2rem #007bff40;outline:0}.bootstrap .btn.disabled,.bootstrap .btn:disabled{opacity:.65}.bootstrap .btn:not(:disabled):not(.disabled){cursor:pointer}.bootstrap a.btn.disabled,.bootstrap fieldset:disabled a.btn{pointer-events:none}.bootstrap .btn-primary{background-color:#007bff;border-color:#007bff;color:#fff}.bootstrap .btn-primary:hover{background-color:#0069d9;border-color:#0062cc;color:#fff}.bootstrap .btn-primary.focus,.bootstrap .btn-primary:focus{background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem #268fff80;color:#fff}.bootstrap .btn-primary.disabled,.bootstrap .btn-primary:disabled{background-color:#007bff;border-color:#007bff;color:#fff}.bootstrap .btn-primary:not(:disabled):not(.disabled).active,.bootstrap .btn-primary:not(:disabled):not(.disabled):active,.show>.bootstrap .btn-primary.dropdown-toggle{background-color:#0062cc;border-color:#005cbf;color:#fff}.bootstrap .btn-primary:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-primary:not(:disabled):not(.disabled):active:focus,.show>.bootstrap .btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #268fff80}.bootstrap .btn-secondary{background-color:#6c757d;border-color:#6c757d;color:#fff}.bootstrap .btn-secondary:hover{background-color:#5a6268;border-color:#545b62;color:#fff}.bootstrap .btn-secondary.focus,.bootstrap .btn-secondary:focus{background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem #828a9180;color:#fff}.bootstrap .btn-secondary.disabled,.bootstrap .btn-secondary:disabled{background-color:#6c757d;border-color:#6c757d;color:#fff}.bootstrap .btn-secondary:not(:disabled):not(.disabled).active,.bootstrap .btn-secondary:not(:disabled):not(.disabled):active,.show>.bootstrap .btn-secondary.dropdown-toggle{background-color:#545b62;border-color:#4e555b;color:#fff}.bootstrap .btn-secondary:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.bootstrap .btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #828a9180}.bootstrap .btn-success{background-color:#28a745;border-color:#28a745;color:#fff}.bootstrap .btn-success:hover{background-color:#218838;border-color:#1e7e34;color:#fff}.bootstrap .btn-success.focus,.bootstrap .btn-success:focus{background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem #48b46180;color:#fff}.bootstrap .btn-success.disabled,.bootstrap .btn-success:disabled{background-color:#28a745;border-color:#28a745;color:#fff}.bootstrap .btn-success:not(:disabled):not(.disabled).active,.bootstrap .btn-success:not(:disabled):not(.disabled):active,.show>.bootstrap .btn-success.dropdown-toggle{background-color:#1e7e34;border-color:#1c7430;color:#fff}.bootstrap .btn-success:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-success:not(:disabled):not(.disabled):active:focus,.show>.bootstrap .btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #48b46180}.bootstrap .btn-info{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.bootstrap .btn-info.focus,.bootstrap .btn-info:focus,.bootstrap .btn-info:hover{background-color:#138496;border-color:#117a8b;color:#fff}.bootstrap .btn-info.focus,.bootstrap .btn-info:focus{box-shadow:0 0 0 .2rem #3ab0c380}.bootstrap .btn-info.disabled,.bootstrap .btn-info:disabled{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.bootstrap .btn-info:not(:disabled):not(.disabled).active,.bootstrap .btn-info:not(:disabled):not(.disabled):active,.show>.bootstrap .btn-info.dropdown-toggle{background-color:#117a8b;border-color:#10707f;color:#fff}.bootstrap .btn-info:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-info:not(:disabled):not(.disabled):active:focus,.show>.bootstrap .btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #3ab0c380}.bootstrap .btn-warning{background-color:#ffc107;border-color:#ffc107;color:#212529}.bootstrap .btn-warning:hover{background-color:#e0a800;border-color:#d39e00;color:#212529}.bootstrap .btn-warning.focus,.bootstrap .btn-warning:focus{background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem #deaa0c80;color:#212529}.bootstrap .btn-warning.disabled,.bootstrap .btn-warning:disabled{background-color:#ffc107;border-color:#ffc107;color:#212529}.bootstrap .btn-warning:not(:disabled):not(.disabled).active,.bootstrap .btn-warning:not(:disabled):not(.disabled):active,.show>.bootstrap .btn-warning.dropdown-toggle{background-color:#d39e00;border-color:#c69500;color:#212529}.bootstrap .btn-warning:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-warning:not(:disabled):not(.disabled):active:focus,.show>.bootstrap .btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #deaa0c80}.bootstrap .btn-danger{background-color:#dc3545;border-color:#dc3545;color:#fff}.bootstrap .btn-danger:hover{background-color:#c82333;border-color:#bd2130;color:#fff}.bootstrap .btn-danger.focus,.bootstrap .btn-danger:focus{background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem #e1536180;color:#fff}.bootstrap .btn-danger.disabled,.bootstrap .btn-danger:disabled{background-color:#dc3545;border-color:#dc3545;color:#fff}.bootstrap .btn-danger:not(:disabled):not(.disabled).active,.bootstrap .btn-danger:not(:disabled):not(.disabled):active,.show>.bootstrap .btn-danger.dropdown-toggle{background-color:#bd2130;border-color:#b21f2d;color:#fff}.bootstrap .btn-danger:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-danger:not(:disabled):not(.disabled):active:focus,.show>.bootstrap .btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #e1536180}.bootstrap .btn-light{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.bootstrap .btn-light.focus,.bootstrap .btn-light:focus,.bootstrap .btn-light:hover{background-color:#e2e6ea;border-color:#dae0e5;color:#212529}.bootstrap .btn-light.focus,.bootstrap .btn-light:focus{box-shadow:0 0 0 .2rem #d8d9db80}.bootstrap .btn-light.disabled,.bootstrap .btn-light:disabled{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.bootstrap .btn-light:not(:disabled):not(.disabled).active,.bootstrap .btn-light:not(:disabled):not(.disabled):active,.show>.bootstrap .btn-light.dropdown-toggle{background-color:#dae0e5;border-color:#d3d9df;color:#212529}.bootstrap .btn-light:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-light:not(:disabled):not(.disabled):active:focus,.show>.bootstrap .btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #d8d9db80}.bootstrap .btn-dark{background-color:#343a40;border-color:#343a40;color:#fff}.bootstrap .btn-dark.focus,.bootstrap .btn-dark:focus,.bootstrap .btn-dark:hover{background-color:#23272b;border-color:#1d2124;color:#fff}.bootstrap .btn-dark.focus,.bootstrap .btn-dark:focus{box-shadow:0 0 0 .2rem #52585d80}.bootstrap .btn-dark.disabled,.bootstrap .btn-dark:disabled{background-color:#343a40;border-color:#343a40;color:#fff}.bootstrap .btn-dark:not(:disabled):not(.disabled).active,.bootstrap .btn-dark:not(:disabled):not(.disabled):active,.show>.bootstrap .btn-dark.dropdown-toggle{background-color:#1d2124;border-color:#171a1d;color:#fff}.bootstrap .btn-dark:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-dark:not(:disabled):not(.disabled):active:focus,.show>.bootstrap .btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #52585d80}.bootstrap .btn-outline-primary{border-color:#007bff;color:#007bff}.bootstrap .btn-outline-primary:hover{background-color:#007bff;border-color:#007bff;color:#fff}.bootstrap .btn-outline-primary.focus,.bootstrap .btn-outline-primary:focus{box-shadow:0 0 0 .2rem #007bff80}.bootstrap .btn-outline-primary.disabled,.bootstrap .btn-outline-primary:disabled{background-color:initial;color:#007bff}.bootstrap .btn-outline-primary:not(:disabled):not(.disabled).active,.bootstrap .btn-outline-primary:not(:disabled):not(.disabled):active,.show>.bootstrap .btn-outline-primary.dropdown-toggle{background-color:#007bff;border-color:#007bff;color:#fff}.bootstrap .btn-outline-primary:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.bootstrap .btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #007bff80}.bootstrap .btn-outline-secondary{border-color:#6c757d;color:#6c757d}.bootstrap .btn-outline-secondary:hover{background-color:#6c757d;border-color:#6c757d;color:#fff}.bootstrap .btn-outline-secondary.focus,.bootstrap .btn-outline-secondary:focus{box-shadow:0 0 0 .2rem #6c757d80}.bootstrap .btn-outline-secondary.disabled,.bootstrap .btn-outline-secondary:disabled{background-color:initial;color:#6c757d}.bootstrap .btn-outline-secondary:not(:disabled):not(.disabled).active,.bootstrap .btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.bootstrap .btn-outline-secondary.dropdown-toggle{background-color:#6c757d;border-color:#6c757d;color:#fff}.bootstrap .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.bootstrap .btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #6c757d80}.bootstrap .btn-outline-success{border-color:#28a745;color:#28a745}.bootstrap .btn-outline-success:hover{background-color:#28a745;border-color:#28a745;color:#fff}.bootstrap .btn-outline-success.focus,.bootstrap .btn-outline-success:focus{box-shadow:0 0 0 .2rem #28a74580}.bootstrap .btn-outline-success.disabled,.bootstrap .btn-outline-success:disabled{background-color:initial;color:#28a745}.bootstrap .btn-outline-success:not(:disabled):not(.disabled).active,.bootstrap .btn-outline-success:not(:disabled):not(.disabled):active,.show>.bootstrap .btn-outline-success.dropdown-toggle{background-color:#28a745;border-color:#28a745;color:#fff}.bootstrap .btn-outline-success:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.bootstrap .btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #28a74580}.bootstrap .btn-outline-info{border-color:#17a2b8;color:#17a2b8}.bootstrap .btn-outline-info:hover{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.bootstrap .btn-outline-info.focus,.bootstrap .btn-outline-info:focus{box-shadow:0 0 0 .2rem #17a2b880}.bootstrap .btn-outline-info.disabled,.bootstrap .btn-outline-info:disabled{background-color:initial;color:#17a2b8}.bootstrap .btn-outline-info:not(:disabled):not(.disabled).active,.bootstrap .btn-outline-info:not(:disabled):not(.disabled):active,.show>.bootstrap .btn-outline-info.dropdown-toggle{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.bootstrap .btn-outline-info:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.bootstrap .btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #17a2b880}.bootstrap .btn-outline-warning{border-color:#ffc107;color:#ffc107}.bootstrap .btn-outline-warning:hover{background-color:#ffc107;border-color:#ffc107;color:#212529}.bootstrap .btn-outline-warning.focus,.bootstrap .btn-outline-warning:focus{box-shadow:0 0 0 .2rem #ffc10780}.bootstrap .btn-outline-warning.disabled,.bootstrap .btn-outline-warning:disabled{background-color:initial;color:#ffc107}.bootstrap .btn-outline-warning:not(:disabled):not(.disabled).active,.bootstrap .btn-outline-warning:not(:disabled):not(.disabled):active,.show>.bootstrap .btn-outline-warning.dropdown-toggle{background-color:#ffc107;border-color:#ffc107;color:#212529}.bootstrap .btn-outline-warning:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.bootstrap .btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #ffc10780}.bootstrap .btn-outline-danger{border-color:#dc3545;color:#dc3545}.bootstrap .btn-outline-danger:hover{background-color:#dc3545;border-color:#dc3545;color:#fff}.bootstrap .btn-outline-danger.focus,.bootstrap .btn-outline-danger:focus{box-shadow:0 0 0 .2rem #dc354580}.bootstrap .btn-outline-danger.disabled,.bootstrap .btn-outline-danger:disabled{background-color:initial;color:#dc3545}.bootstrap .btn-outline-danger:not(:disabled):not(.disabled).active,.bootstrap .btn-outline-danger:not(:disabled):not(.disabled):active,.show>.bootstrap .btn-outline-danger.dropdown-toggle{background-color:#dc3545;border-color:#dc3545;color:#fff}.bootstrap .btn-outline-danger:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.bootstrap .btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #dc354580}.bootstrap .btn-outline-light{border-color:#f8f9fa;color:#f8f9fa}.bootstrap .btn-outline-light:hover{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.bootstrap .btn-outline-light.focus,.bootstrap .btn-outline-light:focus{box-shadow:0 0 0 .2rem #f8f9fa80}.bootstrap .btn-outline-light.disabled,.bootstrap .btn-outline-light:disabled{background-color:initial;color:#f8f9fa}.bootstrap .btn-outline-light:not(:disabled):not(.disabled).active,.bootstrap .btn-outline-light:not(:disabled):not(.disabled):active,.show>.bootstrap .btn-outline-light.dropdown-toggle{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.bootstrap .btn-outline-light:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.bootstrap .btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #f8f9fa80}.bootstrap .btn-outline-dark{border-color:#343a40;color:#343a40}.bootstrap .btn-outline-dark:hover{background-color:#343a40;border-color:#343a40;color:#fff}.bootstrap .btn-outline-dark.focus,.bootstrap .btn-outline-dark:focus{box-shadow:0 0 0 .2rem #343a4080}.bootstrap .btn-outline-dark.disabled,.bootstrap .btn-outline-dark:disabled{background-color:initial;color:#343a40}.bootstrap .btn-outline-dark:not(:disabled):not(.disabled).active,.bootstrap .btn-outline-dark:not(:disabled):not(.disabled):active,.show>.bootstrap .btn-outline-dark.dropdown-toggle{background-color:#343a40;border-color:#343a40;color:#fff}.bootstrap .btn-outline-dark:not(:disabled):not(.disabled).active:focus,.bootstrap .btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.bootstrap .btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #343a4080}.bootstrap .btn-link{color:#007bff;font-weight:400;text-decoration:none}.bootstrap .btn-link:hover{color:#0056b3;text-decoration:underline}.bootstrap .btn-link.focus,.bootstrap .btn-link:focus{text-decoration:underline}.bootstrap .btn-link.disabled,.bootstrap .btn-link:disabled{color:#6c757d;pointer-events:none}.bootstrap .btn-group-lg>.btn,.bootstrap .btn-lg{border-radius:.3rem;font-size:1.25rem;line-height:1.5;padding:.5rem 1rem}.bootstrap .btn-group-sm>.btn,.bootstrap .btn-sm{border-radius:.2rem;font-size:.875rem;line-height:1.5;padding:.25rem .5rem}.bootstrap .btn-block{display:block;width:100%}.bootstrap .btn-block+.btn-block{margin-top:.5rem}.bootstrap input[type=button].btn-block,.bootstrap input[type=reset].btn-block,.bootstrap input[type=submit].btn-block{width:100%}.bootstrap .fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.bootstrap .fade{transition:none}}.bootstrap .fade:not(.show){opacity:0}.bootstrap .collapse:not(.show){display:none}.bootstrap .collapsing{height:0;overflow:hidden;position:relative;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.bootstrap .collapsing{transition:none}}.bootstrap .dropdown,.bootstrap .dropleft,.bootstrap .dropright,.bootstrap .dropup{position:relative}.bootstrap .dropdown-toggle{white-space:nowrap}.bootstrap .dropdown-toggle:after{border-bottom:0;border-left:.3em solid #0000;border-right:.3em solid #0000;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.bootstrap .dropdown-toggle:empty:after{margin-left:0}.bootstrap .dropdown-menu{background-clip:padding-box;background-color:#fff;border:1px solid #00000026;border-radius:.25rem;color:#212529;display:none;float:left;font-size:1rem;left:0;list-style:none;margin:.125rem 0 0;min-width:10rem;padding:.5rem 0;position:absolute;text-align:left;top:100%;z-index:1000}.bootstrap .dropdown-menu-left{left:0;right:auto}.bootstrap .dropdown-menu-right{left:auto;right:0}@media(min-width:576px){.bootstrap .dropdown-menu-sm-left{left:0;right:auto}.bootstrap .dropdown-menu-sm-right{left:auto;right:0}}@media(min-width:768px){.bootstrap .dropdown-menu-md-left{left:0;right:auto}.bootstrap .dropdown-menu-md-right{left:auto;right:0}}@media(min-width:992px){.bootstrap .dropdown-menu-lg-left{left:0;right:auto}.bootstrap .dropdown-menu-lg-right{left:auto;right:0}}@media(min-width:1200px){.bootstrap .dropdown-menu-xl-left{left:0;right:auto}.bootstrap .dropdown-menu-xl-right{left:auto;right:0}}.bootstrap .dropup .dropdown-menu{bottom:100%;margin-bottom:.125rem;margin-top:0;top:auto}.bootstrap .dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid #0000;border-right:.3em solid #0000;border-top:0;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.bootstrap .dropup .dropdown-toggle:empty:after{margin-left:0}.bootstrap .dropright .dropdown-menu{left:100%;margin-left:.125rem;margin-top:0;right:auto;top:0}.bootstrap .dropright .dropdown-toggle:after{border-bottom:.3em solid #0000;border-left:.3em solid;border-right:0;border-top:.3em solid #0000;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.bootstrap .dropright .dropdown-toggle:empty:after{margin-left:0}.bootstrap .dropright .dropdown-toggle:after{vertical-align:0}.bootstrap .dropleft .dropdown-menu{left:auto;margin-right:.125rem;margin-top:0;right:100%;top:0}.bootstrap .dropleft .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.bootstrap .dropleft .dropdown-toggle:before{border-bottom:.3em solid #0000;border-right:.3em solid;border-top:.3em solid #0000;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.bootstrap .dropleft .dropdown-toggle:empty:after{margin-left:0}.bootstrap .dropleft .dropdown-toggle:before{vertical-align:0}.bootstrap .dropdown-menu[x-placement^=bottom],.bootstrap .dropdown-menu[x-placement^=left],.bootstrap .dropdown-menu[x-placement^=right],.bootstrap .dropdown-menu[x-placement^=top]{bottom:auto;right:auto}.bootstrap .dropdown-divider{border-top:1px solid #e9ecef;height:0;margin:.5rem 0;overflow:hidden}.bootstrap .dropdown-item{background-color:initial;border:0;clear:both;color:#212529;display:block;font-weight:400;padding:.25rem 1.5rem;text-align:inherit;white-space:nowrap;width:100%}.bootstrap .dropdown-item:focus,.bootstrap .dropdown-item:hover{background-color:#e9ecef;color:#16181b;text-decoration:none}.bootstrap .dropdown-item.active,.bootstrap .dropdown-item:active{background-color:#007bff;color:#fff;text-decoration:none}.bootstrap .dropdown-item.disabled,.bootstrap .dropdown-item:disabled{background-color:initial;color:#adb5bd;pointer-events:none}.bootstrap .dropdown-menu.show{display:block}.bootstrap .dropdown-header{color:#6c757d;display:block;font-size:.875rem;margin-bottom:0;padding:.5rem 1.5rem;white-space:nowrap}.bootstrap .dropdown-item-text{color:#212529;display:block;padding:.25rem 1.5rem}.bootstrap .btn-group,.bootstrap .btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.bootstrap .btn-group-vertical>.btn,.bootstrap .btn-group>.btn{flex:1 1 auto;position:relative}.bootstrap .btn-group-vertical>.btn.active,.bootstrap .btn-group-vertical>.btn:active,.bootstrap .btn-group-vertical>.btn:focus,.bootstrap .btn-group-vertical>.btn:hover,.bootstrap .btn-group>.btn.active,.bootstrap .btn-group>.btn:active,.bootstrap .btn-group>.btn:focus,.bootstrap .btn-group>.btn:hover{z-index:1}.bootstrap .btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.bootstrap .btn-toolbar .input-group{width:auto}.bootstrap .btn-group>.btn-group:not(:first-child),.bootstrap .btn-group>.btn:not(:first-child){margin-left:-1px}.bootstrap .btn-group>.btn-group:not(:last-child)>.btn,.bootstrap .btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap .btn-group>.btn-group:not(:first-child)>.btn,.bootstrap .btn-group>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap .dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.bootstrap .dropdown-toggle-split:after,.dropright .bootstrap .dropdown-toggle-split:after,.dropup .bootstrap .dropdown-toggle-split:after{margin-left:0}.dropleft .bootstrap .dropdown-toggle-split:before{margin-right:0}.bootstrap .btn-group-sm>.btn+.dropdown-toggle-split,.bootstrap .btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.bootstrap .btn-group-lg>.btn+.dropdown-toggle-split,.bootstrap .btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.bootstrap .btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.bootstrap .btn-group-vertical>.btn,.bootstrap .btn-group-vertical>.btn-group{width:100%}.bootstrap .btn-group-vertical>.btn-group:not(:first-child),.bootstrap .btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.bootstrap .btn-group-vertical>.btn-group:not(:last-child)>.btn,.bootstrap .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.bootstrap .btn-group-vertical>.btn-group:not(:first-child)>.btn,.bootstrap .btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.bootstrap .btn-group-toggle>.btn,.bootstrap .btn-group-toggle>.btn-group>.btn{margin-bottom:0}.bootstrap .btn-group-toggle>.btn input[type=checkbox],.bootstrap .btn-group-toggle>.btn input[type=radio],.bootstrap .btn-group-toggle>.btn-group>.btn input[type=checkbox],.bootstrap .btn-group-toggle>.btn-group>.btn input[type=radio]{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.bootstrap .input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.bootstrap .input-group>.custom-file,.bootstrap .input-group>.custom-select,.bootstrap .input-group>.form-control,.bootstrap .input-group>.form-control-plaintext{flex:1 1 auto;margin-bottom:0;min-width:0;position:relative;width:1%}.bootstrap .input-group>.custom-file+.custom-file,.bootstrap .input-group>.custom-file+.custom-select,.bootstrap .input-group>.custom-file+.form-control,.bootstrap .input-group>.custom-select+.custom-file,.bootstrap .input-group>.custom-select+.custom-select,.bootstrap .input-group>.custom-select+.form-control,.bootstrap .input-group>.form-control+.custom-file,.bootstrap .input-group>.form-control+.custom-select,.bootstrap .input-group>.form-control+.form-control,.bootstrap .input-group>.form-control-plaintext+.custom-file,.bootstrap .input-group>.form-control-plaintext+.custom-select,.bootstrap .input-group>.form-control-plaintext+.form-control{margin-left:-1px}.bootstrap .input-group>.custom-file .custom-file-input:focus~.custom-file-label,.bootstrap .input-group>.custom-select:focus,.bootstrap .input-group>.form-control:focus{z-index:3}.bootstrap .input-group>.custom-file .custom-file-input:focus{z-index:4}.bootstrap .input-group>.custom-select:not(:first-child),.bootstrap .input-group>.form-control:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap .input-group>.custom-file{align-items:center;display:flex}.bootstrap .input-group>.custom-file:not(:last-child) .custom-file-label,.bootstrap .input-group>.custom-file:not(:last-child) .custom-file-label:after{border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap .input-group>.custom-file:not(:first-child) .custom-file-label{border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.bootstrap .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,.bootstrap .input-group.has-validation>.custom-select:nth-last-child(n+3),.bootstrap .input-group.has-validation>.form-control:nth-last-child(n+3),.bootstrap .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.bootstrap .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,.bootstrap .input-group:not(.has-validation)>.custom-select:not(:last-child),.bootstrap .input-group:not(.has-validation)>.form-control:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap .input-group-append,.bootstrap .input-group-prepend{display:flex}.bootstrap .input-group-append .btn,.bootstrap .input-group-prepend .btn{position:relative;z-index:2}.bootstrap .input-group-append .btn:focus,.bootstrap .input-group-prepend .btn:focus{z-index:3}.bootstrap .input-group-append .btn+.btn,.bootstrap .input-group-append .btn+.input-group-text,.bootstrap .input-group-append .input-group-text+.btn,.bootstrap .input-group-append .input-group-text+.input-group-text,.bootstrap .input-group-prepend .btn+.btn,.bootstrap .input-group-prepend .btn+.input-group-text,.bootstrap .input-group-prepend .input-group-text+.btn,.bootstrap .input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.bootstrap .input-group-prepend{margin-right:-1px}.bootstrap .input-group-append{margin-left:-1px}.bootstrap .input-group-text{align-items:center;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem;color:#495057;display:flex;font-size:1rem;font-weight:400;line-height:1.5;margin-bottom:0;padding:.375rem .75rem;text-align:center;white-space:nowrap}.bootstrap .input-group-text input[type=checkbox],.bootstrap .input-group-text input[type=radio]{margin-top:0}.bootstrap .input-group-lg>.custom-select,.bootstrap .input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.bootstrap .input-group-lg>.custom-select,.bootstrap .input-group-lg>.form-control,.bootstrap .input-group-lg>.input-group-append>.btn,.bootstrap .input-group-lg>.input-group-append>.input-group-text,.bootstrap .input-group-lg>.input-group-prepend>.btn,.bootstrap .input-group-lg>.input-group-prepend>.input-group-text{border-radius:.3rem;font-size:1.25rem;line-height:1.5;padding:.5rem 1rem}.bootstrap .input-group-sm>.custom-select,.bootstrap .input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.bootstrap .input-group-sm>.custom-select,.bootstrap .input-group-sm>.form-control,.bootstrap .input-group-sm>.input-group-append>.btn,.bootstrap .input-group-sm>.input-group-append>.input-group-text,.bootstrap .input-group-sm>.input-group-prepend>.btn,.bootstrap .input-group-sm>.input-group-prepend>.input-group-text{border-radius:.2rem;font-size:.875rem;line-height:1.5;padding:.25rem .5rem}.bootstrap .input-group-lg>.custom-select,.bootstrap .input-group-sm>.custom-select{padding-right:1.75rem}.bootstrap .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.bootstrap .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.bootstrap .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.bootstrap .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.bootstrap .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.bootstrap .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.bootstrap .input-group>.input-group-prepend>.btn,.bootstrap .input-group>.input-group-prepend>.input-group-text{border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap .input-group>.input-group-append>.btn,.bootstrap .input-group>.input-group-append>.input-group-text,.bootstrap .input-group>.input-group-prepend:first-child>.btn:not(:first-child),.bootstrap .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.bootstrap .input-group>.input-group-prepend:not(:first-child)>.btn,.bootstrap .input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap .custom-control{-webkit-print-color-adjust:exact;color-adjust:exact;display:block;min-height:1.5rem;padding-left:1.5rem;position:relative;z-index:1}.bootstrap .custom-control-inline{display:inline-flex;margin-right:1rem}.bootstrap .custom-control-input{height:1.25rem;left:0;opacity:0;position:absolute;width:1rem;z-index:-1}.bootstrap .custom-control-input:checked~.custom-control-label:before{background-color:#007bff;border-color:#007bff;color:#fff}.bootstrap .custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #007bff40}.bootstrap .custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#80bdff}.bootstrap .custom-control-input:not(:disabled):active~.custom-control-label:before{background-color:#b3d7ff;border-color:#b3d7ff;color:#fff}.bootstrap .custom-control-input:disabled~.custom-control-label,.bootstrap .custom-control-input[disabled]~.custom-control-label{color:#6c757d}.bootstrap .custom-control-input:disabled~.custom-control-label:before,.bootstrap .custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}.bootstrap .custom-control-label{margin-bottom:0;position:relative;vertical-align:top}.bootstrap .custom-control-label:before{background-color:#fff;border:1px solid #adb5bd;pointer-events:none}.bootstrap .custom-control-label:after,.bootstrap .custom-control-label:before{content:"";display:block;height:1rem;left:-1.5rem;position:absolute;top:.25rem;width:1rem}.bootstrap .custom-control-label:after{background:50%/50% 50% no-repeat}.bootstrap .custom-checkbox .custom-control-label:before{border-radius:.25rem}.bootstrap .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.bootstrap .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:#007bff;border-color:#007bff}.bootstrap .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.bootstrap .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before,.bootstrap .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:#007bff80}.bootstrap .custom-radio .custom-control-label:before{border-radius:50%}.bootstrap .custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.bootstrap .custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:#007bff80}.bootstrap .custom-switch{padding-left:2.25rem}.bootstrap .custom-switch .custom-control-label:before{border-radius:.5rem;left:-2.25rem;pointer-events:all;width:1.75rem}.bootstrap .custom-switch .custom-control-label:after{background-color:#adb5bd;border-radius:.5rem;height:calc(1rem - 4px);left:calc(-2.25rem + 2px);top:calc(.25rem + 2px);transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:calc(1rem - 4px)}@media(prefers-reduced-motion:reduce){.bootstrap .custom-switch .custom-control-label:after{transition:none}}.bootstrap .custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translateX(.75rem)}.bootstrap .custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:#007bff80}.bootstrap .custom-select{-webkit-appearance:none;appearance:none;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:.25rem;color:#495057;display:inline-block;font-size:1rem;font-weight:400;height:calc(1.5em + .75rem + 2px);line-height:1.5;padding:.375rem 1.75rem .375rem .75rem;vertical-align:middle;width:100%}.bootstrap .custom-select:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40;outline:0}.bootstrap .custom-select:focus::-ms-value{background-color:#fff;color:#495057}.bootstrap .custom-select[multiple],.bootstrap .custom-select[size]:not([size="1"]){background-image:none;height:auto;padding-right:.75rem}.bootstrap .custom-select:disabled{background-color:#e9ecef;color:#6c757d}.bootstrap .custom-select::-ms-expand{display:none}.bootstrap .custom-select:-moz-focusring{color:#0000;text-shadow:0 0 0 #495057}.bootstrap .custom-select-sm{font-size:.875rem;height:calc(1.5em + .5rem + 2px);padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}.bootstrap .custom-select-lg{font-size:1.25rem;height:calc(1.5em + 1rem + 2px);padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}.bootstrap .custom-file{display:inline-block;margin-bottom:0}.bootstrap .custom-file,.bootstrap .custom-file-input{height:calc(1.5em + .75rem + 2px);position:relative;width:100%}.bootstrap .custom-file-input{margin:0;opacity:0;overflow:hidden;z-index:2}.bootstrap .custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40}.bootstrap .custom-file-input:disabled~.custom-file-label,.bootstrap .custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.bootstrap .custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.bootstrap .custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.bootstrap .custom-file-label{background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;font-weight:400;height:calc(1.5em + .75rem + 2px);left:0;overflow:hidden;z-index:1}.bootstrap .custom-file-label,.bootstrap .custom-file-label:after{color:#495057;line-height:1.5;padding:.375rem .75rem;position:absolute;right:0;top:0}.bootstrap .custom-file-label:after{background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0;bottom:0;content:"Browse";display:block;height:calc(1.5em + .75rem);z-index:3}.bootstrap .custom-range{-webkit-appearance:none;appearance:none;background-color:initial;height:1.4rem;padding:0;width:100%}.bootstrap .custom-range:focus{outline:0}.bootstrap .custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #007bff40}.bootstrap .custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #007bff40}.bootstrap .custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #007bff40}.bootstrap .custom-range::-moz-focus-outer{border:0}.bootstrap .custom-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#007bff;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media(prefers-reduced-motion:reduce){.bootstrap .custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.bootstrap .custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.bootstrap .custom-range::-webkit-slider-runnable-track{background-color:#dee2e6;border-color:#0000;border-radius:1rem;color:#0000;cursor:pointer;height:.5rem;width:100%}.bootstrap .custom-range::-moz-range-thumb{appearance:none;background-color:#007bff;border:0;border-radius:1rem;height:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media(prefers-reduced-motion:reduce){.bootstrap .custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.bootstrap .custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.bootstrap .custom-range::-moz-range-track{background-color:#dee2e6;border-color:#0000;border-radius:1rem;color:#0000;cursor:pointer;height:.5rem;width:100%}.bootstrap .custom-range::-ms-thumb{appearance:none;background-color:#007bff;border:0;border-radius:1rem;height:1rem;margin-left:.2rem;margin-right:.2rem;margin-top:0;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media(prefers-reduced-motion:reduce){.bootstrap .custom-range::-ms-thumb{-ms-transition:none;transition:none}}.bootstrap .custom-range::-ms-thumb:active{background-color:#b3d7ff}.bootstrap .custom-range::-ms-track{background-color:initial;border-color:#0000;border-width:.5rem;color:#0000;cursor:pointer;height:.5rem;width:100%}.bootstrap .custom-range::-ms-fill-lower,.bootstrap .custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem}.bootstrap .custom-range::-ms-fill-upper{margin-right:15px}.bootstrap .custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.bootstrap .custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.bootstrap .custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.bootstrap .custom-range:disabled::-moz-range-track{cursor:default}.bootstrap .custom-range:disabled::-ms-thumb{background-color:#adb5bd}.bootstrap .custom-control-label:before,.bootstrap .custom-file-label,.bootstrap .custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.bootstrap .custom-control-label:before,.bootstrap .custom-file-label,.bootstrap .custom-select{transition:none}}.bootstrap .nav{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.bootstrap .nav-link{display:block;padding:.5rem 1rem}.bootstrap .nav-link:focus,.bootstrap .nav-link:hover{text-decoration:none}.bootstrap .nav-link.disabled{color:#6c757d;cursor:default;pointer-events:none}.bootstrap .nav-tabs{border-bottom:1px solid #dee2e6}.bootstrap .nav-tabs .nav-link{border:1px solid #0000;border-top-left-radius:.25rem;border-top-right-radius:.25rem;margin-bottom:-1px}.bootstrap .nav-tabs .nav-link:focus,.bootstrap .nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.bootstrap .nav-tabs .nav-link.disabled{background-color:initial;border-color:#0000;color:#6c757d}.bootstrap .nav-tabs .nav-item.show .nav-link,.bootstrap .nav-tabs .nav-link.active{background-color:#fff;border-color:#dee2e6 #dee2e6 #fff;color:#495057}.bootstrap .nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:-1px}.bootstrap .nav-pills .nav-link{border-radius:.25rem}.bootstrap .nav-pills .nav-link.active,.bootstrap .nav-pills .show>.nav-link{background-color:#007bff;color:#fff}.bootstrap .nav-fill .nav-item,.bootstrap .nav-fill>.nav-link{flex:1 1 auto;text-align:center}.bootstrap .nav-justified .nav-item,.bootstrap .nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.bootstrap .tab-content>.tab-pane{display:none}.bootstrap .tab-content>.active{display:block}.bootstrap .navbar{padding:.5rem 1rem;position:relative}.bootstrap .navbar,.bootstrap .navbar .container,.bootstrap .navbar .container-fluid,.bootstrap .navbar .container-lg,.bootstrap .navbar .container-md,.bootstrap .navbar .container-sm,.bootstrap .navbar .container-xl{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.bootstrap .navbar-brand{display:inline-block;font-size:1.25rem;line-height:inherit;margin-right:1rem;padding-bottom:.3125rem;padding-top:.3125rem;white-space:nowrap}.bootstrap .navbar-brand:focus,.bootstrap .navbar-brand:hover{text-decoration:none}.bootstrap .navbar-nav{display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.bootstrap .navbar-nav .nav-link{padding-left:0;padding-right:0}.bootstrap .navbar-nav .dropdown-menu{float:none;position:static}.bootstrap .navbar-text{display:inline-block;padding-bottom:.5rem;padding-top:.5rem}.bootstrap .navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.bootstrap .navbar-toggler{background-color:initial;border:1px solid #0000;border-radius:.25rem;font-size:1.25rem;line-height:1;padding:.25rem .75rem}.bootstrap .navbar-toggler:focus,.bootstrap .navbar-toggler:hover{text-decoration:none}.bootstrap .navbar-toggler-icon{background:50%/100% 100% no-repeat;content:"";display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.bootstrap .navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media(max-width:575.98px){.bootstrap .navbar-expand-sm>.container,.bootstrap .navbar-expand-sm>.container-fluid,.bootstrap .navbar-expand-sm>.container-lg,.bootstrap .navbar-expand-sm>.container-md,.bootstrap .navbar-expand-sm>.container-sm,.bootstrap .navbar-expand-sm>.container-xl{padding-left:0;padding-right:0}}@media(min-width:576px){.bootstrap .navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.bootstrap .navbar-expand-sm .navbar-nav{flex-direction:row}.bootstrap .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.bootstrap .navbar-expand-sm .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.bootstrap .navbar-expand-sm>.container,.bootstrap .navbar-expand-sm>.container-fluid,.bootstrap .navbar-expand-sm>.container-lg,.bootstrap .navbar-expand-sm>.container-md,.bootstrap .navbar-expand-sm>.container-sm,.bootstrap .navbar-expand-sm>.container-xl{flex-wrap:nowrap}.bootstrap .navbar-expand-sm .navbar-nav-scroll{overflow:visible}.bootstrap .navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.bootstrap .navbar-expand-sm .navbar-toggler{display:none}}@media(max-width:767.98px){.bootstrap .navbar-expand-md>.container,.bootstrap .navbar-expand-md>.container-fluid,.bootstrap .navbar-expand-md>.container-lg,.bootstrap .navbar-expand-md>.container-md,.bootstrap .navbar-expand-md>.container-sm,.bootstrap .navbar-expand-md>.container-xl{padding-left:0;padding-right:0}}@media(min-width:768px){.bootstrap .navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.bootstrap .navbar-expand-md .navbar-nav{flex-direction:row}.bootstrap .navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.bootstrap .navbar-expand-md .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.bootstrap .navbar-expand-md>.container,.bootstrap .navbar-expand-md>.container-fluid,.bootstrap .navbar-expand-md>.container-lg,.bootstrap .navbar-expand-md>.container-md,.bootstrap .navbar-expand-md>.container-sm,.bootstrap .navbar-expand-md>.container-xl{flex-wrap:nowrap}.bootstrap .navbar-expand-md .navbar-nav-scroll{overflow:visible}.bootstrap .navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.bootstrap .navbar-expand-md .navbar-toggler{display:none}}@media(max-width:991.98px){.bootstrap .navbar-expand-lg>.container,.bootstrap .navbar-expand-lg>.container-fluid,.bootstrap .navbar-expand-lg>.container-lg,.bootstrap .navbar-expand-lg>.container-md,.bootstrap .navbar-expand-lg>.container-sm,.bootstrap .navbar-expand-lg>.container-xl{padding-left:0;padding-right:0}}@media(min-width:992px){.bootstrap .navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.bootstrap .navbar-expand-lg .navbar-nav{flex-direction:row}.bootstrap .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.bootstrap .navbar-expand-lg .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.bootstrap .navbar-expand-lg>.container,.bootstrap .navbar-expand-lg>.container-fluid,.bootstrap .navbar-expand-lg>.container-lg,.bootstrap .navbar-expand-lg>.container-md,.bootstrap .navbar-expand-lg>.container-sm,.bootstrap .navbar-expand-lg>.container-xl{flex-wrap:nowrap}.bootstrap .navbar-expand-lg .navbar-nav-scroll{overflow:visible}.bootstrap .navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.bootstrap .navbar-expand-lg .navbar-toggler{display:none}}@media(max-width:1199.98px){.bootstrap .navbar-expand-xl>.container,.bootstrap .navbar-expand-xl>.container-fluid,.bootstrap .navbar-expand-xl>.container-lg,.bootstrap .navbar-expand-xl>.container-md,.bootstrap .navbar-expand-xl>.container-sm,.bootstrap .navbar-expand-xl>.container-xl{padding-left:0;padding-right:0}}@media(min-width:1200px){.bootstrap .navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.bootstrap .navbar-expand-xl .navbar-nav{flex-direction:row}.bootstrap .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.bootstrap .navbar-expand-xl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.bootstrap .navbar-expand-xl>.container,.bootstrap .navbar-expand-xl>.container-fluid,.bootstrap .navbar-expand-xl>.container-lg,.bootstrap .navbar-expand-xl>.container-md,.bootstrap .navbar-expand-xl>.container-sm,.bootstrap .navbar-expand-xl>.container-xl{flex-wrap:nowrap}.bootstrap .navbar-expand-xl .navbar-nav-scroll{overflow:visible}.bootstrap .navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.bootstrap .navbar-expand-xl .navbar-toggler{display:none}}.bootstrap .navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.bootstrap .navbar-expand>.container,.bootstrap .navbar-expand>.container-fluid,.bootstrap .navbar-expand>.container-lg,.bootstrap .navbar-expand>.container-md,.bootstrap .navbar-expand>.container-sm,.bootstrap .navbar-expand>.container-xl{padding-left:0;padding-right:0}.bootstrap .navbar-expand .navbar-nav{flex-direction:row}.bootstrap .navbar-expand .navbar-nav .dropdown-menu{position:absolute}.bootstrap .navbar-expand .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.bootstrap .navbar-expand>.container,.bootstrap .navbar-expand>.container-fluid,.bootstrap .navbar-expand>.container-lg,.bootstrap .navbar-expand>.container-md,.bootstrap .navbar-expand>.container-sm,.bootstrap .navbar-expand>.container-xl{flex-wrap:nowrap}.bootstrap .navbar-expand .navbar-nav-scroll{overflow:visible}.bootstrap .navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.bootstrap .navbar-expand .navbar-toggler{display:none}.bootstrap .navbar-light .navbar-brand,.bootstrap .navbar-light .navbar-brand:focus,.bootstrap .navbar-light .navbar-brand:hover,.bootstrap .navbar-themed .navbar-brand,.bootstrap .navbar-themed .navbar-brand:focus,.bootstrap .navbar-themed .navbar-brand:hover{color:#000000e6}.bootstrap .navbar-light .navbar-nav .nav-link,.bootstrap .navbar-themed .navbar-nav .nav-link{color:#00000080}.bootstrap .navbar-light .navbar-nav .nav-link:focus,.bootstrap .navbar-light .navbar-nav .nav-link:hover,.bootstrap .navbar-themed .navbar-nav .nav-link:focus,.bootstrap .navbar-themed .navbar-nav .nav-link:hover{color:#000000b3}.bootstrap .navbar-light .navbar-nav .nav-link.disabled,.bootstrap .navbar-themed .navbar-nav .nav-link.disabled{color:#0000004d}.bootstrap .navbar-light .navbar-nav .active>.nav-link,.bootstrap .navbar-light .navbar-nav .nav-link.active,.bootstrap .navbar-light .navbar-nav .nav-link.show,.bootstrap .navbar-light .navbar-nav .show>.nav-link,.bootstrap .navbar-themed .navbar-nav .active>.nav-link,.bootstrap .navbar-themed .navbar-nav .nav-link.active,.bootstrap .navbar-themed .navbar-nav .nav-link.show,.bootstrap .navbar-themed .navbar-nav .show>.nav-link{color:#000000e6}.bootstrap .navbar-light .navbar-toggler,.bootstrap .navbar-themed .navbar-toggler{border-color:#0000001a;color:#00000080}.bootstrap .navbar-light .navbar-toggler-icon,.bootstrap .navbar-themed .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.bootstrap .navbar-light .navbar-text,.bootstrap .navbar-themed .navbar-text{color:#00000080}.bootstrap .navbar-light .navbar-text a,.bootstrap .navbar-light .navbar-text a:focus,.bootstrap .navbar-light .navbar-text a:hover,.bootstrap .navbar-themed .navbar-text a,.bootstrap .navbar-themed .navbar-text a:focus,.bootstrap .navbar-themed .navbar-text a:hover{color:#000000e6}.bootstrap .navbar-dark .navbar-brand,.bootstrap .navbar-dark .navbar-brand:focus,.bootstrap .navbar-dark .navbar-brand:hover{color:#fff}.bootstrap .navbar-dark .navbar-nav .nav-link{color:#ffffff80}.bootstrap .navbar-dark .navbar-nav .nav-link:focus,.bootstrap .navbar-dark .navbar-nav .nav-link:hover{color:#ffffffbf}.bootstrap .navbar-dark .navbar-nav .nav-link.disabled{color:#ffffff40}.bootstrap .navbar-dark .navbar-nav .active>.nav-link,.bootstrap .navbar-dark .navbar-nav .nav-link.active,.bootstrap .navbar-dark .navbar-nav .nav-link.show,.bootstrap .navbar-dark .navbar-nav .show>.nav-link{color:#fff}.bootstrap .navbar-dark .navbar-toggler{border-color:#ffffff1a;color:#ffffff80}.bootstrap .navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.bootstrap .navbar-dark .navbar-text{color:#ffffff80}.bootstrap .navbar-dark .navbar-text a,.bootstrap .navbar-dark .navbar-text a:focus,.bootstrap .navbar-dark .navbar-text a:hover{color:#fff}.bootstrap .card{word-wrap:break-word;background-clip:initial;background-color:#fff;border:1px solid rgba(0,0,0,.125);border-radius:.25rem;display:flex;flex-direction:column;min-width:0;position:relative}.bootstrap .card>hr{margin-left:0;margin-right:0}.bootstrap .card>.list-group{border-bottom:inherit;border-top:inherit}.bootstrap .card>.list-group:first-child{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);border-top-width:0}.bootstrap .card>.list-group:last-child{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px);border-bottom-width:0}.bootstrap .card>.card-header+.list-group,.bootstrap .card>.list-group+.card-footer{border-top:0}.bootstrap .card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.bootstrap .card-title{margin-bottom:.75rem}.bootstrap .card-subtitle{margin-bottom:0;margin-top:-.375rem}.bootstrap .card-text:last-child{margin-bottom:0}.bootstrap .card-link:hover{text-decoration:none}.bootstrap .card-link+.card-link{margin-left:1.25rem}.bootstrap .card-header{background-color:#00000008;border-bottom:1px solid rgba(0,0,0,.125);margin-bottom:0;padding:.75rem 1.25rem}.bootstrap .card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.bootstrap .card-footer{background-color:#00000008;border-top:1px solid rgba(0,0,0,.125);padding:.75rem 1.25rem}.bootstrap .card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.bootstrap .card-header-tabs{border-bottom:0;margin-bottom:-.75rem}.bootstrap .card-header-pills,.bootstrap .card-header-tabs{margin-left:-.625rem;margin-right:-.625rem}.bootstrap .card-img-overlay{border-radius:calc(.25rem - 1px);bottom:0;left:0;padding:1.25rem;position:absolute;right:0;top:0}.bootstrap .card-img,.bootstrap .card-img-bottom,.bootstrap .card-img-top{flex-shrink:0;width:100%}.bootstrap .card-img,.bootstrap .card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.bootstrap .card-img,.bootstrap .card-img-bottom{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px)}.bootstrap .card-deck .card{margin-bottom:15px}@media(min-width:576px){.bootstrap .card-deck{display:flex;flex-flow:row wrap;margin-left:-15px;margin-right:-15px}.bootstrap .card-deck .card{flex:1 0;margin-bottom:0;margin-left:15px;margin-right:15px}}.bootstrap .card-group>.card{margin-bottom:15px}@media(min-width:576px){.bootstrap .card-group{display:flex;flex-flow:row wrap}.bootstrap .card-group>.card{flex:1 0;margin-bottom:0}.bootstrap .card-group>.card+.card{border-left:0;margin-left:0}.bootstrap .card-group>.card:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap .card-group>.card:not(:last-child) .card-header,.bootstrap .card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.bootstrap .card-group>.card:not(:last-child) .card-footer,.bootstrap .card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.bootstrap .card-group>.card:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap .card-group>.card:not(:first-child) .card-header,.bootstrap .card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.bootstrap .card-group>.card:not(:first-child) .card-footer,.bootstrap .card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.bootstrap .card-columns .card{margin-bottom:.75rem}@media(min-width:576px){.bootstrap .card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}.bootstrap .card-columns .card{display:inline-block;width:100%}}.bootstrap .accordion{overflow-anchor:none}.bootstrap .accordion>.card{overflow:hidden}.bootstrap .accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.bootstrap .accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.bootstrap .accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.bootstrap .breadcrumb{background-color:#e9ecef;border-radius:.25rem;display:flex;flex-wrap:wrap;list-style:none;margin-bottom:1rem;padding:.75rem 1rem}.bootstrap .breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.bootstrap .breadcrumb-item+.breadcrumb-item:before{color:#6c757d;content:"/";float:left;padding-right:.5rem}.bootstrap .breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.bootstrap .breadcrumb-item.active{color:#6c757d}.bootstrap .pagination{border-radius:.25rem;display:flex;list-style:none;padding-left:0}.bootstrap .page-link{background-color:#fff;border:1px solid #dee2e6;color:#007bff;display:block;line-height:1.25;margin-left:-1px;padding:.5rem .75rem;position:relative}.bootstrap .page-link:hover{background-color:#e9ecef;border-color:#dee2e6;color:#0056b3;text-decoration:none;z-index:2}.bootstrap .page-link:focus{box-shadow:0 0 0 .2rem #007bff40;outline:0;z-index:3}.bootstrap .page-item:first-child .page-link{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem;margin-left:0}.bootstrap .page-item:last-child .page-link{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.bootstrap .page-item.active .page-link{background-color:#007bff;border-color:#007bff;color:#fff;z-index:3}.bootstrap .page-item.disabled .page-link{background-color:#fff;border-color:#dee2e6;color:#6c757d;cursor:auto;pointer-events:none}.bootstrap .pagination-lg .page-link{font-size:1.25rem;line-height:1.5;padding:.75rem 1.5rem}.bootstrap .pagination-lg .page-item:first-child .page-link{border-bottom-left-radius:.3rem;border-top-left-radius:.3rem}.bootstrap .pagination-lg .page-item:last-child .page-link{border-bottom-right-radius:.3rem;border-top-right-radius:.3rem}.bootstrap .pagination-sm .page-link{font-size:.875rem;line-height:1.5;padding:.25rem .5rem}.bootstrap .pagination-sm .page-item:first-child .page-link{border-bottom-left-radius:.2rem;border-top-left-radius:.2rem}.bootstrap .pagination-sm .page-item:last-child .page-link{border-bottom-right-radius:.2rem;border-top-right-radius:.2rem}.bootstrap .badge{border-radius:.25rem;display:inline-block;font-size:75%;font-weight:700;line-height:1;padding:.25em .4em;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;vertical-align:initial;white-space:nowrap}@media(prefers-reduced-motion:reduce){.bootstrap .badge{transition:none}}a.bootstrap .badge:focus,a.bootstrap .badge:hover{text-decoration:none}.bootstrap .badge:empty{display:none}.bootstrap .btn .badge{position:relative;top:-1px}.bootstrap .badge-pill{border-radius:10rem;padding-left:.6em;padding-right:.6em}.bootstrap .badge-primary{background-color:#007bff;color:#fff}a.bootstrap .badge-primary:focus,a.bootstrap .badge-primary:hover{background-color:#0062cc;color:#fff}a.bootstrap .badge-primary.focus,a.bootstrap .badge-primary:focus{box-shadow:0 0 0 .2rem #007bff80;outline:0}.bootstrap .badge-secondary{background-color:#6c757d;color:#fff}a.bootstrap .badge-secondary:focus,a.bootstrap .badge-secondary:hover{background-color:#545b62;color:#fff}a.bootstrap .badge-secondary.focus,a.bootstrap .badge-secondary:focus{box-shadow:0 0 0 .2rem #6c757d80;outline:0}.bootstrap .badge-success{background-color:#28a745;color:#fff}a.bootstrap .badge-success:focus,a.bootstrap .badge-success:hover{background-color:#1e7e34;color:#fff}a.bootstrap .badge-success.focus,a.bootstrap .badge-success:focus{box-shadow:0 0 0 .2rem #28a74580;outline:0}.bootstrap .badge-info{background-color:#17a2b8;color:#fff}a.bootstrap .badge-info:focus,a.bootstrap .badge-info:hover{background-color:#117a8b;color:#fff}a.bootstrap .badge-info.focus,a.bootstrap .badge-info:focus{box-shadow:0 0 0 .2rem #17a2b880;outline:0}.bootstrap .badge-warning{background-color:#ffc107;color:#212529}a.bootstrap .badge-warning:focus,a.bootstrap .badge-warning:hover{background-color:#d39e00;color:#212529}a.bootstrap .badge-warning.focus,a.bootstrap .badge-warning:focus{box-shadow:0 0 0 .2rem #ffc10780;outline:0}.bootstrap .badge-danger{background-color:#dc3545;color:#fff}a.bootstrap .badge-danger:focus,a.bootstrap .badge-danger:hover{background-color:#bd2130;color:#fff}a.bootstrap .badge-danger.focus,a.bootstrap .badge-danger:focus{box-shadow:0 0 0 .2rem #dc354580;outline:0}.bootstrap .badge-light{background-color:#f8f9fa;color:#212529}a.bootstrap .badge-light:focus,a.bootstrap .badge-light:hover{background-color:#dae0e5;color:#212529}a.bootstrap .badge-light.focus,a.bootstrap .badge-light:focus{box-shadow:0 0 0 .2rem #f8f9fa80;outline:0}.bootstrap .badge-dark{background-color:#343a40;color:#fff}a.bootstrap .badge-dark:focus,a.bootstrap .badge-dark:hover{background-color:#1d2124;color:#fff}a.bootstrap .badge-dark.focus,a.bootstrap .badge-dark:focus{box-shadow:0 0 0 .2rem #343a4080;outline:0}.bootstrap .jumbotron{background-color:#e9ecef;border-radius:.3rem;margin-bottom:2rem;padding:2rem 1rem}@media(min-width:576px){.bootstrap .jumbotron{padding:4rem 2rem}}.bootstrap .jumbotron-fluid{border-radius:0;padding-left:0;padding-right:0}.bootstrap .alert{border:1px solid #0000;border-radius:.25rem;margin-bottom:1rem;padding:.75rem 1.25rem;position:relative}.bootstrap .alert-heading{color:inherit}.bootstrap .alert-link{font-weight:700}.bootstrap .alert-dismissible{padding-right:4rem}.bootstrap .alert-dismissible .close{color:inherit;padding:.75rem 1.25rem;position:absolute;right:0;top:0;z-index:2}.bootstrap .alert-primary{background-color:#cce5ff;border-color:#b8daff;color:#004085}.bootstrap .alert-primary hr{border-top-color:#9fcdff}.bootstrap .alert-primary .alert-link{color:#002752}.bootstrap .alert-secondary{background-color:#e2e3e5;border-color:#d6d8db;color:#383d41}.bootstrap .alert-secondary hr{border-top-color:#c8cbcf}.bootstrap .alert-secondary .alert-link{color:#202326}.bootstrap .alert-success{background-color:#d4edda;border-color:#c3e6cb;color:#155724}.bootstrap .alert-success hr{border-top-color:#b1dfbb}.bootstrap .alert-success .alert-link{color:#0b2e13}.bootstrap .alert-info{background-color:#d1ecf1;border-color:#bee5eb;color:#0c5460}.bootstrap .alert-info hr{border-top-color:#abdde5}.bootstrap .alert-info .alert-link{color:#062c33}.bootstrap .alert-warning{background-color:#fff3cd;border-color:#ffeeba;color:#856404}.bootstrap .alert-warning hr{border-top-color:#ffe8a1}.bootstrap .alert-warning .alert-link{color:#533f03}.bootstrap .alert-danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.bootstrap .alert-danger hr{border-top-color:#f1b0b7}.bootstrap .alert-danger .alert-link{color:#491217}.bootstrap .alert-light{background-color:#fefefe;border-color:#fdfdfe;color:#818182}.bootstrap .alert-light hr{border-top-color:#ececf6}.bootstrap .alert-light .alert-link{color:#686868}.bootstrap .alert-dark{background-color:#d6d8d9;border-color:#c6c8ca;color:#1b1e21}.bootstrap .alert-dark hr{border-top-color:#b9bbbe}.bootstrap .alert-dark .alert-link{color:#040505}.bootstrap .progress{background-color:#e9ecef;border-radius:.25rem;display:flex;font-size:.75rem;height:1rem;line-height:0;overflow:hidden}.bootstrap .progress-bar{background-color:#007bff;color:#fff;display:flex;flex-direction:column;justify-content:center;overflow:hidden;text-align:center;transition:width .6s ease;white-space:nowrap}@media(prefers-reduced-motion:reduce){.bootstrap .progress-bar{transition:none}}.bootstrap .progress-bar-striped{background-image:linear-gradient(45deg,#ffffff26 25%,#0000 0,#0000 50%,#ffffff26 0,#ffffff26 75%,#0000 0,#0000);background-size:1rem 1rem}.bootstrap .progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media(prefers-reduced-motion:reduce){.bootstrap .progress-bar-animated{animation:none}}.bootstrap .media{align-items:flex-start;display:flex}.bootstrap .media-body{flex:1 1}.bootstrap .list-group{border-radius:.25rem;display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.bootstrap .list-group-item-action{color:#495057;text-align:inherit;width:100%}.bootstrap .list-group-item-action:focus,.bootstrap .list-group-item-action:hover{background-color:#f8f9fa;color:#495057;text-decoration:none;z-index:1}.bootstrap .list-group-item-action:active{background-color:#e9ecef;color:#212529}.bootstrap .list-group-item{background-color:#fff;border:1px solid rgba(0,0,0,.125);display:block;padding:.75rem 1.25rem;position:relative}.bootstrap .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.bootstrap .list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.bootstrap .list-group-item.disabled,.bootstrap .list-group-item:disabled{background-color:#fff;color:#6c757d;pointer-events:none}.bootstrap .list-group-item.active{background-color:#007bff;border-color:#007bff;color:#fff;z-index:2}.bootstrap .list-group-item+.bootstrap .list-group-item{border-top-width:0}.bootstrap .list-group-item+.bootstrap .list-group-item.active{border-top-width:1px;margin-top:-1px}.bootstrap .list-group-horizontal{flex-direction:row}.bootstrap .list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.bootstrap .list-group-horizontal>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.bootstrap .list-group-horizontal>.list-group-item.active{margin-top:0}.bootstrap .list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.bootstrap .list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}@media(min-width:576px){.bootstrap .list-group-horizontal-sm{flex-direction:row}.bootstrap .list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.bootstrap .list-group-horizontal-sm>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.bootstrap .list-group-horizontal-sm>.list-group-item.active{margin-top:0}.bootstrap .list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.bootstrap .list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media(min-width:768px){.bootstrap .list-group-horizontal-md{flex-direction:row}.bootstrap .list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.bootstrap .list-group-horizontal-md>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.bootstrap .list-group-horizontal-md>.list-group-item.active{margin-top:0}.bootstrap .list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.bootstrap .list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media(min-width:992px){.bootstrap .list-group-horizontal-lg{flex-direction:row}.bootstrap .list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.bootstrap .list-group-horizontal-lg>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.bootstrap .list-group-horizontal-lg>.list-group-item.active{margin-top:0}.bootstrap .list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.bootstrap .list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media(min-width:1200px){.bootstrap .list-group-horizontal-xl{flex-direction:row}.bootstrap .list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.bootstrap .list-group-horizontal-xl>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.bootstrap .list-group-horizontal-xl>.list-group-item.active{margin-top:0}.bootstrap .list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.bootstrap .list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}.bootstrap .list-group-flush{border-radius:0}.bootstrap .list-group-flush>.list-group-item{border-width:0 0 1px}.bootstrap .list-group-flush>.list-group-item:last-child{border-bottom-width:0}.bootstrap .list-group-item-primary{background-color:#b8daff;color:#004085}.bootstrap .list-group-item-primary.list-group-item-action:focus,.bootstrap .list-group-item-primary.list-group-item-action:hover{background-color:#9fcdff;color:#004085}.bootstrap .list-group-item-primary.list-group-item-action.active{background-color:#004085;border-color:#004085;color:#fff}.bootstrap .list-group-item-secondary{background-color:#d6d8db;color:#383d41}.bootstrap .list-group-item-secondary.list-group-item-action:focus,.bootstrap .list-group-item-secondary.list-group-item-action:hover{background-color:#c8cbcf;color:#383d41}.bootstrap .list-group-item-secondary.list-group-item-action.active{background-color:#383d41;border-color:#383d41;color:#fff}.bootstrap .list-group-item-success{background-color:#c3e6cb;color:#155724}.bootstrap .list-group-item-success.list-group-item-action:focus,.bootstrap .list-group-item-success.list-group-item-action:hover{background-color:#b1dfbb;color:#155724}.bootstrap .list-group-item-success.list-group-item-action.active{background-color:#155724;border-color:#155724;color:#fff}.bootstrap .list-group-item-info{background-color:#bee5eb;color:#0c5460}.bootstrap .list-group-item-info.list-group-item-action:focus,.bootstrap .list-group-item-info.list-group-item-action:hover{background-color:#abdde5;color:#0c5460}.bootstrap .list-group-item-info.list-group-item-action.active{background-color:#0c5460;border-color:#0c5460;color:#fff}.bootstrap .list-group-item-warning{background-color:#ffeeba;color:#856404}.bootstrap .list-group-item-warning.list-group-item-action:focus,.bootstrap .list-group-item-warning.list-group-item-action:hover{background-color:#ffe8a1;color:#856404}.bootstrap .list-group-item-warning.list-group-item-action.active{background-color:#856404;border-color:#856404;color:#fff}.bootstrap .list-group-item-danger{background-color:#f5c6cb;color:#721c24}.bootstrap .list-group-item-danger.list-group-item-action:focus,.bootstrap .list-group-item-danger.list-group-item-action:hover{background-color:#f1b0b7;color:#721c24}.bootstrap .list-group-item-danger.list-group-item-action.active{background-color:#721c24;border-color:#721c24;color:#fff}.bootstrap .list-group-item-light{background-color:#fdfdfe;color:#818182}.bootstrap .list-group-item-light.list-group-item-action:focus,.bootstrap .list-group-item-light.list-group-item-action:hover{background-color:#ececf6;color:#818182}.bootstrap .list-group-item-light.list-group-item-action.active{background-color:#818182;border-color:#818182;color:#fff}.bootstrap .list-group-item-dark{background-color:#c6c8ca;color:#1b1e21}.bootstrap .list-group-item-dark.list-group-item-action:focus,.bootstrap .list-group-item-dark.list-group-item-action:hover{background-color:#b9bbbe;color:#1b1e21}.bootstrap .list-group-item-dark.list-group-item-action.active{background-color:#1b1e21;border-color:#1b1e21;color:#fff}.bootstrap .close{color:#000;float:right;font-size:1.5rem;font-weight:700;line-height:1;opacity:.5;text-shadow:0 1px 0 #fff}.bootstrap .close:hover{color:#000;text-decoration:none}.bootstrap .close:not(:disabled):not(.disabled):focus,.bootstrap .close:not(:disabled):not(.disabled):hover{opacity:.75}.bootstrap button.close{background-color:initial;border:0;padding:0}.bootstrap a.close.disabled{pointer-events:none}.bootstrap .toast{background-clip:padding-box;background-color:#ffffffd9;border:1px solid #0000001a;border-radius:.25rem;box-shadow:0 .25rem .75rem #0000001a;flex-basis:350px;font-size:.875rem;max-width:350px;opacity:0}.bootstrap .toast:not(:last-child){margin-bottom:.75rem}.bootstrap .toast.showing{opacity:1}.bootstrap .toast.show{display:block;opacity:1}.bootstrap .toast.hide{display:none}.bootstrap .toast-header{align-items:center;background-clip:padding-box;background-color:#ffffffd9;border-bottom:1px solid #0000000d;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);color:#6c757d;display:flex;padding:.25rem .75rem}.bootstrap .toast-body{padding:.75rem}.bootstrap .modal-open{overflow:hidden}.bootstrap .modal-open .modal{overflow-x:hidden;overflow-y:auto}.bootstrap .modal{display:none;height:100%;left:0;outline:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:1050}.bootstrap .modal-dialog{margin:.5rem;pointer-events:none;position:relative;width:auto}.modal.fade .bootstrap .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}@media(prefers-reduced-motion:reduce){.modal.fade .bootstrap .modal-dialog{transition:none}}.modal.show .bootstrap .modal-dialog{transform:none}.modal.modal-static .bootstrap .modal-dialog{transform:scale(1.02)}.bootstrap .modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.bootstrap .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.bootstrap .modal-dialog-scrollable .modal-footer,.bootstrap .modal-dialog-scrollable .modal-header{flex-shrink:0}.bootstrap .modal-dialog-scrollable .modal-body{overflow-y:auto}.bootstrap .modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - 1rem)}.bootstrap .modal-dialog-centered:before{content:"";display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:min-content}.bootstrap .modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;height:100%;justify-content:center}.bootstrap .modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.bootstrap .modal-dialog-centered.modal-dialog-scrollable:before{content:none}.bootstrap .modal-content{background-clip:padding-box;background-color:#fff;border:1px solid #0003;border-radius:.3rem;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.bootstrap .modal-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.bootstrap .modal-backdrop.fade{opacity:0}.bootstrap .modal-backdrop.show{opacity:.5}.bootstrap .modal-header{align-items:flex-start;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);display:flex;justify-content:space-between;padding:1rem}.bootstrap .modal-header .close{margin:-1rem -1rem -1rem auto;padding:1rem}.bootstrap .modal-title{line-height:1.5;margin-bottom:0}.bootstrap .modal-body{flex:1 1 auto;padding:1rem;position:relative}.bootstrap .modal-footer{align-items:center;border-bottom-left-radius:calc(.3rem - 1px);border-bottom-right-radius:calc(.3rem - 1px);border-top:1px solid #dee2e6;display:flex;flex-wrap:wrap;justify-content:flex-end;padding:.75rem}.bootstrap .modal-footer>*{margin:.25rem}.bootstrap .modal-scrollbar-measure{height:50px;overflow:scroll;position:absolute;top:-9999px;width:50px}@media(min-width:576px){.bootstrap .modal-dialog{margin:1.75rem auto;max-width:500px}.bootstrap .modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.bootstrap .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.bootstrap .modal-dialog-centered{min-height:calc(100% - 3.5rem)}.bootstrap .modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:min-content}.bootstrap .modal-sm{max-width:300px}}@media(min-width:992px){.bootstrap .modal-lg,.bootstrap .modal-xl{max-width:800px}}@media(min-width:1200px){.bootstrap .modal-xl{max-width:1140px}}.bootstrap .tooltip{word-wrap:break-word;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;margin:0;opacity:0;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:1070}.bootstrap .tooltip.show{opacity:.9}.bootstrap .tooltip .arrow{display:block;height:.4rem;position:absolute;width:.8rem}.bootstrap .tooltip .arrow:before{border-color:#0000;border-style:solid;content:"";position:absolute}.bootstrap .bs-tooltip-auto[x-placement^=top],.bootstrap .bs-tooltip-top{padding:.4rem 0}.bootstrap .bs-tooltip-auto[x-placement^=top] .arrow,.bootstrap .bs-tooltip-top .arrow{bottom:0}.bootstrap .bs-tooltip-auto[x-placement^=top] .arrow:before,.bootstrap .bs-tooltip-top .arrow:before{border-top-color:#000;border-width:.4rem .4rem 0;top:0}.bootstrap .bs-tooltip-auto[x-placement^=right],.bootstrap .bs-tooltip-right{padding:0 .4rem}.bootstrap .bs-tooltip-auto[x-placement^=right] .arrow,.bootstrap .bs-tooltip-right .arrow{height:.8rem;left:0;width:.4rem}.bootstrap .bs-tooltip-auto[x-placement^=right] .arrow:before,.bootstrap .bs-tooltip-right .arrow:before{border-right-color:#000;border-width:.4rem .4rem .4rem 0;right:0}.bootstrap .bs-tooltip-auto[x-placement^=bottom],.bootstrap .bs-tooltip-bottom{padding:.4rem 0}.bootstrap .bs-tooltip-auto[x-placement^=bottom] .arrow,.bootstrap .bs-tooltip-bottom .arrow{top:0}.bootstrap .bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bootstrap .bs-tooltip-bottom .arrow:before{border-bottom-color:#000;border-width:0 .4rem .4rem;bottom:0}.bootstrap .bs-tooltip-auto[x-placement^=left],.bootstrap .bs-tooltip-left{padding:0 .4rem}.bootstrap .bs-tooltip-auto[x-placement^=left] .arrow,.bootstrap .bs-tooltip-left .arrow{height:.8rem;right:0;width:.4rem}.bootstrap .bs-tooltip-auto[x-placement^=left] .arrow:before,.bootstrap .bs-tooltip-left .arrow:before{border-left-color:#000;border-width:.4rem 0 .4rem .4rem;left:0}.bootstrap .tooltip-inner{background-color:#000;border-radius:.25rem;color:#fff;max-width:200px;padding:.25rem .5rem;text-align:center}.bootstrap .popover{word-wrap:break-word;background-clip:padding-box;background-color:#fff;border:1px solid #0003;border-radius:.3rem;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.875rem;font-style:normal;font-weight:400;left:0;letter-spacing:normal;line-break:auto;line-height:1.5;max-width:276px;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;top:0;white-space:normal;word-break:normal;word-spacing:normal;z-index:1060}.bootstrap .popover .arrow{display:block;height:.5rem;margin:0 .3rem;position:absolute;width:1rem}.bootstrap .popover .arrow:after,.bootstrap .popover .arrow:before{border-color:#0000;border-style:solid;content:"";display:block;position:absolute}.bootstrap .bs-popover-auto[x-placement^=top],.bootstrap .bs-popover-top{margin-bottom:.5rem}.bootstrap .bs-popover-auto[x-placement^=top]>.arrow,.bootstrap .bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bootstrap .bs-popover-auto[x-placement^=top]>.arrow:before,.bootstrap .bs-popover-top>.arrow:before{border-top-color:#00000040;border-width:.5rem .5rem 0;bottom:0}.bootstrap .bs-popover-auto[x-placement^=top]>.arrow:after,.bootstrap .bs-popover-top>.arrow:after{border-top-color:#fff;border-width:.5rem .5rem 0;bottom:1px}.bootstrap .bs-popover-auto[x-placement^=right],.bootstrap .bs-popover-right{margin-left:.5rem}.bootstrap .bs-popover-auto[x-placement^=right]>.arrow,.bootstrap .bs-popover-right>.arrow{height:1rem;left:calc(-.5rem - 1px);margin:.3rem 0;width:.5rem}.bootstrap .bs-popover-auto[x-placement^=right]>.arrow:before,.bootstrap .bs-popover-right>.arrow:before{border-right-color:#00000040;border-width:.5rem .5rem .5rem 0;left:0}.bootstrap .bs-popover-auto[x-placement^=right]>.arrow:after,.bootstrap .bs-popover-right>.arrow:after{border-right-color:#fff;border-width:.5rem .5rem .5rem 0;left:1px}.bootstrap .bs-popover-auto[x-placement^=bottom],.bootstrap .bs-popover-bottom{margin-top:.5rem}.bootstrap .bs-popover-auto[x-placement^=bottom]>.arrow,.bootstrap .bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bootstrap .bs-popover-auto[x-placement^=bottom]>.arrow:before,.bootstrap .bs-popover-bottom>.arrow:before{border-bottom-color:#00000040;border-width:0 .5rem .5rem;top:0}.bootstrap .bs-popover-auto[x-placement^=bottom]>.arrow:after,.bootstrap .bs-popover-bottom>.arrow:after{border-bottom-color:#fff;border-width:0 .5rem .5rem;top:1px}.bootstrap .bs-popover-auto[x-placement^=bottom] .popover-header:before,.bootstrap .bs-popover-bottom .popover-header:before{border-bottom:1px solid #f7f7f7;content:"";display:block;left:50%;margin-left:-.5rem;position:absolute;top:0;width:1rem}.bootstrap .bs-popover-auto[x-placement^=left],.bootstrap .bs-popover-left{margin-right:.5rem}.bootstrap .bs-popover-auto[x-placement^=left]>.arrow,.bootstrap .bs-popover-left>.arrow{height:1rem;margin:.3rem 0;right:calc(-.5rem - 1px);width:.5rem}.bootstrap .bs-popover-auto[x-placement^=left]>.arrow:before,.bootstrap .bs-popover-left>.arrow:before{border-left-color:#00000040;border-width:.5rem 0 .5rem .5rem;right:0}.bootstrap .bs-popover-auto[x-placement^=left]>.arrow:after,.bootstrap .bs-popover-left>.arrow:after{border-left-color:#fff;border-width:.5rem 0 .5rem .5rem;right:1px}.bootstrap .popover-header{background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);font-size:1rem;margin-bottom:0;padding:.5rem .75rem}.bootstrap .popover-header:empty{display:none}.bootstrap .popover-body{color:#212529;padding:.5rem .75rem}.bootstrap .carousel{position:relative}.bootstrap .carousel.pointer-event{touch-action:pan-y}.bootstrap .carousel-inner{overflow:hidden;position:relative;width:100%}.bootstrap .carousel-inner:after{clear:both;content:"";display:block}.bootstrap .carousel-item{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;float:left;margin-right:-100%;position:relative;transition:transform .6s ease-in-out;width:100%}@media(prefers-reduced-motion:reduce){.bootstrap .carousel-item{transition:none}}.bootstrap .carousel-item-next,.bootstrap .carousel-item-prev,.bootstrap .carousel-item.active{display:block}.bootstrap .active.carousel-item-right,.bootstrap .carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}.bootstrap .active.carousel-item-left,.bootstrap .carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}.bootstrap .carousel-fade .carousel-item{opacity:0;transform:none;transition-property:opacity}.bootstrap .carousel-fade .carousel-item-next.carousel-item-left,.bootstrap .carousel-fade .carousel-item-prev.carousel-item-right,.bootstrap .carousel-fade .carousel-item.active{opacity:1;z-index:1}.bootstrap .carousel-fade .active.carousel-item-left,.bootstrap .carousel-fade .active.carousel-item-right{opacity:0;transition:opacity 0s .6s;z-index:0}@media(prefers-reduced-motion:reduce){.bootstrap .carousel-fade .active.carousel-item-left,.bootstrap .carousel-fade .active.carousel-item-right{transition:none}}.bootstrap .carousel-control-next,.bootstrap .carousel-control-prev{align-items:center;background:none;border:0;bottom:0;color:#fff;display:flex;justify-content:center;opacity:.5;padding:0;position:absolute;text-align:center;top:0;transition:opacity .15s ease;width:15%;z-index:1}@media(prefers-reduced-motion:reduce){.bootstrap .carousel-control-next,.bootstrap .carousel-control-prev{transition:none}}.bootstrap .carousel-control-next:focus,.bootstrap .carousel-control-next:hover,.bootstrap .carousel-control-prev:focus,.bootstrap .carousel-control-prev:hover{color:#fff;opacity:.9;outline:0;text-decoration:none}.bootstrap .carousel-control-prev{left:0}.bootstrap .carousel-control-next{right:0}.bootstrap .carousel-control-next-icon,.bootstrap .carousel-control-prev-icon{background:50%/100% 100% no-repeat;display:inline-block;height:20px;width:20px}.bootstrap .carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")}.bootstrap .carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")}.bootstrap .carousel-indicators{bottom:0;display:flex;justify-content:center;left:0;list-style:none;margin-left:15%;margin-right:15%;padding-left:0;position:absolute;right:0;z-index:15}.bootstrap .carousel-indicators li{background-clip:padding-box;background-color:#fff;border-bottom:10px solid #0000;border-top:10px solid #0000;box-sizing:initial;cursor:pointer;flex:0 1 auto;height:3px;margin-left:3px;margin-right:3px;opacity:.5;text-indent:-999px;transition:opacity .6s ease;width:30px}@media(prefers-reduced-motion:reduce){.bootstrap .carousel-indicators li{transition:none}}.bootstrap .carousel-indicators .active{opacity:1}.bootstrap .carousel-caption{bottom:20px;color:#fff;left:15%;padding-bottom:20px;padding-top:20px;position:absolute;right:15%;text-align:center;z-index:10}.bootstrap .spinner-border{animation:spinner-border .75s linear infinite;border:.25em solid;border-radius:50%;border-right:.25em solid #0000;display:inline-block;height:2rem;vertical-align:-.125em;width:2rem}.bootstrap .spinner-border-sm{border-width:.2em;height:1rem;width:1rem}.bootstrap .spinner-grow{animation:spinner-grow .75s linear infinite;background-color:currentColor;border-radius:50%;display:inline-block;height:2rem;opacity:0;vertical-align:-.125em;width:2rem}.bootstrap .spinner-grow-sm{height:1rem;width:1rem}@media(prefers-reduced-motion:reduce){.bootstrap .spinner-border,.bootstrap .spinner-grow{animation-duration:1.5s}}.bootstrap .align-baseline{vertical-align:initial!important}.bootstrap .align-top{vertical-align:top!important}.bootstrap .align-middle{vertical-align:middle!important}.bootstrap .align-bottom{vertical-align:bottom!important}.bootstrap .align-text-bottom{vertical-align:text-bottom!important}.bootstrap .align-text-top{vertical-align:text-top!important}.bootstrap .bg-primary{background-color:#007bff!important}.bootstrap a.bg-primary:focus,.bootstrap a.bg-primary:hover,.bootstrap button.bg-primary:focus,.bootstrap button.bg-primary:hover{background-color:#0062cc!important}.bootstrap .bg-secondary{background-color:#6c757d!important}.bootstrap a.bg-secondary:focus,.bootstrap a.bg-secondary:hover,.bootstrap button.bg-secondary:focus,.bootstrap button.bg-secondary:hover{background-color:#545b62!important}.bootstrap .bg-success{background-color:#28a745!important}.bootstrap a.bg-success:focus,.bootstrap a.bg-success:hover,.bootstrap button.bg-success:focus,.bootstrap button.bg-success:hover{background-color:#1e7e34!important}.bootstrap .bg-info{background-color:#17a2b8!important}.bootstrap a.bg-info:focus,.bootstrap a.bg-info:hover,.bootstrap button.bg-info:focus,.bootstrap button.bg-info:hover{background-color:#117a8b!important}.bootstrap .bg-warning{background-color:#ffc107!important}.bootstrap a.bg-warning:focus,.bootstrap a.bg-warning:hover,.bootstrap button.bg-warning:focus,.bootstrap button.bg-warning:hover{background-color:#d39e00!important}.bootstrap .bg-danger{background-color:#dc3545!important}.bootstrap a.bg-danger:focus,.bootstrap a.bg-danger:hover,.bootstrap button.bg-danger:focus,.bootstrap button.bg-danger:hover{background-color:#bd2130!important}.bootstrap .bg-light,.bootstrap .navbar-themed{background-color:#f8f9fa!important}.bootstrap a.bg-light:focus,.bootstrap a.bg-light:hover,.bootstrap a.navbar-themed:focus,.bootstrap a.navbar-themed:hover,.bootstrap button.bg-light:focus,.bootstrap button.bg-light:hover,.bootstrap button.navbar-themed:focus,.bootstrap button.navbar-themed:hover{background-color:#dae0e5!important}.bootstrap .bg-dark{background-color:#343a40!important}.bootstrap a.bg-dark:focus,.bootstrap a.bg-dark:hover,.bootstrap button.bg-dark:focus,.bootstrap button.bg-dark:hover{background-color:#1d2124!important}.bootstrap .bg-white{background-color:#fff!important}.bootstrap .bg-transparent{background-color:initial!important}.bootstrap .border{border:1px solid #dee2e6!important}.bootstrap .border-top{border-top:1px solid #dee2e6!important}.bootstrap .border-right{border-right:1px solid #dee2e6!important}.bootstrap .border-bottom{border-bottom:1px solid #dee2e6!important}.bootstrap .border-left{border-left:1px solid #dee2e6!important}.bootstrap .border-0{border:0!important}.bootstrap .border-top-0{border-top:0!important}.bootstrap .border-right-0{border-right:0!important}.bootstrap .border-bottom-0{border-bottom:0!important}.bootstrap .border-left-0{border-left:0!important}.bootstrap .border-primary{border-color:#007bff!important}.bootstrap .border-secondary{border-color:#6c757d!important}.bootstrap .border-success{border-color:#28a745!important}.bootstrap .border-info{border-color:#17a2b8!important}.bootstrap .border-warning{border-color:#ffc107!important}.bootstrap .border-danger{border-color:#dc3545!important}.bootstrap .border-light{border-color:#f8f9fa!important}.bootstrap .border-dark{border-color:#343a40!important}.bootstrap .border-white{border-color:#fff!important}.bootstrap .rounded-sm{border-radius:.2rem!important}.bootstrap .rounded{border-radius:.25rem!important}.bootstrap .rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.bootstrap .rounded-right{border-bottom-right-radius:.25rem!important;border-top-right-radius:.25rem!important}.bootstrap .rounded-bottom{border-bottom-left-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.bootstrap .rounded-left{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.bootstrap .rounded-lg{border-radius:.3rem!important}.bootstrap .rounded-circle{border-radius:50%!important}.bootstrap .rounded-pill{border-radius:50rem!important}.bootstrap .rounded-0{border-radius:0!important}.bootstrap .clearfix:after{clear:both;content:"";display:block}.bootstrap .d-none{display:none!important}.bootstrap .d-inline{display:inline!important}.bootstrap .d-inline-block{display:inline-block!important}.bootstrap .d-block{display:block!important}.bootstrap .d-table{display:table!important}.bootstrap .d-table-row{display:table-row!important}.bootstrap .d-table-cell{display:table-cell!important}.bootstrap .d-flex{display:flex!important}.bootstrap .d-inline-flex{display:inline-flex!important}@media(min-width:576px){.bootstrap .d-sm-none{display:none!important}.bootstrap .d-sm-inline{display:inline!important}.bootstrap .d-sm-inline-block{display:inline-block!important}.bootstrap .d-sm-block{display:block!important}.bootstrap .d-sm-table{display:table!important}.bootstrap .d-sm-table-row{display:table-row!important}.bootstrap .d-sm-table-cell{display:table-cell!important}.bootstrap .d-sm-flex{display:flex!important}.bootstrap .d-sm-inline-flex{display:inline-flex!important}}@media(min-width:768px){.bootstrap .d-md-none{display:none!important}.bootstrap .d-md-inline{display:inline!important}.bootstrap .d-md-inline-block{display:inline-block!important}.bootstrap .d-md-block{display:block!important}.bootstrap .d-md-table{display:table!important}.bootstrap .d-md-table-row{display:table-row!important}.bootstrap .d-md-table-cell{display:table-cell!important}.bootstrap .d-md-flex{display:flex!important}.bootstrap .d-md-inline-flex{display:inline-flex!important}}@media(min-width:992px){.bootstrap .d-lg-none{display:none!important}.bootstrap .d-lg-inline{display:inline!important}.bootstrap .d-lg-inline-block{display:inline-block!important}.bootstrap .d-lg-block{display:block!important}.bootstrap .d-lg-table{display:table!important}.bootstrap .d-lg-table-row{display:table-row!important}.bootstrap .d-lg-table-cell{display:table-cell!important}.bootstrap .d-lg-flex{display:flex!important}.bootstrap .d-lg-inline-flex{display:inline-flex!important}}@media(min-width:1200px){.bootstrap .d-xl-none{display:none!important}.bootstrap .d-xl-inline{display:inline!important}.bootstrap .d-xl-inline-block{display:inline-block!important}.bootstrap .d-xl-block{display:block!important}.bootstrap .d-xl-table{display:table!important}.bootstrap .d-xl-table-row{display:table-row!important}.bootstrap .d-xl-table-cell{display:table-cell!important}.bootstrap .d-xl-flex{display:flex!important}.bootstrap .d-xl-inline-flex{display:inline-flex!important}}@media print{.bootstrap .d-print-none{display:none!important}.bootstrap .d-print-inline{display:inline!important}.bootstrap .d-print-inline-block{display:inline-block!important}.bootstrap .d-print-block{display:block!important}.bootstrap .d-print-table{display:table!important}.bootstrap .d-print-table-row{display:table-row!important}.bootstrap .d-print-table-cell{display:table-cell!important}.bootstrap .d-print-flex{display:flex!important}.bootstrap .d-print-inline-flex{display:inline-flex!important}}.bootstrap .embed-responsive{display:block;overflow:hidden;padding:0;position:relative;width:100%}.bootstrap .embed-responsive:before{content:"";display:block}.bootstrap .embed-responsive .embed-responsive-item,.bootstrap .embed-responsive embed,.bootstrap .embed-responsive iframe,.bootstrap .embed-responsive object,.bootstrap .embed-responsive video{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.bootstrap .embed-responsive-21by9:before{padding-top:42.85714286%}.bootstrap .embed-responsive-16by9:before{padding-top:56.25%}.bootstrap .embed-responsive-4by3:before{padding-top:75%}.bootstrap .embed-responsive-1by1:before{padding-top:100%}.bootstrap .flex-row{flex-direction:row!important}.bootstrap .flex-column{flex-direction:column!important}.bootstrap .flex-row-reverse{flex-direction:row-reverse!important}.bootstrap .flex-column-reverse{flex-direction:column-reverse!important}.bootstrap .flex-wrap{flex-wrap:wrap!important}.bootstrap .flex-nowrap{flex-wrap:nowrap!important}.bootstrap .flex-wrap-reverse{flex-wrap:wrap-reverse!important}.bootstrap .flex-fill{flex:1 1 auto!important}.bootstrap .flex-grow-0{flex-grow:0!important}.bootstrap .flex-grow-1{flex-grow:1!important}.bootstrap .flex-shrink-0{flex-shrink:0!important}.bootstrap .flex-shrink-1{flex-shrink:1!important}.bootstrap .justify-content-start{justify-content:flex-start!important}.bootstrap .justify-content-end{justify-content:flex-end!important}.bootstrap .justify-content-center{justify-content:center!important}.bootstrap .justify-content-between{justify-content:space-between!important}.bootstrap .justify-content-around{justify-content:space-around!important}.bootstrap .align-items-start{align-items:flex-start!important}.bootstrap .align-items-end{align-items:flex-end!important}.bootstrap .align-items-center{align-items:center!important}.bootstrap .align-items-baseline{align-items:baseline!important}.bootstrap .align-items-stretch{align-items:stretch!important}.bootstrap .align-content-start{align-content:flex-start!important}.bootstrap .align-content-end{align-content:flex-end!important}.bootstrap .align-content-center{align-content:center!important}.bootstrap .align-content-between{align-content:space-between!important}.bootstrap .align-content-around{align-content:space-around!important}.bootstrap .align-content-stretch{align-content:stretch!important}.bootstrap .align-self-auto{align-self:auto!important}.bootstrap .align-self-start{align-self:flex-start!important}.bootstrap .align-self-end{align-self:flex-end!important}.bootstrap .align-self-center{align-self:center!important}.bootstrap .align-self-baseline{align-self:baseline!important}.bootstrap .align-self-stretch{align-self:stretch!important}@media(min-width:576px){.bootstrap .flex-sm-row{flex-direction:row!important}.bootstrap .flex-sm-column{flex-direction:column!important}.bootstrap .flex-sm-row-reverse{flex-direction:row-reverse!important}.bootstrap .flex-sm-column-reverse{flex-direction:column-reverse!important}.bootstrap .flex-sm-wrap{flex-wrap:wrap!important}.bootstrap .flex-sm-nowrap{flex-wrap:nowrap!important}.bootstrap .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.bootstrap .flex-sm-fill{flex:1 1 auto!important}.bootstrap .flex-sm-grow-0{flex-grow:0!important}.bootstrap .flex-sm-grow-1{flex-grow:1!important}.bootstrap .flex-sm-shrink-0{flex-shrink:0!important}.bootstrap .flex-sm-shrink-1{flex-shrink:1!important}.bootstrap .justify-content-sm-start{justify-content:flex-start!important}.bootstrap .justify-content-sm-end{justify-content:flex-end!important}.bootstrap .justify-content-sm-center{justify-content:center!important}.bootstrap .justify-content-sm-between{justify-content:space-between!important}.bootstrap .justify-content-sm-around{justify-content:space-around!important}.bootstrap .align-items-sm-start{align-items:flex-start!important}.bootstrap .align-items-sm-end{align-items:flex-end!important}.bootstrap .align-items-sm-center{align-items:center!important}.bootstrap .align-items-sm-baseline{align-items:baseline!important}.bootstrap .align-items-sm-stretch{align-items:stretch!important}.bootstrap .align-content-sm-start{align-content:flex-start!important}.bootstrap .align-content-sm-end{align-content:flex-end!important}.bootstrap .align-content-sm-center{align-content:center!important}.bootstrap .align-content-sm-between{align-content:space-between!important}.bootstrap .align-content-sm-around{align-content:space-around!important}.bootstrap .align-content-sm-stretch{align-content:stretch!important}.bootstrap .align-self-sm-auto{align-self:auto!important}.bootstrap .align-self-sm-start{align-self:flex-start!important}.bootstrap .align-self-sm-end{align-self:flex-end!important}.bootstrap .align-self-sm-center{align-self:center!important}.bootstrap .align-self-sm-baseline{align-self:baseline!important}.bootstrap .align-self-sm-stretch{align-self:stretch!important}}@media(min-width:768px){.bootstrap .flex-md-row{flex-direction:row!important}.bootstrap .flex-md-column{flex-direction:column!important}.bootstrap .flex-md-row-reverse{flex-direction:row-reverse!important}.bootstrap .flex-md-column-reverse{flex-direction:column-reverse!important}.bootstrap .flex-md-wrap{flex-wrap:wrap!important}.bootstrap .flex-md-nowrap{flex-wrap:nowrap!important}.bootstrap .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.bootstrap .flex-md-fill{flex:1 1 auto!important}.bootstrap .flex-md-grow-0{flex-grow:0!important}.bootstrap .flex-md-grow-1{flex-grow:1!important}.bootstrap .flex-md-shrink-0{flex-shrink:0!important}.bootstrap .flex-md-shrink-1{flex-shrink:1!important}.bootstrap .justify-content-md-start{justify-content:flex-start!important}.bootstrap .justify-content-md-end{justify-content:flex-end!important}.bootstrap .justify-content-md-center{justify-content:center!important}.bootstrap .justify-content-md-between{justify-content:space-between!important}.bootstrap .justify-content-md-around{justify-content:space-around!important}.bootstrap .align-items-md-start{align-items:flex-start!important}.bootstrap .align-items-md-end{align-items:flex-end!important}.bootstrap .align-items-md-center{align-items:center!important}.bootstrap .align-items-md-baseline{align-items:baseline!important}.bootstrap .align-items-md-stretch{align-items:stretch!important}.bootstrap .align-content-md-start{align-content:flex-start!important}.bootstrap .align-content-md-end{align-content:flex-end!important}.bootstrap .align-content-md-center{align-content:center!important}.bootstrap .align-content-md-between{align-content:space-between!important}.bootstrap .align-content-md-around{align-content:space-around!important}.bootstrap .align-content-md-stretch{align-content:stretch!important}.bootstrap .align-self-md-auto{align-self:auto!important}.bootstrap .align-self-md-start{align-self:flex-start!important}.bootstrap .align-self-md-end{align-self:flex-end!important}.bootstrap .align-self-md-center{align-self:center!important}.bootstrap .align-self-md-baseline{align-self:baseline!important}.bootstrap .align-self-md-stretch{align-self:stretch!important}}@media(min-width:992px){.bootstrap .flex-lg-row{flex-direction:row!important}.bootstrap .flex-lg-column{flex-direction:column!important}.bootstrap .flex-lg-row-reverse{flex-direction:row-reverse!important}.bootstrap .flex-lg-column-reverse{flex-direction:column-reverse!important}.bootstrap .flex-lg-wrap{flex-wrap:wrap!important}.bootstrap .flex-lg-nowrap{flex-wrap:nowrap!important}.bootstrap .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.bootstrap .flex-lg-fill{flex:1 1 auto!important}.bootstrap .flex-lg-grow-0{flex-grow:0!important}.bootstrap .flex-lg-grow-1{flex-grow:1!important}.bootstrap .flex-lg-shrink-0{flex-shrink:0!important}.bootstrap .flex-lg-shrink-1{flex-shrink:1!important}.bootstrap .justify-content-lg-start{justify-content:flex-start!important}.bootstrap .justify-content-lg-end{justify-content:flex-end!important}.bootstrap .justify-content-lg-center{justify-content:center!important}.bootstrap .justify-content-lg-between{justify-content:space-between!important}.bootstrap .justify-content-lg-around{justify-content:space-around!important}.bootstrap .align-items-lg-start{align-items:flex-start!important}.bootstrap .align-items-lg-end{align-items:flex-end!important}.bootstrap .align-items-lg-center{align-items:center!important}.bootstrap .align-items-lg-baseline{align-items:baseline!important}.bootstrap .align-items-lg-stretch{align-items:stretch!important}.bootstrap .align-content-lg-start{align-content:flex-start!important}.bootstrap .align-content-lg-end{align-content:flex-end!important}.bootstrap .align-content-lg-center{align-content:center!important}.bootstrap .align-content-lg-between{align-content:space-between!important}.bootstrap .align-content-lg-around{align-content:space-around!important}.bootstrap .align-content-lg-stretch{align-content:stretch!important}.bootstrap .align-self-lg-auto{align-self:auto!important}.bootstrap .align-self-lg-start{align-self:flex-start!important}.bootstrap .align-self-lg-end{align-self:flex-end!important}.bootstrap .align-self-lg-center{align-self:center!important}.bootstrap .align-self-lg-baseline{align-self:baseline!important}.bootstrap .align-self-lg-stretch{align-self:stretch!important}}@media(min-width:1200px){.bootstrap .flex-xl-row{flex-direction:row!important}.bootstrap .flex-xl-column{flex-direction:column!important}.bootstrap .flex-xl-row-reverse{flex-direction:row-reverse!important}.bootstrap .flex-xl-column-reverse{flex-direction:column-reverse!important}.bootstrap .flex-xl-wrap{flex-wrap:wrap!important}.bootstrap .flex-xl-nowrap{flex-wrap:nowrap!important}.bootstrap .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.bootstrap .flex-xl-fill{flex:1 1 auto!important}.bootstrap .flex-xl-grow-0{flex-grow:0!important}.bootstrap .flex-xl-grow-1{flex-grow:1!important}.bootstrap .flex-xl-shrink-0{flex-shrink:0!important}.bootstrap .flex-xl-shrink-1{flex-shrink:1!important}.bootstrap .justify-content-xl-start{justify-content:flex-start!important}.bootstrap .justify-content-xl-end{justify-content:flex-end!important}.bootstrap .justify-content-xl-center{justify-content:center!important}.bootstrap .justify-content-xl-between{justify-content:space-between!important}.bootstrap .justify-content-xl-around{justify-content:space-around!important}.bootstrap .align-items-xl-start{align-items:flex-start!important}.bootstrap .align-items-xl-end{align-items:flex-end!important}.bootstrap .align-items-xl-center{align-items:center!important}.bootstrap .align-items-xl-baseline{align-items:baseline!important}.bootstrap .align-items-xl-stretch{align-items:stretch!important}.bootstrap .align-content-xl-start{align-content:flex-start!important}.bootstrap .align-content-xl-end{align-content:flex-end!important}.bootstrap .align-content-xl-center{align-content:center!important}.bootstrap .align-content-xl-between{align-content:space-between!important}.bootstrap .align-content-xl-around{align-content:space-around!important}.bootstrap .align-content-xl-stretch{align-content:stretch!important}.bootstrap .align-self-xl-auto{align-self:auto!important}.bootstrap .align-self-xl-start{align-self:flex-start!important}.bootstrap .align-self-xl-end{align-self:flex-end!important}.bootstrap .align-self-xl-center{align-self:center!important}.bootstrap .align-self-xl-baseline{align-self:baseline!important}.bootstrap .align-self-xl-stretch{align-self:stretch!important}}.bootstrap .float-left{float:left!important}.bootstrap .float-right{float:right!important}.bootstrap .float-none{float:none!important}@media(min-width:576px){.bootstrap .float-sm-left{float:left!important}.bootstrap .float-sm-right{float:right!important}.bootstrap .float-sm-none{float:none!important}}@media(min-width:768px){.bootstrap .float-md-left{float:left!important}.bootstrap .float-md-right{float:right!important}.bootstrap .float-md-none{float:none!important}}@media(min-width:992px){.bootstrap .float-lg-left{float:left!important}.bootstrap .float-lg-right{float:right!important}.bootstrap .float-lg-none{float:none!important}}@media(min-width:1200px){.bootstrap .float-xl-left{float:left!important}.bootstrap .float-xl-right{float:right!important}.bootstrap .float-xl-none{float:none!important}}.bootstrap .user-select-all{-webkit-user-select:all!important;user-select:all!important}.bootstrap .user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.bootstrap .user-select-none{-webkit-user-select:none!important;user-select:none!important}.bootstrap .overflow-auto{overflow:auto!important}.bootstrap .overflow-hidden{overflow:hidden!important}.bootstrap .position-static{position:static!important}.bootstrap .position-relative{position:relative!important}.bootstrap .position-absolute{position:absolute!important}.bootstrap .position-fixed{position:fixed!important}.bootstrap .position-sticky{position:-webkit-sticky!important;position:sticky!important}.bootstrap .fixed-top{left:0;position:fixed;right:0;top:0;z-index:1030}.bootstrap .fixed-bottom{bottom:0;left:0;position:fixed;right:0;z-index:1030}@supports((position:-webkit-sticky) or (position:sticky)){.bootstrap .sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.bootstrap .sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.bootstrap .sr-only-focusable:active,.bootstrap .sr-only-focusable:focus{clip:auto;height:auto;overflow:visible;position:static;white-space:normal;width:auto}.bootstrap .shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.bootstrap .shadow{box-shadow:0 .5rem 1rem #00000026!important}.bootstrap .shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.bootstrap .shadow-none{box-shadow:none!important}.bootstrap .w-25{width:25%!important}.bootstrap .w-50{width:50%!important}.bootstrap .w-75{width:75%!important}.bootstrap .w-100{width:100%!important}.bootstrap .w-auto{width:auto!important}.bootstrap .h-25{height:25%!important}.bootstrap .h-50{height:50%!important}.bootstrap .h-75{height:75%!important}.bootstrap .h-100{height:100%!important}.bootstrap .h-auto{height:auto!important}.bootstrap .mw-100{max-width:100%!important}.bootstrap .mh-100{max-height:100%!important}.bootstrap .min-vw-100{min-width:100vw!important}.bootstrap .min-vh-100{min-height:100vh!important}.bootstrap .vw-100{width:100vw!important}.bootstrap .vh-100{height:100vh!important}.bootstrap .m-0{margin:0!important}.bootstrap .mt-0,.bootstrap .my-0{margin-top:0!important}.bootstrap .mr-0,.bootstrap .mx-0{margin-right:0!important}.bootstrap .mb-0,.bootstrap .my-0{margin-bottom:0!important}.bootstrap .ml-0,.bootstrap .mx-0{margin-left:0!important}.bootstrap .m-1{margin:.25rem!important}.bootstrap .mt-1,.bootstrap .my-1{margin-top:.25rem!important}.bootstrap .mr-1,.bootstrap .mx-1{margin-right:.25rem!important}.bootstrap .mb-1,.bootstrap .my-1{margin-bottom:.25rem!important}.bootstrap .ml-1,.bootstrap .mx-1{margin-left:.25rem!important}.bootstrap .m-2{margin:.5rem!important}.bootstrap .mt-2,.bootstrap .my-2{margin-top:.5rem!important}.bootstrap .mr-2,.bootstrap .mx-2{margin-right:.5rem!important}.bootstrap .mb-2,.bootstrap .my-2{margin-bottom:.5rem!important}.bootstrap .ml-2,.bootstrap .mx-2{margin-left:.5rem!important}.bootstrap .m-3{margin:1rem!important}.bootstrap .mt-3,.bootstrap .my-3{margin-top:1rem!important}.bootstrap .mr-3,.bootstrap .mx-3{margin-right:1rem!important}.bootstrap .mb-3,.bootstrap .my-3{margin-bottom:1rem!important}.bootstrap .ml-3,.bootstrap .mx-3{margin-left:1rem!important}.bootstrap .m-4{margin:1.5rem!important}.bootstrap .mt-4,.bootstrap .my-4{margin-top:1.5rem!important}.bootstrap .mr-4,.bootstrap .mx-4{margin-right:1.5rem!important}.bootstrap .mb-4,.bootstrap .my-4{margin-bottom:1.5rem!important}.bootstrap .ml-4,.bootstrap .mx-4{margin-left:1.5rem!important}.bootstrap .m-5{margin:3rem!important}.bootstrap .mt-5,.bootstrap .my-5{margin-top:3rem!important}.bootstrap .mr-5,.bootstrap .mx-5{margin-right:3rem!important}.bootstrap .mb-5,.bootstrap .my-5{margin-bottom:3rem!important}.bootstrap .ml-5,.bootstrap .mx-5{margin-left:3rem!important}.bootstrap .p-0{padding:0!important}.bootstrap .pt-0,.bootstrap .py-0{padding-top:0!important}.bootstrap .pr-0,.bootstrap .px-0{padding-right:0!important}.bootstrap .pb-0,.bootstrap .py-0{padding-bottom:0!important}.bootstrap .pl-0,.bootstrap .px-0{padding-left:0!important}.bootstrap .p-1{padding:.25rem!important}.bootstrap .pt-1,.bootstrap .py-1{padding-top:.25rem!important}.bootstrap .pr-1,.bootstrap .px-1{padding-right:.25rem!important}.bootstrap .pb-1,.bootstrap .py-1{padding-bottom:.25rem!important}.bootstrap .pl-1,.bootstrap .px-1{padding-left:.25rem!important}.bootstrap .p-2{padding:.5rem!important}.bootstrap .pt-2,.bootstrap .py-2{padding-top:.5rem!important}.bootstrap .pr-2,.bootstrap .px-2{padding-right:.5rem!important}.bootstrap .pb-2,.bootstrap .py-2{padding-bottom:.5rem!important}.bootstrap .pl-2,.bootstrap .px-2{padding-left:.5rem!important}.bootstrap .p-3{padding:1rem!important}.bootstrap .pt-3,.bootstrap .py-3{padding-top:1rem!important}.bootstrap .pr-3,.bootstrap .px-3{padding-right:1rem!important}.bootstrap .pb-3,.bootstrap .py-3{padding-bottom:1rem!important}.bootstrap .pl-3,.bootstrap .px-3{padding-left:1rem!important}.bootstrap .p-4{padding:1.5rem!important}.bootstrap .pt-4,.bootstrap .py-4{padding-top:1.5rem!important}.bootstrap .pr-4,.bootstrap .px-4{padding-right:1.5rem!important}.bootstrap .pb-4,.bootstrap .py-4{padding-bottom:1.5rem!important}.bootstrap .pl-4,.bootstrap .px-4{padding-left:1.5rem!important}.bootstrap .p-5{padding:3rem!important}.bootstrap .pt-5,.bootstrap .py-5{padding-top:3rem!important}.bootstrap .pr-5,.bootstrap .px-5{padding-right:3rem!important}.bootstrap .pb-5,.bootstrap .py-5{padding-bottom:3rem!important}.bootstrap .pl-5,.bootstrap .px-5{padding-left:3rem!important}.bootstrap .m-n1{margin:-.25rem!important}.bootstrap .mt-n1,.bootstrap .my-n1{margin-top:-.25rem!important}.bootstrap .mr-n1,.bootstrap .mx-n1{margin-right:-.25rem!important}.bootstrap .mb-n1,.bootstrap .my-n1{margin-bottom:-.25rem!important}.bootstrap .ml-n1,.bootstrap .mx-n1{margin-left:-.25rem!important}.bootstrap .m-n2{margin:-.5rem!important}.bootstrap .mt-n2,.bootstrap .my-n2{margin-top:-.5rem!important}.bootstrap .mr-n2,.bootstrap .mx-n2{margin-right:-.5rem!important}.bootstrap .mb-n2,.bootstrap .my-n2{margin-bottom:-.5rem!important}.bootstrap .ml-n2,.bootstrap .mx-n2{margin-left:-.5rem!important}.bootstrap .m-n3{margin:-1rem!important}.bootstrap .mt-n3,.bootstrap .my-n3{margin-top:-1rem!important}.bootstrap .mr-n3,.bootstrap .mx-n3{margin-right:-1rem!important}.bootstrap .mb-n3,.bootstrap .my-n3{margin-bottom:-1rem!important}.bootstrap .ml-n3,.bootstrap .mx-n3{margin-left:-1rem!important}.bootstrap .m-n4{margin:-1.5rem!important}.bootstrap .mt-n4,.bootstrap .my-n4{margin-top:-1.5rem!important}.bootstrap .mr-n4,.bootstrap .mx-n4{margin-right:-1.5rem!important}.bootstrap .mb-n4,.bootstrap .my-n4{margin-bottom:-1.5rem!important}.bootstrap .ml-n4,.bootstrap .mx-n4{margin-left:-1.5rem!important}.bootstrap .m-n5{margin:-3rem!important}.bootstrap .mt-n5,.bootstrap .my-n5{margin-top:-3rem!important}.bootstrap .mr-n5,.bootstrap .mx-n5{margin-right:-3rem!important}.bootstrap .mb-n5,.bootstrap .my-n5{margin-bottom:-3rem!important}.bootstrap .ml-n5,.bootstrap .mx-n5{margin-left:-3rem!important}.bootstrap .m-auto{margin:auto!important}.bootstrap .mt-auto,.bootstrap .my-auto{margin-top:auto!important}.bootstrap .mr-auto,.bootstrap .mx-auto{margin-right:auto!important}.bootstrap .mb-auto,.bootstrap .my-auto{margin-bottom:auto!important}.bootstrap .ml-auto,.bootstrap .mx-auto{margin-left:auto!important}@media(min-width:576px){.bootstrap .m-sm-0{margin:0!important}.bootstrap .mt-sm-0,.bootstrap .my-sm-0{margin-top:0!important}.bootstrap .mr-sm-0,.bootstrap .mx-sm-0{margin-right:0!important}.bootstrap .mb-sm-0,.bootstrap .my-sm-0{margin-bottom:0!important}.bootstrap .ml-sm-0,.bootstrap .mx-sm-0{margin-left:0!important}.bootstrap .m-sm-1{margin:.25rem!important}.bootstrap .mt-sm-1,.bootstrap .my-sm-1{margin-top:.25rem!important}.bootstrap .mr-sm-1,.bootstrap .mx-sm-1{margin-right:.25rem!important}.bootstrap .mb-sm-1,.bootstrap .my-sm-1{margin-bottom:.25rem!important}.bootstrap .ml-sm-1,.bootstrap .mx-sm-1{margin-left:.25rem!important}.bootstrap .m-sm-2{margin:.5rem!important}.bootstrap .mt-sm-2,.bootstrap .my-sm-2{margin-top:.5rem!important}.bootstrap .mr-sm-2,.bootstrap .mx-sm-2{margin-right:.5rem!important}.bootstrap .mb-sm-2,.bootstrap .my-sm-2{margin-bottom:.5rem!important}.bootstrap .ml-sm-2,.bootstrap .mx-sm-2{margin-left:.5rem!important}.bootstrap .m-sm-3{margin:1rem!important}.bootstrap .mt-sm-3,.bootstrap .my-sm-3{margin-top:1rem!important}.bootstrap .mr-sm-3,.bootstrap .mx-sm-3{margin-right:1rem!important}.bootstrap .mb-sm-3,.bootstrap .my-sm-3{margin-bottom:1rem!important}.bootstrap .ml-sm-3,.bootstrap .mx-sm-3{margin-left:1rem!important}.bootstrap .m-sm-4{margin:1.5rem!important}.bootstrap .mt-sm-4,.bootstrap .my-sm-4{margin-top:1.5rem!important}.bootstrap .mr-sm-4,.bootstrap .mx-sm-4{margin-right:1.5rem!important}.bootstrap .mb-sm-4,.bootstrap .my-sm-4{margin-bottom:1.5rem!important}.bootstrap .ml-sm-4,.bootstrap .mx-sm-4{margin-left:1.5rem!important}.bootstrap .m-sm-5{margin:3rem!important}.bootstrap .mt-sm-5,.bootstrap .my-sm-5{margin-top:3rem!important}.bootstrap .mr-sm-5,.bootstrap .mx-sm-5{margin-right:3rem!important}.bootstrap .mb-sm-5,.bootstrap .my-sm-5{margin-bottom:3rem!important}.bootstrap .ml-sm-5,.bootstrap .mx-sm-5{margin-left:3rem!important}.bootstrap .p-sm-0{padding:0!important}.bootstrap .pt-sm-0,.bootstrap .py-sm-0{padding-top:0!important}.bootstrap .pr-sm-0,.bootstrap .px-sm-0{padding-right:0!important}.bootstrap .pb-sm-0,.bootstrap .py-sm-0{padding-bottom:0!important}.bootstrap .pl-sm-0,.bootstrap .px-sm-0{padding-left:0!important}.bootstrap .p-sm-1{padding:.25rem!important}.bootstrap .pt-sm-1,.bootstrap .py-sm-1{padding-top:.25rem!important}.bootstrap .pr-sm-1,.bootstrap .px-sm-1{padding-right:.25rem!important}.bootstrap .pb-sm-1,.bootstrap .py-sm-1{padding-bottom:.25rem!important}.bootstrap .pl-sm-1,.bootstrap .px-sm-1{padding-left:.25rem!important}.bootstrap .p-sm-2{padding:.5rem!important}.bootstrap .pt-sm-2,.bootstrap .py-sm-2{padding-top:.5rem!important}.bootstrap .pr-sm-2,.bootstrap .px-sm-2{padding-right:.5rem!important}.bootstrap .pb-sm-2,.bootstrap .py-sm-2{padding-bottom:.5rem!important}.bootstrap .pl-sm-2,.bootstrap .px-sm-2{padding-left:.5rem!important}.bootstrap .p-sm-3{padding:1rem!important}.bootstrap .pt-sm-3,.bootstrap .py-sm-3{padding-top:1rem!important}.bootstrap .pr-sm-3,.bootstrap .px-sm-3{padding-right:1rem!important}.bootstrap .pb-sm-3,.bootstrap .py-sm-3{padding-bottom:1rem!important}.bootstrap .pl-sm-3,.bootstrap .px-sm-3{padding-left:1rem!important}.bootstrap .p-sm-4{padding:1.5rem!important}.bootstrap .pt-sm-4,.bootstrap .py-sm-4{padding-top:1.5rem!important}.bootstrap .pr-sm-4,.bootstrap .px-sm-4{padding-right:1.5rem!important}.bootstrap .pb-sm-4,.bootstrap .py-sm-4{padding-bottom:1.5rem!important}.bootstrap .pl-sm-4,.bootstrap .px-sm-4{padding-left:1.5rem!important}.bootstrap .p-sm-5{padding:3rem!important}.bootstrap .pt-sm-5,.bootstrap .py-sm-5{padding-top:3rem!important}.bootstrap .pr-sm-5,.bootstrap .px-sm-5{padding-right:3rem!important}.bootstrap .pb-sm-5,.bootstrap .py-sm-5{padding-bottom:3rem!important}.bootstrap .pl-sm-5,.bootstrap .px-sm-5{padding-left:3rem!important}.bootstrap .m-sm-n1{margin:-.25rem!important}.bootstrap .mt-sm-n1,.bootstrap .my-sm-n1{margin-top:-.25rem!important}.bootstrap .mr-sm-n1,.bootstrap .mx-sm-n1{margin-right:-.25rem!important}.bootstrap .mb-sm-n1,.bootstrap .my-sm-n1{margin-bottom:-.25rem!important}.bootstrap .ml-sm-n1,.bootstrap .mx-sm-n1{margin-left:-.25rem!important}.bootstrap .m-sm-n2{margin:-.5rem!important}.bootstrap .mt-sm-n2,.bootstrap .my-sm-n2{margin-top:-.5rem!important}.bootstrap .mr-sm-n2,.bootstrap .mx-sm-n2{margin-right:-.5rem!important}.bootstrap .mb-sm-n2,.bootstrap .my-sm-n2{margin-bottom:-.5rem!important}.bootstrap .ml-sm-n2,.bootstrap .mx-sm-n2{margin-left:-.5rem!important}.bootstrap .m-sm-n3{margin:-1rem!important}.bootstrap .mt-sm-n3,.bootstrap .my-sm-n3{margin-top:-1rem!important}.bootstrap .mr-sm-n3,.bootstrap .mx-sm-n3{margin-right:-1rem!important}.bootstrap .mb-sm-n3,.bootstrap .my-sm-n3{margin-bottom:-1rem!important}.bootstrap .ml-sm-n3,.bootstrap .mx-sm-n3{margin-left:-1rem!important}.bootstrap .m-sm-n4{margin:-1.5rem!important}.bootstrap .mt-sm-n4,.bootstrap .my-sm-n4{margin-top:-1.5rem!important}.bootstrap .mr-sm-n4,.bootstrap .mx-sm-n4{margin-right:-1.5rem!important}.bootstrap .mb-sm-n4,.bootstrap .my-sm-n4{margin-bottom:-1.5rem!important}.bootstrap .ml-sm-n4,.bootstrap .mx-sm-n4{margin-left:-1.5rem!important}.bootstrap .m-sm-n5{margin:-3rem!important}.bootstrap .mt-sm-n5,.bootstrap .my-sm-n5{margin-top:-3rem!important}.bootstrap .mr-sm-n5,.bootstrap .mx-sm-n5{margin-right:-3rem!important}.bootstrap .mb-sm-n5,.bootstrap .my-sm-n5{margin-bottom:-3rem!important}.bootstrap .ml-sm-n5,.bootstrap .mx-sm-n5{margin-left:-3rem!important}.bootstrap .m-sm-auto{margin:auto!important}.bootstrap .mt-sm-auto,.bootstrap .my-sm-auto{margin-top:auto!important}.bootstrap .mr-sm-auto,.bootstrap .mx-sm-auto{margin-right:auto!important}.bootstrap .mb-sm-auto,.bootstrap .my-sm-auto{margin-bottom:auto!important}.bootstrap .ml-sm-auto,.bootstrap .mx-sm-auto{margin-left:auto!important}}@media(min-width:768px){.bootstrap .m-md-0{margin:0!important}.bootstrap .mt-md-0,.bootstrap .my-md-0{margin-top:0!important}.bootstrap .mr-md-0,.bootstrap .mx-md-0{margin-right:0!important}.bootstrap .mb-md-0,.bootstrap .my-md-0{margin-bottom:0!important}.bootstrap .ml-md-0,.bootstrap .mx-md-0{margin-left:0!important}.bootstrap .m-md-1{margin:.25rem!important}.bootstrap .mt-md-1,.bootstrap .my-md-1{margin-top:.25rem!important}.bootstrap .mr-md-1,.bootstrap .mx-md-1{margin-right:.25rem!important}.bootstrap .mb-md-1,.bootstrap .my-md-1{margin-bottom:.25rem!important}.bootstrap .ml-md-1,.bootstrap .mx-md-1{margin-left:.25rem!important}.bootstrap .m-md-2{margin:.5rem!important}.bootstrap .mt-md-2,.bootstrap .my-md-2{margin-top:.5rem!important}.bootstrap .mr-md-2,.bootstrap .mx-md-2{margin-right:.5rem!important}.bootstrap .mb-md-2,.bootstrap .my-md-2{margin-bottom:.5rem!important}.bootstrap .ml-md-2,.bootstrap .mx-md-2{margin-left:.5rem!important}.bootstrap .m-md-3{margin:1rem!important}.bootstrap .mt-md-3,.bootstrap .my-md-3{margin-top:1rem!important}.bootstrap .mr-md-3,.bootstrap .mx-md-3{margin-right:1rem!important}.bootstrap .mb-md-3,.bootstrap .my-md-3{margin-bottom:1rem!important}.bootstrap .ml-md-3,.bootstrap .mx-md-3{margin-left:1rem!important}.bootstrap .m-md-4{margin:1.5rem!important}.bootstrap .mt-md-4,.bootstrap .my-md-4{margin-top:1.5rem!important}.bootstrap .mr-md-4,.bootstrap .mx-md-4{margin-right:1.5rem!important}.bootstrap .mb-md-4,.bootstrap .my-md-4{margin-bottom:1.5rem!important}.bootstrap .ml-md-4,.bootstrap .mx-md-4{margin-left:1.5rem!important}.bootstrap .m-md-5{margin:3rem!important}.bootstrap .mt-md-5,.bootstrap .my-md-5{margin-top:3rem!important}.bootstrap .mr-md-5,.bootstrap .mx-md-5{margin-right:3rem!important}.bootstrap .mb-md-5,.bootstrap .my-md-5{margin-bottom:3rem!important}.bootstrap .ml-md-5,.bootstrap .mx-md-5{margin-left:3rem!important}.bootstrap .p-md-0{padding:0!important}.bootstrap .pt-md-0,.bootstrap .py-md-0{padding-top:0!important}.bootstrap .pr-md-0,.bootstrap .px-md-0{padding-right:0!important}.bootstrap .pb-md-0,.bootstrap .py-md-0{padding-bottom:0!important}.bootstrap .pl-md-0,.bootstrap .px-md-0{padding-left:0!important}.bootstrap .p-md-1{padding:.25rem!important}.bootstrap .pt-md-1,.bootstrap .py-md-1{padding-top:.25rem!important}.bootstrap .pr-md-1,.bootstrap .px-md-1{padding-right:.25rem!important}.bootstrap .pb-md-1,.bootstrap .py-md-1{padding-bottom:.25rem!important}.bootstrap .pl-md-1,.bootstrap .px-md-1{padding-left:.25rem!important}.bootstrap .p-md-2{padding:.5rem!important}.bootstrap .pt-md-2,.bootstrap .py-md-2{padding-top:.5rem!important}.bootstrap .pr-md-2,.bootstrap .px-md-2{padding-right:.5rem!important}.bootstrap .pb-md-2,.bootstrap .py-md-2{padding-bottom:.5rem!important}.bootstrap .pl-md-2,.bootstrap .px-md-2{padding-left:.5rem!important}.bootstrap .p-md-3{padding:1rem!important}.bootstrap .pt-md-3,.bootstrap .py-md-3{padding-top:1rem!important}.bootstrap .pr-md-3,.bootstrap .px-md-3{padding-right:1rem!important}.bootstrap .pb-md-3,.bootstrap .py-md-3{padding-bottom:1rem!important}.bootstrap .pl-md-3,.bootstrap .px-md-3{padding-left:1rem!important}.bootstrap .p-md-4{padding:1.5rem!important}.bootstrap .pt-md-4,.bootstrap .py-md-4{padding-top:1.5rem!important}.bootstrap .pr-md-4,.bootstrap .px-md-4{padding-right:1.5rem!important}.bootstrap .pb-md-4,.bootstrap .py-md-4{padding-bottom:1.5rem!important}.bootstrap .pl-md-4,.bootstrap .px-md-4{padding-left:1.5rem!important}.bootstrap .p-md-5{padding:3rem!important}.bootstrap .pt-md-5,.bootstrap .py-md-5{padding-top:3rem!important}.bootstrap .pr-md-5,.bootstrap .px-md-5{padding-right:3rem!important}.bootstrap .pb-md-5,.bootstrap .py-md-5{padding-bottom:3rem!important}.bootstrap .pl-md-5,.bootstrap .px-md-5{padding-left:3rem!important}.bootstrap .m-md-n1{margin:-.25rem!important}.bootstrap .mt-md-n1,.bootstrap .my-md-n1{margin-top:-.25rem!important}.bootstrap .mr-md-n1,.bootstrap .mx-md-n1{margin-right:-.25rem!important}.bootstrap .mb-md-n1,.bootstrap .my-md-n1{margin-bottom:-.25rem!important}.bootstrap .ml-md-n1,.bootstrap .mx-md-n1{margin-left:-.25rem!important}.bootstrap .m-md-n2{margin:-.5rem!important}.bootstrap .mt-md-n2,.bootstrap .my-md-n2{margin-top:-.5rem!important}.bootstrap .mr-md-n2,.bootstrap .mx-md-n2{margin-right:-.5rem!important}.bootstrap .mb-md-n2,.bootstrap .my-md-n2{margin-bottom:-.5rem!important}.bootstrap .ml-md-n2,.bootstrap .mx-md-n2{margin-left:-.5rem!important}.bootstrap .m-md-n3{margin:-1rem!important}.bootstrap .mt-md-n3,.bootstrap .my-md-n3{margin-top:-1rem!important}.bootstrap .mr-md-n3,.bootstrap .mx-md-n3{margin-right:-1rem!important}.bootstrap .mb-md-n3,.bootstrap .my-md-n3{margin-bottom:-1rem!important}.bootstrap .ml-md-n3,.bootstrap .mx-md-n3{margin-left:-1rem!important}.bootstrap .m-md-n4{margin:-1.5rem!important}.bootstrap .mt-md-n4,.bootstrap .my-md-n4{margin-top:-1.5rem!important}.bootstrap .mr-md-n4,.bootstrap .mx-md-n4{margin-right:-1.5rem!important}.bootstrap .mb-md-n4,.bootstrap .my-md-n4{margin-bottom:-1.5rem!important}.bootstrap .ml-md-n4,.bootstrap .mx-md-n4{margin-left:-1.5rem!important}.bootstrap .m-md-n5{margin:-3rem!important}.bootstrap .mt-md-n5,.bootstrap .my-md-n5{margin-top:-3rem!important}.bootstrap .mr-md-n5,.bootstrap .mx-md-n5{margin-right:-3rem!important}.bootstrap .mb-md-n5,.bootstrap .my-md-n5{margin-bottom:-3rem!important}.bootstrap .ml-md-n5,.bootstrap .mx-md-n5{margin-left:-3rem!important}.bootstrap .m-md-auto{margin:auto!important}.bootstrap .mt-md-auto,.bootstrap .my-md-auto{margin-top:auto!important}.bootstrap .mr-md-auto,.bootstrap .mx-md-auto{margin-right:auto!important}.bootstrap .mb-md-auto,.bootstrap .my-md-auto{margin-bottom:auto!important}.bootstrap .ml-md-auto,.bootstrap .mx-md-auto{margin-left:auto!important}}@media(min-width:992px){.bootstrap .m-lg-0{margin:0!important}.bootstrap .mt-lg-0,.bootstrap .my-lg-0{margin-top:0!important}.bootstrap .mr-lg-0,.bootstrap .mx-lg-0{margin-right:0!important}.bootstrap .mb-lg-0,.bootstrap .my-lg-0{margin-bottom:0!important}.bootstrap .ml-lg-0,.bootstrap .mx-lg-0{margin-left:0!important}.bootstrap .m-lg-1{margin:.25rem!important}.bootstrap .mt-lg-1,.bootstrap .my-lg-1{margin-top:.25rem!important}.bootstrap .mr-lg-1,.bootstrap .mx-lg-1{margin-right:.25rem!important}.bootstrap .mb-lg-1,.bootstrap .my-lg-1{margin-bottom:.25rem!important}.bootstrap .ml-lg-1,.bootstrap .mx-lg-1{margin-left:.25rem!important}.bootstrap .m-lg-2{margin:.5rem!important}.bootstrap .mt-lg-2,.bootstrap .my-lg-2{margin-top:.5rem!important}.bootstrap .mr-lg-2,.bootstrap .mx-lg-2{margin-right:.5rem!important}.bootstrap .mb-lg-2,.bootstrap .my-lg-2{margin-bottom:.5rem!important}.bootstrap .ml-lg-2,.bootstrap .mx-lg-2{margin-left:.5rem!important}.bootstrap .m-lg-3{margin:1rem!important}.bootstrap .mt-lg-3,.bootstrap .my-lg-3{margin-top:1rem!important}.bootstrap .mr-lg-3,.bootstrap .mx-lg-3{margin-right:1rem!important}.bootstrap .mb-lg-3,.bootstrap .my-lg-3{margin-bottom:1rem!important}.bootstrap .ml-lg-3,.bootstrap .mx-lg-3{margin-left:1rem!important}.bootstrap .m-lg-4{margin:1.5rem!important}.bootstrap .mt-lg-4,.bootstrap .my-lg-4{margin-top:1.5rem!important}.bootstrap .mr-lg-4,.bootstrap .mx-lg-4{margin-right:1.5rem!important}.bootstrap .mb-lg-4,.bootstrap .my-lg-4{margin-bottom:1.5rem!important}.bootstrap .ml-lg-4,.bootstrap .mx-lg-4{margin-left:1.5rem!important}.bootstrap .m-lg-5{margin:3rem!important}.bootstrap .mt-lg-5,.bootstrap .my-lg-5{margin-top:3rem!important}.bootstrap .mr-lg-5,.bootstrap .mx-lg-5{margin-right:3rem!important}.bootstrap .mb-lg-5,.bootstrap .my-lg-5{margin-bottom:3rem!important}.bootstrap .ml-lg-5,.bootstrap .mx-lg-5{margin-left:3rem!important}.bootstrap .p-lg-0{padding:0!important}.bootstrap .pt-lg-0,.bootstrap .py-lg-0{padding-top:0!important}.bootstrap .pr-lg-0,.bootstrap .px-lg-0{padding-right:0!important}.bootstrap .pb-lg-0,.bootstrap .py-lg-0{padding-bottom:0!important}.bootstrap .pl-lg-0,.bootstrap .px-lg-0{padding-left:0!important}.bootstrap .p-lg-1{padding:.25rem!important}.bootstrap .pt-lg-1,.bootstrap .py-lg-1{padding-top:.25rem!important}.bootstrap .pr-lg-1,.bootstrap .px-lg-1{padding-right:.25rem!important}.bootstrap .pb-lg-1,.bootstrap .py-lg-1{padding-bottom:.25rem!important}.bootstrap .pl-lg-1,.bootstrap .px-lg-1{padding-left:.25rem!important}.bootstrap .p-lg-2{padding:.5rem!important}.bootstrap .pt-lg-2,.bootstrap .py-lg-2{padding-top:.5rem!important}.bootstrap .pr-lg-2,.bootstrap .px-lg-2{padding-right:.5rem!important}.bootstrap .pb-lg-2,.bootstrap .py-lg-2{padding-bottom:.5rem!important}.bootstrap .pl-lg-2,.bootstrap .px-lg-2{padding-left:.5rem!important}.bootstrap .p-lg-3{padding:1rem!important}.bootstrap .pt-lg-3,.bootstrap .py-lg-3{padding-top:1rem!important}.bootstrap .pr-lg-3,.bootstrap .px-lg-3{padding-right:1rem!important}.bootstrap .pb-lg-3,.bootstrap .py-lg-3{padding-bottom:1rem!important}.bootstrap .pl-lg-3,.bootstrap .px-lg-3{padding-left:1rem!important}.bootstrap .p-lg-4{padding:1.5rem!important}.bootstrap .pt-lg-4,.bootstrap .py-lg-4{padding-top:1.5rem!important}.bootstrap .pr-lg-4,.bootstrap .px-lg-4{padding-right:1.5rem!important}.bootstrap .pb-lg-4,.bootstrap .py-lg-4{padding-bottom:1.5rem!important}.bootstrap .pl-lg-4,.bootstrap .px-lg-4{padding-left:1.5rem!important}.bootstrap .p-lg-5{padding:3rem!important}.bootstrap .pt-lg-5,.bootstrap .py-lg-5{padding-top:3rem!important}.bootstrap .pr-lg-5,.bootstrap .px-lg-5{padding-right:3rem!important}.bootstrap .pb-lg-5,.bootstrap .py-lg-5{padding-bottom:3rem!important}.bootstrap .pl-lg-5,.bootstrap .px-lg-5{padding-left:3rem!important}.bootstrap .m-lg-n1{margin:-.25rem!important}.bootstrap .mt-lg-n1,.bootstrap .my-lg-n1{margin-top:-.25rem!important}.bootstrap .mr-lg-n1,.bootstrap .mx-lg-n1{margin-right:-.25rem!important}.bootstrap .mb-lg-n1,.bootstrap .my-lg-n1{margin-bottom:-.25rem!important}.bootstrap .ml-lg-n1,.bootstrap .mx-lg-n1{margin-left:-.25rem!important}.bootstrap .m-lg-n2{margin:-.5rem!important}.bootstrap .mt-lg-n2,.bootstrap .my-lg-n2{margin-top:-.5rem!important}.bootstrap .mr-lg-n2,.bootstrap .mx-lg-n2{margin-right:-.5rem!important}.bootstrap .mb-lg-n2,.bootstrap .my-lg-n2{margin-bottom:-.5rem!important}.bootstrap .ml-lg-n2,.bootstrap .mx-lg-n2{margin-left:-.5rem!important}.bootstrap .m-lg-n3{margin:-1rem!important}.bootstrap .mt-lg-n3,.bootstrap .my-lg-n3{margin-top:-1rem!important}.bootstrap .mr-lg-n3,.bootstrap .mx-lg-n3{margin-right:-1rem!important}.bootstrap .mb-lg-n3,.bootstrap .my-lg-n3{margin-bottom:-1rem!important}.bootstrap .ml-lg-n3,.bootstrap .mx-lg-n3{margin-left:-1rem!important}.bootstrap .m-lg-n4{margin:-1.5rem!important}.bootstrap .mt-lg-n4,.bootstrap .my-lg-n4{margin-top:-1.5rem!important}.bootstrap .mr-lg-n4,.bootstrap .mx-lg-n4{margin-right:-1.5rem!important}.bootstrap .mb-lg-n4,.bootstrap .my-lg-n4{margin-bottom:-1.5rem!important}.bootstrap .ml-lg-n4,.bootstrap .mx-lg-n4{margin-left:-1.5rem!important}.bootstrap .m-lg-n5{margin:-3rem!important}.bootstrap .mt-lg-n5,.bootstrap .my-lg-n5{margin-top:-3rem!important}.bootstrap .mr-lg-n5,.bootstrap .mx-lg-n5{margin-right:-3rem!important}.bootstrap .mb-lg-n5,.bootstrap .my-lg-n5{margin-bottom:-3rem!important}.bootstrap .ml-lg-n5,.bootstrap .mx-lg-n5{margin-left:-3rem!important}.bootstrap .m-lg-auto{margin:auto!important}.bootstrap .mt-lg-auto,.bootstrap .my-lg-auto{margin-top:auto!important}.bootstrap .mr-lg-auto,.bootstrap .mx-lg-auto{margin-right:auto!important}.bootstrap .mb-lg-auto,.bootstrap .my-lg-auto{margin-bottom:auto!important}.bootstrap .ml-lg-auto,.bootstrap .mx-lg-auto{margin-left:auto!important}}@media(min-width:1200px){.bootstrap .m-xl-0{margin:0!important}.bootstrap .mt-xl-0,.bootstrap .my-xl-0{margin-top:0!important}.bootstrap .mr-xl-0,.bootstrap .mx-xl-0{margin-right:0!important}.bootstrap .mb-xl-0,.bootstrap .my-xl-0{margin-bottom:0!important}.bootstrap .ml-xl-0,.bootstrap .mx-xl-0{margin-left:0!important}.bootstrap .m-xl-1{margin:.25rem!important}.bootstrap .mt-xl-1,.bootstrap .my-xl-1{margin-top:.25rem!important}.bootstrap .mr-xl-1,.bootstrap .mx-xl-1{margin-right:.25rem!important}.bootstrap .mb-xl-1,.bootstrap .my-xl-1{margin-bottom:.25rem!important}.bootstrap .ml-xl-1,.bootstrap .mx-xl-1{margin-left:.25rem!important}.bootstrap .m-xl-2{margin:.5rem!important}.bootstrap .mt-xl-2,.bootstrap .my-xl-2{margin-top:.5rem!important}.bootstrap .mr-xl-2,.bootstrap .mx-xl-2{margin-right:.5rem!important}.bootstrap .mb-xl-2,.bootstrap .my-xl-2{margin-bottom:.5rem!important}.bootstrap .ml-xl-2,.bootstrap .mx-xl-2{margin-left:.5rem!important}.bootstrap .m-xl-3{margin:1rem!important}.bootstrap .mt-xl-3,.bootstrap .my-xl-3{margin-top:1rem!important}.bootstrap .mr-xl-3,.bootstrap .mx-xl-3{margin-right:1rem!important}.bootstrap .mb-xl-3,.bootstrap .my-xl-3{margin-bottom:1rem!important}.bootstrap .ml-xl-3,.bootstrap .mx-xl-3{margin-left:1rem!important}.bootstrap .m-xl-4{margin:1.5rem!important}.bootstrap .mt-xl-4,.bootstrap .my-xl-4{margin-top:1.5rem!important}.bootstrap .mr-xl-4,.bootstrap .mx-xl-4{margin-right:1.5rem!important}.bootstrap .mb-xl-4,.bootstrap .my-xl-4{margin-bottom:1.5rem!important}.bootstrap .ml-xl-4,.bootstrap .mx-xl-4{margin-left:1.5rem!important}.bootstrap .m-xl-5{margin:3rem!important}.bootstrap .mt-xl-5,.bootstrap .my-xl-5{margin-top:3rem!important}.bootstrap .mr-xl-5,.bootstrap .mx-xl-5{margin-right:3rem!important}.bootstrap .mb-xl-5,.bootstrap .my-xl-5{margin-bottom:3rem!important}.bootstrap .ml-xl-5,.bootstrap .mx-xl-5{margin-left:3rem!important}.bootstrap .p-xl-0{padding:0!important}.bootstrap .pt-xl-0,.bootstrap .py-xl-0{padding-top:0!important}.bootstrap .pr-xl-0,.bootstrap .px-xl-0{padding-right:0!important}.bootstrap .pb-xl-0,.bootstrap .py-xl-0{padding-bottom:0!important}.bootstrap .pl-xl-0,.bootstrap .px-xl-0{padding-left:0!important}.bootstrap .p-xl-1{padding:.25rem!important}.bootstrap .pt-xl-1,.bootstrap .py-xl-1{padding-top:.25rem!important}.bootstrap .pr-xl-1,.bootstrap .px-xl-1{padding-right:.25rem!important}.bootstrap .pb-xl-1,.bootstrap .py-xl-1{padding-bottom:.25rem!important}.bootstrap .pl-xl-1,.bootstrap .px-xl-1{padding-left:.25rem!important}.bootstrap .p-xl-2{padding:.5rem!important}.bootstrap .pt-xl-2,.bootstrap .py-xl-2{padding-top:.5rem!important}.bootstrap .pr-xl-2,.bootstrap .px-xl-2{padding-right:.5rem!important}.bootstrap .pb-xl-2,.bootstrap .py-xl-2{padding-bottom:.5rem!important}.bootstrap .pl-xl-2,.bootstrap .px-xl-2{padding-left:.5rem!important}.bootstrap .p-xl-3{padding:1rem!important}.bootstrap .pt-xl-3,.bootstrap .py-xl-3{padding-top:1rem!important}.bootstrap .pr-xl-3,.bootstrap .px-xl-3{padding-right:1rem!important}.bootstrap .pb-xl-3,.bootstrap .py-xl-3{padding-bottom:1rem!important}.bootstrap .pl-xl-3,.bootstrap .px-xl-3{padding-left:1rem!important}.bootstrap .p-xl-4{padding:1.5rem!important}.bootstrap .pt-xl-4,.bootstrap .py-xl-4{padding-top:1.5rem!important}.bootstrap .pr-xl-4,.bootstrap .px-xl-4{padding-right:1.5rem!important}.bootstrap .pb-xl-4,.bootstrap .py-xl-4{padding-bottom:1.5rem!important}.bootstrap .pl-xl-4,.bootstrap .px-xl-4{padding-left:1.5rem!important}.bootstrap .p-xl-5{padding:3rem!important}.bootstrap .pt-xl-5,.bootstrap .py-xl-5{padding-top:3rem!important}.bootstrap .pr-xl-5,.bootstrap .px-xl-5{padding-right:3rem!important}.bootstrap .pb-xl-5,.bootstrap .py-xl-5{padding-bottom:3rem!important}.bootstrap .pl-xl-5,.bootstrap .px-xl-5{padding-left:3rem!important}.bootstrap .m-xl-n1{margin:-.25rem!important}.bootstrap .mt-xl-n1,.bootstrap .my-xl-n1{margin-top:-.25rem!important}.bootstrap .mr-xl-n1,.bootstrap .mx-xl-n1{margin-right:-.25rem!important}.bootstrap .mb-xl-n1,.bootstrap .my-xl-n1{margin-bottom:-.25rem!important}.bootstrap .ml-xl-n1,.bootstrap .mx-xl-n1{margin-left:-.25rem!important}.bootstrap .m-xl-n2{margin:-.5rem!important}.bootstrap .mt-xl-n2,.bootstrap .my-xl-n2{margin-top:-.5rem!important}.bootstrap .mr-xl-n2,.bootstrap .mx-xl-n2{margin-right:-.5rem!important}.bootstrap .mb-xl-n2,.bootstrap .my-xl-n2{margin-bottom:-.5rem!important}.bootstrap .ml-xl-n2,.bootstrap .mx-xl-n2{margin-left:-.5rem!important}.bootstrap .m-xl-n3{margin:-1rem!important}.bootstrap .mt-xl-n3,.bootstrap .my-xl-n3{margin-top:-1rem!important}.bootstrap .mr-xl-n3,.bootstrap .mx-xl-n3{margin-right:-1rem!important}.bootstrap .mb-xl-n3,.bootstrap .my-xl-n3{margin-bottom:-1rem!important}.bootstrap .ml-xl-n3,.bootstrap .mx-xl-n3{margin-left:-1rem!important}.bootstrap .m-xl-n4{margin:-1.5rem!important}.bootstrap .mt-xl-n4,.bootstrap .my-xl-n4{margin-top:-1.5rem!important}.bootstrap .mr-xl-n4,.bootstrap .mx-xl-n4{margin-right:-1.5rem!important}.bootstrap .mb-xl-n4,.bootstrap .my-xl-n4{margin-bottom:-1.5rem!important}.bootstrap .ml-xl-n4,.bootstrap .mx-xl-n4{margin-left:-1.5rem!important}.bootstrap .m-xl-n5{margin:-3rem!important}.bootstrap .mt-xl-n5,.bootstrap .my-xl-n5{margin-top:-3rem!important}.bootstrap .mr-xl-n5,.bootstrap .mx-xl-n5{margin-right:-3rem!important}.bootstrap .mb-xl-n5,.bootstrap .my-xl-n5{margin-bottom:-3rem!important}.bootstrap .ml-xl-n5,.bootstrap .mx-xl-n5{margin-left:-3rem!important}.bootstrap .m-xl-auto{margin:auto!important}.bootstrap .mt-xl-auto,.bootstrap .my-xl-auto{margin-top:auto!important}.bootstrap .mr-xl-auto,.bootstrap .mx-xl-auto{margin-right:auto!important}.bootstrap .mb-xl-auto,.bootstrap .my-xl-auto{margin-bottom:auto!important}.bootstrap .ml-xl-auto,.bootstrap .mx-xl-auto{margin-left:auto!important}}.bootstrap .stretched-link:after{background-color:#0000;bottom:0;content:"";left:0;pointer-events:auto;position:absolute;right:0;top:0;z-index:1}.bootstrap .text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.bootstrap .text-justify{text-align:justify!important}.bootstrap .text-wrap{white-space:normal!important}.bootstrap .text-nowrap{white-space:nowrap!important}.bootstrap .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bootstrap .text-left{text-align:left!important}.bootstrap .text-right{text-align:right!important}.bootstrap .text-center{text-align:center!important}@media(min-width:576px){.bootstrap .text-sm-left{text-align:left!important}.bootstrap .text-sm-right{text-align:right!important}.bootstrap .text-sm-center{text-align:center!important}}@media(min-width:768px){.bootstrap .text-md-left{text-align:left!important}.bootstrap .text-md-right{text-align:right!important}.bootstrap .text-md-center{text-align:center!important}}@media(min-width:992px){.bootstrap .text-lg-left{text-align:left!important}.bootstrap .text-lg-right{text-align:right!important}.bootstrap .text-lg-center{text-align:center!important}}@media(min-width:1200px){.bootstrap .text-xl-left{text-align:left!important}.bootstrap .text-xl-right{text-align:right!important}.bootstrap .text-xl-center{text-align:center!important}}.bootstrap .text-lowercase{text-transform:lowercase!important}.bootstrap .text-uppercase{text-transform:uppercase!important}.bootstrap .text-capitalize{text-transform:capitalize!important}.bootstrap .font-weight-light{font-weight:300!important}.bootstrap .font-weight-lighter{font-weight:lighter!important}.bootstrap .font-weight-normal{font-weight:400!important}.bootstrap .font-weight-bold{font-weight:700!important}.bootstrap .font-weight-bolder{font-weight:bolder!important}.bootstrap .font-italic{font-style:italic!important}.bootstrap .text-white{color:#fff!important}.bootstrap .text-primary{color:#007bff!important}.bootstrap a.text-primary:focus,.bootstrap a.text-primary:hover{color:#0056b3!important}.bootstrap .text-secondary{color:#6c757d!important}.bootstrap a.text-secondary:focus,.bootstrap a.text-secondary:hover{color:#494f54!important}.bootstrap .text-success{color:#28a745!important}.bootstrap a.text-success:focus,.bootstrap a.text-success:hover{color:#19692c!important}.bootstrap .text-info{color:#17a2b8!important}.bootstrap a.text-info:focus,.bootstrap a.text-info:hover{color:#0f6674!important}.bootstrap .text-warning{color:#ffc107!important}.bootstrap a.text-warning:focus,.bootstrap a.text-warning:hover{color:#ba8b00!important}.bootstrap .text-danger{color:#dc3545!important}.bootstrap a.text-danger:focus,.bootstrap a.text-danger:hover{color:#a71d2a!important}.bootstrap .text-light{color:#f8f9fa!important}.bootstrap a.text-light:focus,.bootstrap a.text-light:hover{color:#cbd3da!important}.bootstrap .text-dark{color:#343a40!important}.bootstrap a.text-dark:focus,.bootstrap a.text-dark:hover{color:#121416!important}.bootstrap .text-body{color:#212529!important}.bootstrap .text-muted{color:#6c757d!important}.bootstrap .text-black-50{color:#00000080!important}.bootstrap .text-white-50{color:#ffffff80!important}.bootstrap .text-hide{background-color:initial;border:0;color:#0000;font:0/0 a;text-shadow:none}.bootstrap .text-decoration-none{text-decoration:none!important}.bootstrap .text-break{word-wrap:break-word!important;word-break:break-word!important}.bootstrap .text-reset{color:inherit!important}.bootstrap .visible{visibility:visible!important}.bootstrap .invisible{visibility:hidden!important}.bootstrap .alert-cell{background:#f5f5f5;color:inherit}.bootstrap .config-yaml,.bootstrap .rule-cell{background-color:#f5f5f5}.bootstrap .config-yaml{border:1px solid #ccc;border-radius:4px;color:#333;display:block;font-size:13px;padding:10px;word-break:break-all}.bootstrap .query-stats{color:#71808e;flex-grow:1;font-size:.7rem}.bootstrap .metrics-explorer.modal-dialog{max-width:750px;overflow-wrap:break-word}.bootstrap .metrics-explorer .metric{cursor:pointer;margin:0;padding:5px}.bootstrap .metrics-explorer .metric:hover{background:#efefef}.bootstrap button.metrics-explorer-btn{background-color:#e9ecef;border:1px solid #ced4da;color:#495057}.bootstrap .graph-controls button.clear-time-btn,.bootstrap .table-controls button.clear-time-btn{background-color:#fff;border:1px solid #ced4da;border-left:none}.bootstrap .graph-controls button.clear-time-btn:hover,.bootstrap .table-controls button.clear-time-btn:hover{color:#545b62}.bootstrap button.execute-btn{border:1px solid #006fe6;width:84px}.bootstrap .expression-input .cm-expression-input{border:1px solid #ced4da;flex:1 1 auto;font-size:15px;padding:4px 0 0 8px}.bootstrap .tab-content{border-bottom:1px solid #dee2e6;border-left:1px solid #dee2e6;border-right:1px solid #dee2e6;padding:10px}.bootstrap .modal.show{overflow-y:auto}.bootstrap .panel{margin-bottom:20px}.bootstrap input[type=checkbox]:checked+label{color:#286090}.bootstrap .custom-control-label{cursor:pointer}.bootstrap .togglers-wrapper .form-group{margin-bottom:.5rem}.bootstrap [for$=-toggler].custom-control-label:after,.bootstrap [for$=-toggler].custom-control-label:before{height:1.12rem;left:-1.3rem;top:.28rem;width:1.12rem}.bootstrap .capitalize-title:first-letter{text-transform:capitalize}.bootstrap .input-group.expression-input{flex-wrap:nowrap;margin-bottom:10px}.bootstrap .alert.alert-danger{margin-bottom:10px}.bootstrap .nav-tabs .nav-link{cursor:pointer}.bootstrap .tab-content .alert{margin-bottom:0}.bootstrap .data-table.table{margin:10px 0 2px}.bootstrap .data-table>tbody>tr>td{font-size:.8em;overflow:hidden;padding:5px 0 5px 8px}.bootstrap .autosuggest-dropdown{background-color:#fff;border:1px solid #ced4da;color:#495057;font-size:1rem;left:56px;margin-top:-6px;position:absolute;z-index:1000}.bootstrap .autosuggest-dropdown-list{list-style:none;margin:0;padding:0}.bootstrap .autosuggest-dropdown-list li{background-color:initial;border:0;clear:both;display:block;padding:.25rem 1.5rem;white-space:nowrap;width:100%}.bootstrap .autosuggest-dropdown-list li.autosuggest-dropdown-header{background-color:#bfdeff;font-size:10px;line-height:1.5;text-align:center;text-transform:uppercase}.bootstrap .graph-controls,.bootstrap .table-controls{margin-bottom:10px}.bootstrap .graph-controls input,.bootstrap .table-controls input{text-align:center}.bootstrap .graph-controls .range-input input{width:50px}.bootstrap .time-input input{border-right:none}.bootstrap .time-input{width:270px!important}.bootstrap .graph-controls input.resolution-input{width:90px}.bootstrap .graph-controls>:not(:first-child){margin-left:20px}.bootstrap .graph-legend{display:inline-block;font-size:.75em;margin:15px 0 15px 55px;padding:10px 5px}.bootstrap .legend-item{border-radius:3px;cursor:pointer;display:flex;line-height:1.7;padding:0 5px}.bootstrap .legend-item div{flex-wrap:wrap}.bootstrap .legend-swatch{display:inline-block;height:7px;margin:6px 8px 2px 0;min-width:7px;outline:1.5px solid #ccc;outline-offset:1px}.bootstrap .legend-item:hover{background:#0000002e}.bootstrap .legend-metric-name{margin-right:1px}.bootstrap .legend-label-name{font-weight:700}.bootstrap .graph{margin:0 5px}.bootstrap .graph-chart{fill:#495057;font-size:.8em;height:500px;width:100%}.bootstrap .graph-chart .flot-overlay{cursor:crosshair}.bootstrap .graph-tooltip{background:#000c;border-radius:3px;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:12px;padding:8px;white-space:nowrap}.bootstrap .graph-tooltip .labels{font-size:11px;line-height:11px}.bootstrap .graph-tooltip .detail-swatch{display:inline-block;height:10px;width:10px}.bootstrap .add-panel-btn{margin-bottom:20px}.bootstrap .target-head{font-size:large;font-weight:700}.bootstrap .group-info{display:flex;justify-content:space-between;margin-bottom:10px;padding:10px}.bootstrap .badges-wrapper>span{margin-right:5px;max-height:20px}.bootstrap .rules-head{font-weight:600}.bootstrap .rule_cell{background-color:#f5f5f5;display:block;font-family:monospace;white-space:pre-wrap}.bootstrap .popup-message{background-color:#000000b3;border-radius:4px;color:#fff;display:none;font-size:14px;margin-right:15px;max-width:250px;min-width:120px;padding:8px 12px;position:absolute;right:100%;top:50%;transform:translateY(-50%);white-space:normal;width:-webkit-max-content;width:max-content}.bootstrap .custom-control-label:hover .popup-message{display:block}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}body.bootstrap-dark{background-color:#191d21;color:#d3d3d3;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5;margin:0;text-align:left}body.bootstrap-dark button{color:#d3d3d3}.bootstrap-dark :root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.bootstrap-dark .h1,.bootstrap-dark .h2,.bootstrap-dark .h3,.bootstrap-dark .h4,.bootstrap-dark .h5,.bootstrap-dark .h6,.bootstrap-dark h1,.bootstrap-dark h2,.bootstrap-dark h3,.bootstrap-dark h4,.bootstrap-dark h5,.bootstrap-dark h6{font-weight:500;line-height:1.2;margin-bottom:.5rem}.bootstrap-dark .h1,.bootstrap-dark h1{font-size:2.5rem}.bootstrap-dark .h2,.bootstrap-dark h2{font-size:2rem}.bootstrap-dark .h3,.bootstrap-dark h3{font-size:1.75rem}.bootstrap-dark .h4,.bootstrap-dark h4{font-size:1.5rem}.bootstrap-dark .h5,.bootstrap-dark h5{font-size:1.25rem}.bootstrap-dark .h6,.bootstrap-dark h6{font-size:1rem}.bootstrap-dark .lead{font-size:1.25rem;font-weight:300}.bootstrap-dark .display-1{font-size:6rem;font-weight:300;line-height:1.2}.bootstrap-dark .display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.bootstrap-dark .display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.bootstrap-dark .display-4{font-size:3.5rem;font-weight:300;line-height:1.2}.bootstrap-dark hr{border:0;border-top:1px solid #ffffff1a;margin-bottom:1rem;margin-top:1rem}.bootstrap-dark .small,.bootstrap-dark small{font-size:80%;font-weight:400}.bootstrap-dark .mark,.bootstrap-dark mark{background-color:#fcf8e3;padding:.2em}.bootstrap-dark .list-inline,.bootstrap-dark .list-unstyled{list-style:none;padding-left:0}.bootstrap-dark .list-inline-item{display:inline-block}.bootstrap-dark .list-inline-item:not(:last-child){margin-right:.5rem}.bootstrap-dark .initialism{font-size:90%;text-transform:uppercase}.bootstrap-dark .blockquote{font-size:1.25rem;margin-bottom:1rem}.bootstrap-dark .blockquote-footer{color:#6c757d;display:block;font-size:80%}.bootstrap-dark .blockquote-footer:before{content:"— "}.bootstrap-dark .img-fluid{height:auto;max-width:100%}.bootstrap-dark .img-thumbnail{background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;height:auto;max-width:100%;padding:.25rem}.bootstrap-dark .figure{display:inline-block}.bootstrap-dark .figure-img{line-height:1;margin-bottom:.5rem}.bootstrap-dark .figure-caption{color:#6c757d;font-size:90%}.bootstrap-dark code{word-wrap:break-word;color:#e83e8c;font-size:87.5%}a>.bootstrap-dark code{color:inherit}.bootstrap-dark kbd{background-color:#212529;border-radius:.2rem;color:#fff;font-size:87.5%;padding:.2rem .4rem}.bootstrap-dark kbd kbd{font-size:100%;font-weight:700;padding:0}.bootstrap-dark pre{color:#212529;display:block;font-size:87.5%}.bootstrap-dark pre code{color:inherit;font-size:inherit;word-break:normal}.bootstrap-dark .pre-scrollable{max-height:340px;overflow-y:scroll}.bootstrap-dark .container,.bootstrap-dark .container-fluid,.bootstrap-dark .container-lg,.bootstrap-dark .container-md,.bootstrap-dark .container-sm,.bootstrap-dark .container-xl{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}@media(min-width:576px){.bootstrap-dark .container,.bootstrap-dark .container-sm{max-width:540px}}@media(min-width:768px){.bootstrap-dark .container,.bootstrap-dark .container-md,.bootstrap-dark .container-sm{max-width:720px}}@media(min-width:992px){.bootstrap-dark .container,.bootstrap-dark .container-lg,.bootstrap-dark .container-md,.bootstrap-dark .container-sm{max-width:960px}}@media(min-width:1200px){.bootstrap-dark .container,.bootstrap-dark .container-lg,.bootstrap-dark .container-md,.bootstrap-dark .container-sm,.bootstrap-dark .container-xl{max-width:1140px}}.bootstrap-dark .row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.bootstrap-dark .no-gutters{margin-left:0;margin-right:0}.bootstrap-dark .no-gutters>.col,.bootstrap-dark .no-gutters>[class*=col-]{padding-left:0;padding-right:0}.bootstrap-dark .col,.bootstrap-dark .col-1,.bootstrap-dark .col-10,.bootstrap-dark .col-11,.bootstrap-dark .col-12,.bootstrap-dark .col-2,.bootstrap-dark .col-3,.bootstrap-dark .col-4,.bootstrap-dark .col-5,.bootstrap-dark .col-6,.bootstrap-dark .col-7,.bootstrap-dark .col-8,.bootstrap-dark .col-9,.bootstrap-dark .col-auto,.bootstrap-dark .col-lg,.bootstrap-dark .col-lg-1,.bootstrap-dark .col-lg-10,.bootstrap-dark .col-lg-11,.bootstrap-dark .col-lg-12,.bootstrap-dark .col-lg-2,.bootstrap-dark .col-lg-3,.bootstrap-dark .col-lg-4,.bootstrap-dark .col-lg-5,.bootstrap-dark .col-lg-6,.bootstrap-dark .col-lg-7,.bootstrap-dark .col-lg-8,.bootstrap-dark .col-lg-9,.bootstrap-dark .col-lg-auto,.bootstrap-dark .col-md,.bootstrap-dark .col-md-1,.bootstrap-dark .col-md-10,.bootstrap-dark .col-md-11,.bootstrap-dark .col-md-12,.bootstrap-dark .col-md-2,.bootstrap-dark .col-md-3,.bootstrap-dark .col-md-4,.bootstrap-dark .col-md-5,.bootstrap-dark .col-md-6,.bootstrap-dark .col-md-7,.bootstrap-dark .col-md-8,.bootstrap-dark .col-md-9,.bootstrap-dark .col-md-auto,.bootstrap-dark .col-sm,.bootstrap-dark .col-sm-1,.bootstrap-dark .col-sm-10,.bootstrap-dark .col-sm-11,.bootstrap-dark .col-sm-12,.bootstrap-dark .col-sm-2,.bootstrap-dark .col-sm-3,.bootstrap-dark .col-sm-4,.bootstrap-dark .col-sm-5,.bootstrap-dark .col-sm-6,.bootstrap-dark .col-sm-7,.bootstrap-dark .col-sm-8,.bootstrap-dark .col-sm-9,.bootstrap-dark .col-sm-auto,.bootstrap-dark .col-xl,.bootstrap-dark .col-xl-1,.bootstrap-dark .col-xl-10,.bootstrap-dark .col-xl-11,.bootstrap-dark .col-xl-12,.bootstrap-dark .col-xl-2,.bootstrap-dark .col-xl-3,.bootstrap-dark .col-xl-4,.bootstrap-dark .col-xl-5,.bootstrap-dark .col-xl-6,.bootstrap-dark .col-xl-7,.bootstrap-dark .col-xl-8,.bootstrap-dark .col-xl-9,.bootstrap-dark .col-xl-auto{padding-left:15px;padding-right:15px;position:relative;width:100%}.bootstrap-dark .col{flex-basis:0;flex-grow:1;max-width:100%}.bootstrap-dark .row-cols-1>*{flex:0 0 100%;max-width:100%}.bootstrap-dark .row-cols-2>*{flex:0 0 50%;max-width:50%}.bootstrap-dark .row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.bootstrap-dark .row-cols-4>*{flex:0 0 25%;max-width:25%}.bootstrap-dark .row-cols-5>*{flex:0 0 20%;max-width:20%}.bootstrap-dark .row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.bootstrap-dark .col-auto{flex:0 0 auto;max-width:100%;width:auto}.bootstrap-dark .col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.bootstrap-dark .col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.bootstrap-dark .col-3{flex:0 0 25%;max-width:25%}.bootstrap-dark .col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.bootstrap-dark .col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.bootstrap-dark .col-6{flex:0 0 50%;max-width:50%}.bootstrap-dark .col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.bootstrap-dark .col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.bootstrap-dark .col-9{flex:0 0 75%;max-width:75%}.bootstrap-dark .col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.bootstrap-dark .col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.bootstrap-dark .col-12{flex:0 0 100%;max-width:100%}.bootstrap-dark .order-first{order:-1}.bootstrap-dark .order-last{order:13}.bootstrap-dark .order-0{order:0}.bootstrap-dark .order-1{order:1}.bootstrap-dark .order-2{order:2}.bootstrap-dark .order-3{order:3}.bootstrap-dark .order-4{order:4}.bootstrap-dark .order-5{order:5}.bootstrap-dark .order-6{order:6}.bootstrap-dark .order-7{order:7}.bootstrap-dark .order-8{order:8}.bootstrap-dark .order-9{order:9}.bootstrap-dark .order-10{order:10}.bootstrap-dark .order-11{order:11}.bootstrap-dark .order-12{order:12}.bootstrap-dark .offset-1{margin-left:8.33333333%}.bootstrap-dark .offset-2{margin-left:16.66666667%}.bootstrap-dark .offset-3{margin-left:25%}.bootstrap-dark .offset-4{margin-left:33.33333333%}.bootstrap-dark .offset-5{margin-left:41.66666667%}.bootstrap-dark .offset-6{margin-left:50%}.bootstrap-dark .offset-7{margin-left:58.33333333%}.bootstrap-dark .offset-8{margin-left:66.66666667%}.bootstrap-dark .offset-9{margin-left:75%}.bootstrap-dark .offset-10{margin-left:83.33333333%}.bootstrap-dark .offset-11{margin-left:91.66666667%}@media(min-width:576px){.bootstrap-dark .col-sm{flex-basis:0;flex-grow:1;max-width:100%}.bootstrap-dark .row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.bootstrap-dark .row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.bootstrap-dark .row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.bootstrap-dark .row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.bootstrap-dark .row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.bootstrap-dark .row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.bootstrap-dark .col-sm-auto{flex:0 0 auto;max-width:100%;width:auto}.bootstrap-dark .col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.bootstrap-dark .col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.bootstrap-dark .col-sm-3{flex:0 0 25%;max-width:25%}.bootstrap-dark .col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.bootstrap-dark .col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.bootstrap-dark .col-sm-6{flex:0 0 50%;max-width:50%}.bootstrap-dark .col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.bootstrap-dark .col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.bootstrap-dark .col-sm-9{flex:0 0 75%;max-width:75%}.bootstrap-dark .col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.bootstrap-dark .col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.bootstrap-dark .col-sm-12{flex:0 0 100%;max-width:100%}.bootstrap-dark .order-sm-first{order:-1}.bootstrap-dark .order-sm-last{order:13}.bootstrap-dark .order-sm-0{order:0}.bootstrap-dark .order-sm-1{order:1}.bootstrap-dark .order-sm-2{order:2}.bootstrap-dark .order-sm-3{order:3}.bootstrap-dark .order-sm-4{order:4}.bootstrap-dark .order-sm-5{order:5}.bootstrap-dark .order-sm-6{order:6}.bootstrap-dark .order-sm-7{order:7}.bootstrap-dark .order-sm-8{order:8}.bootstrap-dark .order-sm-9{order:9}.bootstrap-dark .order-sm-10{order:10}.bootstrap-dark .order-sm-11{order:11}.bootstrap-dark .order-sm-12{order:12}.bootstrap-dark .offset-sm-0{margin-left:0}.bootstrap-dark .offset-sm-1{margin-left:8.33333333%}.bootstrap-dark .offset-sm-2{margin-left:16.66666667%}.bootstrap-dark .offset-sm-3{margin-left:25%}.bootstrap-dark .offset-sm-4{margin-left:33.33333333%}.bootstrap-dark .offset-sm-5{margin-left:41.66666667%}.bootstrap-dark .offset-sm-6{margin-left:50%}.bootstrap-dark .offset-sm-7{margin-left:58.33333333%}.bootstrap-dark .offset-sm-8{margin-left:66.66666667%}.bootstrap-dark .offset-sm-9{margin-left:75%}.bootstrap-dark .offset-sm-10{margin-left:83.33333333%}.bootstrap-dark .offset-sm-11{margin-left:91.66666667%}}@media(min-width:768px){.bootstrap-dark .col-md{flex-basis:0;flex-grow:1;max-width:100%}.bootstrap-dark .row-cols-md-1>*{flex:0 0 100%;max-width:100%}.bootstrap-dark .row-cols-md-2>*{flex:0 0 50%;max-width:50%}.bootstrap-dark .row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.bootstrap-dark .row-cols-md-4>*{flex:0 0 25%;max-width:25%}.bootstrap-dark .row-cols-md-5>*{flex:0 0 20%;max-width:20%}.bootstrap-dark .row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.bootstrap-dark .col-md-auto{flex:0 0 auto;max-width:100%;width:auto}.bootstrap-dark .col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.bootstrap-dark .col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.bootstrap-dark .col-md-3{flex:0 0 25%;max-width:25%}.bootstrap-dark .col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.bootstrap-dark .col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.bootstrap-dark .col-md-6{flex:0 0 50%;max-width:50%}.bootstrap-dark .col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.bootstrap-dark .col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.bootstrap-dark .col-md-9{flex:0 0 75%;max-width:75%}.bootstrap-dark .col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.bootstrap-dark .col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.bootstrap-dark .col-md-12{flex:0 0 100%;max-width:100%}.bootstrap-dark .order-md-first{order:-1}.bootstrap-dark .order-md-last{order:13}.bootstrap-dark .order-md-0{order:0}.bootstrap-dark .order-md-1{order:1}.bootstrap-dark .order-md-2{order:2}.bootstrap-dark .order-md-3{order:3}.bootstrap-dark .order-md-4{order:4}.bootstrap-dark .order-md-5{order:5}.bootstrap-dark .order-md-6{order:6}.bootstrap-dark .order-md-7{order:7}.bootstrap-dark .order-md-8{order:8}.bootstrap-dark .order-md-9{order:9}.bootstrap-dark .order-md-10{order:10}.bootstrap-dark .order-md-11{order:11}.bootstrap-dark .order-md-12{order:12}.bootstrap-dark .offset-md-0{margin-left:0}.bootstrap-dark .offset-md-1{margin-left:8.33333333%}.bootstrap-dark .offset-md-2{margin-left:16.66666667%}.bootstrap-dark .offset-md-3{margin-left:25%}.bootstrap-dark .offset-md-4{margin-left:33.33333333%}.bootstrap-dark .offset-md-5{margin-left:41.66666667%}.bootstrap-dark .offset-md-6{margin-left:50%}.bootstrap-dark .offset-md-7{margin-left:58.33333333%}.bootstrap-dark .offset-md-8{margin-left:66.66666667%}.bootstrap-dark .offset-md-9{margin-left:75%}.bootstrap-dark .offset-md-10{margin-left:83.33333333%}.bootstrap-dark .offset-md-11{margin-left:91.66666667%}}@media(min-width:992px){.bootstrap-dark .col-lg{flex-basis:0;flex-grow:1;max-width:100%}.bootstrap-dark .row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.bootstrap-dark .row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.bootstrap-dark .row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.bootstrap-dark .row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.bootstrap-dark .row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.bootstrap-dark .row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.bootstrap-dark .col-lg-auto{flex:0 0 auto;max-width:100%;width:auto}.bootstrap-dark .col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.bootstrap-dark .col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.bootstrap-dark .col-lg-3{flex:0 0 25%;max-width:25%}.bootstrap-dark .col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.bootstrap-dark .col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.bootstrap-dark .col-lg-6{flex:0 0 50%;max-width:50%}.bootstrap-dark .col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.bootstrap-dark .col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.bootstrap-dark .col-lg-9{flex:0 0 75%;max-width:75%}.bootstrap-dark .col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.bootstrap-dark .col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.bootstrap-dark .col-lg-12{flex:0 0 100%;max-width:100%}.bootstrap-dark .order-lg-first{order:-1}.bootstrap-dark .order-lg-last{order:13}.bootstrap-dark .order-lg-0{order:0}.bootstrap-dark .order-lg-1{order:1}.bootstrap-dark .order-lg-2{order:2}.bootstrap-dark .order-lg-3{order:3}.bootstrap-dark .order-lg-4{order:4}.bootstrap-dark .order-lg-5{order:5}.bootstrap-dark .order-lg-6{order:6}.bootstrap-dark .order-lg-7{order:7}.bootstrap-dark .order-lg-8{order:8}.bootstrap-dark .order-lg-9{order:9}.bootstrap-dark .order-lg-10{order:10}.bootstrap-dark .order-lg-11{order:11}.bootstrap-dark .order-lg-12{order:12}.bootstrap-dark .offset-lg-0{margin-left:0}.bootstrap-dark .offset-lg-1{margin-left:8.33333333%}.bootstrap-dark .offset-lg-2{margin-left:16.66666667%}.bootstrap-dark .offset-lg-3{margin-left:25%}.bootstrap-dark .offset-lg-4{margin-left:33.33333333%}.bootstrap-dark .offset-lg-5{margin-left:41.66666667%}.bootstrap-dark .offset-lg-6{margin-left:50%}.bootstrap-dark .offset-lg-7{margin-left:58.33333333%}.bootstrap-dark .offset-lg-8{margin-left:66.66666667%}.bootstrap-dark .offset-lg-9{margin-left:75%}.bootstrap-dark .offset-lg-10{margin-left:83.33333333%}.bootstrap-dark .offset-lg-11{margin-left:91.66666667%}}@media(min-width:1200px){.bootstrap-dark .col-xl{flex-basis:0;flex-grow:1;max-width:100%}.bootstrap-dark .row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.bootstrap-dark .row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.bootstrap-dark .row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.bootstrap-dark .row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.bootstrap-dark .row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.bootstrap-dark .row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.bootstrap-dark .col-xl-auto{flex:0 0 auto;max-width:100%;width:auto}.bootstrap-dark .col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.bootstrap-dark .col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.bootstrap-dark .col-xl-3{flex:0 0 25%;max-width:25%}.bootstrap-dark .col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.bootstrap-dark .col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.bootstrap-dark .col-xl-6{flex:0 0 50%;max-width:50%}.bootstrap-dark .col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.bootstrap-dark .col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.bootstrap-dark .col-xl-9{flex:0 0 75%;max-width:75%}.bootstrap-dark .col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.bootstrap-dark .col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.bootstrap-dark .col-xl-12{flex:0 0 100%;max-width:100%}.bootstrap-dark .order-xl-first{order:-1}.bootstrap-dark .order-xl-last{order:13}.bootstrap-dark .order-xl-0{order:0}.bootstrap-dark .order-xl-1{order:1}.bootstrap-dark .order-xl-2{order:2}.bootstrap-dark .order-xl-3{order:3}.bootstrap-dark .order-xl-4{order:4}.bootstrap-dark .order-xl-5{order:5}.bootstrap-dark .order-xl-6{order:6}.bootstrap-dark .order-xl-7{order:7}.bootstrap-dark .order-xl-8{order:8}.bootstrap-dark .order-xl-9{order:9}.bootstrap-dark .order-xl-10{order:10}.bootstrap-dark .order-xl-11{order:11}.bootstrap-dark .order-xl-12{order:12}.bootstrap-dark .offset-xl-0{margin-left:0}.bootstrap-dark .offset-xl-1{margin-left:8.33333333%}.bootstrap-dark .offset-xl-2{margin-left:16.66666667%}.bootstrap-dark .offset-xl-3{margin-left:25%}.bootstrap-dark .offset-xl-4{margin-left:33.33333333%}.bootstrap-dark .offset-xl-5{margin-left:41.66666667%}.bootstrap-dark .offset-xl-6{margin-left:50%}.bootstrap-dark .offset-xl-7{margin-left:58.33333333%}.bootstrap-dark .offset-xl-8{margin-left:66.66666667%}.bootstrap-dark .offset-xl-9{margin-left:75%}.bootstrap-dark .offset-xl-10{margin-left:83.33333333%}.bootstrap-dark .offset-xl-11{margin-left:91.66666667%}}.bootstrap-dark .table{color:#d3d3d3;margin-bottom:1rem;width:100%}.bootstrap-dark .table td,.bootstrap-dark .table th{border-top:1px solid #343a40;padding:.75rem;vertical-align:top}.bootstrap-dark .table thead th{border-bottom:2px solid #343a40;vertical-align:bottom}.bootstrap-dark .table tbody+tbody{border-top:2px solid #343a40}.bootstrap-dark .table-sm td,.bootstrap-dark .table-sm th{padding:.3rem}.bootstrap-dark .table-bordered,.bootstrap-dark .table-bordered td,.bootstrap-dark .table-bordered th{border:1px solid #343a40}.bootstrap-dark .table-bordered thead td,.bootstrap-dark .table-bordered thead th{border-bottom-width:2px}.bootstrap-dark .table-borderless tbody+tbody,.bootstrap-dark .table-borderless td,.bootstrap-dark .table-borderless th,.bootstrap-dark .table-borderless thead th{border:0}.bootstrap-dark .table-striped tbody tr:nth-of-type(odd){background-color:#0000000d}.bootstrap-dark .table-hover tbody tr:hover{background-color:rgba(0,0,0,.075);color:#d3d3d3}.bootstrap-dark .table-primary,.bootstrap-dark .table-primary>td,.bootstrap-dark .table-primary>th{background-color:#b8daff}.bootstrap-dark .table-primary tbody+tbody,.bootstrap-dark .table-primary td,.bootstrap-dark .table-primary th,.bootstrap-dark .table-primary thead th{border-color:#7abaff}.bootstrap-dark .table-hover .table-primary:hover,.bootstrap-dark .table-hover .table-primary:hover>td,.bootstrap-dark .table-hover .table-primary:hover>th{background-color:#9fcdff}.bootstrap-dark .table-secondary,.bootstrap-dark .table-secondary>td,.bootstrap-dark .table-secondary>th{background-color:#d6d8db}.bootstrap-dark .table-secondary tbody+tbody,.bootstrap-dark .table-secondary td,.bootstrap-dark .table-secondary th,.bootstrap-dark .table-secondary thead th{border-color:#b3b7bb}.bootstrap-dark .table-hover .table-secondary:hover,.bootstrap-dark .table-hover .table-secondary:hover>td,.bootstrap-dark .table-hover .table-secondary:hover>th{background-color:#c8cbcf}.bootstrap-dark .table-success,.bootstrap-dark .table-success>td,.bootstrap-dark .table-success>th{background-color:#c3e6cb}.bootstrap-dark .table-success tbody+tbody,.bootstrap-dark .table-success td,.bootstrap-dark .table-success th,.bootstrap-dark .table-success thead th{border-color:#8fd19e}.bootstrap-dark .table-hover .table-success:hover,.bootstrap-dark .table-hover .table-success:hover>td,.bootstrap-dark .table-hover .table-success:hover>th{background-color:#b1dfbb}.bootstrap-dark .table-info,.bootstrap-dark .table-info>td,.bootstrap-dark .table-info>th{background-color:#bee5eb}.bootstrap-dark .table-info tbody+tbody,.bootstrap-dark .table-info td,.bootstrap-dark .table-info th,.bootstrap-dark .table-info thead th{border-color:#86cfda}.bootstrap-dark .table-hover .table-info:hover,.bootstrap-dark .table-hover .table-info:hover>td,.bootstrap-dark .table-hover .table-info:hover>th{background-color:#abdde5}.bootstrap-dark .table-warning,.bootstrap-dark .table-warning>td,.bootstrap-dark .table-warning>th{background-color:#ffeeba}.bootstrap-dark .table-warning tbody+tbody,.bootstrap-dark .table-warning td,.bootstrap-dark .table-warning th,.bootstrap-dark .table-warning thead th{border-color:#ffdf7e}.bootstrap-dark .table-hover .table-warning:hover,.bootstrap-dark .table-hover .table-warning:hover>td,.bootstrap-dark .table-hover .table-warning:hover>th{background-color:#ffe8a1}.bootstrap-dark .table-danger,.bootstrap-dark .table-danger>td,.bootstrap-dark .table-danger>th{background-color:#f5c6cb}.bootstrap-dark .table-danger tbody+tbody,.bootstrap-dark .table-danger td,.bootstrap-dark .table-danger th,.bootstrap-dark .table-danger thead th{border-color:#ed969e}.bootstrap-dark .table-hover .table-danger:hover,.bootstrap-dark .table-hover .table-danger:hover>td,.bootstrap-dark .table-hover .table-danger:hover>th{background-color:#f1b0b7}.bootstrap-dark .table-light,.bootstrap-dark .table-light>td,.bootstrap-dark .table-light>th{background-color:#fdfdfe}.bootstrap-dark .table-light tbody+tbody,.bootstrap-dark .table-light td,.bootstrap-dark .table-light th,.bootstrap-dark .table-light thead th{border-color:#fbfcfc}.bootstrap-dark .table-hover .table-light:hover,.bootstrap-dark .table-hover .table-light:hover>td,.bootstrap-dark .table-hover .table-light:hover>th{background-color:#ececf6}.bootstrap-dark .table-dark,.bootstrap-dark .table-dark>td,.bootstrap-dark .table-dark>th{background-color:#c6c8ca}.bootstrap-dark .table-dark tbody+tbody,.bootstrap-dark .table-dark td,.bootstrap-dark .table-dark th,.bootstrap-dark .table-dark thead th{border-color:#95999c}.bootstrap-dark .table-hover .table-dark:hover,.bootstrap-dark .table-hover .table-dark:hover>td,.bootstrap-dark .table-hover .table-dark:hover>th{background-color:#b9bbbe}.bootstrap-dark .table-active,.bootstrap-dark .table-active>td,.bootstrap-dark .table-active>th,.bootstrap-dark .table-hover .table-active:hover,.bootstrap-dark .table-hover .table-active:hover>td,.bootstrap-dark .table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.bootstrap-dark .table .thead-dark th{background-color:#343a40;border-color:#454d55;color:#dee2e6}.bootstrap-dark .table .thead-light th{background-color:#e9ecef;border-color:#343a40;color:#495057}.bootstrap-dark .table-dark{background-color:#343a40}.bootstrap-dark .table-dark td,.bootstrap-dark .table-dark th,.bootstrap-dark .table-dark thead th{border-color:#454d55}.bootstrap-dark .table-dark.table-bordered{border:0}.bootstrap-dark .table-dark.table-striped tbody tr:nth-of-type(odd){background-color:#ffffff0d}.bootstrap-dark .table-dark.table-hover tbody tr:hover{background-color:hsla(0,0%,100%,.075);color:#fff}@media(max-width:575.98px){.bootstrap-dark .table-responsive-sm{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.bootstrap-dark .table-responsive-sm>.table-bordered{border:0}}@media(max-width:767.98px){.bootstrap-dark .table-responsive-md{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.bootstrap-dark .table-responsive-md>.table-bordered{border:0}}@media(max-width:991.98px){.bootstrap-dark .table-responsive-lg{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.bootstrap-dark .table-responsive-lg>.table-bordered{border:0}}@media(max-width:1199.98px){.bootstrap-dark .table-responsive-xl{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.bootstrap-dark .table-responsive-xl>.table-bordered{border:0}}.bootstrap-dark .table-responsive{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.bootstrap-dark .table-responsive>.table-bordered{border:0}.bootstrap-dark .table-danger,.bootstrap-dark .table-danger>td,.bootstrap-dark .table-danger>th,.bootstrap-dark .table-dark,.bootstrap-dark .table-dark>td,.bootstrap-dark .table-dark>th,.bootstrap-dark .table-hover .table-danger:hover,.bootstrap-dark .table-hover .table-danger:hover>td,.bootstrap-dark .table-hover .table-danger:hover>th,.bootstrap-dark .table-hover .table-dark:hover,.bootstrap-dark .table-hover .table-dark:hover>td,.bootstrap-dark .table-hover .table-dark:hover>th,.bootstrap-dark .table-hover .table-info:hover,.bootstrap-dark .table-hover .table-info:hover>td,.bootstrap-dark .table-hover .table-info:hover>th,.bootstrap-dark .table-hover .table-light:hover,.bootstrap-dark .table-hover .table-light:hover>td,.bootstrap-dark .table-hover .table-light:hover>th,.bootstrap-dark .table-hover .table-primary:hover,.bootstrap-dark .table-hover .table-primary:hover>td,.bootstrap-dark .table-hover .table-primary:hover>th,.bootstrap-dark .table-hover .table-secondary:hover,.bootstrap-dark .table-hover .table-secondary:hover>td,.bootstrap-dark .table-hover .table-secondary:hover>th,.bootstrap-dark .table-hover .table-success:hover,.bootstrap-dark .table-hover .table-success:hover>td,.bootstrap-dark .table-hover .table-success:hover>th,.bootstrap-dark .table-hover .table-warning:hover,.bootstrap-dark .table-hover .table-warning:hover>td,.bootstrap-dark .table-hover .table-warning:hover>th,.bootstrap-dark .table-info,.bootstrap-dark .table-info>td,.bootstrap-dark .table-info>th,.bootstrap-dark .table-light,.bootstrap-dark .table-light>td,.bootstrap-dark .table-light>th,.bootstrap-dark .table-primary,.bootstrap-dark .table-primary>td,.bootstrap-dark .table-primary>th,.bootstrap-dark .table-secondary,.bootstrap-dark .table-secondary>td,.bootstrap-dark .table-secondary>th,.bootstrap-dark .table-success,.bootstrap-dark .table-success>td,.bootstrap-dark .table-success>th,.bootstrap-dark .table-warning,.bootstrap-dark .table-warning>td,.bootstrap-dark .table-warning>th{color:#212529}.bootstrap-dark .table-active,.bootstrap-dark .table-active>td,.bootstrap-dark .table-active>th,.bootstrap-dark .table-hover .table-active:hover,.bootstrap-dark .table-hover .table-active:hover>td,.bootstrap-dark .table-hover .table-active:hover>th{color:#ced4da}.bootstrap-dark .table-dark{color:#dee2e6}.bootstrap-dark .form-control{background-clip:padding-box;background-color:#000;border:1px solid #6c757d;border-radius:.25rem;color:#dee2e6;display:block;font-size:1rem;font-weight:400;height:calc(1.5em + .75rem + 2px);line-height:1.5;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media(prefers-reduced-motion:reduce){.bootstrap-dark .form-control{transition:none}}.bootstrap-dark .form-control::-ms-expand{background-color:initial;border:0}.bootstrap-dark .form-control:focus{background-color:#191d21;border-color:#b3d7ff;box-shadow:0 0 0 .2rem #007bff40;color:#dee2e6;outline:0}.bootstrap-dark .form-control::placeholder{color:#6c757d;opacity:1}.bootstrap-dark .form-control:disabled,.bootstrap-dark .form-control[readonly]{background-color:#343a40;opacity:1}.bootstrap-dark input[type=date].form-control,.bootstrap-dark input[type=datetime-local].form-control,.bootstrap-dark input[type=month].form-control,.bootstrap-dark input[type=time].form-control{-webkit-appearance:none;appearance:none}.bootstrap-dark select.form-control:-moz-focusring{color:#0000;text-shadow:0 0 0 #dee2e6}.bootstrap-dark select.form-control:focus::-ms-value{background-color:#000;color:#dee2e6}.bootstrap-dark .form-control-file,.bootstrap-dark .form-control-range{display:block;width:100%}.bootstrap-dark .col-form-label{font-size:inherit;line-height:1.5;margin-bottom:0;padding-bottom:calc(.375rem + 1px);padding-top:calc(.375rem + 1px)}.bootstrap-dark .col-form-label-lg{font-size:1.25rem;line-height:1.5;padding-bottom:calc(.5rem + 1px);padding-top:calc(.5rem + 1px)}.bootstrap-dark .col-form-label-sm{font-size:.875rem;line-height:1.5;padding-bottom:calc(.25rem + 1px);padding-top:calc(.25rem + 1px)}.bootstrap-dark .form-control-plaintext{background-color:initial;border:solid #0000;border-width:1px 0;color:#212529;display:block;font-size:1rem;line-height:1.5;margin-bottom:0;padding:.375rem 0;width:100%}.bootstrap-dark .form-control-plaintext.form-control-lg,.bootstrap-dark .form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.bootstrap-dark .form-control-sm{border-radius:.2rem;font-size:.875rem;height:calc(1.5em + .5rem + 2px);line-height:1.5;padding:.25rem .5rem}.bootstrap-dark .form-control-lg{border-radius:.3rem;font-size:1.25rem;height:calc(1.5em + 1rem + 2px);line-height:1.5;padding:.5rem 1rem}.bootstrap-dark select.form-control[multiple],.bootstrap-dark select.form-control[size],.bootstrap-dark textarea.form-control{height:auto}.bootstrap-dark .form-group{margin-bottom:1rem}.bootstrap-dark .form-text{display:block;margin-top:.25rem}.bootstrap-dark .form-row{display:flex;flex-wrap:wrap;margin-left:-5px;margin-right:-5px}.bootstrap-dark .form-row>.col,.bootstrap-dark .form-row>[class*=col-]{padding-left:5px;padding-right:5px}.bootstrap-dark .form-check{display:block;padding-left:1.25rem;position:relative}.bootstrap-dark .form-check-input{margin-left:-1.25rem;margin-top:.3rem;position:absolute}.bootstrap-dark .form-check-input:disabled~.form-check-label,.bootstrap-dark .form-check-input[disabled]~.form-check-label{color:#6c757d}.bootstrap-dark .form-check-label{margin-bottom:0}.bootstrap-dark .form-check-inline{align-items:center;display:inline-flex;margin-right:.75rem;padding-left:0}.bootstrap-dark .form-check-inline .form-check-input{margin-left:0;margin-right:.3125rem;margin-top:0;position:static}.bootstrap-dark .valid-feedback{color:#28a745;display:none;font-size:80%;margin-top:.25rem;width:100%}.bootstrap-dark .valid-tooltip{background-color:#28a745e6;border-radius:.25rem;color:#ced4da;display:none;font-size:.875rem;left:0;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.form-row>.col>.bootstrap-dark .valid-tooltip,.form-row>[class*=col-]>.bootstrap-dark .valid-tooltip{left:5px}.bootstrap-dark .is-valid~.valid-feedback,.bootstrap-dark .is-valid~.valid-tooltip{display:block}.bootstrap-dark .form-control.is-valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#28a745;padding-right:calc(1.5em + .75rem)!important}.bootstrap-dark .form-control.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.bootstrap-dark select.form-control.is-valid{background-position:right 1.5rem center;padding-right:3rem!important}.bootstrap-dark textarea.form-control.is-valid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.bootstrap-dark .custom-select.is-valid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#000 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;border-color:#28a745;padding-right:calc(.75em + 2.3125rem)!important}.bootstrap-dark .custom-select.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.bootstrap-dark .form-check-input.is-valid~.form-check-label{color:#28a745}.bootstrap-dark .form-check-input.is-valid~.valid-feedback,.bootstrap-dark .form-check-input.is-valid~.valid-tooltip{display:block}.bootstrap-dark .custom-control-input.is-valid~.custom-control-label{color:#28a745}.bootstrap-dark .custom-control-input.is-valid~.custom-control-label:before{border-color:#28a745}.bootstrap-dark .custom-control-input.is-valid:checked~.custom-control-label:before{background-color:#34ce57;border-color:#34ce57}.bootstrap-dark .custom-control-input.is-valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #28a74540}.bootstrap-dark .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.bootstrap-dark .custom-file-input.is-valid~.custom-file-label{border-color:#28a745}.bootstrap-dark .custom-file-input.is-valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.bootstrap-dark .invalid-feedback{color:#dc3545;display:none;font-size:80%;margin-top:.25rem;width:100%}.bootstrap-dark .invalid-tooltip{background-color:#dc3545e6;border-radius:.25rem;color:#ced4da;display:none;font-size:.875rem;left:0;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.form-row>.col>.bootstrap-dark .invalid-tooltip,.form-row>[class*=col-]>.bootstrap-dark .invalid-tooltip{left:5px}.bootstrap-dark .is-invalid~.invalid-feedback,.bootstrap-dark .is-invalid~.invalid-tooltip{display:block}.bootstrap-dark .form-control.is-invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#dc3545;padding-right:calc(1.5em + .75rem)!important}.bootstrap-dark .form-control.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.bootstrap-dark select.form-control.is-invalid{background-position:right 1.5rem center;padding-right:3rem!important}.bootstrap-dark textarea.form-control.is-invalid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.bootstrap-dark .custom-select.is-invalid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#000 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;border-color:#dc3545;padding-right:calc(.75em + 2.3125rem)!important}.bootstrap-dark .custom-select.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.bootstrap-dark .form-check-input.is-invalid~.form-check-label{color:#dc3545}.bootstrap-dark .form-check-input.is-invalid~.invalid-feedback,.bootstrap-dark .form-check-input.is-invalid~.invalid-tooltip{display:block}.bootstrap-dark .custom-control-input.is-invalid~.custom-control-label{color:#dc3545}.bootstrap-dark .custom-control-input.is-invalid~.custom-control-label:before{border-color:#dc3545}.bootstrap-dark .custom-control-input.is-invalid:checked~.custom-control-label:before{background-color:#e4606d;border-color:#e4606d}.bootstrap-dark .custom-control-input.is-invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #dc354540}.bootstrap-dark .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.bootstrap-dark .custom-file-input.is-invalid~.custom-file-label{border-color:#dc3545}.bootstrap-dark .custom-file-input.is-invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.bootstrap-dark .form-inline{align-items:center;display:flex;flex-flow:row wrap}.bootstrap-dark .form-inline .form-check{width:100%}@media(min-width:576px){.bootstrap-dark .form-inline label{align-items:center;display:flex;justify-content:center;margin-bottom:0}.bootstrap-dark .form-inline .form-group{align-items:center;display:flex;flex:0 0 auto;flex-flow:row wrap;margin-bottom:0}.bootstrap-dark .form-inline .form-control{display:inline-block;vertical-align:middle;width:auto}.bootstrap-dark .form-inline .form-control-plaintext{display:inline-block}.bootstrap-dark .form-inline .custom-select,.bootstrap-dark .form-inline .input-group{width:auto}.bootstrap-dark .form-inline .form-check{align-items:center;display:flex;justify-content:center;padding-left:0;width:auto}.bootstrap-dark .form-inline .form-check-input{flex-shrink:0;margin-left:0;margin-right:.25rem;margin-top:0;position:relative}.bootstrap-dark .form-inline .custom-control{align-items:center;justify-content:center}.bootstrap-dark .form-inline .custom-control-label{margin-bottom:0}}.bootstrap-dark .was-validated .valid-feedback{color:#28a745;display:none;font-size:80%;margin-top:.25rem;width:100%}.bootstrap-dark .was-validated .valid-tooltip{background-color:#28a745e6;border-radius:.25rem;color:#ced4da;display:none;font-size:.875rem;left:0;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.form-row>.col>.bootstrap-dark .was-validated .valid-tooltip,.form-row>[class*=col-]>.bootstrap-dark .was-validated .valid-tooltip{left:5px}.bootstrap-dark .was-validated.is-valid~.valid-feedback,.bootstrap-dark .was-validated.is-valid~.valid-tooltip,.bootstrap-dark .was-validated:valid~.valid-feedback,.bootstrap-dark .was-validated:valid~.valid-tooltip{display:block}.bootstrap-dark .was-validated .form-control.is-valid,.bootstrap-dark .was-validated .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#28a745;padding-right:calc(1.5em + .75rem)!important}.bootstrap-dark .was-validated .form-control.is-valid:focus,.bootstrap-dark .was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.bootstrap-dark .was-validated select.form-control.is-valid,.bootstrap-dark .was-validated select.form-control:valid{background-position:right 1.5rem center;padding-right:3rem!important}.bootstrap-dark .was-validated textarea.form-control.is-valid,.bootstrap-dark .was-validated textarea.form-control:valid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.bootstrap-dark .was-validated .custom-select.is-valid,.bootstrap-dark .was-validated .custom-select:valid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#000 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;border-color:#28a745;padding-right:calc(.75em + 2.3125rem)!important}.bootstrap-dark .was-validated .custom-select.is-valid:focus,.bootstrap-dark .was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.bootstrap-dark .was-validated .form-check-input.is-valid~.form-check-label,.bootstrap-dark .was-validated .form-check-input:valid~.form-check-label{color:#28a745}.bootstrap-dark .was-validated .form-check-input.is-valid~.valid-feedback,.bootstrap-dark .was-validated .form-check-input.is-valid~.valid-tooltip,.bootstrap-dark .was-validated .form-check-input:valid~.valid-feedback,.bootstrap-dark .was-validated .form-check-input:valid~.valid-tooltip{display:block}.bootstrap-dark .was-validated .custom-control-input.is-valid~.custom-control-label,.bootstrap-dark .was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.bootstrap-dark .was-validated .custom-control-input.is-valid~.custom-control-label:before,.bootstrap-dark .was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#28a745}.bootstrap-dark .was-validated .custom-control-input.is-valid:checked~.custom-control-label:before,.bootstrap-dark .was-validated .custom-control-input:valid:checked~.custom-control-label:before{background-color:#34ce57;border-color:#34ce57}.bootstrap-dark .was-validated .custom-control-input.is-valid:focus~.custom-control-label:before,.bootstrap-dark .was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #28a74540}.bootstrap-dark .was-validated .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.bootstrap-dark .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.bootstrap-dark .was-validated .custom-file-input.is-valid~.custom-file-label,.bootstrap-dark .was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.bootstrap-dark .was-validated .custom-file-input.is-valid:focus~.custom-file-label,.bootstrap-dark .was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.bootstrap-dark .was-validated .is-valid~.valid-feedback,.bootstrap-dark .was-validated .is-valid~.valid-tooltip,.bootstrap-dark .was-validated :valid~.valid-feedback,.bootstrap-dark .was-validated :valid~.valid-tooltip{display:block}.bootstrap-dark .was-validated .invalid-feedback{color:#dc3545;display:none;font-size:80%;margin-top:.25rem;width:100%}.bootstrap-dark .was-validated .invalid-tooltip{background-color:#dc3545e6;border-radius:.25rem;color:#ced4da;display:none;font-size:.875rem;left:0;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.form-row>.col>.bootstrap-dark .was-validated .invalid-tooltip,.form-row>[class*=col-]>.bootstrap-dark .was-validated .invalid-tooltip{left:5px}.bootstrap-dark .was-validated.is-invalid~.invalid-feedback,.bootstrap-dark .was-validated.is-invalid~.invalid-tooltip,.bootstrap-dark .was-validated:invalid~.invalid-feedback,.bootstrap-dark .was-validated:invalid~.invalid-tooltip{display:block}.bootstrap-dark .was-validated .form-control.is-invalid,.bootstrap-dark .was-validated .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#dc3545;padding-right:calc(1.5em + .75rem)!important}.bootstrap-dark .was-validated .form-control.is-invalid:focus,.bootstrap-dark .was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.bootstrap-dark .was-validated select.form-control.is-invalid,.bootstrap-dark .was-validated select.form-control:invalid{background-position:right 1.5rem center;padding-right:3rem!important}.bootstrap-dark .was-validated textarea.form-control.is-invalid,.bootstrap-dark .was-validated textarea.form-control:invalid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.bootstrap-dark .was-validated .custom-select.is-invalid,.bootstrap-dark .was-validated .custom-select:invalid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#000 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;border-color:#dc3545;padding-right:calc(.75em + 2.3125rem)!important}.bootstrap-dark .was-validated .custom-select.is-invalid:focus,.bootstrap-dark .was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.bootstrap-dark .was-validated .form-check-input.is-invalid~.form-check-label,.bootstrap-dark .was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.bootstrap-dark .was-validated .form-check-input.is-invalid~.invalid-feedback,.bootstrap-dark .was-validated .form-check-input.is-invalid~.invalid-tooltip,.bootstrap-dark .was-validated .form-check-input:invalid~.invalid-feedback,.bootstrap-dark .was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.bootstrap-dark .was-validated .custom-control-input.is-invalid~.custom-control-label,.bootstrap-dark .was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.bootstrap-dark .was-validated .custom-control-input.is-invalid~.custom-control-label:before,.bootstrap-dark .was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#dc3545}.bootstrap-dark .was-validated .custom-control-input.is-invalid:checked~.custom-control-label:before,.bootstrap-dark .was-validated .custom-control-input:invalid:checked~.custom-control-label:before{background-color:#e4606d;border-color:#e4606d}.bootstrap-dark .was-validated .custom-control-input.is-invalid:focus~.custom-control-label:before,.bootstrap-dark .was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #dc354540}.bootstrap-dark .was-validated .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.bootstrap-dark .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.bootstrap-dark .was-validated .custom-file-input.is-invalid~.custom-file-label,.bootstrap-dark .was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.bootstrap-dark .was-validated .custom-file-input.is-invalid:focus~.custom-file-label,.bootstrap-dark .was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.bootstrap-dark .was-validated .is-invalid~.invalid-feedback,.bootstrap-dark .was-validated .is-invalid~.invalid-tooltip,.bootstrap-dark .was-validated :invalid~.invalid-feedback,.bootstrap-dark .was-validated :invalid~.invalid-tooltip{display:block}.bootstrap-dark .btn{background-color:initial;border:1px solid #0000;border-radius:.25rem;color:#d3d3d3;display:inline-block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;user-select:none;vertical-align:middle}@media(prefers-reduced-motion:reduce){.bootstrap-dark .btn{transition:none}}.bootstrap-dark .btn:hover{color:#d3d3d3;text-decoration:none}.bootstrap-dark .btn.focus,.bootstrap-dark .btn:focus{box-shadow:0 0 0 .2rem #007bff40;outline:0}.bootstrap-dark .btn.disabled,.bootstrap-dark .btn:disabled{opacity:.65}.bootstrap-dark .btn:not(:disabled):not(.disabled){cursor:pointer}.bootstrap-dark a.btn.disabled,.bootstrap-dark fieldset:disabled a.btn{pointer-events:none}.bootstrap-dark .btn-primary{background-color:#007bff;border-color:#007bff;color:#ced4da}.bootstrap-dark .btn-primary:hover{background-color:#0069d9;border-color:#0062cc;color:#ced4da}.bootstrap-dark .btn-primary.focus,.bootstrap-dark .btn-primary:focus{background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem #1f88f980;color:#ced4da}.bootstrap-dark .btn-primary.disabled,.bootstrap-dark .btn-primary:disabled{background-color:#007bff;border-color:#007bff;color:#ced4da}.bootstrap-dark .btn-primary:not(:disabled):not(.disabled).active,.bootstrap-dark .btn-primary:not(:disabled):not(.disabled):active,.show>.bootstrap-dark .btn-primary.dropdown-toggle{background-color:#0062cc;border-color:#005cbf;color:#ced4da}.bootstrap-dark .btn-primary:not(:disabled):not(.disabled).active:focus,.bootstrap-dark .btn-primary:not(:disabled):not(.disabled):active:focus,.show>.bootstrap-dark .btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #1f88f980}.bootstrap-dark .btn-secondary{background-color:#6c757d;border-color:#6c757d;color:#ced4da}.bootstrap-dark .btn-secondary:hover{background-color:#5a6268;border-color:#545b62;color:#ced4da}.bootstrap-dark .btn-secondary.focus,.bootstrap-dark .btn-secondary:focus{background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem #7b838b80;color:#ced4da}.bootstrap-dark .btn-secondary.disabled,.bootstrap-dark .btn-secondary:disabled{background-color:#6c757d;border-color:#6c757d;color:#ced4da}.bootstrap-dark .btn-secondary:not(:disabled):not(.disabled).active,.bootstrap-dark .btn-secondary:not(:disabled):not(.disabled):active,.show>.bootstrap-dark .btn-secondary.dropdown-toggle{background-color:#545b62;border-color:#4e555b;color:#ced4da}.bootstrap-dark .btn-secondary:not(:disabled):not(.disabled).active:focus,.bootstrap-dark .btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.bootstrap-dark .btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #7b838b80}.bootstrap-dark .btn-success{background-color:#28a745;border-color:#28a745;color:#ced4da}.bootstrap-dark .btn-success:hover{background-color:#218838;border-color:#1e7e34;color:#ced4da}.bootstrap-dark .btn-success.focus,.bootstrap-dark .btn-success:focus{background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem #41ae5b80;color:#ced4da}.bootstrap-dark .btn-success.disabled,.bootstrap-dark .btn-success:disabled{background-color:#28a745;border-color:#28a745;color:#ced4da}.bootstrap-dark .btn-success:not(:disabled):not(.disabled).active,.bootstrap-dark .btn-success:not(:disabled):not(.disabled):active,.show>.bootstrap-dark .btn-success.dropdown-toggle{background-color:#1e7e34;border-color:#1c7430;color:#ced4da}.bootstrap-dark .btn-success:not(:disabled):not(.disabled).active:focus,.bootstrap-dark .btn-success:not(:disabled):not(.disabled):active:focus,.show>.bootstrap-dark .btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #41ae5b80}.bootstrap-dark .btn-info{background-color:#17a2b8;border-color:#17a2b8;color:#ced4da}.bootstrap-dark .btn-info:hover{background-color:#138496;border-color:#117a8b;color:#ced4da}.bootstrap-dark .btn-info.focus,.bootstrap-dark .btn-info:focus{background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem #32aabd80;color:#ced4da}.bootstrap-dark .btn-info.disabled,.bootstrap-dark .btn-info:disabled{background-color:#17a2b8;border-color:#17a2b8;color:#ced4da}.bootstrap-dark .btn-info:not(:disabled):not(.disabled).active,.bootstrap-dark .btn-info:not(:disabled):not(.disabled):active,.show>.bootstrap-dark .btn-info.dropdown-toggle{background-color:#117a8b;border-color:#10707f;color:#ced4da}.bootstrap-dark .btn-info:not(:disabled):not(.disabled).active:focus,.bootstrap-dark .btn-info:not(:disabled):not(.disabled):active:focus,.show>.bootstrap-dark .btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #32aabd80}.bootstrap-dark .btn-warning{background-color:#ffc107;border-color:#ffc107;color:#212529}.bootstrap-dark .btn-warning:hover{background-color:#e0a800;border-color:#d39e00;color:#212529}.bootstrap-dark .btn-warning.focus,.bootstrap-dark .btn-warning:focus{background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem #deaa0c80;color:#212529}.bootstrap-dark .btn-warning.disabled,.bootstrap-dark .btn-warning:disabled{background-color:#ffc107;border-color:#ffc107;color:#212529}.bootstrap-dark .btn-warning:not(:disabled):not(.disabled).active,.bootstrap-dark .btn-warning:not(:disabled):not(.disabled):active,.show>.bootstrap-dark .btn-warning.dropdown-toggle{background-color:#d39e00;border-color:#c69500;color:#212529}.bootstrap-dark .btn-warning:not(:disabled):not(.disabled).active:focus,.bootstrap-dark .btn-warning:not(:disabled):not(.disabled):active:focus,.show>.bootstrap-dark .btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #deaa0c80}.bootstrap-dark .btn-danger{background-color:#dc3545;border-color:#dc3545;color:#ced4da}.bootstrap-dark .btn-danger:hover{background-color:#c82333;border-color:#bd2130;color:#ced4da}.bootstrap-dark .btn-danger.focus,.bootstrap-dark .btn-danger:focus{background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem #da4d5b80;color:#ced4da}.bootstrap-dark .btn-danger.disabled,.bootstrap-dark .btn-danger:disabled{background-color:#dc3545;border-color:#dc3545;color:#ced4da}.bootstrap-dark .btn-danger:not(:disabled):not(.disabled).active,.bootstrap-dark .btn-danger:not(:disabled):not(.disabled):active,.show>.bootstrap-dark .btn-danger.dropdown-toggle{background-color:#bd2130;border-color:#b21f2d;color:#ced4da}.bootstrap-dark .btn-danger:not(:disabled):not(.disabled).active:focus,.bootstrap-dark .btn-danger:not(:disabled):not(.disabled):active:focus,.show>.bootstrap-dark .btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #da4d5b80}.bootstrap-dark .btn-light{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.bootstrap-dark .btn-light:hover{background-color:#e2e6ea;border-color:#dae0e5;color:#212529}.bootstrap-dark .btn-light.focus,.bootstrap-dark .btn-light:focus{background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem #d8d9db80;color:#212529}.bootstrap-dark .btn-light.disabled,.bootstrap-dark .btn-light:disabled{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.bootstrap-dark .btn-light:not(:disabled):not(.disabled).active,.bootstrap-dark .btn-light:not(:disabled):not(.disabled):active,.show>.bootstrap-dark .btn-light.dropdown-toggle{background-color:#dae0e5;border-color:#d3d9df;color:#212529}.bootstrap-dark .btn-light:not(:disabled):not(.disabled).active:focus,.bootstrap-dark .btn-light:not(:disabled):not(.disabled):active:focus,.show>.bootstrap-dark .btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #d8d9db80}.bootstrap-dark .btn-dark{background-color:#343a40;border-color:#343a40;color:#ced4da}.bootstrap-dark .btn-dark:hover{background-color:#23272b;border-color:#1d2124;color:#ced4da}.bootstrap-dark .btn-dark.focus,.bootstrap-dark .btn-dark:focus{background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem #4b515780;color:#ced4da}.bootstrap-dark .btn-dark.disabled,.bootstrap-dark .btn-dark:disabled{background-color:#343a40;border-color:#343a40;color:#ced4da}.bootstrap-dark .btn-dark:not(:disabled):not(.disabled).active,.bootstrap-dark .btn-dark:not(:disabled):not(.disabled):active,.show>.bootstrap-dark .btn-dark.dropdown-toggle{background-color:#1d2124;border-color:#171a1d;color:#ced4da}.bootstrap-dark .btn-dark:not(:disabled):not(.disabled).active:focus,.bootstrap-dark .btn-dark:not(:disabled):not(.disabled):active:focus,.show>.bootstrap-dark .btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #4b515780}.bootstrap-dark .btn-outline-primary{border-color:#007bff;color:#007bff}.bootstrap-dark .btn-outline-primary:hover{background-color:#007bff;border-color:#007bff;color:#ced4da}.bootstrap-dark .btn-outline-primary.focus,.bootstrap-dark .btn-outline-primary:focus{box-shadow:0 0 0 .2rem #007bff80}.bootstrap-dark .btn-outline-primary.disabled,.bootstrap-dark .btn-outline-primary:disabled{background-color:initial;color:#007bff}.bootstrap-dark .btn-outline-primary:not(:disabled):not(.disabled).active,.bootstrap-dark .btn-outline-primary:not(:disabled):not(.disabled):active,.show>.bootstrap-dark .btn-outline-primary.dropdown-toggle{background-color:#007bff;border-color:#007bff;color:#ced4da}.bootstrap-dark .btn-outline-primary:not(:disabled):not(.disabled).active:focus,.bootstrap-dark .btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.bootstrap-dark .btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #007bff80}.bootstrap-dark .btn-outline-secondary{border-color:#6c757d;color:#6c757d}.bootstrap-dark .btn-outline-secondary:hover{background-color:#6c757d;border-color:#6c757d;color:#ced4da}.bootstrap-dark .btn-outline-secondary.focus,.bootstrap-dark .btn-outline-secondary:focus{box-shadow:0 0 0 .2rem #6c757d80}.bootstrap-dark .btn-outline-secondary.disabled,.bootstrap-dark .btn-outline-secondary:disabled{background-color:initial;color:#6c757d}.bootstrap-dark .btn-outline-secondary:not(:disabled):not(.disabled).active,.bootstrap-dark .btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.bootstrap-dark .btn-outline-secondary.dropdown-toggle{background-color:#6c757d;border-color:#6c757d;color:#ced4da}.bootstrap-dark .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.bootstrap-dark .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.bootstrap-dark .btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #6c757d80}.bootstrap-dark .btn-outline-success{border-color:#28a745;color:#28a745}.bootstrap-dark .btn-outline-success:hover{background-color:#28a745;border-color:#28a745;color:#ced4da}.bootstrap-dark .btn-outline-success.focus,.bootstrap-dark .btn-outline-success:focus{box-shadow:0 0 0 .2rem #28a74580}.bootstrap-dark .btn-outline-success.disabled,.bootstrap-dark .btn-outline-success:disabled{background-color:initial;color:#28a745}.bootstrap-dark .btn-outline-success:not(:disabled):not(.disabled).active,.bootstrap-dark .btn-outline-success:not(:disabled):not(.disabled):active,.show>.bootstrap-dark .btn-outline-success.dropdown-toggle{background-color:#28a745;border-color:#28a745;color:#ced4da}.bootstrap-dark .btn-outline-success:not(:disabled):not(.disabled).active:focus,.bootstrap-dark .btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.bootstrap-dark .btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #28a74580}.bootstrap-dark .btn-outline-info{border-color:#17a2b8;color:#17a2b8}.bootstrap-dark .btn-outline-info:hover{background-color:#17a2b8;border-color:#17a2b8;color:#ced4da}.bootstrap-dark .btn-outline-info.focus,.bootstrap-dark .btn-outline-info:focus{box-shadow:0 0 0 .2rem #17a2b880}.bootstrap-dark .btn-outline-info.disabled,.bootstrap-dark .btn-outline-info:disabled{background-color:initial;color:#17a2b8}.bootstrap-dark .btn-outline-info:not(:disabled):not(.disabled).active,.bootstrap-dark .btn-outline-info:not(:disabled):not(.disabled):active,.show>.bootstrap-dark .btn-outline-info.dropdown-toggle{background-color:#17a2b8;border-color:#17a2b8;color:#ced4da}.bootstrap-dark .btn-outline-info:not(:disabled):not(.disabled).active:focus,.bootstrap-dark .btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.bootstrap-dark .btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #17a2b880}.bootstrap-dark .btn-outline-warning{border-color:#ffc107;color:#ffc107}.bootstrap-dark .btn-outline-warning:hover{background-color:#ffc107;border-color:#ffc107;color:#212529}.bootstrap-dark .btn-outline-warning.focus,.bootstrap-dark .btn-outline-warning:focus{box-shadow:0 0 0 .2rem #ffc10780}.bootstrap-dark .btn-outline-warning.disabled,.bootstrap-dark .btn-outline-warning:disabled{background-color:initial;color:#ffc107}.bootstrap-dark .btn-outline-warning:not(:disabled):not(.disabled).active,.bootstrap-dark .btn-outline-warning:not(:disabled):not(.disabled):active,.show>.bootstrap-dark .btn-outline-warning.dropdown-toggle{background-color:#ffc107;border-color:#ffc107;color:#212529}.bootstrap-dark .btn-outline-warning:not(:disabled):not(.disabled).active:focus,.bootstrap-dark .btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.bootstrap-dark .btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #ffc10780}.bootstrap-dark .btn-outline-danger{border-color:#dc3545;color:#dc3545}.bootstrap-dark .btn-outline-danger:hover{background-color:#dc3545;border-color:#dc3545;color:#ced4da}.bootstrap-dark .btn-outline-danger.focus,.bootstrap-dark .btn-outline-danger:focus{box-shadow:0 0 0 .2rem #dc354580}.bootstrap-dark .btn-outline-danger.disabled,.bootstrap-dark .btn-outline-danger:disabled{background-color:initial;color:#dc3545}.bootstrap-dark .btn-outline-danger:not(:disabled):not(.disabled).active,.bootstrap-dark .btn-outline-danger:not(:disabled):not(.disabled):active,.show>.bootstrap-dark .btn-outline-danger.dropdown-toggle{background-color:#dc3545;border-color:#dc3545;color:#ced4da}.bootstrap-dark .btn-outline-danger:not(:disabled):not(.disabled).active:focus,.bootstrap-dark .btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.bootstrap-dark .btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #dc354580}.bootstrap-dark .btn-outline-light{border-color:#f8f9fa;color:#f8f9fa}.bootstrap-dark .btn-outline-light:hover{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.bootstrap-dark .btn-outline-light.focus,.bootstrap-dark .btn-outline-light:focus{box-shadow:0 0 0 .2rem #f8f9fa80}.bootstrap-dark .btn-outline-light.disabled,.bootstrap-dark .btn-outline-light:disabled{background-color:initial;color:#f8f9fa}.bootstrap-dark .btn-outline-light:not(:disabled):not(.disabled).active,.bootstrap-dark .btn-outline-light:not(:disabled):not(.disabled):active,.show>.bootstrap-dark .btn-outline-light.dropdown-toggle{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.bootstrap-dark .btn-outline-light:not(:disabled):not(.disabled).active:focus,.bootstrap-dark .btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.bootstrap-dark .btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #f8f9fa80}.bootstrap-dark .btn-outline-dark{border-color:#343a40;color:#343a40}.bootstrap-dark .btn-outline-dark:hover{background-color:#343a40;border-color:#343a40;color:#ced4da}.bootstrap-dark .btn-outline-dark.focus,.bootstrap-dark .btn-outline-dark:focus{box-shadow:0 0 0 .2rem #343a4080}.bootstrap-dark .btn-outline-dark.disabled,.bootstrap-dark .btn-outline-dark:disabled{background-color:initial;color:#343a40}.bootstrap-dark .btn-outline-dark:not(:disabled):not(.disabled).active,.bootstrap-dark .btn-outline-dark:not(:disabled):not(.disabled):active,.show>.bootstrap-dark .btn-outline-dark.dropdown-toggle{background-color:#343a40;border-color:#343a40;color:#ced4da}.bootstrap-dark .btn-outline-dark:not(:disabled):not(.disabled).active:focus,.bootstrap-dark .btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.bootstrap-dark .btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #343a4080}.bootstrap-dark .btn-link{color:#adadad;font-weight:400;text-decoration:none}.bootstrap-dark .btn-link:hover{color:#878787;text-decoration:underline}.bootstrap-dark .btn-link.focus,.bootstrap-dark .btn-link:focus{text-decoration:underline}.bootstrap-dark .btn-link.disabled,.bootstrap-dark .btn-link:disabled{color:#6c757d;pointer-events:none}.bootstrap-dark .btn-group-lg>.btn,.bootstrap-dark .btn-lg{border-radius:.3rem;font-size:1.25rem;line-height:1.5;padding:.5rem 1rem}.bootstrap-dark .btn-group-sm>.btn,.bootstrap-dark .btn-sm{border-radius:.2rem;font-size:.875rem;line-height:1.5;padding:.25rem .5rem}.bootstrap-dark .btn-block{display:block;width:100%}.bootstrap-dark .btn-block+.btn-block{margin-top:.5rem}.bootstrap-dark input[type=button].btn-block,.bootstrap-dark input[type=reset].btn-block,.bootstrap-dark input[type=submit].btn-block{width:100%}.bootstrap-dark .fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.bootstrap-dark .fade{transition:none}}.bootstrap-dark .fade:not(.show){opacity:0}.bootstrap-dark .collapse:not(.show){display:none}.bootstrap-dark .collapsing{height:0;overflow:hidden;position:relative;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.bootstrap-dark .collapsing{transition:none}}.bootstrap-dark .dropdown,.bootstrap-dark .dropleft,.bootstrap-dark .dropright,.bootstrap-dark .dropup{position:relative}.bootstrap-dark .dropdown-toggle{white-space:nowrap}.bootstrap-dark .dropdown-toggle:after{border-bottom:0;border-left:.3em solid #0000;border-right:.3em solid #0000;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.bootstrap-dark .dropdown-toggle:empty:after{margin-left:0}.bootstrap-dark .dropdown-menu{background-clip:padding-box;background-color:#000;border:1px solid #ffffff26;border-radius:.25rem;color:#d3d3d3;display:none;float:left;font-size:1rem;left:0;list-style:none;margin:.125rem 0 0;min-width:10rem;padding:.5rem 0;position:absolute;text-align:left;top:100%;z-index:1000}.bootstrap-dark .dropdown-menu-left{left:0;right:auto}.bootstrap-dark .dropdown-menu-right{left:auto;right:0}@media(min-width:576px){.bootstrap-dark .dropdown-menu-sm-left{left:0;right:auto}.bootstrap-dark .dropdown-menu-sm-right{left:auto;right:0}}@media(min-width:768px){.bootstrap-dark .dropdown-menu-md-left{left:0;right:auto}.bootstrap-dark .dropdown-menu-md-right{left:auto;right:0}}@media(min-width:992px){.bootstrap-dark .dropdown-menu-lg-left{left:0;right:auto}.bootstrap-dark .dropdown-menu-lg-right{left:auto;right:0}}@media(min-width:1200px){.bootstrap-dark .dropdown-menu-xl-left{left:0;right:auto}.bootstrap-dark .dropdown-menu-xl-right{left:auto;right:0}}.bootstrap-dark .dropup .dropdown-menu{bottom:100%;margin-bottom:.125rem;margin-top:0;top:auto}.bootstrap-dark .dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid #0000;border-right:.3em solid #0000;border-top:0;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.bootstrap-dark .dropup .dropdown-toggle:empty:after{margin-left:0}.bootstrap-dark .dropright .dropdown-menu{left:100%;margin-left:.125rem;margin-top:0;right:auto;top:0}.bootstrap-dark .dropright .dropdown-toggle:after{border-bottom:.3em solid #0000;border-left:.3em solid;border-right:0;border-top:.3em solid #0000;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.bootstrap-dark .dropright .dropdown-toggle:empty:after{margin-left:0}.bootstrap-dark .dropright .dropdown-toggle:after{vertical-align:0}.bootstrap-dark .dropleft .dropdown-menu{left:auto;margin-right:.125rem;margin-top:0;right:100%;top:0}.bootstrap-dark .dropleft .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.bootstrap-dark .dropleft .dropdown-toggle:before{border-bottom:.3em solid #0000;border-right:.3em solid;border-top:.3em solid #0000;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.bootstrap-dark .dropleft .dropdown-toggle:empty:after{margin-left:0}.bootstrap-dark .dropleft .dropdown-toggle:before{vertical-align:0}.bootstrap-dark .dropdown-menu[x-placement^=bottom],.bootstrap-dark .dropdown-menu[x-placement^=left],.bootstrap-dark .dropdown-menu[x-placement^=right],.bootstrap-dark .dropdown-menu[x-placement^=top]{bottom:auto;right:auto}.bootstrap-dark .dropdown-divider{border-top:1px solid #343a40;height:0;margin:.5rem 0;overflow:hidden}.bootstrap-dark .dropdown-item{background-color:initial;border:0;clear:both;color:#f8f9fa;display:block;font-weight:400;padding:.25rem 1.5rem;text-align:inherit;white-space:nowrap;width:100%}.bootstrap-dark .dropdown-item:focus,.bootstrap-dark .dropdown-item:hover{background-color:#212529;color:#fff;text-decoration:none}.bootstrap-dark .dropdown-item.active,.bootstrap-dark .dropdown-item:active{background-color:#3395ff;color:#000;text-decoration:none}.bootstrap-dark .dropdown-item.disabled,.bootstrap-dark .dropdown-item:disabled{background-color:initial;color:#ced4da;pointer-events:none}.bootstrap-dark .dropdown-menu.show{display:block}.bootstrap-dark .dropdown-header{color:#ced4da;display:block;font-size:.875rem;margin-bottom:0;padding:.5rem 1.5rem;white-space:nowrap}.bootstrap-dark .dropdown-item-text{color:#f8f9fa;display:block;padding:.25rem 1.5rem}.bootstrap-dark .btn-group,.bootstrap-dark .btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.bootstrap-dark .btn-group-vertical>.btn,.bootstrap-dark .btn-group>.btn{flex:1 1 auto;position:relative}.bootstrap-dark .btn-group-vertical>.btn.active,.bootstrap-dark .btn-group-vertical>.btn:active,.bootstrap-dark .btn-group-vertical>.btn:focus,.bootstrap-dark .btn-group-vertical>.btn:hover,.bootstrap-dark .btn-group>.btn.active,.bootstrap-dark .btn-group>.btn:active,.bootstrap-dark .btn-group>.btn:focus,.bootstrap-dark .btn-group>.btn:hover{z-index:1}.bootstrap-dark .btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.bootstrap-dark .btn-toolbar .input-group{width:auto}.bootstrap-dark .btn-group>.btn-group:not(:first-child),.bootstrap-dark .btn-group>.btn:not(:first-child){margin-left:-1px}.bootstrap-dark .btn-group>.btn-group:not(:last-child)>.btn,.bootstrap-dark .btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap-dark .btn-group>.btn-group:not(:first-child)>.btn,.bootstrap-dark .btn-group>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap-dark .dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.bootstrap-dark .dropdown-toggle-split:after,.dropright .bootstrap-dark .dropdown-toggle-split:after,.dropup .bootstrap-dark .dropdown-toggle-split:after{margin-left:0}.dropleft .bootstrap-dark .dropdown-toggle-split:before{margin-right:0}.bootstrap-dark .btn-group-sm>.btn+.dropdown-toggle-split,.bootstrap-dark .btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.bootstrap-dark .btn-group-lg>.btn+.dropdown-toggle-split,.bootstrap-dark .btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.bootstrap-dark .btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.bootstrap-dark .btn-group-vertical>.btn,.bootstrap-dark .btn-group-vertical>.btn-group{width:100%}.bootstrap-dark .btn-group-vertical>.btn-group:not(:first-child),.bootstrap-dark .btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.bootstrap-dark .btn-group-vertical>.btn-group:not(:last-child)>.btn,.bootstrap-dark .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.bootstrap-dark .btn-group-vertical>.btn-group:not(:first-child)>.btn,.bootstrap-dark .btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.bootstrap-dark .btn-group-toggle>.btn,.bootstrap-dark .btn-group-toggle>.btn-group>.btn{margin-bottom:0}.bootstrap-dark .btn-group-toggle>.btn input[type=checkbox],.bootstrap-dark .btn-group-toggle>.btn input[type=radio],.bootstrap-dark .btn-group-toggle>.btn-group>.btn input[type=checkbox],.bootstrap-dark .btn-group-toggle>.btn-group>.btn input[type=radio]{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.bootstrap-dark .input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.bootstrap-dark .input-group>.custom-file,.bootstrap-dark .input-group>.custom-select,.bootstrap-dark .input-group>.form-control,.bootstrap-dark .input-group>.form-control-plaintext{flex:1 1 auto;margin-bottom:0;min-width:0;position:relative;width:1%}.bootstrap-dark .input-group>.custom-file+.custom-file,.bootstrap-dark .input-group>.custom-file+.custom-select,.bootstrap-dark .input-group>.custom-file+.form-control,.bootstrap-dark .input-group>.custom-select+.custom-file,.bootstrap-dark .input-group>.custom-select+.custom-select,.bootstrap-dark .input-group>.custom-select+.form-control,.bootstrap-dark .input-group>.form-control+.custom-file,.bootstrap-dark .input-group>.form-control+.custom-select,.bootstrap-dark .input-group>.form-control+.form-control,.bootstrap-dark .input-group>.form-control-plaintext+.custom-file,.bootstrap-dark .input-group>.form-control-plaintext+.custom-select,.bootstrap-dark .input-group>.form-control-plaintext+.form-control{margin-left:-1px}.bootstrap-dark .input-group>.custom-file .custom-file-input:focus~.custom-file-label,.bootstrap-dark .input-group>.custom-select:focus,.bootstrap-dark .input-group>.form-control:focus{z-index:3}.bootstrap-dark .input-group>.custom-file .custom-file-input:focus{z-index:4}.bootstrap-dark .input-group>.custom-select:not(:first-child),.bootstrap-dark .input-group>.form-control:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap-dark .input-group>.custom-file{align-items:center;display:flex}.bootstrap-dark .input-group>.custom-file:not(:last-child) .custom-file-label,.bootstrap-dark .input-group>.custom-file:not(:last-child) .custom-file-label:after{border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap-dark .input-group>.custom-file:not(:first-child) .custom-file-label{border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap-dark .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.bootstrap-dark .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,.bootstrap-dark .input-group.has-validation>.custom-select:nth-last-child(n+3),.bootstrap-dark .input-group.has-validation>.form-control:nth-last-child(n+3),.bootstrap-dark .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.bootstrap-dark .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,.bootstrap-dark .input-group:not(.has-validation)>.custom-select:not(:last-child),.bootstrap-dark .input-group:not(.has-validation)>.form-control:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap-dark .input-group-append,.bootstrap-dark .input-group-prepend{display:flex}.bootstrap-dark .input-group-append .btn,.bootstrap-dark .input-group-prepend .btn{position:relative;z-index:2}.bootstrap-dark .input-group-append .btn:focus,.bootstrap-dark .input-group-prepend .btn:focus{z-index:3}.bootstrap-dark .input-group-append .btn+.btn,.bootstrap-dark .input-group-append .btn+.input-group-text,.bootstrap-dark .input-group-append .input-group-text+.btn,.bootstrap-dark .input-group-append .input-group-text+.input-group-text,.bootstrap-dark .input-group-prepend .btn+.btn,.bootstrap-dark .input-group-prepend .btn+.input-group-text,.bootstrap-dark .input-group-prepend .input-group-text+.btn,.bootstrap-dark .input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.bootstrap-dark .input-group-prepend{margin-right:-1px}.bootstrap-dark .input-group-append{margin-left:-1px}.bootstrap-dark .input-group-text{align-items:center;background-color:#343a40;border:1px solid #6c757d;border-radius:.25rem;color:#dee2e6;display:flex;font-size:1rem;font-weight:400;line-height:1.5;margin-bottom:0;padding:.375rem .75rem;text-align:center;white-space:nowrap}.bootstrap-dark .input-group-text input[type=checkbox],.bootstrap-dark .input-group-text input[type=radio]{margin-top:0}.bootstrap-dark .input-group-lg>.custom-select,.bootstrap-dark .input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.bootstrap-dark .input-group-lg>.custom-select,.bootstrap-dark .input-group-lg>.form-control,.bootstrap-dark .input-group-lg>.input-group-append>.btn,.bootstrap-dark .input-group-lg>.input-group-append>.input-group-text,.bootstrap-dark .input-group-lg>.input-group-prepend>.btn,.bootstrap-dark .input-group-lg>.input-group-prepend>.input-group-text{border-radius:.3rem;font-size:1.25rem;line-height:1.5;padding:.5rem 1rem}.bootstrap-dark .input-group-sm>.custom-select,.bootstrap-dark .input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.bootstrap-dark .input-group-sm>.custom-select,.bootstrap-dark .input-group-sm>.form-control,.bootstrap-dark .input-group-sm>.input-group-append>.btn,.bootstrap-dark .input-group-sm>.input-group-append>.input-group-text,.bootstrap-dark .input-group-sm>.input-group-prepend>.btn,.bootstrap-dark .input-group-sm>.input-group-prepend>.input-group-text{border-radius:.2rem;font-size:.875rem;line-height:1.5;padding:.25rem .5rem}.bootstrap-dark .input-group-lg>.custom-select,.bootstrap-dark .input-group-sm>.custom-select{padding-right:1.75rem}.bootstrap-dark .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.bootstrap-dark .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.bootstrap-dark .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.bootstrap-dark .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.bootstrap-dark .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.bootstrap-dark .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.bootstrap-dark .input-group>.input-group-prepend>.btn,.bootstrap-dark .input-group>.input-group-prepend>.input-group-text{border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap-dark .input-group>.input-group-append>.btn,.bootstrap-dark .input-group>.input-group-append>.custom-select,.bootstrap-dark .input-group>.input-group-append>.input-group-text,.bootstrap-dark .input-group>.input-group-prepend:first-child>.btn:not(:first-child),.bootstrap-dark .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.bootstrap-dark .input-group>.input-group-prepend:not(:first-child)>.btn,.bootstrap-dark .input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap-dark .input-group>.input-group-prepend>.custom-select{border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap-dark .custom-control{-webkit-print-color-adjust:exact;color-adjust:exact;display:block;min-height:1.5rem;padding-left:1.5rem;position:relative;z-index:1}.bootstrap-dark .custom-control-inline{display:inline-flex;margin-right:1rem}.bootstrap-dark .custom-control-input{height:1.25rem;left:0;opacity:0;position:absolute;width:1rem;z-index:-1}.bootstrap-dark .custom-control-input:checked~.custom-control-label:before{background-color:#007bff;border-color:#007bff;color:#fff}.bootstrap-dark .custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #007bff40}.bootstrap-dark .custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#80bdff}.bootstrap-dark .custom-control-input:not(:disabled):active~.custom-control-label:before{background-color:#b3d7ff;border-color:#b3d7ff;color:#fff}.bootstrap-dark .custom-control-input:disabled~.custom-control-label,.bootstrap-dark .custom-control-input[disabled]~.custom-control-label{color:#6c757d}.bootstrap-dark .custom-control-input:disabled~.custom-control-label:before,.bootstrap-dark .custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}.bootstrap-dark .custom-control-label{margin-bottom:0;position:relative;vertical-align:top}.bootstrap-dark .custom-control-label:before{background-color:#fff;border:1px solid #adb5bd;pointer-events:none}.bootstrap-dark .custom-control-label:after,.bootstrap-dark .custom-control-label:before{content:"";display:block;height:1rem;left:-1.5rem;position:absolute;top:.25rem;width:1rem}.bootstrap-dark .custom-control-label:after{background:50%/50% 50% no-repeat}.bootstrap-dark .custom-checkbox .custom-control-label:before{border-radius:.25rem}.bootstrap-dark .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.bootstrap-dark .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:#007bff;border-color:#007bff}.bootstrap-dark .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.bootstrap-dark .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before,.bootstrap-dark .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:#007bff80}.bootstrap-dark .custom-radio .custom-control-label:before{border-radius:50%}.bootstrap-dark .custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.bootstrap-dark .custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:#007bff80}.bootstrap-dark .custom-switch{padding-left:2.25rem}.bootstrap-dark .custom-switch .custom-control-label:before{border-radius:.5rem;left:-2.25rem;pointer-events:all;width:1.75rem}.bootstrap-dark .custom-switch .custom-control-label:after{background-color:#adb5bd;border-radius:.5rem;height:calc(1rem - 4px);left:calc(-2.25rem + 2px);top:calc(.25rem + 2px);transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:calc(1rem - 4px)}@media(prefers-reduced-motion:reduce){.bootstrap-dark .custom-switch .custom-control-label:after{transition:none}}.bootstrap-dark .custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translateX(.75rem)}.bootstrap-dark .custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:#007bff80}.bootstrap-dark .custom-select{-webkit-appearance:none;appearance:none;background:#000 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;border:1px solid #6c757d;border-radius:.25rem;color:#dee2e6;display:inline-block;font-size:1rem;font-weight:400;height:calc(1.5em + .75rem + 2px);line-height:1.5;padding:.375rem 1.75rem .375rem .75rem;vertical-align:middle;width:100%}.bootstrap-dark .custom-select:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40;outline:0}.bootstrap-dark .custom-select:focus::-ms-value{background-color:#000;color:#dee2e6}.bootstrap-dark .custom-select[multiple],.bootstrap-dark .custom-select[size]:not([size="1"]){background-image:none;height:auto;padding-right:.75rem}.bootstrap-dark .custom-select:disabled{background-color:#343a40;color:#ced4da}.bootstrap-dark .custom-select::-ms-expand{display:none}.bootstrap-dark .custom-select:-moz-focusring{color:#0000;text-shadow:0 0 0 #dee2e6}.bootstrap-dark .custom-select-sm{font-size:.875rem;height:calc(1.5em + .5rem + 2px);padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}.bootstrap-dark .custom-select-lg{font-size:1.25rem;height:calc(1.5em + 1rem + 2px);padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}.bootstrap-dark .custom-file{display:inline-block;height:calc(1.5em + .75rem + 2px);margin-bottom:0;position:relative;width:100%}.bootstrap-dark .custom-file-input{height:calc(1.5em + .75rem + 2px);margin:0;opacity:0;overflow:hidden;position:relative;width:100%;z-index:2}.bootstrap-dark .custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40}.bootstrap-dark .custom-file-input:disabled~.custom-file-label,.bootstrap-dark .custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.bootstrap-dark .custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.bootstrap-dark .custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.bootstrap-dark .custom-file-label{background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;font-weight:400;height:calc(1.5em + .75rem + 2px);left:0;overflow:hidden;z-index:1}.bootstrap-dark .custom-file-label,.bootstrap-dark .custom-file-label:after{color:#495057;line-height:1.5;padding:.375rem .75rem;position:absolute;right:0;top:0}.bootstrap-dark .custom-file-label:after{background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0;bottom:0;content:"Browse";display:block;height:calc(1.5em + .75rem);z-index:3}.bootstrap-dark .custom-range{-webkit-appearance:none;appearance:none;background-color:initial;height:1.4rem;padding:0;width:100%}.bootstrap-dark .custom-range:focus{outline:0}.bootstrap-dark .custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #007bff40}.bootstrap-dark .custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #007bff40}.bootstrap-dark .custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #007bff40}.bootstrap-dark .custom-range::-moz-focus-outer{border:0}.bootstrap-dark .custom-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#007bff;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media(prefers-reduced-motion:reduce){.bootstrap-dark .custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.bootstrap-dark .custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.bootstrap-dark .custom-range::-webkit-slider-runnable-track{background-color:#dee2e6;border-color:#0000;border-radius:1rem;color:#0000;cursor:pointer;height:.5rem;width:100%}.bootstrap-dark .custom-range::-moz-range-thumb{appearance:none;background-color:#007bff;border:0;border-radius:1rem;height:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media(prefers-reduced-motion:reduce){.bootstrap-dark .custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.bootstrap-dark .custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.bootstrap-dark .custom-range::-moz-range-track{background-color:#dee2e6;border-color:#0000;border-radius:1rem;color:#0000;cursor:pointer;height:.5rem;width:100%}.bootstrap-dark .custom-range::-ms-thumb{appearance:none;background-color:#007bff;border:0;border-radius:1rem;height:1rem;margin-left:.2rem;margin-right:.2rem;margin-top:0;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media(prefers-reduced-motion:reduce){.bootstrap-dark .custom-range::-ms-thumb{-ms-transition:none;transition:none}}.bootstrap-dark .custom-range::-ms-thumb:active{background-color:#b3d7ff}.bootstrap-dark .custom-range::-ms-track{background-color:initial;border-color:#0000;border-width:.5rem;color:#0000;cursor:pointer;height:.5rem;width:100%}.bootstrap-dark .custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.bootstrap-dark .custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem;margin-right:15px}.bootstrap-dark .custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.bootstrap-dark .custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.bootstrap-dark .custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.bootstrap-dark .custom-range:disabled::-moz-range-track{cursor:default}.bootstrap-dark .custom-range:disabled::-ms-thumb{background-color:#adb5bd}.bootstrap-dark .custom-control-label:before,.bootstrap-dark .custom-file-label,.bootstrap-dark .custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.bootstrap-dark .custom-control-label:before,.bootstrap-dark .custom-file-label,.bootstrap-dark .custom-select{transition:none}}.bootstrap-dark .nav{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.bootstrap-dark .nav-link{display:block;padding:.5rem 1rem}.bootstrap-dark .nav-link:focus,.bootstrap-dark .nav-link:hover{text-decoration:none}.bootstrap-dark .nav-link.disabled{color:#6c757d;cursor:default;pointer-events:none}.bootstrap-dark .nav-tabs{border-bottom:1px solid hsla(0,0%,100%,.125)}.bootstrap-dark .nav-tabs .nav-link{border:1px solid #0000;border-top-left-radius:.25rem;border-top-right-radius:.25rem;margin-bottom:-1px}.bootstrap-dark .nav-tabs .nav-link:focus,.bootstrap-dark .nav-tabs .nav-link:hover{border-color:#495057 #495057 hsla(0,0%,100%,.125)}.bootstrap-dark .nav-tabs .nav-link.disabled{background-color:initial;border-color:#0000;color:#6c757d}.bootstrap-dark .nav-tabs .nav-item.show .nav-link,.bootstrap-dark .nav-tabs .nav-link.active{background-color:#191d21;border-color:#495057 #495057 #191d21;color:#f8f9fa}.bootstrap-dark .nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:-1px}.bootstrap-dark .nav-pills .nav-link{border-radius:.25rem}.bootstrap-dark .nav-pills .nav-link.active,.bootstrap-dark .nav-pills .show>.nav-link{background-color:#007bff;color:#fff}.bootstrap-dark .nav-fill .nav-item,.bootstrap-dark .nav-fill>.nav-link{flex:1 1 auto;text-align:center}.bootstrap-dark .nav-justified .nav-item,.bootstrap-dark .nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.bootstrap-dark .tab-content>.tab-pane{display:none}.bootstrap-dark .tab-content>.active{display:block}.bootstrap-dark .navbar{padding:.5rem 1rem;position:relative}.bootstrap-dark .navbar,.bootstrap-dark .navbar .container,.bootstrap-dark .navbar .container-fluid,.bootstrap-dark .navbar .container-lg,.bootstrap-dark .navbar .container-md,.bootstrap-dark .navbar .container-sm,.bootstrap-dark .navbar .container-xl{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.bootstrap-dark .navbar-brand{display:inline-block;font-size:1.25rem;line-height:inherit;margin-right:1rem;padding-bottom:.3125rem;padding-top:.3125rem;white-space:nowrap}.bootstrap-dark .navbar-brand:focus,.bootstrap-dark .navbar-brand:hover{text-decoration:none}.bootstrap-dark .navbar-nav{display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.bootstrap-dark .navbar-nav .nav-link{padding-left:0;padding-right:0}.bootstrap-dark .navbar-nav .dropdown-menu{float:none;position:static}.bootstrap-dark .navbar-text{display:inline-block;padding-bottom:.5rem;padding-top:.5rem}.bootstrap-dark .navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.bootstrap-dark .navbar-toggler{background-color:initial;border:1px solid #0000;border-radius:.25rem;font-size:1.25rem;line-height:1;padding:.25rem .75rem}.bootstrap-dark .navbar-toggler:focus,.bootstrap-dark .navbar-toggler:hover{text-decoration:none}.bootstrap-dark .navbar-toggler-icon{background:50%/100% 100% no-repeat;content:"";display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.bootstrap-dark .navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media(max-width:575.98px){.bootstrap-dark .navbar-expand-sm>.container,.bootstrap-dark .navbar-expand-sm>.container-fluid,.bootstrap-dark .navbar-expand-sm>.container-lg,.bootstrap-dark .navbar-expand-sm>.container-md,.bootstrap-dark .navbar-expand-sm>.container-sm,.bootstrap-dark .navbar-expand-sm>.container-xl{padding-left:0;padding-right:0}}@media(min-width:576px){.bootstrap-dark .navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.bootstrap-dark .navbar-expand-sm .navbar-nav{flex-direction:row}.bootstrap-dark .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.bootstrap-dark .navbar-expand-sm .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.bootstrap-dark .navbar-expand-sm>.container,.bootstrap-dark .navbar-expand-sm>.container-fluid,.bootstrap-dark .navbar-expand-sm>.container-lg,.bootstrap-dark .navbar-expand-sm>.container-md,.bootstrap-dark .navbar-expand-sm>.container-sm,.bootstrap-dark .navbar-expand-sm>.container-xl{flex-wrap:nowrap}.bootstrap-dark .navbar-expand-sm .navbar-nav-scroll{overflow:visible}.bootstrap-dark .navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.bootstrap-dark .navbar-expand-sm .navbar-toggler{display:none}}@media(max-width:767.98px){.bootstrap-dark .navbar-expand-md>.container,.bootstrap-dark .navbar-expand-md>.container-fluid,.bootstrap-dark .navbar-expand-md>.container-lg,.bootstrap-dark .navbar-expand-md>.container-md,.bootstrap-dark .navbar-expand-md>.container-sm,.bootstrap-dark .navbar-expand-md>.container-xl{padding-left:0;padding-right:0}}@media(min-width:768px){.bootstrap-dark .navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.bootstrap-dark .navbar-expand-md .navbar-nav{flex-direction:row}.bootstrap-dark .navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.bootstrap-dark .navbar-expand-md .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.bootstrap-dark .navbar-expand-md>.container,.bootstrap-dark .navbar-expand-md>.container-fluid,.bootstrap-dark .navbar-expand-md>.container-lg,.bootstrap-dark .navbar-expand-md>.container-md,.bootstrap-dark .navbar-expand-md>.container-sm,.bootstrap-dark .navbar-expand-md>.container-xl{flex-wrap:nowrap}.bootstrap-dark .navbar-expand-md .navbar-nav-scroll{overflow:visible}.bootstrap-dark .navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.bootstrap-dark .navbar-expand-md .navbar-toggler{display:none}}@media(max-width:991.98px){.bootstrap-dark .navbar-expand-lg>.container,.bootstrap-dark .navbar-expand-lg>.container-fluid,.bootstrap-dark .navbar-expand-lg>.container-lg,.bootstrap-dark .navbar-expand-lg>.container-md,.bootstrap-dark .navbar-expand-lg>.container-sm,.bootstrap-dark .navbar-expand-lg>.container-xl{padding-left:0;padding-right:0}}@media(min-width:992px){.bootstrap-dark .navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.bootstrap-dark .navbar-expand-lg .navbar-nav{flex-direction:row}.bootstrap-dark .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.bootstrap-dark .navbar-expand-lg .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.bootstrap-dark .navbar-expand-lg>.container,.bootstrap-dark .navbar-expand-lg>.container-fluid,.bootstrap-dark .navbar-expand-lg>.container-lg,.bootstrap-dark .navbar-expand-lg>.container-md,.bootstrap-dark .navbar-expand-lg>.container-sm,.bootstrap-dark .navbar-expand-lg>.container-xl{flex-wrap:nowrap}.bootstrap-dark .navbar-expand-lg .navbar-nav-scroll{overflow:visible}.bootstrap-dark .navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.bootstrap-dark .navbar-expand-lg .navbar-toggler{display:none}}@media(max-width:1199.98px){.bootstrap-dark .navbar-expand-xl>.container,.bootstrap-dark .navbar-expand-xl>.container-fluid,.bootstrap-dark .navbar-expand-xl>.container-lg,.bootstrap-dark .navbar-expand-xl>.container-md,.bootstrap-dark .navbar-expand-xl>.container-sm,.bootstrap-dark .navbar-expand-xl>.container-xl{padding-left:0;padding-right:0}}@media(min-width:1200px){.bootstrap-dark .navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.bootstrap-dark .navbar-expand-xl .navbar-nav{flex-direction:row}.bootstrap-dark .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.bootstrap-dark .navbar-expand-xl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.bootstrap-dark .navbar-expand-xl>.container,.bootstrap-dark .navbar-expand-xl>.container-fluid,.bootstrap-dark .navbar-expand-xl>.container-lg,.bootstrap-dark .navbar-expand-xl>.container-md,.bootstrap-dark .navbar-expand-xl>.container-sm,.bootstrap-dark .navbar-expand-xl>.container-xl{flex-wrap:nowrap}.bootstrap-dark .navbar-expand-xl .navbar-nav-scroll{overflow:visible}.bootstrap-dark .navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.bootstrap-dark .navbar-expand-xl .navbar-toggler{display:none}}.bootstrap-dark .navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.bootstrap-dark .navbar-expand>.container,.bootstrap-dark .navbar-expand>.container-fluid,.bootstrap-dark .navbar-expand>.container-lg,.bootstrap-dark .navbar-expand>.container-md,.bootstrap-dark .navbar-expand>.container-sm,.bootstrap-dark .navbar-expand>.container-xl{padding-left:0;padding-right:0}.bootstrap-dark .navbar-expand .navbar-nav{flex-direction:row}.bootstrap-dark .navbar-expand .navbar-nav .dropdown-menu{position:absolute}.bootstrap-dark .navbar-expand .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.bootstrap-dark .navbar-expand>.container,.bootstrap-dark .navbar-expand>.container-fluid,.bootstrap-dark .navbar-expand>.container-lg,.bootstrap-dark .navbar-expand>.container-md,.bootstrap-dark .navbar-expand>.container-sm,.bootstrap-dark .navbar-expand>.container-xl{flex-wrap:nowrap}.bootstrap-dark .navbar-expand .navbar-nav-scroll{overflow:visible}.bootstrap-dark .navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.bootstrap-dark .navbar-expand .navbar-toggler{display:none}.bootstrap-dark .navbar-light .navbar-brand,.bootstrap-dark .navbar-light .navbar-brand:focus,.bootstrap-dark .navbar-light .navbar-brand:hover{color:#000000e6}.bootstrap-dark .navbar-light .navbar-nav .nav-link{color:#00000080}.bootstrap-dark .navbar-light .navbar-nav .nav-link:focus,.bootstrap-dark .navbar-light .navbar-nav .nav-link:hover{color:#000000b3}.bootstrap-dark .navbar-light .navbar-nav .nav-link.disabled{color:#0000004d}.bootstrap-dark .navbar-light .navbar-nav .active>.nav-link,.bootstrap-dark .navbar-light .navbar-nav .nav-link.active,.bootstrap-dark .navbar-light .navbar-nav .nav-link.show,.bootstrap-dark .navbar-light .navbar-nav .show>.nav-link{color:#000000e6}.bootstrap-dark .navbar-light .navbar-toggler{border-color:#0000001a;color:#00000080}.bootstrap-dark .navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.bootstrap-dark .navbar-light .navbar-text{color:#00000080}.bootstrap-dark .navbar-light .navbar-text a,.bootstrap-dark .navbar-light .navbar-text a:focus,.bootstrap-dark .navbar-light .navbar-text a:hover{color:#000000e6}.bootstrap-dark .navbar-dark .navbar-brand,.bootstrap-dark .navbar-dark .navbar-brand:focus,.bootstrap-dark .navbar-dark .navbar-brand:hover,.bootstrap-dark .navbar-themed .navbar-brand,.bootstrap-dark .navbar-themed .navbar-brand:focus,.bootstrap-dark .navbar-themed .navbar-brand:hover{color:#fff}.bootstrap-dark .navbar-dark .navbar-nav .nav-link,.bootstrap-dark .navbar-themed .navbar-nav .nav-link{color:#ffffff80}.bootstrap-dark .navbar-dark .navbar-nav .nav-link:focus,.bootstrap-dark .navbar-dark .navbar-nav .nav-link:hover,.bootstrap-dark .navbar-themed .navbar-nav .nav-link:focus,.bootstrap-dark .navbar-themed .navbar-nav .nav-link:hover{color:#ffffffbf}.bootstrap-dark .navbar-dark .navbar-nav .nav-link.disabled,.bootstrap-dark .navbar-themed .navbar-nav .nav-link.disabled{color:#ffffff40}.bootstrap-dark .navbar-dark .navbar-nav .active>.nav-link,.bootstrap-dark .navbar-dark .navbar-nav .nav-link.active,.bootstrap-dark .navbar-dark .navbar-nav .nav-link.show,.bootstrap-dark .navbar-dark .navbar-nav .show>.nav-link,.bootstrap-dark .navbar-themed .navbar-nav .active>.nav-link,.bootstrap-dark .navbar-themed .navbar-nav .nav-link.active,.bootstrap-dark .navbar-themed .navbar-nav .nav-link.show,.bootstrap-dark .navbar-themed .navbar-nav .show>.nav-link{color:#fff}.bootstrap-dark .navbar-dark .navbar-toggler,.bootstrap-dark .navbar-themed .navbar-toggler{border-color:#ffffff1a;color:#ffffff80}.bootstrap-dark .navbar-dark .navbar-toggler-icon,.bootstrap-dark .navbar-themed .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.bootstrap-dark .navbar-dark .navbar-text,.bootstrap-dark .navbar-themed .navbar-text{color:#ffffff80}.bootstrap-dark .navbar-dark .navbar-text a,.bootstrap-dark .navbar-dark .navbar-text a:focus,.bootstrap-dark .navbar-dark .navbar-text a:hover,.bootstrap-dark .navbar-themed .navbar-text a,.bootstrap-dark .navbar-themed .navbar-text a:focus,.bootstrap-dark .navbar-themed .navbar-text a:hover{color:#fff}.bootstrap-dark .card{word-wrap:break-word;background-clip:initial;background-color:#212529;border:1px solid hsla(0,0%,100%,.125);border-radius:.25rem;display:flex;flex-direction:column;min-width:0;position:relative}.bootstrap-dark .card>hr{margin-left:0;margin-right:0}.bootstrap-dark .card>.list-group{border-bottom:inherit;border-top:inherit}.bootstrap-dark .card>.list-group:first-child{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);border-top-width:0}.bootstrap-dark .card>.list-group:last-child{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px);border-bottom-width:0}.bootstrap-dark .card>.card-header+.list-group,.bootstrap-dark .card>.list-group+.card-footer{border-top:0}.bootstrap-dark .card-body{color:#e9ecef;flex:1 1 auto;min-height:1px;padding:1.25rem}.bootstrap-dark .card-title{margin-bottom:.75rem}.bootstrap-dark .card-subtitle{margin-bottom:0;margin-top:-.375rem}.bootstrap-dark .card-text:last-child{margin-bottom:0}.bootstrap-dark .card-link:hover{text-decoration:none}.bootstrap-dark .card-link+.card-link{margin-left:1.25rem}.bootstrap-dark .card-header{background-color:#ffffff08;border-bottom:1px solid hsla(0,0%,100%,.125);margin-bottom:0;padding:.75rem 1.25rem}.bootstrap-dark .card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.bootstrap-dark .card-footer{background-color:#ffffff08;border-top:1px solid hsla(0,0%,100%,.125);padding:.75rem 1.25rem}.bootstrap-dark .card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.bootstrap-dark .card-header-tabs{border-bottom:0;margin-bottom:-.75rem}.bootstrap-dark .card-header-pills,.bootstrap-dark .card-header-tabs{margin-left:-.625rem;margin-right:-.625rem}.bootstrap-dark .card-img-overlay{border-radius:calc(.25rem - 1px);bottom:0;left:0;padding:1.25rem;position:absolute;right:0;top:0}.bootstrap-dark .card-img,.bootstrap-dark .card-img-bottom,.bootstrap-dark .card-img-top{flex-shrink:0;width:100%}.bootstrap-dark .card-img,.bootstrap-dark .card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.bootstrap-dark .card-img,.bootstrap-dark .card-img-bottom{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px)}.bootstrap-dark .card-deck .card{margin-bottom:15px}@media(min-width:576px){.bootstrap-dark .card-deck{display:flex;flex-flow:row wrap;margin-left:-15px;margin-right:-15px}.bootstrap-dark .card-deck .card{flex:1 0;margin-bottom:0;margin-left:15px;margin-right:15px}}.bootstrap-dark .card-group>.card{margin-bottom:15px}@media(min-width:576px){.bootstrap-dark .card-group{display:flex;flex-flow:row wrap}.bootstrap-dark .card-group>.card{flex:1 0;margin-bottom:0}.bootstrap-dark .card-group>.card+.card{border-left:0;margin-left:0}.bootstrap-dark .card-group>.card:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.bootstrap-dark .card-group>.card:not(:last-child) .card-header,.bootstrap-dark .card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.bootstrap-dark .card-group>.card:not(:last-child) .card-footer,.bootstrap-dark .card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.bootstrap-dark .card-group>.card:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.bootstrap-dark .card-group>.card:not(:first-child) .card-header,.bootstrap-dark .card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.bootstrap-dark .card-group>.card:not(:first-child) .card-footer,.bootstrap-dark .card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.bootstrap-dark .card-columns .card{margin-bottom:.75rem}@media(min-width:576px){.bootstrap-dark .card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}.bootstrap-dark .card-columns .card{display:inline-block;width:100%}}.bootstrap-dark .accordion{overflow-anchor:none}.bootstrap-dark .accordion>.card{overflow:hidden}.bootstrap-dark .accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.bootstrap-dark .accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.bootstrap-dark .accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.bootstrap-dark .breadcrumb{background-color:#343a40;border-radius:.25rem;display:flex;flex-wrap:wrap;list-style:none;margin-bottom:1rem;padding:.75rem 1rem}.bootstrap-dark .breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.bootstrap-dark .breadcrumb-item+.breadcrumb-item:before{color:#ced4da;content:"/";float:left;padding-right:.5rem}.bootstrap-dark .breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.bootstrap-dark .breadcrumb-item.active{color:#ced4da}.bootstrap-dark .pagination{border-radius:.25rem;display:flex;list-style:none;padding-left:0}.bootstrap-dark .page-link{background-color:#000;border:1px solid #495057;color:#adadad;display:block;line-height:1.25;margin-left:-1px;padding:.5rem .75rem;position:relative}.bootstrap-dark .page-link:hover{background-color:#343a40;border-color:#495057;color:#878787;text-decoration:none;z-index:2}.bootstrap-dark .page-link:focus{box-shadow:0 0 0 .2rem #007bff40;outline:0;z-index:3}.bootstrap-dark .page-item:first-child .page-link{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem;margin-left:0}.bootstrap-dark .page-item:last-child .page-link{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.bootstrap-dark .page-item.active .page-link{background-color:#3395ff;border-color:#3395ff;color:#000;z-index:3}.bootstrap-dark .page-item.disabled .page-link{background-color:#000;border-color:#495057;color:#ced4da;cursor:auto;pointer-events:none}.bootstrap-dark .pagination-lg .page-link{font-size:1.25rem;line-height:1.5;padding:.75rem 1.5rem}.bootstrap-dark .pagination-lg .page-item:first-child .page-link{border-bottom-left-radius:.3rem;border-top-left-radius:.3rem}.bootstrap-dark .pagination-lg .page-item:last-child .page-link{border-bottom-right-radius:.3rem;border-top-right-radius:.3rem}.bootstrap-dark .pagination-sm .page-link{font-size:.875rem;line-height:1.5;padding:.25rem .5rem}.bootstrap-dark .pagination-sm .page-item:first-child .page-link{border-bottom-left-radius:.2rem;border-top-left-radius:.2rem}.bootstrap-dark .pagination-sm .page-item:last-child .page-link{border-bottom-right-radius:.2rem;border-top-right-radius:.2rem}.bootstrap-dark .badge{border-radius:.25rem;display:inline-block;font-size:75%;font-weight:700;line-height:1;padding:.25em .4em;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;vertical-align:initial;white-space:nowrap}@media(prefers-reduced-motion:reduce){.bootstrap-dark .badge{transition:none}}a.bootstrap-dark .badge:focus,a.bootstrap-dark .badge:hover{text-decoration:none}.bootstrap-dark .badge:empty{display:none}.bootstrap-dark .btn .badge{position:relative;top:-1px}.bootstrap-dark .badge-pill{border-radius:10rem;padding-left:.6em;padding-right:.6em}.bootstrap-dark .badge-primary{background-color:#007bff;color:#ced4da}a.bootstrap-dark .badge-primary:focus,a.bootstrap-dark .badge-primary:hover{background-color:#0062cc;color:#ced4da}a.bootstrap-dark .badge-primary.focus,a.bootstrap-dark .badge-primary:focus{box-shadow:0 0 0 .2rem #007bff80;outline:0}.bootstrap-dark .badge-secondary{background-color:#6c757d;color:#ced4da}a.bootstrap-dark .badge-secondary:focus,a.bootstrap-dark .badge-secondary:hover{background-color:#545b62;color:#ced4da}a.bootstrap-dark .badge-secondary.focus,a.bootstrap-dark .badge-secondary:focus{box-shadow:0 0 0 .2rem #6c757d80;outline:0}.bootstrap-dark .badge-success{background-color:#28a745;color:#ced4da}a.bootstrap-dark .badge-success:focus,a.bootstrap-dark .badge-success:hover{background-color:#1e7e34;color:#ced4da}a.bootstrap-dark .badge-success.focus,a.bootstrap-dark .badge-success:focus{box-shadow:0 0 0 .2rem #28a74580;outline:0}.bootstrap-dark .badge-info{background-color:#17a2b8;color:#ced4da}a.bootstrap-dark .badge-info:focus,a.bootstrap-dark .badge-info:hover{background-color:#117a8b;color:#ced4da}a.bootstrap-dark .badge-info.focus,a.bootstrap-dark .badge-info:focus{box-shadow:0 0 0 .2rem #17a2b880;outline:0}.bootstrap-dark .badge-warning{background-color:#ffc107;color:#212529}a.bootstrap-dark .badge-warning:focus,a.bootstrap-dark .badge-warning:hover{background-color:#d39e00;color:#212529}a.bootstrap-dark .badge-warning.focus,a.bootstrap-dark .badge-warning:focus{box-shadow:0 0 0 .2rem #ffc10780;outline:0}.bootstrap-dark .badge-danger{background-color:#dc3545;color:#ced4da}a.bootstrap-dark .badge-danger:focus,a.bootstrap-dark .badge-danger:hover{background-color:#bd2130;color:#ced4da}a.bootstrap-dark .badge-danger.focus,a.bootstrap-dark .badge-danger:focus{box-shadow:0 0 0 .2rem #dc354580;outline:0}.bootstrap-dark .badge-light{background-color:#f8f9fa;color:#212529}a.bootstrap-dark .badge-light:focus,a.bootstrap-dark .badge-light:hover{background-color:#dae0e5;color:#212529}a.bootstrap-dark .badge-light.focus,a.bootstrap-dark .badge-light:focus{box-shadow:0 0 0 .2rem #f8f9fa80;outline:0}.bootstrap-dark .badge-dark{background-color:#343a40;color:#ced4da}a.bootstrap-dark .badge-dark:focus,a.bootstrap-dark .badge-dark:hover{background-color:#1d2124;color:#ced4da}a.bootstrap-dark .badge-dark.focus,a.bootstrap-dark .badge-dark:focus{box-shadow:0 0 0 .2rem #343a4080;outline:0}.bootstrap-dark .jumbotron{background-color:#343a40;border-radius:.3rem;margin-bottom:2rem;padding:2rem 1rem}@media(min-width:576px){.bootstrap-dark .jumbotron{padding:4rem 2rem}}.bootstrap-dark .jumbotron-fluid{border-radius:0;padding-left:0;padding-right:0}.bootstrap-dark .alert{border:1px solid #0000;border-radius:.25rem;margin-bottom:1rem;padding:.75rem 1.25rem;position:relative}.bootstrap-dark .alert-heading{color:inherit}.bootstrap-dark .alert-link{font-weight:700}.bootstrap-dark .alert-dismissible{padding-right:4rem}.bootstrap-dark .alert-dismissible .close{color:inherit;padding:.75rem 1.25rem;position:absolute;right:0;top:0;z-index:2}.bootstrap-dark .alert-primary{background-color:#cce5ff;border-color:#b8daff;color:#004085}.bootstrap-dark .alert-primary hr{border-top-color:#9fcdff}.bootstrap-dark .alert-primary .alert-link{color:#002752}.bootstrap-dark .alert-secondary{background-color:#e2e3e5;border-color:#d6d8db;color:#383d41}.bootstrap-dark .alert-secondary hr{border-top-color:#c8cbcf}.bootstrap-dark .alert-secondary .alert-link{color:#202326}.bootstrap-dark .alert-success{background-color:#d4edda;border-color:#c3e6cb;color:#155724}.bootstrap-dark .alert-success hr{border-top-color:#b1dfbb}.bootstrap-dark .alert-success .alert-link{color:#0b2e13}.bootstrap-dark .alert-info{background-color:#d1ecf1;border-color:#bee5eb;color:#0c5460}.bootstrap-dark .alert-info hr{border-top-color:#abdde5}.bootstrap-dark .alert-info .alert-link{color:#062c33}.bootstrap-dark .alert-warning{background-color:#fff3cd;border-color:#ffeeba;color:#856404}.bootstrap-dark .alert-warning hr{border-top-color:#ffe8a1}.bootstrap-dark .alert-warning .alert-link{color:#533f03}.bootstrap-dark .alert-danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.bootstrap-dark .alert-danger hr{border-top-color:#f1b0b7}.bootstrap-dark .alert-danger .alert-link{color:#491217}.bootstrap-dark .alert-light{background-color:#fefefe;border-color:#fdfdfe;color:#818182}.bootstrap-dark .alert-light hr{border-top-color:#ececf6}.bootstrap-dark .alert-light .alert-link{color:#686868}.bootstrap-dark .alert-dark{background-color:#d6d8d9;border-color:#c6c8ca;color:#1b1e21}.bootstrap-dark .alert-dark hr{border-top-color:#b9bbbe}.bootstrap-dark .alert-dark .alert-link{color:#040505}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.bootstrap-dark .progress{background-color:#e9ecef;border-radius:.25rem;display:flex;font-size:.75rem;height:1rem;line-height:0;overflow:hidden}.bootstrap-dark .progress-bar{background-color:#007bff;color:#fff;display:flex;flex-direction:column;justify-content:center;overflow:hidden;text-align:center;transition:width .6s ease;white-space:nowrap}@media(prefers-reduced-motion:reduce){.bootstrap-dark .progress-bar{transition:none}}.bootstrap-dark .progress-bar-striped{background-image:linear-gradient(45deg,#ffffff26 25%,#0000 0,#0000 50%,#ffffff26 0,#ffffff26 75%,#0000 0,#0000);background-size:1rem 1rem}.bootstrap-dark .progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media(prefers-reduced-motion:reduce){.bootstrap-dark .progress-bar-animated{animation:none}}.bootstrap-dark .media{align-items:flex-start;display:flex}.bootstrap-dark .media-body{flex:1 1}.bootstrap-dark .list-group{border-radius:.25rem;display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.bootstrap-dark .list-group-item-action{color:#dee2e6;text-align:inherit;width:100%}.bootstrap-dark .list-group-item-action:focus,.bootstrap-dark .list-group-item-action:hover{background-color:#212529;color:#dee2e6;text-decoration:none;z-index:1}.bootstrap-dark .list-group-item-action:active{background-color:#343a40;color:#d3d3d3}.bootstrap-dark .list-group-item{background-color:#191d210d;border:1px solid hsla(0,0%,100%,.125);display:block;padding:.75rem 1.25rem;position:relative}.bootstrap-dark .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.bootstrap-dark .list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.bootstrap-dark .list-group-item.disabled,.bootstrap-dark .list-group-item:disabled{background-color:#191d210d;color:#ced4da;pointer-events:none}.bootstrap-dark .list-group-item.active{background-color:#3395ff;border-color:#3395ff;color:#000;z-index:2}.bootstrap-dark .list-group-item+.bootstrap-dark .list-group-item{border-top-width:0}.bootstrap-dark .list-group-item+.bootstrap-dark .list-group-item.active{border-top-width:1px;margin-top:-1px}.bootstrap-dark .list-group-horizontal{flex-direction:row}.bootstrap-dark .list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.bootstrap-dark .list-group-horizontal>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.bootstrap-dark .list-group-horizontal>.list-group-item.active{margin-top:0}.bootstrap-dark .list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.bootstrap-dark .list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}@media(min-width:576px){.bootstrap-dark .list-group-horizontal-sm{flex-direction:row}.bootstrap-dark .list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.bootstrap-dark .list-group-horizontal-sm>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.bootstrap-dark .list-group-horizontal-sm>.list-group-item.active{margin-top:0}.bootstrap-dark .list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.bootstrap-dark .list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media(min-width:768px){.bootstrap-dark .list-group-horizontal-md{flex-direction:row}.bootstrap-dark .list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.bootstrap-dark .list-group-horizontal-md>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.bootstrap-dark .list-group-horizontal-md>.list-group-item.active{margin-top:0}.bootstrap-dark .list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.bootstrap-dark .list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media(min-width:992px){.bootstrap-dark .list-group-horizontal-lg{flex-direction:row}.bootstrap-dark .list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.bootstrap-dark .list-group-horizontal-lg>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.bootstrap-dark .list-group-horizontal-lg>.list-group-item.active{margin-top:0}.bootstrap-dark .list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.bootstrap-dark .list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media(min-width:1200px){.bootstrap-dark .list-group-horizontal-xl{flex-direction:row}.bootstrap-dark .list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.bootstrap-dark .list-group-horizontal-xl>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.bootstrap-dark .list-group-horizontal-xl>.list-group-item.active{margin-top:0}.bootstrap-dark .list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.bootstrap-dark .list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}.bootstrap-dark .list-group-flush{border-radius:0}.bootstrap-dark .list-group-flush>.list-group-item{border-width:0 0 1px}.bootstrap-dark .list-group-flush>.list-group-item:last-child{border-bottom-width:0}.bootstrap-dark .list-group-item-primary{background-color:#b8daff;color:#004085}.bootstrap-dark .list-group-item-primary.list-group-item-action:focus,.bootstrap-dark .list-group-item-primary.list-group-item-action:hover{background-color:#9fcdff;color:#004085}.bootstrap-dark .list-group-item-primary.list-group-item-action.active{background-color:#004085;border-color:#004085;color:#fff}.bootstrap-dark .list-group-item-secondary{background-color:#d6d8db;color:#383d41}.bootstrap-dark .list-group-item-secondary.list-group-item-action:focus,.bootstrap-dark .list-group-item-secondary.list-group-item-action:hover{background-color:#c8cbcf;color:#383d41}.bootstrap-dark .list-group-item-secondary.list-group-item-action.active{background-color:#383d41;border-color:#383d41;color:#fff}.bootstrap-dark .list-group-item-success{background-color:#c3e6cb;color:#155724}.bootstrap-dark .list-group-item-success.list-group-item-action:focus,.bootstrap-dark .list-group-item-success.list-group-item-action:hover{background-color:#b1dfbb;color:#155724}.bootstrap-dark .list-group-item-success.list-group-item-action.active{background-color:#155724;border-color:#155724;color:#fff}.bootstrap-dark .list-group-item-info{background-color:#bee5eb;color:#0c5460}.bootstrap-dark .list-group-item-info.list-group-item-action:focus,.bootstrap-dark .list-group-item-info.list-group-item-action:hover{background-color:#abdde5;color:#0c5460}.bootstrap-dark .list-group-item-info.list-group-item-action.active{background-color:#0c5460;border-color:#0c5460;color:#fff}.bootstrap-dark .list-group-item-warning{background-color:#ffeeba;color:#856404}.bootstrap-dark .list-group-item-warning.list-group-item-action:focus,.bootstrap-dark .list-group-item-warning.list-group-item-action:hover{background-color:#ffe8a1;color:#856404}.bootstrap-dark .list-group-item-warning.list-group-item-action.active{background-color:#856404;border-color:#856404;color:#fff}.bootstrap-dark .list-group-item-danger{background-color:#f5c6cb;color:#721c24}.bootstrap-dark .list-group-item-danger.list-group-item-action:focus,.bootstrap-dark .list-group-item-danger.list-group-item-action:hover{background-color:#f1b0b7;color:#721c24}.bootstrap-dark .list-group-item-danger.list-group-item-action.active{background-color:#721c24;border-color:#721c24;color:#fff}.bootstrap-dark .list-group-item-light{background-color:#fdfdfe;color:#818182}.bootstrap-dark .list-group-item-light.list-group-item-action:focus,.bootstrap-dark .list-group-item-light.list-group-item-action:hover{background-color:#ececf6;color:#818182}.bootstrap-dark .list-group-item-light.list-group-item-action.active{background-color:#818182;border-color:#818182;color:#fff}.bootstrap-dark .list-group-item-dark{background-color:#c6c8ca;color:#1b1e21}.bootstrap-dark .list-group-item-dark.list-group-item-action:focus,.bootstrap-dark .list-group-item-dark.list-group-item-action:hover{background-color:#b9bbbe;color:#1b1e21}.bootstrap-dark .list-group-item-dark.list-group-item-action.active{background-color:#1b1e21;border-color:#1b1e21;color:#fff}.bootstrap-dark .close{color:#fff;float:right;font-size:1.5rem;font-weight:700;line-height:1;opacity:.5;text-shadow:0 1px 0 #000}.bootstrap-dark .close:hover{color:#fff;text-decoration:none}.bootstrap-dark .close:not(:disabled):not(.disabled):focus,.bootstrap-dark .close:not(:disabled):not(.disabled):hover{opacity:.75}.bootstrap-dark button.close{background-color:initial;border:0;padding:0}.bootstrap-dark a.close.disabled{pointer-events:none}.bootstrap-dark .toast{background-clip:padding-box;background-color:#000000d9;border:1px solid #ffffff1a;border-radius:.25rem;box-shadow:0 .25rem .75rem #ffffff1a;flex-basis:350px;font-size:.875rem;max-width:350px;opacity:0}.bootstrap-dark .toast:not(:last-child){margin-bottom:.75rem}.bootstrap-dark .toast.showing{opacity:1}.bootstrap-dark .toast.show{display:block;opacity:1}.bootstrap-dark .toast.hide{display:none}.bootstrap-dark .toast-header{align-items:center;background-clip:padding-box;background-color:#000000d9;border-bottom:1px solid #ffffff0d;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);color:#ced4da;display:flex;padding:.25rem .75rem}.bootstrap-dark .toast-body{padding:.75rem}.bootstrap-dark .modal-open{overflow:hidden}.bootstrap-dark .modal-open .modal{overflow-x:hidden;overflow-y:auto}.bootstrap-dark .modal{display:none;height:100%;left:0;outline:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:1050}.bootstrap-dark .modal-dialog{margin:.5rem;pointer-events:none;position:relative;width:auto}.modal.fade .bootstrap-dark .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}@media(prefers-reduced-motion:reduce){.modal.fade .bootstrap-dark .modal-dialog{transition:none}}.modal.show .bootstrap-dark .modal-dialog{transform:none}.modal.modal-static .bootstrap-dark .modal-dialog{transform:scale(1.02)}.bootstrap-dark .modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.bootstrap-dark .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.bootstrap-dark .modal-dialog-scrollable .modal-footer,.bootstrap-dark .modal-dialog-scrollable .modal-header{flex-shrink:0}.bootstrap-dark .modal-dialog-scrollable .modal-body{overflow-y:auto}.bootstrap-dark .modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - 1rem)}.bootstrap-dark .modal-dialog-centered:before{content:"";display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:min-content}.bootstrap-dark .modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;height:100%;justify-content:center}.bootstrap-dark .modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.bootstrap-dark .modal-dialog-centered.modal-dialog-scrollable:before{content:none}.bootstrap-dark .modal-content{background-clip:padding-box;background-color:#191d21;border:1px solid #fff3;border-radius:.3rem;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.bootstrap-dark .modal-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.bootstrap-dark .modal-backdrop.fade{opacity:0}.bootstrap-dark .modal-backdrop.show{opacity:.5}.bootstrap-dark .modal-header{align-items:flex-start;border-bottom:1px solid #343a40;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);display:flex;justify-content:space-between;padding:1rem}.bootstrap-dark .modal-header .close{margin:-1rem -1rem -1rem auto;padding:1rem}.bootstrap-dark .modal-title{line-height:1.5;margin-bottom:0}.bootstrap-dark .modal-body{flex:1 1 auto;padding:1rem;position:relative}.bootstrap-dark .modal-footer{align-items:center;border-bottom-left-radius:calc(.3rem - 1px);border-bottom-right-radius:calc(.3rem - 1px);border-top:1px solid #343a40;display:flex;flex-wrap:wrap;justify-content:flex-end;padding:.75rem}.bootstrap-dark .modal-footer>*{margin:.25rem}.bootstrap-dark .modal-scrollbar-measure{height:50px;overflow:scroll;position:absolute;top:-9999px;width:50px}@media(min-width:576px){.bootstrap-dark .modal-dialog{margin:1.75rem auto;max-width:500px}.bootstrap-dark .modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.bootstrap-dark .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.bootstrap-dark .modal-dialog-centered{min-height:calc(100% - 3.5rem)}.bootstrap-dark .modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:min-content}.bootstrap-dark .modal-sm{max-width:300px}}@media(min-width:992px){.bootstrap-dark .modal-lg,.bootstrap-dark .modal-xl{max-width:800px}}@media(min-width:1200px){.bootstrap-dark .modal-xl{max-width:1140px}}.bootstrap-dark .tooltip{word-wrap:break-word;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;margin:0;opacity:0;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:1070}.bootstrap-dark .tooltip.show{opacity:.9}.bootstrap-dark .tooltip .arrow{display:block;height:.4rem;position:absolute;width:.8rem}.bootstrap-dark .tooltip .arrow:before{border-color:#0000;border-style:solid;content:"";position:absolute}.bootstrap-dark .bs-tooltip-auto[x-placement^=top],.bootstrap-dark .bs-tooltip-top{padding:.4rem 0}.bootstrap-dark .bs-tooltip-auto[x-placement^=top] .arrow,.bootstrap-dark .bs-tooltip-top .arrow{bottom:0}.bootstrap-dark .bs-tooltip-auto[x-placement^=top] .arrow:before,.bootstrap-dark .bs-tooltip-top .arrow:before{border-top-color:#000;border-width:.4rem .4rem 0;top:0}.bootstrap-dark .bs-tooltip-auto[x-placement^=right],.bootstrap-dark .bs-tooltip-right{padding:0 .4rem}.bootstrap-dark .bs-tooltip-auto[x-placement^=right] .arrow,.bootstrap-dark .bs-tooltip-right .arrow{height:.8rem;left:0;width:.4rem}.bootstrap-dark .bs-tooltip-auto[x-placement^=right] .arrow:before,.bootstrap-dark .bs-tooltip-right .arrow:before{border-right-color:#000;border-width:.4rem .4rem .4rem 0;right:0}.bootstrap-dark .bs-tooltip-auto[x-placement^=bottom],.bootstrap-dark .bs-tooltip-bottom{padding:.4rem 0}.bootstrap-dark .bs-tooltip-auto[x-placement^=bottom] .arrow,.bootstrap-dark .bs-tooltip-bottom .arrow{top:0}.bootstrap-dark .bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bootstrap-dark .bs-tooltip-bottom .arrow:before{border-bottom-color:#000;border-width:0 .4rem .4rem;bottom:0}.bootstrap-dark .bs-tooltip-auto[x-placement^=left],.bootstrap-dark .bs-tooltip-left{padding:0 .4rem}.bootstrap-dark .bs-tooltip-auto[x-placement^=left] .arrow,.bootstrap-dark .bs-tooltip-left .arrow{height:.8rem;right:0;width:.4rem}.bootstrap-dark .bs-tooltip-auto[x-placement^=left] .arrow:before,.bootstrap-dark .bs-tooltip-left .arrow:before{border-left-color:#000;border-width:.4rem 0 .4rem .4rem;left:0}.bootstrap-dark .tooltip-inner{background-color:#000;border-radius:.25rem;color:#fff;max-width:200px;padding:.25rem .5rem;text-align:center}.bootstrap-dark .popover{word-wrap:break-word;background-clip:padding-box;background-color:#fff;border:1px solid #0003;border-radius:.3rem;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.875rem;font-style:normal;font-weight:400;left:0;letter-spacing:normal;line-break:auto;line-height:1.5;max-width:276px;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;top:0;white-space:normal;word-break:normal;word-spacing:normal;z-index:1060}.bootstrap-dark .popover .arrow{display:block;height:.5rem;margin:0 .3rem;position:absolute;width:1rem}.bootstrap-dark .popover .arrow:after,.bootstrap-dark .popover .arrow:before{border-color:#0000;border-style:solid;content:"";display:block;position:absolute}.bootstrap-dark .bs-popover-auto[x-placement^=top],.bootstrap-dark .bs-popover-top{margin-bottom:.5rem}.bootstrap-dark .bs-popover-auto[x-placement^=top]>.arrow,.bootstrap-dark .bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bootstrap-dark .bs-popover-auto[x-placement^=top]>.arrow:before,.bootstrap-dark .bs-popover-top>.arrow:before{border-top-color:#00000040;border-width:.5rem .5rem 0;bottom:0}.bootstrap-dark .bs-popover-auto[x-placement^=top]>.arrow:after,.bootstrap-dark .bs-popover-top>.arrow:after{border-top-color:#fff;border-width:.5rem .5rem 0;bottom:1px}.bootstrap-dark .bs-popover-auto[x-placement^=right],.bootstrap-dark .bs-popover-right{margin-left:.5rem}.bootstrap-dark .bs-popover-auto[x-placement^=right]>.arrow,.bootstrap-dark .bs-popover-right>.arrow{height:1rem;left:calc(-.5rem - 1px);margin:.3rem 0;width:.5rem}.bootstrap-dark .bs-popover-auto[x-placement^=right]>.arrow:before,.bootstrap-dark .bs-popover-right>.arrow:before{border-right-color:#00000040;border-width:.5rem .5rem .5rem 0;left:0}.bootstrap-dark .bs-popover-auto[x-placement^=right]>.arrow:after,.bootstrap-dark .bs-popover-right>.arrow:after{border-right-color:#fff;border-width:.5rem .5rem .5rem 0;left:1px}.bootstrap-dark .bs-popover-auto[x-placement^=bottom],.bootstrap-dark .bs-popover-bottom{margin-top:.5rem}.bootstrap-dark .bs-popover-auto[x-placement^=bottom]>.arrow,.bootstrap-dark .bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bootstrap-dark .bs-popover-auto[x-placement^=bottom]>.arrow:before,.bootstrap-dark .bs-popover-bottom>.arrow:before{border-bottom-color:#00000040;border-width:0 .5rem .5rem;top:0}.bootstrap-dark .bs-popover-auto[x-placement^=bottom]>.arrow:after,.bootstrap-dark .bs-popover-bottom>.arrow:after{border-bottom-color:#fff;border-width:0 .5rem .5rem;top:1px}.bootstrap-dark .bs-popover-auto[x-placement^=bottom] .popover-header:before,.bootstrap-dark .bs-popover-bottom .popover-header:before{border-bottom:1px solid #f7f7f7;content:"";display:block;left:50%;margin-left:-.5rem;position:absolute;top:0;width:1rem}.bootstrap-dark .bs-popover-auto[x-placement^=left],.bootstrap-dark .bs-popover-left{margin-right:.5rem}.bootstrap-dark .bs-popover-auto[x-placement^=left]>.arrow,.bootstrap-dark .bs-popover-left>.arrow{height:1rem;margin:.3rem 0;right:calc(-.5rem - 1px);width:.5rem}.bootstrap-dark .bs-popover-auto[x-placement^=left]>.arrow:before,.bootstrap-dark .bs-popover-left>.arrow:before{border-left-color:#00000040;border-width:.5rem 0 .5rem .5rem;right:0}.bootstrap-dark .bs-popover-auto[x-placement^=left]>.arrow:after,.bootstrap-dark .bs-popover-left>.arrow:after{border-left-color:#fff;border-width:.5rem 0 .5rem .5rem;right:1px}.bootstrap-dark .popover-header{background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);font-size:1rem;margin-bottom:0;padding:.5rem .75rem}.bootstrap-dark .popover-header:empty{display:none}.bootstrap-dark .popover-body{color:#212529;padding:.5rem .75rem}.bootstrap-dark .carousel{position:relative}.bootstrap-dark .carousel.pointer-event{touch-action:pan-y}.bootstrap-dark .carousel-inner{overflow:hidden;position:relative;width:100%}.bootstrap-dark .carousel-inner:after{clear:both;content:"";display:block}.bootstrap-dark .carousel-item{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;float:left;margin-right:-100%;position:relative;transition:transform .6s ease-in-out;width:100%}@media(prefers-reduced-motion:reduce){.bootstrap-dark .carousel-item{transition:none}}.bootstrap-dark .carousel-item-next,.bootstrap-dark .carousel-item-prev,.bootstrap-dark .carousel-item.active{display:block}.bootstrap-dark .active.carousel-item-right,.bootstrap-dark .carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}.bootstrap-dark .active.carousel-item-left,.bootstrap-dark .carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}.bootstrap-dark .carousel-fade .carousel-item{opacity:0;transform:none;transition-property:opacity}.bootstrap-dark .carousel-fade .carousel-item-next.carousel-item-left,.bootstrap-dark .carousel-fade .carousel-item-prev.carousel-item-right,.bootstrap-dark .carousel-fade .carousel-item.active{opacity:1;z-index:1}.bootstrap-dark .carousel-fade .active.carousel-item-left,.bootstrap-dark .carousel-fade .active.carousel-item-right{opacity:0;transition:opacity 0s .6s;z-index:0}@media(prefers-reduced-motion:reduce){.bootstrap-dark .carousel-fade .active.carousel-item-left,.bootstrap-dark .carousel-fade .active.carousel-item-right{transition:none}}.bootstrap-dark .carousel-control-next,.bootstrap-dark .carousel-control-prev{align-items:center;background:none;border:0;bottom:0;color:#fff;display:flex;justify-content:center;opacity:.5;padding:0;position:absolute;text-align:center;top:0;transition:opacity .15s ease;width:15%;z-index:1}@media(prefers-reduced-motion:reduce){.bootstrap-dark .carousel-control-next,.bootstrap-dark .carousel-control-prev{transition:none}}.bootstrap-dark .carousel-control-next:focus,.bootstrap-dark .carousel-control-next:hover,.bootstrap-dark .carousel-control-prev:focus,.bootstrap-dark .carousel-control-prev:hover{color:#fff;opacity:.9;outline:0;text-decoration:none}.bootstrap-dark .carousel-control-prev{left:0}.bootstrap-dark .carousel-control-next{right:0}.bootstrap-dark .carousel-control-next-icon,.bootstrap-dark .carousel-control-prev-icon{background:50%/100% 100% no-repeat;display:inline-block;height:20px;width:20px}.bootstrap-dark .carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")}.bootstrap-dark .carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")}.bootstrap-dark .carousel-indicators{bottom:0;display:flex;justify-content:center;left:0;list-style:none;margin-left:15%;margin-right:15%;padding-left:0;position:absolute;right:0;z-index:15}.bootstrap-dark .carousel-indicators li{background-clip:padding-box;background-color:#fff;border-bottom:10px solid #0000;border-top:10px solid #0000;box-sizing:initial;cursor:pointer;flex:0 1 auto;height:3px;margin-left:3px;margin-right:3px;opacity:.5;text-indent:-999px;transition:opacity .6s ease;width:30px}@media(prefers-reduced-motion:reduce){.bootstrap-dark .carousel-indicators li{transition:none}}.bootstrap-dark .carousel-indicators .active{opacity:1}.bootstrap-dark .carousel-caption{bottom:20px;color:#fff;left:15%;padding-bottom:20px;padding-top:20px;position:absolute;right:15%;text-align:center;z-index:10}@keyframes spinner-border{to{transform:rotate(1turn)}}.bootstrap-dark .spinner-border{animation:spinner-border .75s linear infinite;border:.25em solid;border-radius:50%;border-right:.25em solid #0000;display:inline-block;height:2rem;vertical-align:-.125em;width:2rem}.bootstrap-dark .spinner-border-sm{border-width:.2em;height:1rem;width:1rem}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.bootstrap-dark .spinner-grow{animation:spinner-grow .75s linear infinite;background-color:currentColor;border-radius:50%;display:inline-block;height:2rem;opacity:0;vertical-align:-.125em;width:2rem}.bootstrap-dark .spinner-grow-sm{height:1rem;width:1rem}@media(prefers-reduced-motion:reduce){.bootstrap-dark .spinner-border,.bootstrap-dark .spinner-grow{animation-duration:1.5s}}.bootstrap-dark .align-baseline{vertical-align:initial!important}.bootstrap-dark .align-top{vertical-align:top!important}.bootstrap-dark .align-middle{vertical-align:middle!important}.bootstrap-dark .align-bottom{vertical-align:bottom!important}.bootstrap-dark .align-text-bottom{vertical-align:text-bottom!important}.bootstrap-dark .align-text-top{vertical-align:text-top!important}.bootstrap-dark .bg-primary{background-color:#007bff!important}.bootstrap-dark a.bg-primary:focus,.bootstrap-dark a.bg-primary:hover,.bootstrap-dark button.bg-primary:focus,.bootstrap-dark button.bg-primary:hover{background-color:#0062cc!important}.bootstrap-dark .bg-secondary{background-color:#6c757d!important}.bootstrap-dark a.bg-secondary:focus,.bootstrap-dark a.bg-secondary:hover,.bootstrap-dark button.bg-secondary:focus,.bootstrap-dark button.bg-secondary:hover{background-color:#545b62!important}.bootstrap-dark .bg-success{background-color:#28a745!important}.bootstrap-dark a.bg-success:focus,.bootstrap-dark a.bg-success:hover,.bootstrap-dark button.bg-success:focus,.bootstrap-dark button.bg-success:hover{background-color:#1e7e34!important}.bootstrap-dark .bg-info{background-color:#17a2b8!important}.bootstrap-dark a.bg-info:focus,.bootstrap-dark a.bg-info:hover,.bootstrap-dark button.bg-info:focus,.bootstrap-dark button.bg-info:hover{background-color:#117a8b!important}.bootstrap-dark .bg-warning{background-color:#ffc107!important}.bootstrap-dark a.bg-warning:focus,.bootstrap-dark a.bg-warning:hover,.bootstrap-dark button.bg-warning:focus,.bootstrap-dark button.bg-warning:hover{background-color:#d39e00!important}.bootstrap-dark .bg-danger{background-color:#dc3545!important}.bootstrap-dark a.bg-danger:focus,.bootstrap-dark a.bg-danger:hover,.bootstrap-dark button.bg-danger:focus,.bootstrap-dark button.bg-danger:hover{background-color:#bd2130!important}.bootstrap-dark .bg-light{background-color:#f8f9fa!important}.bootstrap-dark a.bg-light:focus,.bootstrap-dark a.bg-light:hover,.bootstrap-dark button.bg-light:focus,.bootstrap-dark button.bg-light:hover{background-color:#dae0e5!important}.bootstrap-dark .bg-dark,.bootstrap-dark .navbar-themed{background-color:#343a40!important}.bootstrap-dark a.bg-dark:focus,.bootstrap-dark a.bg-dark:hover,.bootstrap-dark a.navbar-themed:focus,.bootstrap-dark a.navbar-themed:hover,.bootstrap-dark button.bg-dark:focus,.bootstrap-dark button.bg-dark:hover,.bootstrap-dark button.navbar-themed:focus,.bootstrap-dark button.navbar-themed:hover{background-color:#1d2124!important}.bootstrap-dark .bg-white{background-color:#fff!important}.bootstrap-dark .bg-transparent{background-color:initial!important}.bootstrap-dark .border{border:1px solid #343a40!important}.bootstrap-dark .border-top{border-top:1px solid #343a40!important}.bootstrap-dark .border-right{border-right:1px solid #343a40!important}.bootstrap-dark .border-bottom{border-bottom:1px solid #343a40!important}.bootstrap-dark .border-left{border-left:1px solid #343a40!important}.bootstrap-dark .border-0{border:0!important}.bootstrap-dark .border-top-0{border-top:0!important}.bootstrap-dark .border-right-0{border-right:0!important}.bootstrap-dark .border-bottom-0{border-bottom:0!important}.bootstrap-dark .border-left-0{border-left:0!important}.bootstrap-dark .border-primary{border-color:#007bff!important}.bootstrap-dark .border-secondary{border-color:#6c757d!important}.bootstrap-dark .border-success{border-color:#28a745!important}.bootstrap-dark .border-info{border-color:#17a2b8!important}.bootstrap-dark .border-warning{border-color:#ffc107!important}.bootstrap-dark .border-danger{border-color:#dc3545!important}.bootstrap-dark .border-light{border-color:#f8f9fa!important}.bootstrap-dark .border-dark{border-color:#343a40!important}.bootstrap-dark .border-white{border-color:#fff!important}.bootstrap-dark .rounded-sm{border-radius:.2rem!important}.bootstrap-dark .rounded{border-radius:.25rem!important}.bootstrap-dark .rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.bootstrap-dark .rounded-right{border-bottom-right-radius:.25rem!important;border-top-right-radius:.25rem!important}.bootstrap-dark .rounded-bottom{border-bottom-left-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.bootstrap-dark .rounded-left{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.bootstrap-dark .rounded-lg{border-radius:.3rem!important}.bootstrap-dark .rounded-circle{border-radius:50%!important}.bootstrap-dark .rounded-pill{border-radius:50rem!important}.bootstrap-dark .rounded-0{border-radius:0!important}.bootstrap-dark .clearfix:after{clear:both;content:"";display:block}.bootstrap-dark .d-none{display:none!important}.bootstrap-dark .d-inline{display:inline!important}.bootstrap-dark .d-inline-block{display:inline-block!important}.bootstrap-dark .d-block{display:block!important}.bootstrap-dark .d-table{display:table!important}.bootstrap-dark .d-table-row{display:table-row!important}.bootstrap-dark .d-table-cell{display:table-cell!important}.bootstrap-dark .d-flex{display:flex!important}.bootstrap-dark .d-inline-flex{display:inline-flex!important}@media(min-width:576px){.bootstrap-dark .d-sm-none{display:none!important}.bootstrap-dark .d-sm-inline{display:inline!important}.bootstrap-dark .d-sm-inline-block{display:inline-block!important}.bootstrap-dark .d-sm-block{display:block!important}.bootstrap-dark .d-sm-table{display:table!important}.bootstrap-dark .d-sm-table-row{display:table-row!important}.bootstrap-dark .d-sm-table-cell{display:table-cell!important}.bootstrap-dark .d-sm-flex{display:flex!important}.bootstrap-dark .d-sm-inline-flex{display:inline-flex!important}}@media(min-width:768px){.bootstrap-dark .d-md-none{display:none!important}.bootstrap-dark .d-md-inline{display:inline!important}.bootstrap-dark .d-md-inline-block{display:inline-block!important}.bootstrap-dark .d-md-block{display:block!important}.bootstrap-dark .d-md-table{display:table!important}.bootstrap-dark .d-md-table-row{display:table-row!important}.bootstrap-dark .d-md-table-cell{display:table-cell!important}.bootstrap-dark .d-md-flex{display:flex!important}.bootstrap-dark .d-md-inline-flex{display:inline-flex!important}}@media(min-width:992px){.bootstrap-dark .d-lg-none{display:none!important}.bootstrap-dark .d-lg-inline{display:inline!important}.bootstrap-dark .d-lg-inline-block{display:inline-block!important}.bootstrap-dark .d-lg-block{display:block!important}.bootstrap-dark .d-lg-table{display:table!important}.bootstrap-dark .d-lg-table-row{display:table-row!important}.bootstrap-dark .d-lg-table-cell{display:table-cell!important}.bootstrap-dark .d-lg-flex{display:flex!important}.bootstrap-dark .d-lg-inline-flex{display:inline-flex!important}}@media(min-width:1200px){.bootstrap-dark .d-xl-none{display:none!important}.bootstrap-dark .d-xl-inline{display:inline!important}.bootstrap-dark .d-xl-inline-block{display:inline-block!important}.bootstrap-dark .d-xl-block{display:block!important}.bootstrap-dark .d-xl-table{display:table!important}.bootstrap-dark .d-xl-table-row{display:table-row!important}.bootstrap-dark .d-xl-table-cell{display:table-cell!important}.bootstrap-dark .d-xl-flex{display:flex!important}.bootstrap-dark .d-xl-inline-flex{display:inline-flex!important}}@media print{.bootstrap-dark .d-print-none{display:none!important}.bootstrap-dark .d-print-inline{display:inline!important}.bootstrap-dark .d-print-inline-block{display:inline-block!important}.bootstrap-dark .d-print-block{display:block!important}.bootstrap-dark .d-print-table{display:table!important}.bootstrap-dark .d-print-table-row{display:table-row!important}.bootstrap-dark .d-print-table-cell{display:table-cell!important}.bootstrap-dark .d-print-flex{display:flex!important}.bootstrap-dark .d-print-inline-flex{display:inline-flex!important}}.bootstrap-dark .embed-responsive{display:block;overflow:hidden;padding:0;position:relative;width:100%}.bootstrap-dark .embed-responsive:before{content:"";display:block}.bootstrap-dark .embed-responsive .embed-responsive-item,.bootstrap-dark .embed-responsive embed,.bootstrap-dark .embed-responsive iframe,.bootstrap-dark .embed-responsive object,.bootstrap-dark .embed-responsive video{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.bootstrap-dark .embed-responsive-21by9:before{padding-top:42.85714286%}.bootstrap-dark .embed-responsive-16by9:before{padding-top:56.25%}.bootstrap-dark .embed-responsive-4by3:before{padding-top:75%}.bootstrap-dark .embed-responsive-1by1:before{padding-top:100%}.bootstrap-dark .flex-row{flex-direction:row!important}.bootstrap-dark .flex-column{flex-direction:column!important}.bootstrap-dark .flex-row-reverse{flex-direction:row-reverse!important}.bootstrap-dark .flex-column-reverse{flex-direction:column-reverse!important}.bootstrap-dark .flex-wrap{flex-wrap:wrap!important}.bootstrap-dark .flex-nowrap{flex-wrap:nowrap!important}.bootstrap-dark .flex-wrap-reverse{flex-wrap:wrap-reverse!important}.bootstrap-dark .flex-fill{flex:1 1 auto!important}.bootstrap-dark .flex-grow-0{flex-grow:0!important}.bootstrap-dark .flex-grow-1{flex-grow:1!important}.bootstrap-dark .flex-shrink-0{flex-shrink:0!important}.bootstrap-dark .flex-shrink-1{flex-shrink:1!important}.bootstrap-dark .justify-content-start{justify-content:flex-start!important}.bootstrap-dark .justify-content-end{justify-content:flex-end!important}.bootstrap-dark .justify-content-center{justify-content:center!important}.bootstrap-dark .justify-content-between{justify-content:space-between!important}.bootstrap-dark .justify-content-around{justify-content:space-around!important}.bootstrap-dark .align-items-start{align-items:flex-start!important}.bootstrap-dark .align-items-end{align-items:flex-end!important}.bootstrap-dark .align-items-center{align-items:center!important}.bootstrap-dark .align-items-baseline{align-items:baseline!important}.bootstrap-dark .align-items-stretch{align-items:stretch!important}.bootstrap-dark .align-content-start{align-content:flex-start!important}.bootstrap-dark .align-content-end{align-content:flex-end!important}.bootstrap-dark .align-content-center{align-content:center!important}.bootstrap-dark .align-content-between{align-content:space-between!important}.bootstrap-dark .align-content-around{align-content:space-around!important}.bootstrap-dark .align-content-stretch{align-content:stretch!important}.bootstrap-dark .align-self-auto{align-self:auto!important}.bootstrap-dark .align-self-start{align-self:flex-start!important}.bootstrap-dark .align-self-end{align-self:flex-end!important}.bootstrap-dark .align-self-center{align-self:center!important}.bootstrap-dark .align-self-baseline{align-self:baseline!important}.bootstrap-dark .align-self-stretch{align-self:stretch!important}@media(min-width:576px){.bootstrap-dark .flex-sm-row{flex-direction:row!important}.bootstrap-dark .flex-sm-column{flex-direction:column!important}.bootstrap-dark .flex-sm-row-reverse{flex-direction:row-reverse!important}.bootstrap-dark .flex-sm-column-reverse{flex-direction:column-reverse!important}.bootstrap-dark .flex-sm-wrap{flex-wrap:wrap!important}.bootstrap-dark .flex-sm-nowrap{flex-wrap:nowrap!important}.bootstrap-dark .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.bootstrap-dark .flex-sm-fill{flex:1 1 auto!important}.bootstrap-dark .flex-sm-grow-0{flex-grow:0!important}.bootstrap-dark .flex-sm-grow-1{flex-grow:1!important}.bootstrap-dark .flex-sm-shrink-0{flex-shrink:0!important}.bootstrap-dark .flex-sm-shrink-1{flex-shrink:1!important}.bootstrap-dark .justify-content-sm-start{justify-content:flex-start!important}.bootstrap-dark .justify-content-sm-end{justify-content:flex-end!important}.bootstrap-dark .justify-content-sm-center{justify-content:center!important}.bootstrap-dark .justify-content-sm-between{justify-content:space-between!important}.bootstrap-dark .justify-content-sm-around{justify-content:space-around!important}.bootstrap-dark .align-items-sm-start{align-items:flex-start!important}.bootstrap-dark .align-items-sm-end{align-items:flex-end!important}.bootstrap-dark .align-items-sm-center{align-items:center!important}.bootstrap-dark .align-items-sm-baseline{align-items:baseline!important}.bootstrap-dark .align-items-sm-stretch{align-items:stretch!important}.bootstrap-dark .align-content-sm-start{align-content:flex-start!important}.bootstrap-dark .align-content-sm-end{align-content:flex-end!important}.bootstrap-dark .align-content-sm-center{align-content:center!important}.bootstrap-dark .align-content-sm-between{align-content:space-between!important}.bootstrap-dark .align-content-sm-around{align-content:space-around!important}.bootstrap-dark .align-content-sm-stretch{align-content:stretch!important}.bootstrap-dark .align-self-sm-auto{align-self:auto!important}.bootstrap-dark .align-self-sm-start{align-self:flex-start!important}.bootstrap-dark .align-self-sm-end{align-self:flex-end!important}.bootstrap-dark .align-self-sm-center{align-self:center!important}.bootstrap-dark .align-self-sm-baseline{align-self:baseline!important}.bootstrap-dark .align-self-sm-stretch{align-self:stretch!important}}@media(min-width:768px){.bootstrap-dark .flex-md-row{flex-direction:row!important}.bootstrap-dark .flex-md-column{flex-direction:column!important}.bootstrap-dark .flex-md-row-reverse{flex-direction:row-reverse!important}.bootstrap-dark .flex-md-column-reverse{flex-direction:column-reverse!important}.bootstrap-dark .flex-md-wrap{flex-wrap:wrap!important}.bootstrap-dark .flex-md-nowrap{flex-wrap:nowrap!important}.bootstrap-dark .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.bootstrap-dark .flex-md-fill{flex:1 1 auto!important}.bootstrap-dark .flex-md-grow-0{flex-grow:0!important}.bootstrap-dark .flex-md-grow-1{flex-grow:1!important}.bootstrap-dark .flex-md-shrink-0{flex-shrink:0!important}.bootstrap-dark .flex-md-shrink-1{flex-shrink:1!important}.bootstrap-dark .justify-content-md-start{justify-content:flex-start!important}.bootstrap-dark .justify-content-md-end{justify-content:flex-end!important}.bootstrap-dark .justify-content-md-center{justify-content:center!important}.bootstrap-dark .justify-content-md-between{justify-content:space-between!important}.bootstrap-dark .justify-content-md-around{justify-content:space-around!important}.bootstrap-dark .align-items-md-start{align-items:flex-start!important}.bootstrap-dark .align-items-md-end{align-items:flex-end!important}.bootstrap-dark .align-items-md-center{align-items:center!important}.bootstrap-dark .align-items-md-baseline{align-items:baseline!important}.bootstrap-dark .align-items-md-stretch{align-items:stretch!important}.bootstrap-dark .align-content-md-start{align-content:flex-start!important}.bootstrap-dark .align-content-md-end{align-content:flex-end!important}.bootstrap-dark .align-content-md-center{align-content:center!important}.bootstrap-dark .align-content-md-between{align-content:space-between!important}.bootstrap-dark .align-content-md-around{align-content:space-around!important}.bootstrap-dark .align-content-md-stretch{align-content:stretch!important}.bootstrap-dark .align-self-md-auto{align-self:auto!important}.bootstrap-dark .align-self-md-start{align-self:flex-start!important}.bootstrap-dark .align-self-md-end{align-self:flex-end!important}.bootstrap-dark .align-self-md-center{align-self:center!important}.bootstrap-dark .align-self-md-baseline{align-self:baseline!important}.bootstrap-dark .align-self-md-stretch{align-self:stretch!important}}@media(min-width:992px){.bootstrap-dark .flex-lg-row{flex-direction:row!important}.bootstrap-dark .flex-lg-column{flex-direction:column!important}.bootstrap-dark .flex-lg-row-reverse{flex-direction:row-reverse!important}.bootstrap-dark .flex-lg-column-reverse{flex-direction:column-reverse!important}.bootstrap-dark .flex-lg-wrap{flex-wrap:wrap!important}.bootstrap-dark .flex-lg-nowrap{flex-wrap:nowrap!important}.bootstrap-dark .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.bootstrap-dark .flex-lg-fill{flex:1 1 auto!important}.bootstrap-dark .flex-lg-grow-0{flex-grow:0!important}.bootstrap-dark .flex-lg-grow-1{flex-grow:1!important}.bootstrap-dark .flex-lg-shrink-0{flex-shrink:0!important}.bootstrap-dark .flex-lg-shrink-1{flex-shrink:1!important}.bootstrap-dark .justify-content-lg-start{justify-content:flex-start!important}.bootstrap-dark .justify-content-lg-end{justify-content:flex-end!important}.bootstrap-dark .justify-content-lg-center{justify-content:center!important}.bootstrap-dark .justify-content-lg-between{justify-content:space-between!important}.bootstrap-dark .justify-content-lg-around{justify-content:space-around!important}.bootstrap-dark .align-items-lg-start{align-items:flex-start!important}.bootstrap-dark .align-items-lg-end{align-items:flex-end!important}.bootstrap-dark .align-items-lg-center{align-items:center!important}.bootstrap-dark .align-items-lg-baseline{align-items:baseline!important}.bootstrap-dark .align-items-lg-stretch{align-items:stretch!important}.bootstrap-dark .align-content-lg-start{align-content:flex-start!important}.bootstrap-dark .align-content-lg-end{align-content:flex-end!important}.bootstrap-dark .align-content-lg-center{align-content:center!important}.bootstrap-dark .align-content-lg-between{align-content:space-between!important}.bootstrap-dark .align-content-lg-around{align-content:space-around!important}.bootstrap-dark .align-content-lg-stretch{align-content:stretch!important}.bootstrap-dark .align-self-lg-auto{align-self:auto!important}.bootstrap-dark .align-self-lg-start{align-self:flex-start!important}.bootstrap-dark .align-self-lg-end{align-self:flex-end!important}.bootstrap-dark .align-self-lg-center{align-self:center!important}.bootstrap-dark .align-self-lg-baseline{align-self:baseline!important}.bootstrap-dark .align-self-lg-stretch{align-self:stretch!important}}@media(min-width:1200px){.bootstrap-dark .flex-xl-row{flex-direction:row!important}.bootstrap-dark .flex-xl-column{flex-direction:column!important}.bootstrap-dark .flex-xl-row-reverse{flex-direction:row-reverse!important}.bootstrap-dark .flex-xl-column-reverse{flex-direction:column-reverse!important}.bootstrap-dark .flex-xl-wrap{flex-wrap:wrap!important}.bootstrap-dark .flex-xl-nowrap{flex-wrap:nowrap!important}.bootstrap-dark .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.bootstrap-dark .flex-xl-fill{flex:1 1 auto!important}.bootstrap-dark .flex-xl-grow-0{flex-grow:0!important}.bootstrap-dark .flex-xl-grow-1{flex-grow:1!important}.bootstrap-dark .flex-xl-shrink-0{flex-shrink:0!important}.bootstrap-dark .flex-xl-shrink-1{flex-shrink:1!important}.bootstrap-dark .justify-content-xl-start{justify-content:flex-start!important}.bootstrap-dark .justify-content-xl-end{justify-content:flex-end!important}.bootstrap-dark .justify-content-xl-center{justify-content:center!important}.bootstrap-dark .justify-content-xl-between{justify-content:space-between!important}.bootstrap-dark .justify-content-xl-around{justify-content:space-around!important}.bootstrap-dark .align-items-xl-start{align-items:flex-start!important}.bootstrap-dark .align-items-xl-end{align-items:flex-end!important}.bootstrap-dark .align-items-xl-center{align-items:center!important}.bootstrap-dark .align-items-xl-baseline{align-items:baseline!important}.bootstrap-dark .align-items-xl-stretch{align-items:stretch!important}.bootstrap-dark .align-content-xl-start{align-content:flex-start!important}.bootstrap-dark .align-content-xl-end{align-content:flex-end!important}.bootstrap-dark .align-content-xl-center{align-content:center!important}.bootstrap-dark .align-content-xl-between{align-content:space-between!important}.bootstrap-dark .align-content-xl-around{align-content:space-around!important}.bootstrap-dark .align-content-xl-stretch{align-content:stretch!important}.bootstrap-dark .align-self-xl-auto{align-self:auto!important}.bootstrap-dark .align-self-xl-start{align-self:flex-start!important}.bootstrap-dark .align-self-xl-end{align-self:flex-end!important}.bootstrap-dark .align-self-xl-center{align-self:center!important}.bootstrap-dark .align-self-xl-baseline{align-self:baseline!important}.bootstrap-dark .align-self-xl-stretch{align-self:stretch!important}}.bootstrap-dark .float-left{float:left!important}.bootstrap-dark .float-right{float:right!important}.bootstrap-dark .float-none{float:none!important}@media(min-width:576px){.bootstrap-dark .float-sm-left{float:left!important}.bootstrap-dark .float-sm-right{float:right!important}.bootstrap-dark .float-sm-none{float:none!important}}@media(min-width:768px){.bootstrap-dark .float-md-left{float:left!important}.bootstrap-dark .float-md-right{float:right!important}.bootstrap-dark .float-md-none{float:none!important}}@media(min-width:992px){.bootstrap-dark .float-lg-left{float:left!important}.bootstrap-dark .float-lg-right{float:right!important}.bootstrap-dark .float-lg-none{float:none!important}}@media(min-width:1200px){.bootstrap-dark .float-xl-left{float:left!important}.bootstrap-dark .float-xl-right{float:right!important}.bootstrap-dark .float-xl-none{float:none!important}}.bootstrap-dark .user-select-all{-webkit-user-select:all!important;user-select:all!important}.bootstrap-dark .user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.bootstrap-dark .user-select-none{-webkit-user-select:none!important;user-select:none!important}.bootstrap-dark .overflow-auto{overflow:auto!important}.bootstrap-dark .overflow-hidden{overflow:hidden!important}.bootstrap-dark .position-static{position:static!important}.bootstrap-dark .position-relative{position:relative!important}.bootstrap-dark .position-absolute{position:absolute!important}.bootstrap-dark .position-fixed{position:fixed!important}.bootstrap-dark .position-sticky{position:-webkit-sticky!important;position:sticky!important}.bootstrap-dark .fixed-top{left:0;position:fixed;right:0;top:0;z-index:1030}.bootstrap-dark .fixed-bottom{bottom:0;left:0;position:fixed;right:0;z-index:1030}@supports((position:-webkit-sticky) or (position:sticky)){.bootstrap-dark .sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.bootstrap-dark .sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.bootstrap-dark .sr-only-focusable:active,.bootstrap-dark .sr-only-focusable:focus{clip:auto;height:auto;overflow:visible;position:static;white-space:normal;width:auto}.bootstrap-dark .shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.bootstrap-dark .shadow{box-shadow:0 .5rem 1rem #00000026!important}.bootstrap-dark .shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.bootstrap-dark .shadow-none{box-shadow:none!important}.bootstrap-dark .w-25{width:25%!important}.bootstrap-dark .w-50{width:50%!important}.bootstrap-dark .w-75{width:75%!important}.bootstrap-dark .w-100{width:100%!important}.bootstrap-dark .w-auto{width:auto!important}.bootstrap-dark .h-25{height:25%!important}.bootstrap-dark .h-50{height:50%!important}.bootstrap-dark .h-75{height:75%!important}.bootstrap-dark .h-100{height:100%!important}.bootstrap-dark .h-auto{height:auto!important}.bootstrap-dark .mw-100{max-width:100%!important}.bootstrap-dark .mh-100{max-height:100%!important}.bootstrap-dark .min-vw-100{min-width:100vw!important}.bootstrap-dark .min-vh-100{min-height:100vh!important}.bootstrap-dark .vw-100{width:100vw!important}.bootstrap-dark .vh-100{height:100vh!important}.bootstrap-dark .m-0{margin:0!important}.bootstrap-dark .mt-0,.bootstrap-dark .my-0{margin-top:0!important}.bootstrap-dark .mr-0,.bootstrap-dark .mx-0{margin-right:0!important}.bootstrap-dark .mb-0,.bootstrap-dark .my-0{margin-bottom:0!important}.bootstrap-dark .ml-0,.bootstrap-dark .mx-0{margin-left:0!important}.bootstrap-dark .m-1{margin:.25rem!important}.bootstrap-dark .mt-1,.bootstrap-dark .my-1{margin-top:.25rem!important}.bootstrap-dark .mr-1,.bootstrap-dark .mx-1{margin-right:.25rem!important}.bootstrap-dark .mb-1,.bootstrap-dark .my-1{margin-bottom:.25rem!important}.bootstrap-dark .ml-1,.bootstrap-dark .mx-1{margin-left:.25rem!important}.bootstrap-dark .m-2{margin:.5rem!important}.bootstrap-dark .mt-2,.bootstrap-dark .my-2{margin-top:.5rem!important}.bootstrap-dark .mr-2,.bootstrap-dark .mx-2{margin-right:.5rem!important}.bootstrap-dark .mb-2,.bootstrap-dark .my-2{margin-bottom:.5rem!important}.bootstrap-dark .ml-2,.bootstrap-dark .mx-2{margin-left:.5rem!important}.bootstrap-dark .m-3{margin:1rem!important}.bootstrap-dark .mt-3,.bootstrap-dark .my-3{margin-top:1rem!important}.bootstrap-dark .mr-3,.bootstrap-dark .mx-3{margin-right:1rem!important}.bootstrap-dark .mb-3,.bootstrap-dark .my-3{margin-bottom:1rem!important}.bootstrap-dark .ml-3,.bootstrap-dark .mx-3{margin-left:1rem!important}.bootstrap-dark .m-4{margin:1.5rem!important}.bootstrap-dark .mt-4,.bootstrap-dark .my-4{margin-top:1.5rem!important}.bootstrap-dark .mr-4,.bootstrap-dark .mx-4{margin-right:1.5rem!important}.bootstrap-dark .mb-4,.bootstrap-dark .my-4{margin-bottom:1.5rem!important}.bootstrap-dark .ml-4,.bootstrap-dark .mx-4{margin-left:1.5rem!important}.bootstrap-dark .m-5{margin:3rem!important}.bootstrap-dark .mt-5,.bootstrap-dark .my-5{margin-top:3rem!important}.bootstrap-dark .mr-5,.bootstrap-dark .mx-5{margin-right:3rem!important}.bootstrap-dark .mb-5,.bootstrap-dark .my-5{margin-bottom:3rem!important}.bootstrap-dark .ml-5,.bootstrap-dark .mx-5{margin-left:3rem!important}.bootstrap-dark .p-0{padding:0!important}.bootstrap-dark .pt-0,.bootstrap-dark .py-0{padding-top:0!important}.bootstrap-dark .pr-0,.bootstrap-dark .px-0{padding-right:0!important}.bootstrap-dark .pb-0,.bootstrap-dark .py-0{padding-bottom:0!important}.bootstrap-dark .pl-0,.bootstrap-dark .px-0{padding-left:0!important}.bootstrap-dark .p-1{padding:.25rem!important}.bootstrap-dark .pt-1,.bootstrap-dark .py-1{padding-top:.25rem!important}.bootstrap-dark .pr-1,.bootstrap-dark .px-1{padding-right:.25rem!important}.bootstrap-dark .pb-1,.bootstrap-dark .py-1{padding-bottom:.25rem!important}.bootstrap-dark .pl-1,.bootstrap-dark .px-1{padding-left:.25rem!important}.bootstrap-dark .p-2{padding:.5rem!important}.bootstrap-dark .pt-2,.bootstrap-dark .py-2{padding-top:.5rem!important}.bootstrap-dark .pr-2,.bootstrap-dark .px-2{padding-right:.5rem!important}.bootstrap-dark .pb-2,.bootstrap-dark .py-2{padding-bottom:.5rem!important}.bootstrap-dark .pl-2,.bootstrap-dark .px-2{padding-left:.5rem!important}.bootstrap-dark .p-3{padding:1rem!important}.bootstrap-dark .pt-3,.bootstrap-dark .py-3{padding-top:1rem!important}.bootstrap-dark .pr-3,.bootstrap-dark .px-3{padding-right:1rem!important}.bootstrap-dark .pb-3,.bootstrap-dark .py-3{padding-bottom:1rem!important}.bootstrap-dark .pl-3,.bootstrap-dark .px-3{padding-left:1rem!important}.bootstrap-dark .p-4{padding:1.5rem!important}.bootstrap-dark .pt-4,.bootstrap-dark .py-4{padding-top:1.5rem!important}.bootstrap-dark .pr-4,.bootstrap-dark .px-4{padding-right:1.5rem!important}.bootstrap-dark .pb-4,.bootstrap-dark .py-4{padding-bottom:1.5rem!important}.bootstrap-dark .pl-4,.bootstrap-dark .px-4{padding-left:1.5rem!important}.bootstrap-dark .p-5{padding:3rem!important}.bootstrap-dark .pt-5,.bootstrap-dark .py-5{padding-top:3rem!important}.bootstrap-dark .pr-5,.bootstrap-dark .px-5{padding-right:3rem!important}.bootstrap-dark .pb-5,.bootstrap-dark .py-5{padding-bottom:3rem!important}.bootstrap-dark .pl-5,.bootstrap-dark .px-5{padding-left:3rem!important}.bootstrap-dark .m-n1{margin:-.25rem!important}.bootstrap-dark .mt-n1,.bootstrap-dark .my-n1{margin-top:-.25rem!important}.bootstrap-dark .mr-n1,.bootstrap-dark .mx-n1{margin-right:-.25rem!important}.bootstrap-dark .mb-n1,.bootstrap-dark .my-n1{margin-bottom:-.25rem!important}.bootstrap-dark .ml-n1,.bootstrap-dark .mx-n1{margin-left:-.25rem!important}.bootstrap-dark .m-n2{margin:-.5rem!important}.bootstrap-dark .mt-n2,.bootstrap-dark .my-n2{margin-top:-.5rem!important}.bootstrap-dark .mr-n2,.bootstrap-dark .mx-n2{margin-right:-.5rem!important}.bootstrap-dark .mb-n2,.bootstrap-dark .my-n2{margin-bottom:-.5rem!important}.bootstrap-dark .ml-n2,.bootstrap-dark .mx-n2{margin-left:-.5rem!important}.bootstrap-dark .m-n3{margin:-1rem!important}.bootstrap-dark .mt-n3,.bootstrap-dark .my-n3{margin-top:-1rem!important}.bootstrap-dark .mr-n3,.bootstrap-dark .mx-n3{margin-right:-1rem!important}.bootstrap-dark .mb-n3,.bootstrap-dark .my-n3{margin-bottom:-1rem!important}.bootstrap-dark .ml-n3,.bootstrap-dark .mx-n3{margin-left:-1rem!important}.bootstrap-dark .m-n4{margin:-1.5rem!important}.bootstrap-dark .mt-n4,.bootstrap-dark .my-n4{margin-top:-1.5rem!important}.bootstrap-dark .mr-n4,.bootstrap-dark .mx-n4{margin-right:-1.5rem!important}.bootstrap-dark .mb-n4,.bootstrap-dark .my-n4{margin-bottom:-1.5rem!important}.bootstrap-dark .ml-n4,.bootstrap-dark .mx-n4{margin-left:-1.5rem!important}.bootstrap-dark .m-n5{margin:-3rem!important}.bootstrap-dark .mt-n5,.bootstrap-dark .my-n5{margin-top:-3rem!important}.bootstrap-dark .mr-n5,.bootstrap-dark .mx-n5{margin-right:-3rem!important}.bootstrap-dark .mb-n5,.bootstrap-dark .my-n5{margin-bottom:-3rem!important}.bootstrap-dark .ml-n5,.bootstrap-dark .mx-n5{margin-left:-3rem!important}.bootstrap-dark .m-auto{margin:auto!important}.bootstrap-dark .mt-auto,.bootstrap-dark .my-auto{margin-top:auto!important}.bootstrap-dark .mr-auto,.bootstrap-dark .mx-auto{margin-right:auto!important}.bootstrap-dark .mb-auto,.bootstrap-dark .my-auto{margin-bottom:auto!important}.bootstrap-dark .ml-auto,.bootstrap-dark .mx-auto{margin-left:auto!important}@media(min-width:576px){.bootstrap-dark .m-sm-0{margin:0!important}.bootstrap-dark .mt-sm-0,.bootstrap-dark .my-sm-0{margin-top:0!important}.bootstrap-dark .mr-sm-0,.bootstrap-dark .mx-sm-0{margin-right:0!important}.bootstrap-dark .mb-sm-0,.bootstrap-dark .my-sm-0{margin-bottom:0!important}.bootstrap-dark .ml-sm-0,.bootstrap-dark .mx-sm-0{margin-left:0!important}.bootstrap-dark .m-sm-1{margin:.25rem!important}.bootstrap-dark .mt-sm-1,.bootstrap-dark .my-sm-1{margin-top:.25rem!important}.bootstrap-dark .mr-sm-1,.bootstrap-dark .mx-sm-1{margin-right:.25rem!important}.bootstrap-dark .mb-sm-1,.bootstrap-dark .my-sm-1{margin-bottom:.25rem!important}.bootstrap-dark .ml-sm-1,.bootstrap-dark .mx-sm-1{margin-left:.25rem!important}.bootstrap-dark .m-sm-2{margin:.5rem!important}.bootstrap-dark .mt-sm-2,.bootstrap-dark .my-sm-2{margin-top:.5rem!important}.bootstrap-dark .mr-sm-2,.bootstrap-dark .mx-sm-2{margin-right:.5rem!important}.bootstrap-dark .mb-sm-2,.bootstrap-dark .my-sm-2{margin-bottom:.5rem!important}.bootstrap-dark .ml-sm-2,.bootstrap-dark .mx-sm-2{margin-left:.5rem!important}.bootstrap-dark .m-sm-3{margin:1rem!important}.bootstrap-dark .mt-sm-3,.bootstrap-dark .my-sm-3{margin-top:1rem!important}.bootstrap-dark .mr-sm-3,.bootstrap-dark .mx-sm-3{margin-right:1rem!important}.bootstrap-dark .mb-sm-3,.bootstrap-dark .my-sm-3{margin-bottom:1rem!important}.bootstrap-dark .ml-sm-3,.bootstrap-dark .mx-sm-3{margin-left:1rem!important}.bootstrap-dark .m-sm-4{margin:1.5rem!important}.bootstrap-dark .mt-sm-4,.bootstrap-dark .my-sm-4{margin-top:1.5rem!important}.bootstrap-dark .mr-sm-4,.bootstrap-dark .mx-sm-4{margin-right:1.5rem!important}.bootstrap-dark .mb-sm-4,.bootstrap-dark .my-sm-4{margin-bottom:1.5rem!important}.bootstrap-dark .ml-sm-4,.bootstrap-dark .mx-sm-4{margin-left:1.5rem!important}.bootstrap-dark .m-sm-5{margin:3rem!important}.bootstrap-dark .mt-sm-5,.bootstrap-dark .my-sm-5{margin-top:3rem!important}.bootstrap-dark .mr-sm-5,.bootstrap-dark .mx-sm-5{margin-right:3rem!important}.bootstrap-dark .mb-sm-5,.bootstrap-dark .my-sm-5{margin-bottom:3rem!important}.bootstrap-dark .ml-sm-5,.bootstrap-dark .mx-sm-5{margin-left:3rem!important}.bootstrap-dark .p-sm-0{padding:0!important}.bootstrap-dark .pt-sm-0,.bootstrap-dark .py-sm-0{padding-top:0!important}.bootstrap-dark .pr-sm-0,.bootstrap-dark .px-sm-0{padding-right:0!important}.bootstrap-dark .pb-sm-0,.bootstrap-dark .py-sm-0{padding-bottom:0!important}.bootstrap-dark .pl-sm-0,.bootstrap-dark .px-sm-0{padding-left:0!important}.bootstrap-dark .p-sm-1{padding:.25rem!important}.bootstrap-dark .pt-sm-1,.bootstrap-dark .py-sm-1{padding-top:.25rem!important}.bootstrap-dark .pr-sm-1,.bootstrap-dark .px-sm-1{padding-right:.25rem!important}.bootstrap-dark .pb-sm-1,.bootstrap-dark .py-sm-1{padding-bottom:.25rem!important}.bootstrap-dark .pl-sm-1,.bootstrap-dark .px-sm-1{padding-left:.25rem!important}.bootstrap-dark .p-sm-2{padding:.5rem!important}.bootstrap-dark .pt-sm-2,.bootstrap-dark .py-sm-2{padding-top:.5rem!important}.bootstrap-dark .pr-sm-2,.bootstrap-dark .px-sm-2{padding-right:.5rem!important}.bootstrap-dark .pb-sm-2,.bootstrap-dark .py-sm-2{padding-bottom:.5rem!important}.bootstrap-dark .pl-sm-2,.bootstrap-dark .px-sm-2{padding-left:.5rem!important}.bootstrap-dark .p-sm-3{padding:1rem!important}.bootstrap-dark .pt-sm-3,.bootstrap-dark .py-sm-3{padding-top:1rem!important}.bootstrap-dark .pr-sm-3,.bootstrap-dark .px-sm-3{padding-right:1rem!important}.bootstrap-dark .pb-sm-3,.bootstrap-dark .py-sm-3{padding-bottom:1rem!important}.bootstrap-dark .pl-sm-3,.bootstrap-dark .px-sm-3{padding-left:1rem!important}.bootstrap-dark .p-sm-4{padding:1.5rem!important}.bootstrap-dark .pt-sm-4,.bootstrap-dark .py-sm-4{padding-top:1.5rem!important}.bootstrap-dark .pr-sm-4,.bootstrap-dark .px-sm-4{padding-right:1.5rem!important}.bootstrap-dark .pb-sm-4,.bootstrap-dark .py-sm-4{padding-bottom:1.5rem!important}.bootstrap-dark .pl-sm-4,.bootstrap-dark .px-sm-4{padding-left:1.5rem!important}.bootstrap-dark .p-sm-5{padding:3rem!important}.bootstrap-dark .pt-sm-5,.bootstrap-dark .py-sm-5{padding-top:3rem!important}.bootstrap-dark .pr-sm-5,.bootstrap-dark .px-sm-5{padding-right:3rem!important}.bootstrap-dark .pb-sm-5,.bootstrap-dark .py-sm-5{padding-bottom:3rem!important}.bootstrap-dark .pl-sm-5,.bootstrap-dark .px-sm-5{padding-left:3rem!important}.bootstrap-dark .m-sm-n1{margin:-.25rem!important}.bootstrap-dark .mt-sm-n1,.bootstrap-dark .my-sm-n1{margin-top:-.25rem!important}.bootstrap-dark .mr-sm-n1,.bootstrap-dark .mx-sm-n1{margin-right:-.25rem!important}.bootstrap-dark .mb-sm-n1,.bootstrap-dark .my-sm-n1{margin-bottom:-.25rem!important}.bootstrap-dark .ml-sm-n1,.bootstrap-dark .mx-sm-n1{margin-left:-.25rem!important}.bootstrap-dark .m-sm-n2{margin:-.5rem!important}.bootstrap-dark .mt-sm-n2,.bootstrap-dark .my-sm-n2{margin-top:-.5rem!important}.bootstrap-dark .mr-sm-n2,.bootstrap-dark .mx-sm-n2{margin-right:-.5rem!important}.bootstrap-dark .mb-sm-n2,.bootstrap-dark .my-sm-n2{margin-bottom:-.5rem!important}.bootstrap-dark .ml-sm-n2,.bootstrap-dark .mx-sm-n2{margin-left:-.5rem!important}.bootstrap-dark .m-sm-n3{margin:-1rem!important}.bootstrap-dark .mt-sm-n3,.bootstrap-dark .my-sm-n3{margin-top:-1rem!important}.bootstrap-dark .mr-sm-n3,.bootstrap-dark .mx-sm-n3{margin-right:-1rem!important}.bootstrap-dark .mb-sm-n3,.bootstrap-dark .my-sm-n3{margin-bottom:-1rem!important}.bootstrap-dark .ml-sm-n3,.bootstrap-dark .mx-sm-n3{margin-left:-1rem!important}.bootstrap-dark .m-sm-n4{margin:-1.5rem!important}.bootstrap-dark .mt-sm-n4,.bootstrap-dark .my-sm-n4{margin-top:-1.5rem!important}.bootstrap-dark .mr-sm-n4,.bootstrap-dark .mx-sm-n4{margin-right:-1.5rem!important}.bootstrap-dark .mb-sm-n4,.bootstrap-dark .my-sm-n4{margin-bottom:-1.5rem!important}.bootstrap-dark .ml-sm-n4,.bootstrap-dark .mx-sm-n4{margin-left:-1.5rem!important}.bootstrap-dark .m-sm-n5{margin:-3rem!important}.bootstrap-dark .mt-sm-n5,.bootstrap-dark .my-sm-n5{margin-top:-3rem!important}.bootstrap-dark .mr-sm-n5,.bootstrap-dark .mx-sm-n5{margin-right:-3rem!important}.bootstrap-dark .mb-sm-n5,.bootstrap-dark .my-sm-n5{margin-bottom:-3rem!important}.bootstrap-dark .ml-sm-n5,.bootstrap-dark .mx-sm-n5{margin-left:-3rem!important}.bootstrap-dark .m-sm-auto{margin:auto!important}.bootstrap-dark .mt-sm-auto,.bootstrap-dark .my-sm-auto{margin-top:auto!important}.bootstrap-dark .mr-sm-auto,.bootstrap-dark .mx-sm-auto{margin-right:auto!important}.bootstrap-dark .mb-sm-auto,.bootstrap-dark .my-sm-auto{margin-bottom:auto!important}.bootstrap-dark .ml-sm-auto,.bootstrap-dark .mx-sm-auto{margin-left:auto!important}}@media(min-width:768px){.bootstrap-dark .m-md-0{margin:0!important}.bootstrap-dark .mt-md-0,.bootstrap-dark .my-md-0{margin-top:0!important}.bootstrap-dark .mr-md-0,.bootstrap-dark .mx-md-0{margin-right:0!important}.bootstrap-dark .mb-md-0,.bootstrap-dark .my-md-0{margin-bottom:0!important}.bootstrap-dark .ml-md-0,.bootstrap-dark .mx-md-0{margin-left:0!important}.bootstrap-dark .m-md-1{margin:.25rem!important}.bootstrap-dark .mt-md-1,.bootstrap-dark .my-md-1{margin-top:.25rem!important}.bootstrap-dark .mr-md-1,.bootstrap-dark .mx-md-1{margin-right:.25rem!important}.bootstrap-dark .mb-md-1,.bootstrap-dark .my-md-1{margin-bottom:.25rem!important}.bootstrap-dark .ml-md-1,.bootstrap-dark .mx-md-1{margin-left:.25rem!important}.bootstrap-dark .m-md-2{margin:.5rem!important}.bootstrap-dark .mt-md-2,.bootstrap-dark .my-md-2{margin-top:.5rem!important}.bootstrap-dark .mr-md-2,.bootstrap-dark .mx-md-2{margin-right:.5rem!important}.bootstrap-dark .mb-md-2,.bootstrap-dark .my-md-2{margin-bottom:.5rem!important}.bootstrap-dark .ml-md-2,.bootstrap-dark .mx-md-2{margin-left:.5rem!important}.bootstrap-dark .m-md-3{margin:1rem!important}.bootstrap-dark .mt-md-3,.bootstrap-dark .my-md-3{margin-top:1rem!important}.bootstrap-dark .mr-md-3,.bootstrap-dark .mx-md-3{margin-right:1rem!important}.bootstrap-dark .mb-md-3,.bootstrap-dark .my-md-3{margin-bottom:1rem!important}.bootstrap-dark .ml-md-3,.bootstrap-dark .mx-md-3{margin-left:1rem!important}.bootstrap-dark .m-md-4{margin:1.5rem!important}.bootstrap-dark .mt-md-4,.bootstrap-dark .my-md-4{margin-top:1.5rem!important}.bootstrap-dark .mr-md-4,.bootstrap-dark .mx-md-4{margin-right:1.5rem!important}.bootstrap-dark .mb-md-4,.bootstrap-dark .my-md-4{margin-bottom:1.5rem!important}.bootstrap-dark .ml-md-4,.bootstrap-dark .mx-md-4{margin-left:1.5rem!important}.bootstrap-dark .m-md-5{margin:3rem!important}.bootstrap-dark .mt-md-5,.bootstrap-dark .my-md-5{margin-top:3rem!important}.bootstrap-dark .mr-md-5,.bootstrap-dark .mx-md-5{margin-right:3rem!important}.bootstrap-dark .mb-md-5,.bootstrap-dark .my-md-5{margin-bottom:3rem!important}.bootstrap-dark .ml-md-5,.bootstrap-dark .mx-md-5{margin-left:3rem!important}.bootstrap-dark .p-md-0{padding:0!important}.bootstrap-dark .pt-md-0,.bootstrap-dark .py-md-0{padding-top:0!important}.bootstrap-dark .pr-md-0,.bootstrap-dark .px-md-0{padding-right:0!important}.bootstrap-dark .pb-md-0,.bootstrap-dark .py-md-0{padding-bottom:0!important}.bootstrap-dark .pl-md-0,.bootstrap-dark .px-md-0{padding-left:0!important}.bootstrap-dark .p-md-1{padding:.25rem!important}.bootstrap-dark .pt-md-1,.bootstrap-dark .py-md-1{padding-top:.25rem!important}.bootstrap-dark .pr-md-1,.bootstrap-dark .px-md-1{padding-right:.25rem!important}.bootstrap-dark .pb-md-1,.bootstrap-dark .py-md-1{padding-bottom:.25rem!important}.bootstrap-dark .pl-md-1,.bootstrap-dark .px-md-1{padding-left:.25rem!important}.bootstrap-dark .p-md-2{padding:.5rem!important}.bootstrap-dark .pt-md-2,.bootstrap-dark .py-md-2{padding-top:.5rem!important}.bootstrap-dark .pr-md-2,.bootstrap-dark .px-md-2{padding-right:.5rem!important}.bootstrap-dark .pb-md-2,.bootstrap-dark .py-md-2{padding-bottom:.5rem!important}.bootstrap-dark .pl-md-2,.bootstrap-dark .px-md-2{padding-left:.5rem!important}.bootstrap-dark .p-md-3{padding:1rem!important}.bootstrap-dark .pt-md-3,.bootstrap-dark .py-md-3{padding-top:1rem!important}.bootstrap-dark .pr-md-3,.bootstrap-dark .px-md-3{padding-right:1rem!important}.bootstrap-dark .pb-md-3,.bootstrap-dark .py-md-3{padding-bottom:1rem!important}.bootstrap-dark .pl-md-3,.bootstrap-dark .px-md-3{padding-left:1rem!important}.bootstrap-dark .p-md-4{padding:1.5rem!important}.bootstrap-dark .pt-md-4,.bootstrap-dark .py-md-4{padding-top:1.5rem!important}.bootstrap-dark .pr-md-4,.bootstrap-dark .px-md-4{padding-right:1.5rem!important}.bootstrap-dark .pb-md-4,.bootstrap-dark .py-md-4{padding-bottom:1.5rem!important}.bootstrap-dark .pl-md-4,.bootstrap-dark .px-md-4{padding-left:1.5rem!important}.bootstrap-dark .p-md-5{padding:3rem!important}.bootstrap-dark .pt-md-5,.bootstrap-dark .py-md-5{padding-top:3rem!important}.bootstrap-dark .pr-md-5,.bootstrap-dark .px-md-5{padding-right:3rem!important}.bootstrap-dark .pb-md-5,.bootstrap-dark .py-md-5{padding-bottom:3rem!important}.bootstrap-dark .pl-md-5,.bootstrap-dark .px-md-5{padding-left:3rem!important}.bootstrap-dark .m-md-n1{margin:-.25rem!important}.bootstrap-dark .mt-md-n1,.bootstrap-dark .my-md-n1{margin-top:-.25rem!important}.bootstrap-dark .mr-md-n1,.bootstrap-dark .mx-md-n1{margin-right:-.25rem!important}.bootstrap-dark .mb-md-n1,.bootstrap-dark .my-md-n1{margin-bottom:-.25rem!important}.bootstrap-dark .ml-md-n1,.bootstrap-dark .mx-md-n1{margin-left:-.25rem!important}.bootstrap-dark .m-md-n2{margin:-.5rem!important}.bootstrap-dark .mt-md-n2,.bootstrap-dark .my-md-n2{margin-top:-.5rem!important}.bootstrap-dark .mr-md-n2,.bootstrap-dark .mx-md-n2{margin-right:-.5rem!important}.bootstrap-dark .mb-md-n2,.bootstrap-dark .my-md-n2{margin-bottom:-.5rem!important}.bootstrap-dark .ml-md-n2,.bootstrap-dark .mx-md-n2{margin-left:-.5rem!important}.bootstrap-dark .m-md-n3{margin:-1rem!important}.bootstrap-dark .mt-md-n3,.bootstrap-dark .my-md-n3{margin-top:-1rem!important}.bootstrap-dark .mr-md-n3,.bootstrap-dark .mx-md-n3{margin-right:-1rem!important}.bootstrap-dark .mb-md-n3,.bootstrap-dark .my-md-n3{margin-bottom:-1rem!important}.bootstrap-dark .ml-md-n3,.bootstrap-dark .mx-md-n3{margin-left:-1rem!important}.bootstrap-dark .m-md-n4{margin:-1.5rem!important}.bootstrap-dark .mt-md-n4,.bootstrap-dark .my-md-n4{margin-top:-1.5rem!important}.bootstrap-dark .mr-md-n4,.bootstrap-dark .mx-md-n4{margin-right:-1.5rem!important}.bootstrap-dark .mb-md-n4,.bootstrap-dark .my-md-n4{margin-bottom:-1.5rem!important}.bootstrap-dark .ml-md-n4,.bootstrap-dark .mx-md-n4{margin-left:-1.5rem!important}.bootstrap-dark .m-md-n5{margin:-3rem!important}.bootstrap-dark .mt-md-n5,.bootstrap-dark .my-md-n5{margin-top:-3rem!important}.bootstrap-dark .mr-md-n5,.bootstrap-dark .mx-md-n5{margin-right:-3rem!important}.bootstrap-dark .mb-md-n5,.bootstrap-dark .my-md-n5{margin-bottom:-3rem!important}.bootstrap-dark .ml-md-n5,.bootstrap-dark .mx-md-n5{margin-left:-3rem!important}.bootstrap-dark .m-md-auto{margin:auto!important}.bootstrap-dark .mt-md-auto,.bootstrap-dark .my-md-auto{margin-top:auto!important}.bootstrap-dark .mr-md-auto,.bootstrap-dark .mx-md-auto{margin-right:auto!important}.bootstrap-dark .mb-md-auto,.bootstrap-dark .my-md-auto{margin-bottom:auto!important}.bootstrap-dark .ml-md-auto,.bootstrap-dark .mx-md-auto{margin-left:auto!important}}@media(min-width:992px){.bootstrap-dark .m-lg-0{margin:0!important}.bootstrap-dark .mt-lg-0,.bootstrap-dark .my-lg-0{margin-top:0!important}.bootstrap-dark .mr-lg-0,.bootstrap-dark .mx-lg-0{margin-right:0!important}.bootstrap-dark .mb-lg-0,.bootstrap-dark .my-lg-0{margin-bottom:0!important}.bootstrap-dark .ml-lg-0,.bootstrap-dark .mx-lg-0{margin-left:0!important}.bootstrap-dark .m-lg-1{margin:.25rem!important}.bootstrap-dark .mt-lg-1,.bootstrap-dark .my-lg-1{margin-top:.25rem!important}.bootstrap-dark .mr-lg-1,.bootstrap-dark .mx-lg-1{margin-right:.25rem!important}.bootstrap-dark .mb-lg-1,.bootstrap-dark .my-lg-1{margin-bottom:.25rem!important}.bootstrap-dark .ml-lg-1,.bootstrap-dark .mx-lg-1{margin-left:.25rem!important}.bootstrap-dark .m-lg-2{margin:.5rem!important}.bootstrap-dark .mt-lg-2,.bootstrap-dark .my-lg-2{margin-top:.5rem!important}.bootstrap-dark .mr-lg-2,.bootstrap-dark .mx-lg-2{margin-right:.5rem!important}.bootstrap-dark .mb-lg-2,.bootstrap-dark .my-lg-2{margin-bottom:.5rem!important}.bootstrap-dark .ml-lg-2,.bootstrap-dark .mx-lg-2{margin-left:.5rem!important}.bootstrap-dark .m-lg-3{margin:1rem!important}.bootstrap-dark .mt-lg-3,.bootstrap-dark .my-lg-3{margin-top:1rem!important}.bootstrap-dark .mr-lg-3,.bootstrap-dark .mx-lg-3{margin-right:1rem!important}.bootstrap-dark .mb-lg-3,.bootstrap-dark .my-lg-3{margin-bottom:1rem!important}.bootstrap-dark .ml-lg-3,.bootstrap-dark .mx-lg-3{margin-left:1rem!important}.bootstrap-dark .m-lg-4{margin:1.5rem!important}.bootstrap-dark .mt-lg-4,.bootstrap-dark .my-lg-4{margin-top:1.5rem!important}.bootstrap-dark .mr-lg-4,.bootstrap-dark .mx-lg-4{margin-right:1.5rem!important}.bootstrap-dark .mb-lg-4,.bootstrap-dark .my-lg-4{margin-bottom:1.5rem!important}.bootstrap-dark .ml-lg-4,.bootstrap-dark .mx-lg-4{margin-left:1.5rem!important}.bootstrap-dark .m-lg-5{margin:3rem!important}.bootstrap-dark .mt-lg-5,.bootstrap-dark .my-lg-5{margin-top:3rem!important}.bootstrap-dark .mr-lg-5,.bootstrap-dark .mx-lg-5{margin-right:3rem!important}.bootstrap-dark .mb-lg-5,.bootstrap-dark .my-lg-5{margin-bottom:3rem!important}.bootstrap-dark .ml-lg-5,.bootstrap-dark .mx-lg-5{margin-left:3rem!important}.bootstrap-dark .p-lg-0{padding:0!important}.bootstrap-dark .pt-lg-0,.bootstrap-dark .py-lg-0{padding-top:0!important}.bootstrap-dark .pr-lg-0,.bootstrap-dark .px-lg-0{padding-right:0!important}.bootstrap-dark .pb-lg-0,.bootstrap-dark .py-lg-0{padding-bottom:0!important}.bootstrap-dark .pl-lg-0,.bootstrap-dark .px-lg-0{padding-left:0!important}.bootstrap-dark .p-lg-1{padding:.25rem!important}.bootstrap-dark .pt-lg-1,.bootstrap-dark .py-lg-1{padding-top:.25rem!important}.bootstrap-dark .pr-lg-1,.bootstrap-dark .px-lg-1{padding-right:.25rem!important}.bootstrap-dark .pb-lg-1,.bootstrap-dark .py-lg-1{padding-bottom:.25rem!important}.bootstrap-dark .pl-lg-1,.bootstrap-dark .px-lg-1{padding-left:.25rem!important}.bootstrap-dark .p-lg-2{padding:.5rem!important}.bootstrap-dark .pt-lg-2,.bootstrap-dark .py-lg-2{padding-top:.5rem!important}.bootstrap-dark .pr-lg-2,.bootstrap-dark .px-lg-2{padding-right:.5rem!important}.bootstrap-dark .pb-lg-2,.bootstrap-dark .py-lg-2{padding-bottom:.5rem!important}.bootstrap-dark .pl-lg-2,.bootstrap-dark .px-lg-2{padding-left:.5rem!important}.bootstrap-dark .p-lg-3{padding:1rem!important}.bootstrap-dark .pt-lg-3,.bootstrap-dark .py-lg-3{padding-top:1rem!important}.bootstrap-dark .pr-lg-3,.bootstrap-dark .px-lg-3{padding-right:1rem!important}.bootstrap-dark .pb-lg-3,.bootstrap-dark .py-lg-3{padding-bottom:1rem!important}.bootstrap-dark .pl-lg-3,.bootstrap-dark .px-lg-3{padding-left:1rem!important}.bootstrap-dark .p-lg-4{padding:1.5rem!important}.bootstrap-dark .pt-lg-4,.bootstrap-dark .py-lg-4{padding-top:1.5rem!important}.bootstrap-dark .pr-lg-4,.bootstrap-dark .px-lg-4{padding-right:1.5rem!important}.bootstrap-dark .pb-lg-4,.bootstrap-dark .py-lg-4{padding-bottom:1.5rem!important}.bootstrap-dark .pl-lg-4,.bootstrap-dark .px-lg-4{padding-left:1.5rem!important}.bootstrap-dark .p-lg-5{padding:3rem!important}.bootstrap-dark .pt-lg-5,.bootstrap-dark .py-lg-5{padding-top:3rem!important}.bootstrap-dark .pr-lg-5,.bootstrap-dark .px-lg-5{padding-right:3rem!important}.bootstrap-dark .pb-lg-5,.bootstrap-dark .py-lg-5{padding-bottom:3rem!important}.bootstrap-dark .pl-lg-5,.bootstrap-dark .px-lg-5{padding-left:3rem!important}.bootstrap-dark .m-lg-n1{margin:-.25rem!important}.bootstrap-dark .mt-lg-n1,.bootstrap-dark .my-lg-n1{margin-top:-.25rem!important}.bootstrap-dark .mr-lg-n1,.bootstrap-dark .mx-lg-n1{margin-right:-.25rem!important}.bootstrap-dark .mb-lg-n1,.bootstrap-dark .my-lg-n1{margin-bottom:-.25rem!important}.bootstrap-dark .ml-lg-n1,.bootstrap-dark .mx-lg-n1{margin-left:-.25rem!important}.bootstrap-dark .m-lg-n2{margin:-.5rem!important}.bootstrap-dark .mt-lg-n2,.bootstrap-dark .my-lg-n2{margin-top:-.5rem!important}.bootstrap-dark .mr-lg-n2,.bootstrap-dark .mx-lg-n2{margin-right:-.5rem!important}.bootstrap-dark .mb-lg-n2,.bootstrap-dark .my-lg-n2{margin-bottom:-.5rem!important}.bootstrap-dark .ml-lg-n2,.bootstrap-dark .mx-lg-n2{margin-left:-.5rem!important}.bootstrap-dark .m-lg-n3{margin:-1rem!important}.bootstrap-dark .mt-lg-n3,.bootstrap-dark .my-lg-n3{margin-top:-1rem!important}.bootstrap-dark .mr-lg-n3,.bootstrap-dark .mx-lg-n3{margin-right:-1rem!important}.bootstrap-dark .mb-lg-n3,.bootstrap-dark .my-lg-n3{margin-bottom:-1rem!important}.bootstrap-dark .ml-lg-n3,.bootstrap-dark .mx-lg-n3{margin-left:-1rem!important}.bootstrap-dark .m-lg-n4{margin:-1.5rem!important}.bootstrap-dark .mt-lg-n4,.bootstrap-dark .my-lg-n4{margin-top:-1.5rem!important}.bootstrap-dark .mr-lg-n4,.bootstrap-dark .mx-lg-n4{margin-right:-1.5rem!important}.bootstrap-dark .mb-lg-n4,.bootstrap-dark .my-lg-n4{margin-bottom:-1.5rem!important}.bootstrap-dark .ml-lg-n4,.bootstrap-dark .mx-lg-n4{margin-left:-1.5rem!important}.bootstrap-dark .m-lg-n5{margin:-3rem!important}.bootstrap-dark .mt-lg-n5,.bootstrap-dark .my-lg-n5{margin-top:-3rem!important}.bootstrap-dark .mr-lg-n5,.bootstrap-dark .mx-lg-n5{margin-right:-3rem!important}.bootstrap-dark .mb-lg-n5,.bootstrap-dark .my-lg-n5{margin-bottom:-3rem!important}.bootstrap-dark .ml-lg-n5,.bootstrap-dark .mx-lg-n5{margin-left:-3rem!important}.bootstrap-dark .m-lg-auto{margin:auto!important}.bootstrap-dark .mt-lg-auto,.bootstrap-dark .my-lg-auto{margin-top:auto!important}.bootstrap-dark .mr-lg-auto,.bootstrap-dark .mx-lg-auto{margin-right:auto!important}.bootstrap-dark .mb-lg-auto,.bootstrap-dark .my-lg-auto{margin-bottom:auto!important}.bootstrap-dark .ml-lg-auto,.bootstrap-dark .mx-lg-auto{margin-left:auto!important}}@media(min-width:1200px){.bootstrap-dark .m-xl-0{margin:0!important}.bootstrap-dark .mt-xl-0,.bootstrap-dark .my-xl-0{margin-top:0!important}.bootstrap-dark .mr-xl-0,.bootstrap-dark .mx-xl-0{margin-right:0!important}.bootstrap-dark .mb-xl-0,.bootstrap-dark .my-xl-0{margin-bottom:0!important}.bootstrap-dark .ml-xl-0,.bootstrap-dark .mx-xl-0{margin-left:0!important}.bootstrap-dark .m-xl-1{margin:.25rem!important}.bootstrap-dark .mt-xl-1,.bootstrap-dark .my-xl-1{margin-top:.25rem!important}.bootstrap-dark .mr-xl-1,.bootstrap-dark .mx-xl-1{margin-right:.25rem!important}.bootstrap-dark .mb-xl-1,.bootstrap-dark .my-xl-1{margin-bottom:.25rem!important}.bootstrap-dark .ml-xl-1,.bootstrap-dark .mx-xl-1{margin-left:.25rem!important}.bootstrap-dark .m-xl-2{margin:.5rem!important}.bootstrap-dark .mt-xl-2,.bootstrap-dark .my-xl-2{margin-top:.5rem!important}.bootstrap-dark .mr-xl-2,.bootstrap-dark .mx-xl-2{margin-right:.5rem!important}.bootstrap-dark .mb-xl-2,.bootstrap-dark .my-xl-2{margin-bottom:.5rem!important}.bootstrap-dark .ml-xl-2,.bootstrap-dark .mx-xl-2{margin-left:.5rem!important}.bootstrap-dark .m-xl-3{margin:1rem!important}.bootstrap-dark .mt-xl-3,.bootstrap-dark .my-xl-3{margin-top:1rem!important}.bootstrap-dark .mr-xl-3,.bootstrap-dark .mx-xl-3{margin-right:1rem!important}.bootstrap-dark .mb-xl-3,.bootstrap-dark .my-xl-3{margin-bottom:1rem!important}.bootstrap-dark .ml-xl-3,.bootstrap-dark .mx-xl-3{margin-left:1rem!important}.bootstrap-dark .m-xl-4{margin:1.5rem!important}.bootstrap-dark .mt-xl-4,.bootstrap-dark .my-xl-4{margin-top:1.5rem!important}.bootstrap-dark .mr-xl-4,.bootstrap-dark .mx-xl-4{margin-right:1.5rem!important}.bootstrap-dark .mb-xl-4,.bootstrap-dark .my-xl-4{margin-bottom:1.5rem!important}.bootstrap-dark .ml-xl-4,.bootstrap-dark .mx-xl-4{margin-left:1.5rem!important}.bootstrap-dark .m-xl-5{margin:3rem!important}.bootstrap-dark .mt-xl-5,.bootstrap-dark .my-xl-5{margin-top:3rem!important}.bootstrap-dark .mr-xl-5,.bootstrap-dark .mx-xl-5{margin-right:3rem!important}.bootstrap-dark .mb-xl-5,.bootstrap-dark .my-xl-5{margin-bottom:3rem!important}.bootstrap-dark .ml-xl-5,.bootstrap-dark .mx-xl-5{margin-left:3rem!important}.bootstrap-dark .p-xl-0{padding:0!important}.bootstrap-dark .pt-xl-0,.bootstrap-dark .py-xl-0{padding-top:0!important}.bootstrap-dark .pr-xl-0,.bootstrap-dark .px-xl-0{padding-right:0!important}.bootstrap-dark .pb-xl-0,.bootstrap-dark .py-xl-0{padding-bottom:0!important}.bootstrap-dark .pl-xl-0,.bootstrap-dark .px-xl-0{padding-left:0!important}.bootstrap-dark .p-xl-1{padding:.25rem!important}.bootstrap-dark .pt-xl-1,.bootstrap-dark .py-xl-1{padding-top:.25rem!important}.bootstrap-dark .pr-xl-1,.bootstrap-dark .px-xl-1{padding-right:.25rem!important}.bootstrap-dark .pb-xl-1,.bootstrap-dark .py-xl-1{padding-bottom:.25rem!important}.bootstrap-dark .pl-xl-1,.bootstrap-dark .px-xl-1{padding-left:.25rem!important}.bootstrap-dark .p-xl-2{padding:.5rem!important}.bootstrap-dark .pt-xl-2,.bootstrap-dark .py-xl-2{padding-top:.5rem!important}.bootstrap-dark .pr-xl-2,.bootstrap-dark .px-xl-2{padding-right:.5rem!important}.bootstrap-dark .pb-xl-2,.bootstrap-dark .py-xl-2{padding-bottom:.5rem!important}.bootstrap-dark .pl-xl-2,.bootstrap-dark .px-xl-2{padding-left:.5rem!important}.bootstrap-dark .p-xl-3{padding:1rem!important}.bootstrap-dark .pt-xl-3,.bootstrap-dark .py-xl-3{padding-top:1rem!important}.bootstrap-dark .pr-xl-3,.bootstrap-dark .px-xl-3{padding-right:1rem!important}.bootstrap-dark .pb-xl-3,.bootstrap-dark .py-xl-3{padding-bottom:1rem!important}.bootstrap-dark .pl-xl-3,.bootstrap-dark .px-xl-3{padding-left:1rem!important}.bootstrap-dark .p-xl-4{padding:1.5rem!important}.bootstrap-dark .pt-xl-4,.bootstrap-dark .py-xl-4{padding-top:1.5rem!important}.bootstrap-dark .pr-xl-4,.bootstrap-dark .px-xl-4{padding-right:1.5rem!important}.bootstrap-dark .pb-xl-4,.bootstrap-dark .py-xl-4{padding-bottom:1.5rem!important}.bootstrap-dark .pl-xl-4,.bootstrap-dark .px-xl-4{padding-left:1.5rem!important}.bootstrap-dark .p-xl-5{padding:3rem!important}.bootstrap-dark .pt-xl-5,.bootstrap-dark .py-xl-5{padding-top:3rem!important}.bootstrap-dark .pr-xl-5,.bootstrap-dark .px-xl-5{padding-right:3rem!important}.bootstrap-dark .pb-xl-5,.bootstrap-dark .py-xl-5{padding-bottom:3rem!important}.bootstrap-dark .pl-xl-5,.bootstrap-dark .px-xl-5{padding-left:3rem!important}.bootstrap-dark .m-xl-n1{margin:-.25rem!important}.bootstrap-dark .mt-xl-n1,.bootstrap-dark .my-xl-n1{margin-top:-.25rem!important}.bootstrap-dark .mr-xl-n1,.bootstrap-dark .mx-xl-n1{margin-right:-.25rem!important}.bootstrap-dark .mb-xl-n1,.bootstrap-dark .my-xl-n1{margin-bottom:-.25rem!important}.bootstrap-dark .ml-xl-n1,.bootstrap-dark .mx-xl-n1{margin-left:-.25rem!important}.bootstrap-dark .m-xl-n2{margin:-.5rem!important}.bootstrap-dark .mt-xl-n2,.bootstrap-dark .my-xl-n2{margin-top:-.5rem!important}.bootstrap-dark .mr-xl-n2,.bootstrap-dark .mx-xl-n2{margin-right:-.5rem!important}.bootstrap-dark .mb-xl-n2,.bootstrap-dark .my-xl-n2{margin-bottom:-.5rem!important}.bootstrap-dark .ml-xl-n2,.bootstrap-dark .mx-xl-n2{margin-left:-.5rem!important}.bootstrap-dark .m-xl-n3{margin:-1rem!important}.bootstrap-dark .mt-xl-n3,.bootstrap-dark .my-xl-n3{margin-top:-1rem!important}.bootstrap-dark .mr-xl-n3,.bootstrap-dark .mx-xl-n3{margin-right:-1rem!important}.bootstrap-dark .mb-xl-n3,.bootstrap-dark .my-xl-n3{margin-bottom:-1rem!important}.bootstrap-dark .ml-xl-n3,.bootstrap-dark .mx-xl-n3{margin-left:-1rem!important}.bootstrap-dark .m-xl-n4{margin:-1.5rem!important}.bootstrap-dark .mt-xl-n4,.bootstrap-dark .my-xl-n4{margin-top:-1.5rem!important}.bootstrap-dark .mr-xl-n4,.bootstrap-dark .mx-xl-n4{margin-right:-1.5rem!important}.bootstrap-dark .mb-xl-n4,.bootstrap-dark .my-xl-n4{margin-bottom:-1.5rem!important}.bootstrap-dark .ml-xl-n4,.bootstrap-dark .mx-xl-n4{margin-left:-1.5rem!important}.bootstrap-dark .m-xl-n5{margin:-3rem!important}.bootstrap-dark .mt-xl-n5,.bootstrap-dark .my-xl-n5{margin-top:-3rem!important}.bootstrap-dark .mr-xl-n5,.bootstrap-dark .mx-xl-n5{margin-right:-3rem!important}.bootstrap-dark .mb-xl-n5,.bootstrap-dark .my-xl-n5{margin-bottom:-3rem!important}.bootstrap-dark .ml-xl-n5,.bootstrap-dark .mx-xl-n5{margin-left:-3rem!important}.bootstrap-dark .m-xl-auto{margin:auto!important}.bootstrap-dark .mt-xl-auto,.bootstrap-dark .my-xl-auto{margin-top:auto!important}.bootstrap-dark .mr-xl-auto,.bootstrap-dark .mx-xl-auto{margin-right:auto!important}.bootstrap-dark .mb-xl-auto,.bootstrap-dark .my-xl-auto{margin-bottom:auto!important}.bootstrap-dark .ml-xl-auto,.bootstrap-dark .mx-xl-auto{margin-left:auto!important}}.bootstrap-dark .stretched-link:after{background-color:#0000;bottom:0;content:"";left:0;pointer-events:auto;position:absolute;right:0;top:0;z-index:1}.bootstrap-dark .text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.bootstrap-dark .text-justify{text-align:justify!important}.bootstrap-dark .text-wrap{white-space:normal!important}.bootstrap-dark .text-nowrap{white-space:nowrap!important}.bootstrap-dark .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bootstrap-dark .text-left{text-align:left!important}.bootstrap-dark .text-right{text-align:right!important}.bootstrap-dark .text-center{text-align:center!important}@media(min-width:576px){.bootstrap-dark .text-sm-left{text-align:left!important}.bootstrap-dark .text-sm-right{text-align:right!important}.bootstrap-dark .text-sm-center{text-align:center!important}}@media(min-width:768px){.bootstrap-dark .text-md-left{text-align:left!important}.bootstrap-dark .text-md-right{text-align:right!important}.bootstrap-dark .text-md-center{text-align:center!important}}@media(min-width:992px){.bootstrap-dark .text-lg-left{text-align:left!important}.bootstrap-dark .text-lg-right{text-align:right!important}.bootstrap-dark .text-lg-center{text-align:center!important}}@media(min-width:1200px){.bootstrap-dark .text-xl-left{text-align:left!important}.bootstrap-dark .text-xl-right{text-align:right!important}.bootstrap-dark .text-xl-center{text-align:center!important}}.bootstrap-dark .text-lowercase{text-transform:lowercase!important}.bootstrap-dark .text-uppercase{text-transform:uppercase!important}.bootstrap-dark .text-capitalize{text-transform:capitalize!important}.bootstrap-dark .font-weight-light{font-weight:300!important}.bootstrap-dark .font-weight-lighter{font-weight:lighter!important}.bootstrap-dark .font-weight-normal{font-weight:400!important}.bootstrap-dark .font-weight-bold{font-weight:700!important}.bootstrap-dark .font-weight-bolder{font-weight:bolder!important}.bootstrap-dark .font-italic{font-style:italic!important}.bootstrap-dark .text-white{color:#fff!important}.bootstrap-dark .text-primary{color:#007bff!important}.bootstrap-dark a.text-primary:focus,.bootstrap-dark a.text-primary:hover{color:#0056b3!important}.bootstrap-dark .text-secondary{color:#6c757d!important}.bootstrap-dark a.text-secondary:focus,.bootstrap-dark a.text-secondary:hover{color:#494f54!important}.bootstrap-dark .text-success{color:#28a745!important}.bootstrap-dark a.text-success:focus,.bootstrap-dark a.text-success:hover{color:#19692c!important}.bootstrap-dark .text-info{color:#17a2b8!important}.bootstrap-dark a.text-info:focus,.bootstrap-dark a.text-info:hover{color:#0f6674!important}.bootstrap-dark .text-warning{color:#ffc107!important}.bootstrap-dark a.text-warning:focus,.bootstrap-dark a.text-warning:hover{color:#ba8b00!important}.bootstrap-dark .text-danger{color:#dc3545!important}.bootstrap-dark a.text-danger:focus,.bootstrap-dark a.text-danger:hover{color:#a71d2a!important}.bootstrap-dark .text-light{color:#f8f9fa!important}.bootstrap-dark a.text-light:focus,.bootstrap-dark a.text-light:hover{color:#cbd3da!important}.bootstrap-dark .text-dark{color:#343a40!important}.bootstrap-dark a.text-dark:focus,.bootstrap-dark a.text-dark:hover{color:#121416!important}.bootstrap-dark .text-body{color:#d3d3d3!important}.bootstrap-dark .text-muted{color:#6c757d!important}.bootstrap-dark .text-black-50{color:#00000080!important}.bootstrap-dark .text-white-50{color:#ffffff80!important}.bootstrap-dark .text-hide{background-color:initial;border:0;color:#0000;font:0/0 a;text-shadow:none}.bootstrap-dark .text-decoration-none{text-decoration:none!important}.bootstrap-dark .text-break{word-wrap:break-word!important;word-break:break-word!important}.bootstrap-dark .text-reset{color:inherit!important}.bootstrap-dark .visible{visibility:visible!important}.bootstrap-dark .invisible{visibility:hidden!important}.bootstrap-dark .alert-cell{background:#212529;color:#fff}.bootstrap-dark .rule-cell{background-color:#212529}.bootstrap-dark .config-yaml{background-color:#adb5bd;border:1px solid #495057;border-radius:4px;color:#000;display:block;font-size:13px;padding:10px;word-break:break-all}.bootstrap-dark .query-stats{color:#6c757d;flex-grow:1;font-size:.7rem}.bootstrap-dark .metrics-explorer.modal-dialog{max-width:750px;overflow-wrap:break-word}.bootstrap-dark .metrics-explorer .metric{cursor:pointer;margin:0;padding:5px}.bootstrap-dark .metrics-explorer .metric:hover{background:#212529}.bootstrap-dark button.metrics-explorer-btn{background-color:#343a40;border:1px solid #6c757d;color:#dee2e6}.bootstrap-dark .graph-controls button.clear-time-btn,.bootstrap-dark .table-controls button.clear-time-btn{background-color:#000;border:1px solid #6c757d;border-left:none}.bootstrap-dark .graph-controls button.clear-time-btn:hover,.bootstrap-dark .table-controls button.clear-time-btn:hover{color:#545b62}.bootstrap-dark button.execute-btn{border:1px solid #1a88ff;width:84px}.bootstrap-dark .expression-input .cm-expression-input{border:1px solid #6c757d;flex:1 1 auto;font-size:15px;padding:4px 0 0 8px}.bootstrap-dark .tab-content{border-bottom:1px solid hsla(0,0%,100%,.125);border-left:1px solid hsla(0,0%,100%,.125);border-right:1px solid hsla(0,0%,100%,.125);padding:10px}.bootstrap-dark .modal.show{overflow-y:auto}.bootstrap-dark .panel{margin-bottom:20px}.bootstrap-dark input[type=checkbox]:checked+label{color:#286090}.bootstrap-dark .custom-control-label{cursor:pointer}.bootstrap-dark .togglers-wrapper .form-group{margin-bottom:.5rem}.bootstrap-dark [for$=-toggler].custom-control-label:after,.bootstrap-dark [for$=-toggler].custom-control-label:before{height:1.12rem;left:-1.3rem;top:.28rem;width:1.12rem}.bootstrap-dark .capitalize-title:first-letter{text-transform:capitalize}.bootstrap-dark .input-group.expression-input{flex-wrap:nowrap;margin-bottom:10px}.bootstrap-dark .alert.alert-danger{margin-bottom:10px}.bootstrap-dark .nav-tabs .nav-link{cursor:pointer}.bootstrap-dark .tab-content .alert{margin-bottom:0}.bootstrap-dark .data-table.table{margin:10px 0 2px}.bootstrap-dark .data-table>tbody>tr>td{font-size:.8em;overflow:hidden;padding:5px 0 5px 8px}.bootstrap-dark .autosuggest-dropdown{background-color:#fff;border:1px solid #ced4da;color:#495057;font-size:1rem;left:56px;margin-top:-6px;position:absolute;z-index:1000}.bootstrap-dark .autosuggest-dropdown-list{list-style:none;margin:0;padding:0}.bootstrap-dark .autosuggest-dropdown-list li{background-color:initial;border:0;clear:both;display:block;padding:.25rem 1.5rem;white-space:nowrap;width:100%}.bootstrap-dark .autosuggest-dropdown-list li.autosuggest-dropdown-header{background-color:#bfdeff;font-size:10px;line-height:1.5;text-align:center;text-transform:uppercase}.bootstrap-dark .graph-controls,.bootstrap-dark .table-controls{margin-bottom:10px}.bootstrap-dark .graph-controls input,.bootstrap-dark .table-controls input{text-align:center}.bootstrap-dark .graph-controls .range-input input{width:50px}.bootstrap-dark .time-input input{border-right:none}.bootstrap-dark .time-input{width:270px!important}.bootstrap-dark .graph-controls input.resolution-input{width:90px}.bootstrap-dark .graph-controls>:not(:first-child){margin-left:20px}.bootstrap-dark .graph-legend{display:inline-block;font-size:.75em;margin:15px 0 15px 55px;padding:10px 5px}.bootstrap-dark .legend-item{border-radius:3px;cursor:pointer;display:flex;line-height:1.7;padding:0 5px}.bootstrap-dark .legend-item div{flex-wrap:wrap}.bootstrap-dark .legend-swatch{display:inline-block;height:7px;margin:6px 8px 2px 0;min-width:7px;outline:1.5px solid #ccc;outline-offset:1px}.bootstrap-dark .legend-item:hover{background:#0000002e}.bootstrap-dark .legend-metric-name{margin-right:1px}.bootstrap-dark .legend-label-name{font-weight:700}.bootstrap-dark .graph{margin:0 5px}.bootstrap-dark .graph-chart{fill:#495057;font-size:.8em;height:500px;width:100%}.bootstrap-dark .graph-chart .flot-overlay{cursor:crosshair}.bootstrap-dark .graph-tooltip{background:#000c;border-radius:3px;color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:12px;padding:8px;white-space:nowrap}.bootstrap-dark .graph-tooltip .labels{font-size:11px;line-height:11px}.bootstrap-dark .graph-tooltip .detail-swatch{display:inline-block;height:10px;width:10px}.bootstrap-dark .add-panel-btn{margin-bottom:20px}.bootstrap-dark .target-head{font-size:large;font-weight:700}.bootstrap-dark .group-info{display:flex;justify-content:space-between;margin-bottom:10px;padding:10px}.bootstrap-dark .badges-wrapper>span{margin-right:5px;max-height:20px}.bootstrap-dark .rules-head{font-weight:600}.bootstrap-dark .rule_cell{background-color:#f5f5f5;display:block;font-family:monospace;white-space:pre-wrap}.bootstrap-dark .popup-message{background-color:#000000b3;border-radius:4px;color:#fff;display:none;font-size:14px;margin-right:15px;max-width:250px;min-width:120px;padding:8px 12px;position:absolute;right:100%;top:50%;transform:translateY(-50%);white-space:normal;width:-webkit-max-content;width:max-content}.bootstrap-dark .custom-control-label:hover .popup-message{display:block} +/*# sourceMappingURL=main.17d667f4.css.map*/ \ No newline at end of file diff --git a/pkg/ui/static/react/static/css/main.17d667f4.css.map b/pkg/ui/static/react/static/css/main.17d667f4.css.map new file mode 100644 index 0000000000..0350e3546e --- /dev/null +++ b/pkg/ui/static/react/static/css/main.17d667f4.css.map @@ -0,0 +1 @@ +{"version":3,"file":"static/css/main.17d667f4.css","mappings":"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,kBIPX,cAGI,iNAIA,yIAIA,+SAKF,uGACA,+KJ4R4B,eAEA,iBKzS9B,mBL0S8B,8BKjS9B,gBJqKM,8BIpKN,cJoKM,8BInKN,iBJmKM,8BIlKN,gBJkKM,8BIjKN,iBJiKM,8BIhKN,cJgKM,kBI9JN,iBJ8JM,gBD2IwB,uBKnS9B,cJwJM,gBDoIwB,gBARA,uBK/Q9B,gBJmJM,gBDqIwB,gBATA,uBK1Q9B,gBJ8IM,gBDsIwB,gBAVA,uBKrQ9B,gBJyIM,gBDuIwB,gBAXA,eAzKrB,QK9EP,gCL8EO,mBKjFT,eAIE,oCAQF,aJkGI,gBD2H0B,kCA6CA,yBKpQ9B,YL6Q8B,CMhV5B,kDADA,gBDoFF,cCnFE,8BDsFF,oBACE,+CAEA,kBLqP4B,wBK1O9B,aJ2DI,yBIzDF,wBL4BO,kBKxBT,kBJqEM,+BAhBF,cIhDJ,aACE,cLxGS,sCK4GT,YACE,CE5GF,gDAHA,YCJF,cDOE,2BPogCkC,qBA3gCzB,yBQST,qBCEE,CDLJ,cDCE,oBCcF,oBAEE,wBAIA,cADF,mBAEE,4BPiIE,cO9HJ,aRzBW,iBAyBD,qBC8HN,aD9HM,CUrCV,eAGE,mBAGA,aACE,gBVDO,wBASA,qBCoJP,UD7JO,CUOT,eTsJE,CSvJJ,mBDKI,oBCIA,cT8IA,iBS/IF,SV2Q4B,gBC5H1B,cStIJ,aACE,gBVfS,qBCoJP,aS9HA,CAFF,iBTgIE,CS9HA,iBACA,4BAKJ,gBVikCoC,kBU/jClC,uJCtCA,iBADA,iBACA,CAFA,iBACA,CAFA,kBACA,CCAA,UDGA,yBEmDE,+CDzCE,eZ+LiB,0BatJnB,wEDzCE,eZ+LiB,0BatJnB,iGDzCE,eZ+LiB,2BatJnB,0HDzCE,gBZ+LiB,kBYlKrB,YDnCA,eACA,CACA,kBADA,kBAEA,wBCuCE,cADF,cAEE,kEAIE,eAFF,eAGE,y6CEnDF,kBADA,kBACA,CAHF,iBACE,WAGA,iBAsBE,YACE,YACA,eACA,0BH4BN,aACE,eACA,0BAFF,YACE,cACA,0BAFF,uBACE,yBACA,0BAFF,YACE,cACA,0BAFF,YACE,cACA,0BAFF,uBACE,yBACA,sBGnBE,aHCJ,CACA,eADA,UAEA,mBGG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hBV,yBGgBU,uBHhBV,yBGgBU,wBHhBV,yBGgBU,eHhBV,yBGgBU,wBHhBV,yBGgBU,wBHhBV,yBGgBU,eHhBV,yBGgBU,wBHhBV,yBGgBU,wBHhBV,yBGgBU,eHhBV,0BGgBU,wBHhBV,0BGgBU,wBHhBV,2BEKE,mBC3BE,YACE,YACA,eACA,6BH4BN,aACE,eACA,6BAFF,YACE,cACA,6BAFF,uBACE,yBACA,6BAFF,YACE,cACA,6BAFF,YACE,cACA,6BAFF,uBACE,yBACA,yBGnBE,aHCJ,CACA,eADA,UAEA,sBGGQ,oBHbR,sBAIA,sBGSQ,qBHbR,uBAIA,sBGSQ,YHbR,cAIA,sBGSQ,qBHbR,uBAIA,sBGSQ,qBHbR,uBAIA,sBGSQ,YHbR,cAIA,sBGSQ,qBHbR,uBAIA,sBGSQ,qBHbR,uBAIA,sBGSQ,YHbR,cAIA,uBGSQ,qBHbR,uBAIA,uBGSQ,qBHbR,uBAIA,uBGSQ,aHbR,eAIA,4BGeI,mCAEA,gCAGE,OADW,wBACX,OADW,wBACX,OADW,wBACX,OADW,wBACX,OADW,wBACX,OADW,wBACX,OADW,wBACX,OADW,wBACX,OADW,wBACX,OADW,yBACX,QADW,yBACX,QADW,yBACX,QADW,yBAQP,aHhBV,yBGgBU,uBHhBV,yBGgBU,wBHhBV,yBGgBU,eHhBV,yBGgBU,wBHhBV,yBGgBU,wBHhBV,yBGgBU,eHhBV,yBGgBU,wBHhBV,yBGgBU,wBHhBV,yBGgBU,eHhBV,0BGgBU,wBHhBV,0BGgBU,wBHhBV,oBXgFO,celIP,kBfkIO,CenIT,UfYW,2CeHP,6BAHF,cfoV4B,mBehV1B,4BAIA,gCADF,qBAEE,+BAGF,4BACE,iDAUF,af8T4B,CelT5B,uFAEA,wBAEE,yEAIA,uBAEE,gJAMJ,QAIE,qDASF,0BfyR4B,wCAnVnB,kCEJT,aFyV4B,qFgB/V1B,wBD8FiC,oICvF/B,oBDuF2E,CC3E1D,6IAMf,wBANe,2FAnBnB,wBD8FiC,4ICvF/B,oBDuF2E,CC3E1D,mJAMf,wBANe,qFAnBnB,wBD8FiC,oICvF/B,oBDuF2E,CC3E1D,6IAMf,wBANe,4EAnBnB,wBD8FiC,wHCvF/B,oBDuF2E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,2CErHjC,qDAOF,2CF8GmC,iHErGjC,6EAEuB,CFmGU,kCEnGV,sCAMrB,imBFwIN,CEzII,oEFyIJ,4CAGE,qDAIF,2DACE,iIAaA,aACA,mEAIA,aACA,0EAGA,oBAGF,kFAKE,yBADF,oBACE,gFIrVyC,gCFkD7C,CAQE,yJAGA,oBACA,mEV9CA,8EUqDE,8MAOA,qDCxEM,kBCJmC,CF4EzC,6CCxEM,CCJmC,sDFqFvC,0CACA,CADA,UACA,iDACA,iGAEA,sGAGF,cE5FyC,CF4FzC,UE5FyC,2CF8FvC,uHC1FI,kBDmGJ,sEACA,2DnBqYgC,cmBrYhC,aCpGI,apBye4B,CoBze5B,kBDoGJ,UnBqYgC,0CqB7eO,2BF4HvC,qBE5HuC,WFkHvC,8BC9GI,CD8GJ,OC9GI,eCJmC,CFkHvC,qDnB2XgC,0BmB3XhC,UAUA,uUE5HuC,6GFkIvC,2QAWF,CAEE,yDAFF,2BAEE,6DAbA,iEAaA,4GE/IuC,qVFiKhB,kNAMrB,uiBAoBA,CApBA,oEAoBA,kIEzLF,iCAII,4IF4CV,aAEE,6QVpCA,yKUqDE,uLAOA,8MAWE,wBACA,CADA,oBACA,sLExFuC,gCF8FvC,CAUA,gWnBqYgC,gLqB7eO,qDF4HvC,yMACA,0DE7HuC,cF6HvC,aAGF,aEhIyC,CF6HvC,iBAGF,CAHE,UE7HuC,uGFkIvC,8BAOF,CAPE,OAOF,eEzIyC,CFkIvC,yFElIuC,2VF+IvC,iHE/IuC,qUFiKhB,iJAMrB,CEvKqC,iEFuKrC,qRANqB,8YA0BrB,imBGjKN,CHiKM,oEGjKN,kHtBwZ0B,oBsB5Y1B,iLtBoCW,aEhEb,6RqBqBE,6KvB2CW,2LuBvE8K,kNvBuE9K,wBEhEb,CFgEa,oBEhEb,0LqBPuG,gCAqBnG,CvBkDS,wWuBvE8K,oLA+CzL,oBAKI,iCAnDN,yNAD6D,8BA4B3D,wBvB2CW,6CuBlDT,cArBmG,qBvBuE1F,euBvE0F,eAqBnG,CvBkDS,uCuBlDT,kBvBkDS,6HuBvE8K,CAqBvL,wBAOF,kBAPE,qBArBuL,6KA+CzL,gCAKI,CApDqL,SAoDrL,mDvBmBO,0DEhEb,4EqBPuG,4CAcrG,wBAdqG,sBAcrG,UAdqG,+BAqBnG,6CAKJ,CALI,UAKJ,6DvB6Ca,4JuB/BX,wBAxC+I,qBAA0C,CAwCzL,UAxCyL,yKA+CzL,yBAKI,qBALJ,UAKI,2LApDiG,gCAcrG,2BAd2D,wBAA0C,sBAA1C,UAA0C,iCAqBnG,6CAOF,CAPE,UAOF,iEvB2CW,gKuB/BX,wBAxC0L,CAAD,qBAwCzL,UAxCyL,+KA+CzL,wBAKI,sBALJ,UDaF,iMC5DuG,gCAA1C,yBAA0C,6CAqBnG,CArBmG,UAqBnG,uDAOF,qBvB2CW,CuBlDT,UvBkDS,yNuBvEoI,wBAA0C,sBAA1C,UAA0C,yKA+CzL,wBDaF,qBC3DA,CA8CE,UA9CF,2LAWA,gCAZ6D,sBAA0C,yBAqBnG,qBArBmG,UAqBnG,CvBkDS,iFuBlDT,wBAOF,qBvB2CW,CuBlDT,UvBkDS,oJuBvEoI,wBAA0C,sBAwCzL,UAxCyL,gKA+CzL,wBAKI,qBDQN,CCbE,UDaF,kLC5DuG,gCAcrG,yBAdqG,6CAqBnG,CArByD,aAqBzD,uDAOF,qBvB2CW,CuBlDT,avBkDS,4NuBvE8K,oOAoDrL,wBvBmBO,sBuBnBP,avBmBO,2LuBHb,gCAEE,qEvBCW,CuBDX,UvBCW,8BuBKX,iMAMA,CANA,UAMA,iEvBXW,8NuBoBP,wBDzBN,qBtBKa,CuBoBP,UvBpBO,wNuBHb,uBAEE,4DAMA,oFvBLW,wBuBKX,sBvBLW,auBKX,wJvBLW,8NuBeX,wBAKI,sBALJ,aAKI,qLvBpBO,gCuBHb,sBAEE,8CAFF,UAEE,CAMA,iFAHF,wBvBFa,qBuBKX,CANA,UAMA,oJvBLW,8CuBWX,UvBXW,wLuBeX,sBvBfW,UuBeX,kLvBfW,iEuBHb,oBAEE,CAFF,aAEE,+DAGF,qBvBFa,CuBDX,UvBCW,6EuBKX,mHAMA,wBvBXW,CuBKX,avBLW,yNuBeX,sBvBfW,UuBeX,mNvBfW,mEuBDX,qBAFF,aAEE,iEvBCW,sBuBDX,UvBCW,iFuBKX,uHAMA,wBvBXW,CuBWX,avBXW,+NuBeX,qBAKI,CvBpBO,UuBoBP,yNvBpBO,gCuBHb,iCAEE,yEvBCW,wBuBKX,sBAHF,UAGE,gMvBLW,uOuBeX,wBAKI,sBALJ,UAKI,mNvBpBO,gCuBHb,8BAEE,sEvBCW,wBuBKX,sBvBLW,UuBKX,oLvBLW,yBuBWX,avBXW,wLuBeX,6CAKI,CvBpBO,UuBoBP,0MvBpBO,gCuBHb,iCAEE,yEvBCW,wBuBKX,sBvBLW,auBKX,gMvBLW,uOuBoBP,wBDdR,qBtB6M8B,CuBpM1B,avBoM0B,mNA7GY,gCArK/B,gCsBuFP,oBAWJ,CAXI,aAWJ,sCrBqEM,wBQlKF,sBRkKE,UQlKF,2ERkKE,gCQlKF,iFTua0B,yBsBxT5B,atBwT4B,8LwBzb9B,wBNqBQ,qBMlBN,CNiBI,UMjBJ,gNAWF,gCNOQ,mDOpBR,CPoBQ,aOpBR,qCAOA,wBACE,qBCoBE,CDrBJ,aCqBI,yEAIE,gCAhCJ,+EAGA,wBAsDI,CAtDJ,aAsDI,2LD9BJ,wBzBrBS,sByBqBT,azBrBS,6MaqDP,gCYjBE,8BAKA,qBAFF,aAEE,oCAPF,wBAEE,sBZiBF,UYdA,uEZcA,gCYjBE,6EZiBF,wBYjBE,CZiBF,aYjBE,wLCdF,wBACE,qB1BgOwB,CA4fM,UA5fN,0M0BpMxB,gCDYF,CACA,qBAEA,azBirBgC,CyBlrBhC,eACA,CzBirBgC,gD0B7tBhC,aACE,0B1BgOwB,uD0B7NxB,yBAjBJ,6DAEA,mFD8DI,oBCtBA,iBDqBF,gBACE,CCtBA,kBDsBA,kDzB0qB8B,mB0B7tBhC,C1B6tBgC,kCyBhqBhC,oBC7DA,uB1BiO0B,wBADA,kC0B5NxB,wI1B6NwB,UADA,kB0BzMtB,8BA9BN,uCACA,iBACA,sDAiCE,iCACE,oCDuCA,yBADF,iBACE,8LAaF,iBEzGF,6BAEA,qDF4HA,4CAEA,CzBrHS,6ByBmHT,CzB4J4B,qBA/QnB,CyB8GT,UzBiK4B,CyBrK9B,oBACE,mBACA,sBASA,sDvBrHA,2BF0O4B,2BA9OnB,CA8OmB,sBA9OnB,0ByBuJP,qBACA,CARA,azB8F0B,CAjPnB,wByBmJP,ezBnJO,OAiPmB,gBAnPnB,kByBqJP,CzBnJO,+BAFA,CyB8IP,kBzBqG0B,gByBrG1B,QzB5IO,ayB2JP,gCASF,OADF,UACE,iCAKA,0CAEA,kCAGA,OzB1KS,UyB0KT,oCAKA,UADF,OACE,0BzB5KS,wC4BbX,C5BaW,U4BbX,oCAGE,2CACA,kCAEA,OAFA,UAEA,oCAEE,8EAKE,4MAcJ,wBAEA,6BACE,CAJF,6BACA,CAFA,YACA,CADA,WAZI,oBAEF,mBAGE,sBAYF,oGAQA,yGnBNA,8BmBeF,uBnBFE,CAbA,sDmBUF,uCnBXE,sBAcA,oDACA,amBmBJ,8CAEE,8JASE,WAJA,qBAIA,aAJA,wCAIA,8CAUF,8BACA,CALA,uBAGF,CAHE,uCADA,oBACA,0CAKA,mDAqBA,aACA,8CACA,uMASE,mJnBhFA,iCmByFF,CnBzFE,yBmBoFF,anBrFE,CACA,gBADA,qBACA,uCADA,UmB0FF,iEnBvGE,8HmB6HA,uJAEA,CAFA,iCAEA,gCAEE,aACA,6BCrJJ,aACA,CDqJI,aCzJN,CAEE,iBACA,CAFA,eACA,CAFF,oBACE,CAGA,kBACA,uIAEA,mBAIE,CANF,iBAEA,CAIE,qBAEA,gEAEA,msBAKE,4JAaF,4BADF,wBACE,wDAKA,CALA,sBAKA,4IAOA,+KpBhBA,0IAcA,uVoBUA,2JpBxBA,8iBoB6DE,mhCAiDN,gB7BoWwC,8WSnepC,4BRkKE,wBQlKF,wDoBgJJ,CpBhJI,YoBgJJ,yJ7BkVwC,sL6B/TtC,4yBAWF,0EpB7JI,+iBqBtBF,gBACA,kDACA,gDAGF,8B9B0fwC,kB8BrfxC,CAQE,wB9BxBS,yBAmPmB,sB8B7N5B,c9B+esC,a8BlftC,c9BqfsC,gB8BlftC,iBAJA,eACA,CAHF,sBAEE,CAIA,oC9B6N4B,kGAgJA,8GA2FU,+VAxd7B,0K8BgET,gCAEA,gUA2BE,oBADA,iBACA,iBADA,oBACA,qFrBxFA,orBqBsIF,4B9B2Z8C,CArBA,yBAqBA,kbAIA,2B8B5X5C,C9B4X4C,wB8B5X5C,4B9B/KO,gCA2iBqC,oB8B1X1C,a9B2X0C,sCA5iBrC,C8BgLL,iBACA,U9B0X0C,0GkBniB1C,eY+KA,OZ/KA,UY+KA,kBZ/KA,WY+KA,UZ/KA,uEACE,wBYmLJ,CZnLI,+BYmLJ,qEAEE,mH9BoV0C,oB8BlUhD,qFAIE,wB9B+D4B,qBAKA,CA+MU,UA/MV,kI8B7D5B,6JAQE,0DAQA,e9BzOO,CAwkByB,iB8B/VhC,C9BzOO,kBAPA,yC8B+PP,qBAGF,yB9B5PS,CAsXmB,mBAtXnB,gF8ByPP,WAJF,aAEE,Y9B+H0B,CA5XnB,Y8B2PT,C9B3PS,6B8B6PP,UAkBA,C9BzQO,uC8BwQP,gCACA,0D9B8NoC,oBAxGV,uF8B1G9B,4NAkBE,CAGF,6FAOE,yBAFA,oBAEA,6F9B4E4B,0KAjYnB,C8ByUP,sM9BiKoC,0B8BrJtC,uD9BhVS,iBAPA,oF8BiWT,2L9B/VS,C8B4WP,6FAcF,0BACA,+CACA,wDAOE,oBAJA,cAIA,mBAJA,aAIA,uD9BmOyC,wB8BjOzC,qB9BiOyC,wB8BlOzC,0B9BkOyC,sB8BlOzC,CACA,iIAOF,CARE,sBAQF,uCAGE,sDrBtYA,sPqB4YA,qDrB5YA,wCT+lByC,iOALA,yBS1lBzC,sBT+lByC,ckB7lBvC,qBACE,cY2YJ,iBAXF,iCZhYM,CY2YJ,e9BiNyC,CkB5lBrC,uClB4lBqC,sBkB7lBvC,UTFF,4IqBsaA,qBZpaE,CYoaF,aZpaE,qFACE,qBYqaJ,CZraI,gCYqaJ,oC9BuLyC,wBAfT,CAeS,aAfT,uC8BhKhC,Y9BkKgC,0C8B/JhC,WrBnbA,wDT0lByC,iBS1lBzC,CTulByC,gC8B5JzC,C9BrE0B,wCAoOe,CApOf,kBStX1B,oGqBkcA,CrBlcA,iFqBmcA,eZjcE,uDYgcF,iCACA,CrBncA,4BT+lByC,CkB7lBvC,8BACE,SYkcJ,S9B0JyC,C8B1JzC,gBAbF,S9BuK2C,wDAfT,oBACA,C8BpIhC,gC9BqIgC,sHA1lBzB,wBSQP,iEqB2dA,gB9BneO,qE8ByeP,yB9BveO,oD8BofL,8CAGF,C9BvfO,gB8B4eL,kCADF,OAIA,e9B/eO,C8B2eP,SAYA,mE9BvfO,8B8B4eL,sBAGF,C9B/eO,yB8B2eP,C9B3eO,KkBQL,CY+eF,oCAMJ,wBAGE,oDZxfI,ClBRK,S8B6fX,iB9B7fW,yC8B6fX,C9B7fW,SkBQL,0BYqfN,uBZpfQ,gBafN,CbcI,wBYqfN,CZrfM,kCadJ,gCAEA,+DAMA,+CACA,kDAIE,+CAMA,2CASJ,+CAGE,4CAEE,wDAcF,uB/BvCS,gBAPA,CSqBP,kCPZF,mBOYE,+BPZF,8G6BgCI,uGAKJ,CtB1BE,UTpBO,uCA0rByB,+C+BnoBhC,uBtBnCA,wEATA,iFTwO0B,2C+B/J5B,mBAEE,C/BtFO,WAmPmB,gBAnPnB,a+BuET,UAeE,CACA,2CCxEF,eACA,CDuEE,wBAOA,SACA,mBACA,CATA,YASA,2GAcA,uGC/FF,CDwEE,UCvEF,kMAIA,4CAIE,wBAqBF,mBhCkqBkC,oBgCxrBhC,WACA,gBADA,aADA,UhCyrBgC,qCgCpoBlC,eACE,CAzBF,iC9B1CA,mB8B6CE,C/BuHE,W+B3HJ,CACA,qCADA,aAIE,0GAcF,uGAOA,C/BkGI,U+BjGF,uCAUJ,oChC0lBoC,gFgCzkBlC,wBAGA,qCAQA,wBACA,mBvBxGE,oBRkKE,W+B5DJ,eACA,C/B2DI,a+B9DJ,UvBpGE,CuB4GA,kF9B9GF,wB8B8GE,mBAWF,CAXE,yCAQF,iBAGA,yDAIF,wBhCglBoC,CgC9kBlC,iEnBtEE,oOmBkFI,iGAFJ,sGAwBM,uIhC+hB0B,wRgClhB5B,CACE,eADF,mBACE,qDAeA,gCAGF,sBAIE,6DAIA,CAXA,kBAWA,2EnBhJN,2NmBoFM,qBnBjGN,kCmB6FA,CAGM,aAHN,qCAqBI,kDAGE,CAJF,eAIE,qDAEA,8EhC6hB0B,yBgCzhB1B,UhCyhB0B,gQgClhB5B,iCACE,iCAmBA,kBAGA,CARF,iBAQE,0NAPA,kBAGF,CAHE,4BAGF,6BnBxIJ,+CmBoFM,iBnBjGN,oBmB6FA,CAIM,kBAFF,uBAEE,CnBpFN,oBmBkFI,CAFJ,kBAoBI,+DACA,oBAGE,0DAEA,CACE,gCADF,cACE,kChC4hBwB,egCzhB1B,ehCyhB0B,4PgCjhB1B,wBAeA,4CAGF,CAlBE,gChCihB0B,qBgC/f5B,mEAIE,oBAGF,iCnB/IJ,8CmBgJM,oBnBhJN,2YmBwGM,wDAEA,6BACE,+CAGF,0ChCyhB0B,ybgC3f1B,gBAGF,iDA/DJ,gBAoBI,+CACA,+XAMI,wDhC4hBwB,sQgCjhB1B,mBADF,mBACE,mQAwCR,gBhCigBkC,oMExtBlC,YFwtBkC,+RAFA,wDACA,sHgChf9B,kBhCkf8B,ubgC7ehC,iDhC4egC,+DgCpelC,sBhCkekC,gBAKA,wFgClelC,kQhC+dkC,iMExtBlC,yD8B2QA,iBhCpRS,6VgCoSL,iEhCub8B,2LA3tBzB,+CgCiTT,iPAWE,chC5TO,CAwtByB,eAxtBzB,+GiCHX,iBACE,iDAKA,mBAFA,mBjCDS,iPiCgBP,gBAEA,8CACE,gBxBCF,4CACA,sCwBEA,2CACE,YxBUF,CACA,qQwBiBJ,eACE,gG/BhDA,e+B0DE,uNAiBF,eAEA,kHAMA,ejCwuBkC,ibAMA,eS3zBhC,oFwBuHF,sBAGF,CAHE,eAGF,8FxBhHI,wQwBsIA,8EjC6qBgC,gBiCppBhC,2QAgBI,exBzKJ,CACA,8HwB2KM,yDAGE,wHAKA,uExBrKR,kOwB+KQ,mDAKA,sBAcV,CAjBQ,eAiBR,8CpBvLE,8QJnBA,sCACA,ewB0OA,CxBxPA,iIwB8PE,UC1RN,kBAME,qBzBYE,wByBZF,qBlCGS,CSSP,iCyBLF,qBlCyhCkC,CkCpiClC,YACA,sBlCqiCkC,YkCliClC,CALA,iBlCqiCkC,kCkCrhC9B,ClCqhC8B,ckCrhC9B,8BAGA,sBlCkhC8B,kBkClhC9B,0CAWF,oFAIA,CALF,kBAKE,yC5B9BF,4C6BCF,CnCOW,6CMRT,CNQS,qBmCPX,qFnCwxBoC,YA/mBM,uBAxK/B,4BmCQT,wCAGE,oBnC+JsC,2BAxK/B,eACA,CmCUP,mBnCVO,kCmCgBP,enC4wBgC,iDA5ZN,kCmCxW1B,mBACE,yB1BcF,mEAfA,CAcA,eACA,CADA,sBAdA,qCACA,uDT5BO,yBAmPmB,gEmCpM1B,CnCoM0B,sBmCpM1B,oCnC/CO,uDoCJT,8BpCsO4B,qCoC9NxB,4DpC8NwB,qBoCrO1B,qB3B6CA,8BAfA,gCACA,C2BnBE,e3BkBF,iBAeA,iB2BjCE,c3BmBF,2ETuM0B,uEoC/NxB,yC3BqCF,2CACA,kDAdA,4C4B7BF,CDUI,6CCTJ,6BpC6JE,kBoC1JF,yBACA,sBACA,YACA,mB5BKE,8H4BHF,gDnBKI,yBACE,sDhBLN,8BmCGI,wBAMF,oCAOF,cAFF,aAEE,+C5BdE,4B4BgCF,CrCs3BkC,yBqCt3BlC,wHC5CI,yBACA,2HAMA,4BAZJ,gDtC2Ea,2BsCtET,CtCsES,wBsCtET,0HAMA,wBACA,6HtC+DS,2BsCtET,iCACA,6CAGF,yBAEE,iCACA,mBDqCJ,gCCjDA,oBtC2Ea,uDsCtET,6BACA,+DAKA,gBACA,2BDqCJ,CCtCI,4BDsCJ,iDrC0Ba,4FsCrET,0DAMA,wBAZJ,qBtC2Ea,CsCrET,YAGF,eAEE,CACA,gBADA,kBACA,CADA,mBtCgES,gEE5Db,qDoCTI,aAGF,YAEE,CALA,8BAKA,2DDsCJ,yBCjDA,CtC2Ea,oBsC3Eb,CpCeA,mCoCTI,qCAKA,qBALA,aAGF,eAEE,CALA,cAKA,uBtCgES,qBsCtET,yBACA,CtCqES,cqC1Bb,aCjDA,CtC2Ea,kCsC3Eb,oBtC2Ea,CsC/DT,iBANA,6BAKA,6CACA,CANA,kCAKA,CALA,SAMA,6BtC6yB8B,gCAjzBzB,CuCRT,UADF,SvCSW,8CuCDP,gCAKF,CAbF,6BAQI,C1BoDA,a0B/CF,6CCRA,iCxC09BkC,CwC39BpC,8BxC29BoC,yCS78BhC,wB+BHF,qBAIF,C/BDI,oB+BCJ,2CAUE,qBAGA,qBAEE,CxC8P0B,awCpQ9B,CACE,YADF,mBAOI,sCAGA,iBAUF,gBACqH,CAZnH,qBAYmH,6DC5CrH,+BACE,CD2CmE,4BC3CnE,4DD2CmH,gCAAhD,CADrE,6BACqE,sCC3CnE,iCAGF,CAJA,oBAIA,6DDwCyB,+BAA4C,CAAgD,4BAAhD,4DCvCnE,gCDuCmH,CC3CnH,6BD2CmH,mBCvCnH,oBDuCmH,CAA5F,qBAA4C,aC5CrE,8BACE,CD2CmE,mBC3CnE,kBD2CmH,6HC3CnH,CAIA,uBAJA,yDAIA,kBDsCF,eACqH,oDAAhD,oBC5CrE,yBACE,oCAGF,iBACE,iCDuCuB,mBAA4C,CAA5C,kBAA4F,kBAAhD,2BC3CnE,yBADF,UACE,mED2CmH,wBAA5F,CAA4F,UAA5F,mEC3CvB,gCAIA,CAJA,SAIA,6BCPA,wBACA,CADA,UACA,uEAOF,wBACA,C1C+9BkC,U0C/9BlC,uEAOF,gCAEE,CjCHE,SiCGF,2B1CdS,wB0CkBT,CAFA,UAEA,mEAGA,wBxBRI,CwBQJ,UxBRI,mEwBWN,iCxBVQ,SwBUR,gJCYE,CDZF,UCYE,6DDNA,gCACE,CADF,SACE,2BAGE,yBAHF,aAGE,mEEvCJ,wBAIA,CALA,aAKA,mECGA,gCpCSE,CoCZF,SpCYE,0BoCGF,wB7CPS,C6CMX,U7CNW,iE6CST,wB3CPA,C2COA,UAIE,iE7CnBO,gC6CyBT,C7CzBS,SAQA,yBAPA,wB6CmCX,C7CnCW,a6CmCX,+D7CrCW,yB6CwCT,aAIA,+DpCxBE,gCACA,CoCyBF,SpCzBE,wBoC6BF,yBpC7BE,UoC6BF,6DpCfE,gGTnCO,gC6C8DT,CALE,SAKF,uB7CqL4B,gEAnPnB,iBAmPmB,yB6C9K5B,sBACE,+CAGE,e7C4JwB,C6C5JxB,eAHF,e7C+J0B,mB6C5IxB,uBAGE,qBAHF,mBADF,sBACE,C7C4IwB,iB6CzItB,2BpC1BJ,aAZA,sEoC2CI,wDAME,cpCrCN,sBoCqCM,CpCrCN,yCoCqCM,mDAGF,qB7C2HsB,C6C9HpB,a7C8HoB,8B6CzHpB,+DAEA,aACE,6BhC1DR,6CgCmCA,C7C6I0B,a6C7I1B,gCACE,iEAGE,apC1BJ,2BAZA,yFoC2CI,wBpC3CJ,uCAYA,qCoCqCM,8CADF,aACE,2BAGF,wB7C2HsB,oC6CzHpB,wCAEA,wBACE,qB7CsHkB,C6CzHpB,a7CyHoB,8BahL1B,yBgCmCA,sCACE,uCAGE,6CpC1BJ,CoCuBE,apCvBF,6BAZA,8DoC2CI,apC3CJ,yBAYA,8CAZA,aAYA,4BoCqCM,6DAGF,qCAEE,8C7CyHoB,a6CzHpB,2BAEA,wBACE,oC7CsHkB,aahL1B,CgCoCE,qBpCnCF,8CoCsCI,apCtCJ,iBoCsCI,YpC1BJ,aAZA,CoCsCI,epCtCJ,0BoCiDM,yBpCrCN,WoC+BI,YpC3CJ,sBAYA,yDoCoCI,CACE,0BADF,kBACE,uC7C8HoB,yB6CzHpB,iKAnBJ,0BAGE,mCpC1BJ,iDAZA,uCoC2CI,kCpC3CJ,cAYA,0CoCoCI,CpCpCJ,YoCoCI,wBACE,gCAKA,qBALA,kCAGF,C7C2HsB,e6CzHpB,CAFF,cAEE,iDAEA,mBACE,CAHF,UAGE,mFAmBR,yBpCvHA,kCoCsHF,CpCtHE,SoCuHA,2CAGE,yBADF,aACE,6BAYqC,wDAA+B,aAA/B,wBAA+B,iBAA/B,yC3CxIzC,8B2CwIwE,gCC9IlE,wC9CHG,iC6CiJ+D,CC9IlE,kCD8IkE,2EAA/B,mH3CxIzC,qB2CwIwE,CAA/B,oBAA+B,yDC9IlE,kFD8IkE,oBCrJxE,CDqJwE,eCrJxE,mCDqJyC,4I3CxIzC,+D4CNM,2B9CHG,C8CGH,8B9CHG,2D6CiJ+D,YCrJxE,qEDqJyC,oHC9InC,sBD8IkE,gBC9IlE,8D9CHG,kB6CiJ+D,mGAA/B,4F3CxIzC,2B2CwIwE,CAA/B,8BAA+B,8DC9IlE,YAGF,wEAVJ,mBDqJwE,oGAA/B,qGAA+B,kBC9IlE,mE9CHG,gC6CiJ+D,4FAA/B,wH3CxIzC,Y2CwIwE,wEC3IpE,mB9CNK,C8CGH,oB9CHG,+E6CiJ+D,qBAA/B,CAA+B,gBAA/B,oJC9InC,4HCTN,2B9CmLI,C4C5BoE,8B7CwI5C,8D+CzR5B,oFAKE,uHAiBF,qBACA,CAFF,gBAEE,2BACA,qCAOA,kBCtCF,mE/CoLM,gCD8tB8B,0BgD14BlC,kEvCUE,4BTo4BgC,8BgDx4BlC,8DAKE,oFAaJ,mBACE,CALE,oBAKF,+EhDw3BkC,qBgDn3BlC,ChDzBS,gBgDyBT,8CACA,+CvCZE,8ETm3BgC,qBiDx4BpC,qCAIE,wBAEE,CAJF,aAIE,mIAuBJ,wBACE,CARA,aAQA,mEAOA,6CACE,CAJF,UAIE,uCjDu6BgC,wBkB/7B9B,ClB+7B8B,akB/7B9B,uIlBk8B8B,yBiDl6BlC,ajDk6BkC,qEiD35BlC,6CAEA,CAFA,UAEA,qCAEE,yKASA,wBAIJ,CAJI,aAIJ,mEAGE,wBAGA,qBACE,CAJF,UAIE,kCACA,wBAEA,CAFA,aAEA,6HAOA,sGAGE,6CAIA,CAJA,UAIA,qCAOJ,wBACA,CAFF,aAEE,mIxC1FE,wBwCsGF,CAJA,aAIA,mEAUA,wBjDjHS,sBiDgHT,UjDhHS,oCiDsHT,wBjD8zBkC,CiD/zBlC,ajD+zBkC,iIiDpzBlC,wBxCtHE,CwCsHF,axCtHE,kEwCyHF,wBjDwzBkC,qBiDrzBhC,CxC3HA,UwC2HA,mCAMF,wBjDuI4B,CiDxI9B,ajDwI8B,+HiDrH5B,wBAEA,CAFA,aAEA,iExCxIE,6CACA,CwCwIF,UxCxIE,kCwC+IA,yBADF,aAMF,6HjDkxBoC,wBiDrwBhC,CAFF,aAEE,gEAIA,6CAEA,CAFA,UAEA,mBAKF,UACE,CANA,WACE,iCAIJ,eACE,4DAEA,UACE,kIpC9JF,oCbm5BgC,wBan5BhC,Ubm5BgC,SiDjuBlC,6BjDguBkC,mBkD78BpC,mBlDg2BoC,4IkD/1BlC,gBAEA,ClD61BkC,kBkD71BlC,elD61BkC,8CAlkBN,oBAKA,2BmD9R5B,SACA,wBACA,aACA,kCACA,YACA,0BAEA,kBACA,CDFA,2BlDk1BkC,CC1qB9B,0BiDxKJ,ClDk1BkC,iCkD70BhC,0ClDm1BgC,2CkD70B9B,CCRJ,alDqKI,CkDxKJ,YACA,CACA,qBDSI,wBACA,cACA,wBACA,+EAKN,mBACE,wBAEA,CAFA,OAGE,UADF,eACE,CAHF,4CAGE,0DAGE,CAHF,4BAGE,sClDrBK,4BkDsBL,iClDtBK,uCkD6BT,yGAGE,8ClDkzBgC,mGkD7yB9B,oDlDrCK,kJkD6CT,8DAGE,8GAGE,0CAON,UACE,ClD3DS,qFkD2DT,iFlDwxBkC,WADA,CkDrxBlC,sBlDqxBkC,2JkD9wB9B,YlDpEK,2BSCP,2B2ClBJ,CF+GE,qBlD9FS,CoDjBX,sBAGE,oBAEA,CpDq1BkC,kCAn1BzB,CoDFT,UF0GA,oBAJF,iBlD+uBoC,CAn1BzB,UoDFT,4BpD+2BkC,sMmDj3BlC,sBnDiS4B,CmD5R5B,+BACA,yCAEA,0CAEA,CAVA,anDiS4B,6BmD7R5B,aAOA,iClDsKI,6BD7KK,CmDQT,YnDRS,yBoDOT,gBpDPS,eoDOT,wB3CIE,a2CCF,aACE,C3CFA,iB2CEA,0BAIA,mBAME,2CAEA,CAJA,4CAEA,CANF,4BAIE,CpDw2B8B,YACA,eoD72BhC,wCAQE,8EpDq2B8B,6FoD71BlC,yBACE,sGAGE,oDACA,+BpD21B8B,2GA5pBN,2BArOnB,mFoDkDX,0BpD40BoC,oFoDz0BlC,qBACE,gBpDw0BgC,EADA,oBACA,qBoDr0BhC,sMpDw0BgC,CAHA,kBAGA,iCoDh0BhC,CpDjEO,sBA83ByB,gBoD7zBhC,epDoK0B,CoD5K1B,SpDq0BgC,SoDlzBlC,CAnBE,kBpD4K0B,gCoDlKxB,qBpDnEK,sCA83ByB,mBA93BzB,iBoDyEX,oBpDqzBoC,CoDr0BhC,YAmBF,0BACE,iIAIE,kBpDgzB8B,oBoDhzB9B,WADA,iBpDizB8B,yFoD5yBhC,wFpDrFO,8GoDgGP,qBpD6xBgC,CoD/xBhC,0BAEA,CAHF,KpDgyBkC,8EoDxxBhC,2GpDyxBgC,yIoD9wBhC,gJAIE,epD6wB8B,+MoD9uBlC,wBnD0BI,CmD3BJ,0BACA,CAFF,QnD4BM,4EmDtBJ,e3CnIE,0F2C2IJ,aAJI,mBAKF,wGClJF,sBAEE,CALA,gCAGF,CAJA,MAME,2BCnBE,qBDwBJ,qBACE,CC3BE,UACA,CDqBF,oCCtBE,CACA,iBD0BF,qBAiBA,oBAGF,CAEE,2BASA,CAXF,qBAEE,CASA,sBACE,oBACA,CA7BF,sMnCZM,CmCyBN,kBnCzBM,iCmCiBR,CALE,OAWF,qBAEE,iBARF,eAGE,CAPA,eADA,CAFA,iBACA,CASA,0FAGF,CAZE,KACA,CAaA,yDAbA,YA8BE,sKAOA,iDAJF,aAIE,CAPA,iBAOA,0EAMA,2GnCxDE,+HmCoEJ,0BAGA,CnCtEM,0BmCiER,CnCjEQ,QmCsEN,oGrD29BmC,sBqDl9BnC,0BrDk9BmC,CqDn9BnC,UrDm9BmC,CqD/8BnC,6EnCnFI,6GACE,wKmC6FN,4BAMA,CrD+7BmC,gCqDr8BnC,CrDq8BmC,MqD/7BnC,wGAYA,wBrDg8BmC,gCqDh8BnC,CrDg8BmC,QqDh8BnC,gFAGA,8GAGA,sBASF,4GAYE,6BAEA,CrDo5BmC,0BqDt5BnC,CrDs5BmC,KqDp5BnC,0GrD1JS,wBqDoKP,CAFA,0BrDlKO,CqDiKP,OAGA,8HnCtJI,+BmC+JJ,CnC/JI,WADF,uBmC6IJ,kBnC5IM,CmC2JJ,iBnC5JE,iBmCgKF,4EAaF,kBACA,0FE7LA,YAGF,eAHE,oCAGF,wGAQE,4BAHA,gCAGA,CAHA,OAIA,sGAmBE,uBALF,gCAKE,CALF,SAKE,4BvD6iCsB,wBuDpiCxB,gCAGA,yCACA,0CvDmiCwB,CALA,cAEA,CAFA,gBuDtiCxB,oBvD2iCwB,8CuD1hCxB,uCACE,CADF,oBACE,sBAEE,qDC3DN,8CACA,eACA,CADA,4BACA,kCACA,sBADA,aACA,2BACA,kCACA,4BADA,2CADA,iBACA,CACA,oCCFE,CDCF,UCAI,iLAKE,cANJ,+FACE,0HAKE,2BANJ,0CACE,uWAKE,mCANJ,CAMI,SANJ,uCACE,2GvDUF,qFuDVE,mBvDUF,wBuDLI,CALF,wDAKE,WALF,UADF,iBACE,kBvDUF,CuDVE,MAKE,6BALF,mBAKE,uCALF,gQvDUF,qBuDVE,oBvDUF,mCuDXA,yCACE,sFvDUF,kCwDJF,CDNI,oBvDUF,uBwDJF,wCACE,gNCLF,wCACA,iNAKA,iCACA,SACA,oCADA,OAKI,gBADF,eACE,CADF,iBAHF,cAGE,CAJF,oCAKI,oCADF,4BACE,sBADF,8BACE,CADF,8CACE,CADF,cACE,cADF,YACE,eADF,iBACE,YADF,mBACE,2BADF,qFACE,gBAIJ,yCACE,uCAWF,YAIA,WAJA,SACE,mBAGF,CAHE,iBALF,iBACE,UAGF,CAIA,iBACE,CALF,UAKE,CACA,2BASA,6CACA,CAFF,oCACE,CADF,+BALA,qBACE,kCACA,CADA,UAMA,+BAIA,kBADF,sBACE,CAIF,yBAYA,2CACE,CALF,6BACE,kBAGF,CAXE,oBAGF,YACE,CAOF,UAPE,sBAGF,CAJA,UL/DE,6BAGE,YADA,UACA,uCMOE,6a/CiDF,wB+CjDE,wc/CiDF,kC+CjDE,g7CAUN,4BAEI,weCrBJ,6BAGE,yBAEA,kDAGE,4BACA,6KAGF,8BAME,CACA,2BAEA,8BAEA,2BASA,8BACE,oKADF,wBACE,6BCzBF,mDACA,gEACA,yCACA,2BAEA,2CACA,CAHA,wCAGA,4BACA,0CACA,CAFA,2CAEA,0BACA,0CACA,CAFA,uCAEA,qDACA,4BACA,kFAEA,gDACA,mFACA,oEACA,0DACA,wFAEA,oDACA,sDACA,qEACA,sDACA,qEAEA,qFACA,+CACA,2EACA,wDACA,yEACA,2DAEA,gDACA,uEACA,6DACA,+CACA,2EACA,wDjDYA,4BiDlDA,6CACA,2DACA,sEACA,gFAEA,+BACA,sEACA,mDACA,wDACA,mDACA,oDACA,wDACA,qEAEA,uDACA,6EACA,2EACA,oFACA,2EAEA,4CACA,2EACA,0DACA,gFACA,kDAEA,0FACA,sDACA,uDACA,4DACA,wCADA,iBACA,gDACA,2NAKA,qCADA,iBACA,4DACA,mEACA,kBjDYA,0CiDlDA,yDACA,kEACA,wDACA,kEAEA,wEACA,+CACA,mDACA,+DACA,8CACA,8CACA,8CACA,6EAEA,0DACA,qEACA,sEACA,4GACA,0EAEA,+BACA,2FACA,4DACA,gEACA,8DAEA,mEACA,+DACA,gEACA,wEACA,sEACA,kEAEA,sDACA,6DACA,wFACA,4DACA,6DACA,qDjDYA,wBiDlDA,wDACA,gEACA,wEACA,iEAEA,oDACA,4DACA,0DACA,mDACA,iDACA,mDACA,qDACA,6DAEA,wEACA,yEACA,wEACA,8EACA,wEAEA,gEACA,iEACA,iEACA,kEACA,iEAEA,oEACA,qEACA,oEACA,0EACA,0EACA,+DAEA,0DACA,8DACA,+DACA,+DACA,gEACA,sDjDYA,wBiDlDA,wDACA,gEACA,wEACA,iEAEA,oDACA,4DACA,0DACA,mDACA,iDACA,mDACA,qDACA,6DAEA,wEACA,yEACA,wEACA,8EACA,wEAEA,gEACA,iEACA,iEACA,kEACA,iEAEA,oEACA,qEACA,oEACA,0EACA,0EACA,+DAEA,0DACA,8DACA,+DACA,+DACA,gEACA,sDC1CA,oDACA,4BACA,gEAFA,wEACA,uCACA,kDlDoDA,4BkDtDA,4DACA,gCACA,iDlDoDA,4BkDtDA,iDACA,mDACA,wBlDoDA,6BkDtDA,6DACA,oCACA,sECLF,mWCCA,2UAQA,qCjEkqBkC,8BiE3pBlC,sCjE2pBkC,0EiErpBpC,0EjEopBoC,+BkEtqBlC,gCAEA,yBAEA,iCAEA,+BACA,4DAUA,kCAIE,2BAEA,oCC5BJ,4FACA,mDACA,uFACA,iCCCI,uZAIJ,mDACA,uBAIA,qDACA,0EAEA,oCACA,kCCTQ,uCACA,gCAEE,wCAEF,uCAIA,uCAEE,sCAEF,kCAbA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CCaY,eADA,4BDFd,aCGc,uB3E1Cd,cAGI,iNAIA,yIAIA,+SAKF,uGACA,2OJ4R4B,eAEA,iBKzS9B,mBL0S8B,wCKjS9B,gBJqKM,wCIpKN,cJoKM,wCInKN,iBJmKM,wCIlKN,gBJkKM,wCIjKN,iBJiKM,wCIhKN,cJgKM,uBI9JN,iBJ8JM,gBD2IwB,4BKnS9B,cJwJM,gBDoIwB,gBARA,4BK/Q9B,gBJmJM,gBDqIwB,gBATA,4BK1Q9B,gBJ8IM,gBDsIwB,gBAVA,4BKrQ9B,gBJyIM,gBDuIwB,gBAXA,oBAzKrB,QK9EP,gCL8EO,mBKjFT,eAIE,8CAQF,aJkGI,gBD2H0B,4CA6CA,yBKpQ9B,YL6Q8B,CMhV5B,4DADA,gBDoFF,cCnFE,mCDsFF,oBACE,oDAEA,kBLqP4B,6BK1O9B,aJ2DI,yBIzDF,6BL4BO,kBKxBT,kBJqEM,oCAhBF,cIhDJ,aACE,cLxGS,2CK4GT,YACE,4BE/GF,YCJF,cDOE,gCPogCkC,qBA3gCzB,yBQST,qBCEE,CFPF,YEOE,cFPF,CCEF,cDCE,yBCcF,oBAEE,6BAIA,cADF,mBAEE,iCPiIE,cO9HJ,aRzBW,sBAyBD,qBC8HN,aD9HM,CUrCV,eAGE,wBAGA,aACE,qBVDO,wBASA,qBCoJP,UD7JO,CUOT,eTsJE,CSvJJ,mBDKI,yBCIA,cT8IA,iBS/IF,SV2Q4B,qBC5H1B,cStIJ,aACE,gBVfS,0BCoJP,aS9HA,CAFF,iBTgIE,CS9HA,iBACA,iCAKJ,gBVikCoC,kBU/jClC,qLCtCA,iBADA,iBACA,CAFA,iBACA,CAFA,kBACA,CCAA,UDGA,yBEmDE,yDDzCE,eZ+LiB,0BatJnB,uFDzCE,eZ+LiB,0BatJnB,qHDzCE,eZ+LiB,2BatJnB,mJDzCE,gBZ+LiB,uBYlKrB,YDnCA,eACA,CACA,kBADA,kBAEA,6BCuCE,cADF,cAEE,4EAIE,eAFF,eAGE,uwDEnDF,kBADA,kBACA,CAHF,iBACE,WAGA,sBAsBE,YACE,YACA,eACA,+BH4BN,aACE,eACA,+BAFF,YACE,cACA,+BAFF,uBACE,yBACA,+BAFF,YACE,cACA,+BAFF,YACE,cACA,+BAFF,uBACE,yBAC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DW,8BACX,QADW,8BACX,QADW,8BAQP,aHhBV,8BGgBU,uBHhBV,8BGgBU,wBHhBV,8BGgBU,eHhBV,8BGgBU,wBHhBV,8BGgBU,wBHhBV,8BGgBU,eHhBV,8BGgBU,wBHhBV,8BGgBU,wBHhBV,8BGgBU,eHhBV,+BGgBU,wBHhBV,+BGgBU,wBHhBV,2BEKE,wBC3BE,YACE,YACA,eACA,kCH4BN,aACE,eACA,kCAFF,YACE,cACA,kCAFF,uBACE,yBACA,kCAFF,YACE,cACA,kCAFF,YACE,cACA,kCAFF,uBACE,yBACA,8BGnBE,aHCJ,CACA,eADA,UAEA,2BGGQ,oBHbR,sBAIA,2BGSQ,qBHbR,uBAIA,2BGSQ,YHbR,cAIA,2BGSQ,qBHbR,uBAIA,2BGSQ,qBHbR,uBAIA,2BGSQ,YHbR,cAIA,2BGSQ,qBHbR,uBAIA,2BGSQ,qBHbR,uBAIA,2BGSQ,YHbR,cAIA,4BGSQ,qBHbR,uBAIA,4BGSQ,qBHbR,uBAIA,4BGSQ,aHbR,eAIA,iCGeI,wCAEA,qCAGE,OADW,6BACX,OADW,6BACX,OADW,6BACX,OADW,6BACX,OADW,6BACX,OADW,6BACX,OADW,6BACX,OADW,6BACX,OADW,6BACX,OADW,8BACX,QADW,8BACX,QADW,8BACX,QADW,8BAQP,aHhBV,8BGgBU,uBHhBV,8BGgBU,wBHhBV,8BGgBU,eHhBV,8BGgBU,wBHhBV,8BGgBU,wBHhBV,8BGgBU,eHhBV,8BGgBU,wBHhBV,8BGgBU,wBHhBV,8BGgBU,eHhBV,+BGgBU,wBHhBV,+BGgBU,wBHhBV,yBXgFO,celIP,kBfkIO,CenIT,UgEsCc,qDhE7BV,6BAHF,cfoV4B,mBehV1B,iCAIA,gCADF,qBAEE,oCAGF,4BACE,2DAUF,af8T4B,CelT5B,sGAEA,wBAEE,mFAIA,uBAEE,oKAMJ,QAIE,0DASF,0BfyR4B,6C+EzThB,kC7E9BZ,aFyV4B,oGgB/V1B,wBD8FiC,wJCvF/B,oBDuF2E,CC3E1D,4JAMf,wBANe,0GAnBnB,wBD8FiC,gKCvF/B,oBDuF2E,CC3E1D,kKAMf,wBANe,oGAnBnB,wBD8FiC,wJCvF/B,oBDuF2E,CC3E1D,4JAMf,wBANe,2FAnBnB,wBD8FiC,4ICvF/B,oBDuF2E,CC3E1D,mJAMf,wBANe,oGAnBnB,wBD8FiC,wJCvF/B,oBDuF2E,CC3E1D,4JAMf,wBANe,iGAnBnB,wBD8FiC,oJCvF/B,oBDuF2E,CC3E1D,yJAMf,wBANe,8FAnBnB,wBD8FiC,gJCvF/B,oBDuF2E,CC3E1D,sJAMf,wBANe,2FAnBnB,wBD8FiC,4ICvF/B,oBDuF2E,CC3E1D,mJAMf,wBANe,0PAMf,iCANe,uC+DnBZ,wB/ESA,sBekGP,afmQ0B,wCAtWnB,wBALA,sBegHP,agE9GO,6BALA,wB/ESA,oGesHT,oBf+O4B,4CezO5B,QACE,qEAIA,0BfiO0B,wDA1WnB,sCEKT,UFuW4B,4Ba1S1B,qCEqGI,iCAJJ,aAEI,CACA,eACA,CAFA,UAGA,sDAGA,QACE,6BF1GN,qCEqGI,iCAJJ,aAEI,CACA,eACA,CAFA,UAGA,sDAGA,QACE,6BF1GN,qCEqGI,iCAJJ,aAEI,CACA,eACA,CAFA,UAGA,sDAGA,QACE,8BF1GN,qCEqGI,iCAJJ,aAEI,CACA,eACA,CAFA,UAGA,sDAGA,QACE,oCALF,iCAJJ,aAEI,CACA,eACA,CAFA,UAGA,mDAGA,QACE,CiE/JM,88DAEA,aAEI,CAJJ,yPAEA,aAEI,6BCbpB,aFLW,+BAOA,2B9DIT,C8DXS,qBAOA,C9DIT,wBACA,sBjBkR4B,a+E9RnB,c9DCT,CAGA,chB0KI,gBD2GwB,CiBvR5B,iCjB2esC,CApNV,eAKA,CA+MU,sBiBzetC,CAQA,qEAXA,UAiBA,uCCJI,8BDdN,eCeQ,4CDMN,wBACE,SACA,qC8DvBO,wBAmCG,qBA2D0B,C5DnFpC,iCAJF,a4DPS,CA8F6B,S/EsSV,4CiBtW5B,ajBvBS,UiB0BP,gFAQF,wB8DpCS,U9DwCP,oMAQF,uCACE,oDAMF,WACE,0BACA,sD8D9DO,sB9DiET,a8D1DS,wE9DsEX,aAEE,WACA,iCAaA,iBhBiEE,iBgBlEF,eACA,CAFA,kCACA,CAFF,+BjBoM8B,oCiB1L5B,iBhB0EI,iBgB3EJ,gCACA,CAFF,6BjBiI8B,oCiBxH5B,iBhBmEI,iBgBpEJ,iCACA,CAFF,8BjB2H8B,yCA1NnB,wBiBoHT,CACA,sCjB+J4B,aApRnB,CiB4GX,aACE,CAGA,chBoDI,gBDgHwB,CiBrK5B,eACA,CAFA,iBACA,CAFA,UASA,iHAIE,eAFF,eAGE,kCjB+F0B,oBiBjF5B,iBhB2BI,CgB7BN,gCjB6VwC,CChUlC,eDsDwB,CA0QU,oBSlepC,kCTuN0B,oBiBxE5B,iBhBmBI,CgBrBN,+BjBsVwC,CCjUlC,eDqDwB,CA4QU,kBSnepC,CQyJA,8HAIJ,WACE,6BAQF,kBjB2UwC,4BiBvUxC,aACE,kBjB4TsC,2BiBnTxC,YACE,eACA,CACA,iBADA,iBAEA,wEAIE,iBAFF,iBAGE,6BAUF,aACA,sBAFF,iBjBmSwC,mCACA,qBiB7RtC,gBjB6RsC,CiB9RxC,iBAGE,4HAGA,ajBvNS,mCiB6NX,eACE,oCAIA,kBACA,CAFF,mBACE,CAEA,oBADA,cjB+QsC,sDACA,ciBzQpC,qBjByQoC,CiB1QpC,YACA,CAFF,eAIE,iChBrFA,ckBxHF,YACE,CnB4coC,aCrVpC,CkBtHA,iBnB2coC,CmB5cpC,UFyNqC,gCEvMrC,0BACA,sBnBoO0B,amBrO1B,CAPA,YACA,CAGA,iBlBwHE,CkB9HF,MACA,ClB6HE,eDgHwB,CmBzO1B,gBACA,CAHA,cACA,qBACA,CAPF,iBACE,SACA,CACA,SVrCA,sGUmDA,QAEE,oFAKF,aAEE,wCASE,2QF+KiC,CEtKjC,wDC5EA,CHkPiC,2BEtKjC,CC5EA,2DDsFA,CCtFA,oBHkPiC,6CE5JjC,8CCtFA,qBpB2dgC,8EmB3XhC,uCFkJiC,CElJjC,4BFkJiC,gDExIjC,yJACA,uiBAoCuB,CArCvB,oEAqCuB,oGAKvB,8DACE,mIAaJ,cAnByB,kFAwBvB,6EAEE,oBAhJN,qFAOF,wBAGE,CF+MqC,oBE/MrC,mFAKA,gCAGA,CV7CA,+JUqDE,0FAOA,qDFwLmC,mCE/KjC,aACA,CF8KiC,YE/KjC,2CACA,kCAGA,0BF2KiC,sBE3KjC,cAFA,YACA,kBACA,CAFA,OAEA,gBADA,qDADA,oCF6KiC,0GE7JjC,oGCrFA,apB2dgC,0CmB3XhC,qUFkJiC,CElIjC,wDFkIiC,4BElIjC,CFkIiC,4DjByOD,iEiBzOC,oEEvHnC,iCAEE,gDFqHiC,mMEnGV,CFmGU,kCEnGV,2CAKvB,imBFmIF,CExIyB,oEFwIzB,iDAEA,oBAIF,iCAEE,gEAKF,2IAME,qFASA,cACA,8EAIA,oBACA,uFAMA,wBACA,CAFF,oBAEE,qFAGA,gCEzSF,CASA,mKAIA,oBACA,wEAGA,oBACA,iCV9CA,0HUqDE,sLAOA,mBAPA,YAKF,cAEE,mGCxEM,CCJmC,sBDInC,UCJmC,sDFqFvC,2GAEA,UACA,4DACA,CADA,aACA,gGAGF,aE5FyC,cF8FvC,CE9FuC,iCFyFvC,iBAKA,2IASA,gEACA,oHAUA,+CC9GI,CD8GJ,cnB2XgC,amB3XhC,kBnB2XgC,OmB3XhC,gBnB2XgC,gBmB3XhC,CnB2XgC,oCoBze5B,iBpBye4B,mBoBze5B,oIDwHJ,iOACA,uHAKA,2QElIuC,yDF+IvC,CE/IuC,4BF+IvC,4DAbA,iEAaA,sHE/IuC,mNFyJvC,4BEzJuC,0HF+JvC,6EAEuB,CEjKgB,kCFiKhB,4GAKvB,uiBALuB,6LA0BrB,2MAjJR,aAEE,iSAkBA,mLAOE,yZAgBE,6OAIA,iCCrFI,oXDoGJ,0LAUA,kRAUA,+DACA,cADA,YACA,4FAKA,8DElIuC,aFkIvC,kBAFF,OAEE,iCElIuC,mCFkIvC,CALA,iBAGF,UEhIyC,SFkIvC,wIElIuC,iPF+IvC,2HE/IuC,qUFgKrC,CACqB,yDADrB,2BACqB,6DAlBvB,oBAOF,6CAWyB,0HAMrB,+KAGF,uCATuB,CAMrB,4BANqB,8VA0BrB,imBDxKF,CC8IuB,oED9IvB,4HIOJ,qDtB8W0B,0JsBlW1B,8TCrBA,uLAcA,qMvB2CW,4NuBvE8K,iPrBO3L,gCqBP6D,CAqBzD,4XvBkDS,8LuBvE8K,kSAC3L,avBsEa,sBuBvE0F,wBAYvG,uBAEE,CAdqG,oBAqBnG,CrBdJ,cFgEa,qBuBvE0F,evBuE1F,eEhEb,CqBPuG,gBAcrG,sBAd2D,CrBO7D,iBqBP6D,CAqBzD,6HvBkDS,CuBvE0F,0CAA1C,qBvBuEhD,iMuB/BX,gCAxCyL,CAqC3L,SArC2L,kNA+CzL,iDDaF,wBC3DA,qBvBsEa,CuBnBP,avBmBO,oCEhEb,6CqBP6D,CvBuEhD,auBvEgD,uEAc3D,wBAd2D,qBAA0C,kCAYvG,aASI,6EAOF,wBvB2CW,sBuB7Cb,avB6Ca,wLuB/BX,wBAxC+I,qBAA0C,CAwCzL,aAxCyL,0MA+CzL,gCAKI,gCvBmBO,8CuBtEb,avBsEa,sCuBvEgD,wBAA0C,sBrBOvG,aqBPuG,2EAA1C,wBAA0C,sDAqBnG,CAPF,aAOE,iFvBkDS,8CuB3CX,avB2CW,8LuBvEoI,wBAA0C,sBAA1C,aAA0C,gNAoDrL,gCAnDN,8BvBsEa,6CEhEb,CFgEa,aEhEb,oCqBPuG,8CAA1C,aAA0C,oHAqBnG,kCArByD,aAqBzD,6EvBkDS,mPuBvE8K,qQAoDrL,gCAnDN,2BvBsEa,wBEhEb,sBFgEa,aEhEb,iCqBPuG,yKAqBnG,kCArByD,aAqBzD,uEvBkDS,0OuBvE8K,8CAA1C,aAA0C,iMAoDrL,gCAnDN,8BvBsEa,6CEhEb,CFgEa,aEhEb,oCqBPuG,8CAA1C,aAA0C,oHAqBnG,kCArBmG,aAqBnG,6EvBkDS,mPuBvE8K,qQDkE3L,gCtBKa,6BuBbqC,wBvBarC,sBEhEb,aFgEa,gFuBHb,CvBGa,auBHb,qEAEE,6CAGF,iCAGE,CANA,aAMA,2TvBLW,kQsBLb,gCtBKa,4BEhEb,wBqBmDkD,qBvBarC,8KuBDX,8EvBCW,CuBDX,avBCW,yEuBKX,6OvBLW,+PuBeX,gCDpBF,2BtBKa,6CEhEb,CFgEa,aEhEb,iCFgEa,4HuBHb,wBAEE,uDAFF,aAEE,uEAMA,0OvBLW,4PuBeX,gCAKI,sCvBpBO,qBsBLb,atBKa,4CuBbqC,wBvBarC,sBuBbqC,avBarC,uFuBHb,gCAEE,6FvBCW,wBuBKX,CvBLW,auBKX,gNvBLW,8CuBWX,avBXW,kOuBoBP,gCDzBN,wCtBKa,kCEhEb,8CFgEa,sJuBDX,iIAMA,4PvBLW,mSuBoBP,gCvBpBO,sCEhEb,oBqBmDkD,CvBarC,auBbqC,4CvBarC,kJuBDX,6HAMA,sPvBLW,6RsBLb,gCtBKa,mCuBbqC,oBvBarC,CEhEb,aFgEa,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PO,mBjDuPP,0FiDvPO,WAPA,aAOA,aAPA,a/EglByB,iB8B/VhC,WiDjPO,CAOA,UjDkQT,CAXE,4CiDzPO,gCjDoQT,+DAKA,oBACE,4F9B+NoC,4N8BrMxC,mGAKE,wBAIA,CAJA,oBAIA,kGAMA,0K9B4E4B,C8B9D1B,gNAKF,0BACE,4DASF,0G9BvD4B,2L8B0E1B,mGAKA,0BAEA,gCrBnWA,iFqBkXF,mBACA,CAFA,aACA,iCACA,4D9B0O2C,4C8BlOzC,CADA,uB9BmOyC,C8BvOzC,yBAIA,CAJA,uBAKA,iIACA,CAFA,sBAEA,uC9BiOyC,2D8B7NzC,0G9BxJ0B,qBAkXe,6BS1lBzC,qMTulByC,C8BpN3C,iO9B3YS,yBSQP,sBSEE,aYiYJ,CrBnYE,qBSEE,+BYyYF,iCACA,CZ1YE,gBY0YF,sCZ1YE,CYiYJ,sBrBnYE,UTulByC,sCA/Wf,oBAkXe,CS1lBzC,iCT0lByC,SS1lBzC,mLqBsaA,qBZpaE,CYoaF,gCZpaE,yCY4ZJ,wBZ3ZM,CY2ZN,aZ3ZM,wDYqaJ,+C9BuLyC,W8BlL3C,0B9BoKkC,mCSjlBhC,iBqBwbF,C9B0JkC,gCA1lBzB,C8B2bP,qBrBnbA,oBTRO,kB8BgcT,mCrBxbE,kBqB2bA,+B9BrE0B,qBAoOe,kBS1lBzC,CTsX0B,iBStX1B,qKqBmcA,0CZjcE,2BTFF,kBqBkcA,UACA,CrBncA,SSEE,6DACE,qDlB4lBqC,gI8BhJzC,wBACA,sEAKF,gB9B7dS,0E8BkeT,yBACE,oCAWE,mEAGF,C9B/eO,gBSMP,iCTNO,CSMP,OTNO,gBSMP,SqByeA,6EAJA,aACE,C9B5eK,e8B2eP,C9B3eO,uBSMP,+BqBufJ,CAdI,yC9B/eO,4E8B6fX,CAVI,QACE,C9BpfK,iB8BofL,yCAGF,CAHE,SASN,+BAGE,uCZxfI,CYqfN,wBAGE,CAHF,kCZrfM,yGYqfN,+CCngBE,uDAIA,+CAKA,+FAIE,iDAMA,6DgDsCgC,wChD5BlC,wBAEA,4BACE,CAJJ,8BACE,CAGE,8GtBVA,uGsEmCgC,ChD7BpC,UgD6BoC,uC/ElDzB,oD+BoCL,oGgD7CK,wBAqCG,8DtEdV,wBACA,sCsB8CF,CAZE,0BtBnCA,CsBiCF,YAEE,CgDIgC,UhDQlC,iDA2BE,eACA,CtBpFA,wBsB4DF,S/BvES,oBSWP,YTXO,2G+BuFP,uGAOA,CtBnFA,UsBoFA,uCACA,gDAWA,oBAEF,CACE,wECjGF,wBACA,iDAEA,2JAmCA,gBA9BE,wBACA,SACA,oBAPF,YAIA,iBACE,CALF,gCAOE,0GhCwrBgC,uGgC5pBlC,CAnCA,UAmCA,uC9B1CA,yC8BsDF,mBACE,gBACA,kDAGA,kEAQE,wBACA,mBASJ,CACE,mBAfE,WAGF,eACE,CAJA,uBhCwmBgC,uEgC1kBlC,mBACA,+CAQA,wB/B8DI,mB+B5DJ,CAHF,iBAGE,8DAEA,wBvBxGE,uEPFF,c8B8GE,0DAOF,wBAEA,0DAEA,cACA,mDhCmlBkC,wBgC9kBlC,gHnBtEE,4PAbA,sCmB6FA,YAoBI,gBACA,gCADA,cACA,2BAGE,iGAGE,wDhC4hBwB,uVgCjhB1B,iDAeA,8CAGF,wBAIE,oBAJF,aAIE,+FnB5IN,yUAbA,wBmB6FA,CnB7FA,UmB6FA,yEAqBI,aAEA,kBACE,mFAGE,2CAGF,uChCyhB0B,qcgC3f1B,+BAIA,qBnBhJN,oRmBmFM,eACA,CAFF,eACE,CnBnFN,cmBoFM,uCnBjGN,cmB6FA,CnB7FA,emB6FA,4CAqBI,wDAGE,6FAGE,kBAGF,CAHE,2BAGF,iChCyhB0B,iQgCjhB1B,kCAeA,CAfA,WhCihB0B,qBgClhB5B,YACE,uBhCihB0B,WgClgB1B,mDAGF,4CAIE,gSnB5IN,0FmBkFI,oBACE,2BACA,+CAJN,kBAoBI,8DACA,iBAEA,yDAGE,kBACE,CAHF,mBAGE,iShC4hBwB,uFgClhB5B,mDACE,sBAcF,gBACE,mDAGF,yCAIE,gSAvCF,yIAlBE,+CACA,kBAmBF,8DACE,iBAEA,yDAIA,kBhCyhB0B,CgC5hBxB,mBhC4hBwB,iSgClhB5B,gBACE,sDAeA,oEAGF,sBAIE,mEAIA,yCAcR,gShC+fkC,wDACA,iFAEA,2NgC7ehC,ChC6egC,mBgC7ehC,iShC0egC,sEAEA,0FExtBlC,mEFwtBkC,0CgC7clC,gShCpRS,yDgC6RP,kChC2bgC,wPACA,uUAEA,oSA3tBzB,0SgCuTP,eADF,eACE,+DAGF,0DhC8ZkC,uEAxtBzB,qTiCCT,gBAEA,mD8CES,iEtEMP,sBwBFF,gBACE,gDAIF,aAEE,gJxBIA,eACA,qDwBEA,eACE,qHxBWF,6EwBFA,eAIJ,2OAqBE,e/BrDA,+C+B6DA,sBjCyvBkC,CiC5vBhC,ejC4vBgC,oDiC9uBlC,wQ8C1B0B,4C9CwC1B,eAEA,CxBlFE,mJwBgGF,gBASF,gSAcE,mHxB9GE,eACA,yOIgCA,eoB6FJ,2HAaM,eAEA,qdxBrIF,uGwB8KQ,6IAKA,8QAUA,uFAKA,eAcV,CjCgmBkC,sSiCtkBhC,iCxBpOA,oBACA,wBwB0OA,CxB1OA,yBwB0OA,qCxBxPA,sBwBoPE,kCxBvOF,awBoOA,iBxBjPA,0BAVA,cwBsQA,cxBtQA,mCyBjBF,qBACA,CAFF,kBAEE,+CAIA,yCzBYE,2CyBLF,CAPA,kBAOA,8C6CNS,4C7CaL,CAJF,6C6CTO,C/E+hCyB,qBkClhC9B,+FAWF,wCAOF,a6C/BS,C7C4BP,4C6C5BO,6B5CPX,oBACE,gC1BiBE,gBHbF,mB6BCF,uCAEE,eACA,kCnCqxBkC,oB+E/uBR,uC5ChC1B,iDAKE,0B4CVO,6C5CgBP,C4CuBwB,e5C7BxB,CAFA,sBAQA,0CnC4wBgC,uDmCpwBhC,8B1BcA,0BACA,0C0BTA,CALE,sBAKF,yC1BNA,uDACA,mCsEfM,e5CgCR,C4ChCQ,qB5CgCR,sE4ChCQ,qBAPC,wD9EuKL,gCDqDwB,CoCtO5B,QACE,uBnCgLE,C8E1KK,iB3CPT,cpCsO4B,0FSzL1B,aACA,oE2BjCE,yC3BkBF,2CACA,4DTuM0B,4CoC/NxB,CnCyKA,6CmCzKA,kC3BqCF,kBACA,oD2BjCE,+B3BkBF,kBACA,CADA,kBACA,kC4B9BJ,QACE,CACA,epC6JE,iBD4H0B,CqC1R5B,iBrC0R4B,oCqCrR5B,kBACA,yBACA,4B5BKE,mI4BHF,anBKI,CmBLJ,anBKI,oDACE,4BhBLN,CgBKM,yBhBLN,kImCuBF,yBrCi4BoC,qIA51BrB,iFsCrET,4BADA,wBACA,oIANJ,wBtC2Ea,uIsCrET,iEAGF,oBAEE,uDACA,cDqCJ,mBCjDA,UtC2Ea,6EE5Db,6BoCVI,oBACA,sGAKA,eACA,CDqCJ,2BCjDA,CAYI,4BAZJ,sDtC2Ea,yBE5Db,yBoCVI,+CACA,+DANJ,wBtC2Ea,sBsChET,2BACA,CDqCJ,eCjDA,CAYI,kBDqCJ,CCrCI,mBtC+DS,mDE5Db,kBoCVI,0DACA,aAKA,aALA,8BAKA,gEDsCJ,yBCjDA,CtC2Ea,oBsC3Eb,CpCeA,wCoCTI,0CAKA,qBALA,aAGF,eAEE,CALA,cAKA,4BtCgES,8CsCtET,CtCsES,cqC1Bb,aCjDA,CtC2Ea,kCsC3Eb,qBAYI,iBAPA,kCACA,wBAKA,sBALA,4CAKA,kCDsCJ,gCrC0Ba,CsC/DT,SDqCJ,CCrCI,StC+DS,mDsCtET,gCACA,CpCSJ,6BoCVI,CtCsES,asCrET,kDAKA,iCACA,CAHF,8BAGE,8CtC6yB8B,wBSxyBhC,sBTwyBgC,oBSxyBhC,gD8BNJ,qBAEE,qB9BIE,C8BVA,cAIJ,YAJI,mB9BUA,2C+BZF,iBxCy9BkC,iBwC19BlC,qBxC09BkC,kEwCh9BlC,+BxCiR4B,CwCnR9B,4BxCmR8B,iEwChQ5B,gCAGE,CANF,6BAOE,2CAEA,iBAWmH,iBAXnH,oBAWmH,kEC3CnH,gCADF,4BACE,iED2CuB,gCAA4C,CADrE,6BACqE,wBAAgD,oBAA5F,CC5CzB,qBACE,6BAGF,cACE,CALF,kBACE,CAIA,kBDuCuB,6HCvCvB,CDsCF,sBACqH,CCvCnH,yDDuCmH,sCAA5F,8DC5CzB,oBACE,8BAGF,YACE,6BDsCF,iBACqH,sCC5CrH,oBD4CqE,iBC5CrE,CD4CyB,kBC5CzB,gCACE,wBAIA,CAJA,aAIA,6EDuCmE,yBAA5C,aC5CzB,6EAKE,gCDuCmH,CCxCrH,SDwCqH,kCAAhD,yBAA5C,aAA4C,iFCvCnE,wBDsCF,CCtCE,aDsCF,iFC3CA,gCACE,CD2CmE,SC3CnE,gCAIA,wBCPA,CDOA,aCPA,6EAMF,wB1Ck+BkC,C0Cn+BpC,aAGE,6EjCOE,gCiCEF,C1CXS,S0CWT,6BAEA,wB1CfS,C0CcT,a1CdS,uEA0+ByB,wB0Cr9BlC,C1Cq9BkC,a0Cr9BlC,uExBPM,gCwBUR,CxBVQ,SwBUR,2KCYE,CDZF,aCYE,6EDNA,gCACE,CADF,SACE,+BAGE,wBAJJ,CAII,aAJJ,CAKM,0EExCN,wBAIA,CAJA,aAIA,2ECIA,gCpCQE,CoCTF,SpCSE,8BsEZO,wBlCiBT,CAFA,aAEA,yE3CPA,wB6EVS,ClCiBT,akCjBS,yEAMA,gCA8BG,CA9BH,SA8BG,CA/BH,4BlCiCX,wBAEE,CkCnCS,alCmCT,uEkC4BkC,wBlCvBlC,CkCuBkC,alCvBlC,uEpCxBE,gCACA,CADA,SACA,4BAaA,wBACA,qBoCeF,kBpChBE,CoCgBF,iBpCfE,qEoCmBF,mCkCakC,gBlCVhC,ckCUgC,ClCVhC,ekCUgC,wBAtD1B,4CAPC,kBAOD,ClCkDN,sBkCzDO,ClCwDT,iBkCjDQ,gClCwDR,aACE,gFAEA,kBACE,2CAgBA,qC7C4IwB,iB6C7I1B,CACE,QADF,MACE,yCAGE,wBpC1BJ,qBAZA,CoCsCI,apCtCJ,2DoC2CI,4CpC3CJ,aAYA,0DoCqCM,sBpCrCN,aoCqCM,6DAGF,8CAEE,qEAGE,qB7CsHkB,C6CzHpB,a7CyHoB,mCahL1B,oEgCoCE,0CAGE,6CpC1BJ,CoCuBE,apCvBF,gCAZA,iEoC2CI,apC3CJ,gCAYA,8FoCqCM,oEAGF,a7C2HsB,+B6CzHpB,6FAGE,wB7CsHkB,2CahL1B,2CgCoCE,4FAGE,wBpC1BJ,0CAZA,0CoC2CI,wBpC3CJ,qBAYA,CoC+BI,apC/BJ,iGoCqCM,iDAGF,0B7C2HsB,2B6CzHpB,4BAGE,wB7CsHkB,qBahL1B,CgCuDM,aAEA,gBACE,CAHF,yBAEA,CAFA,ehCvDN,+BgCuCI,wBpC1BJ,CoCuBE,WhCpCF,YgCmCA,sBACE,yDAGE,CpC1BJ,yBAZA,CoCsCI,kBpCtCJ,qEoC2CI,epC3CJ,wCAYA,+GoC0CM,kEAEA,iD7CuHoB,uCahL1B,uCgCoCE,6DAGE,CAHF,YAGE,6BpC1BJ,qCoC+BI,qBpC3CJ,kDoC2CI,CpC3CJ,coC2CI,yCpC/BJ,wITmK0B,wB6CzHpB,CAFF,kC7C2HsB,C6C9HpB,SAKA,wEAGE,CAHF,aAGE,kCpCpGR,0BoCsHF,sCACE,CAJJ,oCpCnHI,CT0N0B,iB6CnG1B,8CAEA,8BACE,gCCzIJ,6CDqJyC,yJC9InC,2BD8IkE,aC9IlE,6DD8IkE,yDkCrJ/D,SlCqJ+D,mEAA/B,gH3CxIzC,C2CwIyC,e3CxIzC,wC4CNM,uFiCPG,gClCqJ+D,8FAA/B,sI3CxIzC,0E4CNM,mBAGF,CAHE,oBAGF,iFAVJ,qBDqJwE,0CAA/B,oIAA+B,gCC9IlE,iGD8IkE,6HAA/B,4GAA+B,CAA/B,oBAA+B,oFC3IpE,qBiCVK,CjCOH,gBiCPG,0BlCqJ+D,oIAA/B,iIC9InC,6HD8IkE,yFAA/B,4HAA+B,sBAA/B,gBAA+B,EC9IlE,oFiCPG,wElCqJ+D,0DAA/B,kG3CxIzC,C2CwIyC,8B3CxIzC,mE4CNM,yFD8IkE,mBEvJxE,CFuJwE,oBEvJxE,oFAMA,qB7CKA,C6E8G8B,gB7E9G9B,2B6ETS,0ChCSP,0FAKE,gCAWN,0BACE,uEC7BF,2BhD64BoC,C+Cv2BlC,8B/Cu2BkC,mE+ElvBA,Y/BnJlC,6EAGA,mBvCOE,CuCTF,oBvCSE,oFuCCA,sBhD23BgC,gBgD33BhC,oCAKA,mEAQJ,oBACE,+D+B1BS,qBAyJyB,0C/B1HlC,wBACA,CADA,aACA,6ICjCF,wBAEE,CjDs4BkC,aiDt4BlC,wEASF,wBAGE,qBjD4pBkC,CiDpqBhC,UjDoqBgC,4CiDppBlC,yBAHA,aAGA,CAOF,gJASI,wBjDu6BgC,CiDv6BhC,ajDu6BgC,0EkB97B5B,6C+B0BN,CAJA,UAIA,0CjDq6BkC,wBiDh6BlC,CjDg6BkC,aiDh6BlC,6IASA,wBACE,CAHF,aAGE,wEACA,6CAGF,CAHE,UAGF,uCAEE,wBAIA,CAJA,aAIA,uIAUF,wBACE,CAJF,aAIE,qEAGA,kGAMA,wBACA,CAFA,aAEA,6IAMA,wBACE,CAJA,aAIA,wEAUJ,wBAGA,qB8BxEY,C9BoEZ,U8BpEY,yC9B0EZ,wBACA,CADA,axCjGE,2ITDO,wBiDqHT,CjDrHS,aiDqHT,uEAMF,wBACE,qBACA,CjDuzBkC,UiDvzBlC,wCjD8zBkC,wBiD3zBlC,CjD2zBkC,aiD3zBlC,yIjD2zBkC,wBiDrzBhC,CjDqzBgC,aiDrzBhC,sEAYJ,wBAIE,qBjD0wBkC,CA7oBN,UA6oBM,uCiDnwBlC,wBACA,CAFA,aAEA,uIxCtIE,wBACA,CADA,aACA,qEwCoJJ,wBAEE,qBAEA,CAJF,UAIE,wBjD8wBkC,WiD7wBlC,YpCvIE,gCoC6IF,cjDuwBkC,CiDrwBhC,WjDqwBgC,wBiDrwBhC,8BAGF,+BACE,uHAOF,yCACE,wBAEA,UAFA,SAEA,kCACE,2CpC9JF,2BoC2KF,CpC3KE,2BoC2KF,0BpC3KE,Cbk5BgC,oBkD58BlC,CrC0DE,oCbk5BgC,CiDnvB9B,gBAQJ,CjD8uBkC,iBar5BhC,CoCuKF,ejD8uBkC,CAHA,SkD58BlC,yClD+1BkC,yLA7kBN,kBmDjR5B,CAIA,2BACA,CnD4R4B,0BmD7R5B,CACA,iCAGA,0CAEA,2CAEA,CnDgR4B,aAKA,CA6jBM,YA7kBN,CmDjR5B,qBAYA,6BDJA,cACA,6BAEA,elDg1BkC,oCkD90BlC,iBAEE,gBlDi1BgC,wBkD70BhC,YACE,CACA,YlD40B8B,MkD90BhC,CAGE,SACA,CAFA,eACA,ClD20B8B,qBkD50B9B,WAFF,YAIE,+DAKN,CALM,4BAKN,2CACE,2BAEA,CAFA,iCAEA,uCACE,qGAGE,cACA,mDlDtBK,+DkD4BX,YACE,mHlDszBkC,gBADA,4HkD7yB9B,sDlDrCK,mHkD6CT,+CAGE,WAHF,kEAGE,wGAGE,CACA,YADA,sBACA,+ElDpDK,sFkD2DT,4ClDuxBkC,2EkD/wB9B,oBACA,CANF,YlDqxBgC,sBADA,CkD9wB9B,UlD8wB8B,oBkDvxBlC,iBAGE,ClDoxBgC,UkD9wB9B,iClD9EK,qBkDwGT,CAFA,YlDtGS,CkDoGX,MlD+uBoC,CAz0BzB,ckD0FX,OlD+uBoC,WkD7uBlC,ClD6uBkC,YkD3uBlC,sCzC7FE,+C2ChBF,UACA,+BpDi3BkC,0IoD/2BlC,YpD+2BkC,iFAhlBN,6BmD9R5B,CAHA,YAGA,8BAGA,gBADA,eAEA,6BAEA,aACA,cAFA,iBAEA,+BlDuKI,kBmDxKJ,C3CME,2C2CGA,CANF,4C3CGE,C2CJF,4BACA,CDAA,YlDqKI,gBmDxKJ,wBpDLS,eoDcP,iCAGA,uDAIE,YACA,eACA,CANF,6BAEA,WAIE,yBACA,8BACA,6EAKN,8BpDg2BoC,wFoD71BlC,wCACE,wGAGE,2BACA,8CpD21B8B,6FoDv1BhC,epD2L0B,2BoDzLxB,0BpD5CK,2CAi4ByB,oBoDh0BhC,CpDjEO,aoDkDX,CpD40BoC,wLoDr0BhC,CpDw0BgC,kBoDx0BhC,kCAIE,qBpDo0B8B,iBoDx0BhC,gBAPJ,QpD40BoC,CAzpBN,UArOnB,kBoDyDP,gCAEA,qBACE,iBACA,qBpDo0B8B,yDAj4BzB,YAqOmB,+BoDlKxB,2CpDnEK,gGA83ByB,sJoDjzBhC,iHAIE,wHAIF,qBpDgJ0B,CA4pBM,0BoD5yBhC,CpD4yBgC,KA5pBN,wFArOnB,qHoDgGP,YACA,CAFA,OACA,WACA,CpD4xBgC,mHoDpxBpC,uBpDqxBoC,CoDzxBhC,gCAIJ,CAJI,OpDyxBgC,0FoDlxBlC,uHAIE,2HpDixBgC,oDoD7wB9B,QpD6wB8B,sFA5pBN,gBoD3GxB,mGnDmDA,amD1BJ,QnD0BI,YDusB8B,iHS/1BhC,sB2CsIA,C3CtIA,iCADA,M2CuIA,gCCrJJ,qBACE,sBrDES,WoDsJX,eACE,qBpDvJS,kBqDFT,CAGF,yBnCIQ,oBmCiBR,CAGE,4BAHF,qBAGE,4CAnBA,aACA,CACA,wLASA,CnCZM,kBmCYN,kCAfA,MAGF,CnCDM,qBACE,iBmCYN,eACA,CAXA,eACA,CANA,kBAgBA,gCACA,sCnCfI,qBmCFJ,MnCGM,yDmCAR,YAoBE,iCAKA,0CAFF,iBAEE,yFAcA,kBACE,mBACA,CAXF,UASA,CATA,+BAWE,CACA,wMAGF,yBAIE,gHAMA,0BACA,CAFA,0BACA,CAHF,QAIE,8GnCxDI,sBADF,0BACE,CADF,UACE,wFmCqEN,iBAGA,sGrDy9BmC,YqDn9BnC,uBAEA,CrDi9BmC,cqD/8BnC,CrD+8BmC,WqD/8BnC,oHnClFM,8DmCiER,MnCjEQ,kHmCwFJ,uBrD08BiC,CAhjC1B,gCqDsGP,CnD7FF,QFuiCmC,0FqD/7BnC,wHrD48BmC,4IqD37BrC,8BAFE,0BAEF,CAFE,KAEF,oHAiBE,wBrD25BmC,CqD55BnC,0BACA,CAFA,OrD65BmC,wIA9iC1B,+BqDoKP,CrDpKO,WAsjC0B,aqDr5BjC,CrDq5BiC,SqDp5BjC,kBrDlKO,CAojC0B,iBAEA,OqDr5BjC,UAGA,sFAIA,kBACA,oGAGF,WACE,gBnC/JI,oCmC+JJ,kHAkBF,2BEjMA,CvDES,gCqD+LT,CAFA,OE/LA,gHAQA,sBACA,CvDmkCwB,gCuDpkCxB,CvDokCwB,SuDnkCxB,iCAGA,wBvDmkCwB,gCAEA,yCuDpjCxB,0CAEE,CAnBF,+BADA,oBAoBE,uCvD2iCsB,2CAEA,auDpiCxB,CvDoiCwB,oBuDpiCxB,2BAGA,0DACA,kBAGF,iCAME,gBvD0hCwB,4BuD1hCxB,uCACE,UAEE,YAFF,aAEE,gCC1DN,6DACA,CAFA,wBACA,mBADA,kBAEA,qCAFA,UAEA,uCACA,8CACA,gHACA,aCFE,0GACE,oIAKE,2BANJ,+CACE,gYvDUF,mCuDLI,CvDKJ,SuDLI,uCANJ,qHACE,2IADF,QACE,0DvDUF,CuDVE,UADF,kBACE,kBADF,MvDWA,6BuDVE,mBvDUF,uCuDXA,8EACE,sVvDUF,yFuDVE,mCADF,gCACE,CADF,UACE,6PvDUF,6CwDJF,iNCLA,sCACA,SACA,oCADA,OAEA,gBADA,eACA,CADA,gCADA,oCAEA,yCAIA,2BACA,CADA,sBACA,8BACA,CADA,4BAHA,mBAEA,eAFA,cACA,4CAGA,WAHA,kBACA,CAEA,2BAGE,CAPF,UAOE,uCACE,wCADF,eACE,+CADF,uDACE,qBADF,mBACE,iBADF,6BACE,4BADF,qDACE,kCAKF,6CAQA,CATF,kBACE,mBADF,8BACE,CANA,oBACE,YADF,uBACE,WAaF,oCAIA,8BADF,UACE,CAGF,6CACE,6DAMA,2CAGF,CAJE,6BACA,mBALA,oBAGF,aAEE,UAFF,sBACE,CADF,UAKA,kCACE,WACA,CADA,UACA,uCAGF,8DACE,uBACA,kCAGF,gCACE,4BAGF,4BACE,+BAGF,+BACE,CAGF,8BACE,+BLxEA,oCAGE,oCMOE,2/B/CiDF,kC+CjDE,sgB/CiDF,kC+CjDE,ogCAUN,uCAEI,wgBCrBJ,iCAEE,8BAEA,gCACA,8BAGE,+BACA,8MAGF,0BAQE,8BAGA,qEASA,yCACE,qJCzBF,2CDwBA,2CCxBA,+BAEA,2CADA,uCACA,6BACA,yFAEA,4DACA,qDACA,iCACA,sBADA,aACA,+CACA,mDACA,iCACA,wDACA,wEAEA,wFACA,qDACA,mFACA,0EACA,0FAEA,2DACA,oDACA,mFACA,8DACA,qFAEA,uDACA,+EACA,4DACA,kFACA,qDACA,6FAEA,wDACA,yDACA,uDACA,+EACA,4DACA,2DjDYA,uBiDlDA,oDACA,8FACA,wDACA,sFAEA,sDACA,oDACA,4DACA,2DACA,oDACA,wDACA,6DACA,wDAEA,sFACA,mEACA,gGACA,8DACA,8EAEA,oGACA,2DACA,4DACA,iEACA,6BAEA,CAFA,sCAEA,8RAIA,qCADA,iBACA,iEACA,wEAEA,iEACA,8DACA,2CACA,yFACA,uEACA,sCjDYA,uCiDlDA,oDACA,4FACA,4DACA,0EAEA,mDACA,uDACA,+FACA,oCACA,sCACA,2EACA,0EACA,uCAEA,+EACA,oEACA,qGACA,mEACA,iGAEA,wEACA,oEACA,qEACA,6EACA,uCAEA,4EACA,0FACA,kEACA,+DACA,oGACA,kEAEA,qDACA,yDACA,sGACA,oCACA,gFACA,uDjDYA,iCiDlDA,iEACA,+DACA,6EACA,sDAEA,0DACA,qGACA,oCACA,2EACA,4CACA,6EACA,uCACA,kFAEA,uEACA,mEACA,oEACA,yEACA,8GAEA,yEACA,iCACA,uEACA,gFACA,8EAEA,0EACA,8DACA,qEACA,wGACA,oEACA,qEAEA,sDACA,yDACA,sGACA,oCACA,gFACA,uDjDYA,iCiDlDA,iEACA,+DACA,6EACA,uDAEA,yDACA,qGACA,oCACA,2EACA,4CACA,6EACA,uCACA,kFAEA,uEACA,mEACA,oEACA,iHACA,sEAEA,yEACA,0EACA,8BACA,gFACA,8EAEA,0EACA,8DACA,qEACA,wGACA,oEACA,qEAEA,sDACA,0DACA,qGACA,oCACA,gFACA,uDC1CA,2DACA,uCACA,+DlDoDA,u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","sources":["../node_modules/tempusdominus-bootstrap-4/build/css/tempusdominus-bootstrap-4.min.css","pages/targets/ScrapePoolPanel.module.css","pages/targets/TargetLabels.module.css","thanos/pages/notFound/NotFound.module.css","thanos/pages/errorBoundary/ErrorBoundary.module.css","thanos/pages/blocks/blocks.module.css","../node_modules/rc-slider/assets/index.css","themes/app.scss","themes/light.scss","../node_modules/bootstrap/scss/_reboot.scss","../node_modules/bootstrap/scss/_variables.scss","../node_modules/bootstrap/scss/vendor/_rfs.scss","../node_modules/bootstrap/scss/mixins/_hover.scss","themes/_bootstrap_light.scss","../node_modules/bootstrap/scss/_root.scss","../node_modules/bootstrap/scss/_type.scss","../node_modules/bootstrap/scss/mixins/_lists.scss","../node_modules/bootstrap/scss/mixins/_image.scss","../node_modules/bootstrap/scss/_images.scss","../node_modules/bootstrap/scss/mixins/_border-radius.scss","../node_modules/bootstrap/scss/_code.scss","../node_modules/bootstrap/scss/mixins/_grid.scss","../node_modules/bootstrap/scss/_grid.scss","../node_modules/bootstrap/scss/mixins/_breakpoints.scss","../node_modules/bootstrap/scss/mixins/_grid-framework.scss","../node_modules/bootstrap/scss/_tables.scss","../node_modules/bootstrap/scss/mixins/_table-row.scss","../node_modules/bootstrap/scss/_forms.scss","../node_modules/bootstrap/scss/mixins/_transition.scss","../node_modules/bootstrap/scss/mixins/_forms.scss","../node_modules/@forevolve/bootstrap-dark/scss/mixins-overrides/_dark-forms.scss","../node_modules/@forevolve/bootstrap-dark/scss/_form-overrides.scss","../node_modules/bootstrap/scss/_buttons.scss","../node_modules/bootstrap/scss/mixins/_buttons.scss","../node_modules/bootstrap/scss/_transitions.scss","../node_modules/bootstrap/scss/_dropdown.scss","../node_modules/bootstrap/scss/mixins/_caret.scss","../node_modules/bootstrap/scss/mixins/_nav-divider.scss","../node_modules/bootstrap/scss/_button-group.scss","../node_modules/bootstrap/scss/_input-group.scss","../node_modules/bootstrap/scss/_custom-forms.scss","../node_modules/bootstrap/scss/_nav.scss","../node_modules/bootstrap/scss/_navbar.scss","../node_modules/bootstrap/scss/_card.scss","../node_modules/bootstrap/scss/_breadcrumb.scss","../node_modules/bootstrap/scss/_pagination.scss","../node_modules/bootstrap/scss/mixins/_pagination.scss","../node_modules/bootstrap/scss/_badge.scss","../node_modules/bootstrap/scss/mixins/_badge.scss","../node_modules/bootstrap/scss/_jumbotron.scss","../node_modules/bootstrap/scss/_alert.scss","../node_modules/bootstrap/scss/mixins/_alert.scss","../node_modules/bootstrap/scss/_progress.scss","../node_modules/bootstrap/scss/mixins/_gradients.scss","../node_modules/bootstrap/scss/_media.scss","../node_modules/bootstrap/scss/_list-group.scss","../node_modules/bootstrap/scss/mixins/_list-group.scss","../node_modules/bootstrap/scss/_close.scss","../node_modules/bootstrap/scss/_toasts.scss","../node_modules/bootstrap/scss/_modal.scss","../node_modules/bootstrap/scss/_tooltip.scss","../node_modules/bootstrap/scss/mixins/_reset-text.scss","../node_modules/bootstrap/scss/_popover.scss","../node_modules/bootstrap/scss/_carousel.scss","../node_modules/bootstrap/scss/mixins/_clearfix.scss","../node_modules/bootstrap/scss/_spinners.scss","../node_modules/bootstrap/scss/utilities/_align.scss","../node_modules/bootstrap/scss/mixins/_background-variant.scss","../node_modules/bootstrap/scss/utilities/_background.scss","../node_modules/bootstrap/scss/utilities/_borders.scss","../node_modules/bootstrap/scss/utilities/_display.scss","../node_modules/bootstrap/scss/utilities/_embed.scss","../node_modules/bootstrap/scss/utilities/_flex.scss","../node_modules/bootstrap/scss/utilities/_float.scss","../node_modules/bootstrap/scss/utilities/_interactions.scss","../node_modules/bootstrap/scss/utilities/_position.scss","../node_modules/bootstrap/scss/mixins/_screen-reader.scss","../node_modules/bootstrap/scss/utilities/_shadows.scss","../node_modules/bootstrap/scss/utilities/_sizing.scss","../node_modules/bootstrap/scss/utilities/_spacing.scss","../node_modules/bootstrap/scss/utilities/_stretched-link.scss","../node_modules/bootstrap/scss/utilities/_text.scss","../node_modules/bootstrap/scss/mixins/_text-truncate.scss","../node_modules/bootstrap/scss/mixins/_text-emphasis.scss","../node_modules/bootstrap/scss/mixins/_text-hide.scss","../node_modules/bootstrap/scss/utilities/_visibility.scss","themes/_shared.scss","themes/dark.scss","themes/_bootstrap_dark.scss","../node_modules/@forevolve/bootstrap-dark/scss/_dark-variables.scss","../node_modules/@forevolve/bootstrap-dark/scss/mixins/_dark-table-row.scss","../node_modules/@forevolve/bootstrap-dark/scss/_dark-tables.scss","../node_modules/@forevolve/bootstrap-dark/scss/_dark-input-group.scss"],"sourcesContent":["/*!@preserve\r\n * Tempus Dominus Bootstrap4 v5.39.0 (https://tempusdominus.github.io/bootstrap-4/)\r\n * Copyright 2016-2020 Jonathan Peterson and contributors\r\n * Licensed under MIT (https://github.com/tempusdominus/bootstrap-3/blob/master/LICENSE)\r\n */.bootstrap-datetimepicker-widget .btn[data-action=clear]::after,.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after,.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after,.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after,.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after,.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after,.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after,.bootstrap-datetimepicker-widget .btn[data-action=today]::after,.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after,.bootstrap-datetimepicker-widget .picker-switch::after,.bootstrap-datetimepicker-widget table th.next::after,.bootstrap-datetimepicker-widget table th.prev::after,.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}body.tempusdominus-bootstrap-datetimepicker-widget-day-click,body.tempusdominus-bootstrap-datetimepicker-widget-day-click *{cursor:pointer!important}body.tempusdominus-bootstrap-datetimepicker-widget-day-click{position:relative!important}.tempusdominus-bootstrap-datetimepicker-widget-day-click-glass-panel{position:absolute;z-index:999999999999;top:0;left:0;right:0;bottom:0;cursor:pointer!important}.bootstrap-datetimepicker-widget .datepicker-days tbody td{cursor:pointer}.bootstrap-datetimepicker-widget{list-style:none}.bootstrap-datetimepicker-widget.dropdown-menu{display:block;margin:2px 0;padding:4px;width:14rem}.bootstrap-datetimepicker-widget.dropdown-menu.tempusdominus-bootstrap-datetimepicker-widget-with-feather-icons{width:16rem}.bootstrap-datetimepicker-widget.dropdown-menu.tempusdominus-bootstrap-datetimepicker-widget-with-calendar-weeks{width:16rem}.bootstrap-datetimepicker-widget.dropdown-menu.tempusdominus-bootstrap-datetimepicker-widget-with-calendar-weeks.tempusdominus-bootstrap-datetimepicker-widget-with-feather-icons{width:17rem}@media (min-width:576px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:768px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:992px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}.bootstrap-datetimepicker-widget.dropdown-menu:after,.bootstrap-datetimepicker-widget.dropdown-menu:before{content:\"\";display:inline-block;position:absolute}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);top:-7px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;top:-6px;left:8px}.bootstrap-datetimepicker-widget.dropdown-menu.top:before{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,.2);bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.float-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.dropdown-menu.float-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget.dropdown-menu.wider{width:16rem}.bootstrap-datetimepicker-widget .list-unstyled{margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:700;font-size:1.2em;margin:0}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]{text-align:center;font-family:Arial,sans-serif,-apple-system,system-ui,\"Segoe UI\",Roboto,\"Helvetica Neue\",\"Noto Sans\",\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\";width:38px;height:38px}.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after{content:\"Increment Hours\"}.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after{content:\"Increment Minutes\"}.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after{content:\"Decrement Hours\"}.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after{content:\"Decrement Minutes\"}.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after{content:\"Show Hours\"}.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after{content:\"Show Minutes\"}.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after{content:\"Toggle AM/PM\"}.bootstrap-datetimepicker-widget .btn[data-action=clear]::after{content:\"Clear the picker\"}.bootstrap-datetimepicker-widget .btn[data-action=today]::after{content:\"Set the date to today\"}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget .picker-switch::after{content:\"Toggle Date and Time Screens\"}.bootstrap-datetimepicker-widget .picker-switch td{padding:0;margin:0;height:auto;width:auto;line-height:inherit}.bootstrap-datetimepicker-widget .picker-switch td span{line-height:2.5;height:2.5em;width:100%}.bootstrap-datetimepicker-widget .picker-switch.picker-switch-with-feathers-icons td span{line-height:2.8;height:2.8em}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th{text-align:center;border-radius:.25rem}.bootstrap-datetimepicker-widget table th{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table th.picker-switch{width:145px}.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover{background:0 0;color:#6c757d;cursor:not-allowed}.bootstrap-datetimepicker-widget table th.prev::after{content:\"Previous Month\"}.bootstrap-datetimepicker-widget table th.next::after{content:\"Next Month\"}.bootstrap-datetimepicker-widget table thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:#e9ecef}.bootstrap-datetimepicker-widget table td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget table td.cw{font-size:.8em;height:20px;line-height:20px;color:#6c757d;cursor:default}.bootstrap-datetimepicker-widget table td.day{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover{background:#e9ecef;cursor:pointer}.bootstrap-datetimepicker-widget table td.new,.bootstrap-datetimepicker-widget table td.old{color:#6c757d}.bootstrap-datetimepicker-widget table td.today{position:relative}.bootstrap-datetimepicker-widget table td.today:before{content:\"\";display:inline-block;border:solid transparent;border-width:0 0 7px 7px;border-bottom-color:#007bff;border-top-color:rgba(0,0,0,.2);position:absolute;bottom:4px;right:4px}.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{background-color:#007bff;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-datetimepicker-widget table td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover{background:0 0;color:#6c757d;cursor:not-allowed}.bootstrap-datetimepicker-widget table td span{display:inline-block;width:54px;height:54px;line-height:54px;margin-top:2px;margin-bottom:2px;cursor:pointer;border-radius:.25rem}.bootstrap-datetimepicker-widget table td span:hover{background:#e9ecef}.bootstrap-datetimepicker-widget table td span.active{background-color:#007bff;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-datetimepicker-widget table td span.old{color:#6c757d}.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover{background:0 0;color:#6c757d;cursor:not-allowed}.bootstrap-datetimepicker-widget.usetwentyfour td.hour{height:27px;line-height:27px}.bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.btn{color:#007bff;color:var(--blue,#007bff)}.bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.btn:hover{color:#0056b3}.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementHours],.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementMinutes],.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementSeconds],.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementHours],.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementMinutes],.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementSeconds],.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showHours],.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showMinutes],.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showSeconds],.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=togglePeriod],.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.day,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.hour,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.minute,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.second{pointer-events:none;cursor:default}.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementHours]:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementMinutes]:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementSeconds]:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementHours]:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementMinutes]:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementSeconds]:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showHours]:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showMinutes]:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showSeconds]:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=togglePeriod]:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.day:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.hour:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.minute:hover,.bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.second:hover{background:0 0}.input-group [data-toggle=datetimepicker]{cursor:pointer}",".container {\n margin-top: -12px;\n}\n\n.title {\n font-size: 20px;\n font-weight: bold;\n cursor: pointer;\n}\n\n.normal {\n composes: title;\n}\n\n.danger {\n composes: title;\n color: rgb(242, 65, 65);\n}\n\n.table {\n width: 100%;\n}\n\n.cell {\n height: auto;\n word-wrap: break-word;\n word-break: break-all;\n}\n\n.endpoint, .labels {\n composes: cell;\n width: 25%;\n}\n\n.state, .last-scrape {\n composes: cell;\n width: 10%;\n}\n\n.errors {\n composes: cell;\n width: 30%;\n}\n",".discovered {\n white-space: nowrap;\n}\n",".container{\n width: 100%;\n height: 85vh;\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n}",".container {\n display: flex;\n min-height: 100vh;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n}\n\nbutton.detailsBtn {\n font-size: 1.2em;\n margin: 2em 0;\n}\n\n.errorDiv {\n white-space: pre-wrap;\n font-family: monospace;\n}\n",".container {\n display: flex;\n --top: 72px;\n min-height: calc(100vh - var(--top));\n position: relative;\n z-index: 1;\n}\n\n.grid {\n width: 100%;\n}\n\n.sources {\n max-height: calc(100vh - 2 * var(--top));\n overflow-y: auto;\n scrollbar-color: #b1b1b1 transparent;\n scrollbar-width: thin;\n}\n\n.sources::-webkit-scrollbar {\n width: 8px;\n}\n\n.sources::-webkit-scrollbar-thumb {\n background-color: #b1b1b1;\n border-radius: 6px;\n}\n\n.blockDetails {\n width: 0;\n overflow-x: hidden;\n overflow-y: auto;\n min-width: 0;\n max-width: 55vw;\n box-sizing: border-box;\n transition: all 0.2s ease-in-out;\n margin-top: -16px;\n margin-right: -15px;\n}\n\n.blockDetails.open {\n min-width: 420px;\n padding: 2em;\n box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);\n}\n\n.detailsTop {\n width: 100%;\n display: flex;\n justify-content: space-between;\n align-items: center;\n flex-wrap: wrap-reverse;\n}\n\n.header {\n margin: 0;\n padding: 0;\n font-weight: 700;\n font-size: 1.1em;\n}\n\n.closeBtn {\n border: none;\n background: none;\n font-size: 2em;\n transform: translateY(-10%);\n}\n\n.timeRangeDiv {\n box-sizing: border-box;\n padding: 0em 3em;\n display: flex;\n justify-content: space-evenly;\n flex-direction: column;\n align-items: center;\n height: var(--top);\n}\n\n.timeRange {\n display: flex;\n justify-content: space-between;\n align-items: center;\n font-size: 0.9em;\n width: 100%;\n}\n\n.source {\n width: 100%;\n display: flex;\n align-items: center;\n}\n\n.title {\n box-sizing: border-box;\n padding: 0 1em;\n}\n\n.title > span {\n display: block;\n width: 8vw;\n margin: 0;\n text-align: center;\n text-overflow: ellipsis;\n overflow: hidden;\n box-sizing: border-box;\n}\n\n.rowsContainer {\n display: flex;\n flex-direction: column;\n width: 100%;\n box-sizing: border-box;\n border-left: solid 3px teal;\n}\n\n.row {\n width: 100%;\n position: relative;\n --block-height: 1.2em;\n height: var(--block-height);\n box-sizing: content-box;\n margin: 0.1em 0;\n overflow-x: hidden;\n}\n\n.blockSpan {\n position: absolute;\n border: none;\n height: 100%;\n min-width: 0.5%;\n padding: 0;\n margin: 0;\n min-width: 0;\n box-sizing: border-box;\n mix-blend-mode: multiply;\n}\n\n.blockSpan:hover,\n.blockSpan:focus {\n outline: none;\n box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.3) inset;\n}\n\n/*\n* block colors\n* https://coolors.co/9b5de5-f15bb5-fee440-00bbf9-00f5d4\n*/\n.res-0 {\n --level-1: #bd96ee;\n --level-2: #9250e2;\n --level-3: #7c2cdd;\n --level-4: #681fc1;\n --level-5: #4c178c;\n --level-6: #391169;\n}\n\n.res-300000 {\n --level-1: #f15bb5;\n --level-2: #ef43aa;\n --level-3: #eb1e99;\n --level-4: #ce1283;\n --level-5: #a90f6b;\n --level-6: #830b53;\n}\n\n.res-3600000 {\n --level-1: #70dbff;\n --level-2: #47d1ff;\n --level-3: #1fc7ff;\n --level-4: #00b8f5;\n --level-5: #0099cc;\n --level-6: #007aa3;\n}\n\n.level-1 {\n background: var(--level-1);\n}\n.level-2 {\n background: var(--level-2);\n}\n.level-3 {\n background: var(--level-3);\n}\n.level-4 {\n background: var(--level-4);\n}\n.level-5 {\n background: var(--level-5);\n}\n.level-6 {\n background: var(--level-6);\n}\n\n.blockInput {\n margin-bottom: 12px;\n}\n\n.blockFilter {\n display: flex;\n flex-direction: row;\n align-items: center;\n}\n",".rc-slider {\n position: relative;\n height: 14px;\n padding: 5px 0;\n width: 100%;\n border-radius: 6px;\n touch-action: none;\n box-sizing: border-box;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n.rc-slider * {\n box-sizing: border-box;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n.rc-slider-rail {\n position: absolute;\n width: 100%;\n background-color: #e9e9e9;\n height: 4px;\n border-radius: 6px;\n}\n.rc-slider-track {\n position: absolute;\n left: 0;\n height: 4px;\n border-radius: 6px;\n background-color: #abe2fb;\n}\n.rc-slider-handle {\n position: absolute;\n width: 14px;\n height: 14px;\n cursor: pointer;\n cursor: -webkit-grab;\n margin-top: -5px;\n cursor: grab;\n border-radius: 50%;\n border: solid 2px #96dbfa;\n background-color: #fff;\n touch-action: pan-x;\n}\n.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {\n border-color: #57c5f7;\n box-shadow: 0 0 0 5px #96dbfa;\n}\n.rc-slider-handle:focus {\n outline: none;\n}\n.rc-slider-handle-click-focused:focus {\n border-color: #96dbfa;\n box-shadow: unset;\n}\n.rc-slider-handle:hover {\n border-color: #57c5f7;\n}\n.rc-slider-handle:active {\n border-color: #57c5f7;\n box-shadow: 0 0 5px #57c5f7;\n cursor: -webkit-grabbing;\n cursor: grabbing;\n}\n.rc-slider-mark {\n position: absolute;\n top: 18px;\n left: 0;\n width: 100%;\n font-size: 12px;\n}\n.rc-slider-mark-text {\n position: absolute;\n display: inline-block;\n vertical-align: middle;\n text-align: center;\n cursor: pointer;\n color: #999;\n}\n.rc-slider-mark-text-active {\n color: #666;\n}\n.rc-slider-step {\n position: absolute;\n width: 100%;\n height: 4px;\n background: transparent;\n}\n.rc-slider-dot {\n position: absolute;\n bottom: -2px;\n margin-left: -4px;\n width: 8px;\n height: 8px;\n border: 2px solid #e9e9e9;\n background-color: #fff;\n cursor: pointer;\n border-radius: 50%;\n vertical-align: middle;\n}\n.rc-slider-dot-active {\n border-color: #96dbfa;\n}\n.rc-slider-dot-reverse {\n margin-right: -4px;\n}\n.rc-slider-disabled {\n background-color: #e9e9e9;\n}\n.rc-slider-disabled .rc-slider-track {\n background-color: #ccc;\n}\n.rc-slider-disabled .rc-slider-handle,\n.rc-slider-disabled .rc-slider-dot {\n border-color: #ccc;\n box-shadow: none;\n background-color: #fff;\n cursor: not-allowed;\n}\n.rc-slider-disabled .rc-slider-mark-text,\n.rc-slider-disabled .rc-slider-dot {\n cursor: not-allowed !important;\n}\n.rc-slider-vertical {\n width: 14px;\n height: 100%;\n padding: 0 5px;\n}\n.rc-slider-vertical .rc-slider-rail {\n height: 100%;\n width: 4px;\n}\n.rc-slider-vertical .rc-slider-track {\n left: 5px;\n bottom: 0;\n width: 4px;\n}\n.rc-slider-vertical .rc-slider-handle {\n margin-left: -5px;\n touch-action: pan-y;\n}\n.rc-slider-vertical .rc-slider-mark {\n top: 0;\n left: 18px;\n height: 100%;\n}\n.rc-slider-vertical .rc-slider-step {\n height: 100%;\n width: 4px;\n}\n.rc-slider-vertical .rc-slider-dot {\n left: 2px;\n margin-bottom: -4px;\n}\n.rc-slider-vertical .rc-slider-dot:first-child {\n margin-bottom: -4px;\n}\n.rc-slider-vertical .rc-slider-dot:last-child {\n margin-bottom: -4px;\n}\n.rc-slider-tooltip-zoom-down-enter,\n.rc-slider-tooltip-zoom-down-appear {\n animation-duration: 0.3s;\n animation-fill-mode: both;\n display: block !important;\n animation-play-state: paused;\n}\n.rc-slider-tooltip-zoom-down-leave {\n animation-duration: 0.3s;\n animation-fill-mode: both;\n display: block !important;\n animation-play-state: paused;\n}\n.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,\n.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {\n animation-name: rcSliderTooltipZoomDownIn;\n animation-play-state: running;\n}\n.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {\n animation-name: rcSliderTooltipZoomDownOut;\n animation-play-state: running;\n}\n.rc-slider-tooltip-zoom-down-enter,\n.rc-slider-tooltip-zoom-down-appear {\n transform: scale(0, 0);\n animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);\n}\n.rc-slider-tooltip-zoom-down-leave {\n animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);\n}\n@keyframes rcSliderTooltipZoomDownIn {\n 0% {\n opacity: 0;\n transform-origin: 50% 100%;\n transform: scale(0, 0);\n }\n 100% {\n transform-origin: 50% 100%;\n transform: scale(1, 1);\n }\n}\n@keyframes rcSliderTooltipZoomDownOut {\n 0% {\n transform-origin: 50% 100%;\n transform: scale(1, 1);\n }\n 100% {\n opacity: 0;\n transform-origin: 50% 100%;\n transform: scale(0, 0);\n }\n}\n.rc-slider-tooltip {\n position: absolute;\n left: -9999px;\n top: -9999px;\n visibility: visible;\n box-sizing: border-box;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n.rc-slider-tooltip * {\n box-sizing: border-box;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n.rc-slider-tooltip-hidden {\n display: none;\n}\n.rc-slider-tooltip-placement-top {\n padding: 4px 0 8px 0;\n}\n.rc-slider-tooltip-inner {\n padding: 6px 2px;\n min-width: 24px;\n height: 24px;\n font-size: 12px;\n line-height: 1;\n color: #fff;\n text-align: center;\n text-decoration: none;\n background-color: #6c6c6c;\n border-radius: 6px;\n box-shadow: 0 0 4px #d9d9d9;\n}\n.rc-slider-tooltip-arrow {\n position: absolute;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid;\n}\n.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {\n bottom: 4px;\n left: 50%;\n margin-left: -4px;\n border-width: 4px 4px 0;\n border-top-color: #6c6c6c;\n}\n","/* THIS FILE WAS COPIED INTO THANOS FROM PROMETHEUS \n (LIVING AT https://github.com/prometheus/prometheus/blob/main/web/ui/react-app/src/themes/app.scss),\n PROMETHEUS CODE WAS LICENSED UNDER AN APACHE 2.0 LICENSE, SEE\n https://github.com/prometheus/prometheus/blob/main/LICENSE.\n*/\n\n/* This file contains styles that are applied to root document, which cannot be\n nested under theme selectors. */\n\n html {\n /* https://github.com/prometheus/prometheus/issues/7434 */\n /* Scroll to hash-fragment-links counting the fixed navbar 40px tall with 16px padding */\n scroll-padding-top: 56px;\n }\n \n /* Font used for autocompletion item icons. */\n @font-face {\n font-family: 'codicon';\n src: local('codicon'), url(../fonts/codicon.ttf) format('truetype');\n }","/* THIS FILE WAS COPIED INTO THANOS FROM PROMETHEUS \n (LIVING AT https://github.com/prometheus/prometheus/blob/main/web/ui/react-app/src/themes/light.scss),\n PROMETHEUS CODE WAS LICENSED UNDER AN APACHE 2.0 LICENSE, SEE\n https://github.com/prometheus/prometheus/blob/main/LICENSE.\n*/\n@import 'bootstrap_light';\n\n@import '~bootstrap/scss/functions';\n@import '~bootstrap/scss/variables';\n\n$alert-cell-color: inherit;\n$rule-cell-bg: #f5f5f5;\n\n$config-yaml-color: #333;\n$config-yaml-bg: #f5f5f5;\n$config-yaml-border: #ccc;\n\n$query-stats-color: #71808e;\n\n$metrics-explorer-bg: #efefef;\n\n$clear-time-btn-bg: $white;\n\n.bootstrap {\n @import './shared';\n}","// stylelint-disable declaration-no-important, selector-no-qualifying-type, property-no-vendor-prefix\n\n// Reboot\n//\n// Normalization of HTML elements, manually forked from Normalize.css to remove\n// styles targeting irrelevant browsers while applying new styles.\n//\n// Normalize is licensed MIT. https://github.com/necolas/normalize.css\n\n\n// Document\n//\n// 1. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.\n// 2. Change the default font family in all browsers.\n// 3. Correct the line height in all browsers.\n// 4. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.\n// 5. Change the default tap highlight to be completely transparent in iOS.\n\n*,\n*::before,\n*::after {\n box-sizing: border-box; // 1\n}\n\nhtml {\n font-family: sans-serif; // 2\n line-height: 1.15; // 3\n -webkit-text-size-adjust: 100%; // 4\n -webkit-tap-highlight-color: rgba($black, 0); // 5\n}\n\n// Shim for \"new\" HTML5 structural elements to display correctly (IE10, older browsers)\n// TODO: remove in v5\n// stylelint-disable-next-line selector-list-comma-newline-after\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\n display: block;\n}\n\n// Body\n//\n// 1. Remove the margin in all browsers.\n// 2. As a best practice, apply a default `background-color`.\n// 3. Set an explicit initial text-align value so that we can later use\n// the `inherit` value on things like `` elements.\n\nbody {\n margin: 0; // 1\n font-family: $font-family-base;\n @include font-size($font-size-base);\n font-weight: $font-weight-base;\n line-height: $line-height-base;\n color: $body-color;\n text-align: left; // 3\n background-color: $body-bg; // 2\n}\n\n// Future-proof rule: in browsers that support :focus-visible, suppress the focus outline\n// on elements that programmatically receive focus but wouldn't normally show a visible\n// focus outline. In general, this would mean that the outline is only applied if the\n// interaction that led to the element receiving programmatic focus was a keyboard interaction,\n// or the browser has somehow determined that the user is primarily a keyboard user and/or\n// wants focus outlines to always be presented.\n//\n// See https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible\n// and https://developer.paciellogroup.com/blog/2018/03/focus-visible-and-backwards-compatibility/\n[tabindex=\"-1\"]:focus:not(:focus-visible) {\n outline: 0 !important;\n}\n\n\n// Content grouping\n//\n// 1. Add the correct box sizing in Firefox.\n// 2. Show the overflow in Edge and IE.\n\nhr {\n box-sizing: content-box; // 1\n height: 0; // 1\n overflow: visible; // 2\n}\n\n\n//\n// Typography\n//\n\n// Remove top margins from headings\n//\n// By default, `

`-`

` all receive top and bottom margins. We nuke the top\n// margin for easier control within type scales as it avoids margin collapsing.\n// stylelint-disable-next-line selector-list-comma-newline-after\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: $headings-margin-bottom;\n}\n\n// Reset margins on paragraphs\n//\n// Similarly, the top margin on `

`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\np {\n margin-top: 0;\n margin-bottom: $paragraph-margin-bottom;\n}\n\n// Abbreviations\n//\n// 1. Duplicate behavior to the data-* attribute for our tooltip plugin\n// 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n// 3. Add explicit cursor to indicate changed behavior.\n// 4. Remove the bottom border in Firefox 39-.\n// 5. Prevent the text-decoration to be skipped.\n\nabbr[title],\nabbr[data-original-title] { // 1\n text-decoration: underline; // 2\n text-decoration: underline dotted; // 2\n cursor: help; // 3\n border-bottom: 0; // 4\n text-decoration-skip-ink: none; // 5\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: $dt-font-weight;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; // Undo browser default\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: $font-weight-bolder; // Add the correct font weight in Chrome, Edge, and Safari\n}\n\nsmall {\n @include font-size(80%); // Add the correct font size in all browsers\n}\n\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n//\n\nsub,\nsup {\n position: relative;\n @include font-size(75%);\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n//\n// Links\n//\n\na {\n color: $link-color;\n text-decoration: $link-decoration;\n background-color: transparent; // Remove the gray background on active links in IE 10.\n\n @include hover() {\n color: $link-hover-color;\n text-decoration: $link-hover-decoration;\n }\n}\n\n// And undo these styles for placeholder links/named anchors (without href).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]):not([class]) {\n color: inherit;\n text-decoration: none;\n\n @include hover() {\n color: inherit;\n text-decoration: none;\n }\n}\n\n\n//\n// Code\n//\n\npre,\ncode,\nkbd,\nsamp {\n font-family: $font-family-monospace;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\n}\n\npre {\n // Remove browser default top margin\n margin-top: 0;\n // Reset browser default of `1em` to use `rem`s\n margin-bottom: 1rem;\n // Don't allow content to break outside\n overflow: auto;\n // Disable auto-hiding scrollbar in IE & legacy Edge to avoid overlap,\n // making it impossible to interact with the content\n -ms-overflow-style: scrollbar;\n}\n\n\n//\n// Figures\n//\n\nfigure {\n // Apply a consistent margin strategy (matches our type styles).\n margin: 0 0 1rem;\n}\n\n\n//\n// Images and content\n//\n\nimg {\n vertical-align: middle;\n border-style: none; // Remove the border on images inside links in IE 10-.\n}\n\nsvg {\n // Workaround for the SVG overflow bug in IE10/11 is still required.\n // See https://github.com/twbs/bootstrap/issues/26878\n overflow: hidden;\n vertical-align: middle;\n}\n\n\n//\n// Tables\n//\n\ntable {\n border-collapse: collapse; // Prevent double borders\n}\n\ncaption {\n padding-top: $table-cell-padding;\n padding-bottom: $table-cell-padding;\n color: $table-caption-color;\n text-align: left;\n caption-side: bottom;\n}\n\n// 1. Removes font-weight bold by inheriting\n// 2. Matches default `` alignment by inheriting `text-align`.\n// 3. Fix alignment for Safari\n\nth {\n font-weight: $table-th-font-weight; // 1\n text-align: inherit; // 2\n text-align: -webkit-match-parent; // 3\n}\n\n\n//\n// Forms\n//\n\nlabel {\n // Allow labels to use `margin` for spacing.\n display: inline-block;\n margin-bottom: $label-margin-bottom;\n}\n\n// Remove the default `border-radius` that macOS Chrome adds.\n//\n// Details at https://github.com/twbs/bootstrap/issues/24093\nbutton {\n // stylelint-disable-next-line property-disallowed-list\n border-radius: 0;\n}\n\n// Explicitly remove focus outline in Chromium when it shouldn't be\n// visible (e.g. as result of mouse click or touch tap). It already\n// should be doing this automatically, but seems to currently be\n// confused and applies its very visible two-tone outline anyway.\n\nbutton:focus:not(:focus-visible) {\n outline: 0;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0; // Remove the margin in Firefox and Safari\n font-family: inherit;\n @include font-size(inherit);\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible; // Show the overflow in Edge\n}\n\nbutton,\nselect {\n text-transform: none; // Remove the inheritance of text transform in Firefox\n}\n\n// Set the cursor for non-`