diff --git a/.cspell.json b/.cspell.json new file mode 100644 index 00000000..0ad02b86 --- /dev/null +++ b/.cspell.json @@ -0,0 +1,34 @@ +{ + "version": "0.2", + "language": "en,en-gb", + "words": [ + "darkcyan", + "libsass", + "drilldown", + "callout", + "mediumpurple", + "hotpink", + "rosybrown", + "asdfj", + "unparseable", + "memfs", + "klona", + "sharename", + "wekbit", + "commitlint", + "bgcolor" + ], + + "ignorePaths": [ + "CHANGELOG.md", + "coverage", + "package.json", + "dist/**", + "**/__snapshots__/**", + "package-lock.json", + "*.sass", + "node_modules", + "coverage", + "*.log" + ] +} diff --git a/.github/workflows/cancel.yml b/.github/workflows/cancel.yml deleted file mode 100644 index 1913e49c..00000000 --- a/.github/workflows/cancel.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Cancel -on: - push: - branches: - - master - - next - pull_request: - branches: - - master - - next -permissions: {} # none -jobs: - cancel: - permissions: - actions: write - name: Cancel Previous Runs - runs-on: ubuntu-latest - timeout-minutes: 3 - steps: - - uses: styfle/cancel-workflow-action@0.10.0 - with: - workflow_id: nodejs.yml - access_token: ${{ github.token }} diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 745f4c5e..24a35a06 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -11,4 +11,4 @@ jobs: - name: "Checkout Repository" uses: actions/checkout@v3 - name: "Dependency Review" - uses: actions/dependency-review-action@v2 + uses: actions/dependency-review-action@v3 diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 36bc8ddd..eebd7ca7 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -23,10 +23,14 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [16.x] + node-version: [lts/*] runs-on: ${{ matrix.os }} + concurrency: + group: lint-${{ matrix.os }}-v${{ matrix.node-version }}-${{ github.ref }} + cancel-in-progress: true + steps: - uses: actions/checkout@v3 with: @@ -61,6 +65,10 @@ jobs: runs-on: ${{ matrix.os }} + concurrency: + group: test-${{ matrix.os }}-v${{ matrix.node-version }}-${{ matrix.webpack-version }}-${{ github.ref }} + cancel-in-progress: true + steps: - name: Setup Git if: matrix.os == 'windows-latest' diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f76f4f5..bb27fc41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [13.2.1](https://github.com/webpack-contrib/sass-loader/compare/v13.2.0...v13.2.1) (2023-03-18) + + +### Bug Fixes + +* do not crash on a custom scheme in `@import`/`@use` for the modern API ([21966ee](https://github.com/webpack-contrib/sass-loader/commit/21966ee01efde0368996ac743a90efcb51c8d591)) + ## [13.2.0](https://github.com/webpack-contrib/sass-loader/compare/v13.1.0...v13.2.0) (2022-11-09) diff --git a/lint-staged.config.js b/lint-staged.config.js index 3283cfb9..372e7ffc 100644 --- a/lint-staged.config.js +++ b/lint-staged.config.js @@ -1,4 +1,4 @@ module.exports = { - "*": ["prettier --write --ignore-unknown"], + "*": ["prettier --write --ignore-unknown", "cspell --no-must-find-files"], "*.js": ["eslint --cache --fix"], }; diff --git a/package-lock.json b/package-lock.json index f3e18b61..ecb98c0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,55 +1,56 @@ { "name": "sass-loader", - "version": "13.2.0", + "version": "13.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sass-loader", - "version": "13.2.0", + "version": "13.2.1", "license": "MIT", "dependencies": { - "klona": "^2.0.4", + "klona": "^2.0.6", "neo-async": "^2.6.2" }, "devDependencies": { - "@babel/cli": "^7.19.3", - "@babel/core": "^7.19.6", - "@babel/preset-env": "^7.19.4", - "@commitlint/cli": "^17.2.0", - "@commitlint/config-conventional": "^17.2.0", + "@babel/cli": "^7.20.7", + "@babel/core": "^7.20.12", + "@babel/preset-env": "^7.20.2", + "@commitlint/cli": "^17.4.2", + "@commitlint/config-conventional": "^17.4.2", "@webpack-contrib/eslint-config-webpack": "^3.0.0", - "babel-jest": "^29.2.2", + "babel-jest": "^29.4.1", "bootstrap-sass": "^3.4.1", "bootstrap-v4": "npm:bootstrap@^4.5.3", "bootstrap-v5": "npm:bootstrap@^5.0.1", "cross-env": "^7.0.3", - "css-loader": "^6.6.0", + "cspell": "^6.20.1", + "css-loader": "^6.7.3", "del": "^6.1.1", "del-cli": "^4.0.1", - "enhanced-resolve": "^5.10.0", - "eslint": "^8.26.0", - "eslint-config-prettier": "^8.3.0", - "eslint-plugin-import": "^2.25.4", + "enhanced-resolve": "^5.12.0", + "eslint": "^8.33.0", + "eslint-config-prettier": "^8.6.0", + "eslint-plugin-import": "^2.27.5", "fibers": "^5.0.3", "file-loader": "^6.2.0", "foundation-sites": "^6.7.5", - "husky": "^8.0.1", - "jest": "^29.2.2", + "husky": "^8.0.3", + "jest": "^29.4.1", "jest-environment-node-single-context": "^29.0.0", "lint-staged": "^12.5.0", "material-components-web": "^8.0.0", - "memfs": "^3.4.9", + "memfs": "^3.4.13", "node-sass": "^8.0.0", "node-sass-glob-importer": "^5.3.2", "npm-run-all": "^4.1.5", - "prettier": "^2.7.1", - "sass": "^1.55.0", - "sass-embedded": "^1.55.0", + "prettier": "^2.8.3", + "sass": "^1.58.0", + "sass-embedded": "^1.57.1", "semver": "^7.3.8", "standard-version": "^9.3.1", "style-loader": "^3.2.1", - "webpack": "^5.74.0" + "webpack": "^5.75.0" }, "engines": { "node": ">= 14.15.0" @@ -94,9 +95,9 @@ } }, "node_modules/@babel/cli": { - "version": "7.19.3", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.19.3.tgz", - "integrity": "sha512-643/TybmaCAe101m2tSVHi9UKpETXP9c/Ff4mD2tAwkdP6esKIfaauZFc67vGEM6r9fekbEGid+sZhbEnSe3dg==", + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.20.7.tgz", + "integrity": "sha512-WylgcELHB66WwQqItxNILsMlaTd8/SO6SgTTjMp4uCI7P4QyH1r3nqgFmO3BfM4AtfniHgFMH3EpYFj/zynBkQ==", "dev": true, "dependencies": { "@jridgewell/trace-mapping": "^0.3.8", @@ -135,34 +136,34 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.20.1", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.1.tgz", - "integrity": "sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==", + "version": "7.20.10", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.10.tgz", + "integrity": "sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.19.6", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.19.6.tgz", - "integrity": "sha512-D2Ue4KHpc6Ys2+AxpIx1BZ8+UegLLLE2p3KJEuJRKmokHOtl49jQ5ny1773KsGLZs8MQvBidAF6yWUJxRqtKtg==", + "version": "7.20.12", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.12.tgz", + "integrity": "sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==", "dev": true, "dependencies": { "@ampproject/remapping": "^2.1.0", "@babel/code-frame": "^7.18.6", - "@babel/generator": "^7.19.6", - "@babel/helper-compilation-targets": "^7.19.3", - "@babel/helper-module-transforms": "^7.19.6", - "@babel/helpers": "^7.19.4", - "@babel/parser": "^7.19.6", - "@babel/template": "^7.18.10", - "@babel/traverse": "^7.19.6", - "@babel/types": "^7.19.4", + "@babel/generator": "^7.20.7", + "@babel/helper-compilation-targets": "^7.20.7", + "@babel/helper-module-transforms": "^7.20.11", + "@babel/helpers": "^7.20.7", + "@babel/parser": "^7.20.7", + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.20.12", + "@babel/types": "^7.20.7", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", - "json5": "^2.2.1", + "json5": "^2.2.2", "semver": "^6.3.0" }, "engines": { @@ -183,12 +184,12 @@ } }, "node_modules/@babel/generator": { - "version": "7.20.1", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.1.tgz", - "integrity": "sha512-u1dMdBUmA7Z0rBB97xh8pIhviK7oItYOkjbsCxTWMknyvbQRBwX7/gn4JXurRdirWMFh+ZtYARqkA6ydogVZpg==", + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.7.tgz", + "integrity": "sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw==", "dev": true, "dependencies": { - "@babel/types": "^7.20.0", + "@babel/types": "^7.20.7", "@jridgewell/gen-mapping": "^0.3.2", "jsesc": "^2.5.1" }, @@ -236,14 +237,15 @@ } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.19.3", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz", - "integrity": "sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==", + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz", + "integrity": "sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==", "dev": true, "dependencies": { - "@babel/compat-data": "^7.19.3", + "@babel/compat-data": "^7.20.5", "@babel/helper-validator-option": "^7.18.6", "browserslist": "^4.21.3", + "lru-cache": "^5.1.1", "semver": "^6.3.0" }, "engines": { @@ -253,6 +255,15 @@ "@babel/core": "^7.0.0" } }, + "node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "dependencies": { + "yallist": "^3.0.2" + } + }, "node_modules/@babel/helper-compilation-targets/node_modules/semver": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", @@ -262,6 +273,12 @@ "semver": "bin/semver.js" } }, + "node_modules/@babel/helper-compilation-targets/node_modules/yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true + }, "node_modules/@babel/helper-create-class-features-plugin": { "version": "7.18.6", "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.6.tgz", @@ -396,19 +413,19 @@ } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.19.6", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.19.6.tgz", - "integrity": "sha512-fCmcfQo/KYr/VXXDIyd3CBGZ6AFhPFy1TfSEJ+PilGVlQT6jcbqtHAM4C1EciRqMza7/TpOUZliuSH+U6HAhJw==", + "version": "7.20.11", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz", + "integrity": "sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==", "dev": true, "dependencies": { "@babel/helper-environment-visitor": "^7.18.9", "@babel/helper-module-imports": "^7.18.6", - "@babel/helper-simple-access": "^7.19.4", + "@babel/helper-simple-access": "^7.20.2", "@babel/helper-split-export-declaration": "^7.18.6", "@babel/helper-validator-identifier": "^7.19.1", - "@babel/template": "^7.18.10", - "@babel/traverse": "^7.19.6", - "@babel/types": "^7.19.4" + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.20.10", + "@babel/types": "^7.20.7" }, "engines": { "node": ">=6.9.0" @@ -427,9 +444,9 @@ } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.19.0.tgz", - "integrity": "sha512-40Ryx7I8mT+0gaNxm8JGTZFUITNqdLAgdg0hXzeVZxVD6nFsdhQvip6v8dqkRHzsz1VFpFAaOCHNn0vKBL7Czw==", + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz", + "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==", "dev": true, "engines": { "node": ">=6.9.0" @@ -454,28 +471,28 @@ } }, "node_modules/@babel/helper-replace-supers": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.18.9.tgz", - "integrity": "sha512-dNsWibVI4lNT6HiuOIBr1oyxo40HvIVmbwPUm3XZ7wMh4k2WxrxTqZwSqw/eEmXDS9np0ey5M2bz9tBmO9c+YQ==", + "version": "7.19.1", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.19.1.tgz", + "integrity": "sha512-T7ahH7wV0Hfs46SFh5Jz3s0B6+o8g3c+7TMxu7xKfmHikg7EAZ3I2Qk9LFhjxXq8sL7UkP5JflezNwoZa8WvWw==", "dev": true, "dependencies": { "@babel/helper-environment-visitor": "^7.18.9", "@babel/helper-member-expression-to-functions": "^7.18.9", "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/traverse": "^7.18.9", - "@babel/types": "^7.18.9" + "@babel/traverse": "^7.19.1", + "@babel/types": "^7.19.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-simple-access": { - "version": "7.19.4", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.19.4.tgz", - "integrity": "sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg==", + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz", + "integrity": "sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==", "dev": true, "dependencies": { - "@babel/types": "^7.19.4" + "@babel/types": "^7.20.2" }, "engines": { "node": ">=6.9.0" @@ -548,14 +565,14 @@ } }, "node_modules/@babel/helpers": { - "version": "7.20.1", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.1.tgz", - "integrity": "sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==", + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.7.tgz", + "integrity": "sha512-PBPjs5BppzsGaxHQCDKnZ6Gd9s6xl8bBCluz3vEInLGRJmnZan4F6BYCeqtyXqkk4W5IlPmjK4JlOuZkpJ3xZA==", "dev": true, "dependencies": { - "@babel/template": "^7.18.10", - "@babel/traverse": "^7.20.1", - "@babel/types": "^7.20.0" + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.20.7", + "@babel/types": "^7.20.7" }, "engines": { "node": ">=6.9.0" @@ -576,9 +593,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.20.1", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.1.tgz", - "integrity": "sha512-hp0AYxaZJhxULfM1zyp7Wgr+pSUKBcP3M+PHnSzWGdXOzg/kHWIgiUWARvubhUKGOEw3xqY4x+lyZ9ytBVcELw==", + "version": "7.20.13", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.13.tgz", + "integrity": "sha512-gFDLKMfpiXCsjt4za2JA9oTMn70CeseCehb11kRZgvd7+F67Hih3OHOK24cRrWECJ/ljfPGac6ygXAs/C8kIvw==", "dev": true, "bin": { "parser": "bin/babel-parser.js" @@ -620,9 +637,9 @@ } }, "node_modules/@babel/plugin-proposal-async-generator-functions": { - "version": "7.19.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.19.1.tgz", - "integrity": "sha512-0yu8vNATgLy4ivqMNBIwb1HebCelqN7YX8SL3FDXORv/RqT0zEEWUCH4GH44JsSrvCu6GqnAdR5EBFAPeNBB4Q==", + "version": "7.20.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.1.tgz", + "integrity": "sha512-Gh5rchzSwE4kC+o/6T8waD0WHEQIsDmjltY8WnWRXHUdH8axZhuH86Ov9M72YhJfDrZseQwuuWaaIT/TmePp3g==", "dev": true, "dependencies": { "@babel/helper-environment-visitor": "^7.18.9", @@ -767,16 +784,16 @@ } }, "node_modules/@babel/plugin-proposal-object-rest-spread": { - "version": "7.19.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.19.4.tgz", - "integrity": "sha512-wHmj6LDxVDnL+3WhXteUBaoM1aVILZODAUjg11kHqG4cOlfgMQGxw6aCgvrXrmaJR3Bn14oZhImyCPZzRpC93Q==", + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.2.tgz", + "integrity": "sha512-Ks6uej9WFK+fvIMesSqbAto5dD8Dz4VuuFvGJFKgIGSkJuRGcrwGECPA1fDgQK3/DbExBJpEkTeYeB8geIFCSQ==", "dev": true, "dependencies": { - "@babel/compat-data": "^7.19.4", - "@babel/helper-compilation-targets": "^7.19.3", - "@babel/helper-plugin-utils": "^7.19.0", + "@babel/compat-data": "^7.20.1", + "@babel/helper-compilation-targets": "^7.20.0", + "@babel/helper-plugin-utils": "^7.20.2", "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.18.8" + "@babel/plugin-transform-parameters": "^7.20.1" }, "engines": { "node": ">=6.9.0" @@ -944,12 +961,12 @@ } }, "node_modules/@babel/plugin-syntax-import-assertions": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.18.6.tgz", - "integrity": "sha512-/DU3RXad9+bZwrgWJQKbr39gYbJpLJHezqEzRzi/BHRlJ9zsQb4CK2CA/5apllXNomwA1qHwzvHl+AdEmC5krQ==", + "version": "7.20.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz", + "integrity": "sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" + "@babel/helper-plugin-utils": "^7.19.0" }, "engines": { "node": ">=6.9.0" @@ -1162,12 +1179,12 @@ } }, "node_modules/@babel/plugin-transform-block-scoping": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.20.0.tgz", - "integrity": "sha512-sXOohbpHZSk7GjxK9b3dKB7CfqUD5DwOH+DggKzOQ7TXYP+RCSbRykfjQmn/zq+rBjycVRtLf9pYhAaEJA786w==", + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.20.5.tgz", + "integrity": "sha512-WvpEIW9Cbj9ApF3yJCjIEEf1EiNJLtXagOrL5LNWEZOo3jv8pmPoYTSNJQvqej8OavVlgOoOPw6/htGZro6IkA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.19.0" + "@babel/helper-plugin-utils": "^7.20.2" }, "engines": { "node": ">=6.9.0" @@ -1177,18 +1194,18 @@ } }, "node_modules/@babel/plugin-transform-classes": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.19.0.tgz", - "integrity": "sha512-YfeEE9kCjqTS9IitkgfJuxjcEtLUHMqa8yUJ6zdz8vR7hKuo6mOy2C05P0F1tdMmDCeuyidKnlrw/iTppHcr2A==", + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.20.2.tgz", + "integrity": "sha512-9rbPp0lCVVoagvtEyQKSo5L8oo0nQS/iif+lwlAz29MccX2642vWDlSZK+2T2buxbopotId2ld7zZAzRfz9j1g==", "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-compilation-targets": "^7.19.0", + "@babel/helper-compilation-targets": "^7.20.0", "@babel/helper-environment-visitor": "^7.18.9", "@babel/helper-function-name": "^7.19.0", "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/helper-plugin-utils": "^7.19.0", - "@babel/helper-replace-supers": "^7.18.9", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-replace-supers": "^7.19.1", "@babel/helper-split-export-declaration": "^7.18.6", "globals": "^11.1.0" }, @@ -1215,12 +1232,12 @@ } }, "node_modules/@babel/plugin-transform-destructuring": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.20.0.tgz", - "integrity": "sha512-1dIhvZfkDVx/zn2S1aFwlruspTt4189j7fEkH0Y0VyuDM6bQt7bD6kLcz3l4IlLG+e5OReaBz9ROAbttRtUHqA==", + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.20.2.tgz", + "integrity": "sha512-mENM+ZHrvEgxLTBXUiQ621rRXZes3KWUv6NdQlrnr1TkWVw+hUjQBZuP2X32qKlrlG2BzgR95gkuCRSkJl8vIw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.19.0" + "@babel/helper-plugin-utils": "^7.20.2" }, "engines": { "node": ">=6.9.0" @@ -1339,14 +1356,13 @@ } }, "node_modules/@babel/plugin-transform-modules-amd": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.18.6.tgz", - "integrity": "sha512-Pra5aXsmTsOnjM3IajS8rTaLCy++nGM4v3YR4esk5PCsyg9z8NA5oQLwxzMUtDBd8F+UmVza3VxoAaWCbzH1rg==", + "version": "7.19.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.19.6.tgz", + "integrity": "sha512-uG3od2mXvAtIFQIh0xrpLH6r5fpSQN04gIVovl+ODLdUMANokxQLZnPBHcjmv3GxRjnqwLuHvppjjcelqUFZvg==", "dev": true, "dependencies": { - "@babel/helper-module-transforms": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6", - "babel-plugin-dynamic-import-node": "^2.3.3" + "@babel/helper-module-transforms": "^7.19.6", + "@babel/helper-plugin-utils": "^7.19.0" }, "engines": { "node": ">=6.9.0" @@ -1356,15 +1372,14 @@ } }, "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.6.tgz", - "integrity": "sha512-Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q==", + "version": "7.19.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.19.6.tgz", + "integrity": "sha512-8PIa1ym4XRTKuSsOUXqDG0YaOlEuTVvHMe5JCfgBMOtHvJKw/4NGovEGN33viISshG/rZNVrACiBmPQLvWN8xQ==", "dev": true, "dependencies": { - "@babel/helper-module-transforms": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/helper-simple-access": "^7.18.6", - "babel-plugin-dynamic-import-node": "^2.3.3" + "@babel/helper-module-transforms": "^7.19.6", + "@babel/helper-plugin-utils": "^7.19.0", + "@babel/helper-simple-access": "^7.19.4" }, "engines": { "node": ">=6.9.0" @@ -1374,16 +1389,15 @@ } }, "node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.19.0.tgz", - "integrity": "sha512-x9aiR0WXAWmOWsqcsnrzGR+ieaTMVyGyffPVA7F8cXAGt/UxefYv6uSHZLkAFChN5M5Iy1+wjE+xJuPt22H39A==", + "version": "7.19.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.19.6.tgz", + "integrity": "sha512-fqGLBepcc3kErfR9R3DnVpURmckXP7gj7bAlrTQyBxrigFqszZCkFkcoxzCp2v32XmwXLvbw+8Yq9/b+QqksjQ==", "dev": true, "dependencies": { "@babel/helper-hoist-variables": "^7.18.6", - "@babel/helper-module-transforms": "^7.19.0", + "@babel/helper-module-transforms": "^7.19.6", "@babel/helper-plugin-utils": "^7.19.0", - "@babel/helper-validator-identifier": "^7.18.6", - "babel-plugin-dynamic-import-node": "^2.3.3" + "@babel/helper-validator-identifier": "^7.19.1" }, "engines": { "node": ">=6.9.0" @@ -1456,12 +1470,12 @@ } }, "node_modules/@babel/plugin-transform-parameters": { - "version": "7.20.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.20.1.tgz", - "integrity": "sha512-nDvKLrAvl+kf6BOy1UJ3MGwzzfTMgppxwiD2Jb4LO3xjYyZq30oQzDNJbCQpMdG9+j2IXHoiMrw5Cm/L6ZoxXQ==", + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.20.5.tgz", + "integrity": "sha512-h7plkOmcndIUWXZFLgpbrh2+fXAi47zcUX7IrOQuZdLD0I0KvjJ6cvo3BEcAOsDOcZhVKGJqv07mkSqK0y2isQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.19.0" + "@babel/helper-plugin-utils": "^7.20.2" }, "engines": { "node": ">=6.9.0" @@ -1624,18 +1638,18 @@ } }, "node_modules/@babel/preset-env": { - "version": "7.19.4", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.19.4.tgz", - "integrity": "sha512-5QVOTXUdqTCjQuh2GGtdd7YEhoRXBMVGROAtsBeLGIbIz3obCBIfRMT1I3ZKkMgNzwkyCkftDXSSkHxnfVf4qg==", + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.20.2.tgz", + "integrity": "sha512-1G0efQEWR1EHkKvKHqbG+IN/QdgwfByUpM5V5QroDzGV2t3S/WXNQd693cHiHTlCFMpr9B6FkPFXDA2lQcKoDg==", "dev": true, "dependencies": { - "@babel/compat-data": "^7.19.4", - "@babel/helper-compilation-targets": "^7.19.3", - "@babel/helper-plugin-utils": "^7.19.0", + "@babel/compat-data": "^7.20.1", + "@babel/helper-compilation-targets": "^7.20.0", + "@babel/helper-plugin-utils": "^7.20.2", "@babel/helper-validator-option": "^7.18.6", "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6", "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.18.9", - "@babel/plugin-proposal-async-generator-functions": "^7.19.1", + "@babel/plugin-proposal-async-generator-functions": "^7.20.1", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-class-static-block": "^7.18.6", "@babel/plugin-proposal-dynamic-import": "^7.18.6", @@ -1644,7 +1658,7 @@ "@babel/plugin-proposal-logical-assignment-operators": "^7.18.9", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", "@babel/plugin-proposal-numeric-separator": "^7.18.6", - "@babel/plugin-proposal-object-rest-spread": "^7.19.4", + "@babel/plugin-proposal-object-rest-spread": "^7.20.2", "@babel/plugin-proposal-optional-catch-binding": "^7.18.6", "@babel/plugin-proposal-optional-chaining": "^7.18.9", "@babel/plugin-proposal-private-methods": "^7.18.6", @@ -1655,7 +1669,7 @@ "@babel/plugin-syntax-class-static-block": "^7.14.5", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-import-assertions": "^7.18.6", + "@babel/plugin-syntax-import-assertions": "^7.20.0", "@babel/plugin-syntax-json-strings": "^7.8.3", "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", @@ -1668,10 +1682,10 @@ "@babel/plugin-transform-arrow-functions": "^7.18.6", "@babel/plugin-transform-async-to-generator": "^7.18.6", "@babel/plugin-transform-block-scoped-functions": "^7.18.6", - "@babel/plugin-transform-block-scoping": "^7.19.4", - "@babel/plugin-transform-classes": "^7.19.0", + "@babel/plugin-transform-block-scoping": "^7.20.2", + "@babel/plugin-transform-classes": "^7.20.2", "@babel/plugin-transform-computed-properties": "^7.18.9", - "@babel/plugin-transform-destructuring": "^7.19.4", + "@babel/plugin-transform-destructuring": "^7.20.2", "@babel/plugin-transform-dotall-regex": "^7.18.6", "@babel/plugin-transform-duplicate-keys": "^7.18.9", "@babel/plugin-transform-exponentiation-operator": "^7.18.6", @@ -1679,14 +1693,14 @@ "@babel/plugin-transform-function-name": "^7.18.9", "@babel/plugin-transform-literals": "^7.18.9", "@babel/plugin-transform-member-expression-literals": "^7.18.6", - "@babel/plugin-transform-modules-amd": "^7.18.6", - "@babel/plugin-transform-modules-commonjs": "^7.18.6", - "@babel/plugin-transform-modules-systemjs": "^7.19.0", + "@babel/plugin-transform-modules-amd": "^7.19.6", + "@babel/plugin-transform-modules-commonjs": "^7.19.6", + "@babel/plugin-transform-modules-systemjs": "^7.19.6", "@babel/plugin-transform-modules-umd": "^7.18.6", "@babel/plugin-transform-named-capturing-groups-regex": "^7.19.1", "@babel/plugin-transform-new-target": "^7.18.6", "@babel/plugin-transform-object-super": "^7.18.6", - "@babel/plugin-transform-parameters": "^7.18.8", + "@babel/plugin-transform-parameters": "^7.20.1", "@babel/plugin-transform-property-literals": "^7.18.6", "@babel/plugin-transform-regenerator": "^7.18.6", "@babel/plugin-transform-reserved-words": "^7.18.6", @@ -1698,7 +1712,7 @@ "@babel/plugin-transform-unicode-escapes": "^7.18.10", "@babel/plugin-transform-unicode-regex": "^7.18.6", "@babel/preset-modules": "^0.1.5", - "@babel/types": "^7.19.4", + "@babel/types": "^7.20.2", "babel-plugin-polyfill-corejs2": "^0.3.3", "babel-plugin-polyfill-corejs3": "^0.6.0", "babel-plugin-polyfill-regenerator": "^0.4.1", @@ -1750,33 +1764,33 @@ } }, "node_modules/@babel/template": { - "version": "7.18.10", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz", - "integrity": "sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==", + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz", + "integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==", "dev": true, "dependencies": { "@babel/code-frame": "^7.18.6", - "@babel/parser": "^7.18.10", - "@babel/types": "^7.18.10" + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.20.1", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.1.tgz", - "integrity": "sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==", + "version": "7.20.13", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.13.tgz", + "integrity": "sha512-kMJXfF0T6DIS9E8cgdLCSAL+cuCK+YEZHWiLK0SXpTo8YRj5lpJu3CDNKiIBCne4m9hhTIqUg6SYTAI39tAiVQ==", "dev": true, "dependencies": { "@babel/code-frame": "^7.18.6", - "@babel/generator": "^7.20.1", + "@babel/generator": "^7.20.7", "@babel/helper-environment-visitor": "^7.18.9", "@babel/helper-function-name": "^7.19.0", "@babel/helper-hoist-variables": "^7.18.6", "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/parser": "^7.20.1", - "@babel/types": "^7.20.0", + "@babel/parser": "^7.20.13", + "@babel/types": "^7.20.7", "debug": "^4.1.0", "globals": "^11.1.0" }, @@ -1785,9 +1799,9 @@ } }, "node_modules/@babel/types": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.0.tgz", - "integrity": "sha512-Jlgt3H0TajCW164wkTOTzHkZb075tMQMULzrLUoUeKmO7eFL96GgDxf7/Axhc5CAuKE3KFyVW1p6ysKsi2oXAg==", + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.7.tgz", + "integrity": "sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==", "dev": true, "dependencies": { "@babel/helper-string-parser": "^7.19.4", @@ -1805,18 +1819,18 @@ "dev": true }, "node_modules/@commitlint/cli": { - "version": "17.2.0", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.2.0.tgz", - "integrity": "sha512-kd1zykcrjIKyDRftWW1E1TJqkgzeosEkv1BiYPCdzkb/g/3BrfgwZUHR1vg+HO3qKUb/0dN+jNXArhGGAHpmaQ==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.4.2.tgz", + "integrity": "sha512-0rPGJ2O1owhpxMIXL9YJ2CgPkdrFLKZElIZHXDN8L8+qWK1DGH7Q7IelBT1pchXTYTuDlqkOTdh//aTvT3bSUA==", "dev": true, "dependencies": { - "@commitlint/format": "^17.0.0", - "@commitlint/lint": "^17.2.0", - "@commitlint/load": "^17.2.0", - "@commitlint/read": "^17.2.0", - "@commitlint/types": "^17.0.0", + "@commitlint/format": "^17.4.0", + "@commitlint/lint": "^17.4.2", + "@commitlint/load": "^17.4.2", + "@commitlint/read": "^17.4.2", + "@commitlint/types": "^17.4.0", "execa": "^5.0.0", - "lodash": "^4.17.19", + "lodash.isfunction": "^3.0.9", "resolve-from": "5.0.0", "resolve-global": "1.0.0", "yargs": "^17.0.0" @@ -1829,9 +1843,9 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "17.2.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.2.0.tgz", - "integrity": "sha512-g5hQqRa80f++SYS233dbDSg16YdyounMTAhVcmqtInNeY/GF3aA4st9SVtJxpeGrGmueMrU4L+BBb+6Vs5wrcg==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.4.2.tgz", + "integrity": "sha512-JVo1moSj5eDMoql159q8zKCU8lkOhQ+b23Vl3LVVrS6PXDLQIELnJ34ChQmFVbBdSSRNAbbXnRDhosFU+wnuHw==", "dev": true, "dependencies": { "conventional-changelog-conventionalcommits": "^5.0.0" @@ -1855,12 +1869,12 @@ } }, "node_modules/@commitlint/config-validator": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-17.1.0.tgz", - "integrity": "sha512-Q1rRRSU09ngrTgeTXHq6ePJs2KrI+axPTgkNYDWSJIuS1Op4w3J30vUfSXjwn5YEJHklK3fSqWNHmBhmTR7Vdg==", + "version": "17.4.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-17.4.0.tgz", + "integrity": "sha512-Sa/+8KNpDXz4zT4bVbz2fpFjvgkPO6u2V2fP4TKgt6FjmOw2z3eEX859vtfeaTav/ukBw0/0jr+5ZTZp9zCBhA==", "dev": true, "dependencies": { - "@commitlint/types": "^17.0.0", + "@commitlint/types": "^17.4.0", "ajv": "^8.11.0" }, "engines": { @@ -1868,9 +1882,9 @@ } }, "node_modules/@commitlint/config-validator/node_modules/ajv": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz", - "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==", + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", "dev": true, "dependencies": { "fast-deep-equal": "^3.1.1", @@ -1890,34 +1904,38 @@ "dev": true }, "node_modules/@commitlint/ensure": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.0.0.tgz", - "integrity": "sha512-M2hkJnNXvEni59S0QPOnqCKIK52G1XyXBGw51mvh7OXDudCmZ9tZiIPpU882p475Mhx48Ien1MbWjCP1zlyC0A==", + "version": "17.4.0", + "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.4.0.tgz", + "integrity": "sha512-7oAxt25je0jeQ/E0O/M8L3ADb1Cvweu/5lc/kYF8g/kXatI0wxGE5La52onnAUAWeWlsuvBNar15WcrmDmr5Mw==", "dev": true, "dependencies": { - "@commitlint/types": "^17.0.0", - "lodash": "^4.17.19" + "@commitlint/types": "^17.4.0", + "lodash.camelcase": "^4.3.0", + "lodash.kebabcase": "^4.1.1", + "lodash.snakecase": "^4.1.1", + "lodash.startcase": "^4.4.0", + "lodash.upperfirst": "^4.3.1" }, "engines": { "node": ">=v14" } }, "node_modules/@commitlint/execute-rule": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-17.0.0.tgz", - "integrity": "sha512-nVjL/w/zuqjCqSJm8UfpNaw66V9WzuJtQvEnCrK4jDw6qKTmZB+1JQ8m6BQVZbNBcwfYdDNKnhIhqI0Rk7lgpQ==", + "version": "17.4.0", + "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-17.4.0.tgz", + "integrity": "sha512-LIgYXuCSO5Gvtc0t9bebAMSwd68ewzmqLypqI2Kke1rqOqqDbMpYcYfoPfFlv9eyLIh4jocHWwCK5FS7z9icUA==", "dev": true, "engines": { "node": ">=v14" } }, "node_modules/@commitlint/format": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-17.0.0.tgz", - "integrity": "sha512-MZzJv7rBp/r6ZQJDEodoZvdRM0vXu1PfQvMTNWFb8jFraxnISMTnPBWMMjr2G/puoMashwaNM//fl7j8gGV5lA==", + "version": "17.4.0", + "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-17.4.0.tgz", + "integrity": "sha512-Z2bWAU5+f1YZh9W76c84J8iLIWIvvm+mzqogTz0Nsc1x6EHW0Z2gI38g5HAjB0r0I3ZjR15IDEJKhsxyblcyhA==", "dev": true, "dependencies": { - "@commitlint/types": "^17.0.0", + "@commitlint/types": "^17.4.0", "chalk": "^4.1.0" }, "engines": { @@ -1995,63 +2013,50 @@ } }, "node_modules/@commitlint/is-ignored": { - "version": "17.2.0", - "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.2.0.tgz", - "integrity": "sha512-rgUPUQraHxoMLxiE8GK430HA7/R2vXyLcOT4fQooNrZq9ERutNrP6dw3gdKLkq22Nede3+gEHQYUzL4Wu75ndg==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.4.2.tgz", + "integrity": "sha512-1b2Y2qJ6n7bHG9K6h8S4lBGUl6kc7mMhJN9gy1SQfUZqe92ToDjUTtgNWb6LbzR1X8Cq4SEus4VU8Z/riEa94Q==", "dev": true, "dependencies": { - "@commitlint/types": "^17.0.0", - "semver": "7.3.7" + "@commitlint/types": "^17.4.0", + "semver": "7.3.8" }, "engines": { "node": ">=v14" } }, - "node_modules/@commitlint/is-ignored/node_modules/semver": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", - "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/@commitlint/lint": { - "version": "17.2.0", - "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.2.0.tgz", - "integrity": "sha512-N2oLn4Dj672wKH5qJ4LGO+73UkYXGHO+NTVUusGw83SjEv7GjpqPGKU6KALW2kFQ/GsDefSvOjpSi3CzWHQBDg==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.4.2.tgz", + "integrity": "sha512-HcymabrdBhsDMNzIv146+ZPNBPBK5gMNsVH+el2lCagnYgCi/4ixrHooeVyS64Fgce2K26+MC7OQ4vVH8wQWVw==", "dev": true, "dependencies": { - "@commitlint/is-ignored": "^17.2.0", - "@commitlint/parse": "^17.2.0", - "@commitlint/rules": "^17.2.0", - "@commitlint/types": "^17.0.0" + "@commitlint/is-ignored": "^17.4.2", + "@commitlint/parse": "^17.4.2", + "@commitlint/rules": "^17.4.2", + "@commitlint/types": "^17.4.0" }, "engines": { "node": ">=v14" } }, "node_modules/@commitlint/load": { - "version": "17.2.0", - "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.2.0.tgz", - "integrity": "sha512-HDD57qSqNrk399R4TIjw31AWBG8dBjNj1MrDKZKmC/wvimtnIFlqzcu1+sxfXIOHj/+M6tcMWDtvknGUd7SU+g==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.4.2.tgz", + "integrity": "sha512-Si++F85rJ9t4hw6JcOw1i2h0fdpdFQt0YKwjuK4bk9KhFjyFkRxvR3SB2dPaMs+EwWlDrDBGL+ygip1QD6gmPw==", "dev": true, "dependencies": { - "@commitlint/config-validator": "^17.1.0", - "@commitlint/execute-rule": "^17.0.0", - "@commitlint/resolve-extends": "^17.1.0", - "@commitlint/types": "^17.0.0", - "@types/node": "^14.0.0", + "@commitlint/config-validator": "^17.4.0", + "@commitlint/execute-rule": "^17.4.0", + "@commitlint/resolve-extends": "^17.4.0", + "@commitlint/types": "^17.4.0", + "@types/node": "*", "chalk": "^4.1.0", - "cosmiconfig": "^7.0.0", + "cosmiconfig": "^8.0.0", "cosmiconfig-typescript-loader": "^4.0.0", - "lodash": "^4.17.19", + "lodash.isplainobject": "^4.0.6", + "lodash.merge": "^4.6.2", + "lodash.uniq": "^4.5.0", "resolve-from": "^5.0.0", "ts-node": "^10.8.1", "typescript": "^4.6.4" @@ -2060,12 +2065,6 @@ "node": ">=v14" } }, - "node_modules/@commitlint/load/node_modules/@types/node": { - "version": "14.18.33", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.33.tgz", - "integrity": "sha512-qelS/Ra6sacc4loe/3MSjXNL1dNQ/GjxNHVzuChwMfmk7HuycRLVQN2qNY3XahK+fZc5E2szqQSKUyAF0E+2bg==", - "dev": true - }, "node_modules/@commitlint/load/node_modules/ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", @@ -2137,21 +2136,21 @@ } }, "node_modules/@commitlint/message": { - "version": "17.2.0", - "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-17.2.0.tgz", - "integrity": "sha512-/4l2KFKxBOuoEn1YAuuNNlAU05Zt7sNsC9H0mPdPm3chOrT4rcX0pOqrQcLtdMrMkJz0gC7b3SF80q2+LtdL9Q==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-17.4.2.tgz", + "integrity": "sha512-3XMNbzB+3bhKA1hSAWPCQA3lNxR4zaeQAQcHj0Hx5sVdO6ryXtgUBGGv+1ZCLMgAPRixuc6en+iNAzZ4NzAa8Q==", "dev": true, "engines": { "node": ">=v14" } }, "node_modules/@commitlint/parse": { - "version": "17.2.0", - "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-17.2.0.tgz", - "integrity": "sha512-vLzLznK9Y21zQ6F9hf8D6kcIJRb2haAK5T/Vt1uW2CbHYOIfNsR/hJs0XnF/J9ctM20Tfsqv4zBitbYvVw7F6Q==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-17.4.2.tgz", + "integrity": "sha512-DK4EwqhxfXpyCA+UH8TBRIAXAfmmX4q9QRBz/2h9F9sI91yt6mltTrL6TKURMcjUVmgaB80wgS9QybNIyVBIJA==", "dev": true, "dependencies": { - "@commitlint/types": "^17.0.0", + "@commitlint/types": "^17.4.0", "conventional-changelog-angular": "^5.0.11", "conventional-commits-parser": "^3.2.2" }, @@ -2160,14 +2159,14 @@ } }, "node_modules/@commitlint/read": { - "version": "17.2.0", - "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-17.2.0.tgz", - "integrity": "sha512-bbblBhrHkjxra3ptJNm0abxu7yeAaxumQ8ZtD6GIVqzURCETCP7Dm0tlVvGRDyXBuqX6lIJxh3W7oyKqllDsHQ==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-17.4.2.tgz", + "integrity": "sha512-hasYOdbhEg+W4hi0InmXHxtD/1favB4WdwyFxs1eOy/DvMw6+2IZBmATgGOlqhahsypk4kChhxjAFJAZ2F+JBg==", "dev": true, "dependencies": { - "@commitlint/top-level": "^17.0.0", - "@commitlint/types": "^17.0.0", - "fs-extra": "^10.0.0", + "@commitlint/top-level": "^17.4.0", + "@commitlint/types": "^17.4.0", + "fs-extra": "^11.0.0", "git-raw-commits": "^2.0.0", "minimist": "^1.2.6" }, @@ -2176,15 +2175,15 @@ } }, "node_modules/@commitlint/resolve-extends": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-17.1.0.tgz", - "integrity": "sha512-jqKm00LJ59T0O8O4bH4oMa4XyJVEOK4GzH8Qye9XKji+Q1FxhZznxMV/bDLyYkzbTodBt9sL0WLql8wMtRTbqQ==", + "version": "17.4.0", + "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-17.4.0.tgz", + "integrity": "sha512-3JsmwkrCzoK8sO22AzLBvNEvC1Pmdn/65RKXzEtQMy6oYMl0Snrq97a5bQQEFETF0VsvbtUuKttLqqgn99OXRQ==", "dev": true, "dependencies": { - "@commitlint/config-validator": "^17.1.0", - "@commitlint/types": "^17.0.0", + "@commitlint/config-validator": "^17.4.0", + "@commitlint/types": "^17.4.0", "import-fresh": "^3.0.0", - "lodash": "^4.17.19", + "lodash.mergewith": "^4.6.2", "resolve-from": "^5.0.0", "resolve-global": "^1.0.0" }, @@ -2193,15 +2192,15 @@ } }, "node_modules/@commitlint/rules": { - "version": "17.2.0", - "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.2.0.tgz", - "integrity": "sha512-1YynwD4Eh7HXZNpqG8mtUlL2pSX2jBy61EejYJv4ooZPcg50Ak7LPOyD3a9UZnsE76AXWFBz+yo9Hv4MIpAa0Q==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.4.2.tgz", + "integrity": "sha512-OGrPsMb9Fx3/bZ64/EzJehY9YDSGWzp81Pj+zJiY+r/NSgJI3nUYdlS37jykNIugzazdEXfMtQ10kmA+Kx2pZQ==", "dev": true, "dependencies": { - "@commitlint/ensure": "^17.0.0", - "@commitlint/message": "^17.2.0", - "@commitlint/to-lines": "^17.0.0", - "@commitlint/types": "^17.0.0", + "@commitlint/ensure": "^17.4.0", + "@commitlint/message": "^17.4.2", + "@commitlint/to-lines": "^17.4.0", + "@commitlint/types": "^17.4.0", "execa": "^5.0.0" }, "engines": { @@ -2209,18 +2208,18 @@ } }, "node_modules/@commitlint/to-lines": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-17.0.0.tgz", - "integrity": "sha512-nEi4YEz04Rf2upFbpnEorG8iymyH7o9jYIVFBG1QdzebbIFET3ir+8kQvCZuBE5pKCtViE4XBUsRZz139uFrRQ==", + "version": "17.4.0", + "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-17.4.0.tgz", + "integrity": "sha512-LcIy/6ZZolsfwDUWfN1mJ+co09soSuNASfKEU5sCmgFCvX5iHwRYLiIuoqXzOVDYOy7E7IcHilr/KS0e5T+0Hg==", "dev": true, "engines": { "node": ">=v14" } }, "node_modules/@commitlint/top-level": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-17.0.0.tgz", - "integrity": "sha512-dZrEP1PBJvodNWYPOYiLWf6XZergdksKQaT6i1KSROLdjf5Ai0brLOv5/P+CPxBeoj3vBxK4Ax8H1Pg9t7sHIQ==", + "version": "17.4.0", + "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-17.4.0.tgz", + "integrity": "sha512-/1loE/g+dTTQgHnjoCy0AexKAEFyHsR2zRB4NWrZ6lZSMIxAhBJnmCqwao7b4H8888PsfoTBCLBYIw8vGnej8g==", "dev": true, "dependencies": { "find-up": "^5.0.0" @@ -2230,9 +2229,9 @@ } }, "node_modules/@commitlint/types": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-17.0.0.tgz", - "integrity": "sha512-hBAw6U+SkAT5h47zDMeOu3HSiD0SODw4Aq7rRNh1ceUmL7GyLKYhPbUvlRWqZ65XjBLPHZhFyQlRaPNz8qvUyQ==", + "version": "17.4.0", + "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-17.4.0.tgz", + "integrity": "sha512-2NjAnq5IcxY9kXtUeO2Ac0aPpvkuOmwbH/BxIm36XXK5LtWFObWJWjXOA+kcaABMrthjWu6la+FUpyYFMHRvbA==", "dev": true, "dependencies": { "chalk": "^4.1.0" @@ -2311,6 +2310,368 @@ "node": ">=8" } }, + "node_modules/@cspell/cspell-bundled-dicts": { + "version": "6.20.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.20.1.tgz", + "integrity": "sha512-gG4+ywG7MmjiuvOw9c+HLBnCvgdyp/H9JQX0wmzTVBzwQflffI1Esrh4++gOf10jBSlpY1xDEZtejLgtunfUqw==", + "dev": true, + "dependencies": { + "@cspell/dict-ada": "^4.0.1", + "@cspell/dict-aws": "^3.0.0", + "@cspell/dict-bash": "^4.1.1", + "@cspell/dict-companies": "^3.0.6", + "@cspell/dict-cpp": "^4.0.1", + "@cspell/dict-cryptocurrencies": "^3.0.1", + "@cspell/dict-csharp": "^4.0.2", + "@cspell/dict-css": "^4.0.2", + "@cspell/dict-dart": "^2.0.1", + "@cspell/dict-django": "^4.0.1", + "@cspell/dict-docker": "^1.1.5", + "@cspell/dict-dotnet": "^4.0.1", + "@cspell/dict-elixir": "^4.0.1", + "@cspell/dict-en_us": "^4.2.1", + "@cspell/dict-en-gb": "1.1.33", + "@cspell/dict-filetypes": "^3.0.0", + "@cspell/dict-fonts": "^3.0.0", + "@cspell/dict-fullstack": "^3.1.1", + "@cspell/dict-gaming-terms": "^1.0.4", + "@cspell/dict-git": "^2.0.0", + "@cspell/dict-golang": "^5.0.1", + "@cspell/dict-haskell": "^4.0.1", + "@cspell/dict-html": "^4.0.2", + "@cspell/dict-html-symbol-entities": "^4.0.0", + "@cspell/dict-java": "^5.0.4", + "@cspell/dict-k8s": "^1.0.0", + "@cspell/dict-latex": "^3.1.0", + "@cspell/dict-lorem-ipsum": "^3.0.0", + "@cspell/dict-lua": "^4.0.0", + "@cspell/dict-node": "^4.0.2", + "@cspell/dict-npm": "^5.0.3", + "@cspell/dict-php": "^3.0.4", + "@cspell/dict-powershell": "^4.0.0", + "@cspell/dict-public-licenses": "^2.0.1", + "@cspell/dict-python": "^4.0.1", + "@cspell/dict-r": "^2.0.1", + "@cspell/dict-ruby": "^4.0.1", + "@cspell/dict-rust": "^4.0.0", + "@cspell/dict-scala": "^4.0.0", + "@cspell/dict-software-terms": "^3.1.1", + "@cspell/dict-sql": "^2.0.1", + "@cspell/dict-svelte": "^1.0.2", + "@cspell/dict-swift": "^2.0.1", + "@cspell/dict-typescript": "^3.1.0", + "@cspell/dict-vue": "^3.0.0" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/@cspell/cspell-pipe": { + "version": "6.20.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.20.1.tgz", + "integrity": "sha512-sE1LqsZES3+FdWMe4PMXWxMOKTSKJNztvfoQxNLDtW0s3BCIjrgi65iJERMRxMo5gOH4hMANUQe9MF1u3y1nnA==", + "dev": true, + "engines": { + "node": ">=14" + } + }, + "node_modules/@cspell/cspell-service-bus": { + "version": "6.20.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-6.20.1.tgz", + "integrity": "sha512-Y1SFobwD+vKMBwWoESE3GC5vUOhVKPOXAMKjuKFGoRQwJx/nqTLCemQiGO0tyxtY4+/pWH0noLOnHp0ZG2kixw==", + "dev": true, + "engines": { + "node": ">=14" + } + }, + "node_modules/@cspell/cspell-types": { + "version": "6.20.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.20.1.tgz", + "integrity": "sha512-tQjmDW8sB6rLQyrSyS3i2nR4822MIIaqDigY2NSH7Oqzq0WKHKykrNfpv1LMxwg34MYbIFQS8Wkp3WSK2Ii+4Q==", + "dev": true, + "engines": { + "node": ">=14" + } + }, + "node_modules/@cspell/dict-ada": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-ada/-/dict-ada-4.0.1.tgz", + "integrity": "sha512-/E9o3nHrXOhYmQE43deKbxZcR3MIJAsa+66IzP9TXGHheKEx8b9dVMVVqydDDH8oom1H0U20NRPtu6KRVbT9xw==", + "dev": true + }, + "node_modules/@cspell/dict-aws": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-aws/-/dict-aws-3.0.0.tgz", + "integrity": "sha512-O1W6nd5y3Z00AMXQMzfiYrIJ1sTd9fB1oLr+xf/UD7b3xeHeMeYE2OtcWbt9uyeHim4tk+vkSTcmYEBKJgS5bQ==", + "dev": true + }, + "node_modules/@cspell/dict-bash": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-bash/-/dict-bash-4.1.1.tgz", + "integrity": "sha512-8czAa/Mh96wu2xr0RXQEGMTBUGkTvYn/Pb0o+gqOO1YW+poXGQc3gx0YPqILDryP/KCERrNvkWUJz3iGbvwC2A==", + "dev": true + }, + "node_modules/@cspell/dict-companies": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@cspell/dict-companies/-/dict-companies-3.0.6.tgz", + "integrity": "sha512-6rWuwZxPisn/MP41DzBtChVgbz9b6HSjBH3X0s3k7zlBaxrw6xFAZGKH9KGFSPTiV+WD9j+IIn2/ITXERGjNLA==", + "dev": true + }, + "node_modules/@cspell/dict-cpp": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-cpp/-/dict-cpp-4.0.1.tgz", + "integrity": "sha512-mD6mn0XFCqHCz2j6p/7OQm3yNFn1dlQq6vip1pLynvNWDRz5yKYDVRUQCTEORT7ThS0dLpI4BjCX84YUKNhibA==", + "dev": true + }, + "node_modules/@cspell/dict-cryptocurrencies": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-cryptocurrencies/-/dict-cryptocurrencies-3.0.1.tgz", + "integrity": "sha512-Tdlr0Ahpp5yxtwM0ukC13V6+uYCI0p9fCRGMGZt36rWv8JQZHIuHfehNl7FB/Qc09NCF7p5ep0GXbL+sVTd/+w==", + "dev": true + }, + "node_modules/@cspell/dict-csharp": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-csharp/-/dict-csharp-4.0.2.tgz", + "integrity": "sha512-1JMofhLK+4p4KairF75D3A924m5ERMgd1GvzhwK2geuYgd2ZKuGW72gvXpIV7aGf52E3Uu1kDXxxGAiZ5uVG7g==", + "dev": true + }, + "node_modules/@cspell/dict-css": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-css/-/dict-css-4.0.2.tgz", + "integrity": "sha512-0NxBcB36b1Jy23Tf5YLrD8+PvBhE3FgBci3rwtw2DEqVigEX6uodecfoh9I4kcU8PZlVsDujrUfwgzYCWh/feQ==", + "dev": true + }, + "node_modules/@cspell/dict-dart": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-dart/-/dict-dart-2.0.1.tgz", + "integrity": "sha512-YRuDX9k2qPSWDEsM26j8o7KMvaZ0DXc74ijK/VRwaksm1CBRPBW289pe2TE2K7y4SJjTKXgQ9urOVlozeQDpuA==", + "dev": true + }, + "node_modules/@cspell/dict-django": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-django/-/dict-django-4.0.1.tgz", + "integrity": "sha512-q3l7OH39qzeN2Y64jpY39SEAqki5BUzPTypnhzM40yT+LOGSWqSh9Ix5UecejtXPDVrD8vML+m7Bp5070h52HQ==", + "dev": true + }, + "node_modules/@cspell/dict-docker": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/@cspell/dict-docker/-/dict-docker-1.1.5.tgz", + "integrity": "sha512-SNEohOScQ+0+y9dp/jKTx60OOJQrf5es5BJ32gh5Ck3jKXNo4wd9KLgPOmQMUpencb5SGjrBsC4rr1fyfCwytg==", + "dev": true + }, + "node_modules/@cspell/dict-dotnet": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-dotnet/-/dict-dotnet-4.0.1.tgz", + "integrity": "sha512-l11TqlUX8cDgsE/1Zrea1PqLn63s20MY3jKWMbQVB5DMDPDO2f8Pukckkwxq5p/cxDABEjuGzfF1kTX3pAakBw==", + "dev": true + }, + "node_modules/@cspell/dict-elixir": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-elixir/-/dict-elixir-4.0.1.tgz", + "integrity": "sha512-IejBqiTTWSXpvBm6yg4qUfnJR0LwbUUCJcK5wXOMKEJitu3yDfrT9GPc6NQJXgokbg9nBjEyxVIzNcLgx2x3/Q==", + "dev": true + }, + "node_modules/@cspell/dict-en_us": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-en_us/-/dict-en_us-4.2.1.tgz", + "integrity": "sha512-zjHvRAJeNJgLaIn4DgO2rkCaKC2SyMJ7HKQTPJKDoINTVXJxcCt/5K0xjDyBJAezQYJfkX8Na0r+Ii2PpaLqtA==", + "dev": true + }, + "node_modules/@cspell/dict-en-gb": { + "version": "1.1.33", + "resolved": "https://registry.npmjs.org/@cspell/dict-en-gb/-/dict-en-gb-1.1.33.tgz", + "integrity": "sha512-tKSSUf9BJEV+GJQAYGw5e+ouhEe2ZXE620S7BLKe3ZmpnjlNG9JqlnaBhkIMxKnNFkLY2BP/EARzw31AZnOv4g==", + "dev": true + }, + "node_modules/@cspell/dict-filetypes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-filetypes/-/dict-filetypes-3.0.0.tgz", + "integrity": "sha512-Fiyp0z5uWaK0d2TfR9GMUGDKmUMAsOhGD5A0kHoqnNGswL2iw0KB0mFBONEquxU65fEnQv4R+jdM2d9oucujuA==", + "dev": true + }, + "node_modules/@cspell/dict-fonts": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-fonts/-/dict-fonts-3.0.0.tgz", + "integrity": "sha512-zTZni0AbwBVG1MKA0WpwPyIJPVF+gp6neXDQzHcu4RUnuQ4uDu0PVEuZjGHCJWwwFoR5JmkqZxVSg1y3ufJODA==", + "dev": true + }, + "node_modules/@cspell/dict-fullstack": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-fullstack/-/dict-fullstack-3.1.1.tgz", + "integrity": "sha512-w2n3QvqEiufmvlBuNduury/pySrhfOcWFfCvvpUXTJvWbfRVGkt6ANZuTuy3/7Z2q4GYUqsd139te4Q8m0jRHQ==", + "dev": true + }, + "node_modules/@cspell/dict-gaming-terms": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@cspell/dict-gaming-terms/-/dict-gaming-terms-1.0.4.tgz", + "integrity": "sha512-hbDduNXlk4AOY0wFxcDMWBPpm34rpqJBeqaySeoUH70eKxpxm+dvjpoRLJgyu0TmymEICCQSl6lAHTHSDiWKZg==", + "dev": true + }, + "node_modules/@cspell/dict-git": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-git/-/dict-git-2.0.0.tgz", + "integrity": "sha512-n1AxyX5Kgxij/sZFkxFJlzn3K9y/sCcgVPg/vz4WNJ4K9YeTsUmyGLA2OQI7d10GJeiuAo2AP1iZf2A8j9aj2w==", + "dev": true + }, + "node_modules/@cspell/dict-golang": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-golang/-/dict-golang-5.0.1.tgz", + "integrity": "sha512-djsJC7OVKUpFdRm/aqBJEUSGP3kw/MDhAt7udYegnyQt2WjL3ZnVoG7r5eOEhPEEKzWVBYoi6UKSNpdQEodlbg==", + "dev": true + }, + "node_modules/@cspell/dict-haskell": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-haskell/-/dict-haskell-4.0.1.tgz", + "integrity": "sha512-uRrl65mGrOmwT7NxspB4xKXFUenNC7IikmpRZW8Uzqbqcu7ZRCUfstuVH7T1rmjRgRkjcIjE4PC11luDou4wEQ==", + "dev": true + }, + "node_modules/@cspell/dict-html": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-html/-/dict-html-4.0.2.tgz", + "integrity": "sha512-BskOE2K3AtGLkcjdJmo+H6/fjdfDP4XYAsEGXpB26rvdnXAnGEstE/Q8Do6UfJCvgOVYCpdUZLcMIEpoTy7QhQ==", + "dev": true + }, + "node_modules/@cspell/dict-html-symbol-entities": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-html-symbol-entities/-/dict-html-symbol-entities-4.0.0.tgz", + "integrity": "sha512-HGRu+48ErJjoweR5IbcixxETRewrBb0uxQBd6xFGcxbEYCX8CnQFTAmKI5xNaIt2PKaZiJH3ijodGSqbKdsxhw==", + "dev": true + }, + "node_modules/@cspell/dict-java": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/@cspell/dict-java/-/dict-java-5.0.4.tgz", + "integrity": "sha512-43VrLOLcBxavv6eyL4BpsnHrhVOgyYYeJqQRJG5XKObcpWy3+Lpadj58CfTVOr7M/Je3pUpd4tvsUhf/lWXMVA==", + "dev": true + }, + "node_modules/@cspell/dict-k8s": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-k8s/-/dict-k8s-1.0.0.tgz", + "integrity": "sha512-XqIql+nd2DiuPuL+qPc24bN/L1mZY75kAYcuMBMW5iYgBoivkiVOg7br/aofX3ApajvHDln6tNkPZhmhsOg6Ww==", + "dev": true + }, + "node_modules/@cspell/dict-latex": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-latex/-/dict-latex-3.1.0.tgz", + "integrity": "sha512-XD5S3FY0DrYiun2vm/KKOkeaD30LXp9v5EzVTVQvmxqQrQh0HvOT3TFD7lgKbyzZaG7E+l3wS94uwwm80cOmuw==", + "dev": true + }, + "node_modules/@cspell/dict-lorem-ipsum": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-lorem-ipsum/-/dict-lorem-ipsum-3.0.0.tgz", + "integrity": "sha512-msEV24qEpzWZs2kcEicqYlhyBpR0amfDkJOs+iffC07si9ftqtQ+yP3lf1VFLpgqw3SQh1M1vtU7RD4sPrNlcQ==", + "dev": true + }, + "node_modules/@cspell/dict-lua": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-lua/-/dict-lua-4.0.0.tgz", + "integrity": "sha512-aQPyc/nP67tOlW6ACpio9Q5mZ/Z1hqwXC5rt5tkoQ2GsnCqeyIXDrX0CN+RGK53Lj4P02Jz/dPxs/nX8eDUFsw==", + "dev": true + }, + "node_modules/@cspell/dict-node": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-node/-/dict-node-4.0.2.tgz", + "integrity": "sha512-FEQJ4TnMcXEFslqBQkXa5HposMoCGsiBv2ux4IZuIXgadXeHKHUHk60iarWpjhzNzQLyN2GD7NoRMd12bK3Llw==", + "dev": true + }, + "node_modules/@cspell/dict-npm": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-5.0.3.tgz", + "integrity": "sha512-fEX67zIJISbS3gXVk/y/ZUvDIVtjc/CYJK7Mz0iTVrmlCKnLiD41lApe8v4g/12eE7hLfx/sfCXDrUWyzXVq1A==", + "dev": true + }, + "node_modules/@cspell/dict-php": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@cspell/dict-php/-/dict-php-3.0.4.tgz", + "integrity": "sha512-QX6zE/ZfnT3O5lSwV8EPVh8Va39ds34gSNNR8I4GWiuDpKcTkZPFi4OLoP3Tlhbl/3G0Ha35OkSDLvZfu8mnkA==", + "dev": true + }, + "node_modules/@cspell/dict-powershell": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-powershell/-/dict-powershell-4.0.0.tgz", + "integrity": "sha512-1Lbm+3+Sx63atl4MM3lPeCUc90JjRyKP9+exmy2cQimXNju9ngtuDWwapHUnhQ47qnzrsBY4ydm36KCfJarXJA==", + "dev": true + }, + "node_modules/@cspell/dict-public-licenses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-public-licenses/-/dict-public-licenses-2.0.1.tgz", + "integrity": "sha512-NZNwzkL5BqKddepDxvX/Qbji378Mso1TdnV4RFAN8hJoo6dSR0fv2TTI/Y0i/YWBmfmQGyTpEztBXtAw4qgjiA==", + "dev": true + }, + "node_modules/@cspell/dict-python": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-python/-/dict-python-4.0.1.tgz", + "integrity": "sha512-1wtUgyaTqRiQY0/fryk0oW22lcxNUnZ5DwteTzfatMdbgR0OHXTlHbI8vYxpHLWalSoch7EpLsnaymG+fOrt8g==", + "dev": true + }, + "node_modules/@cspell/dict-r": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-r/-/dict-r-2.0.1.tgz", + "integrity": "sha512-KCmKaeYMLm2Ip79mlYPc8p+B2uzwBp4KMkzeLd5E6jUlCL93Y5Nvq68wV5fRLDRTf7N1LvofkVFWfDcednFOgA==", + "dev": true + }, + "node_modules/@cspell/dict-ruby": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-ruby/-/dict-ruby-4.0.1.tgz", + "integrity": "sha512-p9nLDsffPadPLLwdLQj4Gk0IsZ64iCSxnSCaeFXslFiD17FtJVh1YMHP7KE9M73u22Hprq+a1Yw25/xp6Tkt3g==", + "dev": true + }, + "node_modules/@cspell/dict-rust": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-rust/-/dict-rust-4.0.0.tgz", + "integrity": "sha512-nzJsgLR6/JXtM41Cr5FG89r8sBKW6aFjvCqPxeaBJYLAL0JuvsVUcd16rW2lTsdbx5J8yUQDD7mgCZFk6merJQ==", + "dev": true + }, + "node_modules/@cspell/dict-scala": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-scala/-/dict-scala-4.0.0.tgz", + "integrity": "sha512-ugdjt66/Ah34yF3u3DUNjCHXnBqIuxUUfdeBobbGxfm29CNgidrISV1NUh+xi8tPynMzSTpGbBiArFBH6on5XQ==", + "dev": true + }, + "node_modules/@cspell/dict-software-terms": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-3.1.1.tgz", + "integrity": "sha512-11vzKnocWDEUnwh03ea5Pr0vfMkGgUvDsAAjNQmnXVzDMYIjPVbttrRy54pEfBv0/RxtDFR0lDKFUAcdyjPX2w==", + "dev": true + }, + "node_modules/@cspell/dict-sql": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-sql/-/dict-sql-2.0.1.tgz", + "integrity": "sha512-7fvVcvy751cl31KMD5j04yMGq2UKj018/1hx3FNtdUI9UuUTMvhBrTAqHEEemR3ZeIC9i/5p5SQjwQ13bn04qw==", + "dev": true + }, + "node_modules/@cspell/dict-svelte": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-svelte/-/dict-svelte-1.0.2.tgz", + "integrity": "sha512-rPJmnn/GsDs0btNvrRBciOhngKV98yZ9SHmg8qI6HLS8hZKvcXc0LMsf9LLuMK1TmS2+WQFAan6qeqg6bBxL2Q==", + "dev": true + }, + "node_modules/@cspell/dict-swift": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-swift/-/dict-swift-2.0.1.tgz", + "integrity": "sha512-gxrCMUOndOk7xZFmXNtkCEeroZRnS2VbeaIPiymGRHj5H+qfTAzAKxtv7jJbVA3YYvEzWcVE2oKDP4wcbhIERw==", + "dev": true + }, + "node_modules/@cspell/dict-typescript": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-typescript/-/dict-typescript-3.1.0.tgz", + "integrity": "sha512-4hdLlQMOYrUbGfJg2cWnbsBUevObwgL76TLVC0rwnrkSwzOxAxiGaG39VtRMvgAAe2lX6L+jka3fy0MmxzFOHw==", + "dev": true + }, + "node_modules/@cspell/dict-vue": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-vue/-/dict-vue-3.0.0.tgz", + "integrity": "sha512-niiEMPWPV9IeRBRzZ0TBZmNnkK3olkOPYxC1Ny2AX4TGlYRajcW0WUtoSHmvvjZNfWLSg2L6ruiBeuPSbjnG6A==", + "dev": true + }, + "node_modules/@cspell/strong-weak-map": { + "version": "6.20.1", + "resolved": "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-6.20.1.tgz", + "integrity": "sha512-fXZrT0rfUec5b3BJdWZyGPyYGB1IqJoododSScFGyAIccDKQ5uIwaZafT0BbukBw6P/cBEOlCHtyLwrdYHdF9w==", + "dev": true, + "engines": { + "node": ">=14.6" + } + }, "node_modules/@cspotcode/source-map-support": { "version": "0.8.1", "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", @@ -2334,15 +2695,15 @@ } }, "node_modules/@eslint/eslintrc": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.3.tgz", - "integrity": "sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.4.1.tgz", + "integrity": "sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==", "dev": true, "dependencies": { "ajv": "^6.12.4", "debug": "^4.3.2", "espree": "^9.4.0", - "globals": "^13.15.0", + "globals": "^13.19.0", "ignore": "^5.2.0", "import-fresh": "^3.2.1", "js-yaml": "^4.1.0", @@ -2363,9 +2724,9 @@ "dev": true }, "node_modules/@eslint/eslintrc/node_modules/globals": { - "version": "13.17.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.17.0.tgz", - "integrity": "sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw==", + "version": "13.19.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.19.0.tgz", + "integrity": "sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ==", "dev": true, "dependencies": { "type-fest": "^0.20.2" @@ -2408,9 +2769,9 @@ "dev": true }, "node_modules/@humanwhocodes/config-array": { - "version": "0.11.7", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.7.tgz", - "integrity": "sha512-kBbPWzN8oVMLb0hOUYXhmxggL/1cJE6ydvjDIGi9EnAGUyA7cLVKQg+d/Dsm+KZwx2czGHrCmMVLiyg8s5JPKw==", + "version": "0.11.8", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz", + "integrity": "sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==", "dev": true, "dependencies": { "@humanwhocodes/object-schema": "^1.2.1", @@ -2527,16 +2888,16 @@ } }, "node_modules/@jest/console": { - "version": "29.2.1", - "resolved": "https://registry.npmjs.org/@jest/console/-/console-29.2.1.tgz", - "integrity": "sha512-MF8Adcw+WPLZGBiNxn76DOuczG3BhODTcMlDCA4+cFi41OkaY/lyI0XUUhi73F88Y+7IHoGmD80pN5CtxQUdSw==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-29.4.1.tgz", + "integrity": "sha512-m+XpwKSi3PPM9znm5NGS8bBReeAJJpSkL1OuFCqaMaJL2YX9YXLkkI+MBchMPwu+ZuM2rynL51sgfkQteQ1CKQ==", "dev": true, "dependencies": { - "@jest/types": "^29.2.1", + "@jest/types": "^29.4.1", "@types/node": "*", "chalk": "^4.0.0", - "jest-message-util": "^29.2.1", - "jest-util": "^29.2.1", + "jest-message-util": "^29.4.1", + "jest-util": "^29.4.1", "slash": "^3.0.0" }, "engines": { @@ -2623,37 +2984,37 @@ } }, "node_modules/@jest/core": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/@jest/core/-/core-29.2.2.tgz", - "integrity": "sha512-susVl8o2KYLcZhhkvSB+b7xX575CX3TmSvxfeDjpRko7KmT89rHkXj6XkDkNpSeFMBzIENw5qIchO9HC9Sem+A==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/@jest/core/-/core-29.4.1.tgz", + "integrity": "sha512-RXFTohpBqpaTebNdg5l3I5yadnKo9zLBajMT0I38D0tDhreVBYv3fA8kywthI00sWxPztWLD3yjiUkewwu/wKA==", "dev": true, "dependencies": { - "@jest/console": "^29.2.1", - "@jest/reporters": "^29.2.2", - "@jest/test-result": "^29.2.1", - "@jest/transform": "^29.2.2", - "@jest/types": "^29.2.1", + "@jest/console": "^29.4.1", + "@jest/reporters": "^29.4.1", + "@jest/test-result": "^29.4.1", + "@jest/transform": "^29.4.1", + "@jest/types": "^29.4.1", "@types/node": "*", "ansi-escapes": "^4.2.1", "chalk": "^4.0.0", "ci-info": "^3.2.0", "exit": "^0.1.2", "graceful-fs": "^4.2.9", - "jest-changed-files": "^29.2.0", - "jest-config": "^29.2.2", - "jest-haste-map": "^29.2.1", - "jest-message-util": "^29.2.1", + "jest-changed-files": "^29.4.0", + "jest-config": "^29.4.1", + "jest-haste-map": "^29.4.1", + "jest-message-util": "^29.4.1", "jest-regex-util": "^29.2.0", - "jest-resolve": "^29.2.2", - "jest-resolve-dependencies": "^29.2.2", - "jest-runner": "^29.2.2", - "jest-runtime": "^29.2.2", - "jest-snapshot": "^29.2.2", - "jest-util": "^29.2.1", - "jest-validate": "^29.2.2", - "jest-watcher": "^29.2.2", + "jest-resolve": "^29.4.1", + "jest-resolve-dependencies": "^29.4.1", + "jest-runner": "^29.4.1", + "jest-runtime": "^29.4.1", + "jest-snapshot": "^29.4.1", + "jest-util": "^29.4.1", + "jest-validate": "^29.4.1", + "jest-watcher": "^29.4.1", "micromatch": "^4.0.4", - "pretty-format": "^29.2.1", + "pretty-format": "^29.4.1", "slash": "^3.0.0", "strip-ansi": "^6.0.0" }, @@ -2749,37 +3110,37 @@ } }, "node_modules/@jest/environment": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.2.2.tgz", - "integrity": "sha512-OWn+Vhu0I1yxuGBJEFFekMYc8aGBGrY4rt47SOh/IFaI+D7ZHCk7pKRiSoZ2/Ml7b0Ony3ydmEHRx/tEOC7H1A==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.4.1.tgz", + "integrity": "sha512-pJ14dHGSQke7Q3mkL/UZR9ZtTOxqskZaC91NzamEH4dlKRt42W+maRBXiw/LWkdJe+P0f/zDR37+SPMplMRlPg==", "dev": true, "dependencies": { - "@jest/fake-timers": "^29.2.2", - "@jest/types": "^29.2.1", + "@jest/fake-timers": "^29.4.1", + "@jest/types": "^29.4.1", "@types/node": "*", - "jest-mock": "^29.2.2" + "jest-mock": "^29.4.1" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/@jest/expect": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.2.2.tgz", - "integrity": "sha512-zwblIZnrIVt8z/SiEeJ7Q9wKKuB+/GS4yZe9zw7gMqfGf4C5hBLGrVyxu1SzDbVSqyMSlprKl3WL1r80cBNkgg==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.4.1.tgz", + "integrity": "sha512-ZxKJP5DTUNF2XkpJeZIzvnzF1KkfrhEF6Rz0HGG69fHl6Bgx5/GoU3XyaeFYEjuuKSOOsbqD/k72wFvFxc3iTw==", "dev": true, "dependencies": { - "expect": "^29.2.2", - "jest-snapshot": "^29.2.2" + "expect": "^29.4.1", + "jest-snapshot": "^29.4.1" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/@jest/expect-utils": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.2.2.tgz", - "integrity": "sha512-vwnVmrVhTmGgQzyvcpze08br91OL61t9O0lJMDyb6Y/D8EKQ9V7rGUb/p7PDt0GPzK0zFYqXWFo4EO2legXmkg==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.4.1.tgz", + "integrity": "sha512-w6YJMn5DlzmxjO00i9wu2YSozUYRBhIoJ6nQwpMYcBMtiqMGJm1QBzOf6DDgRao8dbtpDoaqLg6iiQTvv0UHhQ==", "dev": true, "dependencies": { "jest-get-type": "^29.2.0" @@ -2789,48 +3150,48 @@ } }, "node_modules/@jest/fake-timers": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.2.2.tgz", - "integrity": "sha512-nqaW3y2aSyZDl7zQ7t1XogsxeavNpH6kkdq+EpXncIDvAkjvFD7hmhcIs1nWloengEWUoWqkqSA6MSbf9w6DgA==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.4.1.tgz", + "integrity": "sha512-/1joI6rfHFmmm39JxNfmNAO3Nwm6Y0VoL5fJDy7H1AtWrD1CgRtqJbN9Ld6rhAkGO76qqp4cwhhxJ9o9kYjQMw==", "dev": true, "dependencies": { - "@jest/types": "^29.2.1", - "@sinonjs/fake-timers": "^9.1.2", + "@jest/types": "^29.4.1", + "@sinonjs/fake-timers": "^10.0.2", "@types/node": "*", - "jest-message-util": "^29.2.1", - "jest-mock": "^29.2.2", - "jest-util": "^29.2.1" + "jest-message-util": "^29.4.1", + "jest-mock": "^29.4.1", + "jest-util": "^29.4.1" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/@jest/globals": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.2.2.tgz", - "integrity": "sha512-/nt+5YMh65kYcfBhj38B3Hm0Trk4IsuMXNDGKE/swp36yydBWfz3OXkLqkSvoAtPW8IJMSJDFCbTM2oj5SNprw==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.4.1.tgz", + "integrity": "sha512-znoK2EuFytbHH0ZSf2mQK2K1xtIgmaw4Da21R2C/NE/+NnItm5mPEFQmn8gmF3f0rfOlmZ3Y3bIf7bFj7DHxAA==", "dev": true, "dependencies": { - "@jest/environment": "^29.2.2", - "@jest/expect": "^29.2.2", - "@jest/types": "^29.2.1", - "jest-mock": "^29.2.2" + "@jest/environment": "^29.4.1", + "@jest/expect": "^29.4.1", + "@jest/types": "^29.4.1", + "jest-mock": "^29.4.1" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/@jest/reporters": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.2.2.tgz", - "integrity": "sha512-AzjL2rl2zJC0njIzcooBvjA4sJjvdoq98sDuuNs4aNugtLPSQ+91nysGKRF0uY1to5k0MdGMdOBggUsPqvBcpA==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.4.1.tgz", + "integrity": "sha512-AISY5xpt2Xpxj9R6y0RF1+O6GRy9JsGa8+vK23Lmzdy1AYcpQn5ItX79wJSsTmfzPKSAcsY1LNt/8Y5Xe5LOSg==", "dev": true, "dependencies": { "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^29.2.1", - "@jest/test-result": "^29.2.1", - "@jest/transform": "^29.2.2", - "@jest/types": "^29.2.1", + "@jest/console": "^29.4.1", + "@jest/test-result": "^29.4.1", + "@jest/transform": "^29.4.1", + "@jest/types": "^29.4.1", "@jridgewell/trace-mapping": "^0.3.15", "@types/node": "*", "chalk": "^4.0.0", @@ -2843,9 +3204,9 @@ "istanbul-lib-report": "^3.0.0", "istanbul-lib-source-maps": "^4.0.0", "istanbul-reports": "^3.1.3", - "jest-message-util": "^29.2.1", - "jest-util": "^29.2.1", - "jest-worker": "^29.2.1", + "jest-message-util": "^29.4.1", + "jest-util": "^29.4.1", + "jest-worker": "^29.4.1", "slash": "^3.0.0", "string-length": "^4.0.1", "strip-ansi": "^6.0.0", @@ -2943,12 +3304,12 @@ } }, "node_modules/@jest/schemas": { - "version": "29.0.0", - "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.0.0.tgz", - "integrity": "sha512-3Ab5HgYIIAnS0HjqJHQYZS+zXc4tUmTmBH3z83ajI6afXp8X3ZtdLX+nXx+I7LNkJD7uN9LAVhgnjDgZa2z0kA==", + "version": "29.4.0", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.4.0.tgz", + "integrity": "sha512-0E01f/gOZeNTG76i5eWWSupvSHaIINrTie7vCyjiYFKgzNdyEGd12BUv4oNBFHOqlHDbtoJi3HrQ38KCC90NsQ==", "dev": true, "dependencies": { - "@sinclair/typebox": "^0.24.1" + "@sinclair/typebox": "^0.25.16" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" @@ -2969,13 +3330,13 @@ } }, "node_modules/@jest/test-result": { - "version": "29.2.1", - "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.2.1.tgz", - "integrity": "sha512-lS4+H+VkhbX6z64tZP7PAUwPqhwj3kbuEHcaLuaBuB+riyaX7oa1txe0tXgrFj5hRWvZKvqO7LZDlNWeJ7VTPA==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.4.1.tgz", + "integrity": "sha512-WRt29Lwt+hEgfN8QDrXqXGgCTidq1rLyFqmZ4lmJOpVArC8daXrZWkWjiaijQvgd3aOUj2fM8INclKHsQW9YyQ==", "dev": true, "dependencies": { - "@jest/console": "^29.2.1", - "@jest/types": "^29.2.1", + "@jest/console": "^29.4.1", + "@jest/types": "^29.4.1", "@types/istanbul-lib-coverage": "^2.0.0", "collect-v8-coverage": "^1.0.0" }, @@ -2984,14 +3345,14 @@ } }, "node_modules/@jest/test-sequencer": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.2.2.tgz", - "integrity": "sha512-Cuc1znc1pl4v9REgmmLf0jBd3Y65UXJpioGYtMr/JNpQEIGEzkmHhy6W6DLbSsXeUA13TDzymPv0ZGZ9jH3eIw==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.4.1.tgz", + "integrity": "sha512-v5qLBNSsM0eHzWLXsQ5fiB65xi49A3ILPSFQKPXzGL4Vyux0DPZAIN7NAFJa9b4BiTDP9MBF/Zqc/QA1vuiJ0w==", "dev": true, "dependencies": { - "@jest/test-result": "^29.2.1", + "@jest/test-result": "^29.4.1", "graceful-fs": "^4.2.9", - "jest-haste-map": "^29.2.1", + "jest-haste-map": "^29.4.1", "slash": "^3.0.0" }, "engines": { @@ -3008,26 +3369,26 @@ } }, "node_modules/@jest/transform": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.2.2.tgz", - "integrity": "sha512-aPe6rrletyuEIt2axxgdtxljmzH8O/nrov4byy6pDw9S8inIrTV+2PnjyP/oFHMSynzGxJ2s6OHowBNMXp/Jzg==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.4.1.tgz", + "integrity": "sha512-5w6YJrVAtiAgr0phzKjYd83UPbCXsBRTeYI4BXokv9Er9CcrH9hfXL/crCvP2d2nGOcovPUnlYiLPFLZrkG5Hg==", "dev": true, "dependencies": { "@babel/core": "^7.11.6", - "@jest/types": "^29.2.1", + "@jest/types": "^29.4.1", "@jridgewell/trace-mapping": "^0.3.15", "babel-plugin-istanbul": "^6.1.1", "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", + "convert-source-map": "^2.0.0", "fast-json-stable-stringify": "^2.1.0", "graceful-fs": "^4.2.9", - "jest-haste-map": "^29.2.1", + "jest-haste-map": "^29.4.1", "jest-regex-util": "^29.2.0", - "jest-util": "^29.2.1", + "jest-util": "^29.4.1", "micromatch": "^4.0.4", "pirates": "^4.0.4", "slash": "^3.0.0", - "write-file-atomic": "^4.0.1" + "write-file-atomic": "^5.0.0" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" @@ -3082,6 +3443,12 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, + "node_modules/@jest/transform/node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true + }, "node_modules/@jest/transform/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -3113,12 +3480,12 @@ } }, "node_modules/@jest/types": { - "version": "29.2.1", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.2.1.tgz", - "integrity": "sha512-O/QNDQODLnINEPAI0cl9U6zUIDXEWXt6IC1o2N2QENuos7hlGUIthlKyV4p6ki3TvXFX071blj8HUhgLGquPjw==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.4.1.tgz", + "integrity": "sha512-zbrAXDUOnpJ+FMST2rV7QZOgec8rskg2zv8g2ajeqitp4tvZiyqTCYXANrKsM+ryj5o+LI+ZN2EgU9drrkiwSA==", "dev": true, "dependencies": { - "@jest/schemas": "^29.0.0", + "@jest/schemas": "^29.4.0", "@types/istanbul-lib-coverage": "^2.0.0", "@types/istanbul-reports": "^3.0.0", "@types/node": "*", @@ -4055,27 +4422,27 @@ } }, "node_modules/@sinclair/typebox": { - "version": "0.24.42", - "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.42.tgz", - "integrity": "sha512-d+2AtrHGyWek2u2ITF0lHRIv6Tt7X0dEHW+0rP+5aDCEjC3fiN2RBjrLD0yU0at52BcZbRGxLbAtXiR0hFCjYw==", + "version": "0.25.21", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.25.21.tgz", + "integrity": "sha512-gFukHN4t8K4+wVC+ECqeqwzBDeFeTzBXroBTqE6vcWrQGbEUpHO7LYdG0f4xnvYq4VOEwITSlHlp0JBAIFMS/g==", "dev": true }, "node_modules/@sinonjs/commons": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.3.tgz", - "integrity": "sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-2.0.0.tgz", + "integrity": "sha512-uLa0j859mMrg2slwQYdO/AkrOfmH+X6LTVmNTS9CqexuE2IvVORIkSpJLqePAbEnKJ77aMmCwr1NUZ57120Xcg==", "dev": true, "dependencies": { "type-detect": "4.0.8" } }, "node_modules/@sinonjs/fake-timers": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-9.1.2.tgz", - "integrity": "sha512-BPS4ynJW/o92PUR4wgriz2Ud5gpST5vz6GQfMixEDK0Z8ZCUv2M7SkBLykH56T++Xs+8ln9zTGbOvNGIe02/jw==", + "version": "10.0.2", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.0.2.tgz", + "integrity": "sha512-SwUDyjWnah1AaNl7kxsa7cfLhlTYoiyhDAIgyh+El30YvXs/o7OLXpYH88Zdhyx9JExKrmHDJ+10bwIcY80Jmw==", "dev": true, "dependencies": { - "@sinonjs/commons": "^1.7.0" + "@sinonjs/commons": "^2.0.0" } }, "node_modules/@tootallnate/once": { @@ -4112,13 +4479,13 @@ "dev": true }, "node_modules/@types/babel__core": { - "version": "7.1.19", - "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.19.tgz", - "integrity": "sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==", + "version": "7.20.0", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.0.tgz", + "integrity": "sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==", "dev": true, "dependencies": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0", + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7", "@types/babel__generator": "*", "@types/babel__template": "*", "@types/babel__traverse": "*" @@ -4144,9 +4511,9 @@ } }, "node_modules/@types/babel__traverse": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.18.2.tgz", - "integrity": "sha512-FcFaxOr2V5KZCviw1TnutEMVUVsGt4D2hP1TAfXZAMKuHYW3xQhe3jTxNPWutgCJ3/X1c5yX8ZoGVEItxKbwBg==", + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.18.3.tgz", + "integrity": "sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w==", "dev": true, "dependencies": { "@babel/types": "^7.3.0" @@ -4179,9 +4546,9 @@ "dev": true }, "node_modules/@types/graceful-fs": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.5.tgz", - "integrity": "sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==", + "version": "4.1.6", + "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.6.tgz", + "integrity": "sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==", "dev": true, "dependencies": { "@types/node": "*" @@ -4241,16 +4608,10 @@ "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==", "dev": true }, - "node_modules/@types/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", - "dev": true - }, "node_modules/@types/prettier": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.1.tgz", - "integrity": "sha512-ri0UmynRRvZiiUJdiz38MmIblKK+oH30MztdBVR95dv/Ubw6neWSb8u1XpRb72L4qsZOhz+L+z9JD40SJmfWow==", + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.2.tgz", + "integrity": "sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg==", "dev": true }, "node_modules/@types/stack-utils": { @@ -4663,15 +5024,15 @@ "dev": true }, "node_modules/array-includes": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.5.tgz", - "integrity": "sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==", + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.6.tgz", + "integrity": "sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==", "dev": true, "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", - "es-abstract": "^1.19.5", - "get-intrinsic": "^1.1.1", + "es-abstract": "^1.20.4", + "get-intrinsic": "^1.1.3", "is-string": "^1.0.7" }, "engines": { @@ -4681,6 +5042,12 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/array-timsort": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/array-timsort/-/array-timsort-1.0.3.tgz", + "integrity": "sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==", + "dev": true + }, "node_modules/array-union": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", @@ -4700,14 +5067,32 @@ } }, "node_modules/array.prototype.flat": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz", - "integrity": "sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz", + "integrity": "sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==", "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", + "es-shim-unscopables": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array.prototype.flatmap": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz", + "integrity": "sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", "es-shim-unscopables": "^1.0.0" }, "engines": { @@ -4765,16 +5150,28 @@ "node": ">= 4.5.0" } }, + "node_modules/available-typed-arrays": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", + "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/babel-jest": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.2.2.tgz", - "integrity": "sha512-kkq2QSDIuvpgfoac3WZ1OOcHsQQDU5xYk2Ql7tLdJ8BVAYbefEXal+NfS45Y5LVZA7cxC8KYcQMObpCt1J025w==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.4.1.tgz", + "integrity": "sha512-xBZa/pLSsF/1sNpkgsiT3CmY7zV1kAsZ9OxxtrFqYucnOuRftXAfcJqcDVyOPeN4lttWTwhLdu0T9f8uvoPEUg==", "dev": true, "dependencies": { - "@jest/transform": "^29.2.2", + "@jest/transform": "^29.4.1", "@types/babel__core": "^7.1.14", "babel-plugin-istanbul": "^6.1.1", - "babel-preset-jest": "^29.2.0", + "babel-preset-jest": "^29.4.0", "chalk": "^4.0.0", "graceful-fs": "^4.2.9", "slash": "^3.0.0" @@ -4865,15 +5262,6 @@ "node": ">=8" } }, - "node_modules/babel-plugin-dynamic-import-node": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz", - "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==", - "dev": true, - "dependencies": { - "object.assign": "^4.1.0" - } - }, "node_modules/babel-plugin-istanbul": { "version": "6.1.1", "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", @@ -4891,9 +5279,9 @@ } }, "node_modules/babel-plugin-jest-hoist": { - "version": "29.2.0", - "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.2.0.tgz", - "integrity": "sha512-TnspP2WNiR3GLfCsUNHqeXw0RoQ2f9U5hQ5L3XFpwuO8htQmSrhh8qsB6vi5Yi8+kuynN1yjDjQsPfkebmB6ZA==", + "version": "29.4.0", + "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.4.0.tgz", + "integrity": "sha512-a/sZRLQJEmsmejQ2rPEUe35nO1+C9dc9O1gplH1SXmJxveQSRUYdBk8yGZG/VOUuZs1u2aHZJusEGoRMbhhwCg==", "dev": true, "dependencies": { "@babel/template": "^7.3.3", @@ -4977,12 +5365,12 @@ } }, "node_modules/babel-preset-jest": { - "version": "29.2.0", - "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.2.0.tgz", - "integrity": "sha512-z9JmMJppMxNv8N7fNRHvhMg9cvIkMxQBXgFkane3yKVEvEOP+kB50lk8DFRvF9PGqbyXxlmebKWhuDORO8RgdA==", + "version": "29.4.0", + "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.4.0.tgz", + "integrity": "sha512-fUB9vZflUSM3dO/6M2TCAepTzvA4VkOvl67PjErcrQMGt9Eve7uazaeyCZ2th3UtI7ljpiBJES0F7A1vBRsLZA==", "dev": true, "dependencies": { - "babel-plugin-jest-hoist": "^29.2.0", + "babel-plugin-jest-hoist": "^29.4.0", "babel-preset-current-node-syntax": "^1.0.0" }, "engines": { @@ -5488,6 +5876,34 @@ "node": ">=6" } }, + "node_modules/clear-module": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/clear-module/-/clear-module-4.1.2.tgz", + "integrity": "sha512-LWAxzHqdHsAZlPlEyJ2Poz6AIs384mPeqLVCru2p0BrP9G/kVGuhNyZYClLO6cXlnuJjzC8xtsJIuMjKqLXoAw==", + "dev": true, + "dependencies": { + "parent-module": "^2.0.0", + "resolve-from": "^5.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/clear-module/node_modules/parent-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-2.0.0.tgz", + "integrity": "sha512-uo0Z9JJeWzv8BG+tRcapBKNJ0dro9cLyczGzulS6EfeyAdeC9sbojtW6XwvYxJkEne9En+J2XEl4zyglVeIwFg==", + "dev": true, + "dependencies": { + "callsites": "^3.1.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/cli-cursor": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", @@ -5624,6 +6040,22 @@ "node": ">= 6" } }, + "node_modules/comment-json": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/comment-json/-/comment-json-4.2.3.tgz", + "integrity": "sha512-SsxdiOf064DWoZLH799Ata6u7iV658A11PlWtZATDlXPpKGJnbJZ5Z24ybixAi+LUUqJ/GKowAejtC5GFUG7Tw==", + "dev": true, + "dependencies": { + "array-timsort": "^1.0.3", + "core-util-is": "^1.0.3", + "esprima": "^4.0.1", + "has-own-prop": "^2.0.0", + "repeat-string": "^1.6.1" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/compare-func": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/compare-func/-/compare-func-2.0.0.tgz", @@ -5661,6 +6093,59 @@ "typedarray": "^0.0.6" } }, + "node_modules/configstore": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz", + "integrity": "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==", + "dev": true, + "dependencies": { + "dot-prop": "^5.2.0", + "graceful-fs": "^4.1.2", + "make-dir": "^3.0.0", + "unique-string": "^2.0.0", + "write-file-atomic": "^3.0.0", + "xdg-basedir": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/configstore/node_modules/make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dev": true, + "dependencies": { + "semver": "^6.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/configstore/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/configstore/node_modules/write-file-atomic": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", + "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", + "dev": true, + "dependencies": { + "imurmurhash": "^0.1.4", + "is-typedarray": "^1.0.0", + "signal-exit": "^3.0.2", + "typedarray-to-buffer": "^3.1.5" + } + }, "node_modules/console-control-strings": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", @@ -6050,31 +6535,30 @@ } }, "node_modules/core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", "dev": true }, "node_modules/cosmiconfig": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz", - "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.0.0.tgz", + "integrity": "sha512-da1EafcpH6b/TD8vDRaWV7xFINlHlF6zKsGwS1TsuVJTZRkquaS5HTMq7uq6h31619QjbsYl21gVDOm32KM1vQ==", "dev": true, "dependencies": { - "@types/parse-json": "^4.0.0", "import-fresh": "^3.2.1", + "js-yaml": "^4.1.0", "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" + "path-type": "^4.0.0" }, "engines": { - "node": ">=10" + "node": ">=14" } }, "node_modules/cosmiconfig-typescript-loader": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-4.2.0.tgz", - "integrity": "sha512-NkANeMnaHrlaSSlpKGyvn2R4rqUDeE/9E5YHx+b4nwo0R8dZyAqcih8/gxpCZvqWP9Vf6xuLpMSzSgdVEIM78g==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-4.3.0.tgz", + "integrity": "sha512-NTxV1MFfZDLPiBMjxbHRwSh5LaLcPMwNdCutmnHJCKoVnlvldPWlllonKwrsRJ5pYZBIBGRWWU2tfvzxgeSW5Q==", "dev": true, "engines": { "node": ">=12", @@ -6087,6 +6571,24 @@ "typescript": ">=3" } }, + "node_modules/cosmiconfig/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "node_modules/cosmiconfig/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, "node_modules/create-require": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", @@ -6125,20 +6627,270 @@ "node": ">= 8" } }, + "node_modules/crypto-random-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", + "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/cspell": { + "version": "6.20.1", + "resolved": "https://registry.npmjs.org/cspell/-/cspell-6.20.1.tgz", + "integrity": "sha512-6HfFqjtSUFvT00U4xF4PZoT8CZr8gTHn2f97TtF+ib18SWK6gAlY526CoRhFiSBHLlSaaJkFJTN9zxuVp8mWHw==", + "dev": true, + "dependencies": { + "@cspell/cspell-pipe": "6.20.1", + "chalk": "^4.1.2", + "commander": "^10.0.0", + "cspell-gitignore": "6.20.1", + "cspell-glob": "6.20.1", + "cspell-lib": "6.20.1", + "fast-glob": "^3.2.12", + "fast-json-stable-stringify": "^2.1.0", + "file-entry-cache": "^6.0.1", + "get-stdin": "^8.0.0", + "imurmurhash": "^0.1.4", + "semver": "^7.3.8", + "strip-ansi": "^6.0.1", + "vscode-uri": "^3.0.7" + }, + "bin": { + "cspell": "bin.js" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/streetsidesoftware/cspell?sponsor=1" + } + }, + "node_modules/cspell-dictionary": { + "version": "6.20.1", + "resolved": "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-6.20.1.tgz", + "integrity": "sha512-zvPXcjQfc6ovJ1a36tnwlZOKI2RZpr3bA6WYbg/GqujH+iXRpzq1L4OVVP5EIdX6+v02j2eQNvagkVTStz8Klw==", + "dev": true, + "dependencies": { + "@cspell/cspell-pipe": "6.20.1", + "@cspell/cspell-types": "6.20.1", + "cspell-trie-lib": "6.20.1", + "fast-equals": "^4.0.3", + "gensequence": "^4.0.3" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/cspell-gitignore": { + "version": "6.20.1", + "resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.20.1.tgz", + "integrity": "sha512-09mm4GyFGF0FBYJcx4++HXyCFcn8zCWR/YL0LDtTMDRcNc8bqgN1p9x5hr2VEQfPFDjHuR20AEmmO7W/wN8IeA==", + "dev": true, + "dependencies": { + "cspell-glob": "6.20.1", + "find-up": "^5.0.0" + }, + "bin": { + "cspell-gitignore": "bin.js" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/cspell-glob": { + "version": "6.20.1", + "resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.20.1.tgz", + "integrity": "sha512-r2TLERhvhWIS9SyfGNN02ftZ5I6tUsOw0Zg5Rwqp5Gu6A57AlNeiePucgB7D8kEng521My5sUqgUMZ8cR04PNA==", + "dev": true, + "dependencies": { + "micromatch": "^4.0.5" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/cspell-grammar": { + "version": "6.20.1", + "resolved": "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.20.1.tgz", + "integrity": "sha512-7/s1cwKWfiA1tIWxQKfiNCWGqnMbrlgJa0Iqdc05fOodh8MMZiydbj86oNPBM6asal26cQImMxUodE7Uk9WwHA==", + "dev": true, + "dependencies": { + "@cspell/cspell-pipe": "6.20.1", + "@cspell/cspell-types": "6.20.1" + }, + "bin": { + "cspell-grammar": "bin.js" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/cspell-io": { + "version": "6.20.1", + "resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-6.20.1.tgz", + "integrity": "sha512-hUVj89hoKewhHUdUG8mI7nxrU4gmU98U54If2kSHlM3RQBLOn4hA3Z+dhRwYNUo1ScL/7yad8B+23EpblObvtQ==", + "dev": true, + "dependencies": { + "@cspell/cspell-service-bus": "6.20.1", + "node-fetch": "^2.6.9" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/cspell-lib": { + "version": "6.20.1", + "resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.20.1.tgz", + "integrity": "sha512-WxaU0LntJj967qN4B+R2tKiMGvK3I/918B9SLI2n4FLcs9PZLcVAv7U0RZQEw5avyZrG0r7mKNdIVhHdFRRcmA==", + "dev": true, + "dependencies": { + "@cspell/cspell-bundled-dicts": "6.20.1", + "@cspell/cspell-pipe": "6.20.1", + "@cspell/cspell-types": "6.20.1", + "@cspell/strong-weak-map": "6.20.1", + "clear-module": "^4.1.2", + "comment-json": "^4.2.3", + "configstore": "^5.0.1", + "cosmiconfig": "^8.0.0", + "cspell-dictionary": "6.20.1", + "cspell-glob": "6.20.1", + "cspell-grammar": "6.20.1", + "cspell-io": "6.20.1", + "cspell-trie-lib": "6.20.1", + "fast-equals": "^4.0.3", + "find-up": "^5.0.0", + "gensequence": "^4.0.3", + "import-fresh": "^3.3.0", + "resolve-from": "^5.0.0", + "resolve-global": "^1.0.0", + "vscode-languageserver-textdocument": "^1.0.8", + "vscode-uri": "^3.0.7" + }, + "engines": { + "node": ">=14.6" + } + }, + "node_modules/cspell-trie-lib": { + "version": "6.20.1", + "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.20.1.tgz", + "integrity": "sha512-Ld+cu/GQkDBAZgrvi6LRPL9DVV1VvvYY7EGk/P865PX5cG7Qv+VgFMqKP1Si3p0+XbZfTEHdL9nx+l6Xmdapwg==", + "dev": true, + "dependencies": { + "@cspell/cspell-pipe": "6.20.1", + "@cspell/cspell-types": "6.20.1", + "gensequence": "^4.0.3" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/cspell/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/cspell/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/cspell/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/cspell/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/cspell/node_modules/commander": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.0.tgz", + "integrity": "sha512-zS5PnTI22FIRM6ylNW8G4Ap0IEOyk62fhLSD0+uHRT9McRCLGpkVNvao4bjimpK/GShynyQkFFxHhwMcETmduA==", + "dev": true, + "engines": { + "node": ">=14" + } + }, + "node_modules/cspell/node_modules/get-stdin": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz", + "integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cspell/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/cspell/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/css-loader": { - "version": "6.7.1", - "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.7.1.tgz", - "integrity": "sha512-yB5CNFa14MbPJcomwNh3wLThtkZgcNyI2bNMRt8iE5Z8Vwl7f8vQXFAzn2HDOJvtDq2NTZBUGMSUNNyrv3/+cw==", + "version": "6.7.3", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.7.3.tgz", + "integrity": "sha512-qhOH1KlBMnZP8FzRO6YCH9UHXQhVMcEGLyNdb7Hv2cpcmJbW0YrddO+tG1ab5nT41KpHIYGsbeHqxB9xPu1pKQ==", "dev": true, "dependencies": { "icss-utils": "^5.1.0", - "postcss": "^8.4.7", + "postcss": "^8.4.19", "postcss-modules-extract-imports": "^3.0.0", "postcss-modules-local-by-default": "^4.0.0", "postcss-modules-scope": "^3.0.0", "postcss-modules-values": "^4.0.0", "postcss-value-parser": "^4.2.0", - "semver": "^7.3.5" + "semver": "^7.3.8" }, "engines": { "node": ">= 12.13.0" @@ -6277,9 +7029,9 @@ } }, "node_modules/decode-uri-component": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", - "integrity": "sha512-hjf+xovcEn31w/EUYdTXQh/8smFL/dzYjohQGEIgjyNavaJfBY2p5F527Bo1VPATxv0VYTUC2bOcXvqFwk78Og==", + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", + "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==", "dev": true, "engines": { "node": ">=0.10" @@ -6298,9 +7050,9 @@ "dev": true }, "node_modules/deepmerge": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz", - "integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.0.tgz", + "integrity": "sha512-z2wJZXrmeHdvYJp/Ux55wIjqo81G5Bp4c+oELTW+7ar6SogWHajt5a9gO3s3IDaGSAXjDk0vlQKN3rms8ab3og==", "dev": true, "engines": { "node": ">=0.10.0" @@ -6632,9 +7384,9 @@ } }, "node_modules/diff-sequences": { - "version": "29.2.0", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.2.0.tgz", - "integrity": "sha512-413SY5JpYeSBZxmenGEmCVQ8mCgtFJF0w9PROdaS6z987XC2Pd2GOKqOITLtMftmyFZqgtCOb/QA7/Z3ZXfzIw==", + "version": "29.3.1", + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.3.1.tgz", + "integrity": "sha512-hlM3QR272NXCi4pq+N4Kok4kOp6EsgOM3ZSpJI7Da3UAs+Ttsi8MRmB6trM/lhyzUxGfOgnpkHtgqm5Q/CTcfQ==", "dev": true, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" @@ -6809,9 +7561,9 @@ } }, "node_modules/enhanced-resolve": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.10.0.tgz", - "integrity": "sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ==", + "version": "5.12.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.12.0.tgz", + "integrity": "sha512-QHTXI/sZQmko1cbDoNAa3mJ5qhWUUNAq3vR0/YiD379fWQrcfuoX1+HW2S0MTt7XmoPLapdaDKUtelUSPic7hQ==", "dev": true, "dependencies": { "graceful-fs": "^4.2.4", @@ -6846,34 +7598,44 @@ } }, "node_modules/es-abstract": { - "version": "1.20.1", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.1.tgz", - "integrity": "sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==", + "version": "1.21.1", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.21.1.tgz", + "integrity": "sha512-QudMsPOz86xYz/1dG1OuGBKOELjCh99IIWHLzy5znUB6j8xG2yMA7bfTV86VSqKF+Y/H08vQPR+9jyXpuC6hfg==", "dev": true, "dependencies": { + "available-typed-arrays": "^1.0.5", "call-bind": "^1.0.2", + "es-set-tostringtag": "^2.0.1", "es-to-primitive": "^1.2.1", "function-bind": "^1.1.1", "function.prototype.name": "^1.1.5", - "get-intrinsic": "^1.1.1", + "get-intrinsic": "^1.1.3", "get-symbol-description": "^1.0.0", + "globalthis": "^1.0.3", + "gopd": "^1.0.1", "has": "^1.0.3", "has-property-descriptors": "^1.0.0", + "has-proto": "^1.0.1", "has-symbols": "^1.0.3", - "internal-slot": "^1.0.3", - "is-callable": "^1.2.4", + "internal-slot": "^1.0.4", + "is-array-buffer": "^3.0.1", + "is-callable": "^1.2.7", "is-negative-zero": "^2.0.2", "is-regex": "^1.1.4", "is-shared-array-buffer": "^1.0.2", "is-string": "^1.0.7", + "is-typed-array": "^1.1.10", "is-weakref": "^1.0.2", - "object-inspect": "^1.12.0", + "object-inspect": "^1.12.2", "object-keys": "^1.1.1", - "object.assign": "^4.1.2", + "object.assign": "^4.1.4", "regexp.prototype.flags": "^1.4.3", - "string.prototype.trimend": "^1.0.5", - "string.prototype.trimstart": "^1.0.5", - "unbox-primitive": "^1.0.2" + "safe-regex-test": "^1.0.0", + "string.prototype.trimend": "^1.0.6", + "string.prototype.trimstart": "^1.0.6", + "typed-array-length": "^1.0.4", + "unbox-primitive": "^1.0.2", + "which-typed-array": "^1.1.9" }, "engines": { "node": ">= 0.4" @@ -6888,6 +7650,20 @@ "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==", "dev": true }, + "node_modules/es-set-tostringtag": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz", + "integrity": "sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==", + "dev": true, + "dependencies": { + "get-intrinsic": "^1.1.3", + "has": "^1.0.3", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/es-shim-unscopables": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz", @@ -6933,13 +7709,13 @@ } }, "node_modules/eslint": { - "version": "8.26.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.26.0.tgz", - "integrity": "sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==", + "version": "8.33.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.33.0.tgz", + "integrity": "sha512-WjOpFQgKK8VrCnAtl8We0SUOy/oVZ5NHykyMiagV1M9r8IFpIJX7DduK6n1mpfhlG7T1NLWm2SuD8QB7KFySaA==", "dev": true, "dependencies": { - "@eslint/eslintrc": "^1.3.3", - "@humanwhocodes/config-array": "^0.11.6", + "@eslint/eslintrc": "^1.4.1", + "@humanwhocodes/config-array": "^0.11.8", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", "ajv": "^6.10.0", @@ -6958,7 +7734,7 @@ "file-entry-cache": "^6.0.1", "find-up": "^5.0.0", "glob-parent": "^6.0.2", - "globals": "^13.15.0", + "globals": "^13.19.0", "grapheme-splitter": "^1.0.4", "ignore": "^5.2.0", "import-fresh": "^3.0.0", @@ -6989,9 +7765,9 @@ } }, "node_modules/eslint-config-prettier": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz", - "integrity": "sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==", + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.6.0.tgz", + "integrity": "sha512-bAF0eLpLVqP5oEVUFKpMA+NnRFICwn9X8B5jrR9FcqnYBuPbqWEjTEspPWMj5ye6czoSLDweCzSo3Ko7gGrZaA==", "dev": true, "bin": { "eslint-config-prettier": "bin/cli.js" @@ -7001,13 +7777,14 @@ } }, "node_modules/eslint-import-resolver-node": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz", - "integrity": "sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==", + "version": "0.3.7", + "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.7.tgz", + "integrity": "sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==", "dev": true, "dependencies": { "debug": "^3.2.7", - "resolve": "^1.20.0" + "is-core-module": "^2.11.0", + "resolve": "^1.22.1" } }, "node_modules/eslint-import-resolver-node/node_modules/debug": { @@ -7020,16 +7797,20 @@ } }, "node_modules/eslint-module-utils": { - "version": "2.7.3", - "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz", - "integrity": "sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==", + "version": "2.7.4", + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.4.tgz", + "integrity": "sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==", "dev": true, "dependencies": { - "debug": "^3.2.7", - "find-up": "^2.1.0" + "debug": "^3.2.7" }, "engines": { "node": ">=4" + }, + "peerDependenciesMeta": { + "eslint": { + "optional": true + } } }, "node_modules/eslint-module-utils/node_modules/debug": { @@ -7041,91 +7822,26 @@ "ms": "^2.1.1" } }, - "node_modules/eslint-module-utils/node_modules/find-up": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", - "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", - "dev": true, - "dependencies": { - "locate-path": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/eslint-module-utils/node_modules/locate-path": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", - "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", - "dev": true, - "dependencies": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/eslint-module-utils/node_modules/p-limit": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", - "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", - "dev": true, - "dependencies": { - "p-try": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/eslint-module-utils/node_modules/p-locate": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", - "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", - "dev": true, - "dependencies": { - "p-limit": "^1.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/eslint-module-utils/node_modules/p-try": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", - "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/eslint-module-utils/node_modules/path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "dev": true, - "engines": { - "node": ">=4" - } - }, "node_modules/eslint-plugin-import": { - "version": "2.26.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz", - "integrity": "sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==", + "version": "2.27.5", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz", + "integrity": "sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==", "dev": true, "dependencies": { - "array-includes": "^3.1.4", - "array.prototype.flat": "^1.2.5", - "debug": "^2.6.9", + "array-includes": "^3.1.6", + "array.prototype.flat": "^1.3.1", + "array.prototype.flatmap": "^1.3.1", + "debug": "^3.2.7", "doctrine": "^2.1.0", - "eslint-import-resolver-node": "^0.3.6", - "eslint-module-utils": "^2.7.3", + "eslint-import-resolver-node": "^0.3.7", + "eslint-module-utils": "^2.7.4", "has": "^1.0.3", - "is-core-module": "^2.8.1", + "is-core-module": "^2.11.0", "is-glob": "^4.0.3", "minimatch": "^3.1.2", - "object.values": "^1.1.5", - "resolve": "^1.22.0", + "object.values": "^1.1.6", + "resolve": "^1.22.1", + "semver": "^6.3.0", "tsconfig-paths": "^3.14.1" }, "engines": { @@ -7136,12 +7852,12 @@ } }, "node_modules/eslint-plugin-import/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, "dependencies": { - "ms": "2.0.0" + "ms": "^2.1.1" } }, "node_modules/eslint-plugin-import/node_modules/doctrine": { @@ -7156,11 +7872,14 @@ "node": ">=0.10.0" } }, - "node_modules/eslint-plugin-import/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", - "dev": true + "node_modules/eslint-plugin-import/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } }, "node_modules/eslint-scope": { "version": "7.1.1", @@ -7291,9 +8010,9 @@ } }, "node_modules/eslint/node_modules/globals": { - "version": "13.15.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.15.0.tgz", - "integrity": "sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==", + "version": "13.19.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.19.0.tgz", + "integrity": "sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ==", "dev": true, "dependencies": { "type-fest": "^0.20.2" @@ -7351,9 +8070,9 @@ } }, "node_modules/espree": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.4.0.tgz", - "integrity": "sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==", + "version": "9.4.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.4.1.tgz", + "integrity": "sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==", "dev": true, "dependencies": { "acorn": "^8.8.0", @@ -7613,16 +8332,16 @@ } }, "node_modules/expect": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/expect/-/expect-29.2.2.tgz", - "integrity": "sha512-hE09QerxZ5wXiOhqkXy5d2G9ar+EqOyifnCXCpMNu+vZ6DG9TJ6CO2c2kPDSLqERTTWrO7OZj8EkYHQqSd78Yw==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/expect/-/expect-29.4.1.tgz", + "integrity": "sha512-OKrGESHOaMxK3b6zxIq9SOW8kEXztKff/Dvg88j4xIJxur1hspEbedVkR3GpHe5LO+WB2Qw7OWN0RMTdp6as5A==", "dev": true, "dependencies": { - "@jest/expect-utils": "^29.2.2", + "@jest/expect-utils": "^29.4.1", "jest-get-type": "^29.2.0", - "jest-matcher-utils": "^29.2.2", - "jest-message-util": "^29.2.1", - "jest-util": "^29.2.1" + "jest-matcher-utils": "^29.4.1", + "jest-message-util": "^29.4.1", + "jest-util": "^29.4.1" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" @@ -7699,10 +8418,16 @@ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", "dev": true }, + "node_modules/fast-equals": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-4.0.3.tgz", + "integrity": "sha512-G3BSX9cfKttjr+2o1O22tYMLq0DPluZnYtq1rXumE1SpL/F/SLIfHx08WYQoWSIpeMYf8sRbJ8++71+v6Pnxfg==", + "dev": true + }, "node_modules/fast-glob": { - "version": "3.2.11", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", - "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", + "version": "3.2.12", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", + "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", "dev": true, "dependencies": { "@nodelib/fs.stat": "^2.0.2", @@ -7997,6 +8722,15 @@ "integrity": "sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==", "dev": true }, + "node_modules/for-each": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", + "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", + "dev": true, + "dependencies": { + "is-callable": "^1.1.3" + } + }, "node_modules/for-in": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", @@ -8033,9 +8767,9 @@ } }, "node_modules/fs-extra": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", - "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.0.tgz", + "integrity": "sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==", "dev": true, "dependencies": { "graceful-fs": "^4.2.0", @@ -8043,7 +8777,7 @@ "universalify": "^2.0.0" }, "engines": { - "node": ">=12" + "node": ">=14.14" } }, "node_modules/fs-minipass": { @@ -8135,6 +8869,15 @@ "node": ">= 4.0.0" } }, + "node_modules/gensequence": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/gensequence/-/gensequence-4.0.3.tgz", + "integrity": "sha512-izr+MKqJKjexkvLiPGhW96elQX8TuUR/su/xzILxjqzU1RDz1n1ZbqwDUnNFaRcq0gFR3oQfNH2JOH4Je1x/QA==", + "dev": true, + "engines": { + "node": ">=14" + } + }, "node_modules/gensync": { "version": "1.0.0-beta.2", "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", @@ -8154,14 +8897,14 @@ } }, "node_modules/get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", - "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.0.tgz", + "integrity": "sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q==", "dev": true, "dependencies": { "function-bind": "^1.1.1", "has": "^1.0.3", - "has-symbols": "^1.0.1" + "has-symbols": "^1.0.3" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -8497,6 +9240,21 @@ "node": ">=4" } }, + "node_modules/globalthis": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz", + "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==", + "dev": true, + "dependencies": { + "define-properties": "^1.1.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/globby": { "version": "11.1.0", "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", @@ -8578,6 +9336,18 @@ "integrity": "sha512-XMf1+O32FjYIV3CYu6Tuh5PNbfNEU5Xu22X+Xkdb/DUexFlCzhvv7d5Iirm4AOwn8lv4al1YvIhzGrg2j9Zfzw==", "dev": true }, + "node_modules/gopd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "dev": true, + "dependencies": { + "get-intrinsic": "^1.1.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/graceful-fs": { "version": "4.2.10", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", @@ -8650,6 +9420,15 @@ "node": ">=4" } }, + "node_modules/has-own-prop": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-own-prop/-/has-own-prop-2.0.0.tgz", + "integrity": "sha512-Pq0h+hvsVm6dDEa8x82GnLSYHOzNDt7f0ddFa3FqcQlgzEiptPqL+XrOJNavjOzSYiYWIrgeVYYgGlLmnxwilQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/has-property-descriptors": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", @@ -8662,6 +9441,18 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/has-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", + "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/has-symbols": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", @@ -8799,9 +9590,9 @@ "dev": true }, "node_modules/http-cache-semantics": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", - "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", + "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", "dev": true }, "node_modules/http-proxy-agent": { @@ -8850,9 +9641,9 @@ } }, "node_modules/husky": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.1.tgz", - "integrity": "sha512-xs7/chUH/CKdOCs7Zy0Aev9e/dKOMZf3K1Az1nar3tzlv0jfqnYtu235bstsWTmXOR0EfINrPa97yy4Lz6RiKw==", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", + "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", "dev": true, "bin": { "husky": "lib/bin.js" @@ -8995,12 +9786,12 @@ "dev": true }, "node_modules/internal-slot": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz", - "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.4.tgz", + "integrity": "sha512-tA8URYccNzMo94s5MQZgH8NB/XTa6HsOo0MLfXTKKEnHVVdegzaQoFZ7Jp44bdvLvY2waT5dc+j5ICEswhi7UQ==", "dev": true, "dependencies": { - "get-intrinsic": "^1.1.0", + "get-intrinsic": "^1.1.3", "has": "^1.0.3", "side-channel": "^1.0.4" }, @@ -9026,6 +9817,20 @@ "node": ">=0.10.0" } }, + "node_modules/is-array-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.1.tgz", + "integrity": "sha512-ASfLknmY8Xa2XtB4wmbz13Wu202baeA18cJBCeCy0wXUHZF0IPyVEXqKEcd+t2fNSLLL1vC6k7lxZEojNbISXQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.3", + "is-typed-array": "^1.1.10" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", @@ -9079,9 +9884,9 @@ "dev": true }, "node_modules/is-callable": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz", - "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==", + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", + "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", "dev": true, "engines": { "node": ">= 0.4" @@ -9091,9 +9896,9 @@ } }, "node_modules/is-core-module": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz", - "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==", + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz", + "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==", "dev": true, "dependencies": { "has": "^1.0.3" @@ -9378,6 +10183,31 @@ "node": ">=0.10.0" } }, + "node_modules/is-typed-array": { + "version": "1.1.10", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz", + "integrity": "sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==", + "dev": true, + "dependencies": { + "available-typed-arrays": "^1.0.5", + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", + "dev": true + }, "node_modules/is-upper-case": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/is-upper-case/-/is-upper-case-1.1.2.tgz", @@ -9550,15 +10380,15 @@ } }, "node_modules/jest": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/jest/-/jest-29.2.2.tgz", - "integrity": "sha512-r+0zCN9kUqoON6IjDdjbrsWobXM/09Nd45kIPRD8kloaRh1z5ZCMdVsgLXGxmlL7UpAJsvCYOQNO+NjvG/gqiQ==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest/-/jest-29.4.1.tgz", + "integrity": "sha512-cknimw7gAXPDOmj0QqztlxVtBVCw2lYY9CeIE5N6kD+kET1H4H79HSNISJmijb1HF+qk+G+ploJgiDi5k/fRlg==", "dev": true, "dependencies": { - "@jest/core": "^29.2.2", - "@jest/types": "^29.2.1", + "@jest/core": "^29.4.1", + "@jest/types": "^29.4.1", "import-local": "^3.0.2", - "jest-cli": "^29.2.2" + "jest-cli": "^29.4.1" }, "bin": { "jest": "bin/jest.js" @@ -9576,9 +10406,9 @@ } }, "node_modules/jest-changed-files": { - "version": "29.2.0", - "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.2.0.tgz", - "integrity": "sha512-qPVmLLyBmvF5HJrY7krDisx6Voi8DmlV3GZYX0aFNbaQsZeoz1hfxcCMbqDGuQCxU1dJy9eYc2xscE8QrCCYaA==", + "version": "29.4.0", + "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.4.0.tgz", + "integrity": "sha512-rnI1oPxgFghoz32Y8eZsGJMjW54UlqT17ycQeCEktcxxwqqKdlj9afl8LNeO0Pbu+h2JQHThQP0BzS67eTRx4w==", "dev": true, "dependencies": { "execa": "^5.0.0", @@ -9589,28 +10419,28 @@ } }, "node_modules/jest-circus": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.2.2.tgz", - "integrity": "sha512-upSdWxx+Mh4DV7oueuZndJ1NVdgtTsqM4YgywHEx05UMH5nxxA2Qu9T9T9XVuR021XxqSoaKvSmmpAbjwwwxMw==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.4.1.tgz", + "integrity": "sha512-v02NuL5crMNY4CGPHBEflLzl4v91NFb85a+dH9a1pUNx6Xjggrd8l9pPy4LZ1VYNRXlb+f65+7O/MSIbLir6pA==", "dev": true, "dependencies": { - "@jest/environment": "^29.2.2", - "@jest/expect": "^29.2.2", - "@jest/test-result": "^29.2.1", - "@jest/types": "^29.2.1", + "@jest/environment": "^29.4.1", + "@jest/expect": "^29.4.1", + "@jest/test-result": "^29.4.1", + "@jest/types": "^29.4.1", "@types/node": "*", "chalk": "^4.0.0", "co": "^4.6.0", "dedent": "^0.7.0", "is-generator-fn": "^2.0.0", - "jest-each": "^29.2.1", - "jest-matcher-utils": "^29.2.2", - "jest-message-util": "^29.2.1", - "jest-runtime": "^29.2.2", - "jest-snapshot": "^29.2.2", - "jest-util": "^29.2.1", + "jest-each": "^29.4.1", + "jest-matcher-utils": "^29.4.1", + "jest-message-util": "^29.4.1", + "jest-runtime": "^29.4.1", + "jest-snapshot": "^29.4.1", + "jest-util": "^29.4.1", "p-limit": "^3.1.0", - "pretty-format": "^29.2.1", + "pretty-format": "^29.4.1", "slash": "^3.0.0", "stack-utils": "^2.0.3" }, @@ -9698,21 +10528,21 @@ } }, "node_modules/jest-cli": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.2.2.tgz", - "integrity": "sha512-R45ygnnb2CQOfd8rTPFR+/fls0d+1zXS6JPYTBBrnLPrhr58SSuPTiA5Tplv8/PXpz4zXR/AYNxmwIj6J6nrvg==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.4.1.tgz", + "integrity": "sha512-jz7GDIhtxQ37M+9dlbv5K+/FVcIo1O/b1sX3cJgzlQUf/3VG25nvuWzlDC4F1FLLzUThJeWLu8I7JF9eWpuURQ==", "dev": true, "dependencies": { - "@jest/core": "^29.2.2", - "@jest/test-result": "^29.2.1", - "@jest/types": "^29.2.1", + "@jest/core": "^29.4.1", + "@jest/test-result": "^29.4.1", + "@jest/types": "^29.4.1", "chalk": "^4.0.0", "exit": "^0.1.2", "graceful-fs": "^4.2.9", "import-local": "^3.0.2", - "jest-config": "^29.2.2", - "jest-util": "^29.2.1", - "jest-validate": "^29.2.2", + "jest-config": "^29.4.1", + "jest-util": "^29.4.1", + "jest-validate": "^29.4.1", "prompts": "^2.0.1", "yargs": "^17.3.1" }, @@ -9802,31 +10632,31 @@ } }, "node_modules/jest-config": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.2.2.tgz", - "integrity": "sha512-Q0JX54a5g1lP63keRfKR8EuC7n7wwny2HoTRDb8cx78IwQOiaYUVZAdjViY3WcTxpR02rPUpvNVmZ1fkIlZPcw==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.4.1.tgz", + "integrity": "sha512-g7p3q4NuXiM4hrS4XFATTkd+2z0Ml2RhFmFPM8c3WyKwVDNszbl4E7cV7WIx1YZeqqCtqbtTtZhGZWJlJqngzg==", "dev": true, "dependencies": { "@babel/core": "^7.11.6", - "@jest/test-sequencer": "^29.2.2", - "@jest/types": "^29.2.1", - "babel-jest": "^29.2.2", + "@jest/test-sequencer": "^29.4.1", + "@jest/types": "^29.4.1", + "babel-jest": "^29.4.1", "chalk": "^4.0.0", "ci-info": "^3.2.0", "deepmerge": "^4.2.2", "glob": "^7.1.3", "graceful-fs": "^4.2.9", - "jest-circus": "^29.2.2", - "jest-environment-node": "^29.2.2", + "jest-circus": "^29.4.1", + "jest-environment-node": "^29.4.1", "jest-get-type": "^29.2.0", "jest-regex-util": "^29.2.0", - "jest-resolve": "^29.2.2", - "jest-runner": "^29.2.2", - "jest-util": "^29.2.1", - "jest-validate": "^29.2.2", + "jest-resolve": "^29.4.1", + "jest-runner": "^29.4.1", + "jest-util": "^29.4.1", + "jest-validate": "^29.4.1", "micromatch": "^4.0.4", "parse-json": "^5.2.0", - "pretty-format": "^29.2.1", + "pretty-format": "^29.4.1", "slash": "^3.0.0", "strip-json-comments": "^3.1.1" }, @@ -9926,15 +10756,15 @@ } }, "node_modules/jest-diff": { - "version": "29.2.1", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.2.1.tgz", - "integrity": "sha512-gfh/SMNlQmP3MOUgdzxPOd4XETDJifADpT937fN1iUGz+9DgOu2eUPHH25JDkLVcLwwqxv3GzVyK4VBUr9fjfA==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.4.1.tgz", + "integrity": "sha512-uazdl2g331iY56CEyfbNA0Ut7Mn2ulAG5vUaEHXycf1L6IPyuImIxSz4F0VYBKi7LYIuxOwTZzK3wh5jHzASMw==", "dev": true, "dependencies": { "chalk": "^4.0.0", - "diff-sequences": "^29.2.0", + "diff-sequences": "^29.3.1", "jest-get-type": "^29.2.0", - "pretty-format": "^29.2.1" + "pretty-format": "^29.4.1" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" @@ -10023,16 +10853,16 @@ } }, "node_modules/jest-each": { - "version": "29.2.1", - "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-29.2.1.tgz", - "integrity": "sha512-sGP86H/CpWHMyK3qGIGFCgP6mt+o5tu9qG4+tobl0LNdgny0aitLXs9/EBacLy3Bwqy+v4uXClqJgASJWcruYw==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-29.4.1.tgz", + "integrity": "sha512-QlYFiX3llJMWUV0BtWht/esGEz9w+0i7BHwODKCze7YzZzizgExB9MOfiivF/vVT0GSQ8wXLhvHXh3x2fVD4QQ==", "dev": true, "dependencies": { - "@jest/types": "^29.2.1", + "@jest/types": "^29.4.1", "chalk": "^4.0.0", "jest-get-type": "^29.2.0", - "jest-util": "^29.2.1", - "pretty-format": "^29.2.1" + "jest-util": "^29.4.1", + "pretty-format": "^29.4.1" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" @@ -10109,17 +10939,17 @@ } }, "node_modules/jest-environment-node": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.2.2.tgz", - "integrity": "sha512-B7qDxQjkIakQf+YyrqV5dICNs7tlCO55WJ4OMSXsqz1lpI/0PmeuXdx2F7eU8rnPbRkUR/fItSSUh0jvE2y/tw==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.4.1.tgz", + "integrity": "sha512-x/H2kdVgxSkxWAIlIh9MfMuBa0hZySmfsC5lCsWmWr6tZySP44ediRKDUiNggX/eHLH7Cd5ZN10Rw+XF5tXsqg==", "dev": true, "dependencies": { - "@jest/environment": "^29.2.2", - "@jest/fake-timers": "^29.2.2", - "@jest/types": "^29.2.1", + "@jest/environment": "^29.4.1", + "@jest/fake-timers": "^29.4.1", + "@jest/types": "^29.4.1", "@types/node": "*", - "jest-mock": "^29.2.2", - "jest-util": "^29.2.1" + "jest-mock": "^29.4.1", + "jest-util": "^29.4.1" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" @@ -10147,20 +10977,20 @@ } }, "node_modules/jest-haste-map": { - "version": "29.2.1", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.2.1.tgz", - "integrity": "sha512-wF460rAFmYc6ARcCFNw4MbGYQjYkvjovb9GBT+W10Um8q5nHq98jD6fHZMDMO3tA56S8XnmNkM8GcA8diSZfnA==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.4.1.tgz", + "integrity": "sha512-imTjcgfVVTvg02khXL11NNLTx9ZaofbAWhilrMg/G8dIkp+HYCswhxf0xxJwBkfhWb3e8dwbjuWburvxmcr58w==", "dev": true, "dependencies": { - "@jest/types": "^29.2.1", + "@jest/types": "^29.4.1", "@types/graceful-fs": "^4.1.3", "@types/node": "*", "anymatch": "^3.0.3", "fb-watchman": "^2.0.0", "graceful-fs": "^4.2.9", "jest-regex-util": "^29.2.0", - "jest-util": "^29.2.1", - "jest-worker": "^29.2.1", + "jest-util": "^29.4.1", + "jest-worker": "^29.4.1", "micromatch": "^4.0.4", "walker": "^1.0.8" }, @@ -10172,28 +11002,28 @@ } }, "node_modules/jest-leak-detector": { - "version": "29.2.1", - "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.2.1.tgz", - "integrity": "sha512-1YvSqYoiurxKOJtySc+CGVmw/e1v4yNY27BjWTVzp0aTduQeA7pdieLiW05wTYG/twlKOp2xS/pWuikQEmklug==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.4.1.tgz", + "integrity": "sha512-akpZv7TPyGMnH2RimOCgy+hPmWZf55EyFUvymQ4LMsQP8xSPlZumCPtXGoDhFNhUE2039RApZkTQDKU79p/FiQ==", "dev": true, "dependencies": { "jest-get-type": "^29.2.0", - "pretty-format": "^29.2.1" + "pretty-format": "^29.4.1" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/jest-matcher-utils": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.2.2.tgz", - "integrity": "sha512-4DkJ1sDPT+UX2MR7Y3od6KtvRi9Im1ZGLGgdLFLm4lPexbTaCgJW5NN3IOXlQHF7NSHY/VHhflQ+WoKtD/vyCw==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.4.1.tgz", + "integrity": "sha512-k5h0u8V4nAEy6lSACepxL/rw78FLDkBnXhZVgFneVpnJONhb2DhZj/Gv4eNe+1XqQ5IhgUcqj745UwH0HJmMnA==", "dev": true, "dependencies": { "chalk": "^4.0.0", - "jest-diff": "^29.2.1", + "jest-diff": "^29.4.1", "jest-get-type": "^29.2.0", - "pretty-format": "^29.2.1" + "pretty-format": "^29.4.1" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" @@ -10270,18 +11100,18 @@ } }, "node_modules/jest-message-util": { - "version": "29.2.1", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.2.1.tgz", - "integrity": "sha512-Dx5nEjw9V8C1/Yj10S/8ivA8F439VS8vTq1L7hEgwHFn9ovSKNpYW/kwNh7UglaEgXO42XxzKJB+2x0nSglFVw==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.4.1.tgz", + "integrity": "sha512-H4/I0cXUaLeCw6FM+i4AwCnOwHRgitdaUFOdm49022YD5nfyr8C/DrbXOBEyJaj+w/y0gGJ57klssOaUiLLQGQ==", "dev": true, "dependencies": { "@babel/code-frame": "^7.12.13", - "@jest/types": "^29.2.1", + "@jest/types": "^29.4.1", "@types/stack-utils": "^2.0.0", "chalk": "^4.0.0", "graceful-fs": "^4.2.9", "micromatch": "^4.0.4", - "pretty-format": "^29.2.1", + "pretty-format": "^29.4.1", "slash": "^3.0.0", "stack-utils": "^2.0.3" }, @@ -10369,23 +11199,23 @@ } }, "node_modules/jest-mock": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.2.2.tgz", - "integrity": "sha512-1leySQxNAnivvbcx0sCB37itu8f4OX2S/+gxLAV4Z62shT4r4dTG9tACDywUAEZoLSr36aYUTsVp3WKwWt4PMQ==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.4.1.tgz", + "integrity": "sha512-MwA4hQ7zBOcgVCVnsM8TzaFLVUD/pFWTfbkY953Y81L5ret3GFRZtmPmRFAjKQSdCKoJvvqOu6Bvfpqlwwb0dQ==", "dev": true, "dependencies": { - "@jest/types": "^29.2.1", + "@jest/types": "^29.4.1", "@types/node": "*", - "jest-util": "^29.2.1" + "jest-util": "^29.4.1" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/jest-pnp-resolver": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz", - "integrity": "sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz", + "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==", "dev": true, "engines": { "node": ">=6" @@ -10409,19 +11239,19 @@ } }, "node_modules/jest-resolve": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.2.2.tgz", - "integrity": "sha512-3gaLpiC3kr14rJR3w7vWh0CBX2QAhfpfiQTwrFPvVrcHe5VUBtIXaR004aWE/X9B2CFrITOQAp5gxLONGrk6GA==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.4.1.tgz", + "integrity": "sha512-j/ZFNV2lm9IJ2wmlq1uYK0Y/1PiyDq9g4HEGsNTNr3viRbJdV+8Lf1SXIiLZXFvyiisu0qUyIXGBnw+OKWkJwQ==", "dev": true, "dependencies": { "chalk": "^4.0.0", "graceful-fs": "^4.2.9", - "jest-haste-map": "^29.2.1", + "jest-haste-map": "^29.4.1", "jest-pnp-resolver": "^1.2.2", - "jest-util": "^29.2.1", - "jest-validate": "^29.2.2", + "jest-util": "^29.4.1", + "jest-validate": "^29.4.1", "resolve": "^1.20.0", - "resolve.exports": "^1.1.0", + "resolve.exports": "^2.0.0", "slash": "^3.0.0" }, "engines": { @@ -10429,13 +11259,13 @@ } }, "node_modules/jest-resolve-dependencies": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.2.2.tgz", - "integrity": "sha512-wWOmgbkbIC2NmFsq8Lb+3EkHuW5oZfctffTGvwsA4JcJ1IRk8b2tg+hz44f0lngvRTeHvp3Kyix9ACgudHH9aQ==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.4.1.tgz", + "integrity": "sha512-Y3QG3M1ncAMxfjbYgtqNXC5B595zmB6e//p/qpA/58JkQXu/IpLDoLeOa8YoYfsSglBKQQzNUqtfGJJT/qLmJg==", "dev": true, "dependencies": { "jest-regex-util": "^29.2.0", - "jest-snapshot": "^29.2.2" + "jest-snapshot": "^29.4.1" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" @@ -10521,30 +11351,30 @@ } }, "node_modules/jest-runner": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.2.2.tgz", - "integrity": "sha512-1CpUxXDrbsfy9Hr9/1zCUUhT813kGGK//58HeIw/t8fa/DmkecEwZSWlb1N/xDKXg3uCFHQp1GCvlSClfImMxg==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.4.1.tgz", + "integrity": "sha512-8d6XXXi7GtHmsHrnaqBKWxjKb166Eyj/ksSaUYdcBK09VbjPwIgWov1VwSmtupCIz8q1Xv4Qkzt/BTo3ZqiCeg==", "dev": true, "dependencies": { - "@jest/console": "^29.2.1", - "@jest/environment": "^29.2.2", - "@jest/test-result": "^29.2.1", - "@jest/transform": "^29.2.2", - "@jest/types": "^29.2.1", + "@jest/console": "^29.4.1", + "@jest/environment": "^29.4.1", + "@jest/test-result": "^29.4.1", + "@jest/transform": "^29.4.1", + "@jest/types": "^29.4.1", "@types/node": "*", "chalk": "^4.0.0", "emittery": "^0.13.1", "graceful-fs": "^4.2.9", "jest-docblock": "^29.2.0", - "jest-environment-node": "^29.2.2", - "jest-haste-map": "^29.2.1", - "jest-leak-detector": "^29.2.1", - "jest-message-util": "^29.2.1", - "jest-resolve": "^29.2.2", - "jest-runtime": "^29.2.2", - "jest-util": "^29.2.1", - "jest-watcher": "^29.2.2", - "jest-worker": "^29.2.1", + "jest-environment-node": "^29.4.1", + "jest-haste-map": "^29.4.1", + "jest-leak-detector": "^29.4.1", + "jest-message-util": "^29.4.1", + "jest-resolve": "^29.4.1", + "jest-runtime": "^29.4.1", + "jest-util": "^29.4.1", + "jest-watcher": "^29.4.1", + "jest-worker": "^29.4.1", "p-limit": "^3.1.0", "source-map-support": "0.5.13" }, @@ -10623,31 +11453,32 @@ } }, "node_modules/jest-runtime": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.2.2.tgz", - "integrity": "sha512-TpR1V6zRdLynckKDIQaY41od4o0xWL+KOPUCZvJK2bu5P1UXhjobt5nJ2ICNeIxgyj9NGkO0aWgDqYPVhDNKjA==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.4.1.tgz", + "integrity": "sha512-UXTMU9uKu2GjYwTtoAw5rn4STxWw/nadOfW7v1sx6LaJYa3V/iymdCLQM6xy3+7C6mY8GfX22vKpgxY171UIoA==", "dev": true, "dependencies": { - "@jest/environment": "^29.2.2", - "@jest/fake-timers": "^29.2.2", - "@jest/globals": "^29.2.2", + "@jest/environment": "^29.4.1", + "@jest/fake-timers": "^29.4.1", + "@jest/globals": "^29.4.1", "@jest/source-map": "^29.2.0", - "@jest/test-result": "^29.2.1", - "@jest/transform": "^29.2.2", - "@jest/types": "^29.2.1", + "@jest/test-result": "^29.4.1", + "@jest/transform": "^29.4.1", + "@jest/types": "^29.4.1", "@types/node": "*", "chalk": "^4.0.0", "cjs-module-lexer": "^1.0.0", "collect-v8-coverage": "^1.0.0", "glob": "^7.1.3", "graceful-fs": "^4.2.9", - "jest-haste-map": "^29.2.1", - "jest-message-util": "^29.2.1", - "jest-mock": "^29.2.2", + "jest-haste-map": "^29.4.1", + "jest-message-util": "^29.4.1", + "jest-mock": "^29.4.1", "jest-regex-util": "^29.2.0", - "jest-resolve": "^29.2.2", - "jest-snapshot": "^29.2.2", - "jest-util": "^29.2.1", + "jest-resolve": "^29.4.1", + "jest-snapshot": "^29.4.1", + "jest-util": "^29.4.1", + "semver": "^7.3.5", "slash": "^3.0.0", "strip-bom": "^4.0.0" }, @@ -10735,9 +11566,9 @@ } }, "node_modules/jest-snapshot": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.2.2.tgz", - "integrity": "sha512-GfKJrpZ5SMqhli3NJ+mOspDqtZfJBryGA8RIBxF+G+WbDoC7HCqKaeAss4Z/Sab6bAW11ffasx8/vGsj83jyjA==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.4.1.tgz", + "integrity": "sha512-l4iV8EjGgQWVz3ee/LR9sULDk2pCkqb71bjvlqn+qp90lFwpnulHj4ZBT8nm1hA1C5wowXLc7MGnw321u0tsYA==", "dev": true, "dependencies": { "@babel/core": "^7.11.6", @@ -10746,23 +11577,23 @@ "@babel/plugin-syntax-typescript": "^7.7.2", "@babel/traverse": "^7.7.2", "@babel/types": "^7.3.3", - "@jest/expect-utils": "^29.2.2", - "@jest/transform": "^29.2.2", - "@jest/types": "^29.2.1", + "@jest/expect-utils": "^29.4.1", + "@jest/transform": "^29.4.1", + "@jest/types": "^29.4.1", "@types/babel__traverse": "^7.0.6", "@types/prettier": "^2.1.5", "babel-preset-current-node-syntax": "^1.0.0", "chalk": "^4.0.0", - "expect": "^29.2.2", + "expect": "^29.4.1", "graceful-fs": "^4.2.9", - "jest-diff": "^29.2.1", + "jest-diff": "^29.4.1", "jest-get-type": "^29.2.0", - "jest-haste-map": "^29.2.1", - "jest-matcher-utils": "^29.2.2", - "jest-message-util": "^29.2.1", - "jest-util": "^29.2.1", + "jest-haste-map": "^29.4.1", + "jest-matcher-utils": "^29.4.1", + "jest-message-util": "^29.4.1", + "jest-util": "^29.4.1", "natural-compare": "^1.4.0", - "pretty-format": "^29.2.1", + "pretty-format": "^29.4.1", "semver": "^7.3.5" }, "engines": { @@ -10840,12 +11671,12 @@ } }, "node_modules/jest-util": { - "version": "29.2.1", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.2.1.tgz", - "integrity": "sha512-P5VWDj25r7kj7kl4pN2rG/RN2c1TLfYYYZYULnS/35nFDjBai+hBeo3MDrYZS7p6IoY3YHZnt2vq4L6mKnLk0g==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.4.1.tgz", + "integrity": "sha512-bQy9FPGxVutgpN4VRc0hk6w7Hx/m6L53QxpDreTZgJd9gfx/AV2MjyPde9tGyZRINAUrSv57p2inGBu2dRLmkQ==", "dev": true, "dependencies": { - "@jest/types": "^29.2.1", + "@jest/types": "^29.4.1", "@types/node": "*", "chalk": "^4.0.0", "ci-info": "^3.2.0", @@ -10927,17 +11758,17 @@ } }, "node_modules/jest-validate": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.2.2.tgz", - "integrity": "sha512-eJXATaKaSnOuxNfs8CLHgdABFgUrd0TtWS8QckiJ4L/QVDF4KVbZFBBOwCBZHOS0Rc5fOxqngXeGXE3nGQkpQA==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.4.1.tgz", + "integrity": "sha512-qNZXcZQdIQx4SfUB/atWnI4/I2HUvhz8ajOSYUu40CSmf9U5emil8EDHgE7M+3j9/pavtk3knlZBDsgFvv/SWw==", "dev": true, "dependencies": { - "@jest/types": "^29.2.1", + "@jest/types": "^29.4.1", "camelcase": "^6.2.0", "chalk": "^4.0.0", "jest-get-type": "^29.2.0", "leven": "^3.1.0", - "pretty-format": "^29.2.1" + "pretty-format": "^29.4.1" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" @@ -11026,18 +11857,18 @@ } }, "node_modules/jest-watcher": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.2.2.tgz", - "integrity": "sha512-j2otfqh7mOvMgN2WlJ0n7gIx9XCMWntheYGlBK7+5g3b1Su13/UAK7pdKGyd4kDlrLwtH2QPvRv5oNIxWvsJ1w==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.4.1.tgz", + "integrity": "sha512-vFOzflGFs27nU6h8dpnVRER3O2rFtL+VMEwnG0H3KLHcllLsU8y9DchSh0AL/Rg5nN1/wSiQ+P4ByMGpuybaVw==", "dev": true, "dependencies": { - "@jest/test-result": "^29.2.1", - "@jest/types": "^29.2.1", + "@jest/test-result": "^29.4.1", + "@jest/types": "^29.4.1", "@types/node": "*", "ansi-escapes": "^4.2.1", "chalk": "^4.0.0", "emittery": "^0.13.1", - "jest-util": "^29.2.1", + "jest-util": "^29.4.1", "string-length": "^4.0.1" }, "engines": { @@ -11115,13 +11946,13 @@ } }, "node_modules/jest-worker": { - "version": "29.2.1", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.2.1.tgz", - "integrity": "sha512-ROHTZ+oj7sBrgtv46zZ84uWky71AoYi0vEV9CdEtc1FQunsoAGe5HbQmW76nI5QWdvECVPrSi1MCVUmizSavMg==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.4.1.tgz", + "integrity": "sha512-O9doU/S1EBe+yp/mstQ0VpPwpv0Clgn68TkNwGxL6/usX/KUW9Arnn4ag8C3jc6qHcXznhsT5Na1liYzAsuAbQ==", "dev": true, "dependencies": { "@types/node": "*", - "jest-util": "^29.2.1", + "jest-util": "^29.4.1", "merge-stream": "^2.0.0", "supports-color": "^8.0.0" }, @@ -11234,9 +12065,9 @@ "dev": true }, "node_modules/json5": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", - "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", "dev": true, "bin": { "json5": "lib/cli.js" @@ -11301,9 +12132,9 @@ } }, "node_modules/klona": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.5.tgz", - "integrity": "sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==", + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz", + "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==", "engines": { "node": ">= 8" } @@ -11572,9 +12403,9 @@ } }, "node_modules/loader-utils": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.3.tgz", - "integrity": "sha512-THWqIsn8QRnvLl0shHYVBN9syumU8pYWEHPTmkiVGd+7K5eFNVSY6AJhRvgGF70gg1Dz+l/k8WicvFCxdEs60A==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", "dev": true, "dependencies": { "big.js": "^5.2.2", @@ -11606,24 +12437,78 @@ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, + "node_modules/lodash.camelcase": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", + "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==", + "dev": true + }, "node_modules/lodash.debounce": { "version": "4.0.8", "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", "dev": true }, + "node_modules/lodash.isfunction": { + "version": "3.0.9", + "resolved": "https://registry.npmjs.org/lodash.isfunction/-/lodash.isfunction-3.0.9.tgz", + "integrity": "sha512-AirXNj15uRIMMPihnkInB4i3NHeb4iBtNg9WRWuK2o31S+ePwwNmDPaTL3o7dTJ+VXNZim7rFs4rxN4YU1oUJw==", + "dev": true + }, "node_modules/lodash.ismatch": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz", "integrity": "sha1-dWy1FQyjum8RCFp4hJZF8Yj4Xzc=", "dev": true }, + "node_modules/lodash.isplainobject": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", + "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==", + "dev": true + }, + "node_modules/lodash.kebabcase": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz", + "integrity": "sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==", + "dev": true + }, "node_modules/lodash.merge": { "version": "4.6.2", "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", "dev": true }, + "node_modules/lodash.mergewith": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz", + "integrity": "sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==", + "dev": true + }, + "node_modules/lodash.snakecase": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz", + "integrity": "sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==", + "dev": true + }, + "node_modules/lodash.startcase": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.startcase/-/lodash.startcase-4.4.0.tgz", + "integrity": "sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==", + "dev": true + }, + "node_modules/lodash.uniq": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", + "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", + "dev": true + }, + "node_modules/lodash.upperfirst": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz", + "integrity": "sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==", + "dev": true + }, "node_modules/log-update": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/log-update/-/log-update-4.0.0.tgz", @@ -11915,9 +12800,9 @@ } }, "node_modules/memfs": { - "version": "3.4.9", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.4.9.tgz", - "integrity": "sha512-3rm8kbrzpUGRyPKSGuk387NZOwQ90O4rI9tsWQkzNW7BLSnKGp23RsEsKK8N8QVCrtJoAMqy3spxHC4os4G6PQ==", + "version": "3.4.13", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.4.13.tgz", + "integrity": "sha512-omTM41g3Skpvx5dSYeZIbXKcXoAVc/AoMNwn9TKx++L/gaen/+4TTttmu8ZSch5vfVJ8uJvGbroTsIlslRg6lg==", "dev": true, "dependencies": { "fs-monkey": "^1.0.3" @@ -12286,6 +13171,26 @@ "lower-case": "^1.1.1" } }, + "node_modules/node-fetch": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.9.tgz", + "integrity": "sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==", + "dev": true, + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, "node_modules/node-gyp": { "version": "8.4.1", "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-8.4.1.tgz", @@ -13069,14 +13974,14 @@ } }, "node_modules/object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", - "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", + "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", "dev": true, "dependencies": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "has-symbols": "^1.0.3", "object-keys": "^1.1.1" }, "engines": { @@ -13099,14 +14004,14 @@ } }, "node_modules/object.values": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.5.tgz", - "integrity": "sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==", + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz", + "integrity": "sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==", "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" }, "engines": { "node": ">= 0.4" @@ -13462,9 +14367,9 @@ } }, "node_modules/postcss": { - "version": "8.4.13", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.13.tgz", - "integrity": "sha512-jtL6eTBrza5MPzy8oJLFuUscHDXTV5KcLlqAWHl5q5WYRfnNRGSmOZmOZ1T6Gy7A99mOZfqungmZMpMmCVJ8ZA==", + "version": "8.4.19", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.19.tgz", + "integrity": "sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==", "dev": true, "funding": [ { @@ -13477,7 +14382,7 @@ } ], "dependencies": { - "nanoid": "^3.3.3", + "nanoid": "^3.3.4", "picocolors": "^1.0.0", "source-map-js": "^1.0.2" }, @@ -13608,9 +14513,9 @@ } }, "node_modules/prettier": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.7.1.tgz", - "integrity": "sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==", + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.3.tgz", + "integrity": "sha512-tJ/oJ4amDihPoufT5sM0Z1SKEuKay8LfVAMlbbhnnkvt6BUserZylqo2PN+p9KeljLr0OHa2rXHU1T8reeoTrw==", "dev": true, "bin": { "prettier": "bin-prettier.js" @@ -13623,12 +14528,12 @@ } }, "node_modules/pretty-format": { - "version": "29.2.1", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.2.1.tgz", - "integrity": "sha512-Y41Sa4aLCtKAXvwuIpTvcFBkyeYp2gdFWzXGA+ZNES3VwURIB165XO/z7CjETwzCCS53MjW/rLMyyqEnTtaOfA==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.4.1.tgz", + "integrity": "sha512-dt/Z761JUVsrIKaY215o1xQJBGlSmTx/h4cSqXqjHLnU1+Kt+mavVE7UgqJJO5ukx5HjSswHfmXz4LjS2oIJfg==", "dev": true, "dependencies": { - "@jest/schemas": "^29.0.0", + "@jest/schemas": "^29.4.0", "ansi-styles": "^5.0.0", "react-is": "^18.0.0" }, @@ -14135,12 +15040,12 @@ } }, "node_modules/resolve": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz", - "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==", + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", + "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", "dev": true, "dependencies": { - "is-core-module": "^2.8.1", + "is-core-module": "^2.9.0", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" }, @@ -14205,9 +15110,9 @@ "dev": true }, "node_modules/resolve.exports": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.0.tgz", - "integrity": "sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.0.tgz", + "integrity": "sha512-6K/gDlqgQscOlg9fSRpWstA8sYe8rbELsSTNpx+3kTrsVCzvSl0zIvRErM7fdl9ERWDsKnrLnwB+Ne89918XOg==", "dev": true, "engines": { "node": ">=10" @@ -14328,6 +15233,20 @@ "ret": "~0.1.10" } }, + "node_modules/safe-regex-test": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz", + "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.3", + "is-regex": "^1.1.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/safer-buffer": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", @@ -14336,9 +15255,9 @@ "optional": true }, "node_modules/sass": { - "version": "1.55.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.55.0.tgz", - "integrity": "sha512-Pk+PMy7OGLs9WaxZGJMn7S96dvlyVBwwtToX895WmCpAOr5YiJYEUJfiJidMuKb613z2xNWcXCHEuOvjZbqC6A==", + "version": "1.58.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.58.0.tgz", + "integrity": "sha512-PiMJcP33DdKtZ/1jSjjqVIKihoDc6yWmYr9K/4r3fVVIEDAluD0q7XZiRKrNJcPK3qkLRF/79DND1H5q1LBjgg==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", @@ -14353,9 +15272,9 @@ } }, "node_modules/sass-embedded": { - "version": "1.55.0", - "resolved": "https://registry.npmjs.org/sass-embedded/-/sass-embedded-1.55.0.tgz", - "integrity": "sha512-6AkKEyRjxz37iNwOdTOW94I33j5mxcih9Z604q1w0M1dOTKaZgtyNI67O0zb4akwZ9dVZ2VSJBXqY8/1TZRBIw==", + "version": "1.57.1", + "resolved": "https://registry.npmjs.org/sass-embedded/-/sass-embedded-1.57.1.tgz", + "integrity": "sha512-O0s796x76bRSJIdmJ4lrK+zJLtF3XeP+0tbJzR4NAPSDnWqHLk2boUYSdfx4DnF4x9rGmcVlMWFE8UvnLMNCmw==", "dev": true, "dependencies": { "buffer-builder": "^0.2.0", @@ -14368,20 +15287,20 @@ "node": ">=14.0.0" }, "optionalDependencies": { - "sass-embedded-darwin-arm64": "1.55.0", - "sass-embedded-darwin-x64": "1.55.0", - "sass-embedded-linux-arm": "1.55.0", - "sass-embedded-linux-arm64": "1.55.0", - "sass-embedded-linux-ia32": "1.55.0", - "sass-embedded-linux-x64": "1.55.0", - "sass-embedded-win32-ia32": "1.55.0", - "sass-embedded-win32-x64": "1.55.0" + "sass-embedded-darwin-arm64": "1.57.1", + "sass-embedded-darwin-x64": "1.57.1", + "sass-embedded-linux-arm": "1.57.1", + "sass-embedded-linux-arm64": "1.57.1", + "sass-embedded-linux-ia32": "1.57.1", + "sass-embedded-linux-x64": "1.57.1", + "sass-embedded-win32-ia32": "1.57.1", + "sass-embedded-win32-x64": "1.57.1" } }, "node_modules/sass-embedded-darwin-arm64": { - "version": "1.55.0", - "resolved": "https://registry.npmjs.org/sass-embedded-darwin-arm64/-/sass-embedded-darwin-arm64-1.55.0.tgz", - "integrity": "sha512-cQ43gYDFo4xWSqG01ZmOhTyTgk/RYK7s1a4R+7VSQPhYTsd4VofAmTNw0MkLR3RzR53ziGgawA6uT/WHTm+yjg==", + "version": "1.57.1", + "resolved": "https://registry.npmjs.org/sass-embedded-darwin-arm64/-/sass-embedded-darwin-arm64-1.57.1.tgz", + "integrity": "sha512-YSfrLZkM2HdXETQdSznv2DN2GdkmBNWLAlHfDWe0toSEIB2C2YGuoqHYZtl6PBYqu8k8FH4TDyct8VzoIa+rMw==", "cpu": [ "arm64" ], @@ -14395,9 +15314,9 @@ } }, "node_modules/sass-embedded-darwin-x64": { - "version": "1.55.0", - "resolved": "https://registry.npmjs.org/sass-embedded-darwin-x64/-/sass-embedded-darwin-x64-1.55.0.tgz", - "integrity": "sha512-ra8z++EBey01pkiwCwjWyMbf6G5xm2Uj0dUJzzsS1MI6Fw6XaesrWmYico5pnawm3rOYtKlMxkd2Y6b1Jwxy8A==", + "version": "1.57.1", + "resolved": "https://registry.npmjs.org/sass-embedded-darwin-x64/-/sass-embedded-darwin-x64-1.57.1.tgz", + "integrity": "sha512-xq2Au8CRLHQ+MqH2p8gQn9rYGtfQ8voCWMRz7klYmmh5kXHFjefG3opPPB8mJeSc3SIqE35SQxQEIhUbsxozpg==", "cpu": [ "x64" ], @@ -14411,9 +15330,9 @@ } }, "node_modules/sass-embedded-linux-arm": { - "version": "1.55.0", - "resolved": "https://registry.npmjs.org/sass-embedded-linux-arm/-/sass-embedded-linux-arm-1.55.0.tgz", - "integrity": "sha512-UIW7CaRLjHMWm64jH23n5eji/RAv8XIJ2qpFh0Ds8EJeDZmRA+qyIFHcQ805fZ22u6o0mkxq0kE4+j1XmmbBeg==", + "version": "1.57.1", + "resolved": "https://registry.npmjs.org/sass-embedded-linux-arm/-/sass-embedded-linux-arm-1.57.1.tgz", + "integrity": "sha512-s+roBIgiQSg8124JmYmiSw4THWRvkF2BOclBZCb+OFLa8ZTak2WZdGs0PhqkMmZypxQ7cewh9ts+sOWN24yIrw==", "cpu": [ "arm" ], @@ -14427,9 +15346,9 @@ } }, "node_modules/sass-embedded-linux-arm64": { - "version": "1.55.0", - "resolved": "https://registry.npmjs.org/sass-embedded-linux-arm64/-/sass-embedded-linux-arm64-1.55.0.tgz", - "integrity": "sha512-P4zL4PnujdiSkek/g0RJjyNZcYEqSm6WFr0sSIrxe3byhGg56mWr4WJdxUNwFZ6sxyy2s0PFSjSKGmBtgEfIpw==", + "version": "1.57.1", + "resolved": "https://registry.npmjs.org/sass-embedded-linux-arm64/-/sass-embedded-linux-arm64-1.57.1.tgz", + "integrity": "sha512-R0GqVqf0xEhQ5nDbj7vqmKw+/1kqiURNBl0pD4uv4inBed2YKg+7agn7Y5XE5GUWbgOz7ubjL2kt4Glr7K7xeA==", "cpu": [ "arm64" ], @@ -14443,9 +15362,9 @@ } }, "node_modules/sass-embedded-linux-ia32": { - "version": "1.55.0", - "resolved": "https://registry.npmjs.org/sass-embedded-linux-ia32/-/sass-embedded-linux-ia32-1.55.0.tgz", - "integrity": "sha512-9XJyAl4w5KBjR4LAXckfQKqPv9UYPmOv2HFRBwhHD1k4Dc8gZbfTCzK5wl49z5Z4z1GPvqV9ucIZceXzgJ5e6Q==", + "version": "1.57.1", + "resolved": "https://registry.npmjs.org/sass-embedded-linux-ia32/-/sass-embedded-linux-ia32-1.57.1.tgz", + "integrity": "sha512-gKqMpfcjrW4S1m+cuRn88oUkr/HMv48CqyCHnfGCsrkTpIft33a1ZKW2jWm09rwmR0g/G6yGstoQO0iHWJWxuQ==", "cpu": [ "ia32" ], @@ -14459,9 +15378,9 @@ } }, "node_modules/sass-embedded-linux-x64": { - "version": "1.55.0", - "resolved": "https://registry.npmjs.org/sass-embedded-linux-x64/-/sass-embedded-linux-x64-1.55.0.tgz", - "integrity": "sha512-vd4/4/L7gZcVyxq03/MY/+rcpGgOI0ihOUpwRJLj+9CmUxvhxCSTF51/QO5CW7Z5oJSYEABA/RYlj8NPm4ZejA==", + "version": "1.57.1", + "resolved": "https://registry.npmjs.org/sass-embedded-linux-x64/-/sass-embedded-linux-x64-1.57.1.tgz", + "integrity": "sha512-AI6CrcuLWP22RXhVrZUN2JfdQ7YdFR30dA4twYwp/Q4hUfj85dJrVD5ORi8G04haMWPOQiFV6pBcMgzpiY2Bog==", "cpu": [ "x64" ], @@ -14475,9 +15394,9 @@ } }, "node_modules/sass-embedded-win32-ia32": { - "version": "1.55.0", - "resolved": "https://registry.npmjs.org/sass-embedded-win32-ia32/-/sass-embedded-win32-ia32-1.55.0.tgz", - "integrity": "sha512-4HxK0byJ3iIn5OECIeNVz9GcGBuQcQT6kTvI+3QSHzuKsqgQrlXOPJ3772zKD6PVwZJNFZJFf3o9w8V2VSHbTQ==", + "version": "1.57.1", + "resolved": "https://registry.npmjs.org/sass-embedded-win32-ia32/-/sass-embedded-win32-ia32-1.57.1.tgz", + "integrity": "sha512-s7EhJLG9AnJNBga3I+W0rk6y/1n/i0XD34rvqR3yJgBhNKkI5rVCxFN7FAcGR50vQQbCO1MrUCmuVvld+2qvyQ==", "cpu": [ "ia32" ], @@ -14491,9 +15410,9 @@ } }, "node_modules/sass-embedded-win32-x64": { - "version": "1.55.0", - "resolved": "https://registry.npmjs.org/sass-embedded-win32-x64/-/sass-embedded-win32-x64-1.55.0.tgz", - "integrity": "sha512-LWUp5YpJy0/Q+5AOVcw919jktw+OnPiM4f4j5K6MJAiaodJwrSTqRGwMa2wOWyAUpjIdka8Ygm6j+2h5HNgSNQ==", + "version": "1.57.1", + "resolved": "https://registry.npmjs.org/sass-embedded-win32-x64/-/sass-embedded-win32-x64-1.57.1.tgz", + "integrity": "sha512-b/Kgz7ADPTlPITk8e47Zf3eiuXlTGhi/eWsAoesUmkjR7jayvFNLHPhThgiRAxkzT6UlWI3Dzr+E3OBqUjegEg==", "cpu": [ "x64" ], @@ -15465,28 +16384,28 @@ } }, "node_modules/string.prototype.trimend": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz", - "integrity": "sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz", + "integrity": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==", "dev": true, "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", - "es-abstract": "^1.19.5" + "es-abstract": "^1.20.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/string.prototype.trimstart": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz", - "integrity": "sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz", + "integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==", "dev": true, "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", - "es-abstract": "^1.19.5" + "es-abstract": "^1.20.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -15854,6 +16773,12 @@ "node": ">=8.0" } }, + "node_modules/tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", + "dev": true + }, "node_modules/trim-newlines": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz", @@ -15925,9 +16850,9 @@ } }, "node_modules/tsconfig-paths/node_modules/json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", "dev": true, "dependencies": { "minimist": "^1.2.0" @@ -15984,16 +16909,39 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/typed-array-length": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz", + "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "is-typed-array": "^1.1.9" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/typedarray": { "version": "0.0.6", "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=", "dev": true }, + "node_modules/typedarray-to-buffer": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", + "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", + "dev": true, + "dependencies": { + "is-typedarray": "^1.0.0" + } + }, "node_modules/typescript": { - "version": "4.8.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", - "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -16113,6 +17061,18 @@ "imurmurhash": "^0.1.4" } }, + "node_modules/unique-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", + "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", + "dev": true, + "dependencies": { + "crypto-random-string": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/universalify": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", @@ -16272,6 +17232,18 @@ "spdx-expression-parse": "^3.0.0" } }, + "node_modules/vscode-languageserver-textdocument": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.8.tgz", + "integrity": "sha512-1bonkGqQs5/fxGT5UchTgjGVnfysL0O8v1AYMBjqTbWQTFn721zaPGDYFkOKtfDgFiSgXM3KwaG3FMGfW4Ed9Q==", + "dev": true + }, + "node_modules/vscode-uri": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.7.tgz", + "integrity": "sha512-eOpPHogvorZRobNqJGhapa0JdwaxpjVvyBp0QIUMRMSf8ZAlqOdEquKuRmw9Qwu0qXtJIWqFtMkmvJjUZmMjVA==", + "dev": true + }, "node_modules/walker": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", @@ -16294,10 +17266,16 @@ "node": ">=10.13.0" } }, + "node_modules/webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", + "dev": true + }, "node_modules/webpack": { - "version": "5.74.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.74.0.tgz", - "integrity": "sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==", + "version": "5.76.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.0.tgz", + "integrity": "sha512-l5sOdYBDunyf72HW8dF23rFtWq/7Zgvt/9ftMof71E/yUb1YLOBmTgA2K4vQthB3kotMrSj609txVE0dnr2fjA==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.3", @@ -16379,6 +17357,16 @@ "dev": true, "peer": true }, + "node_modules/whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "dev": true, + "dependencies": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, "node_modules/which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", @@ -16410,6 +17398,26 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/which-typed-array": { + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.9.tgz", + "integrity": "sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==", + "dev": true, + "dependencies": { + "available-typed-arrays": "^1.0.5", + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-tostringtag": "^1.0.0", + "is-typed-array": "^1.1.10" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/wide-align": { "version": "1.1.5", "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz", @@ -16549,16 +17557,25 @@ "dev": true }, "node_modules/write-file-atomic": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", - "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.0.tgz", + "integrity": "sha512-R7NYMnHSlV42K54lwY9lvW6MnSm1HSJqZL3xiSgi9E7//FYaI74r2G0rd+/X6VAMkHEdzxQaU5HUOXWUz5kA/w==", "dev": true, "dependencies": { "imurmurhash": "^0.1.4", "signal-exit": "^3.0.7" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/xdg-basedir": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz", + "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==", + "dev": true, + "engines": { + "node": ">=8" } }, "node_modules/xtend": { @@ -16693,9 +17710,9 @@ } }, "@babel/cli": { - "version": "7.19.3", - "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.19.3.tgz", - "integrity": "sha512-643/TybmaCAe101m2tSVHi9UKpETXP9c/Ff4mD2tAwkdP6esKIfaauZFc67vGEM6r9fekbEGid+sZhbEnSe3dg==", + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.20.7.tgz", + "integrity": "sha512-WylgcELHB66WwQqItxNILsMlaTd8/SO6SgTTjMp4uCI7P4QyH1r3nqgFmO3BfM4AtfniHgFMH3EpYFj/zynBkQ==", "dev": true, "requires": { "@jridgewell/trace-mapping": "^0.3.8", @@ -16719,31 +17736,31 @@ } }, "@babel/compat-data": { - "version": "7.20.1", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.1.tgz", - "integrity": "sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==", + "version": "7.20.10", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.10.tgz", + "integrity": "sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg==", "dev": true }, "@babel/core": { - "version": "7.19.6", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.19.6.tgz", - "integrity": "sha512-D2Ue4KHpc6Ys2+AxpIx1BZ8+UegLLLE2p3KJEuJRKmokHOtl49jQ5ny1773KsGLZs8MQvBidAF6yWUJxRqtKtg==", + "version": "7.20.12", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.12.tgz", + "integrity": "sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==", "dev": true, "requires": { "@ampproject/remapping": "^2.1.0", "@babel/code-frame": "^7.18.6", - "@babel/generator": "^7.19.6", - "@babel/helper-compilation-targets": "^7.19.3", - "@babel/helper-module-transforms": "^7.19.6", - "@babel/helpers": "^7.19.4", - "@babel/parser": "^7.19.6", - "@babel/template": "^7.18.10", - "@babel/traverse": "^7.19.6", - "@babel/types": "^7.19.4", + "@babel/generator": "^7.20.7", + "@babel/helper-compilation-targets": "^7.20.7", + "@babel/helper-module-transforms": "^7.20.11", + "@babel/helpers": "^7.20.7", + "@babel/parser": "^7.20.7", + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.20.12", + "@babel/types": "^7.20.7", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", - "json5": "^2.2.1", + "json5": "^2.2.2", "semver": "^6.3.0" }, "dependencies": { @@ -16756,12 +17773,12 @@ } }, "@babel/generator": { - "version": "7.20.1", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.1.tgz", - "integrity": "sha512-u1dMdBUmA7Z0rBB97xh8pIhviK7oItYOkjbsCxTWMknyvbQRBwX7/gn4JXurRdirWMFh+ZtYARqkA6ydogVZpg==", + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.7.tgz", + "integrity": "sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw==", "dev": true, "requires": { - "@babel/types": "^7.20.0", + "@babel/types": "^7.20.7", "@jridgewell/gen-mapping": "^0.3.2", "jsesc": "^2.5.1" }, @@ -16799,22 +17816,38 @@ } }, "@babel/helper-compilation-targets": { - "version": "7.19.3", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz", - "integrity": "sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==", + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz", + "integrity": "sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==", "dev": true, "requires": { - "@babel/compat-data": "^7.19.3", + "@babel/compat-data": "^7.20.5", "@babel/helper-validator-option": "^7.18.6", "browserslist": "^4.21.3", + "lru-cache": "^5.1.1", "semver": "^6.3.0" }, "dependencies": { + "lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "requires": { + "yallist": "^3.0.2" + } + }, "semver": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true + }, + "yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true } } }, @@ -16918,19 +17951,19 @@ } }, "@babel/helper-module-transforms": { - "version": "7.19.6", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.19.6.tgz", - "integrity": "sha512-fCmcfQo/KYr/VXXDIyd3CBGZ6AFhPFy1TfSEJ+PilGVlQT6jcbqtHAM4C1EciRqMza7/TpOUZliuSH+U6HAhJw==", + "version": "7.20.11", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz", + "integrity": "sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==", "dev": true, "requires": { "@babel/helper-environment-visitor": "^7.18.9", "@babel/helper-module-imports": "^7.18.6", - "@babel/helper-simple-access": "^7.19.4", + "@babel/helper-simple-access": "^7.20.2", "@babel/helper-split-export-declaration": "^7.18.6", "@babel/helper-validator-identifier": "^7.19.1", - "@babel/template": "^7.18.10", - "@babel/traverse": "^7.19.6", - "@babel/types": "^7.19.4" + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.20.10", + "@babel/types": "^7.20.7" } }, "@babel/helper-optimise-call-expression": { @@ -16943,9 +17976,9 @@ } }, "@babel/helper-plugin-utils": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.19.0.tgz", - "integrity": "sha512-40Ryx7I8mT+0gaNxm8JGTZFUITNqdLAgdg0hXzeVZxVD6nFsdhQvip6v8dqkRHzsz1VFpFAaOCHNn0vKBL7Czw==", + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz", + "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==", "dev": true }, "@babel/helper-remap-async-to-generator": { @@ -16961,25 +17994,25 @@ } }, "@babel/helper-replace-supers": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.18.9.tgz", - "integrity": "sha512-dNsWibVI4lNT6HiuOIBr1oyxo40HvIVmbwPUm3XZ7wMh4k2WxrxTqZwSqw/eEmXDS9np0ey5M2bz9tBmO9c+YQ==", + "version": "7.19.1", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.19.1.tgz", + "integrity": "sha512-T7ahH7wV0Hfs46SFh5Jz3s0B6+o8g3c+7TMxu7xKfmHikg7EAZ3I2Qk9LFhjxXq8sL7UkP5JflezNwoZa8WvWw==", "dev": true, "requires": { "@babel/helper-environment-visitor": "^7.18.9", "@babel/helper-member-expression-to-functions": "^7.18.9", "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/traverse": "^7.18.9", - "@babel/types": "^7.18.9" + "@babel/traverse": "^7.19.1", + "@babel/types": "^7.19.0" } }, "@babel/helper-simple-access": { - "version": "7.19.4", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.19.4.tgz", - "integrity": "sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg==", + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz", + "integrity": "sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==", "dev": true, "requires": { - "@babel/types": "^7.19.4" + "@babel/types": "^7.20.2" } }, "@babel/helper-skip-transparent-expression-wrappers": { @@ -17031,14 +18064,14 @@ } }, "@babel/helpers": { - "version": "7.20.1", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.1.tgz", - "integrity": "sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==", + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.7.tgz", + "integrity": "sha512-PBPjs5BppzsGaxHQCDKnZ6Gd9s6xl8bBCluz3vEInLGRJmnZan4F6BYCeqtyXqkk4W5IlPmjK4JlOuZkpJ3xZA==", "dev": true, "requires": { - "@babel/template": "^7.18.10", - "@babel/traverse": "^7.20.1", - "@babel/types": "^7.20.0" + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.20.7", + "@babel/types": "^7.20.7" } }, "@babel/highlight": { @@ -17053,9 +18086,9 @@ } }, "@babel/parser": { - "version": "7.20.1", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.1.tgz", - "integrity": "sha512-hp0AYxaZJhxULfM1zyp7Wgr+pSUKBcP3M+PHnSzWGdXOzg/kHWIgiUWARvubhUKGOEw3xqY4x+lyZ9ytBVcELw==", + "version": "7.20.13", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.13.tgz", + "integrity": "sha512-gFDLKMfpiXCsjt4za2JA9oTMn70CeseCehb11kRZgvd7+F67Hih3OHOK24cRrWECJ/ljfPGac6ygXAs/C8kIvw==", "dev": true }, "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { @@ -17079,9 +18112,9 @@ } }, "@babel/plugin-proposal-async-generator-functions": { - "version": "7.19.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.19.1.tgz", - "integrity": "sha512-0yu8vNATgLy4ivqMNBIwb1HebCelqN7YX8SL3FDXORv/RqT0zEEWUCH4GH44JsSrvCu6GqnAdR5EBFAPeNBB4Q==", + "version": "7.20.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.1.tgz", + "integrity": "sha512-Gh5rchzSwE4kC+o/6T8waD0WHEQIsDmjltY8WnWRXHUdH8axZhuH86Ov9M72YhJfDrZseQwuuWaaIT/TmePp3g==", "dev": true, "requires": { "@babel/helper-environment-visitor": "^7.18.9", @@ -17172,16 +18205,16 @@ } }, "@babel/plugin-proposal-object-rest-spread": { - "version": "7.19.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.19.4.tgz", - "integrity": "sha512-wHmj6LDxVDnL+3WhXteUBaoM1aVILZODAUjg11kHqG4cOlfgMQGxw6aCgvrXrmaJR3Bn14oZhImyCPZzRpC93Q==", + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.2.tgz", + "integrity": "sha512-Ks6uej9WFK+fvIMesSqbAto5dD8Dz4VuuFvGJFKgIGSkJuRGcrwGECPA1fDgQK3/DbExBJpEkTeYeB8geIFCSQ==", "dev": true, "requires": { - "@babel/compat-data": "^7.19.4", - "@babel/helper-compilation-targets": "^7.19.3", - "@babel/helper-plugin-utils": "^7.19.0", + "@babel/compat-data": "^7.20.1", + "@babel/helper-compilation-targets": "^7.20.0", + "@babel/helper-plugin-utils": "^7.20.2", "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.18.8" + "@babel/plugin-transform-parameters": "^7.20.1" } }, "@babel/plugin-proposal-optional-catch-binding": { @@ -17292,12 +18325,12 @@ } }, "@babel/plugin-syntax-import-assertions": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.18.6.tgz", - "integrity": "sha512-/DU3RXad9+bZwrgWJQKbr39gYbJpLJHezqEzRzi/BHRlJ9zsQb4CK2CA/5apllXNomwA1qHwzvHl+AdEmC5krQ==", + "version": "7.20.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz", + "integrity": "sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.18.6" + "@babel/helper-plugin-utils": "^7.19.0" } }, "@babel/plugin-syntax-import-meta": { @@ -17438,27 +18471,27 @@ } }, "@babel/plugin-transform-block-scoping": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.20.0.tgz", - "integrity": "sha512-sXOohbpHZSk7GjxK9b3dKB7CfqUD5DwOH+DggKzOQ7TXYP+RCSbRykfjQmn/zq+rBjycVRtLf9pYhAaEJA786w==", + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.20.5.tgz", + "integrity": "sha512-WvpEIW9Cbj9ApF3yJCjIEEf1EiNJLtXagOrL5LNWEZOo3jv8pmPoYTSNJQvqej8OavVlgOoOPw6/htGZro6IkA==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.19.0" + "@babel/helper-plugin-utils": "^7.20.2" } }, "@babel/plugin-transform-classes": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.19.0.tgz", - "integrity": "sha512-YfeEE9kCjqTS9IitkgfJuxjcEtLUHMqa8yUJ6zdz8vR7hKuo6mOy2C05P0F1tdMmDCeuyidKnlrw/iTppHcr2A==", + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.20.2.tgz", + "integrity": "sha512-9rbPp0lCVVoagvtEyQKSo5L8oo0nQS/iif+lwlAz29MccX2642vWDlSZK+2T2buxbopotId2ld7zZAzRfz9j1g==", "dev": true, "requires": { "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-compilation-targets": "^7.19.0", + "@babel/helper-compilation-targets": "^7.20.0", "@babel/helper-environment-visitor": "^7.18.9", "@babel/helper-function-name": "^7.19.0", "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/helper-plugin-utils": "^7.19.0", - "@babel/helper-replace-supers": "^7.18.9", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-replace-supers": "^7.19.1", "@babel/helper-split-export-declaration": "^7.18.6", "globals": "^11.1.0" } @@ -17473,12 +18506,12 @@ } }, "@babel/plugin-transform-destructuring": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.20.0.tgz", - "integrity": "sha512-1dIhvZfkDVx/zn2S1aFwlruspTt4189j7fEkH0Y0VyuDM6bQt7bD6kLcz3l4IlLG+e5OReaBz9ROAbttRtUHqA==", + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.20.2.tgz", + "integrity": "sha512-mENM+ZHrvEgxLTBXUiQ621rRXZes3KWUv6NdQlrnr1TkWVw+hUjQBZuP2X32qKlrlG2BzgR95gkuCRSkJl8vIw==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.19.0" + "@babel/helper-plugin-utils": "^7.20.2" } }, "@babel/plugin-transform-dotall-regex": { @@ -17549,39 +18582,36 @@ } }, "@babel/plugin-transform-modules-amd": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.18.6.tgz", - "integrity": "sha512-Pra5aXsmTsOnjM3IajS8rTaLCy++nGM4v3YR4esk5PCsyg9z8NA5oQLwxzMUtDBd8F+UmVza3VxoAaWCbzH1rg==", + "version": "7.19.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.19.6.tgz", + "integrity": "sha512-uG3od2mXvAtIFQIh0xrpLH6r5fpSQN04gIVovl+ODLdUMANokxQLZnPBHcjmv3GxRjnqwLuHvppjjcelqUFZvg==", "dev": true, "requires": { - "@babel/helper-module-transforms": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6", - "babel-plugin-dynamic-import-node": "^2.3.3" + "@babel/helper-module-transforms": "^7.19.6", + "@babel/helper-plugin-utils": "^7.19.0" } }, "@babel/plugin-transform-modules-commonjs": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.6.tgz", - "integrity": "sha512-Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q==", + "version": "7.19.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.19.6.tgz", + "integrity": "sha512-8PIa1ym4XRTKuSsOUXqDG0YaOlEuTVvHMe5JCfgBMOtHvJKw/4NGovEGN33viISshG/rZNVrACiBmPQLvWN8xQ==", "dev": true, "requires": { - "@babel/helper-module-transforms": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/helper-simple-access": "^7.18.6", - "babel-plugin-dynamic-import-node": "^2.3.3" + "@babel/helper-module-transforms": "^7.19.6", + "@babel/helper-plugin-utils": "^7.19.0", + "@babel/helper-simple-access": "^7.19.4" } }, "@babel/plugin-transform-modules-systemjs": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.19.0.tgz", - "integrity": "sha512-x9aiR0WXAWmOWsqcsnrzGR+ieaTMVyGyffPVA7F8cXAGt/UxefYv6uSHZLkAFChN5M5Iy1+wjE+xJuPt22H39A==", + "version": "7.19.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.19.6.tgz", + "integrity": "sha512-fqGLBepcc3kErfR9R3DnVpURmckXP7gj7bAlrTQyBxrigFqszZCkFkcoxzCp2v32XmwXLvbw+8Yq9/b+QqksjQ==", "dev": true, "requires": { "@babel/helper-hoist-variables": "^7.18.6", - "@babel/helper-module-transforms": "^7.19.0", + "@babel/helper-module-transforms": "^7.19.6", "@babel/helper-plugin-utils": "^7.19.0", - "@babel/helper-validator-identifier": "^7.18.6", - "babel-plugin-dynamic-import-node": "^2.3.3" + "@babel/helper-validator-identifier": "^7.19.1" } }, "@babel/plugin-transform-modules-umd": { @@ -17624,12 +18654,12 @@ } }, "@babel/plugin-transform-parameters": { - "version": "7.20.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.20.1.tgz", - "integrity": "sha512-nDvKLrAvl+kf6BOy1UJ3MGwzzfTMgppxwiD2Jb4LO3xjYyZq30oQzDNJbCQpMdG9+j2IXHoiMrw5Cm/L6ZoxXQ==", + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.20.5.tgz", + "integrity": "sha512-h7plkOmcndIUWXZFLgpbrh2+fXAi47zcUX7IrOQuZdLD0I0KvjJ6cvo3BEcAOsDOcZhVKGJqv07mkSqK0y2isQ==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.19.0" + "@babel/helper-plugin-utils": "^7.20.2" } }, "@babel/plugin-transform-property-literals": { @@ -17726,18 +18756,18 @@ } }, "@babel/preset-env": { - "version": "7.19.4", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.19.4.tgz", - "integrity": "sha512-5QVOTXUdqTCjQuh2GGtdd7YEhoRXBMVGROAtsBeLGIbIz3obCBIfRMT1I3ZKkMgNzwkyCkftDXSSkHxnfVf4qg==", + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.20.2.tgz", + "integrity": "sha512-1G0efQEWR1EHkKvKHqbG+IN/QdgwfByUpM5V5QroDzGV2t3S/WXNQd693cHiHTlCFMpr9B6FkPFXDA2lQcKoDg==", "dev": true, "requires": { - "@babel/compat-data": "^7.19.4", - "@babel/helper-compilation-targets": "^7.19.3", - "@babel/helper-plugin-utils": "^7.19.0", + "@babel/compat-data": "^7.20.1", + "@babel/helper-compilation-targets": "^7.20.0", + "@babel/helper-plugin-utils": "^7.20.2", "@babel/helper-validator-option": "^7.18.6", "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6", "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.18.9", - "@babel/plugin-proposal-async-generator-functions": "^7.19.1", + "@babel/plugin-proposal-async-generator-functions": "^7.20.1", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-class-static-block": "^7.18.6", "@babel/plugin-proposal-dynamic-import": "^7.18.6", @@ -17746,7 +18776,7 @@ "@babel/plugin-proposal-logical-assignment-operators": "^7.18.9", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", "@babel/plugin-proposal-numeric-separator": "^7.18.6", - "@babel/plugin-proposal-object-rest-spread": "^7.19.4", + "@babel/plugin-proposal-object-rest-spread": "^7.20.2", "@babel/plugin-proposal-optional-catch-binding": "^7.18.6", "@babel/plugin-proposal-optional-chaining": "^7.18.9", "@babel/plugin-proposal-private-methods": "^7.18.6", @@ -17757,7 +18787,7 @@ "@babel/plugin-syntax-class-static-block": "^7.14.5", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-import-assertions": "^7.18.6", + "@babel/plugin-syntax-import-assertions": "^7.20.0", "@babel/plugin-syntax-json-strings": "^7.8.3", "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", @@ -17770,10 +18800,10 @@ "@babel/plugin-transform-arrow-functions": "^7.18.6", "@babel/plugin-transform-async-to-generator": "^7.18.6", "@babel/plugin-transform-block-scoped-functions": "^7.18.6", - "@babel/plugin-transform-block-scoping": "^7.19.4", - "@babel/plugin-transform-classes": "^7.19.0", + "@babel/plugin-transform-block-scoping": "^7.20.2", + "@babel/plugin-transform-classes": "^7.20.2", "@babel/plugin-transform-computed-properties": "^7.18.9", - "@babel/plugin-transform-destructuring": "^7.19.4", + "@babel/plugin-transform-destructuring": "^7.20.2", "@babel/plugin-transform-dotall-regex": "^7.18.6", "@babel/plugin-transform-duplicate-keys": "^7.18.9", "@babel/plugin-transform-exponentiation-operator": "^7.18.6", @@ -17781,14 +18811,14 @@ "@babel/plugin-transform-function-name": "^7.18.9", "@babel/plugin-transform-literals": "^7.18.9", "@babel/plugin-transform-member-expression-literals": "^7.18.6", - "@babel/plugin-transform-modules-amd": "^7.18.6", - "@babel/plugin-transform-modules-commonjs": "^7.18.6", - "@babel/plugin-transform-modules-systemjs": "^7.19.0", + "@babel/plugin-transform-modules-amd": "^7.19.6", + "@babel/plugin-transform-modules-commonjs": "^7.19.6", + "@babel/plugin-transform-modules-systemjs": "^7.19.6", "@babel/plugin-transform-modules-umd": "^7.18.6", "@babel/plugin-transform-named-capturing-groups-regex": "^7.19.1", "@babel/plugin-transform-new-target": "^7.18.6", "@babel/plugin-transform-object-super": "^7.18.6", - "@babel/plugin-transform-parameters": "^7.18.8", + "@babel/plugin-transform-parameters": "^7.20.1", "@babel/plugin-transform-property-literals": "^7.18.6", "@babel/plugin-transform-regenerator": "^7.18.6", "@babel/plugin-transform-reserved-words": "^7.18.6", @@ -17800,7 +18830,7 @@ "@babel/plugin-transform-unicode-escapes": "^7.18.10", "@babel/plugin-transform-unicode-regex": "^7.18.6", "@babel/preset-modules": "^0.1.5", - "@babel/types": "^7.19.4", + "@babel/types": "^7.20.2", "babel-plugin-polyfill-corejs2": "^0.3.3", "babel-plugin-polyfill-corejs3": "^0.6.0", "babel-plugin-polyfill-regenerator": "^0.4.1", @@ -17839,38 +18869,38 @@ } }, "@babel/template": { - "version": "7.18.10", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz", - "integrity": "sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==", + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz", + "integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==", "dev": true, "requires": { "@babel/code-frame": "^7.18.6", - "@babel/parser": "^7.18.10", - "@babel/types": "^7.18.10" + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7" } }, "@babel/traverse": { - "version": "7.20.1", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.1.tgz", - "integrity": "sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==", + "version": "7.20.13", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.13.tgz", + "integrity": "sha512-kMJXfF0T6DIS9E8cgdLCSAL+cuCK+YEZHWiLK0SXpTo8YRj5lpJu3CDNKiIBCne4m9hhTIqUg6SYTAI39tAiVQ==", "dev": true, "requires": { "@babel/code-frame": "^7.18.6", - "@babel/generator": "^7.20.1", + "@babel/generator": "^7.20.7", "@babel/helper-environment-visitor": "^7.18.9", "@babel/helper-function-name": "^7.19.0", "@babel/helper-hoist-variables": "^7.18.6", "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/parser": "^7.20.1", - "@babel/types": "^7.20.0", + "@babel/parser": "^7.20.13", + "@babel/types": "^7.20.7", "debug": "^4.1.0", "globals": "^11.1.0" } }, "@babel/types": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.0.tgz", - "integrity": "sha512-Jlgt3H0TajCW164wkTOTzHkZb075tMQMULzrLUoUeKmO7eFL96GgDxf7/Axhc5CAuKE3KFyVW1p6ysKsi2oXAg==", + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.7.tgz", + "integrity": "sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==", "dev": true, "requires": { "@babel/helper-string-parser": "^7.19.4", @@ -17885,27 +18915,27 @@ "dev": true }, "@commitlint/cli": { - "version": "17.2.0", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.2.0.tgz", - "integrity": "sha512-kd1zykcrjIKyDRftWW1E1TJqkgzeosEkv1BiYPCdzkb/g/3BrfgwZUHR1vg+HO3qKUb/0dN+jNXArhGGAHpmaQ==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.4.2.tgz", + "integrity": "sha512-0rPGJ2O1owhpxMIXL9YJ2CgPkdrFLKZElIZHXDN8L8+qWK1DGH7Q7IelBT1pchXTYTuDlqkOTdh//aTvT3bSUA==", "dev": true, "requires": { - "@commitlint/format": "^17.0.0", - "@commitlint/lint": "^17.2.0", - "@commitlint/load": "^17.2.0", - "@commitlint/read": "^17.2.0", - "@commitlint/types": "^17.0.0", + "@commitlint/format": "^17.4.0", + "@commitlint/lint": "^17.4.2", + "@commitlint/load": "^17.4.2", + "@commitlint/read": "^17.4.2", + "@commitlint/types": "^17.4.0", "execa": "^5.0.0", - "lodash": "^4.17.19", + "lodash.isfunction": "^3.0.9", "resolve-from": "5.0.0", "resolve-global": "1.0.0", "yargs": "^17.0.0" } }, "@commitlint/config-conventional": { - "version": "17.2.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.2.0.tgz", - "integrity": "sha512-g5hQqRa80f++SYS233dbDSg16YdyounMTAhVcmqtInNeY/GF3aA4st9SVtJxpeGrGmueMrU4L+BBb+6Vs5wrcg==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.4.2.tgz", + "integrity": "sha512-JVo1moSj5eDMoql159q8zKCU8lkOhQ+b23Vl3LVVrS6PXDLQIELnJ34ChQmFVbBdSSRNAbbXnRDhosFU+wnuHw==", "dev": true, "requires": { "conventional-changelog-conventionalcommits": "^5.0.0" @@ -17925,19 +18955,19 @@ } }, "@commitlint/config-validator": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-17.1.0.tgz", - "integrity": "sha512-Q1rRRSU09ngrTgeTXHq6ePJs2KrI+axPTgkNYDWSJIuS1Op4w3J30vUfSXjwn5YEJHklK3fSqWNHmBhmTR7Vdg==", + "version": "17.4.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-17.4.0.tgz", + "integrity": "sha512-Sa/+8KNpDXz4zT4bVbz2fpFjvgkPO6u2V2fP4TKgt6FjmOw2z3eEX859vtfeaTav/ukBw0/0jr+5ZTZp9zCBhA==", "dev": true, "requires": { - "@commitlint/types": "^17.0.0", + "@commitlint/types": "^17.4.0", "ajv": "^8.11.0" }, "dependencies": { "ajv": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz", - "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==", + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", "dev": true, "requires": { "fast-deep-equal": "^3.1.1", @@ -17955,28 +18985,32 @@ } }, "@commitlint/ensure": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.0.0.tgz", - "integrity": "sha512-M2hkJnNXvEni59S0QPOnqCKIK52G1XyXBGw51mvh7OXDudCmZ9tZiIPpU882p475Mhx48Ien1MbWjCP1zlyC0A==", + "version": "17.4.0", + "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.4.0.tgz", + "integrity": "sha512-7oAxt25je0jeQ/E0O/M8L3ADb1Cvweu/5lc/kYF8g/kXatI0wxGE5La52onnAUAWeWlsuvBNar15WcrmDmr5Mw==", "dev": true, "requires": { - "@commitlint/types": "^17.0.0", - "lodash": "^4.17.19" + "@commitlint/types": "^17.4.0", + "lodash.camelcase": "^4.3.0", + "lodash.kebabcase": "^4.1.1", + "lodash.snakecase": "^4.1.1", + "lodash.startcase": "^4.4.0", + "lodash.upperfirst": "^4.3.1" } }, "@commitlint/execute-rule": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-17.0.0.tgz", - "integrity": "sha512-nVjL/w/zuqjCqSJm8UfpNaw66V9WzuJtQvEnCrK4jDw6qKTmZB+1JQ8m6BQVZbNBcwfYdDNKnhIhqI0Rk7lgpQ==", + "version": "17.4.0", + "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-17.4.0.tgz", + "integrity": "sha512-LIgYXuCSO5Gvtc0t9bebAMSwd68ewzmqLypqI2Kke1rqOqqDbMpYcYfoPfFlv9eyLIh4jocHWwCK5FS7z9icUA==", "dev": true }, "@commitlint/format": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-17.0.0.tgz", - "integrity": "sha512-MZzJv7rBp/r6ZQJDEodoZvdRM0vXu1PfQvMTNWFb8jFraxnISMTnPBWMMjr2G/puoMashwaNM//fl7j8gGV5lA==", + "version": "17.4.0", + "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-17.4.0.tgz", + "integrity": "sha512-Z2bWAU5+f1YZh9W76c84J8iLIWIvvm+mzqogTz0Nsc1x6EHW0Z2gI38g5HAjB0r0I3ZjR15IDEJKhsxyblcyhA==", "dev": true, "requires": { - "@commitlint/types": "^17.0.0", + "@commitlint/types": "^17.4.0", "chalk": "^4.1.0" }, "dependencies": { @@ -18032,64 +19066,49 @@ } }, "@commitlint/is-ignored": { - "version": "17.2.0", - "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.2.0.tgz", - "integrity": "sha512-rgUPUQraHxoMLxiE8GK430HA7/R2vXyLcOT4fQooNrZq9ERutNrP6dw3gdKLkq22Nede3+gEHQYUzL4Wu75ndg==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.4.2.tgz", + "integrity": "sha512-1b2Y2qJ6n7bHG9K6h8S4lBGUl6kc7mMhJN9gy1SQfUZqe92ToDjUTtgNWb6LbzR1X8Cq4SEus4VU8Z/riEa94Q==", "dev": true, "requires": { - "@commitlint/types": "^17.0.0", - "semver": "7.3.7" - }, - "dependencies": { - "semver": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", - "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", - "dev": true, - "requires": { - "lru-cache": "^6.0.0" - } - } + "@commitlint/types": "^17.4.0", + "semver": "7.3.8" } }, "@commitlint/lint": { - "version": "17.2.0", - "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.2.0.tgz", - "integrity": "sha512-N2oLn4Dj672wKH5qJ4LGO+73UkYXGHO+NTVUusGw83SjEv7GjpqPGKU6KALW2kFQ/GsDefSvOjpSi3CzWHQBDg==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.4.2.tgz", + "integrity": "sha512-HcymabrdBhsDMNzIv146+ZPNBPBK5gMNsVH+el2lCagnYgCi/4ixrHooeVyS64Fgce2K26+MC7OQ4vVH8wQWVw==", "dev": true, "requires": { - "@commitlint/is-ignored": "^17.2.0", - "@commitlint/parse": "^17.2.0", - "@commitlint/rules": "^17.2.0", - "@commitlint/types": "^17.0.0" + "@commitlint/is-ignored": "^17.4.2", + "@commitlint/parse": "^17.4.2", + "@commitlint/rules": "^17.4.2", + "@commitlint/types": "^17.4.0" } }, "@commitlint/load": { - "version": "17.2.0", - "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.2.0.tgz", - "integrity": "sha512-HDD57qSqNrk399R4TIjw31AWBG8dBjNj1MrDKZKmC/wvimtnIFlqzcu1+sxfXIOHj/+M6tcMWDtvknGUd7SU+g==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-17.4.2.tgz", + "integrity": "sha512-Si++F85rJ9t4hw6JcOw1i2h0fdpdFQt0YKwjuK4bk9KhFjyFkRxvR3SB2dPaMs+EwWlDrDBGL+ygip1QD6gmPw==", "dev": true, "requires": { - "@commitlint/config-validator": "^17.1.0", - "@commitlint/execute-rule": "^17.0.0", - "@commitlint/resolve-extends": "^17.1.0", - "@commitlint/types": "^17.0.0", - "@types/node": "^14.0.0", + "@commitlint/config-validator": "^17.4.0", + "@commitlint/execute-rule": "^17.4.0", + "@commitlint/resolve-extends": "^17.4.0", + "@commitlint/types": "^17.4.0", + "@types/node": "*", "chalk": "^4.1.0", - "cosmiconfig": "^7.0.0", + "cosmiconfig": "^8.0.0", "cosmiconfig-typescript-loader": "^4.0.0", - "lodash": "^4.17.19", + "lodash.isplainobject": "^4.0.6", + "lodash.merge": "^4.6.2", + "lodash.uniq": "^4.5.0", "resolve-from": "^5.0.0", "ts-node": "^10.8.1", "typescript": "^4.6.4" }, "dependencies": { - "@types/node": { - "version": "14.18.33", - "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.33.tgz", - "integrity": "sha512-qelS/Ra6sacc4loe/3MSjXNL1dNQ/GjxNHVzuChwMfmk7HuycRLVQN2qNY3XahK+fZc5E2szqQSKUyAF0E+2bg==", - "dev": true - }, "ansi-styles": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", @@ -18142,81 +19161,81 @@ } }, "@commitlint/message": { - "version": "17.2.0", - "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-17.2.0.tgz", - "integrity": "sha512-/4l2KFKxBOuoEn1YAuuNNlAU05Zt7sNsC9H0mPdPm3chOrT4rcX0pOqrQcLtdMrMkJz0gC7b3SF80q2+LtdL9Q==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-17.4.2.tgz", + "integrity": "sha512-3XMNbzB+3bhKA1hSAWPCQA3lNxR4zaeQAQcHj0Hx5sVdO6ryXtgUBGGv+1ZCLMgAPRixuc6en+iNAzZ4NzAa8Q==", "dev": true }, "@commitlint/parse": { - "version": "17.2.0", - "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-17.2.0.tgz", - "integrity": "sha512-vLzLznK9Y21zQ6F9hf8D6kcIJRb2haAK5T/Vt1uW2CbHYOIfNsR/hJs0XnF/J9ctM20Tfsqv4zBitbYvVw7F6Q==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-17.4.2.tgz", + "integrity": "sha512-DK4EwqhxfXpyCA+UH8TBRIAXAfmmX4q9QRBz/2h9F9sI91yt6mltTrL6TKURMcjUVmgaB80wgS9QybNIyVBIJA==", "dev": true, "requires": { - "@commitlint/types": "^17.0.0", + "@commitlint/types": "^17.4.0", "conventional-changelog-angular": "^5.0.11", "conventional-commits-parser": "^3.2.2" } }, "@commitlint/read": { - "version": "17.2.0", - "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-17.2.0.tgz", - "integrity": "sha512-bbblBhrHkjxra3ptJNm0abxu7yeAaxumQ8ZtD6GIVqzURCETCP7Dm0tlVvGRDyXBuqX6lIJxh3W7oyKqllDsHQ==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-17.4.2.tgz", + "integrity": "sha512-hasYOdbhEg+W4hi0InmXHxtD/1favB4WdwyFxs1eOy/DvMw6+2IZBmATgGOlqhahsypk4kChhxjAFJAZ2F+JBg==", "dev": true, "requires": { - "@commitlint/top-level": "^17.0.0", - "@commitlint/types": "^17.0.0", - "fs-extra": "^10.0.0", + "@commitlint/top-level": "^17.4.0", + "@commitlint/types": "^17.4.0", + "fs-extra": "^11.0.0", "git-raw-commits": "^2.0.0", "minimist": "^1.2.6" } }, "@commitlint/resolve-extends": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-17.1.0.tgz", - "integrity": "sha512-jqKm00LJ59T0O8O4bH4oMa4XyJVEOK4GzH8Qye9XKji+Q1FxhZznxMV/bDLyYkzbTodBt9sL0WLql8wMtRTbqQ==", + "version": "17.4.0", + "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-17.4.0.tgz", + "integrity": "sha512-3JsmwkrCzoK8sO22AzLBvNEvC1Pmdn/65RKXzEtQMy6oYMl0Snrq97a5bQQEFETF0VsvbtUuKttLqqgn99OXRQ==", "dev": true, "requires": { - "@commitlint/config-validator": "^17.1.0", - "@commitlint/types": "^17.0.0", + "@commitlint/config-validator": "^17.4.0", + "@commitlint/types": "^17.4.0", "import-fresh": "^3.0.0", - "lodash": "^4.17.19", + "lodash.mergewith": "^4.6.2", "resolve-from": "^5.0.0", "resolve-global": "^1.0.0" } }, "@commitlint/rules": { - "version": "17.2.0", - "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.2.0.tgz", - "integrity": "sha512-1YynwD4Eh7HXZNpqG8mtUlL2pSX2jBy61EejYJv4ooZPcg50Ak7LPOyD3a9UZnsE76AXWFBz+yo9Hv4MIpAa0Q==", + "version": "17.4.2", + "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-17.4.2.tgz", + "integrity": "sha512-OGrPsMb9Fx3/bZ64/EzJehY9YDSGWzp81Pj+zJiY+r/NSgJI3nUYdlS37jykNIugzazdEXfMtQ10kmA+Kx2pZQ==", "dev": true, "requires": { - "@commitlint/ensure": "^17.0.0", - "@commitlint/message": "^17.2.0", - "@commitlint/to-lines": "^17.0.0", - "@commitlint/types": "^17.0.0", + "@commitlint/ensure": "^17.4.0", + "@commitlint/message": "^17.4.2", + "@commitlint/to-lines": "^17.4.0", + "@commitlint/types": "^17.4.0", "execa": "^5.0.0" } }, "@commitlint/to-lines": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-17.0.0.tgz", - "integrity": "sha512-nEi4YEz04Rf2upFbpnEorG8iymyH7o9jYIVFBG1QdzebbIFET3ir+8kQvCZuBE5pKCtViE4XBUsRZz139uFrRQ==", + "version": "17.4.0", + "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-17.4.0.tgz", + "integrity": "sha512-LcIy/6ZZolsfwDUWfN1mJ+co09soSuNASfKEU5sCmgFCvX5iHwRYLiIuoqXzOVDYOy7E7IcHilr/KS0e5T+0Hg==", "dev": true }, "@commitlint/top-level": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-17.0.0.tgz", - "integrity": "sha512-dZrEP1PBJvodNWYPOYiLWf6XZergdksKQaT6i1KSROLdjf5Ai0brLOv5/P+CPxBeoj3vBxK4Ax8H1Pg9t7sHIQ==", + "version": "17.4.0", + "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-17.4.0.tgz", + "integrity": "sha512-/1loE/g+dTTQgHnjoCy0AexKAEFyHsR2zRB4NWrZ6lZSMIxAhBJnmCqwao7b4H8888PsfoTBCLBYIw8vGnej8g==", "dev": true, "requires": { "find-up": "^5.0.0" } }, "@commitlint/types": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-17.0.0.tgz", - "integrity": "sha512-hBAw6U+SkAT5h47zDMeOu3HSiD0SODw4Aq7rRNh1ceUmL7GyLKYhPbUvlRWqZ65XjBLPHZhFyQlRaPNz8qvUyQ==", + "version": "17.4.0", + "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-17.4.0.tgz", + "integrity": "sha512-2NjAnq5IcxY9kXtUeO2Ac0aPpvkuOmwbH/BxIm36XXK5LtWFObWJWjXOA+kcaABMrthjWu6la+FUpyYFMHRvbA==", "dev": true, "requires": { "chalk": "^4.1.0" @@ -18273,6 +19292,353 @@ } } }, + "@cspell/cspell-bundled-dicts": { + "version": "6.20.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-6.20.1.tgz", + "integrity": "sha512-gG4+ywG7MmjiuvOw9c+HLBnCvgdyp/H9JQX0wmzTVBzwQflffI1Esrh4++gOf10jBSlpY1xDEZtejLgtunfUqw==", + "dev": true, + "requires": { + "@cspell/dict-ada": "^4.0.1", + "@cspell/dict-aws": "^3.0.0", + "@cspell/dict-bash": "^4.1.1", + "@cspell/dict-companies": "^3.0.6", + "@cspell/dict-cpp": "^4.0.1", + "@cspell/dict-cryptocurrencies": "^3.0.1", + "@cspell/dict-csharp": "^4.0.2", + "@cspell/dict-css": "^4.0.2", + "@cspell/dict-dart": "^2.0.1", + "@cspell/dict-django": "^4.0.1", + "@cspell/dict-docker": "^1.1.5", + "@cspell/dict-dotnet": "^4.0.1", + "@cspell/dict-elixir": "^4.0.1", + "@cspell/dict-en_us": "^4.2.1", + "@cspell/dict-en-gb": "1.1.33", + "@cspell/dict-filetypes": "^3.0.0", + "@cspell/dict-fonts": "^3.0.0", + "@cspell/dict-fullstack": "^3.1.1", + "@cspell/dict-gaming-terms": "^1.0.4", + "@cspell/dict-git": "^2.0.0", + "@cspell/dict-golang": "^5.0.1", + "@cspell/dict-haskell": "^4.0.1", + "@cspell/dict-html": "^4.0.2", + "@cspell/dict-html-symbol-entities": "^4.0.0", + "@cspell/dict-java": "^5.0.4", + "@cspell/dict-k8s": "^1.0.0", + "@cspell/dict-latex": "^3.1.0", + "@cspell/dict-lorem-ipsum": "^3.0.0", + "@cspell/dict-lua": "^4.0.0", + "@cspell/dict-node": "^4.0.2", + "@cspell/dict-npm": "^5.0.3", + "@cspell/dict-php": "^3.0.4", + "@cspell/dict-powershell": "^4.0.0", + "@cspell/dict-public-licenses": "^2.0.1", + "@cspell/dict-python": "^4.0.1", + "@cspell/dict-r": "^2.0.1", + "@cspell/dict-ruby": "^4.0.1", + "@cspell/dict-rust": "^4.0.0", + "@cspell/dict-scala": "^4.0.0", + "@cspell/dict-software-terms": "^3.1.1", + "@cspell/dict-sql": "^2.0.1", + "@cspell/dict-svelte": "^1.0.2", + "@cspell/dict-swift": "^2.0.1", + "@cspell/dict-typescript": "^3.1.0", + "@cspell/dict-vue": "^3.0.0" + } + }, + "@cspell/cspell-pipe": { + "version": "6.20.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-6.20.1.tgz", + "integrity": "sha512-sE1LqsZES3+FdWMe4PMXWxMOKTSKJNztvfoQxNLDtW0s3BCIjrgi65iJERMRxMo5gOH4hMANUQe9MF1u3y1nnA==", + "dev": true + }, + "@cspell/cspell-service-bus": { + "version": "6.20.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-6.20.1.tgz", + "integrity": "sha512-Y1SFobwD+vKMBwWoESE3GC5vUOhVKPOXAMKjuKFGoRQwJx/nqTLCemQiGO0tyxtY4+/pWH0noLOnHp0ZG2kixw==", + "dev": true + }, + "@cspell/cspell-types": { + "version": "6.20.1", + "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-6.20.1.tgz", + "integrity": "sha512-tQjmDW8sB6rLQyrSyS3i2nR4822MIIaqDigY2NSH7Oqzq0WKHKykrNfpv1LMxwg34MYbIFQS8Wkp3WSK2Ii+4Q==", + "dev": true + }, + "@cspell/dict-ada": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-ada/-/dict-ada-4.0.1.tgz", + "integrity": "sha512-/E9o3nHrXOhYmQE43deKbxZcR3MIJAsa+66IzP9TXGHheKEx8b9dVMVVqydDDH8oom1H0U20NRPtu6KRVbT9xw==", + "dev": true + }, + "@cspell/dict-aws": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-aws/-/dict-aws-3.0.0.tgz", + "integrity": "sha512-O1W6nd5y3Z00AMXQMzfiYrIJ1sTd9fB1oLr+xf/UD7b3xeHeMeYE2OtcWbt9uyeHim4tk+vkSTcmYEBKJgS5bQ==", + "dev": true + }, + "@cspell/dict-bash": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-bash/-/dict-bash-4.1.1.tgz", + "integrity": "sha512-8czAa/Mh96wu2xr0RXQEGMTBUGkTvYn/Pb0o+gqOO1YW+poXGQc3gx0YPqILDryP/KCERrNvkWUJz3iGbvwC2A==", + "dev": true + }, + "@cspell/dict-companies": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@cspell/dict-companies/-/dict-companies-3.0.6.tgz", + "integrity": "sha512-6rWuwZxPisn/MP41DzBtChVgbz9b6HSjBH3X0s3k7zlBaxrw6xFAZGKH9KGFSPTiV+WD9j+IIn2/ITXERGjNLA==", + "dev": true + }, + "@cspell/dict-cpp": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-cpp/-/dict-cpp-4.0.1.tgz", + "integrity": "sha512-mD6mn0XFCqHCz2j6p/7OQm3yNFn1dlQq6vip1pLynvNWDRz5yKYDVRUQCTEORT7ThS0dLpI4BjCX84YUKNhibA==", + "dev": true + }, + "@cspell/dict-cryptocurrencies": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-cryptocurrencies/-/dict-cryptocurrencies-3.0.1.tgz", + "integrity": "sha512-Tdlr0Ahpp5yxtwM0ukC13V6+uYCI0p9fCRGMGZt36rWv8JQZHIuHfehNl7FB/Qc09NCF7p5ep0GXbL+sVTd/+w==", + "dev": true + }, + "@cspell/dict-csharp": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-csharp/-/dict-csharp-4.0.2.tgz", + "integrity": "sha512-1JMofhLK+4p4KairF75D3A924m5ERMgd1GvzhwK2geuYgd2ZKuGW72gvXpIV7aGf52E3Uu1kDXxxGAiZ5uVG7g==", + "dev": true + }, + "@cspell/dict-css": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-css/-/dict-css-4.0.2.tgz", + "integrity": "sha512-0NxBcB36b1Jy23Tf5YLrD8+PvBhE3FgBci3rwtw2DEqVigEX6uodecfoh9I4kcU8PZlVsDujrUfwgzYCWh/feQ==", + "dev": true + }, + "@cspell/dict-dart": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-dart/-/dict-dart-2.0.1.tgz", + "integrity": "sha512-YRuDX9k2qPSWDEsM26j8o7KMvaZ0DXc74ijK/VRwaksm1CBRPBW289pe2TE2K7y4SJjTKXgQ9urOVlozeQDpuA==", + "dev": true + }, + "@cspell/dict-django": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-django/-/dict-django-4.0.1.tgz", + "integrity": "sha512-q3l7OH39qzeN2Y64jpY39SEAqki5BUzPTypnhzM40yT+LOGSWqSh9Ix5UecejtXPDVrD8vML+m7Bp5070h52HQ==", + "dev": true + }, + "@cspell/dict-docker": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/@cspell/dict-docker/-/dict-docker-1.1.5.tgz", + "integrity": "sha512-SNEohOScQ+0+y9dp/jKTx60OOJQrf5es5BJ32gh5Ck3jKXNo4wd9KLgPOmQMUpencb5SGjrBsC4rr1fyfCwytg==", + "dev": true + }, + "@cspell/dict-dotnet": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-dotnet/-/dict-dotnet-4.0.1.tgz", + "integrity": "sha512-l11TqlUX8cDgsE/1Zrea1PqLn63s20MY3jKWMbQVB5DMDPDO2f8Pukckkwxq5p/cxDABEjuGzfF1kTX3pAakBw==", + "dev": true + }, + "@cspell/dict-elixir": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-elixir/-/dict-elixir-4.0.1.tgz", + "integrity": "sha512-IejBqiTTWSXpvBm6yg4qUfnJR0LwbUUCJcK5wXOMKEJitu3yDfrT9GPc6NQJXgokbg9nBjEyxVIzNcLgx2x3/Q==", + "dev": true + }, + "@cspell/dict-en_us": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-en_us/-/dict-en_us-4.2.1.tgz", + "integrity": "sha512-zjHvRAJeNJgLaIn4DgO2rkCaKC2SyMJ7HKQTPJKDoINTVXJxcCt/5K0xjDyBJAezQYJfkX8Na0r+Ii2PpaLqtA==", + "dev": true + }, + "@cspell/dict-en-gb": { + "version": "1.1.33", + "resolved": "https://registry.npmjs.org/@cspell/dict-en-gb/-/dict-en-gb-1.1.33.tgz", + "integrity": "sha512-tKSSUf9BJEV+GJQAYGw5e+ouhEe2ZXE620S7BLKe3ZmpnjlNG9JqlnaBhkIMxKnNFkLY2BP/EARzw31AZnOv4g==", + "dev": true + }, + "@cspell/dict-filetypes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-filetypes/-/dict-filetypes-3.0.0.tgz", + "integrity": "sha512-Fiyp0z5uWaK0d2TfR9GMUGDKmUMAsOhGD5A0kHoqnNGswL2iw0KB0mFBONEquxU65fEnQv4R+jdM2d9oucujuA==", + "dev": true + }, + "@cspell/dict-fonts": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-fonts/-/dict-fonts-3.0.0.tgz", + "integrity": "sha512-zTZni0AbwBVG1MKA0WpwPyIJPVF+gp6neXDQzHcu4RUnuQ4uDu0PVEuZjGHCJWwwFoR5JmkqZxVSg1y3ufJODA==", + "dev": true + }, + "@cspell/dict-fullstack": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-fullstack/-/dict-fullstack-3.1.1.tgz", + "integrity": "sha512-w2n3QvqEiufmvlBuNduury/pySrhfOcWFfCvvpUXTJvWbfRVGkt6ANZuTuy3/7Z2q4GYUqsd139te4Q8m0jRHQ==", + "dev": true + }, + "@cspell/dict-gaming-terms": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@cspell/dict-gaming-terms/-/dict-gaming-terms-1.0.4.tgz", + "integrity": "sha512-hbDduNXlk4AOY0wFxcDMWBPpm34rpqJBeqaySeoUH70eKxpxm+dvjpoRLJgyu0TmymEICCQSl6lAHTHSDiWKZg==", + "dev": true + }, + "@cspell/dict-git": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-git/-/dict-git-2.0.0.tgz", + "integrity": "sha512-n1AxyX5Kgxij/sZFkxFJlzn3K9y/sCcgVPg/vz4WNJ4K9YeTsUmyGLA2OQI7d10GJeiuAo2AP1iZf2A8j9aj2w==", + "dev": true + }, + "@cspell/dict-golang": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-golang/-/dict-golang-5.0.1.tgz", + "integrity": "sha512-djsJC7OVKUpFdRm/aqBJEUSGP3kw/MDhAt7udYegnyQt2WjL3ZnVoG7r5eOEhPEEKzWVBYoi6UKSNpdQEodlbg==", + "dev": true + }, + "@cspell/dict-haskell": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-haskell/-/dict-haskell-4.0.1.tgz", + "integrity": "sha512-uRrl65mGrOmwT7NxspB4xKXFUenNC7IikmpRZW8Uzqbqcu7ZRCUfstuVH7T1rmjRgRkjcIjE4PC11luDou4wEQ==", + "dev": true + }, + "@cspell/dict-html": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-html/-/dict-html-4.0.2.tgz", + "integrity": "sha512-BskOE2K3AtGLkcjdJmo+H6/fjdfDP4XYAsEGXpB26rvdnXAnGEstE/Q8Do6UfJCvgOVYCpdUZLcMIEpoTy7QhQ==", + "dev": true + }, + "@cspell/dict-html-symbol-entities": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-html-symbol-entities/-/dict-html-symbol-entities-4.0.0.tgz", + "integrity": "sha512-HGRu+48ErJjoweR5IbcixxETRewrBb0uxQBd6xFGcxbEYCX8CnQFTAmKI5xNaIt2PKaZiJH3ijodGSqbKdsxhw==", + "dev": true + }, + "@cspell/dict-java": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/@cspell/dict-java/-/dict-java-5.0.4.tgz", + "integrity": "sha512-43VrLOLcBxavv6eyL4BpsnHrhVOgyYYeJqQRJG5XKObcpWy3+Lpadj58CfTVOr7M/Je3pUpd4tvsUhf/lWXMVA==", + "dev": true + }, + "@cspell/dict-k8s": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-k8s/-/dict-k8s-1.0.0.tgz", + "integrity": "sha512-XqIql+nd2DiuPuL+qPc24bN/L1mZY75kAYcuMBMW5iYgBoivkiVOg7br/aofX3ApajvHDln6tNkPZhmhsOg6Ww==", + "dev": true + }, + "@cspell/dict-latex": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-latex/-/dict-latex-3.1.0.tgz", + "integrity": "sha512-XD5S3FY0DrYiun2vm/KKOkeaD30LXp9v5EzVTVQvmxqQrQh0HvOT3TFD7lgKbyzZaG7E+l3wS94uwwm80cOmuw==", + "dev": true + }, + "@cspell/dict-lorem-ipsum": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-lorem-ipsum/-/dict-lorem-ipsum-3.0.0.tgz", + "integrity": "sha512-msEV24qEpzWZs2kcEicqYlhyBpR0amfDkJOs+iffC07si9ftqtQ+yP3lf1VFLpgqw3SQh1M1vtU7RD4sPrNlcQ==", + "dev": true + }, + "@cspell/dict-lua": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-lua/-/dict-lua-4.0.0.tgz", + "integrity": "sha512-aQPyc/nP67tOlW6ACpio9Q5mZ/Z1hqwXC5rt5tkoQ2GsnCqeyIXDrX0CN+RGK53Lj4P02Jz/dPxs/nX8eDUFsw==", + "dev": true + }, + "@cspell/dict-node": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-node/-/dict-node-4.0.2.tgz", + "integrity": "sha512-FEQJ4TnMcXEFslqBQkXa5HposMoCGsiBv2ux4IZuIXgadXeHKHUHk60iarWpjhzNzQLyN2GD7NoRMd12bK3Llw==", + "dev": true + }, + "@cspell/dict-npm": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-5.0.3.tgz", + "integrity": "sha512-fEX67zIJISbS3gXVk/y/ZUvDIVtjc/CYJK7Mz0iTVrmlCKnLiD41lApe8v4g/12eE7hLfx/sfCXDrUWyzXVq1A==", + "dev": true + }, + "@cspell/dict-php": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@cspell/dict-php/-/dict-php-3.0.4.tgz", + "integrity": "sha512-QX6zE/ZfnT3O5lSwV8EPVh8Va39ds34gSNNR8I4GWiuDpKcTkZPFi4OLoP3Tlhbl/3G0Ha35OkSDLvZfu8mnkA==", + "dev": true + }, + "@cspell/dict-powershell": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-powershell/-/dict-powershell-4.0.0.tgz", + "integrity": "sha512-1Lbm+3+Sx63atl4MM3lPeCUc90JjRyKP9+exmy2cQimXNju9ngtuDWwapHUnhQ47qnzrsBY4ydm36KCfJarXJA==", + "dev": true + }, + "@cspell/dict-public-licenses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-public-licenses/-/dict-public-licenses-2.0.1.tgz", + "integrity": "sha512-NZNwzkL5BqKddepDxvX/Qbji378Mso1TdnV4RFAN8hJoo6dSR0fv2TTI/Y0i/YWBmfmQGyTpEztBXtAw4qgjiA==", + "dev": true + }, + "@cspell/dict-python": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-python/-/dict-python-4.0.1.tgz", + "integrity": "sha512-1wtUgyaTqRiQY0/fryk0oW22lcxNUnZ5DwteTzfatMdbgR0OHXTlHbI8vYxpHLWalSoch7EpLsnaymG+fOrt8g==", + "dev": true + }, + "@cspell/dict-r": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-r/-/dict-r-2.0.1.tgz", + "integrity": "sha512-KCmKaeYMLm2Ip79mlYPc8p+B2uzwBp4KMkzeLd5E6jUlCL93Y5Nvq68wV5fRLDRTf7N1LvofkVFWfDcednFOgA==", + "dev": true + }, + "@cspell/dict-ruby": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-ruby/-/dict-ruby-4.0.1.tgz", + "integrity": "sha512-p9nLDsffPadPLLwdLQj4Gk0IsZ64iCSxnSCaeFXslFiD17FtJVh1YMHP7KE9M73u22Hprq+a1Yw25/xp6Tkt3g==", + "dev": true + }, + "@cspell/dict-rust": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-rust/-/dict-rust-4.0.0.tgz", + "integrity": "sha512-nzJsgLR6/JXtM41Cr5FG89r8sBKW6aFjvCqPxeaBJYLAL0JuvsVUcd16rW2lTsdbx5J8yUQDD7mgCZFk6merJQ==", + "dev": true + }, + "@cspell/dict-scala": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-scala/-/dict-scala-4.0.0.tgz", + "integrity": "sha512-ugdjt66/Ah34yF3u3DUNjCHXnBqIuxUUfdeBobbGxfm29CNgidrISV1NUh+xi8tPynMzSTpGbBiArFBH6on5XQ==", + "dev": true + }, + "@cspell/dict-software-terms": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-3.1.1.tgz", + "integrity": "sha512-11vzKnocWDEUnwh03ea5Pr0vfMkGgUvDsAAjNQmnXVzDMYIjPVbttrRy54pEfBv0/RxtDFR0lDKFUAcdyjPX2w==", + "dev": true + }, + "@cspell/dict-sql": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-sql/-/dict-sql-2.0.1.tgz", + "integrity": "sha512-7fvVcvy751cl31KMD5j04yMGq2UKj018/1hx3FNtdUI9UuUTMvhBrTAqHEEemR3ZeIC9i/5p5SQjwQ13bn04qw==", + "dev": true + }, + "@cspell/dict-svelte": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-svelte/-/dict-svelte-1.0.2.tgz", + "integrity": "sha512-rPJmnn/GsDs0btNvrRBciOhngKV98yZ9SHmg8qI6HLS8hZKvcXc0LMsf9LLuMK1TmS2+WQFAan6qeqg6bBxL2Q==", + "dev": true + }, + "@cspell/dict-swift": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-swift/-/dict-swift-2.0.1.tgz", + "integrity": "sha512-gxrCMUOndOk7xZFmXNtkCEeroZRnS2VbeaIPiymGRHj5H+qfTAzAKxtv7jJbVA3YYvEzWcVE2oKDP4wcbhIERw==", + "dev": true + }, + "@cspell/dict-typescript": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-typescript/-/dict-typescript-3.1.0.tgz", + "integrity": "sha512-4hdLlQMOYrUbGfJg2cWnbsBUevObwgL76TLVC0rwnrkSwzOxAxiGaG39VtRMvgAAe2lX6L+jka3fy0MmxzFOHw==", + "dev": true + }, + "@cspell/dict-vue": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-vue/-/dict-vue-3.0.0.tgz", + "integrity": "sha512-niiEMPWPV9IeRBRzZ0TBZmNnkK3olkOPYxC1Ny2AX4TGlYRajcW0WUtoSHmvvjZNfWLSg2L6ruiBeuPSbjnG6A==", + "dev": true + }, + "@cspell/strong-weak-map": { + "version": "6.20.1", + "resolved": "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-6.20.1.tgz", + "integrity": "sha512-fXZrT0rfUec5b3BJdWZyGPyYGB1IqJoododSScFGyAIccDKQ5uIwaZafT0BbukBw6P/cBEOlCHtyLwrdYHdF9w==", + "dev": true + }, "@cspotcode/source-map-support": { "version": "0.8.1", "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", @@ -18295,15 +19661,15 @@ } }, "@eslint/eslintrc": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.3.tgz", - "integrity": "sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.4.1.tgz", + "integrity": "sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==", "dev": true, "requires": { "ajv": "^6.12.4", "debug": "^4.3.2", "espree": "^9.4.0", - "globals": "^13.15.0", + "globals": "^13.19.0", "ignore": "^5.2.0", "import-fresh": "^3.2.1", "js-yaml": "^4.1.0", @@ -18318,9 +19684,9 @@ "dev": true }, "globals": { - "version": "13.17.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.17.0.tgz", - "integrity": "sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw==", + "version": "13.19.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.19.0.tgz", + "integrity": "sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ==", "dev": true, "requires": { "type-fest": "^0.20.2" @@ -18350,9 +19716,9 @@ "dev": true }, "@humanwhocodes/config-array": { - "version": "0.11.7", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.7.tgz", - "integrity": "sha512-kBbPWzN8oVMLb0hOUYXhmxggL/1cJE6ydvjDIGi9EnAGUyA7cLVKQg+d/Dsm+KZwx2czGHrCmMVLiyg8s5JPKw==", + "version": "0.11.8", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz", + "integrity": "sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==", "dev": true, "requires": { "@humanwhocodes/object-schema": "^1.2.1", @@ -18437,16 +19803,16 @@ "dev": true }, "@jest/console": { - "version": "29.2.1", - "resolved": "https://registry.npmjs.org/@jest/console/-/console-29.2.1.tgz", - "integrity": "sha512-MF8Adcw+WPLZGBiNxn76DOuczG3BhODTcMlDCA4+cFi41OkaY/lyI0XUUhi73F88Y+7IHoGmD80pN5CtxQUdSw==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-29.4.1.tgz", + "integrity": "sha512-m+XpwKSi3PPM9znm5NGS8bBReeAJJpSkL1OuFCqaMaJL2YX9YXLkkI+MBchMPwu+ZuM2rynL51sgfkQteQ1CKQ==", "dev": true, "requires": { - "@jest/types": "^29.2.1", + "@jest/types": "^29.4.1", "@types/node": "*", "chalk": "^4.0.0", - "jest-message-util": "^29.2.1", - "jest-util": "^29.2.1", + "jest-message-util": "^29.4.1", + "jest-util": "^29.4.1", "slash": "^3.0.0" }, "dependencies": { @@ -18508,37 +19874,37 @@ } }, "@jest/core": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/@jest/core/-/core-29.2.2.tgz", - "integrity": "sha512-susVl8o2KYLcZhhkvSB+b7xX575CX3TmSvxfeDjpRko7KmT89rHkXj6XkDkNpSeFMBzIENw5qIchO9HC9Sem+A==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/@jest/core/-/core-29.4.1.tgz", + "integrity": "sha512-RXFTohpBqpaTebNdg5l3I5yadnKo9zLBajMT0I38D0tDhreVBYv3fA8kywthI00sWxPztWLD3yjiUkewwu/wKA==", "dev": true, "requires": { - "@jest/console": "^29.2.1", - "@jest/reporters": "^29.2.2", - "@jest/test-result": "^29.2.1", - "@jest/transform": "^29.2.2", - "@jest/types": "^29.2.1", + "@jest/console": "^29.4.1", + "@jest/reporters": "^29.4.1", + "@jest/test-result": "^29.4.1", + "@jest/transform": "^29.4.1", + "@jest/types": "^29.4.1", "@types/node": "*", "ansi-escapes": "^4.2.1", "chalk": "^4.0.0", "ci-info": "^3.2.0", "exit": "^0.1.2", "graceful-fs": "^4.2.9", - "jest-changed-files": "^29.2.0", - "jest-config": "^29.2.2", - "jest-haste-map": "^29.2.1", - "jest-message-util": "^29.2.1", + "jest-changed-files": "^29.4.0", + "jest-config": "^29.4.1", + "jest-haste-map": "^29.4.1", + "jest-message-util": "^29.4.1", "jest-regex-util": "^29.2.0", - "jest-resolve": "^29.2.2", - "jest-resolve-dependencies": "^29.2.2", - "jest-runner": "^29.2.2", - "jest-runtime": "^29.2.2", - "jest-snapshot": "^29.2.2", - "jest-util": "^29.2.1", - "jest-validate": "^29.2.2", - "jest-watcher": "^29.2.2", + "jest-resolve": "^29.4.1", + "jest-resolve-dependencies": "^29.4.1", + "jest-runner": "^29.4.1", + "jest-runtime": "^29.4.1", + "jest-snapshot": "^29.4.1", + "jest-util": "^29.4.1", + "jest-validate": "^29.4.1", + "jest-watcher": "^29.4.1", "micromatch": "^4.0.4", - "pretty-format": "^29.2.1", + "pretty-format": "^29.4.1", "slash": "^3.0.0", "strip-ansi": "^6.0.0" }, @@ -18601,73 +19967,73 @@ } }, "@jest/environment": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.2.2.tgz", - "integrity": "sha512-OWn+Vhu0I1yxuGBJEFFekMYc8aGBGrY4rt47SOh/IFaI+D7ZHCk7pKRiSoZ2/Ml7b0Ony3ydmEHRx/tEOC7H1A==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.4.1.tgz", + "integrity": "sha512-pJ14dHGSQke7Q3mkL/UZR9ZtTOxqskZaC91NzamEH4dlKRt42W+maRBXiw/LWkdJe+P0f/zDR37+SPMplMRlPg==", "dev": true, "requires": { - "@jest/fake-timers": "^29.2.2", - "@jest/types": "^29.2.1", + "@jest/fake-timers": "^29.4.1", + "@jest/types": "^29.4.1", "@types/node": "*", - "jest-mock": "^29.2.2" + "jest-mock": "^29.4.1" } }, "@jest/expect": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.2.2.tgz", - "integrity": "sha512-zwblIZnrIVt8z/SiEeJ7Q9wKKuB+/GS4yZe9zw7gMqfGf4C5hBLGrVyxu1SzDbVSqyMSlprKl3WL1r80cBNkgg==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.4.1.tgz", + "integrity": "sha512-ZxKJP5DTUNF2XkpJeZIzvnzF1KkfrhEF6Rz0HGG69fHl6Bgx5/GoU3XyaeFYEjuuKSOOsbqD/k72wFvFxc3iTw==", "dev": true, "requires": { - "expect": "^29.2.2", - "jest-snapshot": "^29.2.2" + "expect": "^29.4.1", + "jest-snapshot": "^29.4.1" } }, "@jest/expect-utils": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.2.2.tgz", - "integrity": "sha512-vwnVmrVhTmGgQzyvcpze08br91OL61t9O0lJMDyb6Y/D8EKQ9V7rGUb/p7PDt0GPzK0zFYqXWFo4EO2legXmkg==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.4.1.tgz", + "integrity": "sha512-w6YJMn5DlzmxjO00i9wu2YSozUYRBhIoJ6nQwpMYcBMtiqMGJm1QBzOf6DDgRao8dbtpDoaqLg6iiQTvv0UHhQ==", "dev": true, "requires": { "jest-get-type": "^29.2.0" } }, "@jest/fake-timers": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.2.2.tgz", - "integrity": "sha512-nqaW3y2aSyZDl7zQ7t1XogsxeavNpH6kkdq+EpXncIDvAkjvFD7hmhcIs1nWloengEWUoWqkqSA6MSbf9w6DgA==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.4.1.tgz", + "integrity": "sha512-/1joI6rfHFmmm39JxNfmNAO3Nwm6Y0VoL5fJDy7H1AtWrD1CgRtqJbN9Ld6rhAkGO76qqp4cwhhxJ9o9kYjQMw==", "dev": true, "requires": { - "@jest/types": "^29.2.1", - "@sinonjs/fake-timers": "^9.1.2", + "@jest/types": "^29.4.1", + "@sinonjs/fake-timers": "^10.0.2", "@types/node": "*", - "jest-message-util": "^29.2.1", - "jest-mock": "^29.2.2", - "jest-util": "^29.2.1" + "jest-message-util": "^29.4.1", + "jest-mock": "^29.4.1", + "jest-util": "^29.4.1" } }, "@jest/globals": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.2.2.tgz", - "integrity": "sha512-/nt+5YMh65kYcfBhj38B3Hm0Trk4IsuMXNDGKE/swp36yydBWfz3OXkLqkSvoAtPW8IJMSJDFCbTM2oj5SNprw==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.4.1.tgz", + "integrity": "sha512-znoK2EuFytbHH0ZSf2mQK2K1xtIgmaw4Da21R2C/NE/+NnItm5mPEFQmn8gmF3f0rfOlmZ3Y3bIf7bFj7DHxAA==", "dev": true, "requires": { - "@jest/environment": "^29.2.2", - "@jest/expect": "^29.2.2", - "@jest/types": "^29.2.1", - "jest-mock": "^29.2.2" + "@jest/environment": "^29.4.1", + "@jest/expect": "^29.4.1", + "@jest/types": "^29.4.1", + "jest-mock": "^29.4.1" } }, "@jest/reporters": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.2.2.tgz", - "integrity": "sha512-AzjL2rl2zJC0njIzcooBvjA4sJjvdoq98sDuuNs4aNugtLPSQ+91nysGKRF0uY1to5k0MdGMdOBggUsPqvBcpA==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.4.1.tgz", + "integrity": "sha512-AISY5xpt2Xpxj9R6y0RF1+O6GRy9JsGa8+vK23Lmzdy1AYcpQn5ItX79wJSsTmfzPKSAcsY1LNt/8Y5Xe5LOSg==", "dev": true, "requires": { "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^29.2.1", - "@jest/test-result": "^29.2.1", - "@jest/transform": "^29.2.2", - "@jest/types": "^29.2.1", + "@jest/console": "^29.4.1", + "@jest/test-result": "^29.4.1", + "@jest/transform": "^29.4.1", + "@jest/types": "^29.4.1", "@jridgewell/trace-mapping": "^0.3.15", "@types/node": "*", "chalk": "^4.0.0", @@ -18680,9 +20046,9 @@ "istanbul-lib-report": "^3.0.0", "istanbul-lib-source-maps": "^4.0.0", "istanbul-reports": "^3.1.3", - "jest-message-util": "^29.2.1", - "jest-util": "^29.2.1", - "jest-worker": "^29.2.1", + "jest-message-util": "^29.4.1", + "jest-util": "^29.4.1", + "jest-worker": "^29.4.1", "slash": "^3.0.0", "string-length": "^4.0.1", "strip-ansi": "^6.0.0", @@ -18747,12 +20113,12 @@ } }, "@jest/schemas": { - "version": "29.0.0", - "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.0.0.tgz", - "integrity": "sha512-3Ab5HgYIIAnS0HjqJHQYZS+zXc4tUmTmBH3z83ajI6afXp8X3ZtdLX+nXx+I7LNkJD7uN9LAVhgnjDgZa2z0kA==", + "version": "29.4.0", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.4.0.tgz", + "integrity": "sha512-0E01f/gOZeNTG76i5eWWSupvSHaIINrTie7vCyjiYFKgzNdyEGd12BUv4oNBFHOqlHDbtoJi3HrQ38KCC90NsQ==", "dev": true, "requires": { - "@sinclair/typebox": "^0.24.1" + "@sinclair/typebox": "^0.25.16" } }, "@jest/source-map": { @@ -18767,26 +20133,26 @@ } }, "@jest/test-result": { - "version": "29.2.1", - "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.2.1.tgz", - "integrity": "sha512-lS4+H+VkhbX6z64tZP7PAUwPqhwj3kbuEHcaLuaBuB+riyaX7oa1txe0tXgrFj5hRWvZKvqO7LZDlNWeJ7VTPA==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.4.1.tgz", + "integrity": "sha512-WRt29Lwt+hEgfN8QDrXqXGgCTidq1rLyFqmZ4lmJOpVArC8daXrZWkWjiaijQvgd3aOUj2fM8INclKHsQW9YyQ==", "dev": true, "requires": { - "@jest/console": "^29.2.1", - "@jest/types": "^29.2.1", + "@jest/console": "^29.4.1", + "@jest/types": "^29.4.1", "@types/istanbul-lib-coverage": "^2.0.0", "collect-v8-coverage": "^1.0.0" } }, "@jest/test-sequencer": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.2.2.tgz", - "integrity": "sha512-Cuc1znc1pl4v9REgmmLf0jBd3Y65UXJpioGYtMr/JNpQEIGEzkmHhy6W6DLbSsXeUA13TDzymPv0ZGZ9jH3eIw==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.4.1.tgz", + "integrity": "sha512-v5qLBNSsM0eHzWLXsQ5fiB65xi49A3ILPSFQKPXzGL4Vyux0DPZAIN7NAFJa9b4BiTDP9MBF/Zqc/QA1vuiJ0w==", "dev": true, "requires": { - "@jest/test-result": "^29.2.1", + "@jest/test-result": "^29.4.1", "graceful-fs": "^4.2.9", - "jest-haste-map": "^29.2.1", + "jest-haste-map": "^29.4.1", "slash": "^3.0.0" }, "dependencies": { @@ -18799,26 +20165,26 @@ } }, "@jest/transform": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.2.2.tgz", - "integrity": "sha512-aPe6rrletyuEIt2axxgdtxljmzH8O/nrov4byy6pDw9S8inIrTV+2PnjyP/oFHMSynzGxJ2s6OHowBNMXp/Jzg==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.4.1.tgz", + "integrity": "sha512-5w6YJrVAtiAgr0phzKjYd83UPbCXsBRTeYI4BXokv9Er9CcrH9hfXL/crCvP2d2nGOcovPUnlYiLPFLZrkG5Hg==", "dev": true, "requires": { "@babel/core": "^7.11.6", - "@jest/types": "^29.2.1", + "@jest/types": "^29.4.1", "@jridgewell/trace-mapping": "^0.3.15", "babel-plugin-istanbul": "^6.1.1", "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", + "convert-source-map": "^2.0.0", "fast-json-stable-stringify": "^2.1.0", "graceful-fs": "^4.2.9", - "jest-haste-map": "^29.2.1", + "jest-haste-map": "^29.4.1", "jest-regex-util": "^29.2.0", - "jest-util": "^29.2.1", + "jest-util": "^29.4.1", "micromatch": "^4.0.4", "pirates": "^4.0.4", "slash": "^3.0.0", - "write-file-atomic": "^4.0.1" + "write-file-atomic": "^5.0.0" }, "dependencies": { "ansi-styles": { @@ -18855,6 +20221,12 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, + "convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true + }, "has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -18879,12 +20251,12 @@ } }, "@jest/types": { - "version": "29.2.1", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.2.1.tgz", - "integrity": "sha512-O/QNDQODLnINEPAI0cl9U6zUIDXEWXt6IC1o2N2QENuos7hlGUIthlKyV4p6ki3TvXFX071blj8HUhgLGquPjw==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.4.1.tgz", + "integrity": "sha512-zbrAXDUOnpJ+FMST2rV7QZOgec8rskg2zv8g2ajeqitp4tvZiyqTCYXANrKsM+ryj5o+LI+ZN2EgU9drrkiwSA==", "dev": true, "requires": { - "@jest/schemas": "^29.0.0", + "@jest/schemas": "^29.4.0", "@types/istanbul-lib-coverage": "^2.0.0", "@types/istanbul-reports": "^3.0.0", "@types/node": "*", @@ -19773,27 +21145,27 @@ "peer": true }, "@sinclair/typebox": { - "version": "0.24.42", - "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.42.tgz", - "integrity": "sha512-d+2AtrHGyWek2u2ITF0lHRIv6Tt7X0dEHW+0rP+5aDCEjC3fiN2RBjrLD0yU0at52BcZbRGxLbAtXiR0hFCjYw==", + "version": "0.25.21", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.25.21.tgz", + "integrity": "sha512-gFukHN4t8K4+wVC+ECqeqwzBDeFeTzBXroBTqE6vcWrQGbEUpHO7LYdG0f4xnvYq4VOEwITSlHlp0JBAIFMS/g==", "dev": true }, "@sinonjs/commons": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.3.tgz", - "integrity": "sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-2.0.0.tgz", + "integrity": "sha512-uLa0j859mMrg2slwQYdO/AkrOfmH+X6LTVmNTS9CqexuE2IvVORIkSpJLqePAbEnKJ77aMmCwr1NUZ57120Xcg==", "dev": true, "requires": { "type-detect": "4.0.8" } }, "@sinonjs/fake-timers": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-9.1.2.tgz", - "integrity": "sha512-BPS4ynJW/o92PUR4wgriz2Ud5gpST5vz6GQfMixEDK0Z8ZCUv2M7SkBLykH56T++Xs+8ln9zTGbOvNGIe02/jw==", + "version": "10.0.2", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.0.2.tgz", + "integrity": "sha512-SwUDyjWnah1AaNl7kxsa7cfLhlTYoiyhDAIgyh+El30YvXs/o7OLXpYH88Zdhyx9JExKrmHDJ+10bwIcY80Jmw==", "dev": true, "requires": { - "@sinonjs/commons": "^1.7.0" + "@sinonjs/commons": "^2.0.0" } }, "@tootallnate/once": { @@ -19827,13 +21199,13 @@ "dev": true }, "@types/babel__core": { - "version": "7.1.19", - "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.19.tgz", - "integrity": "sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==", + "version": "7.20.0", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.0.tgz", + "integrity": "sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==", "dev": true, "requires": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0", + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7", "@types/babel__generator": "*", "@types/babel__template": "*", "@types/babel__traverse": "*" @@ -19859,9 +21231,9 @@ } }, "@types/babel__traverse": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.18.2.tgz", - "integrity": "sha512-FcFaxOr2V5KZCviw1TnutEMVUVsGt4D2hP1TAfXZAMKuHYW3xQhe3jTxNPWutgCJ3/X1c5yX8ZoGVEItxKbwBg==", + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.18.3.tgz", + "integrity": "sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w==", "dev": true, "requires": { "@babel/types": "^7.3.0" @@ -19894,9 +21266,9 @@ "dev": true }, "@types/graceful-fs": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.5.tgz", - "integrity": "sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==", + "version": "4.1.6", + "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.6.tgz", + "integrity": "sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==", "dev": true, "requires": { "@types/node": "*" @@ -19956,16 +21328,10 @@ "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==", "dev": true }, - "@types/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", - "dev": true - }, "@types/prettier": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.1.tgz", - "integrity": "sha512-ri0UmynRRvZiiUJdiz38MmIblKK+oH30MztdBVR95dv/Ubw6neWSb8u1XpRb72L4qsZOhz+L+z9JD40SJmfWow==", + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.2.tgz", + "integrity": "sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg==", "dev": true }, "@types/stack-utils": { @@ -20321,18 +21687,24 @@ "dev": true }, "array-includes": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.5.tgz", - "integrity": "sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==", + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.6.tgz", + "integrity": "sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==", "dev": true, "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", - "es-abstract": "^1.19.5", - "get-intrinsic": "^1.1.1", + "es-abstract": "^1.20.4", + "get-intrinsic": "^1.1.3", "is-string": "^1.0.7" } }, + "array-timsort": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/array-timsort/-/array-timsort-1.0.3.tgz", + "integrity": "sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==", + "dev": true + }, "array-union": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", @@ -20346,14 +21718,26 @@ "dev": true }, "array.prototype.flat": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz", - "integrity": "sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz", + "integrity": "sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==", "dev": true, "requires": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", + "es-shim-unscopables": "^1.0.0" + } + }, + "array.prototype.flatmap": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz", + "integrity": "sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", "es-shim-unscopables": "^1.0.0" } }, @@ -20387,16 +21771,22 @@ "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", "dev": true }, + "available-typed-arrays": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", + "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==", + "dev": true + }, "babel-jest": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.2.2.tgz", - "integrity": "sha512-kkq2QSDIuvpgfoac3WZ1OOcHsQQDU5xYk2Ql7tLdJ8BVAYbefEXal+NfS45Y5LVZA7cxC8KYcQMObpCt1J025w==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.4.1.tgz", + "integrity": "sha512-xBZa/pLSsF/1sNpkgsiT3CmY7zV1kAsZ9OxxtrFqYucnOuRftXAfcJqcDVyOPeN4lttWTwhLdu0T9f8uvoPEUg==", "dev": true, "requires": { - "@jest/transform": "^29.2.2", + "@jest/transform": "^29.4.1", "@types/babel__core": "^7.1.14", "babel-plugin-istanbul": "^6.1.1", - "babel-preset-jest": "^29.2.0", + "babel-preset-jest": "^29.4.0", "chalk": "^4.0.0", "graceful-fs": "^4.2.9", "slash": "^3.0.0" @@ -20459,15 +21849,6 @@ } } }, - "babel-plugin-dynamic-import-node": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz", - "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==", - "dev": true, - "requires": { - "object.assign": "^4.1.0" - } - }, "babel-plugin-istanbul": { "version": "6.1.1", "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", @@ -20482,9 +21863,9 @@ } }, "babel-plugin-jest-hoist": { - "version": "29.2.0", - "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.2.0.tgz", - "integrity": "sha512-TnspP2WNiR3GLfCsUNHqeXw0RoQ2f9U5hQ5L3XFpwuO8htQmSrhh8qsB6vi5Yi8+kuynN1yjDjQsPfkebmB6ZA==", + "version": "29.4.0", + "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.4.0.tgz", + "integrity": "sha512-a/sZRLQJEmsmejQ2rPEUe35nO1+C9dc9O1gplH1SXmJxveQSRUYdBk8yGZG/VOUuZs1u2aHZJusEGoRMbhhwCg==", "dev": true, "requires": { "@babel/template": "^7.3.3", @@ -20552,12 +21933,12 @@ } }, "babel-preset-jest": { - "version": "29.2.0", - "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.2.0.tgz", - "integrity": "sha512-z9JmMJppMxNv8N7fNRHvhMg9cvIkMxQBXgFkane3yKVEvEOP+kB50lk8DFRvF9PGqbyXxlmebKWhuDORO8RgdA==", + "version": "29.4.0", + "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.4.0.tgz", + "integrity": "sha512-fUB9vZflUSM3dO/6M2TCAepTzvA4VkOvl67PjErcrQMGt9Eve7uazaeyCZ2th3UtI7ljpiBJES0F7A1vBRsLZA==", "dev": true, "requires": { - "babel-plugin-jest-hoist": "^29.2.0", + "babel-plugin-jest-hoist": "^29.4.0", "babel-preset-current-node-syntax": "^1.0.0" } }, @@ -20938,6 +22319,27 @@ "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", "dev": true }, + "clear-module": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/clear-module/-/clear-module-4.1.2.tgz", + "integrity": "sha512-LWAxzHqdHsAZlPlEyJ2Poz6AIs384mPeqLVCru2p0BrP9G/kVGuhNyZYClLO6cXlnuJjzC8xtsJIuMjKqLXoAw==", + "dev": true, + "requires": { + "parent-module": "^2.0.0", + "resolve-from": "^5.0.0" + }, + "dependencies": { + "parent-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-2.0.0.tgz", + "integrity": "sha512-uo0Z9JJeWzv8BG+tRcapBKNJ0dro9cLyczGzulS6EfeyAdeC9sbojtW6XwvYxJkEne9En+J2XEl4zyglVeIwFg==", + "dev": true, + "requires": { + "callsites": "^3.1.0" + } + } + } + }, "cli-cursor": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", @@ -21048,6 +22450,19 @@ "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", "dev": true }, + "comment-json": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/comment-json/-/comment-json-4.2.3.tgz", + "integrity": "sha512-SsxdiOf064DWoZLH799Ata6u7iV658A11PlWtZATDlXPpKGJnbJZ5Z24ybixAi+LUUqJ/GKowAejtC5GFUG7Tw==", + "dev": true, + "requires": { + "array-timsort": "^1.0.3", + "core-util-is": "^1.0.3", + "esprima": "^4.0.1", + "has-own-prop": "^2.0.0", + "repeat-string": "^1.6.1" + } + }, "compare-func": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/compare-func/-/compare-func-2.0.0.tgz", @@ -21082,6 +22497,49 @@ "typedarray": "^0.0.6" } }, + "configstore": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz", + "integrity": "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==", + "dev": true, + "requires": { + "dot-prop": "^5.2.0", + "graceful-fs": "^4.1.2", + "make-dir": "^3.0.0", + "unique-string": "^2.0.0", + "write-file-atomic": "^3.0.0", + "xdg-basedir": "^4.0.0" + }, + "dependencies": { + "make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dev": true, + "requires": { + "semver": "^6.0.0" + } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + }, + "write-file-atomic": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", + "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", + "dev": true, + "requires": { + "imurmurhash": "^0.1.4", + "is-typedarray": "^1.0.0", + "signal-exit": "^3.0.2", + "typedarray-to-buffer": "^3.1.5" + } + } + } + }, "console-control-strings": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", @@ -21387,28 +22845,44 @@ } }, "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", "dev": true }, "cosmiconfig": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz", - "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.0.0.tgz", + "integrity": "sha512-da1EafcpH6b/TD8vDRaWV7xFINlHlF6zKsGwS1TsuVJTZRkquaS5HTMq7uq6h31619QjbsYl21gVDOm32KM1vQ==", "dev": true, "requires": { - "@types/parse-json": "^4.0.0", "import-fresh": "^3.2.1", + "js-yaml": "^4.1.0", "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" + "path-type": "^4.0.0" + }, + "dependencies": { + "argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "requires": { + "argparse": "^2.0.1" + } + } } }, "cosmiconfig-typescript-loader": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-4.2.0.tgz", - "integrity": "sha512-NkANeMnaHrlaSSlpKGyvn2R4rqUDeE/9E5YHx+b4nwo0R8dZyAqcih8/gxpCZvqWP9Vf6xuLpMSzSgdVEIM78g==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-4.3.0.tgz", + "integrity": "sha512-NTxV1MFfZDLPiBMjxbHRwSh5LaLcPMwNdCutmnHJCKoVnlvldPWlllonKwrsRJ5pYZBIBGRWWU2tfvzxgeSW5Q==", "dev": true, "requires": {} }, @@ -21418,40 +22892,223 @@ "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", "dev": true }, - "cross-env": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz", - "integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==", + "cross-env": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz", + "integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==", + "dev": true, + "requires": { + "cross-spawn": "^7.0.1" + } + }, + "cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "requires": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + } + }, + "crypto-random-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", + "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", + "dev": true + }, + "cspell": { + "version": "6.20.1", + "resolved": "https://registry.npmjs.org/cspell/-/cspell-6.20.1.tgz", + "integrity": "sha512-6HfFqjtSUFvT00U4xF4PZoT8CZr8gTHn2f97TtF+ib18SWK6gAlY526CoRhFiSBHLlSaaJkFJTN9zxuVp8mWHw==", + "dev": true, + "requires": { + "@cspell/cspell-pipe": "6.20.1", + "chalk": "^4.1.2", + "commander": "^10.0.0", + "cspell-gitignore": "6.20.1", + "cspell-glob": "6.20.1", + "cspell-lib": "6.20.1", + "fast-glob": "^3.2.12", + "fast-json-stable-stringify": "^2.1.0", + "file-entry-cache": "^6.0.1", + "get-stdin": "^8.0.0", + "imurmurhash": "^0.1.4", + "semver": "^7.3.8", + "strip-ansi": "^6.0.1", + "vscode-uri": "^3.0.7" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "commander": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.0.tgz", + "integrity": "sha512-zS5PnTI22FIRM6ylNW8G4Ap0IEOyk62fhLSD0+uHRT9McRCLGpkVNvao4bjimpK/GShynyQkFFxHhwMcETmduA==", + "dev": true + }, + "get-stdin": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz", + "integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "cspell-dictionary": { + "version": "6.20.1", + "resolved": "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-6.20.1.tgz", + "integrity": "sha512-zvPXcjQfc6ovJ1a36tnwlZOKI2RZpr3bA6WYbg/GqujH+iXRpzq1L4OVVP5EIdX6+v02j2eQNvagkVTStz8Klw==", + "dev": true, + "requires": { + "@cspell/cspell-pipe": "6.20.1", + "@cspell/cspell-types": "6.20.1", + "cspell-trie-lib": "6.20.1", + "fast-equals": "^4.0.3", + "gensequence": "^4.0.3" + } + }, + "cspell-gitignore": { + "version": "6.20.1", + "resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-6.20.1.tgz", + "integrity": "sha512-09mm4GyFGF0FBYJcx4++HXyCFcn8zCWR/YL0LDtTMDRcNc8bqgN1p9x5hr2VEQfPFDjHuR20AEmmO7W/wN8IeA==", + "dev": true, + "requires": { + "cspell-glob": "6.20.1", + "find-up": "^5.0.0" + } + }, + "cspell-glob": { + "version": "6.20.1", + "resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-6.20.1.tgz", + "integrity": "sha512-r2TLERhvhWIS9SyfGNN02ftZ5I6tUsOw0Zg5Rwqp5Gu6A57AlNeiePucgB7D8kEng521My5sUqgUMZ8cR04PNA==", + "dev": true, + "requires": { + "micromatch": "^4.0.5" + } + }, + "cspell-grammar": { + "version": "6.20.1", + "resolved": "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-6.20.1.tgz", + "integrity": "sha512-7/s1cwKWfiA1tIWxQKfiNCWGqnMbrlgJa0Iqdc05fOodh8MMZiydbj86oNPBM6asal26cQImMxUodE7Uk9WwHA==", + "dev": true, + "requires": { + "@cspell/cspell-pipe": "6.20.1", + "@cspell/cspell-types": "6.20.1" + } + }, + "cspell-io": { + "version": "6.20.1", + "resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-6.20.1.tgz", + "integrity": "sha512-hUVj89hoKewhHUdUG8mI7nxrU4gmU98U54If2kSHlM3RQBLOn4hA3Z+dhRwYNUo1ScL/7yad8B+23EpblObvtQ==", "dev": true, "requires": { - "cross-spawn": "^7.0.1" + "@cspell/cspell-service-bus": "6.20.1", + "node-fetch": "^2.6.9" } }, - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "cspell-lib": { + "version": "6.20.1", + "resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-6.20.1.tgz", + "integrity": "sha512-WxaU0LntJj967qN4B+R2tKiMGvK3I/918B9SLI2n4FLcs9PZLcVAv7U0RZQEw5avyZrG0r7mKNdIVhHdFRRcmA==", "dev": true, "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" + "@cspell/cspell-bundled-dicts": "6.20.1", + "@cspell/cspell-pipe": "6.20.1", + "@cspell/cspell-types": "6.20.1", + "@cspell/strong-weak-map": "6.20.1", + "clear-module": "^4.1.2", + "comment-json": "^4.2.3", + "configstore": "^5.0.1", + "cosmiconfig": "^8.0.0", + "cspell-dictionary": "6.20.1", + "cspell-glob": "6.20.1", + "cspell-grammar": "6.20.1", + "cspell-io": "6.20.1", + "cspell-trie-lib": "6.20.1", + "fast-equals": "^4.0.3", + "find-up": "^5.0.0", + "gensequence": "^4.0.3", + "import-fresh": "^3.3.0", + "resolve-from": "^5.0.0", + "resolve-global": "^1.0.0", + "vscode-languageserver-textdocument": "^1.0.8", + "vscode-uri": "^3.0.7" + } + }, + "cspell-trie-lib": { + "version": "6.20.1", + "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-6.20.1.tgz", + "integrity": "sha512-Ld+cu/GQkDBAZgrvi6LRPL9DVV1VvvYY7EGk/P865PX5cG7Qv+VgFMqKP1Si3p0+XbZfTEHdL9nx+l6Xmdapwg==", + "dev": true, + "requires": { + "@cspell/cspell-pipe": "6.20.1", + "@cspell/cspell-types": "6.20.1", + "gensequence": "^4.0.3" } }, "css-loader": { - "version": "6.7.1", - "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.7.1.tgz", - "integrity": "sha512-yB5CNFa14MbPJcomwNh3wLThtkZgcNyI2bNMRt8iE5Z8Vwl7f8vQXFAzn2HDOJvtDq2NTZBUGMSUNNyrv3/+cw==", + "version": "6.7.3", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.7.3.tgz", + "integrity": "sha512-qhOH1KlBMnZP8FzRO6YCH9UHXQhVMcEGLyNdb7Hv2cpcmJbW0YrddO+tG1ab5nT41KpHIYGsbeHqxB9xPu1pKQ==", "dev": true, "requires": { "icss-utils": "^5.1.0", - "postcss": "^8.4.7", + "postcss": "^8.4.19", "postcss-modules-extract-imports": "^3.0.0", "postcss-modules-local-by-default": "^4.0.0", "postcss-modules-scope": "^3.0.0", "postcss-modules-values": "^4.0.0", "postcss-value-parser": "^4.2.0", - "semver": "^7.3.5" + "semver": "^7.3.8" } }, "css-node-extract": { @@ -21551,9 +23208,9 @@ } }, "decode-uri-component": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", - "integrity": "sha512-hjf+xovcEn31w/EUYdTXQh/8smFL/dzYjohQGEIgjyNavaJfBY2p5F527Bo1VPATxv0VYTUC2bOcXvqFwk78Og==", + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", + "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==", "dev": true }, "dedent": { @@ -21569,9 +23226,9 @@ "dev": true }, "deepmerge": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz", - "integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.0.tgz", + "integrity": "sha512-z2wJZXrmeHdvYJp/Ux55wIjqo81G5Bp4c+oELTW+7ar6SogWHajt5a9gO3s3IDaGSAXjDk0vlQKN3rms8ab3og==", "dev": true }, "define-properties": { @@ -21783,9 +23440,9 @@ "dev": true }, "diff-sequences": { - "version": "29.2.0", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.2.0.tgz", - "integrity": "sha512-413SY5JpYeSBZxmenGEmCVQ8mCgtFJF0w9PROdaS6z987XC2Pd2GOKqOITLtMftmyFZqgtCOb/QA7/Z3ZXfzIw==", + "version": "29.3.1", + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.3.1.tgz", + "integrity": "sha512-hlM3QR272NXCi4pq+N4Kok4kOp6EsgOM3ZSpJI7Da3UAs+Ttsi8MRmB6trM/lhyzUxGfOgnpkHtgqm5Q/CTcfQ==", "dev": true }, "dir-glob": { @@ -21920,9 +23577,9 @@ } }, "enhanced-resolve": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.10.0.tgz", - "integrity": "sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ==", + "version": "5.12.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.12.0.tgz", + "integrity": "sha512-QHTXI/sZQmko1cbDoNAa3mJ5qhWUUNAq3vR0/YiD379fWQrcfuoX1+HW2S0MTt7XmoPLapdaDKUtelUSPic7hQ==", "dev": true, "requires": { "graceful-fs": "^4.2.4", @@ -21951,34 +23608,44 @@ } }, "es-abstract": { - "version": "1.20.1", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.1.tgz", - "integrity": "sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==", + "version": "1.21.1", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.21.1.tgz", + "integrity": "sha512-QudMsPOz86xYz/1dG1OuGBKOELjCh99IIWHLzy5znUB6j8xG2yMA7bfTV86VSqKF+Y/H08vQPR+9jyXpuC6hfg==", "dev": true, "requires": { + "available-typed-arrays": "^1.0.5", "call-bind": "^1.0.2", + "es-set-tostringtag": "^2.0.1", "es-to-primitive": "^1.2.1", "function-bind": "^1.1.1", "function.prototype.name": "^1.1.5", - "get-intrinsic": "^1.1.1", + "get-intrinsic": "^1.1.3", "get-symbol-description": "^1.0.0", + "globalthis": "^1.0.3", + "gopd": "^1.0.1", "has": "^1.0.3", "has-property-descriptors": "^1.0.0", + "has-proto": "^1.0.1", "has-symbols": "^1.0.3", - "internal-slot": "^1.0.3", - "is-callable": "^1.2.4", + "internal-slot": "^1.0.4", + "is-array-buffer": "^3.0.1", + "is-callable": "^1.2.7", "is-negative-zero": "^2.0.2", "is-regex": "^1.1.4", "is-shared-array-buffer": "^1.0.2", "is-string": "^1.0.7", + "is-typed-array": "^1.1.10", "is-weakref": "^1.0.2", - "object-inspect": "^1.12.0", + "object-inspect": "^1.12.2", "object-keys": "^1.1.1", - "object.assign": "^4.1.2", + "object.assign": "^4.1.4", "regexp.prototype.flags": "^1.4.3", - "string.prototype.trimend": "^1.0.5", - "string.prototype.trimstart": "^1.0.5", - "unbox-primitive": "^1.0.2" + "safe-regex-test": "^1.0.0", + "string.prototype.trimend": "^1.0.6", + "string.prototype.trimstart": "^1.0.6", + "typed-array-length": "^1.0.4", + "unbox-primitive": "^1.0.2", + "which-typed-array": "^1.1.9" } }, "es-module-lexer": { @@ -21987,6 +23654,17 @@ "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==", "dev": true }, + "es-set-tostringtag": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz", + "integrity": "sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==", + "dev": true, + "requires": { + "get-intrinsic": "^1.1.3", + "has": "^1.0.3", + "has-tostringtag": "^1.0.0" + } + }, "es-shim-unscopables": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz", @@ -22020,13 +23698,13 @@ "dev": true }, "eslint": { - "version": "8.26.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.26.0.tgz", - "integrity": "sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==", + "version": "8.33.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.33.0.tgz", + "integrity": "sha512-WjOpFQgKK8VrCnAtl8We0SUOy/oVZ5NHykyMiagV1M9r8IFpIJX7DduK6n1mpfhlG7T1NLWm2SuD8QB7KFySaA==", "dev": true, "requires": { - "@eslint/eslintrc": "^1.3.3", - "@humanwhocodes/config-array": "^0.11.6", + "@eslint/eslintrc": "^1.4.1", + "@humanwhocodes/config-array": "^0.11.8", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", "ajv": "^6.10.0", @@ -22045,7 +23723,7 @@ "file-entry-cache": "^6.0.1", "find-up": "^5.0.0", "glob-parent": "^6.0.2", - "globals": "^13.15.0", + "globals": "^13.19.0", "grapheme-splitter": "^1.0.4", "ignore": "^5.2.0", "import-fresh": "^3.0.0", @@ -22122,9 +23800,9 @@ } }, "globals": { - "version": "13.15.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.15.0.tgz", - "integrity": "sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==", + "version": "13.19.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.19.0.tgz", + "integrity": "sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ==", "dev": true, "requires": { "type-fest": "^0.20.2" @@ -22163,20 +23841,21 @@ } }, "eslint-config-prettier": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz", - "integrity": "sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==", + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.6.0.tgz", + "integrity": "sha512-bAF0eLpLVqP5oEVUFKpMA+NnRFICwn9X8B5jrR9FcqnYBuPbqWEjTEspPWMj5ye6czoSLDweCzSo3Ko7gGrZaA==", "dev": true, "requires": {} }, "eslint-import-resolver-node": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz", - "integrity": "sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==", + "version": "0.3.7", + "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.7.tgz", + "integrity": "sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==", "dev": true, "requires": { "debug": "^3.2.7", - "resolve": "^1.20.0" + "is-core-module": "^2.11.0", + "resolve": "^1.22.1" }, "dependencies": { "debug": { @@ -22191,13 +23870,12 @@ } }, "eslint-module-utils": { - "version": "2.7.3", - "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz", - "integrity": "sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==", + "version": "2.7.4", + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.4.tgz", + "integrity": "sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==", "dev": true, "requires": { - "debug": "^3.2.7", - "find-up": "^2.1.0" + "debug": "^3.2.7" }, "dependencies": { "debug": { @@ -22208,86 +23886,39 @@ "requires": { "ms": "^2.1.1" } - }, - "find-up": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", - "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", - "dev": true, - "requires": { - "locate-path": "^2.0.0" - } - }, - "locate-path": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", - "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", - "dev": true, - "requires": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" - } - }, - "p-limit": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", - "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", - "dev": true, - "requires": { - "p-try": "^1.0.0" - } - }, - "p-locate": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", - "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", - "dev": true, - "requires": { - "p-limit": "^1.1.0" - } - }, - "p-try": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", - "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", - "dev": true - }, - "path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "dev": true } } }, "eslint-plugin-import": { - "version": "2.26.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz", - "integrity": "sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==", + "version": "2.27.5", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz", + "integrity": "sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==", "dev": true, "requires": { - "array-includes": "^3.1.4", - "array.prototype.flat": "^1.2.5", - "debug": "^2.6.9", + "array-includes": "^3.1.6", + "array.prototype.flat": "^1.3.1", + "array.prototype.flatmap": "^1.3.1", + "debug": "^3.2.7", "doctrine": "^2.1.0", - "eslint-import-resolver-node": "^0.3.6", - "eslint-module-utils": "^2.7.3", + "eslint-import-resolver-node": "^0.3.7", + "eslint-module-utils": "^2.7.4", "has": "^1.0.3", - "is-core-module": "^2.8.1", + "is-core-module": "^2.11.0", "is-glob": "^4.0.3", "minimatch": "^3.1.2", - "object.values": "^1.1.5", - "resolve": "^1.22.0", + "object.values": "^1.1.6", + "resolve": "^1.22.1", + "semver": "^6.3.0", "tsconfig-paths": "^3.14.1" }, "dependencies": { "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, "requires": { - "ms": "2.0.0" + "ms": "^2.1.1" } }, "doctrine": { @@ -22299,10 +23930,10 @@ "esutils": "^2.0.2" } }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true } } @@ -22341,9 +23972,9 @@ "dev": true }, "espree": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.4.0.tgz", - "integrity": "sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==", + "version": "9.4.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.4.1.tgz", + "integrity": "sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==", "dev": true, "requires": { "acorn": "^8.8.0", @@ -22539,16 +24170,16 @@ } }, "expect": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/expect/-/expect-29.2.2.tgz", - "integrity": "sha512-hE09QerxZ5wXiOhqkXy5d2G9ar+EqOyifnCXCpMNu+vZ6DG9TJ6CO2c2kPDSLqERTTWrO7OZj8EkYHQqSd78Yw==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/expect/-/expect-29.4.1.tgz", + "integrity": "sha512-OKrGESHOaMxK3b6zxIq9SOW8kEXztKff/Dvg88j4xIJxur1hspEbedVkR3GpHe5LO+WB2Qw7OWN0RMTdp6as5A==", "dev": true, "requires": { - "@jest/expect-utils": "^29.2.2", + "@jest/expect-utils": "^29.4.1", "jest-get-type": "^29.2.0", - "jest-matcher-utils": "^29.2.2", - "jest-message-util": "^29.2.1", - "jest-util": "^29.2.1" + "jest-matcher-utils": "^29.4.1", + "jest-message-util": "^29.4.1", + "jest-util": "^29.4.1" } }, "extend-shallow": { @@ -22609,10 +24240,16 @@ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", "dev": true }, + "fast-equals": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-4.0.3.tgz", + "integrity": "sha512-G3BSX9cfKttjr+2o1O22tYMLq0DPluZnYtq1rXumE1SpL/F/SLIfHx08WYQoWSIpeMYf8sRbJ8++71+v6Pnxfg==", + "dev": true + }, "fast-glob": { - "version": "3.2.11", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", - "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", + "version": "3.2.12", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", + "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", "dev": true, "requires": { "@nodelib/fs.stat": "^2.0.2", @@ -22847,6 +24484,15 @@ "integrity": "sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==", "dev": true }, + "for-each": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", + "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", + "dev": true, + "requires": { + "is-callable": "^1.1.3" + } + }, "for-in": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", @@ -22870,9 +24516,9 @@ } }, "fs-extra": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", - "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.0.tgz", + "integrity": "sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==", "dev": true, "requires": { "graceful-fs": "^4.2.0", @@ -22947,6 +24593,12 @@ "globule": "^1.0.0" } }, + "gensequence": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/gensequence/-/gensequence-4.0.3.tgz", + "integrity": "sha512-izr+MKqJKjexkvLiPGhW96elQX8TuUR/su/xzILxjqzU1RDz1n1ZbqwDUnNFaRcq0gFR3oQfNH2JOH4Je1x/QA==", + "dev": true + }, "gensync": { "version": "1.0.0-beta.2", "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", @@ -22960,14 +24612,14 @@ "dev": true }, "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", - "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.0.tgz", + "integrity": "sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q==", "dev": true, "requires": { "function-bind": "^1.1.1", "has": "^1.0.3", - "has-symbols": "^1.0.1" + "has-symbols": "^1.0.3" } }, "get-package-type": { @@ -23227,6 +24879,15 @@ "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", "dev": true }, + "globalthis": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz", + "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==", + "dev": true, + "requires": { + "define-properties": "^1.1.3" + } + }, "globby": { "version": "11.1.0", "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", @@ -23291,6 +24952,15 @@ "integrity": "sha512-XMf1+O32FjYIV3CYu6Tuh5PNbfNEU5Xu22X+Xkdb/DUexFlCzhvv7d5Iirm4AOwn8lv4al1YvIhzGrg2j9Zfzw==", "dev": true }, + "gopd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "dev": true, + "requires": { + "get-intrinsic": "^1.1.3" + } + }, "graceful-fs": { "version": "4.2.10", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", @@ -23343,6 +25013,12 @@ "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", "dev": true }, + "has-own-prop": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-own-prop/-/has-own-prop-2.0.0.tgz", + "integrity": "sha512-Pq0h+hvsVm6dDEa8x82GnLSYHOzNDt7f0ddFa3FqcQlgzEiptPqL+XrOJNavjOzSYiYWIrgeVYYgGlLmnxwilQ==", + "dev": true + }, "has-property-descriptors": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", @@ -23352,6 +25028,12 @@ "get-intrinsic": "^1.1.1" } }, + "has-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", + "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==", + "dev": true + }, "has-symbols": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", @@ -23460,9 +25142,9 @@ "dev": true }, "http-cache-semantics": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", - "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", + "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", "dev": true }, "http-proxy-agent": { @@ -23502,9 +25184,9 @@ } }, "husky": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.1.tgz", - "integrity": "sha512-xs7/chUH/CKdOCs7Zy0Aev9e/dKOMZf3K1Az1nar3tzlv0jfqnYtu235bstsWTmXOR0EfINrPa97yy4Lz6RiKw==", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", + "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", "dev": true }, "iconv-lite": { @@ -23605,12 +25287,12 @@ "dev": true }, "internal-slot": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz", - "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.4.tgz", + "integrity": "sha512-tA8URYccNzMo94s5MQZgH8NB/XTa6HsOo0MLfXTKKEnHVVdegzaQoFZ7Jp44bdvLvY2waT5dc+j5ICEswhi7UQ==", "dev": true, "requires": { - "get-intrinsic": "^1.1.0", + "get-intrinsic": "^1.1.3", "has": "^1.0.3", "side-channel": "^1.0.4" } @@ -23630,6 +25312,17 @@ "kind-of": "^6.0.0" } }, + "is-array-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.1.tgz", + "integrity": "sha512-ASfLknmY8Xa2XtB4wmbz13Wu202baeA18cJBCeCy0wXUHZF0IPyVEXqKEcd+t2fNSLLL1vC6k7lxZEojNbISXQ==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.3", + "is-typed-array": "^1.1.10" + } + }, "is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", @@ -23671,15 +25364,15 @@ "dev": true }, "is-callable": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz", - "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==", + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", + "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", "dev": true }, "is-core-module": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz", - "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==", + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz", + "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==", "dev": true, "requires": { "has": "^1.0.3" @@ -23871,6 +25564,25 @@ "text-extensions": "^1.0.0" } }, + "is-typed-array": { + "version": "1.1.10", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz", + "integrity": "sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==", + "dev": true, + "requires": { + "available-typed-arrays": "^1.0.5", + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-tostringtag": "^1.0.0" + } + }, + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", + "dev": true + }, "is-upper-case": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/is-upper-case/-/is-upper-case-1.1.2.tgz", @@ -24005,21 +25717,21 @@ } }, "jest": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/jest/-/jest-29.2.2.tgz", - "integrity": "sha512-r+0zCN9kUqoON6IjDdjbrsWobXM/09Nd45kIPRD8kloaRh1z5ZCMdVsgLXGxmlL7UpAJsvCYOQNO+NjvG/gqiQ==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest/-/jest-29.4.1.tgz", + "integrity": "sha512-cknimw7gAXPDOmj0QqztlxVtBVCw2lYY9CeIE5N6kD+kET1H4H79HSNISJmijb1HF+qk+G+ploJgiDi5k/fRlg==", "dev": true, "requires": { - "@jest/core": "^29.2.2", - "@jest/types": "^29.2.1", + "@jest/core": "^29.4.1", + "@jest/types": "^29.4.1", "import-local": "^3.0.2", - "jest-cli": "^29.2.2" + "jest-cli": "^29.4.1" } }, "jest-changed-files": { - "version": "29.2.0", - "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.2.0.tgz", - "integrity": "sha512-qPVmLLyBmvF5HJrY7krDisx6Voi8DmlV3GZYX0aFNbaQsZeoz1hfxcCMbqDGuQCxU1dJy9eYc2xscE8QrCCYaA==", + "version": "29.4.0", + "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.4.0.tgz", + "integrity": "sha512-rnI1oPxgFghoz32Y8eZsGJMjW54UlqT17ycQeCEktcxxwqqKdlj9afl8LNeO0Pbu+h2JQHThQP0BzS67eTRx4w==", "dev": true, "requires": { "execa": "^5.0.0", @@ -24027,28 +25739,28 @@ } }, "jest-circus": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.2.2.tgz", - "integrity": "sha512-upSdWxx+Mh4DV7oueuZndJ1NVdgtTsqM4YgywHEx05UMH5nxxA2Qu9T9T9XVuR021XxqSoaKvSmmpAbjwwwxMw==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.4.1.tgz", + "integrity": "sha512-v02NuL5crMNY4CGPHBEflLzl4v91NFb85a+dH9a1pUNx6Xjggrd8l9pPy4LZ1VYNRXlb+f65+7O/MSIbLir6pA==", "dev": true, "requires": { - "@jest/environment": "^29.2.2", - "@jest/expect": "^29.2.2", - "@jest/test-result": "^29.2.1", - "@jest/types": "^29.2.1", + "@jest/environment": "^29.4.1", + "@jest/expect": "^29.4.1", + "@jest/test-result": "^29.4.1", + "@jest/types": "^29.4.1", "@types/node": "*", "chalk": "^4.0.0", "co": "^4.6.0", "dedent": "^0.7.0", "is-generator-fn": "^2.0.0", - "jest-each": "^29.2.1", - "jest-matcher-utils": "^29.2.2", - "jest-message-util": "^29.2.1", - "jest-runtime": "^29.2.2", - "jest-snapshot": "^29.2.2", - "jest-util": "^29.2.1", + "jest-each": "^29.4.1", + "jest-matcher-utils": "^29.4.1", + "jest-message-util": "^29.4.1", + "jest-runtime": "^29.4.1", + "jest-snapshot": "^29.4.1", + "jest-util": "^29.4.1", "p-limit": "^3.1.0", - "pretty-format": "^29.2.1", + "pretty-format": "^29.4.1", "slash": "^3.0.0", "stack-utils": "^2.0.3" }, @@ -24111,21 +25823,21 @@ } }, "jest-cli": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.2.2.tgz", - "integrity": "sha512-R45ygnnb2CQOfd8rTPFR+/fls0d+1zXS6JPYTBBrnLPrhr58SSuPTiA5Tplv8/PXpz4zXR/AYNxmwIj6J6nrvg==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.4.1.tgz", + "integrity": "sha512-jz7GDIhtxQ37M+9dlbv5K+/FVcIo1O/b1sX3cJgzlQUf/3VG25nvuWzlDC4F1FLLzUThJeWLu8I7JF9eWpuURQ==", "dev": true, "requires": { - "@jest/core": "^29.2.2", - "@jest/test-result": "^29.2.1", - "@jest/types": "^29.2.1", + "@jest/core": "^29.4.1", + "@jest/test-result": "^29.4.1", + "@jest/types": "^29.4.1", "chalk": "^4.0.0", "exit": "^0.1.2", "graceful-fs": "^4.2.9", "import-local": "^3.0.2", - "jest-config": "^29.2.2", - "jest-util": "^29.2.1", - "jest-validate": "^29.2.2", + "jest-config": "^29.4.1", + "jest-util": "^29.4.1", + "jest-validate": "^29.4.1", "prompts": "^2.0.1", "yargs": "^17.3.1" }, @@ -24182,31 +25894,31 @@ } }, "jest-config": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.2.2.tgz", - "integrity": "sha512-Q0JX54a5g1lP63keRfKR8EuC7n7wwny2HoTRDb8cx78IwQOiaYUVZAdjViY3WcTxpR02rPUpvNVmZ1fkIlZPcw==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.4.1.tgz", + "integrity": "sha512-g7p3q4NuXiM4hrS4XFATTkd+2z0Ml2RhFmFPM8c3WyKwVDNszbl4E7cV7WIx1YZeqqCtqbtTtZhGZWJlJqngzg==", "dev": true, "requires": { "@babel/core": "^7.11.6", - "@jest/test-sequencer": "^29.2.2", - "@jest/types": "^29.2.1", - "babel-jest": "^29.2.2", + "@jest/test-sequencer": "^29.4.1", + "@jest/types": "^29.4.1", + "babel-jest": "^29.4.1", "chalk": "^4.0.0", "ci-info": "^3.2.0", "deepmerge": "^4.2.2", "glob": "^7.1.3", "graceful-fs": "^4.2.9", - "jest-circus": "^29.2.2", - "jest-environment-node": "^29.2.2", + "jest-circus": "^29.4.1", + "jest-environment-node": "^29.4.1", "jest-get-type": "^29.2.0", "jest-regex-util": "^29.2.0", - "jest-resolve": "^29.2.2", - "jest-runner": "^29.2.2", - "jest-util": "^29.2.1", - "jest-validate": "^29.2.2", + "jest-resolve": "^29.4.1", + "jest-runner": "^29.4.1", + "jest-util": "^29.4.1", + "jest-validate": "^29.4.1", "micromatch": "^4.0.4", "parse-json": "^5.2.0", - "pretty-format": "^29.2.1", + "pretty-format": "^29.4.1", "slash": "^3.0.0", "strip-json-comments": "^3.1.1" }, @@ -24269,15 +25981,15 @@ } }, "jest-diff": { - "version": "29.2.1", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.2.1.tgz", - "integrity": "sha512-gfh/SMNlQmP3MOUgdzxPOd4XETDJifADpT937fN1iUGz+9DgOu2eUPHH25JDkLVcLwwqxv3GzVyK4VBUr9fjfA==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.4.1.tgz", + "integrity": "sha512-uazdl2g331iY56CEyfbNA0Ut7Mn2ulAG5vUaEHXycf1L6IPyuImIxSz4F0VYBKi7LYIuxOwTZzK3wh5jHzASMw==", "dev": true, "requires": { "chalk": "^4.0.0", - "diff-sequences": "^29.2.0", + "diff-sequences": "^29.3.1", "jest-get-type": "^29.2.0", - "pretty-format": "^29.2.1" + "pretty-format": "^29.4.1" }, "dependencies": { "ansi-styles": { @@ -24341,16 +26053,16 @@ } }, "jest-each": { - "version": "29.2.1", - "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-29.2.1.tgz", - "integrity": "sha512-sGP86H/CpWHMyK3qGIGFCgP6mt+o5tu9qG4+tobl0LNdgny0aitLXs9/EBacLy3Bwqy+v4uXClqJgASJWcruYw==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-29.4.1.tgz", + "integrity": "sha512-QlYFiX3llJMWUV0BtWht/esGEz9w+0i7BHwODKCze7YzZzizgExB9MOfiivF/vVT0GSQ8wXLhvHXh3x2fVD4QQ==", "dev": true, "requires": { - "@jest/types": "^29.2.1", + "@jest/types": "^29.4.1", "chalk": "^4.0.0", "jest-get-type": "^29.2.0", - "jest-util": "^29.2.1", - "pretty-format": "^29.2.1" + "jest-util": "^29.4.1", + "pretty-format": "^29.4.1" }, "dependencies": { "ansi-styles": { @@ -24405,17 +26117,17 @@ } }, "jest-environment-node": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.2.2.tgz", - "integrity": "sha512-B7qDxQjkIakQf+YyrqV5dICNs7tlCO55WJ4OMSXsqz1lpI/0PmeuXdx2F7eU8rnPbRkUR/fItSSUh0jvE2y/tw==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.4.1.tgz", + "integrity": "sha512-x/H2kdVgxSkxWAIlIh9MfMuBa0hZySmfsC5lCsWmWr6tZySP44ediRKDUiNggX/eHLH7Cd5ZN10Rw+XF5tXsqg==", "dev": true, "requires": { - "@jest/environment": "^29.2.2", - "@jest/fake-timers": "^29.2.2", - "@jest/types": "^29.2.1", + "@jest/environment": "^29.4.1", + "@jest/fake-timers": "^29.4.1", + "@jest/types": "^29.4.1", "@types/node": "*", - "jest-mock": "^29.2.2", - "jest-util": "^29.2.1" + "jest-mock": "^29.4.1", + "jest-util": "^29.4.1" } }, "jest-environment-node-single-context": { @@ -24434,12 +26146,12 @@ "dev": true }, "jest-haste-map": { - "version": "29.2.1", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.2.1.tgz", - "integrity": "sha512-wF460rAFmYc6ARcCFNw4MbGYQjYkvjovb9GBT+W10Um8q5nHq98jD6fHZMDMO3tA56S8XnmNkM8GcA8diSZfnA==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.4.1.tgz", + "integrity": "sha512-imTjcgfVVTvg02khXL11NNLTx9ZaofbAWhilrMg/G8dIkp+HYCswhxf0xxJwBkfhWb3e8dwbjuWburvxmcr58w==", "dev": true, "requires": { - "@jest/types": "^29.2.1", + "@jest/types": "^29.4.1", "@types/graceful-fs": "^4.1.3", "@types/node": "*", "anymatch": "^3.0.3", @@ -24447,32 +26159,32 @@ "fsevents": "^2.3.2", "graceful-fs": "^4.2.9", "jest-regex-util": "^29.2.0", - "jest-util": "^29.2.1", - "jest-worker": "^29.2.1", + "jest-util": "^29.4.1", + "jest-worker": "^29.4.1", "micromatch": "^4.0.4", "walker": "^1.0.8" } }, "jest-leak-detector": { - "version": "29.2.1", - "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.2.1.tgz", - "integrity": "sha512-1YvSqYoiurxKOJtySc+CGVmw/e1v4yNY27BjWTVzp0aTduQeA7pdieLiW05wTYG/twlKOp2xS/pWuikQEmklug==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.4.1.tgz", + "integrity": "sha512-akpZv7TPyGMnH2RimOCgy+hPmWZf55EyFUvymQ4LMsQP8xSPlZumCPtXGoDhFNhUE2039RApZkTQDKU79p/FiQ==", "dev": true, "requires": { "jest-get-type": "^29.2.0", - "pretty-format": "^29.2.1" + "pretty-format": "^29.4.1" } }, "jest-matcher-utils": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.2.2.tgz", - "integrity": "sha512-4DkJ1sDPT+UX2MR7Y3od6KtvRi9Im1ZGLGgdLFLm4lPexbTaCgJW5NN3IOXlQHF7NSHY/VHhflQ+WoKtD/vyCw==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.4.1.tgz", + "integrity": "sha512-k5h0u8V4nAEy6lSACepxL/rw78FLDkBnXhZVgFneVpnJONhb2DhZj/Gv4eNe+1XqQ5IhgUcqj745UwH0HJmMnA==", "dev": true, "requires": { "chalk": "^4.0.0", - "jest-diff": "^29.2.1", + "jest-diff": "^29.4.1", "jest-get-type": "^29.2.0", - "pretty-format": "^29.2.1" + "pretty-format": "^29.4.1" }, "dependencies": { "ansi-styles": { @@ -24527,18 +26239,18 @@ } }, "jest-message-util": { - "version": "29.2.1", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.2.1.tgz", - "integrity": "sha512-Dx5nEjw9V8C1/Yj10S/8ivA8F439VS8vTq1L7hEgwHFn9ovSKNpYW/kwNh7UglaEgXO42XxzKJB+2x0nSglFVw==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.4.1.tgz", + "integrity": "sha512-H4/I0cXUaLeCw6FM+i4AwCnOwHRgitdaUFOdm49022YD5nfyr8C/DrbXOBEyJaj+w/y0gGJ57klssOaUiLLQGQ==", "dev": true, "requires": { "@babel/code-frame": "^7.12.13", - "@jest/types": "^29.2.1", + "@jest/types": "^29.4.1", "@types/stack-utils": "^2.0.0", "chalk": "^4.0.0", "graceful-fs": "^4.2.9", "micromatch": "^4.0.4", - "pretty-format": "^29.2.1", + "pretty-format": "^29.4.1", "slash": "^3.0.0", "stack-utils": "^2.0.3" }, @@ -24601,20 +26313,20 @@ } }, "jest-mock": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.2.2.tgz", - "integrity": "sha512-1leySQxNAnivvbcx0sCB37itu8f4OX2S/+gxLAV4Z62shT4r4dTG9tACDywUAEZoLSr36aYUTsVp3WKwWt4PMQ==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.4.1.tgz", + "integrity": "sha512-MwA4hQ7zBOcgVCVnsM8TzaFLVUD/pFWTfbkY953Y81L5ret3GFRZtmPmRFAjKQSdCKoJvvqOu6Bvfpqlwwb0dQ==", "dev": true, "requires": { - "@jest/types": "^29.2.1", + "@jest/types": "^29.4.1", "@types/node": "*", - "jest-util": "^29.2.1" + "jest-util": "^29.4.1" } }, "jest-pnp-resolver": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz", - "integrity": "sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz", + "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==", "dev": true, "requires": {} }, @@ -24625,19 +26337,19 @@ "dev": true }, "jest-resolve": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.2.2.tgz", - "integrity": "sha512-3gaLpiC3kr14rJR3w7vWh0CBX2QAhfpfiQTwrFPvVrcHe5VUBtIXaR004aWE/X9B2CFrITOQAp5gxLONGrk6GA==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.4.1.tgz", + "integrity": "sha512-j/ZFNV2lm9IJ2wmlq1uYK0Y/1PiyDq9g4HEGsNTNr3viRbJdV+8Lf1SXIiLZXFvyiisu0qUyIXGBnw+OKWkJwQ==", "dev": true, "requires": { "chalk": "^4.0.0", "graceful-fs": "^4.2.9", - "jest-haste-map": "^29.2.1", + "jest-haste-map": "^29.4.1", "jest-pnp-resolver": "^1.2.2", - "jest-util": "^29.2.1", - "jest-validate": "^29.2.2", + "jest-util": "^29.4.1", + "jest-validate": "^29.4.1", "resolve": "^1.20.0", - "resolve.exports": "^1.1.0", + "resolve.exports": "^2.0.0", "slash": "^3.0.0" }, "dependencies": { @@ -24699,40 +26411,40 @@ } }, "jest-resolve-dependencies": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.2.2.tgz", - "integrity": "sha512-wWOmgbkbIC2NmFsq8Lb+3EkHuW5oZfctffTGvwsA4JcJ1IRk8b2tg+hz44f0lngvRTeHvp3Kyix9ACgudHH9aQ==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.4.1.tgz", + "integrity": "sha512-Y3QG3M1ncAMxfjbYgtqNXC5B595zmB6e//p/qpA/58JkQXu/IpLDoLeOa8YoYfsSglBKQQzNUqtfGJJT/qLmJg==", "dev": true, "requires": { "jest-regex-util": "^29.2.0", - "jest-snapshot": "^29.2.2" + "jest-snapshot": "^29.4.1" } }, "jest-runner": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.2.2.tgz", - "integrity": "sha512-1CpUxXDrbsfy9Hr9/1zCUUhT813kGGK//58HeIw/t8fa/DmkecEwZSWlb1N/xDKXg3uCFHQp1GCvlSClfImMxg==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.4.1.tgz", + "integrity": "sha512-8d6XXXi7GtHmsHrnaqBKWxjKb166Eyj/ksSaUYdcBK09VbjPwIgWov1VwSmtupCIz8q1Xv4Qkzt/BTo3ZqiCeg==", "dev": true, "requires": { - "@jest/console": "^29.2.1", - "@jest/environment": "^29.2.2", - "@jest/test-result": "^29.2.1", - "@jest/transform": "^29.2.2", - "@jest/types": "^29.2.1", + "@jest/console": "^29.4.1", + "@jest/environment": "^29.4.1", + "@jest/test-result": "^29.4.1", + "@jest/transform": "^29.4.1", + "@jest/types": "^29.4.1", "@types/node": "*", "chalk": "^4.0.0", "emittery": "^0.13.1", "graceful-fs": "^4.2.9", "jest-docblock": "^29.2.0", - "jest-environment-node": "^29.2.2", - "jest-haste-map": "^29.2.1", - "jest-leak-detector": "^29.2.1", - "jest-message-util": "^29.2.1", - "jest-resolve": "^29.2.2", - "jest-runtime": "^29.2.2", - "jest-util": "^29.2.1", - "jest-watcher": "^29.2.2", - "jest-worker": "^29.2.1", + "jest-environment-node": "^29.4.1", + "jest-haste-map": "^29.4.1", + "jest-leak-detector": "^29.4.1", + "jest-message-util": "^29.4.1", + "jest-resolve": "^29.4.1", + "jest-runtime": "^29.4.1", + "jest-util": "^29.4.1", + "jest-watcher": "^29.4.1", + "jest-worker": "^29.4.1", "p-limit": "^3.1.0", "source-map-support": "0.5.13" }, @@ -24789,31 +26501,32 @@ } }, "jest-runtime": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.2.2.tgz", - "integrity": "sha512-TpR1V6zRdLynckKDIQaY41od4o0xWL+KOPUCZvJK2bu5P1UXhjobt5nJ2ICNeIxgyj9NGkO0aWgDqYPVhDNKjA==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.4.1.tgz", + "integrity": "sha512-UXTMU9uKu2GjYwTtoAw5rn4STxWw/nadOfW7v1sx6LaJYa3V/iymdCLQM6xy3+7C6mY8GfX22vKpgxY171UIoA==", "dev": true, "requires": { - "@jest/environment": "^29.2.2", - "@jest/fake-timers": "^29.2.2", - "@jest/globals": "^29.2.2", + "@jest/environment": "^29.4.1", + "@jest/fake-timers": "^29.4.1", + "@jest/globals": "^29.4.1", "@jest/source-map": "^29.2.0", - "@jest/test-result": "^29.2.1", - "@jest/transform": "^29.2.2", - "@jest/types": "^29.2.1", + "@jest/test-result": "^29.4.1", + "@jest/transform": "^29.4.1", + "@jest/types": "^29.4.1", "@types/node": "*", "chalk": "^4.0.0", "cjs-module-lexer": "^1.0.0", "collect-v8-coverage": "^1.0.0", "glob": "^7.1.3", "graceful-fs": "^4.2.9", - "jest-haste-map": "^29.2.1", - "jest-message-util": "^29.2.1", - "jest-mock": "^29.2.2", + "jest-haste-map": "^29.4.1", + "jest-message-util": "^29.4.1", + "jest-mock": "^29.4.1", "jest-regex-util": "^29.2.0", - "jest-resolve": "^29.2.2", - "jest-snapshot": "^29.2.2", - "jest-util": "^29.2.1", + "jest-resolve": "^29.4.1", + "jest-snapshot": "^29.4.1", + "jest-util": "^29.4.1", + "semver": "^7.3.5", "slash": "^3.0.0", "strip-bom": "^4.0.0" }, @@ -24876,9 +26589,9 @@ } }, "jest-snapshot": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.2.2.tgz", - "integrity": "sha512-GfKJrpZ5SMqhli3NJ+mOspDqtZfJBryGA8RIBxF+G+WbDoC7HCqKaeAss4Z/Sab6bAW11ffasx8/vGsj83jyjA==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.4.1.tgz", + "integrity": "sha512-l4iV8EjGgQWVz3ee/LR9sULDk2pCkqb71bjvlqn+qp90lFwpnulHj4ZBT8nm1hA1C5wowXLc7MGnw321u0tsYA==", "dev": true, "requires": { "@babel/core": "^7.11.6", @@ -24887,23 +26600,23 @@ "@babel/plugin-syntax-typescript": "^7.7.2", "@babel/traverse": "^7.7.2", "@babel/types": "^7.3.3", - "@jest/expect-utils": "^29.2.2", - "@jest/transform": "^29.2.2", - "@jest/types": "^29.2.1", + "@jest/expect-utils": "^29.4.1", + "@jest/transform": "^29.4.1", + "@jest/types": "^29.4.1", "@types/babel__traverse": "^7.0.6", "@types/prettier": "^2.1.5", "babel-preset-current-node-syntax": "^1.0.0", "chalk": "^4.0.0", - "expect": "^29.2.2", + "expect": "^29.4.1", "graceful-fs": "^4.2.9", - "jest-diff": "^29.2.1", + "jest-diff": "^29.4.1", "jest-get-type": "^29.2.0", - "jest-haste-map": "^29.2.1", - "jest-matcher-utils": "^29.2.2", - "jest-message-util": "^29.2.1", - "jest-util": "^29.2.1", + "jest-haste-map": "^29.4.1", + "jest-matcher-utils": "^29.4.1", + "jest-message-util": "^29.4.1", + "jest-util": "^29.4.1", "natural-compare": "^1.4.0", - "pretty-format": "^29.2.1", + "pretty-format": "^29.4.1", "semver": "^7.3.5" }, "dependencies": { @@ -24959,12 +26672,12 @@ } }, "jest-util": { - "version": "29.2.1", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.2.1.tgz", - "integrity": "sha512-P5VWDj25r7kj7kl4pN2rG/RN2c1TLfYYYZYULnS/35nFDjBai+hBeo3MDrYZS7p6IoY3YHZnt2vq4L6mKnLk0g==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.4.1.tgz", + "integrity": "sha512-bQy9FPGxVutgpN4VRc0hk6w7Hx/m6L53QxpDreTZgJd9gfx/AV2MjyPde9tGyZRINAUrSv57p2inGBu2dRLmkQ==", "dev": true, "requires": { - "@jest/types": "^29.2.1", + "@jest/types": "^29.4.1", "@types/node": "*", "chalk": "^4.0.0", "ci-info": "^3.2.0", @@ -25024,17 +26737,17 @@ } }, "jest-validate": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.2.2.tgz", - "integrity": "sha512-eJXATaKaSnOuxNfs8CLHgdABFgUrd0TtWS8QckiJ4L/QVDF4KVbZFBBOwCBZHOS0Rc5fOxqngXeGXE3nGQkpQA==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.4.1.tgz", + "integrity": "sha512-qNZXcZQdIQx4SfUB/atWnI4/I2HUvhz8ajOSYUu40CSmf9U5emil8EDHgE7M+3j9/pavtk3knlZBDsgFvv/SWw==", "dev": true, "requires": { - "@jest/types": "^29.2.1", + "@jest/types": "^29.4.1", "camelcase": "^6.2.0", "chalk": "^4.0.0", "jest-get-type": "^29.2.0", "leven": "^3.1.0", - "pretty-format": "^29.2.1" + "pretty-format": "^29.4.1" }, "dependencies": { "ansi-styles": { @@ -25095,18 +26808,18 @@ } }, "jest-watcher": { - "version": "29.2.2", - "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.2.2.tgz", - "integrity": "sha512-j2otfqh7mOvMgN2WlJ0n7gIx9XCMWntheYGlBK7+5g3b1Su13/UAK7pdKGyd4kDlrLwtH2QPvRv5oNIxWvsJ1w==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.4.1.tgz", + "integrity": "sha512-vFOzflGFs27nU6h8dpnVRER3O2rFtL+VMEwnG0H3KLHcllLsU8y9DchSh0AL/Rg5nN1/wSiQ+P4ByMGpuybaVw==", "dev": true, "requires": { - "@jest/test-result": "^29.2.1", - "@jest/types": "^29.2.1", + "@jest/test-result": "^29.4.1", + "@jest/types": "^29.4.1", "@types/node": "*", "ansi-escapes": "^4.2.1", "chalk": "^4.0.0", "emittery": "^0.13.1", - "jest-util": "^29.2.1", + "jest-util": "^29.4.1", "string-length": "^4.0.1" }, "dependencies": { @@ -25162,13 +26875,13 @@ } }, "jest-worker": { - "version": "29.2.1", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.2.1.tgz", - "integrity": "sha512-ROHTZ+oj7sBrgtv46zZ84uWky71AoYi0vEV9CdEtc1FQunsoAGe5HbQmW76nI5QWdvECVPrSi1MCVUmizSavMg==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.4.1.tgz", + "integrity": "sha512-O9doU/S1EBe+yp/mstQ0VpPwpv0Clgn68TkNwGxL6/usX/KUW9Arnn4ag8C3jc6qHcXznhsT5Na1liYzAsuAbQ==", "dev": true, "requires": { "@types/node": "*", - "jest-util": "^29.2.1", + "jest-util": "^29.4.1", "merge-stream": "^2.0.0", "supports-color": "^8.0.0" }, @@ -25262,9 +26975,9 @@ "dev": true }, "json5": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", - "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", "dev": true }, "jsonfile": { @@ -25306,9 +27019,9 @@ "dev": true }, "klona": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.5.tgz", - "integrity": "sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==" + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz", + "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==" }, "leven": { "version": "3.1.0", @@ -25503,9 +27216,9 @@ "dev": true }, "loader-utils": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.3.tgz", - "integrity": "sha512-THWqIsn8QRnvLl0shHYVBN9syumU8pYWEHPTmkiVGd+7K5eFNVSY6AJhRvgGF70gg1Dz+l/k8WicvFCxdEs60A==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", "dev": true, "requires": { "big.js": "^5.2.2", @@ -25528,24 +27241,78 @@ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, + "lodash.camelcase": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", + "integrity": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==", + "dev": true + }, "lodash.debounce": { "version": "4.0.8", "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", "dev": true }, + "lodash.isfunction": { + "version": "3.0.9", + "resolved": "https://registry.npmjs.org/lodash.isfunction/-/lodash.isfunction-3.0.9.tgz", + "integrity": "sha512-AirXNj15uRIMMPihnkInB4i3NHeb4iBtNg9WRWuK2o31S+ePwwNmDPaTL3o7dTJ+VXNZim7rFs4rxN4YU1oUJw==", + "dev": true + }, "lodash.ismatch": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz", "integrity": "sha1-dWy1FQyjum8RCFp4hJZF8Yj4Xzc=", "dev": true }, + "lodash.isplainobject": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", + "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==", + "dev": true + }, + "lodash.kebabcase": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz", + "integrity": "sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==", + "dev": true + }, "lodash.merge": { "version": "4.6.2", "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", "dev": true }, + "lodash.mergewith": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz", + "integrity": "sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==", + "dev": true + }, + "lodash.snakecase": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz", + "integrity": "sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==", + "dev": true + }, + "lodash.startcase": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.startcase/-/lodash.startcase-4.4.0.tgz", + "integrity": "sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==", + "dev": true + }, + "lodash.uniq": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", + "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", + "dev": true + }, + "lodash.upperfirst": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz", + "integrity": "sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==", + "dev": true + }, "log-update": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/log-update/-/log-update-4.0.0.tgz", @@ -25787,9 +27554,9 @@ } }, "memfs": { - "version": "3.4.9", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.4.9.tgz", - "integrity": "sha512-3rm8kbrzpUGRyPKSGuk387NZOwQ90O4rI9tsWQkzNW7BLSnKGp23RsEsKK8N8QVCrtJoAMqy3spxHC4os4G6PQ==", + "version": "3.4.13", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.4.13.tgz", + "integrity": "sha512-omTM41g3Skpvx5dSYeZIbXKcXoAVc/AoMNwn9TKx++L/gaen/+4TTttmu8ZSch5vfVJ8uJvGbroTsIlslRg6lg==", "dev": true, "requires": { "fs-monkey": "^1.0.3" @@ -26069,6 +27836,15 @@ "lower-case": "^1.1.1" } }, + "node-fetch": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.9.tgz", + "integrity": "sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==", + "dev": true, + "requires": { + "whatwg-url": "^5.0.0" + } + }, "node-gyp": { "version": "8.4.1", "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-8.4.1.tgz", @@ -26667,14 +28443,14 @@ } }, "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", - "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", + "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", "dev": true, "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "has-symbols": "^1.0.3", "object-keys": "^1.1.1" } }, @@ -26688,14 +28464,14 @@ } }, "object.values": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.5.tgz", - "integrity": "sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==", + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz", + "integrity": "sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==", "dev": true, "requires": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" } }, "once": { @@ -26946,12 +28722,12 @@ "dev": true }, "postcss": { - "version": "8.4.13", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.13.tgz", - "integrity": "sha512-jtL6eTBrza5MPzy8oJLFuUscHDXTV5KcLlqAWHl5q5WYRfnNRGSmOZmOZ1T6Gy7A99mOZfqungmZMpMmCVJ8ZA==", + "version": "8.4.19", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.19.tgz", + "integrity": "sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==", "dev": true, "requires": { - "nanoid": "^3.3.3", + "nanoid": "^3.3.4", "picocolors": "^1.0.0", "source-map-js": "^1.0.2" } @@ -27042,18 +28818,18 @@ "dev": true }, "prettier": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.7.1.tgz", - "integrity": "sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==", + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.3.tgz", + "integrity": "sha512-tJ/oJ4amDihPoufT5sM0Z1SKEuKay8LfVAMlbbhnnkvt6BUserZylqo2PN+p9KeljLr0OHa2rXHU1T8reeoTrw==", "dev": true }, "pretty-format": { - "version": "29.2.1", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.2.1.tgz", - "integrity": "sha512-Y41Sa4aLCtKAXvwuIpTvcFBkyeYp2gdFWzXGA+ZNES3VwURIB165XO/z7CjETwzCCS53MjW/rLMyyqEnTtaOfA==", + "version": "29.4.1", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.4.1.tgz", + "integrity": "sha512-dt/Z761JUVsrIKaY215o1xQJBGlSmTx/h4cSqXqjHLnU1+Kt+mavVE7UgqJJO5ukx5HjSswHfmXz4LjS2oIJfg==", "dev": true, "requires": { - "@jest/schemas": "^29.0.0", + "@jest/schemas": "^29.4.0", "ansi-styles": "^5.0.0", "react-is": "^18.0.0" }, @@ -27438,12 +29214,12 @@ "dev": true }, "resolve": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz", - "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==", + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", + "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", "dev": true, "requires": { - "is-core-module": "^2.8.1", + "is-core-module": "^2.9.0", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" } @@ -27489,9 +29265,9 @@ "dev": true }, "resolve.exports": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.0.tgz", - "integrity": "sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.0.tgz", + "integrity": "sha512-6K/gDlqgQscOlg9fSRpWstA8sYe8rbELsSTNpx+3kTrsVCzvSl0zIvRErM7fdl9ERWDsKnrLnwB+Ne89918XOg==", "dev": true }, "restore-cursor": { @@ -27578,6 +29354,17 @@ "ret": "~0.1.10" } }, + "safe-regex-test": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz", + "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.3", + "is-regex": "^1.1.4" + } + }, "safer-buffer": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", @@ -27586,9 +29373,9 @@ "optional": true }, "sass": { - "version": "1.55.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.55.0.tgz", - "integrity": "sha512-Pk+PMy7OGLs9WaxZGJMn7S96dvlyVBwwtToX895WmCpAOr5YiJYEUJfiJidMuKb613z2xNWcXCHEuOvjZbqC6A==", + "version": "1.58.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.58.0.tgz", + "integrity": "sha512-PiMJcP33DdKtZ/1jSjjqVIKihoDc6yWmYr9K/4r3fVVIEDAluD0q7XZiRKrNJcPK3qkLRF/79DND1H5q1LBjgg==", "dev": true, "requires": { "chokidar": ">=3.0.0 <4.0.0", @@ -27597,23 +29384,23 @@ } }, "sass-embedded": { - "version": "1.55.0", - "resolved": "https://registry.npmjs.org/sass-embedded/-/sass-embedded-1.55.0.tgz", - "integrity": "sha512-6AkKEyRjxz37iNwOdTOW94I33j5mxcih9Z604q1w0M1dOTKaZgtyNI67O0zb4akwZ9dVZ2VSJBXqY8/1TZRBIw==", + "version": "1.57.1", + "resolved": "https://registry.npmjs.org/sass-embedded/-/sass-embedded-1.57.1.tgz", + "integrity": "sha512-O0s796x76bRSJIdmJ4lrK+zJLtF3XeP+0tbJzR4NAPSDnWqHLk2boUYSdfx4DnF4x9rGmcVlMWFE8UvnLMNCmw==", "dev": true, "requires": { "buffer-builder": "^0.2.0", "google-protobuf": "^3.11.4", "immutable": "^4.0.0", "rxjs": "^7.4.0", - "sass-embedded-darwin-arm64": "1.55.0", - "sass-embedded-darwin-x64": "1.55.0", - "sass-embedded-linux-arm": "1.55.0", - "sass-embedded-linux-arm64": "1.55.0", - "sass-embedded-linux-ia32": "1.55.0", - "sass-embedded-linux-x64": "1.55.0", - "sass-embedded-win32-ia32": "1.55.0", - "sass-embedded-win32-x64": "1.55.0", + "sass-embedded-darwin-arm64": "1.57.1", + "sass-embedded-darwin-x64": "1.57.1", + "sass-embedded-linux-arm": "1.57.1", + "sass-embedded-linux-arm64": "1.57.1", + "sass-embedded-linux-ia32": "1.57.1", + "sass-embedded-linux-x64": "1.57.1", + "sass-embedded-win32-ia32": "1.57.1", + "sass-embedded-win32-x64": "1.57.1", "supports-color": "^8.1.1" }, "dependencies": { @@ -27635,58 +29422,58 @@ } }, "sass-embedded-darwin-arm64": { - "version": "1.55.0", - "resolved": "https://registry.npmjs.org/sass-embedded-darwin-arm64/-/sass-embedded-darwin-arm64-1.55.0.tgz", - "integrity": "sha512-cQ43gYDFo4xWSqG01ZmOhTyTgk/RYK7s1a4R+7VSQPhYTsd4VofAmTNw0MkLR3RzR53ziGgawA6uT/WHTm+yjg==", + "version": "1.57.1", + "resolved": "https://registry.npmjs.org/sass-embedded-darwin-arm64/-/sass-embedded-darwin-arm64-1.57.1.tgz", + "integrity": "sha512-YSfrLZkM2HdXETQdSznv2DN2GdkmBNWLAlHfDWe0toSEIB2C2YGuoqHYZtl6PBYqu8k8FH4TDyct8VzoIa+rMw==", "dev": true, "optional": true }, "sass-embedded-darwin-x64": { - "version": "1.55.0", - "resolved": "https://registry.npmjs.org/sass-embedded-darwin-x64/-/sass-embedded-darwin-x64-1.55.0.tgz", - "integrity": "sha512-ra8z++EBey01pkiwCwjWyMbf6G5xm2Uj0dUJzzsS1MI6Fw6XaesrWmYico5pnawm3rOYtKlMxkd2Y6b1Jwxy8A==", + "version": "1.57.1", + "resolved": "https://registry.npmjs.org/sass-embedded-darwin-x64/-/sass-embedded-darwin-x64-1.57.1.tgz", + "integrity": "sha512-xq2Au8CRLHQ+MqH2p8gQn9rYGtfQ8voCWMRz7klYmmh5kXHFjefG3opPPB8mJeSc3SIqE35SQxQEIhUbsxozpg==", "dev": true, "optional": true }, "sass-embedded-linux-arm": { - "version": "1.55.0", - "resolved": "https://registry.npmjs.org/sass-embedded-linux-arm/-/sass-embedded-linux-arm-1.55.0.tgz", - "integrity": "sha512-UIW7CaRLjHMWm64jH23n5eji/RAv8XIJ2qpFh0Ds8EJeDZmRA+qyIFHcQ805fZ22u6o0mkxq0kE4+j1XmmbBeg==", + "version": "1.57.1", + "resolved": "https://registry.npmjs.org/sass-embedded-linux-arm/-/sass-embedded-linux-arm-1.57.1.tgz", + "integrity": "sha512-s+roBIgiQSg8124JmYmiSw4THWRvkF2BOclBZCb+OFLa8ZTak2WZdGs0PhqkMmZypxQ7cewh9ts+sOWN24yIrw==", "dev": true, "optional": true }, "sass-embedded-linux-arm64": { - "version": "1.55.0", - "resolved": "https://registry.npmjs.org/sass-embedded-linux-arm64/-/sass-embedded-linux-arm64-1.55.0.tgz", - "integrity": "sha512-P4zL4PnujdiSkek/g0RJjyNZcYEqSm6WFr0sSIrxe3byhGg56mWr4WJdxUNwFZ6sxyy2s0PFSjSKGmBtgEfIpw==", + "version": "1.57.1", + "resolved": "https://registry.npmjs.org/sass-embedded-linux-arm64/-/sass-embedded-linux-arm64-1.57.1.tgz", + "integrity": "sha512-R0GqVqf0xEhQ5nDbj7vqmKw+/1kqiURNBl0pD4uv4inBed2YKg+7agn7Y5XE5GUWbgOz7ubjL2kt4Glr7K7xeA==", "dev": true, "optional": true }, "sass-embedded-linux-ia32": { - "version": "1.55.0", - "resolved": "https://registry.npmjs.org/sass-embedded-linux-ia32/-/sass-embedded-linux-ia32-1.55.0.tgz", - "integrity": "sha512-9XJyAl4w5KBjR4LAXckfQKqPv9UYPmOv2HFRBwhHD1k4Dc8gZbfTCzK5wl49z5Z4z1GPvqV9ucIZceXzgJ5e6Q==", + "version": "1.57.1", + "resolved": "https://registry.npmjs.org/sass-embedded-linux-ia32/-/sass-embedded-linux-ia32-1.57.1.tgz", + "integrity": "sha512-gKqMpfcjrW4S1m+cuRn88oUkr/HMv48CqyCHnfGCsrkTpIft33a1ZKW2jWm09rwmR0g/G6yGstoQO0iHWJWxuQ==", "dev": true, "optional": true }, "sass-embedded-linux-x64": { - "version": "1.55.0", - "resolved": "https://registry.npmjs.org/sass-embedded-linux-x64/-/sass-embedded-linux-x64-1.55.0.tgz", - "integrity": "sha512-vd4/4/L7gZcVyxq03/MY/+rcpGgOI0ihOUpwRJLj+9CmUxvhxCSTF51/QO5CW7Z5oJSYEABA/RYlj8NPm4ZejA==", + "version": "1.57.1", + "resolved": "https://registry.npmjs.org/sass-embedded-linux-x64/-/sass-embedded-linux-x64-1.57.1.tgz", + "integrity": "sha512-AI6CrcuLWP22RXhVrZUN2JfdQ7YdFR30dA4twYwp/Q4hUfj85dJrVD5ORi8G04haMWPOQiFV6pBcMgzpiY2Bog==", "dev": true, "optional": true }, "sass-embedded-win32-ia32": { - "version": "1.55.0", - "resolved": "https://registry.npmjs.org/sass-embedded-win32-ia32/-/sass-embedded-win32-ia32-1.55.0.tgz", - "integrity": "sha512-4HxK0byJ3iIn5OECIeNVz9GcGBuQcQT6kTvI+3QSHzuKsqgQrlXOPJ3772zKD6PVwZJNFZJFf3o9w8V2VSHbTQ==", + "version": "1.57.1", + "resolved": "https://registry.npmjs.org/sass-embedded-win32-ia32/-/sass-embedded-win32-ia32-1.57.1.tgz", + "integrity": "sha512-s7EhJLG9AnJNBga3I+W0rk6y/1n/i0XD34rvqR3yJgBhNKkI5rVCxFN7FAcGR50vQQbCO1MrUCmuVvld+2qvyQ==", "dev": true, "optional": true }, "sass-embedded-win32-x64": { - "version": "1.55.0", - "resolved": "https://registry.npmjs.org/sass-embedded-win32-x64/-/sass-embedded-win32-x64-1.55.0.tgz", - "integrity": "sha512-LWUp5YpJy0/Q+5AOVcw919jktw+OnPiM4f4j5K6MJAiaodJwrSTqRGwMa2wOWyAUpjIdka8Ygm6j+2h5HNgSNQ==", + "version": "1.57.1", + "resolved": "https://registry.npmjs.org/sass-embedded-win32-x64/-/sass-embedded-win32-x64-1.57.1.tgz", + "integrity": "sha512-b/Kgz7ADPTlPITk8e47Zf3eiuXlTGhi/eWsAoesUmkjR7jayvFNLHPhThgiRAxkzT6UlWI3Dzr+E3OBqUjegEg==", "dev": true, "optional": true }, @@ -28440,25 +30227,25 @@ } }, "string.prototype.trimend": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz", - "integrity": "sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz", + "integrity": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==", "dev": true, "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", - "es-abstract": "^1.19.5" + "es-abstract": "^1.20.4" } }, "string.prototype.trimstart": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz", - "integrity": "sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz", + "integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==", "dev": true, "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", - "es-abstract": "^1.19.5" + "es-abstract": "^1.20.4" } }, "stringify-package": { @@ -28727,6 +30514,12 @@ "is-number": "^7.0.0" } }, + "tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", + "dev": true + }, "trim-newlines": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz", @@ -28773,9 +30566,9 @@ }, "dependencies": { "json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", "dev": true, "requires": { "minimist": "^1.2.0" @@ -28816,16 +30609,36 @@ "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", "dev": true }, + "typed-array-length": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz", + "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "is-typed-array": "^1.1.9" + } + }, "typedarray": { "version": "0.0.6", "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=", "dev": true }, + "typedarray-to-buffer": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", + "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", + "dev": true, + "requires": { + "is-typedarray": "^1.0.0" + } + }, "typescript": { - "version": "4.8.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", - "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "dev": true }, "uglify-js": { @@ -28913,6 +30726,15 @@ "imurmurhash": "^0.1.4" } }, + "unique-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", + "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", + "dev": true, + "requires": { + "crypto-random-string": "^2.0.0" + } + }, "universalify": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", @@ -29038,6 +30860,18 @@ "spdx-expression-parse": "^3.0.0" } }, + "vscode-languageserver-textdocument": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.8.tgz", + "integrity": "sha512-1bonkGqQs5/fxGT5UchTgjGVnfysL0O8v1AYMBjqTbWQTFn721zaPGDYFkOKtfDgFiSgXM3KwaG3FMGfW4Ed9Q==", + "dev": true + }, + "vscode-uri": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.7.tgz", + "integrity": "sha512-eOpPHogvorZRobNqJGhapa0JdwaxpjVvyBp0QIUMRMSf8ZAlqOdEquKuRmw9Qwu0qXtJIWqFtMkmvJjUZmMjVA==", + "dev": true + }, "walker": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", @@ -29057,10 +30891,16 @@ "graceful-fs": "^4.1.2" } }, + "webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", + "dev": true + }, "webpack": { - "version": "5.74.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.74.0.tgz", - "integrity": "sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==", + "version": "5.76.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.0.tgz", + "integrity": "sha512-l5sOdYBDunyf72HW8dF23rFtWq/7Zgvt/9ftMof71E/yUb1YLOBmTgA2K4vQthB3kotMrSj609txVE0dnr2fjA==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.3", @@ -29120,6 +30960,16 @@ "dev": true, "peer": true }, + "whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "dev": true, + "requires": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, "which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", @@ -29142,6 +30992,20 @@ "is-symbol": "^1.0.3" } }, + "which-typed-array": { + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.9.tgz", + "integrity": "sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==", + "dev": true, + "requires": { + "available-typed-arrays": "^1.0.5", + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-tostringtag": "^1.0.0", + "is-typed-array": "^1.1.10" + } + }, "wide-align": { "version": "1.1.5", "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz", @@ -29255,15 +31119,21 @@ "dev": true }, "write-file-atomic": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", - "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.0.tgz", + "integrity": "sha512-R7NYMnHSlV42K54lwY9lvW6MnSm1HSJqZL3xiSgi9E7//FYaI74r2G0rd+/X6VAMkHEdzxQaU5HUOXWUz5kA/w==", "dev": true, "requires": { "imurmurhash": "^0.1.4", "signal-exit": "^3.0.7" } }, + "xdg-basedir": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz", + "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==", + "dev": true + }, "xtend": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", diff --git a/package.json b/package.json index e2dfdfe0..53447512 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sass-loader", - "version": "13.2.0", + "version": "13.2.1", "description": "Sass loader for webpack", "license": "MIT", "repository": "webpack-contrib/sass-loader", @@ -26,6 +26,7 @@ "lint:js": "eslint --cache .", "lint": "npm-run-all -l -p \"lint:**\"", "test:only": "cross-env NODE_ENV=test jest", + "lint:spelling": "cspell \"**/*.*\"", "test:watch": "npm run test:only -- --watch", "test:manual": "npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js", "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", @@ -59,47 +60,48 @@ } }, "dependencies": { - "klona": "^2.0.4", + "klona": "^2.0.6", "neo-async": "^2.6.2" }, "devDependencies": { - "@babel/cli": "^7.19.3", - "@babel/core": "^7.19.6", - "@babel/preset-env": "^7.19.4", - "@commitlint/cli": "^17.2.0", - "@commitlint/config-conventional": "^17.2.0", + "@babel/cli": "^7.20.7", + "@babel/core": "^7.20.12", + "@babel/preset-env": "^7.20.2", + "@commitlint/cli": "^17.4.2", + "@commitlint/config-conventional": "^17.4.2", "@webpack-contrib/eslint-config-webpack": "^3.0.0", - "babel-jest": "^29.2.2", + "babel-jest": "^29.4.1", "bootstrap-sass": "^3.4.1", "bootstrap-v4": "npm:bootstrap@^4.5.3", "bootstrap-v5": "npm:bootstrap@^5.0.1", "cross-env": "^7.0.3", - "css-loader": "^6.6.0", + "cspell": "^6.20.1", + "css-loader": "^6.7.3", "del": "^6.1.1", "del-cli": "^4.0.1", - "enhanced-resolve": "^5.10.0", - "eslint": "^8.26.0", - "eslint-config-prettier": "^8.3.0", - "eslint-plugin-import": "^2.25.4", + "enhanced-resolve": "^5.12.0", + "eslint": "^8.33.0", + "eslint-config-prettier": "^8.6.0", + "eslint-plugin-import": "^2.27.5", "fibers": "^5.0.3", "file-loader": "^6.2.0", "foundation-sites": "^6.7.5", - "husky": "^8.0.1", - "jest": "^29.2.2", + "husky": "^8.0.3", + "jest": "^29.4.1", "jest-environment-node-single-context": "^29.0.0", "lint-staged": "^12.5.0", "material-components-web": "^8.0.0", - "memfs": "^3.4.9", + "memfs": "^3.4.13", "node-sass": "^8.0.0", "node-sass-glob-importer": "^5.3.2", "npm-run-all": "^4.1.5", - "prettier": "^2.7.1", - "sass": "^1.55.0", - "sass-embedded": "^1.55.0", + "prettier": "^2.8.3", + "sass": "^1.58.0", + "sass-embedded": "^1.57.1", "semver": "^7.3.8", "standard-version": "^9.3.1", "style-loader": "^3.2.1", - "webpack": "^5.74.0" + "webpack": "^5.75.0" }, "keywords": [ "sass", diff --git a/src/index.js b/src/index.js index 2b0a0a0e..6dbcedf3 100644 --- a/src/index.js +++ b/src/index.js @@ -97,14 +97,16 @@ async function loader(content) { // Modern API if (typeof result.loadedUrls !== "undefined") { - result.loadedUrls.forEach((includedFile) => { - const normalizedIncludedFile = url.fileURLToPath(includedFile); - - // Custom `importer` can return only `contents` so includedFile will be relative - if (path.isAbsolute(normalizedIncludedFile)) { - this.addDependency(normalizedIncludedFile); - } - }); + result.loadedUrls + .filter((url) => url.protocol === "file") + .forEach((includedFile) => { + const normalizedIncludedFile = url.fileURLToPath(includedFile); + + // Custom `importer` can return only `contents` so includedFile will be relative + if (path.isAbsolute(normalizedIncludedFile)) { + this.addDependency(normalizedIncludedFile); + } + }); } // Legacy API else if ( diff --git a/test/__snapshots__/loader.test.js.snap b/test/__snapshots__/loader.test.js.snap index 70dd8b67..3d3fe494 100644 --- a/test/__snapshots__/loader.test.js.snap +++ b/test/__snapshots__/loader.test.js.snap @@ -17340,7 +17340,7 @@ textarea.form-control { display: inline-block; } .form-inline .input-group, -.form-inline .custom-select { + .form-inline .custom-select { width: auto; } .form-inline .form-check { @@ -18826,8 +18826,8 @@ input[type=button].btn-block { } @media (prefers-reduced-motion: reduce) { .custom-control-label::before, -.custom-file-label, -.custom-select { + .custom-file-label, + .custom-select { transition: none; } } @@ -18999,11 +18999,11 @@ input[type=button].btn-block { @media (max-width: 575.98px) { .navbar-expand-sm > .container, -.navbar-expand-sm > .container-fluid, -.navbar-expand-sm > .container-sm, -.navbar-expand-sm > .container-md, -.navbar-expand-sm > .container-lg, -.navbar-expand-sm > .container-xl { + .navbar-expand-sm > .container-fluid, + .navbar-expand-sm > .container-sm, + .navbar-expand-sm > .container-md, + .navbar-expand-sm > .container-lg, + .navbar-expand-sm > .container-xl { padding-right: 0; padding-left: 0; } @@ -19024,11 +19024,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-sm > .container, -.navbar-expand-sm > .container-fluid, -.navbar-expand-sm > .container-sm, -.navbar-expand-sm > .container-md, -.navbar-expand-sm > .container-lg, -.navbar-expand-sm > .container-xl { + .navbar-expand-sm > .container-fluid, + .navbar-expand-sm > .container-sm, + .navbar-expand-sm > .container-md, + .navbar-expand-sm > .container-lg, + .navbar-expand-sm > .container-xl { flex-wrap: nowrap; } .navbar-expand-sm .navbar-nav-scroll { @@ -19044,11 +19044,11 @@ input[type=button].btn-block { } @media (max-width: 767.98px) { .navbar-expand-md > .container, -.navbar-expand-md > .container-fluid, -.navbar-expand-md > .container-sm, -.navbar-expand-md > .container-md, -.navbar-expand-md > .container-lg, -.navbar-expand-md > .container-xl { + .navbar-expand-md > .container-fluid, + .navbar-expand-md > .container-sm, + .navbar-expand-md > .container-md, + .navbar-expand-md > .container-lg, + .navbar-expand-md > .container-xl { padding-right: 0; padding-left: 0; } @@ -19069,11 +19069,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-md > .container, -.navbar-expand-md > .container-fluid, -.navbar-expand-md > .container-sm, -.navbar-expand-md > .container-md, -.navbar-expand-md > .container-lg, -.navbar-expand-md > .container-xl { + .navbar-expand-md > .container-fluid, + .navbar-expand-md > .container-sm, + .navbar-expand-md > .container-md, + .navbar-expand-md > .container-lg, + .navbar-expand-md > .container-xl { flex-wrap: nowrap; } .navbar-expand-md .navbar-nav-scroll { @@ -19089,11 +19089,11 @@ input[type=button].btn-block { } @media (max-width: 991.98px) { .navbar-expand-lg > .container, -.navbar-expand-lg > .container-fluid, -.navbar-expand-lg > .container-sm, -.navbar-expand-lg > .container-md, -.navbar-expand-lg > .container-lg, -.navbar-expand-lg > .container-xl { + .navbar-expand-lg > .container-fluid, + .navbar-expand-lg > .container-sm, + .navbar-expand-lg > .container-md, + .navbar-expand-lg > .container-lg, + .navbar-expand-lg > .container-xl { padding-right: 0; padding-left: 0; } @@ -19114,11 +19114,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-lg > .container, -.navbar-expand-lg > .container-fluid, -.navbar-expand-lg > .container-sm, -.navbar-expand-lg > .container-md, -.navbar-expand-lg > .container-lg, -.navbar-expand-lg > .container-xl { + .navbar-expand-lg > .container-fluid, + .navbar-expand-lg > .container-sm, + .navbar-expand-lg > .container-md, + .navbar-expand-lg > .container-lg, + .navbar-expand-lg > .container-xl { flex-wrap: nowrap; } .navbar-expand-lg .navbar-nav-scroll { @@ -19134,11 +19134,11 @@ input[type=button].btn-block { } @media (max-width: 1199.98px) { .navbar-expand-xl > .container, -.navbar-expand-xl > .container-fluid, -.navbar-expand-xl > .container-sm, -.navbar-expand-xl > .container-md, -.navbar-expand-xl > .container-lg, -.navbar-expand-xl > .container-xl { + .navbar-expand-xl > .container-fluid, + .navbar-expand-xl > .container-sm, + .navbar-expand-xl > .container-md, + .navbar-expand-xl > .container-lg, + .navbar-expand-xl > .container-xl { padding-right: 0; padding-left: 0; } @@ -19159,11 +19159,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-xl > .container, -.navbar-expand-xl > .container-fluid, -.navbar-expand-xl > .container-sm, -.navbar-expand-xl > .container-md, -.navbar-expand-xl > .container-lg, -.navbar-expand-xl > .container-xl { + .navbar-expand-xl > .container-fluid, + .navbar-expand-xl > .container-sm, + .navbar-expand-xl > .container-md, + .navbar-expand-xl > .container-lg, + .navbar-expand-xl > .container-xl { flex-wrap: nowrap; } .navbar-expand-xl .navbar-nav-scroll { @@ -19454,11 +19454,11 @@ input[type=button].btn-block { border-bottom-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-top, -.card-group > .card:not(:last-child) .card-header { + .card-group > .card:not(:last-child) .card-header { border-top-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-bottom, -.card-group > .card:not(:last-child) .card-footer { + .card-group > .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; } .card-group > .card:not(:first-child) { @@ -19466,11 +19466,11 @@ input[type=button].btn-block { border-bottom-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-top, -.card-group > .card:not(:first-child) .card-header { + .card-group > .card:not(:first-child) .card-header { border-top-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-bottom, -.card-group > .card:not(:first-child) .card-footer { + .card-group > .card:not(:first-child) .card-footer { border-bottom-left-radius: 0; } } @@ -20509,7 +20509,7 @@ a.close.disabled { } @media (min-width: 992px) { .modal-lg, -.modal-xl { + .modal-xl { max-width: 800px; } } @@ -20832,7 +20832,7 @@ a.close.disabled { } @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-left, -.carousel-fade .active.carousel-item-right { + .carousel-fade .active.carousel-item-right { transition: none; } } @@ -20857,7 +20857,7 @@ a.close.disabled { } @media (prefers-reduced-motion: reduce) { .carousel-control-prev, -.carousel-control-next { + .carousel-control-next { transition: none; } } @@ -20993,7 +20993,7 @@ a.close.disabled { @media (prefers-reduced-motion: reduce) { .spinner-border, -.spinner-grow { + .spinner-grow { animation-duration: 1.5s; } } @@ -22667,342 +22667,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-sm-0, -.my-sm-0 { + .my-sm-0 { margin-top: 0 !important; } .mr-sm-0, -.mx-sm-0 { + .mx-sm-0 { margin-right: 0 !important; } .mb-sm-0, -.my-sm-0 { + .my-sm-0 { margin-bottom: 0 !important; } .ml-sm-0, -.mx-sm-0 { + .mx-sm-0 { margin-left: 0 !important; } .m-sm-1 { margin: 0.25rem !important; } .mt-sm-1, -.my-sm-1 { + .my-sm-1 { margin-top: 0.25rem !important; } .mr-sm-1, -.mx-sm-1 { + .mx-sm-1 { margin-right: 0.25rem !important; } .mb-sm-1, -.my-sm-1 { + .my-sm-1 { margin-bottom: 0.25rem !important; } .ml-sm-1, -.mx-sm-1 { + .mx-sm-1 { margin-left: 0.25rem !important; } .m-sm-2 { margin: 0.5rem !important; } .mt-sm-2, -.my-sm-2 { + .my-sm-2 { margin-top: 0.5rem !important; } .mr-sm-2, -.mx-sm-2 { + .mx-sm-2 { margin-right: 0.5rem !important; } .mb-sm-2, -.my-sm-2 { + .my-sm-2 { margin-bottom: 0.5rem !important; } .ml-sm-2, -.mx-sm-2 { + .mx-sm-2 { margin-left: 0.5rem !important; } .m-sm-3 { margin: 1rem !important; } .mt-sm-3, -.my-sm-3 { + .my-sm-3 { margin-top: 1rem !important; } .mr-sm-3, -.mx-sm-3 { + .mx-sm-3 { margin-right: 1rem !important; } .mb-sm-3, -.my-sm-3 { + .my-sm-3 { margin-bottom: 1rem !important; } .ml-sm-3, -.mx-sm-3 { + .mx-sm-3 { margin-left: 1rem !important; } .m-sm-4 { margin: 1.5rem !important; } .mt-sm-4, -.my-sm-4 { + .my-sm-4 { margin-top: 1.5rem !important; } .mr-sm-4, -.mx-sm-4 { + .mx-sm-4 { margin-right: 1.5rem !important; } .mb-sm-4, -.my-sm-4 { + .my-sm-4 { margin-bottom: 1.5rem !important; } .ml-sm-4, -.mx-sm-4 { + .mx-sm-4 { margin-left: 1.5rem !important; } .m-sm-5 { margin: 3rem !important; } .mt-sm-5, -.my-sm-5 { + .my-sm-5 { margin-top: 3rem !important; } .mr-sm-5, -.mx-sm-5 { + .mx-sm-5 { margin-right: 3rem !important; } .mb-sm-5, -.my-sm-5 { + .my-sm-5 { margin-bottom: 3rem !important; } .ml-sm-5, -.mx-sm-5 { + .mx-sm-5 { margin-left: 3rem !important; } .p-sm-0 { padding: 0 !important; } .pt-sm-0, -.py-sm-0 { + .py-sm-0 { padding-top: 0 !important; } .pr-sm-0, -.px-sm-0 { + .px-sm-0 { padding-right: 0 !important; } .pb-sm-0, -.py-sm-0 { + .py-sm-0 { padding-bottom: 0 !important; } .pl-sm-0, -.px-sm-0 { + .px-sm-0 { padding-left: 0 !important; } .p-sm-1 { padding: 0.25rem !important; } .pt-sm-1, -.py-sm-1 { + .py-sm-1 { padding-top: 0.25rem !important; } .pr-sm-1, -.px-sm-1 { + .px-sm-1 { padding-right: 0.25rem !important; } .pb-sm-1, -.py-sm-1 { + .py-sm-1 { padding-bottom: 0.25rem !important; } .pl-sm-1, -.px-sm-1 { + .px-sm-1 { padding-left: 0.25rem !important; } .p-sm-2 { padding: 0.5rem !important; } .pt-sm-2, -.py-sm-2 { + .py-sm-2 { padding-top: 0.5rem !important; } .pr-sm-2, -.px-sm-2 { + .px-sm-2 { padding-right: 0.5rem !important; } .pb-sm-2, -.py-sm-2 { + .py-sm-2 { padding-bottom: 0.5rem !important; } .pl-sm-2, -.px-sm-2 { + .px-sm-2 { padding-left: 0.5rem !important; } .p-sm-3 { padding: 1rem !important; } .pt-sm-3, -.py-sm-3 { + .py-sm-3 { padding-top: 1rem !important; } .pr-sm-3, -.px-sm-3 { + .px-sm-3 { padding-right: 1rem !important; } .pb-sm-3, -.py-sm-3 { + .py-sm-3 { padding-bottom: 1rem !important; } .pl-sm-3, -.px-sm-3 { + .px-sm-3 { padding-left: 1rem !important; } .p-sm-4 { padding: 1.5rem !important; } .pt-sm-4, -.py-sm-4 { + .py-sm-4 { padding-top: 1.5rem !important; } .pr-sm-4, -.px-sm-4 { + .px-sm-4 { padding-right: 1.5rem !important; } .pb-sm-4, -.py-sm-4 { + .py-sm-4 { padding-bottom: 1.5rem !important; } .pl-sm-4, -.px-sm-4 { + .px-sm-4 { padding-left: 1.5rem !important; } .p-sm-5 { padding: 3rem !important; } .pt-sm-5, -.py-sm-5 { + .py-sm-5 { padding-top: 3rem !important; } .pr-sm-5, -.px-sm-5 { + .px-sm-5 { padding-right: 3rem !important; } .pb-sm-5, -.py-sm-5 { + .py-sm-5 { padding-bottom: 3rem !important; } .pl-sm-5, -.px-sm-5 { + .px-sm-5 { padding-left: 3rem !important; } .m-sm-n1 { margin: -0.25rem !important; } .mt-sm-n1, -.my-sm-n1 { + .my-sm-n1 { margin-top: -0.25rem !important; } .mr-sm-n1, -.mx-sm-n1 { + .mx-sm-n1 { margin-right: -0.25rem !important; } .mb-sm-n1, -.my-sm-n1 { + .my-sm-n1 { margin-bottom: -0.25rem !important; } .ml-sm-n1, -.mx-sm-n1 { + .mx-sm-n1 { margin-left: -0.25rem !important; } .m-sm-n2 { margin: -0.5rem !important; } .mt-sm-n2, -.my-sm-n2 { + .my-sm-n2 { margin-top: -0.5rem !important; } .mr-sm-n2, -.mx-sm-n2 { + .mx-sm-n2 { margin-right: -0.5rem !important; } .mb-sm-n2, -.my-sm-n2 { + .my-sm-n2 { margin-bottom: -0.5rem !important; } .ml-sm-n2, -.mx-sm-n2 { + .mx-sm-n2 { margin-left: -0.5rem !important; } .m-sm-n3 { margin: -1rem !important; } .mt-sm-n3, -.my-sm-n3 { + .my-sm-n3 { margin-top: -1rem !important; } .mr-sm-n3, -.mx-sm-n3 { + .mx-sm-n3 { margin-right: -1rem !important; } .mb-sm-n3, -.my-sm-n3 { + .my-sm-n3 { margin-bottom: -1rem !important; } .ml-sm-n3, -.mx-sm-n3 { + .mx-sm-n3 { margin-left: -1rem !important; } .m-sm-n4 { margin: -1.5rem !important; } .mt-sm-n4, -.my-sm-n4 { + .my-sm-n4 { margin-top: -1.5rem !important; } .mr-sm-n4, -.mx-sm-n4 { + .mx-sm-n4 { margin-right: -1.5rem !important; } .mb-sm-n4, -.my-sm-n4 { + .my-sm-n4 { margin-bottom: -1.5rem !important; } .ml-sm-n4, -.mx-sm-n4 { + .mx-sm-n4 { margin-left: -1.5rem !important; } .m-sm-n5 { margin: -3rem !important; } .mt-sm-n5, -.my-sm-n5 { + .my-sm-n5 { margin-top: -3rem !important; } .mr-sm-n5, -.mx-sm-n5 { + .mx-sm-n5 { margin-right: -3rem !important; } .mb-sm-n5, -.my-sm-n5 { + .my-sm-n5 { margin-bottom: -3rem !important; } .ml-sm-n5, -.mx-sm-n5 { + .mx-sm-n5 { margin-left: -3rem !important; } .m-sm-auto { margin: auto !important; } .mt-sm-auto, -.my-sm-auto { + .my-sm-auto { margin-top: auto !important; } .mr-sm-auto, -.mx-sm-auto { + .mx-sm-auto { margin-right: auto !important; } .mb-sm-auto, -.my-sm-auto { + .my-sm-auto { margin-bottom: auto !important; } .ml-sm-auto, -.mx-sm-auto { + .mx-sm-auto { margin-left: auto !important; } } @@ -23011,342 +23011,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-md-0, -.my-md-0 { + .my-md-0 { margin-top: 0 !important; } .mr-md-0, -.mx-md-0 { + .mx-md-0 { margin-right: 0 !important; } .mb-md-0, -.my-md-0 { + .my-md-0 { margin-bottom: 0 !important; } .ml-md-0, -.mx-md-0 { + .mx-md-0 { margin-left: 0 !important; } .m-md-1 { margin: 0.25rem !important; } .mt-md-1, -.my-md-1 { + .my-md-1 { margin-top: 0.25rem !important; } .mr-md-1, -.mx-md-1 { + .mx-md-1 { margin-right: 0.25rem !important; } .mb-md-1, -.my-md-1 { + .my-md-1 { margin-bottom: 0.25rem !important; } .ml-md-1, -.mx-md-1 { + .mx-md-1 { margin-left: 0.25rem !important; } .m-md-2 { margin: 0.5rem !important; } .mt-md-2, -.my-md-2 { + .my-md-2 { margin-top: 0.5rem !important; } .mr-md-2, -.mx-md-2 { + .mx-md-2 { margin-right: 0.5rem !important; } .mb-md-2, -.my-md-2 { + .my-md-2 { margin-bottom: 0.5rem !important; } .ml-md-2, -.mx-md-2 { + .mx-md-2 { margin-left: 0.5rem !important; } .m-md-3 { margin: 1rem !important; } .mt-md-3, -.my-md-3 { + .my-md-3 { margin-top: 1rem !important; } .mr-md-3, -.mx-md-3 { + .mx-md-3 { margin-right: 1rem !important; } .mb-md-3, -.my-md-3 { + .my-md-3 { margin-bottom: 1rem !important; } .ml-md-3, -.mx-md-3 { + .mx-md-3 { margin-left: 1rem !important; } .m-md-4 { margin: 1.5rem !important; } .mt-md-4, -.my-md-4 { + .my-md-4 { margin-top: 1.5rem !important; } .mr-md-4, -.mx-md-4 { + .mx-md-4 { margin-right: 1.5rem !important; } .mb-md-4, -.my-md-4 { + .my-md-4 { margin-bottom: 1.5rem !important; } .ml-md-4, -.mx-md-4 { + .mx-md-4 { margin-left: 1.5rem !important; } .m-md-5 { margin: 3rem !important; } .mt-md-5, -.my-md-5 { + .my-md-5 { margin-top: 3rem !important; } .mr-md-5, -.mx-md-5 { + .mx-md-5 { margin-right: 3rem !important; } .mb-md-5, -.my-md-5 { + .my-md-5 { margin-bottom: 3rem !important; } .ml-md-5, -.mx-md-5 { + .mx-md-5 { margin-left: 3rem !important; } .p-md-0 { padding: 0 !important; } .pt-md-0, -.py-md-0 { + .py-md-0 { padding-top: 0 !important; } .pr-md-0, -.px-md-0 { + .px-md-0 { padding-right: 0 !important; } .pb-md-0, -.py-md-0 { + .py-md-0 { padding-bottom: 0 !important; } .pl-md-0, -.px-md-0 { + .px-md-0 { padding-left: 0 !important; } .p-md-1 { padding: 0.25rem !important; } .pt-md-1, -.py-md-1 { + .py-md-1 { padding-top: 0.25rem !important; } .pr-md-1, -.px-md-1 { + .px-md-1 { padding-right: 0.25rem !important; } .pb-md-1, -.py-md-1 { + .py-md-1 { padding-bottom: 0.25rem !important; } .pl-md-1, -.px-md-1 { + .px-md-1 { padding-left: 0.25rem !important; } .p-md-2 { padding: 0.5rem !important; } .pt-md-2, -.py-md-2 { + .py-md-2 { padding-top: 0.5rem !important; } .pr-md-2, -.px-md-2 { + .px-md-2 { padding-right: 0.5rem !important; } .pb-md-2, -.py-md-2 { + .py-md-2 { padding-bottom: 0.5rem !important; } .pl-md-2, -.px-md-2 { + .px-md-2 { padding-left: 0.5rem !important; } .p-md-3 { padding: 1rem !important; } .pt-md-3, -.py-md-3 { + .py-md-3 { padding-top: 1rem !important; } .pr-md-3, -.px-md-3 { + .px-md-3 { padding-right: 1rem !important; } .pb-md-3, -.py-md-3 { + .py-md-3 { padding-bottom: 1rem !important; } .pl-md-3, -.px-md-3 { + .px-md-3 { padding-left: 1rem !important; } .p-md-4 { padding: 1.5rem !important; } .pt-md-4, -.py-md-4 { + .py-md-4 { padding-top: 1.5rem !important; } .pr-md-4, -.px-md-4 { + .px-md-4 { padding-right: 1.5rem !important; } .pb-md-4, -.py-md-4 { + .py-md-4 { padding-bottom: 1.5rem !important; } .pl-md-4, -.px-md-4 { + .px-md-4 { padding-left: 1.5rem !important; } .p-md-5 { padding: 3rem !important; } .pt-md-5, -.py-md-5 { + .py-md-5 { padding-top: 3rem !important; } .pr-md-5, -.px-md-5 { + .px-md-5 { padding-right: 3rem !important; } .pb-md-5, -.py-md-5 { + .py-md-5 { padding-bottom: 3rem !important; } .pl-md-5, -.px-md-5 { + .px-md-5 { padding-left: 3rem !important; } .m-md-n1 { margin: -0.25rem !important; } .mt-md-n1, -.my-md-n1 { + .my-md-n1 { margin-top: -0.25rem !important; } .mr-md-n1, -.mx-md-n1 { + .mx-md-n1 { margin-right: -0.25rem !important; } .mb-md-n1, -.my-md-n1 { + .my-md-n1 { margin-bottom: -0.25rem !important; } .ml-md-n1, -.mx-md-n1 { + .mx-md-n1 { margin-left: -0.25rem !important; } .m-md-n2 { margin: -0.5rem !important; } .mt-md-n2, -.my-md-n2 { + .my-md-n2 { margin-top: -0.5rem !important; } .mr-md-n2, -.mx-md-n2 { + .mx-md-n2 { margin-right: -0.5rem !important; } .mb-md-n2, -.my-md-n2 { + .my-md-n2 { margin-bottom: -0.5rem !important; } .ml-md-n2, -.mx-md-n2 { + .mx-md-n2 { margin-left: -0.5rem !important; } .m-md-n3 { margin: -1rem !important; } .mt-md-n3, -.my-md-n3 { + .my-md-n3 { margin-top: -1rem !important; } .mr-md-n3, -.mx-md-n3 { + .mx-md-n3 { margin-right: -1rem !important; } .mb-md-n3, -.my-md-n3 { + .my-md-n3 { margin-bottom: -1rem !important; } .ml-md-n3, -.mx-md-n3 { + .mx-md-n3 { margin-left: -1rem !important; } .m-md-n4 { margin: -1.5rem !important; } .mt-md-n4, -.my-md-n4 { + .my-md-n4 { margin-top: -1.5rem !important; } .mr-md-n4, -.mx-md-n4 { + .mx-md-n4 { margin-right: -1.5rem !important; } .mb-md-n4, -.my-md-n4 { + .my-md-n4 { margin-bottom: -1.5rem !important; } .ml-md-n4, -.mx-md-n4 { + .mx-md-n4 { margin-left: -1.5rem !important; } .m-md-n5 { margin: -3rem !important; } .mt-md-n5, -.my-md-n5 { + .my-md-n5 { margin-top: -3rem !important; } .mr-md-n5, -.mx-md-n5 { + .mx-md-n5 { margin-right: -3rem !important; } .mb-md-n5, -.my-md-n5 { + .my-md-n5 { margin-bottom: -3rem !important; } .ml-md-n5, -.mx-md-n5 { + .mx-md-n5 { margin-left: -3rem !important; } .m-md-auto { margin: auto !important; } .mt-md-auto, -.my-md-auto { + .my-md-auto { margin-top: auto !important; } .mr-md-auto, -.mx-md-auto { + .mx-md-auto { margin-right: auto !important; } .mb-md-auto, -.my-md-auto { + .my-md-auto { margin-bottom: auto !important; } .ml-md-auto, -.mx-md-auto { + .mx-md-auto { margin-left: auto !important; } } @@ -23355,342 +23355,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-lg-0, -.my-lg-0 { + .my-lg-0 { margin-top: 0 !important; } .mr-lg-0, -.mx-lg-0 { + .mx-lg-0 { margin-right: 0 !important; } .mb-lg-0, -.my-lg-0 { + .my-lg-0 { margin-bottom: 0 !important; } .ml-lg-0, -.mx-lg-0 { + .mx-lg-0 { margin-left: 0 !important; } .m-lg-1 { margin: 0.25rem !important; } .mt-lg-1, -.my-lg-1 { + .my-lg-1 { margin-top: 0.25rem !important; } .mr-lg-1, -.mx-lg-1 { + .mx-lg-1 { margin-right: 0.25rem !important; } .mb-lg-1, -.my-lg-1 { + .my-lg-1 { margin-bottom: 0.25rem !important; } .ml-lg-1, -.mx-lg-1 { + .mx-lg-1 { margin-left: 0.25rem !important; } .m-lg-2 { margin: 0.5rem !important; } .mt-lg-2, -.my-lg-2 { + .my-lg-2 { margin-top: 0.5rem !important; } .mr-lg-2, -.mx-lg-2 { + .mx-lg-2 { margin-right: 0.5rem !important; } .mb-lg-2, -.my-lg-2 { + .my-lg-2 { margin-bottom: 0.5rem !important; } .ml-lg-2, -.mx-lg-2 { + .mx-lg-2 { margin-left: 0.5rem !important; } .m-lg-3 { margin: 1rem !important; } .mt-lg-3, -.my-lg-3 { + .my-lg-3 { margin-top: 1rem !important; } .mr-lg-3, -.mx-lg-3 { + .mx-lg-3 { margin-right: 1rem !important; } .mb-lg-3, -.my-lg-3 { + .my-lg-3 { margin-bottom: 1rem !important; } .ml-lg-3, -.mx-lg-3 { + .mx-lg-3 { margin-left: 1rem !important; } .m-lg-4 { margin: 1.5rem !important; } .mt-lg-4, -.my-lg-4 { + .my-lg-4 { margin-top: 1.5rem !important; } .mr-lg-4, -.mx-lg-4 { + .mx-lg-4 { margin-right: 1.5rem !important; } .mb-lg-4, -.my-lg-4 { + .my-lg-4 { margin-bottom: 1.5rem !important; } .ml-lg-4, -.mx-lg-4 { + .mx-lg-4 { margin-left: 1.5rem !important; } .m-lg-5 { margin: 3rem !important; } .mt-lg-5, -.my-lg-5 { + .my-lg-5 { margin-top: 3rem !important; } .mr-lg-5, -.mx-lg-5 { + .mx-lg-5 { margin-right: 3rem !important; } .mb-lg-5, -.my-lg-5 { + .my-lg-5 { margin-bottom: 3rem !important; } .ml-lg-5, -.mx-lg-5 { + .mx-lg-5 { margin-left: 3rem !important; } .p-lg-0 { padding: 0 !important; } .pt-lg-0, -.py-lg-0 { + .py-lg-0 { padding-top: 0 !important; } .pr-lg-0, -.px-lg-0 { + .px-lg-0 { padding-right: 0 !important; } .pb-lg-0, -.py-lg-0 { + .py-lg-0 { padding-bottom: 0 !important; } .pl-lg-0, -.px-lg-0 { + .px-lg-0 { padding-left: 0 !important; } .p-lg-1 { padding: 0.25rem !important; } .pt-lg-1, -.py-lg-1 { + .py-lg-1 { padding-top: 0.25rem !important; } .pr-lg-1, -.px-lg-1 { + .px-lg-1 { padding-right: 0.25rem !important; } .pb-lg-1, -.py-lg-1 { + .py-lg-1 { padding-bottom: 0.25rem !important; } .pl-lg-1, -.px-lg-1 { + .px-lg-1 { padding-left: 0.25rem !important; } .p-lg-2 { padding: 0.5rem !important; } .pt-lg-2, -.py-lg-2 { + .py-lg-2 { padding-top: 0.5rem !important; } .pr-lg-2, -.px-lg-2 { + .px-lg-2 { padding-right: 0.5rem !important; } .pb-lg-2, -.py-lg-2 { + .py-lg-2 { padding-bottom: 0.5rem !important; } .pl-lg-2, -.px-lg-2 { + .px-lg-2 { padding-left: 0.5rem !important; } .p-lg-3 { padding: 1rem !important; } .pt-lg-3, -.py-lg-3 { + .py-lg-3 { padding-top: 1rem !important; } .pr-lg-3, -.px-lg-3 { + .px-lg-3 { padding-right: 1rem !important; } .pb-lg-3, -.py-lg-3 { + .py-lg-3 { padding-bottom: 1rem !important; } .pl-lg-3, -.px-lg-3 { + .px-lg-3 { padding-left: 1rem !important; } .p-lg-4 { padding: 1.5rem !important; } .pt-lg-4, -.py-lg-4 { + .py-lg-4 { padding-top: 1.5rem !important; } .pr-lg-4, -.px-lg-4 { + .px-lg-4 { padding-right: 1.5rem !important; } .pb-lg-4, -.py-lg-4 { + .py-lg-4 { padding-bottom: 1.5rem !important; } .pl-lg-4, -.px-lg-4 { + .px-lg-4 { padding-left: 1.5rem !important; } .p-lg-5 { padding: 3rem !important; } .pt-lg-5, -.py-lg-5 { + .py-lg-5 { padding-top: 3rem !important; } .pr-lg-5, -.px-lg-5 { + .px-lg-5 { padding-right: 3rem !important; } .pb-lg-5, -.py-lg-5 { + .py-lg-5 { padding-bottom: 3rem !important; } .pl-lg-5, -.px-lg-5 { + .px-lg-5 { padding-left: 3rem !important; } .m-lg-n1 { margin: -0.25rem !important; } .mt-lg-n1, -.my-lg-n1 { + .my-lg-n1 { margin-top: -0.25rem !important; } .mr-lg-n1, -.mx-lg-n1 { + .mx-lg-n1 { margin-right: -0.25rem !important; } .mb-lg-n1, -.my-lg-n1 { + .my-lg-n1 { margin-bottom: -0.25rem !important; } .ml-lg-n1, -.mx-lg-n1 { + .mx-lg-n1 { margin-left: -0.25rem !important; } .m-lg-n2 { margin: -0.5rem !important; } .mt-lg-n2, -.my-lg-n2 { + .my-lg-n2 { margin-top: -0.5rem !important; } .mr-lg-n2, -.mx-lg-n2 { + .mx-lg-n2 { margin-right: -0.5rem !important; } .mb-lg-n2, -.my-lg-n2 { + .my-lg-n2 { margin-bottom: -0.5rem !important; } .ml-lg-n2, -.mx-lg-n2 { + .mx-lg-n2 { margin-left: -0.5rem !important; } .m-lg-n3 { margin: -1rem !important; } .mt-lg-n3, -.my-lg-n3 { + .my-lg-n3 { margin-top: -1rem !important; } .mr-lg-n3, -.mx-lg-n3 { + .mx-lg-n3 { margin-right: -1rem !important; } .mb-lg-n3, -.my-lg-n3 { + .my-lg-n3 { margin-bottom: -1rem !important; } .ml-lg-n3, -.mx-lg-n3 { + .mx-lg-n3 { margin-left: -1rem !important; } .m-lg-n4 { margin: -1.5rem !important; } .mt-lg-n4, -.my-lg-n4 { + .my-lg-n4 { margin-top: -1.5rem !important; } .mr-lg-n4, -.mx-lg-n4 { + .mx-lg-n4 { margin-right: -1.5rem !important; } .mb-lg-n4, -.my-lg-n4 { + .my-lg-n4 { margin-bottom: -1.5rem !important; } .ml-lg-n4, -.mx-lg-n4 { + .mx-lg-n4 { margin-left: -1.5rem !important; } .m-lg-n5 { margin: -3rem !important; } .mt-lg-n5, -.my-lg-n5 { + .my-lg-n5 { margin-top: -3rem !important; } .mr-lg-n5, -.mx-lg-n5 { + .mx-lg-n5 { margin-right: -3rem !important; } .mb-lg-n5, -.my-lg-n5 { + .my-lg-n5 { margin-bottom: -3rem !important; } .ml-lg-n5, -.mx-lg-n5 { + .mx-lg-n5 { margin-left: -3rem !important; } .m-lg-auto { margin: auto !important; } .mt-lg-auto, -.my-lg-auto { + .my-lg-auto { margin-top: auto !important; } .mr-lg-auto, -.mx-lg-auto { + .mx-lg-auto { margin-right: auto !important; } .mb-lg-auto, -.my-lg-auto { + .my-lg-auto { margin-bottom: auto !important; } .ml-lg-auto, -.mx-lg-auto { + .mx-lg-auto { margin-left: auto !important; } } @@ -23699,342 +23699,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-xl-0, -.my-xl-0 { + .my-xl-0 { margin-top: 0 !important; } .mr-xl-0, -.mx-xl-0 { + .mx-xl-0 { margin-right: 0 !important; } .mb-xl-0, -.my-xl-0 { + .my-xl-0 { margin-bottom: 0 !important; } .ml-xl-0, -.mx-xl-0 { + .mx-xl-0 { margin-left: 0 !important; } .m-xl-1 { margin: 0.25rem !important; } .mt-xl-1, -.my-xl-1 { + .my-xl-1 { margin-top: 0.25rem !important; } .mr-xl-1, -.mx-xl-1 { + .mx-xl-1 { margin-right: 0.25rem !important; } .mb-xl-1, -.my-xl-1 { + .my-xl-1 { margin-bottom: 0.25rem !important; } .ml-xl-1, -.mx-xl-1 { + .mx-xl-1 { margin-left: 0.25rem !important; } .m-xl-2 { margin: 0.5rem !important; } .mt-xl-2, -.my-xl-2 { + .my-xl-2 { margin-top: 0.5rem !important; } .mr-xl-2, -.mx-xl-2 { + .mx-xl-2 { margin-right: 0.5rem !important; } .mb-xl-2, -.my-xl-2 { + .my-xl-2 { margin-bottom: 0.5rem !important; } .ml-xl-2, -.mx-xl-2 { + .mx-xl-2 { margin-left: 0.5rem !important; } .m-xl-3 { margin: 1rem !important; } .mt-xl-3, -.my-xl-3 { + .my-xl-3 { margin-top: 1rem !important; } .mr-xl-3, -.mx-xl-3 { + .mx-xl-3 { margin-right: 1rem !important; } .mb-xl-3, -.my-xl-3 { + .my-xl-3 { margin-bottom: 1rem !important; } .ml-xl-3, -.mx-xl-3 { + .mx-xl-3 { margin-left: 1rem !important; } .m-xl-4 { margin: 1.5rem !important; } .mt-xl-4, -.my-xl-4 { + .my-xl-4 { margin-top: 1.5rem !important; } .mr-xl-4, -.mx-xl-4 { + .mx-xl-4 { margin-right: 1.5rem !important; } .mb-xl-4, -.my-xl-4 { + .my-xl-4 { margin-bottom: 1.5rem !important; } .ml-xl-4, -.mx-xl-4 { + .mx-xl-4 { margin-left: 1.5rem !important; } .m-xl-5 { margin: 3rem !important; } .mt-xl-5, -.my-xl-5 { + .my-xl-5 { margin-top: 3rem !important; } .mr-xl-5, -.mx-xl-5 { + .mx-xl-5 { margin-right: 3rem !important; } .mb-xl-5, -.my-xl-5 { + .my-xl-5 { margin-bottom: 3rem !important; } .ml-xl-5, -.mx-xl-5 { + .mx-xl-5 { margin-left: 3rem !important; } .p-xl-0 { padding: 0 !important; } .pt-xl-0, -.py-xl-0 { + .py-xl-0 { padding-top: 0 !important; } .pr-xl-0, -.px-xl-0 { + .px-xl-0 { padding-right: 0 !important; } .pb-xl-0, -.py-xl-0 { + .py-xl-0 { padding-bottom: 0 !important; } .pl-xl-0, -.px-xl-0 { + .px-xl-0 { padding-left: 0 !important; } .p-xl-1 { padding: 0.25rem !important; } .pt-xl-1, -.py-xl-1 { + .py-xl-1 { padding-top: 0.25rem !important; } .pr-xl-1, -.px-xl-1 { + .px-xl-1 { padding-right: 0.25rem !important; } .pb-xl-1, -.py-xl-1 { + .py-xl-1 { padding-bottom: 0.25rem !important; } .pl-xl-1, -.px-xl-1 { + .px-xl-1 { padding-left: 0.25rem !important; } .p-xl-2 { padding: 0.5rem !important; } .pt-xl-2, -.py-xl-2 { + .py-xl-2 { padding-top: 0.5rem !important; } .pr-xl-2, -.px-xl-2 { + .px-xl-2 { padding-right: 0.5rem !important; } .pb-xl-2, -.py-xl-2 { + .py-xl-2 { padding-bottom: 0.5rem !important; } .pl-xl-2, -.px-xl-2 { + .px-xl-2 { padding-left: 0.5rem !important; } .p-xl-3 { padding: 1rem !important; } .pt-xl-3, -.py-xl-3 { + .py-xl-3 { padding-top: 1rem !important; } .pr-xl-3, -.px-xl-3 { + .px-xl-3 { padding-right: 1rem !important; } .pb-xl-3, -.py-xl-3 { + .py-xl-3 { padding-bottom: 1rem !important; } .pl-xl-3, -.px-xl-3 { + .px-xl-3 { padding-left: 1rem !important; } .p-xl-4 { padding: 1.5rem !important; } .pt-xl-4, -.py-xl-4 { + .py-xl-4 { padding-top: 1.5rem !important; } .pr-xl-4, -.px-xl-4 { + .px-xl-4 { padding-right: 1.5rem !important; } .pb-xl-4, -.py-xl-4 { + .py-xl-4 { padding-bottom: 1.5rem !important; } .pl-xl-4, -.px-xl-4 { + .px-xl-4 { padding-left: 1.5rem !important; } .p-xl-5 { padding: 3rem !important; } .pt-xl-5, -.py-xl-5 { + .py-xl-5 { padding-top: 3rem !important; } .pr-xl-5, -.px-xl-5 { + .px-xl-5 { padding-right: 3rem !important; } .pb-xl-5, -.py-xl-5 { + .py-xl-5 { padding-bottom: 3rem !important; } .pl-xl-5, -.px-xl-5 { + .px-xl-5 { padding-left: 3rem !important; } .m-xl-n1 { margin: -0.25rem !important; } .mt-xl-n1, -.my-xl-n1 { + .my-xl-n1 { margin-top: -0.25rem !important; } .mr-xl-n1, -.mx-xl-n1 { + .mx-xl-n1 { margin-right: -0.25rem !important; } .mb-xl-n1, -.my-xl-n1 { + .my-xl-n1 { margin-bottom: -0.25rem !important; } .ml-xl-n1, -.mx-xl-n1 { + .mx-xl-n1 { margin-left: -0.25rem !important; } .m-xl-n2 { margin: -0.5rem !important; } .mt-xl-n2, -.my-xl-n2 { + .my-xl-n2 { margin-top: -0.5rem !important; } .mr-xl-n2, -.mx-xl-n2 { + .mx-xl-n2 { margin-right: -0.5rem !important; } .mb-xl-n2, -.my-xl-n2 { + .my-xl-n2 { margin-bottom: -0.5rem !important; } .ml-xl-n2, -.mx-xl-n2 { + .mx-xl-n2 { margin-left: -0.5rem !important; } .m-xl-n3 { margin: -1rem !important; } .mt-xl-n3, -.my-xl-n3 { + .my-xl-n3 { margin-top: -1rem !important; } .mr-xl-n3, -.mx-xl-n3 { + .mx-xl-n3 { margin-right: -1rem !important; } .mb-xl-n3, -.my-xl-n3 { + .my-xl-n3 { margin-bottom: -1rem !important; } .ml-xl-n3, -.mx-xl-n3 { + .mx-xl-n3 { margin-left: -1rem !important; } .m-xl-n4 { margin: -1.5rem !important; } .mt-xl-n4, -.my-xl-n4 { + .my-xl-n4 { margin-top: -1.5rem !important; } .mr-xl-n4, -.mx-xl-n4 { + .mx-xl-n4 { margin-right: -1.5rem !important; } .mb-xl-n4, -.my-xl-n4 { + .my-xl-n4 { margin-bottom: -1.5rem !important; } .ml-xl-n4, -.mx-xl-n4 { + .mx-xl-n4 { margin-left: -1.5rem !important; } .m-xl-n5 { margin: -3rem !important; } .mt-xl-n5, -.my-xl-n5 { + .my-xl-n5 { margin-top: -3rem !important; } .mr-xl-n5, -.mx-xl-n5 { + .mx-xl-n5 { margin-right: -3rem !important; } .mb-xl-n5, -.my-xl-n5 { + .my-xl-n5 { margin-bottom: -3rem !important; } .ml-xl-n5, -.mx-xl-n5 { + .mx-xl-n5 { margin-left: -3rem !important; } .m-xl-auto { margin: auto !important; } .mt-xl-auto, -.my-xl-auto { + .my-xl-auto { margin-top: auto !important; } .mr-xl-auto, -.mx-xl-auto { + .mx-xl-auto { margin-right: auto !important; } .mb-xl-auto, -.my-xl-auto { + .my-xl-auto { margin-bottom: auto !important; } .ml-xl-auto, -.mx-xl-auto { + .mx-xl-auto { margin-left: auto !important; } } @@ -24279,8 +24279,8 @@ a.text-dark:hover, a.text-dark:focus { @media print { *, -*::before, -*::after { + *::before, + *::after { text-shadow: none !important; box-shadow: none !important; } @@ -24294,22 +24294,22 @@ a.text-dark:hover, a.text-dark:focus { white-space: pre-wrap !important; } pre, -blockquote { + blockquote { border: 1px solid #adb5bd; page-break-inside: avoid; } tr, -img { + img { page-break-inside: avoid; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } @page { @@ -24331,20 +24331,20 @@ h3 { border-collapse: collapse !important; } .table td, -.table th { + .table th { background-color: #fff !important; } .table-bordered th, -.table-bordered td { + .table-bordered td { border: 1px solid #dee2e6 !important; } .table-dark { color: inherit; } .table-dark th, -.table-dark td, -.table-dark thead th, -.table-dark tbody + tbody { + .table-dark td, + .table-dark thead th, + .table-dark tbody + tbody { border-color: #dee2e6; } .table .thead-dark th { @@ -26542,7 +26542,7 @@ textarea.form-control { display: inline-block; } .form-inline .input-group, -.form-inline .custom-select { + .form-inline .custom-select { width: auto; } .form-inline .form-check { @@ -28028,8 +28028,8 @@ input[type=button].btn-block { } @media (prefers-reduced-motion: reduce) { .custom-control-label::before, -.custom-file-label, -.custom-select { + .custom-file-label, + .custom-select { transition: none; } } @@ -28201,11 +28201,11 @@ input[type=button].btn-block { @media (max-width: 575.98px) { .navbar-expand-sm > .container, -.navbar-expand-sm > .container-fluid, -.navbar-expand-sm > .container-sm, -.navbar-expand-sm > .container-md, -.navbar-expand-sm > .container-lg, -.navbar-expand-sm > .container-xl { + .navbar-expand-sm > .container-fluid, + .navbar-expand-sm > .container-sm, + .navbar-expand-sm > .container-md, + .navbar-expand-sm > .container-lg, + .navbar-expand-sm > .container-xl { padding-right: 0; padding-left: 0; } @@ -28226,11 +28226,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-sm > .container, -.navbar-expand-sm > .container-fluid, -.navbar-expand-sm > .container-sm, -.navbar-expand-sm > .container-md, -.navbar-expand-sm > .container-lg, -.navbar-expand-sm > .container-xl { + .navbar-expand-sm > .container-fluid, + .navbar-expand-sm > .container-sm, + .navbar-expand-sm > .container-md, + .navbar-expand-sm > .container-lg, + .navbar-expand-sm > .container-xl { flex-wrap: nowrap; } .navbar-expand-sm .navbar-nav-scroll { @@ -28246,11 +28246,11 @@ input[type=button].btn-block { } @media (max-width: 767.98px) { .navbar-expand-md > .container, -.navbar-expand-md > .container-fluid, -.navbar-expand-md > .container-sm, -.navbar-expand-md > .container-md, -.navbar-expand-md > .container-lg, -.navbar-expand-md > .container-xl { + .navbar-expand-md > .container-fluid, + .navbar-expand-md > .container-sm, + .navbar-expand-md > .container-md, + .navbar-expand-md > .container-lg, + .navbar-expand-md > .container-xl { padding-right: 0; padding-left: 0; } @@ -28271,11 +28271,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-md > .container, -.navbar-expand-md > .container-fluid, -.navbar-expand-md > .container-sm, -.navbar-expand-md > .container-md, -.navbar-expand-md > .container-lg, -.navbar-expand-md > .container-xl { + .navbar-expand-md > .container-fluid, + .navbar-expand-md > .container-sm, + .navbar-expand-md > .container-md, + .navbar-expand-md > .container-lg, + .navbar-expand-md > .container-xl { flex-wrap: nowrap; } .navbar-expand-md .navbar-nav-scroll { @@ -28291,11 +28291,11 @@ input[type=button].btn-block { } @media (max-width: 991.98px) { .navbar-expand-lg > .container, -.navbar-expand-lg > .container-fluid, -.navbar-expand-lg > .container-sm, -.navbar-expand-lg > .container-md, -.navbar-expand-lg > .container-lg, -.navbar-expand-lg > .container-xl { + .navbar-expand-lg > .container-fluid, + .navbar-expand-lg > .container-sm, + .navbar-expand-lg > .container-md, + .navbar-expand-lg > .container-lg, + .navbar-expand-lg > .container-xl { padding-right: 0; padding-left: 0; } @@ -28316,11 +28316,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-lg > .container, -.navbar-expand-lg > .container-fluid, -.navbar-expand-lg > .container-sm, -.navbar-expand-lg > .container-md, -.navbar-expand-lg > .container-lg, -.navbar-expand-lg > .container-xl { + .navbar-expand-lg > .container-fluid, + .navbar-expand-lg > .container-sm, + .navbar-expand-lg > .container-md, + .navbar-expand-lg > .container-lg, + .navbar-expand-lg > .container-xl { flex-wrap: nowrap; } .navbar-expand-lg .navbar-nav-scroll { @@ -28336,11 +28336,11 @@ input[type=button].btn-block { } @media (max-width: 1199.98px) { .navbar-expand-xl > .container, -.navbar-expand-xl > .container-fluid, -.navbar-expand-xl > .container-sm, -.navbar-expand-xl > .container-md, -.navbar-expand-xl > .container-lg, -.navbar-expand-xl > .container-xl { + .navbar-expand-xl > .container-fluid, + .navbar-expand-xl > .container-sm, + .navbar-expand-xl > .container-md, + .navbar-expand-xl > .container-lg, + .navbar-expand-xl > .container-xl { padding-right: 0; padding-left: 0; } @@ -28361,11 +28361,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-xl > .container, -.navbar-expand-xl > .container-fluid, -.navbar-expand-xl > .container-sm, -.navbar-expand-xl > .container-md, -.navbar-expand-xl > .container-lg, -.navbar-expand-xl > .container-xl { + .navbar-expand-xl > .container-fluid, + .navbar-expand-xl > .container-sm, + .navbar-expand-xl > .container-md, + .navbar-expand-xl > .container-lg, + .navbar-expand-xl > .container-xl { flex-wrap: nowrap; } .navbar-expand-xl .navbar-nav-scroll { @@ -28656,11 +28656,11 @@ input[type=button].btn-block { border-bottom-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-top, -.card-group > .card:not(:last-child) .card-header { + .card-group > .card:not(:last-child) .card-header { border-top-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-bottom, -.card-group > .card:not(:last-child) .card-footer { + .card-group > .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; } .card-group > .card:not(:first-child) { @@ -28668,11 +28668,11 @@ input[type=button].btn-block { border-bottom-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-top, -.card-group > .card:not(:first-child) .card-header { + .card-group > .card:not(:first-child) .card-header { border-top-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-bottom, -.card-group > .card:not(:first-child) .card-footer { + .card-group > .card:not(:first-child) .card-footer { border-bottom-left-radius: 0; } } @@ -29711,7 +29711,7 @@ a.close.disabled { } @media (min-width: 992px) { .modal-lg, -.modal-xl { + .modal-xl { max-width: 800px; } } @@ -30034,7 +30034,7 @@ a.close.disabled { } @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-left, -.carousel-fade .active.carousel-item-right { + .carousel-fade .active.carousel-item-right { transition: none; } } @@ -30059,7 +30059,7 @@ a.close.disabled { } @media (prefers-reduced-motion: reduce) { .carousel-control-prev, -.carousel-control-next { + .carousel-control-next { transition: none; } } @@ -30195,7 +30195,7 @@ a.close.disabled { @media (prefers-reduced-motion: reduce) { .spinner-border, -.spinner-grow { + .spinner-grow { animation-duration: 1.5s; } } @@ -31869,342 +31869,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-sm-0, -.my-sm-0 { + .my-sm-0 { margin-top: 0 !important; } .mr-sm-0, -.mx-sm-0 { + .mx-sm-0 { margin-right: 0 !important; } .mb-sm-0, -.my-sm-0 { + .my-sm-0 { margin-bottom: 0 !important; } .ml-sm-0, -.mx-sm-0 { + .mx-sm-0 { margin-left: 0 !important; } .m-sm-1 { margin: 0.25rem !important; } .mt-sm-1, -.my-sm-1 { + .my-sm-1 { margin-top: 0.25rem !important; } .mr-sm-1, -.mx-sm-1 { + .mx-sm-1 { margin-right: 0.25rem !important; } .mb-sm-1, -.my-sm-1 { + .my-sm-1 { margin-bottom: 0.25rem !important; } .ml-sm-1, -.mx-sm-1 { + .mx-sm-1 { margin-left: 0.25rem !important; } .m-sm-2 { margin: 0.5rem !important; } .mt-sm-2, -.my-sm-2 { + .my-sm-2 { margin-top: 0.5rem !important; } .mr-sm-2, -.mx-sm-2 { + .mx-sm-2 { margin-right: 0.5rem !important; } .mb-sm-2, -.my-sm-2 { + .my-sm-2 { margin-bottom: 0.5rem !important; } .ml-sm-2, -.mx-sm-2 { + .mx-sm-2 { margin-left: 0.5rem !important; } .m-sm-3 { margin: 1rem !important; } .mt-sm-3, -.my-sm-3 { + .my-sm-3 { margin-top: 1rem !important; } .mr-sm-3, -.mx-sm-3 { + .mx-sm-3 { margin-right: 1rem !important; } .mb-sm-3, -.my-sm-3 { + .my-sm-3 { margin-bottom: 1rem !important; } .ml-sm-3, -.mx-sm-3 { + .mx-sm-3 { margin-left: 1rem !important; } .m-sm-4 { margin: 1.5rem !important; } .mt-sm-4, -.my-sm-4 { + .my-sm-4 { margin-top: 1.5rem !important; } .mr-sm-4, -.mx-sm-4 { + .mx-sm-4 { margin-right: 1.5rem !important; } .mb-sm-4, -.my-sm-4 { + .my-sm-4 { margin-bottom: 1.5rem !important; } .ml-sm-4, -.mx-sm-4 { + .mx-sm-4 { margin-left: 1.5rem !important; } .m-sm-5 { margin: 3rem !important; } .mt-sm-5, -.my-sm-5 { + .my-sm-5 { margin-top: 3rem !important; } .mr-sm-5, -.mx-sm-5 { + .mx-sm-5 { margin-right: 3rem !important; } .mb-sm-5, -.my-sm-5 { + .my-sm-5 { margin-bottom: 3rem !important; } .ml-sm-5, -.mx-sm-5 { + .mx-sm-5 { margin-left: 3rem !important; } .p-sm-0 { padding: 0 !important; } .pt-sm-0, -.py-sm-0 { + .py-sm-0 { padding-top: 0 !important; } .pr-sm-0, -.px-sm-0 { + .px-sm-0 { padding-right: 0 !important; } .pb-sm-0, -.py-sm-0 { + .py-sm-0 { padding-bottom: 0 !important; } .pl-sm-0, -.px-sm-0 { + .px-sm-0 { padding-left: 0 !important; } .p-sm-1 { padding: 0.25rem !important; } .pt-sm-1, -.py-sm-1 { + .py-sm-1 { padding-top: 0.25rem !important; } .pr-sm-1, -.px-sm-1 { + .px-sm-1 { padding-right: 0.25rem !important; } .pb-sm-1, -.py-sm-1 { + .py-sm-1 { padding-bottom: 0.25rem !important; } .pl-sm-1, -.px-sm-1 { + .px-sm-1 { padding-left: 0.25rem !important; } .p-sm-2 { padding: 0.5rem !important; } .pt-sm-2, -.py-sm-2 { + .py-sm-2 { padding-top: 0.5rem !important; } .pr-sm-2, -.px-sm-2 { + .px-sm-2 { padding-right: 0.5rem !important; } .pb-sm-2, -.py-sm-2 { + .py-sm-2 { padding-bottom: 0.5rem !important; } .pl-sm-2, -.px-sm-2 { + .px-sm-2 { padding-left: 0.5rem !important; } .p-sm-3 { padding: 1rem !important; } .pt-sm-3, -.py-sm-3 { + .py-sm-3 { padding-top: 1rem !important; } .pr-sm-3, -.px-sm-3 { + .px-sm-3 { padding-right: 1rem !important; } .pb-sm-3, -.py-sm-3 { + .py-sm-3 { padding-bottom: 1rem !important; } .pl-sm-3, -.px-sm-3 { + .px-sm-3 { padding-left: 1rem !important; } .p-sm-4 { padding: 1.5rem !important; } .pt-sm-4, -.py-sm-4 { + .py-sm-4 { padding-top: 1.5rem !important; } .pr-sm-4, -.px-sm-4 { + .px-sm-4 { padding-right: 1.5rem !important; } .pb-sm-4, -.py-sm-4 { + .py-sm-4 { padding-bottom: 1.5rem !important; } .pl-sm-4, -.px-sm-4 { + .px-sm-4 { padding-left: 1.5rem !important; } .p-sm-5 { padding: 3rem !important; } .pt-sm-5, -.py-sm-5 { + .py-sm-5 { padding-top: 3rem !important; } .pr-sm-5, -.px-sm-5 { + .px-sm-5 { padding-right: 3rem !important; } .pb-sm-5, -.py-sm-5 { + .py-sm-5 { padding-bottom: 3rem !important; } .pl-sm-5, -.px-sm-5 { + .px-sm-5 { padding-left: 3rem !important; } .m-sm-n1 { margin: -0.25rem !important; } .mt-sm-n1, -.my-sm-n1 { + .my-sm-n1 { margin-top: -0.25rem !important; } .mr-sm-n1, -.mx-sm-n1 { + .mx-sm-n1 { margin-right: -0.25rem !important; } .mb-sm-n1, -.my-sm-n1 { + .my-sm-n1 { margin-bottom: -0.25rem !important; } .ml-sm-n1, -.mx-sm-n1 { + .mx-sm-n1 { margin-left: -0.25rem !important; } .m-sm-n2 { margin: -0.5rem !important; } .mt-sm-n2, -.my-sm-n2 { + .my-sm-n2 { margin-top: -0.5rem !important; } .mr-sm-n2, -.mx-sm-n2 { + .mx-sm-n2 { margin-right: -0.5rem !important; } .mb-sm-n2, -.my-sm-n2 { + .my-sm-n2 { margin-bottom: -0.5rem !important; } .ml-sm-n2, -.mx-sm-n2 { + .mx-sm-n2 { margin-left: -0.5rem !important; } .m-sm-n3 { margin: -1rem !important; } .mt-sm-n3, -.my-sm-n3 { + .my-sm-n3 { margin-top: -1rem !important; } .mr-sm-n3, -.mx-sm-n3 { + .mx-sm-n3 { margin-right: -1rem !important; } .mb-sm-n3, -.my-sm-n3 { + .my-sm-n3 { margin-bottom: -1rem !important; } .ml-sm-n3, -.mx-sm-n3 { + .mx-sm-n3 { margin-left: -1rem !important; } .m-sm-n4 { margin: -1.5rem !important; } .mt-sm-n4, -.my-sm-n4 { + .my-sm-n4 { margin-top: -1.5rem !important; } .mr-sm-n4, -.mx-sm-n4 { + .mx-sm-n4 { margin-right: -1.5rem !important; } .mb-sm-n4, -.my-sm-n4 { + .my-sm-n4 { margin-bottom: -1.5rem !important; } .ml-sm-n4, -.mx-sm-n4 { + .mx-sm-n4 { margin-left: -1.5rem !important; } .m-sm-n5 { margin: -3rem !important; } .mt-sm-n5, -.my-sm-n5 { + .my-sm-n5 { margin-top: -3rem !important; } .mr-sm-n5, -.mx-sm-n5 { + .mx-sm-n5 { margin-right: -3rem !important; } .mb-sm-n5, -.my-sm-n5 { + .my-sm-n5 { margin-bottom: -3rem !important; } .ml-sm-n5, -.mx-sm-n5 { + .mx-sm-n5 { margin-left: -3rem !important; } .m-sm-auto { margin: auto !important; } .mt-sm-auto, -.my-sm-auto { + .my-sm-auto { margin-top: auto !important; } .mr-sm-auto, -.mx-sm-auto { + .mx-sm-auto { margin-right: auto !important; } .mb-sm-auto, -.my-sm-auto { + .my-sm-auto { margin-bottom: auto !important; } .ml-sm-auto, -.mx-sm-auto { + .mx-sm-auto { margin-left: auto !important; } } @@ -32213,342 +32213,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-md-0, -.my-md-0 { + .my-md-0 { margin-top: 0 !important; } .mr-md-0, -.mx-md-0 { + .mx-md-0 { margin-right: 0 !important; } .mb-md-0, -.my-md-0 { + .my-md-0 { margin-bottom: 0 !important; } .ml-md-0, -.mx-md-0 { + .mx-md-0 { margin-left: 0 !important; } .m-md-1 { margin: 0.25rem !important; } .mt-md-1, -.my-md-1 { + .my-md-1 { margin-top: 0.25rem !important; } .mr-md-1, -.mx-md-1 { + .mx-md-1 { margin-right: 0.25rem !important; } .mb-md-1, -.my-md-1 { + .my-md-1 { margin-bottom: 0.25rem !important; } .ml-md-1, -.mx-md-1 { + .mx-md-1 { margin-left: 0.25rem !important; } .m-md-2 { margin: 0.5rem !important; } .mt-md-2, -.my-md-2 { + .my-md-2 { margin-top: 0.5rem !important; } .mr-md-2, -.mx-md-2 { + .mx-md-2 { margin-right: 0.5rem !important; } .mb-md-2, -.my-md-2 { + .my-md-2 { margin-bottom: 0.5rem !important; } .ml-md-2, -.mx-md-2 { + .mx-md-2 { margin-left: 0.5rem !important; } .m-md-3 { margin: 1rem !important; } .mt-md-3, -.my-md-3 { + .my-md-3 { margin-top: 1rem !important; } .mr-md-3, -.mx-md-3 { + .mx-md-3 { margin-right: 1rem !important; } .mb-md-3, -.my-md-3 { + .my-md-3 { margin-bottom: 1rem !important; } .ml-md-3, -.mx-md-3 { + .mx-md-3 { margin-left: 1rem !important; } .m-md-4 { margin: 1.5rem !important; } .mt-md-4, -.my-md-4 { + .my-md-4 { margin-top: 1.5rem !important; } .mr-md-4, -.mx-md-4 { + .mx-md-4 { margin-right: 1.5rem !important; } .mb-md-4, -.my-md-4 { + .my-md-4 { margin-bottom: 1.5rem !important; } .ml-md-4, -.mx-md-4 { + .mx-md-4 { margin-left: 1.5rem !important; } .m-md-5 { margin: 3rem !important; } .mt-md-5, -.my-md-5 { + .my-md-5 { margin-top: 3rem !important; } .mr-md-5, -.mx-md-5 { + .mx-md-5 { margin-right: 3rem !important; } .mb-md-5, -.my-md-5 { + .my-md-5 { margin-bottom: 3rem !important; } .ml-md-5, -.mx-md-5 { + .mx-md-5 { margin-left: 3rem !important; } .p-md-0 { padding: 0 !important; } .pt-md-0, -.py-md-0 { + .py-md-0 { padding-top: 0 !important; } .pr-md-0, -.px-md-0 { + .px-md-0 { padding-right: 0 !important; } .pb-md-0, -.py-md-0 { + .py-md-0 { padding-bottom: 0 !important; } .pl-md-0, -.px-md-0 { + .px-md-0 { padding-left: 0 !important; } .p-md-1 { padding: 0.25rem !important; } .pt-md-1, -.py-md-1 { + .py-md-1 { padding-top: 0.25rem !important; } .pr-md-1, -.px-md-1 { + .px-md-1 { padding-right: 0.25rem !important; } .pb-md-1, -.py-md-1 { + .py-md-1 { padding-bottom: 0.25rem !important; } .pl-md-1, -.px-md-1 { + .px-md-1 { padding-left: 0.25rem !important; } .p-md-2 { padding: 0.5rem !important; } .pt-md-2, -.py-md-2 { + .py-md-2 { padding-top: 0.5rem !important; } .pr-md-2, -.px-md-2 { + .px-md-2 { padding-right: 0.5rem !important; } .pb-md-2, -.py-md-2 { + .py-md-2 { padding-bottom: 0.5rem !important; } .pl-md-2, -.px-md-2 { + .px-md-2 { padding-left: 0.5rem !important; } .p-md-3 { padding: 1rem !important; } .pt-md-3, -.py-md-3 { + .py-md-3 { padding-top: 1rem !important; } .pr-md-3, -.px-md-3 { + .px-md-3 { padding-right: 1rem !important; } .pb-md-3, -.py-md-3 { + .py-md-3 { padding-bottom: 1rem !important; } .pl-md-3, -.px-md-3 { + .px-md-3 { padding-left: 1rem !important; } .p-md-4 { padding: 1.5rem !important; } .pt-md-4, -.py-md-4 { + .py-md-4 { padding-top: 1.5rem !important; } .pr-md-4, -.px-md-4 { + .px-md-4 { padding-right: 1.5rem !important; } .pb-md-4, -.py-md-4 { + .py-md-4 { padding-bottom: 1.5rem !important; } .pl-md-4, -.px-md-4 { + .px-md-4 { padding-left: 1.5rem !important; } .p-md-5 { padding: 3rem !important; } .pt-md-5, -.py-md-5 { + .py-md-5 { padding-top: 3rem !important; } .pr-md-5, -.px-md-5 { + .px-md-5 { padding-right: 3rem !important; } .pb-md-5, -.py-md-5 { + .py-md-5 { padding-bottom: 3rem !important; } .pl-md-5, -.px-md-5 { + .px-md-5 { padding-left: 3rem !important; } .m-md-n1 { margin: -0.25rem !important; } .mt-md-n1, -.my-md-n1 { + .my-md-n1 { margin-top: -0.25rem !important; } .mr-md-n1, -.mx-md-n1 { + .mx-md-n1 { margin-right: -0.25rem !important; } .mb-md-n1, -.my-md-n1 { + .my-md-n1 { margin-bottom: -0.25rem !important; } .ml-md-n1, -.mx-md-n1 { + .mx-md-n1 { margin-left: -0.25rem !important; } .m-md-n2 { margin: -0.5rem !important; } .mt-md-n2, -.my-md-n2 { + .my-md-n2 { margin-top: -0.5rem !important; } .mr-md-n2, -.mx-md-n2 { + .mx-md-n2 { margin-right: -0.5rem !important; } .mb-md-n2, -.my-md-n2 { + .my-md-n2 { margin-bottom: -0.5rem !important; } .ml-md-n2, -.mx-md-n2 { + .mx-md-n2 { margin-left: -0.5rem !important; } .m-md-n3 { margin: -1rem !important; } .mt-md-n3, -.my-md-n3 { + .my-md-n3 { margin-top: -1rem !important; } .mr-md-n3, -.mx-md-n3 { + .mx-md-n3 { margin-right: -1rem !important; } .mb-md-n3, -.my-md-n3 { + .my-md-n3 { margin-bottom: -1rem !important; } .ml-md-n3, -.mx-md-n3 { + .mx-md-n3 { margin-left: -1rem !important; } .m-md-n4 { margin: -1.5rem !important; } .mt-md-n4, -.my-md-n4 { + .my-md-n4 { margin-top: -1.5rem !important; } .mr-md-n4, -.mx-md-n4 { + .mx-md-n4 { margin-right: -1.5rem !important; } .mb-md-n4, -.my-md-n4 { + .my-md-n4 { margin-bottom: -1.5rem !important; } .ml-md-n4, -.mx-md-n4 { + .mx-md-n4 { margin-left: -1.5rem !important; } .m-md-n5 { margin: -3rem !important; } .mt-md-n5, -.my-md-n5 { + .my-md-n5 { margin-top: -3rem !important; } .mr-md-n5, -.mx-md-n5 { + .mx-md-n5 { margin-right: -3rem !important; } .mb-md-n5, -.my-md-n5 { + .my-md-n5 { margin-bottom: -3rem !important; } .ml-md-n5, -.mx-md-n5 { + .mx-md-n5 { margin-left: -3rem !important; } .m-md-auto { margin: auto !important; } .mt-md-auto, -.my-md-auto { + .my-md-auto { margin-top: auto !important; } .mr-md-auto, -.mx-md-auto { + .mx-md-auto { margin-right: auto !important; } .mb-md-auto, -.my-md-auto { + .my-md-auto { margin-bottom: auto !important; } .ml-md-auto, -.mx-md-auto { + .mx-md-auto { margin-left: auto !important; } } @@ -32557,342 +32557,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-lg-0, -.my-lg-0 { + .my-lg-0 { margin-top: 0 !important; } .mr-lg-0, -.mx-lg-0 { + .mx-lg-0 { margin-right: 0 !important; } .mb-lg-0, -.my-lg-0 { + .my-lg-0 { margin-bottom: 0 !important; } .ml-lg-0, -.mx-lg-0 { + .mx-lg-0 { margin-left: 0 !important; } .m-lg-1 { margin: 0.25rem !important; } .mt-lg-1, -.my-lg-1 { + .my-lg-1 { margin-top: 0.25rem !important; } .mr-lg-1, -.mx-lg-1 { + .mx-lg-1 { margin-right: 0.25rem !important; } .mb-lg-1, -.my-lg-1 { + .my-lg-1 { margin-bottom: 0.25rem !important; } .ml-lg-1, -.mx-lg-1 { + .mx-lg-1 { margin-left: 0.25rem !important; } .m-lg-2 { margin: 0.5rem !important; } .mt-lg-2, -.my-lg-2 { + .my-lg-2 { margin-top: 0.5rem !important; } .mr-lg-2, -.mx-lg-2 { + .mx-lg-2 { margin-right: 0.5rem !important; } .mb-lg-2, -.my-lg-2 { + .my-lg-2 { margin-bottom: 0.5rem !important; } .ml-lg-2, -.mx-lg-2 { + .mx-lg-2 { margin-left: 0.5rem !important; } .m-lg-3 { margin: 1rem !important; } .mt-lg-3, -.my-lg-3 { + .my-lg-3 { margin-top: 1rem !important; } .mr-lg-3, -.mx-lg-3 { + .mx-lg-3 { margin-right: 1rem !important; } .mb-lg-3, -.my-lg-3 { + .my-lg-3 { margin-bottom: 1rem !important; } .ml-lg-3, -.mx-lg-3 { + .mx-lg-3 { margin-left: 1rem !important; } .m-lg-4 { margin: 1.5rem !important; } .mt-lg-4, -.my-lg-4 { + .my-lg-4 { margin-top: 1.5rem !important; } .mr-lg-4, -.mx-lg-4 { + .mx-lg-4 { margin-right: 1.5rem !important; } .mb-lg-4, -.my-lg-4 { + .my-lg-4 { margin-bottom: 1.5rem !important; } .ml-lg-4, -.mx-lg-4 { + .mx-lg-4 { margin-left: 1.5rem !important; } .m-lg-5 { margin: 3rem !important; } .mt-lg-5, -.my-lg-5 { + .my-lg-5 { margin-top: 3rem !important; } .mr-lg-5, -.mx-lg-5 { + .mx-lg-5 { margin-right: 3rem !important; } .mb-lg-5, -.my-lg-5 { + .my-lg-5 { margin-bottom: 3rem !important; } .ml-lg-5, -.mx-lg-5 { + .mx-lg-5 { margin-left: 3rem !important; } .p-lg-0 { padding: 0 !important; } .pt-lg-0, -.py-lg-0 { + .py-lg-0 { padding-top: 0 !important; } .pr-lg-0, -.px-lg-0 { + .px-lg-0 { padding-right: 0 !important; } .pb-lg-0, -.py-lg-0 { + .py-lg-0 { padding-bottom: 0 !important; } .pl-lg-0, -.px-lg-0 { + .px-lg-0 { padding-left: 0 !important; } .p-lg-1 { padding: 0.25rem !important; } .pt-lg-1, -.py-lg-1 { + .py-lg-1 { padding-top: 0.25rem !important; } .pr-lg-1, -.px-lg-1 { + .px-lg-1 { padding-right: 0.25rem !important; } .pb-lg-1, -.py-lg-1 { + .py-lg-1 { padding-bottom: 0.25rem !important; } .pl-lg-1, -.px-lg-1 { + .px-lg-1 { padding-left: 0.25rem !important; } .p-lg-2 { padding: 0.5rem !important; } .pt-lg-2, -.py-lg-2 { + .py-lg-2 { padding-top: 0.5rem !important; } .pr-lg-2, -.px-lg-2 { + .px-lg-2 { padding-right: 0.5rem !important; } .pb-lg-2, -.py-lg-2 { + .py-lg-2 { padding-bottom: 0.5rem !important; } .pl-lg-2, -.px-lg-2 { + .px-lg-2 { padding-left: 0.5rem !important; } .p-lg-3 { padding: 1rem !important; } .pt-lg-3, -.py-lg-3 { + .py-lg-3 { padding-top: 1rem !important; } .pr-lg-3, -.px-lg-3 { + .px-lg-3 { padding-right: 1rem !important; } .pb-lg-3, -.py-lg-3 { + .py-lg-3 { padding-bottom: 1rem !important; } .pl-lg-3, -.px-lg-3 { + .px-lg-3 { padding-left: 1rem !important; } .p-lg-4 { padding: 1.5rem !important; } .pt-lg-4, -.py-lg-4 { + .py-lg-4 { padding-top: 1.5rem !important; } .pr-lg-4, -.px-lg-4 { + .px-lg-4 { padding-right: 1.5rem !important; } .pb-lg-4, -.py-lg-4 { + .py-lg-4 { padding-bottom: 1.5rem !important; } .pl-lg-4, -.px-lg-4 { + .px-lg-4 { padding-left: 1.5rem !important; } .p-lg-5 { padding: 3rem !important; } .pt-lg-5, -.py-lg-5 { + .py-lg-5 { padding-top: 3rem !important; } .pr-lg-5, -.px-lg-5 { + .px-lg-5 { padding-right: 3rem !important; } .pb-lg-5, -.py-lg-5 { + .py-lg-5 { padding-bottom: 3rem !important; } .pl-lg-5, -.px-lg-5 { + .px-lg-5 { padding-left: 3rem !important; } .m-lg-n1 { margin: -0.25rem !important; } .mt-lg-n1, -.my-lg-n1 { + .my-lg-n1 { margin-top: -0.25rem !important; } .mr-lg-n1, -.mx-lg-n1 { + .mx-lg-n1 { margin-right: -0.25rem !important; } .mb-lg-n1, -.my-lg-n1 { + .my-lg-n1 { margin-bottom: -0.25rem !important; } .ml-lg-n1, -.mx-lg-n1 { + .mx-lg-n1 { margin-left: -0.25rem !important; } .m-lg-n2 { margin: -0.5rem !important; } .mt-lg-n2, -.my-lg-n2 { + .my-lg-n2 { margin-top: -0.5rem !important; } .mr-lg-n2, -.mx-lg-n2 { + .mx-lg-n2 { margin-right: -0.5rem !important; } .mb-lg-n2, -.my-lg-n2 { + .my-lg-n2 { margin-bottom: -0.5rem !important; } .ml-lg-n2, -.mx-lg-n2 { + .mx-lg-n2 { margin-left: -0.5rem !important; } .m-lg-n3 { margin: -1rem !important; } .mt-lg-n3, -.my-lg-n3 { + .my-lg-n3 { margin-top: -1rem !important; } .mr-lg-n3, -.mx-lg-n3 { + .mx-lg-n3 { margin-right: -1rem !important; } .mb-lg-n3, -.my-lg-n3 { + .my-lg-n3 { margin-bottom: -1rem !important; } .ml-lg-n3, -.mx-lg-n3 { + .mx-lg-n3 { margin-left: -1rem !important; } .m-lg-n4 { margin: -1.5rem !important; } .mt-lg-n4, -.my-lg-n4 { + .my-lg-n4 { margin-top: -1.5rem !important; } .mr-lg-n4, -.mx-lg-n4 { + .mx-lg-n4 { margin-right: -1.5rem !important; } .mb-lg-n4, -.my-lg-n4 { + .my-lg-n4 { margin-bottom: -1.5rem !important; } .ml-lg-n4, -.mx-lg-n4 { + .mx-lg-n4 { margin-left: -1.5rem !important; } .m-lg-n5 { margin: -3rem !important; } .mt-lg-n5, -.my-lg-n5 { + .my-lg-n5 { margin-top: -3rem !important; } .mr-lg-n5, -.mx-lg-n5 { + .mx-lg-n5 { margin-right: -3rem !important; } .mb-lg-n5, -.my-lg-n5 { + .my-lg-n5 { margin-bottom: -3rem !important; } .ml-lg-n5, -.mx-lg-n5 { + .mx-lg-n5 { margin-left: -3rem !important; } .m-lg-auto { margin: auto !important; } .mt-lg-auto, -.my-lg-auto { + .my-lg-auto { margin-top: auto !important; } .mr-lg-auto, -.mx-lg-auto { + .mx-lg-auto { margin-right: auto !important; } .mb-lg-auto, -.my-lg-auto { + .my-lg-auto { margin-bottom: auto !important; } .ml-lg-auto, -.mx-lg-auto { + .mx-lg-auto { margin-left: auto !important; } } @@ -32901,342 +32901,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-xl-0, -.my-xl-0 { + .my-xl-0 { margin-top: 0 !important; } .mr-xl-0, -.mx-xl-0 { + .mx-xl-0 { margin-right: 0 !important; } .mb-xl-0, -.my-xl-0 { + .my-xl-0 { margin-bottom: 0 !important; } .ml-xl-0, -.mx-xl-0 { + .mx-xl-0 { margin-left: 0 !important; } .m-xl-1 { margin: 0.25rem !important; } .mt-xl-1, -.my-xl-1 { + .my-xl-1 { margin-top: 0.25rem !important; } .mr-xl-1, -.mx-xl-1 { + .mx-xl-1 { margin-right: 0.25rem !important; } .mb-xl-1, -.my-xl-1 { + .my-xl-1 { margin-bottom: 0.25rem !important; } .ml-xl-1, -.mx-xl-1 { + .mx-xl-1 { margin-left: 0.25rem !important; } .m-xl-2 { margin: 0.5rem !important; } .mt-xl-2, -.my-xl-2 { + .my-xl-2 { margin-top: 0.5rem !important; } .mr-xl-2, -.mx-xl-2 { + .mx-xl-2 { margin-right: 0.5rem !important; } .mb-xl-2, -.my-xl-2 { + .my-xl-2 { margin-bottom: 0.5rem !important; } .ml-xl-2, -.mx-xl-2 { + .mx-xl-2 { margin-left: 0.5rem !important; } .m-xl-3 { margin: 1rem !important; } .mt-xl-3, -.my-xl-3 { + .my-xl-3 { margin-top: 1rem !important; } .mr-xl-3, -.mx-xl-3 { + .mx-xl-3 { margin-right: 1rem !important; } .mb-xl-3, -.my-xl-3 { + .my-xl-3 { margin-bottom: 1rem !important; } .ml-xl-3, -.mx-xl-3 { + .mx-xl-3 { margin-left: 1rem !important; } .m-xl-4 { margin: 1.5rem !important; } .mt-xl-4, -.my-xl-4 { + .my-xl-4 { margin-top: 1.5rem !important; } .mr-xl-4, -.mx-xl-4 { + .mx-xl-4 { margin-right: 1.5rem !important; } .mb-xl-4, -.my-xl-4 { + .my-xl-4 { margin-bottom: 1.5rem !important; } .ml-xl-4, -.mx-xl-4 { + .mx-xl-4 { margin-left: 1.5rem !important; } .m-xl-5 { margin: 3rem !important; } .mt-xl-5, -.my-xl-5 { + .my-xl-5 { margin-top: 3rem !important; } .mr-xl-5, -.mx-xl-5 { + .mx-xl-5 { margin-right: 3rem !important; } .mb-xl-5, -.my-xl-5 { + .my-xl-5 { margin-bottom: 3rem !important; } .ml-xl-5, -.mx-xl-5 { + .mx-xl-5 { margin-left: 3rem !important; } .p-xl-0 { padding: 0 !important; } .pt-xl-0, -.py-xl-0 { + .py-xl-0 { padding-top: 0 !important; } .pr-xl-0, -.px-xl-0 { + .px-xl-0 { padding-right: 0 !important; } .pb-xl-0, -.py-xl-0 { + .py-xl-0 { padding-bottom: 0 !important; } .pl-xl-0, -.px-xl-0 { + .px-xl-0 { padding-left: 0 !important; } .p-xl-1 { padding: 0.25rem !important; } .pt-xl-1, -.py-xl-1 { + .py-xl-1 { padding-top: 0.25rem !important; } .pr-xl-1, -.px-xl-1 { + .px-xl-1 { padding-right: 0.25rem !important; } .pb-xl-1, -.py-xl-1 { + .py-xl-1 { padding-bottom: 0.25rem !important; } .pl-xl-1, -.px-xl-1 { + .px-xl-1 { padding-left: 0.25rem !important; } .p-xl-2 { padding: 0.5rem !important; } .pt-xl-2, -.py-xl-2 { + .py-xl-2 { padding-top: 0.5rem !important; } .pr-xl-2, -.px-xl-2 { + .px-xl-2 { padding-right: 0.5rem !important; } .pb-xl-2, -.py-xl-2 { + .py-xl-2 { padding-bottom: 0.5rem !important; } .pl-xl-2, -.px-xl-2 { + .px-xl-2 { padding-left: 0.5rem !important; } .p-xl-3 { padding: 1rem !important; } .pt-xl-3, -.py-xl-3 { + .py-xl-3 { padding-top: 1rem !important; } .pr-xl-3, -.px-xl-3 { + .px-xl-3 { padding-right: 1rem !important; } .pb-xl-3, -.py-xl-3 { + .py-xl-3 { padding-bottom: 1rem !important; } .pl-xl-3, -.px-xl-3 { + .px-xl-3 { padding-left: 1rem !important; } .p-xl-4 { padding: 1.5rem !important; } .pt-xl-4, -.py-xl-4 { + .py-xl-4 { padding-top: 1.5rem !important; } .pr-xl-4, -.px-xl-4 { + .px-xl-4 { padding-right: 1.5rem !important; } .pb-xl-4, -.py-xl-4 { + .py-xl-4 { padding-bottom: 1.5rem !important; } .pl-xl-4, -.px-xl-4 { + .px-xl-4 { padding-left: 1.5rem !important; } .p-xl-5 { padding: 3rem !important; } .pt-xl-5, -.py-xl-5 { + .py-xl-5 { padding-top: 3rem !important; } .pr-xl-5, -.px-xl-5 { + .px-xl-5 { padding-right: 3rem !important; } .pb-xl-5, -.py-xl-5 { + .py-xl-5 { padding-bottom: 3rem !important; } .pl-xl-5, -.px-xl-5 { + .px-xl-5 { padding-left: 3rem !important; } .m-xl-n1 { margin: -0.25rem !important; } .mt-xl-n1, -.my-xl-n1 { + .my-xl-n1 { margin-top: -0.25rem !important; } .mr-xl-n1, -.mx-xl-n1 { + .mx-xl-n1 { margin-right: -0.25rem !important; } .mb-xl-n1, -.my-xl-n1 { + .my-xl-n1 { margin-bottom: -0.25rem !important; } .ml-xl-n1, -.mx-xl-n1 { + .mx-xl-n1 { margin-left: -0.25rem !important; } .m-xl-n2 { margin: -0.5rem !important; } .mt-xl-n2, -.my-xl-n2 { + .my-xl-n2 { margin-top: -0.5rem !important; } .mr-xl-n2, -.mx-xl-n2 { + .mx-xl-n2 { margin-right: -0.5rem !important; } .mb-xl-n2, -.my-xl-n2 { + .my-xl-n2 { margin-bottom: -0.5rem !important; } .ml-xl-n2, -.mx-xl-n2 { + .mx-xl-n2 { margin-left: -0.5rem !important; } .m-xl-n3 { margin: -1rem !important; } .mt-xl-n3, -.my-xl-n3 { + .my-xl-n3 { margin-top: -1rem !important; } .mr-xl-n3, -.mx-xl-n3 { + .mx-xl-n3 { margin-right: -1rem !important; } .mb-xl-n3, -.my-xl-n3 { + .my-xl-n3 { margin-bottom: -1rem !important; } .ml-xl-n3, -.mx-xl-n3 { + .mx-xl-n3 { margin-left: -1rem !important; } .m-xl-n4 { margin: -1.5rem !important; } .mt-xl-n4, -.my-xl-n4 { + .my-xl-n4 { margin-top: -1.5rem !important; } .mr-xl-n4, -.mx-xl-n4 { + .mx-xl-n4 { margin-right: -1.5rem !important; } .mb-xl-n4, -.my-xl-n4 { + .my-xl-n4 { margin-bottom: -1.5rem !important; } .ml-xl-n4, -.mx-xl-n4 { + .mx-xl-n4 { margin-left: -1.5rem !important; } .m-xl-n5 { margin: -3rem !important; } .mt-xl-n5, -.my-xl-n5 { + .my-xl-n5 { margin-top: -3rem !important; } .mr-xl-n5, -.mx-xl-n5 { + .mx-xl-n5 { margin-right: -3rem !important; } .mb-xl-n5, -.my-xl-n5 { + .my-xl-n5 { margin-bottom: -3rem !important; } .ml-xl-n5, -.mx-xl-n5 { + .mx-xl-n5 { margin-left: -3rem !important; } .m-xl-auto { margin: auto !important; } .mt-xl-auto, -.my-xl-auto { + .my-xl-auto { margin-top: auto !important; } .mr-xl-auto, -.mx-xl-auto { + .mx-xl-auto { margin-right: auto !important; } .mb-xl-auto, -.my-xl-auto { + .my-xl-auto { margin-bottom: auto !important; } .ml-xl-auto, -.mx-xl-auto { + .mx-xl-auto { margin-left: auto !important; } } @@ -33481,8 +33481,8 @@ a.text-dark:hover, a.text-dark:focus { @media print { *, -*::before, -*::after { + *::before, + *::after { text-shadow: none !important; box-shadow: none !important; } @@ -33496,22 +33496,22 @@ a.text-dark:hover, a.text-dark:focus { white-space: pre-wrap !important; } pre, -blockquote { + blockquote { border: 1px solid #adb5bd; page-break-inside: avoid; } tr, -img { + img { page-break-inside: avoid; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } @page { @@ -33533,20 +33533,20 @@ h3 { border-collapse: collapse !important; } .table td, -.table th { + .table th { background-color: #fff !important; } .table-bordered th, -.table-bordered td { + .table-bordered td { border: 1px solid #dee2e6 !important; } .table-dark { color: inherit; } .table-dark th, -.table-dark td, -.table-dark thead th, -.table-dark tbody + tbody { + .table-dark td, + .table-dark thead th, + .table-dark tbody + tbody { border-color: #dee2e6; } .table .thead-dark th { @@ -35744,7 +35744,7 @@ textarea.form-control { display: inline-block; } .form-inline .input-group, -.form-inline .custom-select { + .form-inline .custom-select { width: auto; } .form-inline .form-check { @@ -37230,8 +37230,8 @@ input[type=button].btn-block { } @media (prefers-reduced-motion: reduce) { .custom-control-label::before, -.custom-file-label, -.custom-select { + .custom-file-label, + .custom-select { transition: none; } } @@ -37403,11 +37403,11 @@ input[type=button].btn-block { @media (max-width: 575.98px) { .navbar-expand-sm > .container, -.navbar-expand-sm > .container-fluid, -.navbar-expand-sm > .container-sm, -.navbar-expand-sm > .container-md, -.navbar-expand-sm > .container-lg, -.navbar-expand-sm > .container-xl { + .navbar-expand-sm > .container-fluid, + .navbar-expand-sm > .container-sm, + .navbar-expand-sm > .container-md, + .navbar-expand-sm > .container-lg, + .navbar-expand-sm > .container-xl { padding-right: 0; padding-left: 0; } @@ -37428,11 +37428,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-sm > .container, -.navbar-expand-sm > .container-fluid, -.navbar-expand-sm > .container-sm, -.navbar-expand-sm > .container-md, -.navbar-expand-sm > .container-lg, -.navbar-expand-sm > .container-xl { + .navbar-expand-sm > .container-fluid, + .navbar-expand-sm > .container-sm, + .navbar-expand-sm > .container-md, + .navbar-expand-sm > .container-lg, + .navbar-expand-sm > .container-xl { flex-wrap: nowrap; } .navbar-expand-sm .navbar-nav-scroll { @@ -37448,11 +37448,11 @@ input[type=button].btn-block { } @media (max-width: 767.98px) { .navbar-expand-md > .container, -.navbar-expand-md > .container-fluid, -.navbar-expand-md > .container-sm, -.navbar-expand-md > .container-md, -.navbar-expand-md > .container-lg, -.navbar-expand-md > .container-xl { + .navbar-expand-md > .container-fluid, + .navbar-expand-md > .container-sm, + .navbar-expand-md > .container-md, + .navbar-expand-md > .container-lg, + .navbar-expand-md > .container-xl { padding-right: 0; padding-left: 0; } @@ -37473,11 +37473,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-md > .container, -.navbar-expand-md > .container-fluid, -.navbar-expand-md > .container-sm, -.navbar-expand-md > .container-md, -.navbar-expand-md > .container-lg, -.navbar-expand-md > .container-xl { + .navbar-expand-md > .container-fluid, + .navbar-expand-md > .container-sm, + .navbar-expand-md > .container-md, + .navbar-expand-md > .container-lg, + .navbar-expand-md > .container-xl { flex-wrap: nowrap; } .navbar-expand-md .navbar-nav-scroll { @@ -37493,11 +37493,11 @@ input[type=button].btn-block { } @media (max-width: 991.98px) { .navbar-expand-lg > .container, -.navbar-expand-lg > .container-fluid, -.navbar-expand-lg > .container-sm, -.navbar-expand-lg > .container-md, -.navbar-expand-lg > .container-lg, -.navbar-expand-lg > .container-xl { + .navbar-expand-lg > .container-fluid, + .navbar-expand-lg > .container-sm, + .navbar-expand-lg > .container-md, + .navbar-expand-lg > .container-lg, + .navbar-expand-lg > .container-xl { padding-right: 0; padding-left: 0; } @@ -37518,11 +37518,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-lg > .container, -.navbar-expand-lg > .container-fluid, -.navbar-expand-lg > .container-sm, -.navbar-expand-lg > .container-md, -.navbar-expand-lg > .container-lg, -.navbar-expand-lg > .container-xl { + .navbar-expand-lg > .container-fluid, + .navbar-expand-lg > .container-sm, + .navbar-expand-lg > .container-md, + .navbar-expand-lg > .container-lg, + .navbar-expand-lg > .container-xl { flex-wrap: nowrap; } .navbar-expand-lg .navbar-nav-scroll { @@ -37538,11 +37538,11 @@ input[type=button].btn-block { } @media (max-width: 1199.98px) { .navbar-expand-xl > .container, -.navbar-expand-xl > .container-fluid, -.navbar-expand-xl > .container-sm, -.navbar-expand-xl > .container-md, -.navbar-expand-xl > .container-lg, -.navbar-expand-xl > .container-xl { + .navbar-expand-xl > .container-fluid, + .navbar-expand-xl > .container-sm, + .navbar-expand-xl > .container-md, + .navbar-expand-xl > .container-lg, + .navbar-expand-xl > .container-xl { padding-right: 0; padding-left: 0; } @@ -37563,11 +37563,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-xl > .container, -.navbar-expand-xl > .container-fluid, -.navbar-expand-xl > .container-sm, -.navbar-expand-xl > .container-md, -.navbar-expand-xl > .container-lg, -.navbar-expand-xl > .container-xl { + .navbar-expand-xl > .container-fluid, + .navbar-expand-xl > .container-sm, + .navbar-expand-xl > .container-md, + .navbar-expand-xl > .container-lg, + .navbar-expand-xl > .container-xl { flex-wrap: nowrap; } .navbar-expand-xl .navbar-nav-scroll { @@ -37858,11 +37858,11 @@ input[type=button].btn-block { border-bottom-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-top, -.card-group > .card:not(:last-child) .card-header { + .card-group > .card:not(:last-child) .card-header { border-top-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-bottom, -.card-group > .card:not(:last-child) .card-footer { + .card-group > .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; } .card-group > .card:not(:first-child) { @@ -37870,11 +37870,11 @@ input[type=button].btn-block { border-bottom-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-top, -.card-group > .card:not(:first-child) .card-header { + .card-group > .card:not(:first-child) .card-header { border-top-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-bottom, -.card-group > .card:not(:first-child) .card-footer { + .card-group > .card:not(:first-child) .card-footer { border-bottom-left-radius: 0; } } @@ -38913,7 +38913,7 @@ a.close.disabled { } @media (min-width: 992px) { .modal-lg, -.modal-xl { + .modal-xl { max-width: 800px; } } @@ -39236,7 +39236,7 @@ a.close.disabled { } @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-left, -.carousel-fade .active.carousel-item-right { + .carousel-fade .active.carousel-item-right { transition: none; } } @@ -39261,7 +39261,7 @@ a.close.disabled { } @media (prefers-reduced-motion: reduce) { .carousel-control-prev, -.carousel-control-next { + .carousel-control-next { transition: none; } } @@ -39397,7 +39397,7 @@ a.close.disabled { @media (prefers-reduced-motion: reduce) { .spinner-border, -.spinner-grow { + .spinner-grow { animation-duration: 1.5s; } } @@ -41071,342 +41071,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-sm-0, -.my-sm-0 { + .my-sm-0 { margin-top: 0 !important; } .mr-sm-0, -.mx-sm-0 { + .mx-sm-0 { margin-right: 0 !important; } .mb-sm-0, -.my-sm-0 { + .my-sm-0 { margin-bottom: 0 !important; } .ml-sm-0, -.mx-sm-0 { + .mx-sm-0 { margin-left: 0 !important; } .m-sm-1 { margin: 0.25rem !important; } .mt-sm-1, -.my-sm-1 { + .my-sm-1 { margin-top: 0.25rem !important; } .mr-sm-1, -.mx-sm-1 { + .mx-sm-1 { margin-right: 0.25rem !important; } .mb-sm-1, -.my-sm-1 { + .my-sm-1 { margin-bottom: 0.25rem !important; } .ml-sm-1, -.mx-sm-1 { + .mx-sm-1 { margin-left: 0.25rem !important; } .m-sm-2 { margin: 0.5rem !important; } .mt-sm-2, -.my-sm-2 { + .my-sm-2 { margin-top: 0.5rem !important; } .mr-sm-2, -.mx-sm-2 { + .mx-sm-2 { margin-right: 0.5rem !important; } .mb-sm-2, -.my-sm-2 { + .my-sm-2 { margin-bottom: 0.5rem !important; } .ml-sm-2, -.mx-sm-2 { + .mx-sm-2 { margin-left: 0.5rem !important; } .m-sm-3 { margin: 1rem !important; } .mt-sm-3, -.my-sm-3 { + .my-sm-3 { margin-top: 1rem !important; } .mr-sm-3, -.mx-sm-3 { + .mx-sm-3 { margin-right: 1rem !important; } .mb-sm-3, -.my-sm-3 { + .my-sm-3 { margin-bottom: 1rem !important; } .ml-sm-3, -.mx-sm-3 { + .mx-sm-3 { margin-left: 1rem !important; } .m-sm-4 { margin: 1.5rem !important; } .mt-sm-4, -.my-sm-4 { + .my-sm-4 { margin-top: 1.5rem !important; } .mr-sm-4, -.mx-sm-4 { + .mx-sm-4 { margin-right: 1.5rem !important; } .mb-sm-4, -.my-sm-4 { + .my-sm-4 { margin-bottom: 1.5rem !important; } .ml-sm-4, -.mx-sm-4 { + .mx-sm-4 { margin-left: 1.5rem !important; } .m-sm-5 { margin: 3rem !important; } .mt-sm-5, -.my-sm-5 { + .my-sm-5 { margin-top: 3rem !important; } .mr-sm-5, -.mx-sm-5 { + .mx-sm-5 { margin-right: 3rem !important; } .mb-sm-5, -.my-sm-5 { + .my-sm-5 { margin-bottom: 3rem !important; } .ml-sm-5, -.mx-sm-5 { + .mx-sm-5 { margin-left: 3rem !important; } .p-sm-0 { padding: 0 !important; } .pt-sm-0, -.py-sm-0 { + .py-sm-0 { padding-top: 0 !important; } .pr-sm-0, -.px-sm-0 { + .px-sm-0 { padding-right: 0 !important; } .pb-sm-0, -.py-sm-0 { + .py-sm-0 { padding-bottom: 0 !important; } .pl-sm-0, -.px-sm-0 { + .px-sm-0 { padding-left: 0 !important; } .p-sm-1 { padding: 0.25rem !important; } .pt-sm-1, -.py-sm-1 { + .py-sm-1 { padding-top: 0.25rem !important; } .pr-sm-1, -.px-sm-1 { + .px-sm-1 { padding-right: 0.25rem !important; } .pb-sm-1, -.py-sm-1 { + .py-sm-1 { padding-bottom: 0.25rem !important; } .pl-sm-1, -.px-sm-1 { + .px-sm-1 { padding-left: 0.25rem !important; } .p-sm-2 { padding: 0.5rem !important; } .pt-sm-2, -.py-sm-2 { + .py-sm-2 { padding-top: 0.5rem !important; } .pr-sm-2, -.px-sm-2 { + .px-sm-2 { padding-right: 0.5rem !important; } .pb-sm-2, -.py-sm-2 { + .py-sm-2 { padding-bottom: 0.5rem !important; } .pl-sm-2, -.px-sm-2 { + .px-sm-2 { padding-left: 0.5rem !important; } .p-sm-3 { padding: 1rem !important; } .pt-sm-3, -.py-sm-3 { + .py-sm-3 { padding-top: 1rem !important; } .pr-sm-3, -.px-sm-3 { + .px-sm-3 { padding-right: 1rem !important; } .pb-sm-3, -.py-sm-3 { + .py-sm-3 { padding-bottom: 1rem !important; } .pl-sm-3, -.px-sm-3 { + .px-sm-3 { padding-left: 1rem !important; } .p-sm-4 { padding: 1.5rem !important; } .pt-sm-4, -.py-sm-4 { + .py-sm-4 { padding-top: 1.5rem !important; } .pr-sm-4, -.px-sm-4 { + .px-sm-4 { padding-right: 1.5rem !important; } .pb-sm-4, -.py-sm-4 { + .py-sm-4 { padding-bottom: 1.5rem !important; } .pl-sm-4, -.px-sm-4 { + .px-sm-4 { padding-left: 1.5rem !important; } .p-sm-5 { padding: 3rem !important; } .pt-sm-5, -.py-sm-5 { + .py-sm-5 { padding-top: 3rem !important; } .pr-sm-5, -.px-sm-5 { + .px-sm-5 { padding-right: 3rem !important; } .pb-sm-5, -.py-sm-5 { + .py-sm-5 { padding-bottom: 3rem !important; } .pl-sm-5, -.px-sm-5 { + .px-sm-5 { padding-left: 3rem !important; } .m-sm-n1 { margin: -0.25rem !important; } .mt-sm-n1, -.my-sm-n1 { + .my-sm-n1 { margin-top: -0.25rem !important; } .mr-sm-n1, -.mx-sm-n1 { + .mx-sm-n1 { margin-right: -0.25rem !important; } .mb-sm-n1, -.my-sm-n1 { + .my-sm-n1 { margin-bottom: -0.25rem !important; } .ml-sm-n1, -.mx-sm-n1 { + .mx-sm-n1 { margin-left: -0.25rem !important; } .m-sm-n2 { margin: -0.5rem !important; } .mt-sm-n2, -.my-sm-n2 { + .my-sm-n2 { margin-top: -0.5rem !important; } .mr-sm-n2, -.mx-sm-n2 { + .mx-sm-n2 { margin-right: -0.5rem !important; } .mb-sm-n2, -.my-sm-n2 { + .my-sm-n2 { margin-bottom: -0.5rem !important; } .ml-sm-n2, -.mx-sm-n2 { + .mx-sm-n2 { margin-left: -0.5rem !important; } .m-sm-n3 { margin: -1rem !important; } .mt-sm-n3, -.my-sm-n3 { + .my-sm-n3 { margin-top: -1rem !important; } .mr-sm-n3, -.mx-sm-n3 { + .mx-sm-n3 { margin-right: -1rem !important; } .mb-sm-n3, -.my-sm-n3 { + .my-sm-n3 { margin-bottom: -1rem !important; } .ml-sm-n3, -.mx-sm-n3 { + .mx-sm-n3 { margin-left: -1rem !important; } .m-sm-n4 { margin: -1.5rem !important; } .mt-sm-n4, -.my-sm-n4 { + .my-sm-n4 { margin-top: -1.5rem !important; } .mr-sm-n4, -.mx-sm-n4 { + .mx-sm-n4 { margin-right: -1.5rem !important; } .mb-sm-n4, -.my-sm-n4 { + .my-sm-n4 { margin-bottom: -1.5rem !important; } .ml-sm-n4, -.mx-sm-n4 { + .mx-sm-n4 { margin-left: -1.5rem !important; } .m-sm-n5 { margin: -3rem !important; } .mt-sm-n5, -.my-sm-n5 { + .my-sm-n5 { margin-top: -3rem !important; } .mr-sm-n5, -.mx-sm-n5 { + .mx-sm-n5 { margin-right: -3rem !important; } .mb-sm-n5, -.my-sm-n5 { + .my-sm-n5 { margin-bottom: -3rem !important; } .ml-sm-n5, -.mx-sm-n5 { + .mx-sm-n5 { margin-left: -3rem !important; } .m-sm-auto { margin: auto !important; } .mt-sm-auto, -.my-sm-auto { + .my-sm-auto { margin-top: auto !important; } .mr-sm-auto, -.mx-sm-auto { + .mx-sm-auto { margin-right: auto !important; } .mb-sm-auto, -.my-sm-auto { + .my-sm-auto { margin-bottom: auto !important; } .ml-sm-auto, -.mx-sm-auto { + .mx-sm-auto { margin-left: auto !important; } } @@ -41415,342 +41415,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-md-0, -.my-md-0 { + .my-md-0 { margin-top: 0 !important; } .mr-md-0, -.mx-md-0 { + .mx-md-0 { margin-right: 0 !important; } .mb-md-0, -.my-md-0 { + .my-md-0 { margin-bottom: 0 !important; } .ml-md-0, -.mx-md-0 { + .mx-md-0 { margin-left: 0 !important; } .m-md-1 { margin: 0.25rem !important; } .mt-md-1, -.my-md-1 { + .my-md-1 { margin-top: 0.25rem !important; } .mr-md-1, -.mx-md-1 { + .mx-md-1 { margin-right: 0.25rem !important; } .mb-md-1, -.my-md-1 { + .my-md-1 { margin-bottom: 0.25rem !important; } .ml-md-1, -.mx-md-1 { + .mx-md-1 { margin-left: 0.25rem !important; } .m-md-2 { margin: 0.5rem !important; } .mt-md-2, -.my-md-2 { + .my-md-2 { margin-top: 0.5rem !important; } .mr-md-2, -.mx-md-2 { + .mx-md-2 { margin-right: 0.5rem !important; } .mb-md-2, -.my-md-2 { + .my-md-2 { margin-bottom: 0.5rem !important; } .ml-md-2, -.mx-md-2 { + .mx-md-2 { margin-left: 0.5rem !important; } .m-md-3 { margin: 1rem !important; } .mt-md-3, -.my-md-3 { + .my-md-3 { margin-top: 1rem !important; } .mr-md-3, -.mx-md-3 { + .mx-md-3 { margin-right: 1rem !important; } .mb-md-3, -.my-md-3 { + .my-md-3 { margin-bottom: 1rem !important; } .ml-md-3, -.mx-md-3 { + .mx-md-3 { margin-left: 1rem !important; } .m-md-4 { margin: 1.5rem !important; } .mt-md-4, -.my-md-4 { + .my-md-4 { margin-top: 1.5rem !important; } .mr-md-4, -.mx-md-4 { + .mx-md-4 { margin-right: 1.5rem !important; } .mb-md-4, -.my-md-4 { + .my-md-4 { margin-bottom: 1.5rem !important; } .ml-md-4, -.mx-md-4 { + .mx-md-4 { margin-left: 1.5rem !important; } .m-md-5 { margin: 3rem !important; } .mt-md-5, -.my-md-5 { + .my-md-5 { margin-top: 3rem !important; } .mr-md-5, -.mx-md-5 { + .mx-md-5 { margin-right: 3rem !important; } .mb-md-5, -.my-md-5 { + .my-md-5 { margin-bottom: 3rem !important; } .ml-md-5, -.mx-md-5 { + .mx-md-5 { margin-left: 3rem !important; } .p-md-0 { padding: 0 !important; } .pt-md-0, -.py-md-0 { + .py-md-0 { padding-top: 0 !important; } .pr-md-0, -.px-md-0 { + .px-md-0 { padding-right: 0 !important; } .pb-md-0, -.py-md-0 { + .py-md-0 { padding-bottom: 0 !important; } .pl-md-0, -.px-md-0 { + .px-md-0 { padding-left: 0 !important; } .p-md-1 { padding: 0.25rem !important; } .pt-md-1, -.py-md-1 { + .py-md-1 { padding-top: 0.25rem !important; } .pr-md-1, -.px-md-1 { + .px-md-1 { padding-right: 0.25rem !important; } .pb-md-1, -.py-md-1 { + .py-md-1 { padding-bottom: 0.25rem !important; } .pl-md-1, -.px-md-1 { + .px-md-1 { padding-left: 0.25rem !important; } .p-md-2 { padding: 0.5rem !important; } .pt-md-2, -.py-md-2 { + .py-md-2 { padding-top: 0.5rem !important; } .pr-md-2, -.px-md-2 { + .px-md-2 { padding-right: 0.5rem !important; } .pb-md-2, -.py-md-2 { + .py-md-2 { padding-bottom: 0.5rem !important; } .pl-md-2, -.px-md-2 { + .px-md-2 { padding-left: 0.5rem !important; } .p-md-3 { padding: 1rem !important; } .pt-md-3, -.py-md-3 { + .py-md-3 { padding-top: 1rem !important; } .pr-md-3, -.px-md-3 { + .px-md-3 { padding-right: 1rem !important; } .pb-md-3, -.py-md-3 { + .py-md-3 { padding-bottom: 1rem !important; } .pl-md-3, -.px-md-3 { + .px-md-3 { padding-left: 1rem !important; } .p-md-4 { padding: 1.5rem !important; } .pt-md-4, -.py-md-4 { + .py-md-4 { padding-top: 1.5rem !important; } .pr-md-4, -.px-md-4 { + .px-md-4 { padding-right: 1.5rem !important; } .pb-md-4, -.py-md-4 { + .py-md-4 { padding-bottom: 1.5rem !important; } .pl-md-4, -.px-md-4 { + .px-md-4 { padding-left: 1.5rem !important; } .p-md-5 { padding: 3rem !important; } .pt-md-5, -.py-md-5 { + .py-md-5 { padding-top: 3rem !important; } .pr-md-5, -.px-md-5 { + .px-md-5 { padding-right: 3rem !important; } .pb-md-5, -.py-md-5 { + .py-md-5 { padding-bottom: 3rem !important; } .pl-md-5, -.px-md-5 { + .px-md-5 { padding-left: 3rem !important; } .m-md-n1 { margin: -0.25rem !important; } .mt-md-n1, -.my-md-n1 { + .my-md-n1 { margin-top: -0.25rem !important; } .mr-md-n1, -.mx-md-n1 { + .mx-md-n1 { margin-right: -0.25rem !important; } .mb-md-n1, -.my-md-n1 { + .my-md-n1 { margin-bottom: -0.25rem !important; } .ml-md-n1, -.mx-md-n1 { + .mx-md-n1 { margin-left: -0.25rem !important; } .m-md-n2 { margin: -0.5rem !important; } .mt-md-n2, -.my-md-n2 { + .my-md-n2 { margin-top: -0.5rem !important; } .mr-md-n2, -.mx-md-n2 { + .mx-md-n2 { margin-right: -0.5rem !important; } .mb-md-n2, -.my-md-n2 { + .my-md-n2 { margin-bottom: -0.5rem !important; } .ml-md-n2, -.mx-md-n2 { + .mx-md-n2 { margin-left: -0.5rem !important; } .m-md-n3 { margin: -1rem !important; } .mt-md-n3, -.my-md-n3 { + .my-md-n3 { margin-top: -1rem !important; } .mr-md-n3, -.mx-md-n3 { + .mx-md-n3 { margin-right: -1rem !important; } .mb-md-n3, -.my-md-n3 { + .my-md-n3 { margin-bottom: -1rem !important; } .ml-md-n3, -.mx-md-n3 { + .mx-md-n3 { margin-left: -1rem !important; } .m-md-n4 { margin: -1.5rem !important; } .mt-md-n4, -.my-md-n4 { + .my-md-n4 { margin-top: -1.5rem !important; } .mr-md-n4, -.mx-md-n4 { + .mx-md-n4 { margin-right: -1.5rem !important; } .mb-md-n4, -.my-md-n4 { + .my-md-n4 { margin-bottom: -1.5rem !important; } .ml-md-n4, -.mx-md-n4 { + .mx-md-n4 { margin-left: -1.5rem !important; } .m-md-n5 { margin: -3rem !important; } .mt-md-n5, -.my-md-n5 { + .my-md-n5 { margin-top: -3rem !important; } .mr-md-n5, -.mx-md-n5 { + .mx-md-n5 { margin-right: -3rem !important; } .mb-md-n5, -.my-md-n5 { + .my-md-n5 { margin-bottom: -3rem !important; } .ml-md-n5, -.mx-md-n5 { + .mx-md-n5 { margin-left: -3rem !important; } .m-md-auto { margin: auto !important; } .mt-md-auto, -.my-md-auto { + .my-md-auto { margin-top: auto !important; } .mr-md-auto, -.mx-md-auto { + .mx-md-auto { margin-right: auto !important; } .mb-md-auto, -.my-md-auto { + .my-md-auto { margin-bottom: auto !important; } .ml-md-auto, -.mx-md-auto { + .mx-md-auto { margin-left: auto !important; } } @@ -41759,342 +41759,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-lg-0, -.my-lg-0 { + .my-lg-0 { margin-top: 0 !important; } .mr-lg-0, -.mx-lg-0 { + .mx-lg-0 { margin-right: 0 !important; } .mb-lg-0, -.my-lg-0 { + .my-lg-0 { margin-bottom: 0 !important; } .ml-lg-0, -.mx-lg-0 { + .mx-lg-0 { margin-left: 0 !important; } .m-lg-1 { margin: 0.25rem !important; } .mt-lg-1, -.my-lg-1 { + .my-lg-1 { margin-top: 0.25rem !important; } .mr-lg-1, -.mx-lg-1 { + .mx-lg-1 { margin-right: 0.25rem !important; } .mb-lg-1, -.my-lg-1 { + .my-lg-1 { margin-bottom: 0.25rem !important; } .ml-lg-1, -.mx-lg-1 { + .mx-lg-1 { margin-left: 0.25rem !important; } .m-lg-2 { margin: 0.5rem !important; } .mt-lg-2, -.my-lg-2 { + .my-lg-2 { margin-top: 0.5rem !important; } .mr-lg-2, -.mx-lg-2 { + .mx-lg-2 { margin-right: 0.5rem !important; } .mb-lg-2, -.my-lg-2 { + .my-lg-2 { margin-bottom: 0.5rem !important; } .ml-lg-2, -.mx-lg-2 { + .mx-lg-2 { margin-left: 0.5rem !important; } .m-lg-3 { margin: 1rem !important; } .mt-lg-3, -.my-lg-3 { + .my-lg-3 { margin-top: 1rem !important; } .mr-lg-3, -.mx-lg-3 { + .mx-lg-3 { margin-right: 1rem !important; } .mb-lg-3, -.my-lg-3 { + .my-lg-3 { margin-bottom: 1rem !important; } .ml-lg-3, -.mx-lg-3 { + .mx-lg-3 { margin-left: 1rem !important; } .m-lg-4 { margin: 1.5rem !important; } .mt-lg-4, -.my-lg-4 { + .my-lg-4 { margin-top: 1.5rem !important; } .mr-lg-4, -.mx-lg-4 { + .mx-lg-4 { margin-right: 1.5rem !important; } .mb-lg-4, -.my-lg-4 { + .my-lg-4 { margin-bottom: 1.5rem !important; } .ml-lg-4, -.mx-lg-4 { + .mx-lg-4 { margin-left: 1.5rem !important; } .m-lg-5 { margin: 3rem !important; } .mt-lg-5, -.my-lg-5 { + .my-lg-5 { margin-top: 3rem !important; } .mr-lg-5, -.mx-lg-5 { + .mx-lg-5 { margin-right: 3rem !important; } .mb-lg-5, -.my-lg-5 { + .my-lg-5 { margin-bottom: 3rem !important; } .ml-lg-5, -.mx-lg-5 { + .mx-lg-5 { margin-left: 3rem !important; } .p-lg-0 { padding: 0 !important; } .pt-lg-0, -.py-lg-0 { + .py-lg-0 { padding-top: 0 !important; } .pr-lg-0, -.px-lg-0 { + .px-lg-0 { padding-right: 0 !important; } .pb-lg-0, -.py-lg-0 { + .py-lg-0 { padding-bottom: 0 !important; } .pl-lg-0, -.px-lg-0 { + .px-lg-0 { padding-left: 0 !important; } .p-lg-1 { padding: 0.25rem !important; } .pt-lg-1, -.py-lg-1 { + .py-lg-1 { padding-top: 0.25rem !important; } .pr-lg-1, -.px-lg-1 { + .px-lg-1 { padding-right: 0.25rem !important; } .pb-lg-1, -.py-lg-1 { + .py-lg-1 { padding-bottom: 0.25rem !important; } .pl-lg-1, -.px-lg-1 { + .px-lg-1 { padding-left: 0.25rem !important; } .p-lg-2 { padding: 0.5rem !important; } .pt-lg-2, -.py-lg-2 { + .py-lg-2 { padding-top: 0.5rem !important; } .pr-lg-2, -.px-lg-2 { + .px-lg-2 { padding-right: 0.5rem !important; } .pb-lg-2, -.py-lg-2 { + .py-lg-2 { padding-bottom: 0.5rem !important; } .pl-lg-2, -.px-lg-2 { + .px-lg-2 { padding-left: 0.5rem !important; } .p-lg-3 { padding: 1rem !important; } .pt-lg-3, -.py-lg-3 { + .py-lg-3 { padding-top: 1rem !important; } .pr-lg-3, -.px-lg-3 { + .px-lg-3 { padding-right: 1rem !important; } .pb-lg-3, -.py-lg-3 { + .py-lg-3 { padding-bottom: 1rem !important; } .pl-lg-3, -.px-lg-3 { + .px-lg-3 { padding-left: 1rem !important; } .p-lg-4 { padding: 1.5rem !important; } .pt-lg-4, -.py-lg-4 { + .py-lg-4 { padding-top: 1.5rem !important; } .pr-lg-4, -.px-lg-4 { + .px-lg-4 { padding-right: 1.5rem !important; } .pb-lg-4, -.py-lg-4 { + .py-lg-4 { padding-bottom: 1.5rem !important; } .pl-lg-4, -.px-lg-4 { + .px-lg-4 { padding-left: 1.5rem !important; } .p-lg-5 { padding: 3rem !important; } .pt-lg-5, -.py-lg-5 { + .py-lg-5 { padding-top: 3rem !important; } .pr-lg-5, -.px-lg-5 { + .px-lg-5 { padding-right: 3rem !important; } .pb-lg-5, -.py-lg-5 { + .py-lg-5 { padding-bottom: 3rem !important; } .pl-lg-5, -.px-lg-5 { + .px-lg-5 { padding-left: 3rem !important; } .m-lg-n1 { margin: -0.25rem !important; } .mt-lg-n1, -.my-lg-n1 { + .my-lg-n1 { margin-top: -0.25rem !important; } .mr-lg-n1, -.mx-lg-n1 { + .mx-lg-n1 { margin-right: -0.25rem !important; } .mb-lg-n1, -.my-lg-n1 { + .my-lg-n1 { margin-bottom: -0.25rem !important; } .ml-lg-n1, -.mx-lg-n1 { + .mx-lg-n1 { margin-left: -0.25rem !important; } .m-lg-n2 { margin: -0.5rem !important; } .mt-lg-n2, -.my-lg-n2 { + .my-lg-n2 { margin-top: -0.5rem !important; } .mr-lg-n2, -.mx-lg-n2 { + .mx-lg-n2 { margin-right: -0.5rem !important; } .mb-lg-n2, -.my-lg-n2 { + .my-lg-n2 { margin-bottom: -0.5rem !important; } .ml-lg-n2, -.mx-lg-n2 { + .mx-lg-n2 { margin-left: -0.5rem !important; } .m-lg-n3 { margin: -1rem !important; } .mt-lg-n3, -.my-lg-n3 { + .my-lg-n3 { margin-top: -1rem !important; } .mr-lg-n3, -.mx-lg-n3 { + .mx-lg-n3 { margin-right: -1rem !important; } .mb-lg-n3, -.my-lg-n3 { + .my-lg-n3 { margin-bottom: -1rem !important; } .ml-lg-n3, -.mx-lg-n3 { + .mx-lg-n3 { margin-left: -1rem !important; } .m-lg-n4 { margin: -1.5rem !important; } .mt-lg-n4, -.my-lg-n4 { + .my-lg-n4 { margin-top: -1.5rem !important; } .mr-lg-n4, -.mx-lg-n4 { + .mx-lg-n4 { margin-right: -1.5rem !important; } .mb-lg-n4, -.my-lg-n4 { + .my-lg-n4 { margin-bottom: -1.5rem !important; } .ml-lg-n4, -.mx-lg-n4 { + .mx-lg-n4 { margin-left: -1.5rem !important; } .m-lg-n5 { margin: -3rem !important; } .mt-lg-n5, -.my-lg-n5 { + .my-lg-n5 { margin-top: -3rem !important; } .mr-lg-n5, -.mx-lg-n5 { + .mx-lg-n5 { margin-right: -3rem !important; } .mb-lg-n5, -.my-lg-n5 { + .my-lg-n5 { margin-bottom: -3rem !important; } .ml-lg-n5, -.mx-lg-n5 { + .mx-lg-n5 { margin-left: -3rem !important; } .m-lg-auto { margin: auto !important; } .mt-lg-auto, -.my-lg-auto { + .my-lg-auto { margin-top: auto !important; } .mr-lg-auto, -.mx-lg-auto { + .mx-lg-auto { margin-right: auto !important; } .mb-lg-auto, -.my-lg-auto { + .my-lg-auto { margin-bottom: auto !important; } .ml-lg-auto, -.mx-lg-auto { + .mx-lg-auto { margin-left: auto !important; } } @@ -42103,342 +42103,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-xl-0, -.my-xl-0 { + .my-xl-0 { margin-top: 0 !important; } .mr-xl-0, -.mx-xl-0 { + .mx-xl-0 { margin-right: 0 !important; } .mb-xl-0, -.my-xl-0 { + .my-xl-0 { margin-bottom: 0 !important; } .ml-xl-0, -.mx-xl-0 { + .mx-xl-0 { margin-left: 0 !important; } .m-xl-1 { margin: 0.25rem !important; } .mt-xl-1, -.my-xl-1 { + .my-xl-1 { margin-top: 0.25rem !important; } .mr-xl-1, -.mx-xl-1 { + .mx-xl-1 { margin-right: 0.25rem !important; } .mb-xl-1, -.my-xl-1 { + .my-xl-1 { margin-bottom: 0.25rem !important; } .ml-xl-1, -.mx-xl-1 { + .mx-xl-1 { margin-left: 0.25rem !important; } .m-xl-2 { margin: 0.5rem !important; } .mt-xl-2, -.my-xl-2 { + .my-xl-2 { margin-top: 0.5rem !important; } .mr-xl-2, -.mx-xl-2 { + .mx-xl-2 { margin-right: 0.5rem !important; } .mb-xl-2, -.my-xl-2 { + .my-xl-2 { margin-bottom: 0.5rem !important; } .ml-xl-2, -.mx-xl-2 { + .mx-xl-2 { margin-left: 0.5rem !important; } .m-xl-3 { margin: 1rem !important; } .mt-xl-3, -.my-xl-3 { + .my-xl-3 { margin-top: 1rem !important; } .mr-xl-3, -.mx-xl-3 { + .mx-xl-3 { margin-right: 1rem !important; } .mb-xl-3, -.my-xl-3 { + .my-xl-3 { margin-bottom: 1rem !important; } .ml-xl-3, -.mx-xl-3 { + .mx-xl-3 { margin-left: 1rem !important; } .m-xl-4 { margin: 1.5rem !important; } .mt-xl-4, -.my-xl-4 { + .my-xl-4 { margin-top: 1.5rem !important; } .mr-xl-4, -.mx-xl-4 { + .mx-xl-4 { margin-right: 1.5rem !important; } .mb-xl-4, -.my-xl-4 { + .my-xl-4 { margin-bottom: 1.5rem !important; } .ml-xl-4, -.mx-xl-4 { + .mx-xl-4 { margin-left: 1.5rem !important; } .m-xl-5 { margin: 3rem !important; } .mt-xl-5, -.my-xl-5 { + .my-xl-5 { margin-top: 3rem !important; } .mr-xl-5, -.mx-xl-5 { + .mx-xl-5 { margin-right: 3rem !important; } .mb-xl-5, -.my-xl-5 { + .my-xl-5 { margin-bottom: 3rem !important; } .ml-xl-5, -.mx-xl-5 { + .mx-xl-5 { margin-left: 3rem !important; } .p-xl-0 { padding: 0 !important; } .pt-xl-0, -.py-xl-0 { + .py-xl-0 { padding-top: 0 !important; } .pr-xl-0, -.px-xl-0 { + .px-xl-0 { padding-right: 0 !important; } .pb-xl-0, -.py-xl-0 { + .py-xl-0 { padding-bottom: 0 !important; } .pl-xl-0, -.px-xl-0 { + .px-xl-0 { padding-left: 0 !important; } .p-xl-1 { padding: 0.25rem !important; } .pt-xl-1, -.py-xl-1 { + .py-xl-1 { padding-top: 0.25rem !important; } .pr-xl-1, -.px-xl-1 { + .px-xl-1 { padding-right: 0.25rem !important; } .pb-xl-1, -.py-xl-1 { + .py-xl-1 { padding-bottom: 0.25rem !important; } .pl-xl-1, -.px-xl-1 { + .px-xl-1 { padding-left: 0.25rem !important; } .p-xl-2 { padding: 0.5rem !important; } .pt-xl-2, -.py-xl-2 { + .py-xl-2 { padding-top: 0.5rem !important; } .pr-xl-2, -.px-xl-2 { + .px-xl-2 { padding-right: 0.5rem !important; } .pb-xl-2, -.py-xl-2 { + .py-xl-2 { padding-bottom: 0.5rem !important; } .pl-xl-2, -.px-xl-2 { + .px-xl-2 { padding-left: 0.5rem !important; } .p-xl-3 { padding: 1rem !important; } .pt-xl-3, -.py-xl-3 { + .py-xl-3 { padding-top: 1rem !important; } .pr-xl-3, -.px-xl-3 { + .px-xl-3 { padding-right: 1rem !important; } .pb-xl-3, -.py-xl-3 { + .py-xl-3 { padding-bottom: 1rem !important; } .pl-xl-3, -.px-xl-3 { + .px-xl-3 { padding-left: 1rem !important; } .p-xl-4 { padding: 1.5rem !important; } .pt-xl-4, -.py-xl-4 { + .py-xl-4 { padding-top: 1.5rem !important; } .pr-xl-4, -.px-xl-4 { + .px-xl-4 { padding-right: 1.5rem !important; } .pb-xl-4, -.py-xl-4 { + .py-xl-4 { padding-bottom: 1.5rem !important; } .pl-xl-4, -.px-xl-4 { + .px-xl-4 { padding-left: 1.5rem !important; } .p-xl-5 { padding: 3rem !important; } .pt-xl-5, -.py-xl-5 { + .py-xl-5 { padding-top: 3rem !important; } .pr-xl-5, -.px-xl-5 { + .px-xl-5 { padding-right: 3rem !important; } .pb-xl-5, -.py-xl-5 { + .py-xl-5 { padding-bottom: 3rem !important; } .pl-xl-5, -.px-xl-5 { + .px-xl-5 { padding-left: 3rem !important; } .m-xl-n1 { margin: -0.25rem !important; } .mt-xl-n1, -.my-xl-n1 { + .my-xl-n1 { margin-top: -0.25rem !important; } .mr-xl-n1, -.mx-xl-n1 { + .mx-xl-n1 { margin-right: -0.25rem !important; } .mb-xl-n1, -.my-xl-n1 { + .my-xl-n1 { margin-bottom: -0.25rem !important; } .ml-xl-n1, -.mx-xl-n1 { + .mx-xl-n1 { margin-left: -0.25rem !important; } .m-xl-n2 { margin: -0.5rem !important; } .mt-xl-n2, -.my-xl-n2 { + .my-xl-n2 { margin-top: -0.5rem !important; } .mr-xl-n2, -.mx-xl-n2 { + .mx-xl-n2 { margin-right: -0.5rem !important; } .mb-xl-n2, -.my-xl-n2 { + .my-xl-n2 { margin-bottom: -0.5rem !important; } .ml-xl-n2, -.mx-xl-n2 { + .mx-xl-n2 { margin-left: -0.5rem !important; } .m-xl-n3 { margin: -1rem !important; } .mt-xl-n3, -.my-xl-n3 { + .my-xl-n3 { margin-top: -1rem !important; } .mr-xl-n3, -.mx-xl-n3 { + .mx-xl-n3 { margin-right: -1rem !important; } .mb-xl-n3, -.my-xl-n3 { + .my-xl-n3 { margin-bottom: -1rem !important; } .ml-xl-n3, -.mx-xl-n3 { + .mx-xl-n3 { margin-left: -1rem !important; } .m-xl-n4 { margin: -1.5rem !important; } .mt-xl-n4, -.my-xl-n4 { + .my-xl-n4 { margin-top: -1.5rem !important; } .mr-xl-n4, -.mx-xl-n4 { + .mx-xl-n4 { margin-right: -1.5rem !important; } .mb-xl-n4, -.my-xl-n4 { + .my-xl-n4 { margin-bottom: -1.5rem !important; } .ml-xl-n4, -.mx-xl-n4 { + .mx-xl-n4 { margin-left: -1.5rem !important; } .m-xl-n5 { margin: -3rem !important; } .mt-xl-n5, -.my-xl-n5 { + .my-xl-n5 { margin-top: -3rem !important; } .mr-xl-n5, -.mx-xl-n5 { + .mx-xl-n5 { margin-right: -3rem !important; } .mb-xl-n5, -.my-xl-n5 { + .my-xl-n5 { margin-bottom: -3rem !important; } .ml-xl-n5, -.mx-xl-n5 { + .mx-xl-n5 { margin-left: -3rem !important; } .m-xl-auto { margin: auto !important; } .mt-xl-auto, -.my-xl-auto { + .my-xl-auto { margin-top: auto !important; } .mr-xl-auto, -.mx-xl-auto { + .mx-xl-auto { margin-right: auto !important; } .mb-xl-auto, -.my-xl-auto { + .my-xl-auto { margin-bottom: auto !important; } .ml-xl-auto, -.mx-xl-auto { + .mx-xl-auto { margin-left: auto !important; } } @@ -42683,8 +42683,8 @@ a.text-dark:hover, a.text-dark:focus { @media print { *, -*::before, -*::after { + *::before, + *::after { text-shadow: none !important; box-shadow: none !important; } @@ -42698,22 +42698,22 @@ a.text-dark:hover, a.text-dark:focus { white-space: pre-wrap !important; } pre, -blockquote { + blockquote { border: 1px solid #adb5bd; page-break-inside: avoid; } tr, -img { + img { page-break-inside: avoid; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } @page { @@ -42735,20 +42735,20 @@ h3 { border-collapse: collapse !important; } .table td, -.table th { + .table th { background-color: #fff !important; } .table-bordered th, -.table-bordered td { + .table-bordered td { border: 1px solid #dee2e6 !important; } .table-dark { color: inherit; } .table-dark th, -.table-dark td, -.table-dark thead th, -.table-dark tbody + tbody { + .table-dark td, + .table-dark thead th, + .table-dark tbody + tbody { border-color: #dee2e6; } .table .thead-dark th { @@ -44946,7 +44946,7 @@ textarea.form-control { display: inline-block; } .form-inline .input-group, -.form-inline .custom-select { + .form-inline .custom-select { width: auto; } .form-inline .form-check { @@ -46432,8 +46432,8 @@ input[type=button].btn-block { } @media (prefers-reduced-motion: reduce) { .custom-control-label::before, -.custom-file-label, -.custom-select { + .custom-file-label, + .custom-select { transition: none; } } @@ -46605,11 +46605,11 @@ input[type=button].btn-block { @media (max-width: 575.98px) { .navbar-expand-sm > .container, -.navbar-expand-sm > .container-fluid, -.navbar-expand-sm > .container-sm, -.navbar-expand-sm > .container-md, -.navbar-expand-sm > .container-lg, -.navbar-expand-sm > .container-xl { + .navbar-expand-sm > .container-fluid, + .navbar-expand-sm > .container-sm, + .navbar-expand-sm > .container-md, + .navbar-expand-sm > .container-lg, + .navbar-expand-sm > .container-xl { padding-right: 0; padding-left: 0; } @@ -46630,11 +46630,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-sm > .container, -.navbar-expand-sm > .container-fluid, -.navbar-expand-sm > .container-sm, -.navbar-expand-sm > .container-md, -.navbar-expand-sm > .container-lg, -.navbar-expand-sm > .container-xl { + .navbar-expand-sm > .container-fluid, + .navbar-expand-sm > .container-sm, + .navbar-expand-sm > .container-md, + .navbar-expand-sm > .container-lg, + .navbar-expand-sm > .container-xl { flex-wrap: nowrap; } .navbar-expand-sm .navbar-nav-scroll { @@ -46650,11 +46650,11 @@ input[type=button].btn-block { } @media (max-width: 767.98px) { .navbar-expand-md > .container, -.navbar-expand-md > .container-fluid, -.navbar-expand-md > .container-sm, -.navbar-expand-md > .container-md, -.navbar-expand-md > .container-lg, -.navbar-expand-md > .container-xl { + .navbar-expand-md > .container-fluid, + .navbar-expand-md > .container-sm, + .navbar-expand-md > .container-md, + .navbar-expand-md > .container-lg, + .navbar-expand-md > .container-xl { padding-right: 0; padding-left: 0; } @@ -46675,11 +46675,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-md > .container, -.navbar-expand-md > .container-fluid, -.navbar-expand-md > .container-sm, -.navbar-expand-md > .container-md, -.navbar-expand-md > .container-lg, -.navbar-expand-md > .container-xl { + .navbar-expand-md > .container-fluid, + .navbar-expand-md > .container-sm, + .navbar-expand-md > .container-md, + .navbar-expand-md > .container-lg, + .navbar-expand-md > .container-xl { flex-wrap: nowrap; } .navbar-expand-md .navbar-nav-scroll { @@ -46695,11 +46695,11 @@ input[type=button].btn-block { } @media (max-width: 991.98px) { .navbar-expand-lg > .container, -.navbar-expand-lg > .container-fluid, -.navbar-expand-lg > .container-sm, -.navbar-expand-lg > .container-md, -.navbar-expand-lg > .container-lg, -.navbar-expand-lg > .container-xl { + .navbar-expand-lg > .container-fluid, + .navbar-expand-lg > .container-sm, + .navbar-expand-lg > .container-md, + .navbar-expand-lg > .container-lg, + .navbar-expand-lg > .container-xl { padding-right: 0; padding-left: 0; } @@ -46720,11 +46720,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-lg > .container, -.navbar-expand-lg > .container-fluid, -.navbar-expand-lg > .container-sm, -.navbar-expand-lg > .container-md, -.navbar-expand-lg > .container-lg, -.navbar-expand-lg > .container-xl { + .navbar-expand-lg > .container-fluid, + .navbar-expand-lg > .container-sm, + .navbar-expand-lg > .container-md, + .navbar-expand-lg > .container-lg, + .navbar-expand-lg > .container-xl { flex-wrap: nowrap; } .navbar-expand-lg .navbar-nav-scroll { @@ -46740,11 +46740,11 @@ input[type=button].btn-block { } @media (max-width: 1199.98px) { .navbar-expand-xl > .container, -.navbar-expand-xl > .container-fluid, -.navbar-expand-xl > .container-sm, -.navbar-expand-xl > .container-md, -.navbar-expand-xl > .container-lg, -.navbar-expand-xl > .container-xl { + .navbar-expand-xl > .container-fluid, + .navbar-expand-xl > .container-sm, + .navbar-expand-xl > .container-md, + .navbar-expand-xl > .container-lg, + .navbar-expand-xl > .container-xl { padding-right: 0; padding-left: 0; } @@ -46765,11 +46765,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-xl > .container, -.navbar-expand-xl > .container-fluid, -.navbar-expand-xl > .container-sm, -.navbar-expand-xl > .container-md, -.navbar-expand-xl > .container-lg, -.navbar-expand-xl > .container-xl { + .navbar-expand-xl > .container-fluid, + .navbar-expand-xl > .container-sm, + .navbar-expand-xl > .container-md, + .navbar-expand-xl > .container-lg, + .navbar-expand-xl > .container-xl { flex-wrap: nowrap; } .navbar-expand-xl .navbar-nav-scroll { @@ -47060,11 +47060,11 @@ input[type=button].btn-block { border-bottom-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-top, -.card-group > .card:not(:last-child) .card-header { + .card-group > .card:not(:last-child) .card-header { border-top-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-bottom, -.card-group > .card:not(:last-child) .card-footer { + .card-group > .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; } .card-group > .card:not(:first-child) { @@ -47072,11 +47072,11 @@ input[type=button].btn-block { border-bottom-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-top, -.card-group > .card:not(:first-child) .card-header { + .card-group > .card:not(:first-child) .card-header { border-top-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-bottom, -.card-group > .card:not(:first-child) .card-footer { + .card-group > .card:not(:first-child) .card-footer { border-bottom-left-radius: 0; } } @@ -48115,7 +48115,7 @@ a.close.disabled { } @media (min-width: 992px) { .modal-lg, -.modal-xl { + .modal-xl { max-width: 800px; } } @@ -48438,7 +48438,7 @@ a.close.disabled { } @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-left, -.carousel-fade .active.carousel-item-right { + .carousel-fade .active.carousel-item-right { transition: none; } } @@ -48463,7 +48463,7 @@ a.close.disabled { } @media (prefers-reduced-motion: reduce) { .carousel-control-prev, -.carousel-control-next { + .carousel-control-next { transition: none; } } @@ -48599,7 +48599,7 @@ a.close.disabled { @media (prefers-reduced-motion: reduce) { .spinner-border, -.spinner-grow { + .spinner-grow { animation-duration: 1.5s; } } @@ -50273,342 +50273,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-sm-0, -.my-sm-0 { + .my-sm-0 { margin-top: 0 !important; } .mr-sm-0, -.mx-sm-0 { + .mx-sm-0 { margin-right: 0 !important; } .mb-sm-0, -.my-sm-0 { + .my-sm-0 { margin-bottom: 0 !important; } .ml-sm-0, -.mx-sm-0 { + .mx-sm-0 { margin-left: 0 !important; } .m-sm-1 { margin: 0.25rem !important; } .mt-sm-1, -.my-sm-1 { + .my-sm-1 { margin-top: 0.25rem !important; } .mr-sm-1, -.mx-sm-1 { + .mx-sm-1 { margin-right: 0.25rem !important; } .mb-sm-1, -.my-sm-1 { + .my-sm-1 { margin-bottom: 0.25rem !important; } .ml-sm-1, -.mx-sm-1 { + .mx-sm-1 { margin-left: 0.25rem !important; } .m-sm-2 { margin: 0.5rem !important; } .mt-sm-2, -.my-sm-2 { + .my-sm-2 { margin-top: 0.5rem !important; } .mr-sm-2, -.mx-sm-2 { + .mx-sm-2 { margin-right: 0.5rem !important; } .mb-sm-2, -.my-sm-2 { + .my-sm-2 { margin-bottom: 0.5rem !important; } .ml-sm-2, -.mx-sm-2 { + .mx-sm-2 { margin-left: 0.5rem !important; } .m-sm-3 { margin: 1rem !important; } .mt-sm-3, -.my-sm-3 { + .my-sm-3 { margin-top: 1rem !important; } .mr-sm-3, -.mx-sm-3 { + .mx-sm-3 { margin-right: 1rem !important; } .mb-sm-3, -.my-sm-3 { + .my-sm-3 { margin-bottom: 1rem !important; } .ml-sm-3, -.mx-sm-3 { + .mx-sm-3 { margin-left: 1rem !important; } .m-sm-4 { margin: 1.5rem !important; } .mt-sm-4, -.my-sm-4 { + .my-sm-4 { margin-top: 1.5rem !important; } .mr-sm-4, -.mx-sm-4 { + .mx-sm-4 { margin-right: 1.5rem !important; } .mb-sm-4, -.my-sm-4 { + .my-sm-4 { margin-bottom: 1.5rem !important; } .ml-sm-4, -.mx-sm-4 { + .mx-sm-4 { margin-left: 1.5rem !important; } .m-sm-5 { margin: 3rem !important; } .mt-sm-5, -.my-sm-5 { + .my-sm-5 { margin-top: 3rem !important; } .mr-sm-5, -.mx-sm-5 { + .mx-sm-5 { margin-right: 3rem !important; } .mb-sm-5, -.my-sm-5 { + .my-sm-5 { margin-bottom: 3rem !important; } .ml-sm-5, -.mx-sm-5 { + .mx-sm-5 { margin-left: 3rem !important; } .p-sm-0 { padding: 0 !important; } .pt-sm-0, -.py-sm-0 { + .py-sm-0 { padding-top: 0 !important; } .pr-sm-0, -.px-sm-0 { + .px-sm-0 { padding-right: 0 !important; } .pb-sm-0, -.py-sm-0 { + .py-sm-0 { padding-bottom: 0 !important; } .pl-sm-0, -.px-sm-0 { + .px-sm-0 { padding-left: 0 !important; } .p-sm-1 { padding: 0.25rem !important; } .pt-sm-1, -.py-sm-1 { + .py-sm-1 { padding-top: 0.25rem !important; } .pr-sm-1, -.px-sm-1 { + .px-sm-1 { padding-right: 0.25rem !important; } .pb-sm-1, -.py-sm-1 { + .py-sm-1 { padding-bottom: 0.25rem !important; } .pl-sm-1, -.px-sm-1 { + .px-sm-1 { padding-left: 0.25rem !important; } .p-sm-2 { padding: 0.5rem !important; } .pt-sm-2, -.py-sm-2 { + .py-sm-2 { padding-top: 0.5rem !important; } .pr-sm-2, -.px-sm-2 { + .px-sm-2 { padding-right: 0.5rem !important; } .pb-sm-2, -.py-sm-2 { + .py-sm-2 { padding-bottom: 0.5rem !important; } .pl-sm-2, -.px-sm-2 { + .px-sm-2 { padding-left: 0.5rem !important; } .p-sm-3 { padding: 1rem !important; } .pt-sm-3, -.py-sm-3 { + .py-sm-3 { padding-top: 1rem !important; } .pr-sm-3, -.px-sm-3 { + .px-sm-3 { padding-right: 1rem !important; } .pb-sm-3, -.py-sm-3 { + .py-sm-3 { padding-bottom: 1rem !important; } .pl-sm-3, -.px-sm-3 { + .px-sm-3 { padding-left: 1rem !important; } .p-sm-4 { padding: 1.5rem !important; } .pt-sm-4, -.py-sm-4 { + .py-sm-4 { padding-top: 1.5rem !important; } .pr-sm-4, -.px-sm-4 { + .px-sm-4 { padding-right: 1.5rem !important; } .pb-sm-4, -.py-sm-4 { + .py-sm-4 { padding-bottom: 1.5rem !important; } .pl-sm-4, -.px-sm-4 { + .px-sm-4 { padding-left: 1.5rem !important; } .p-sm-5 { padding: 3rem !important; } .pt-sm-5, -.py-sm-5 { + .py-sm-5 { padding-top: 3rem !important; } .pr-sm-5, -.px-sm-5 { + .px-sm-5 { padding-right: 3rem !important; } .pb-sm-5, -.py-sm-5 { + .py-sm-5 { padding-bottom: 3rem !important; } .pl-sm-5, -.px-sm-5 { + .px-sm-5 { padding-left: 3rem !important; } .m-sm-n1 { margin: -0.25rem !important; } .mt-sm-n1, -.my-sm-n1 { + .my-sm-n1 { margin-top: -0.25rem !important; } .mr-sm-n1, -.mx-sm-n1 { + .mx-sm-n1 { margin-right: -0.25rem !important; } .mb-sm-n1, -.my-sm-n1 { + .my-sm-n1 { margin-bottom: -0.25rem !important; } .ml-sm-n1, -.mx-sm-n1 { + .mx-sm-n1 { margin-left: -0.25rem !important; } .m-sm-n2 { margin: -0.5rem !important; } .mt-sm-n2, -.my-sm-n2 { + .my-sm-n2 { margin-top: -0.5rem !important; } .mr-sm-n2, -.mx-sm-n2 { + .mx-sm-n2 { margin-right: -0.5rem !important; } .mb-sm-n2, -.my-sm-n2 { + .my-sm-n2 { margin-bottom: -0.5rem !important; } .ml-sm-n2, -.mx-sm-n2 { + .mx-sm-n2 { margin-left: -0.5rem !important; } .m-sm-n3 { margin: -1rem !important; } .mt-sm-n3, -.my-sm-n3 { + .my-sm-n3 { margin-top: -1rem !important; } .mr-sm-n3, -.mx-sm-n3 { + .mx-sm-n3 { margin-right: -1rem !important; } .mb-sm-n3, -.my-sm-n3 { + .my-sm-n3 { margin-bottom: -1rem !important; } .ml-sm-n3, -.mx-sm-n3 { + .mx-sm-n3 { margin-left: -1rem !important; } .m-sm-n4 { margin: -1.5rem !important; } .mt-sm-n4, -.my-sm-n4 { + .my-sm-n4 { margin-top: -1.5rem !important; } .mr-sm-n4, -.mx-sm-n4 { + .mx-sm-n4 { margin-right: -1.5rem !important; } .mb-sm-n4, -.my-sm-n4 { + .my-sm-n4 { margin-bottom: -1.5rem !important; } .ml-sm-n4, -.mx-sm-n4 { + .mx-sm-n4 { margin-left: -1.5rem !important; } .m-sm-n5 { margin: -3rem !important; } .mt-sm-n5, -.my-sm-n5 { + .my-sm-n5 { margin-top: -3rem !important; } .mr-sm-n5, -.mx-sm-n5 { + .mx-sm-n5 { margin-right: -3rem !important; } .mb-sm-n5, -.my-sm-n5 { + .my-sm-n5 { margin-bottom: -3rem !important; } .ml-sm-n5, -.mx-sm-n5 { + .mx-sm-n5 { margin-left: -3rem !important; } .m-sm-auto { margin: auto !important; } .mt-sm-auto, -.my-sm-auto { + .my-sm-auto { margin-top: auto !important; } .mr-sm-auto, -.mx-sm-auto { + .mx-sm-auto { margin-right: auto !important; } .mb-sm-auto, -.my-sm-auto { + .my-sm-auto { margin-bottom: auto !important; } .ml-sm-auto, -.mx-sm-auto { + .mx-sm-auto { margin-left: auto !important; } } @@ -50617,342 +50617,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-md-0, -.my-md-0 { + .my-md-0 { margin-top: 0 !important; } .mr-md-0, -.mx-md-0 { + .mx-md-0 { margin-right: 0 !important; } .mb-md-0, -.my-md-0 { + .my-md-0 { margin-bottom: 0 !important; } .ml-md-0, -.mx-md-0 { + .mx-md-0 { margin-left: 0 !important; } .m-md-1 { margin: 0.25rem !important; } .mt-md-1, -.my-md-1 { + .my-md-1 { margin-top: 0.25rem !important; } .mr-md-1, -.mx-md-1 { + .mx-md-1 { margin-right: 0.25rem !important; } .mb-md-1, -.my-md-1 { + .my-md-1 { margin-bottom: 0.25rem !important; } .ml-md-1, -.mx-md-1 { + .mx-md-1 { margin-left: 0.25rem !important; } .m-md-2 { margin: 0.5rem !important; } .mt-md-2, -.my-md-2 { + .my-md-2 { margin-top: 0.5rem !important; } .mr-md-2, -.mx-md-2 { + .mx-md-2 { margin-right: 0.5rem !important; } .mb-md-2, -.my-md-2 { + .my-md-2 { margin-bottom: 0.5rem !important; } .ml-md-2, -.mx-md-2 { + .mx-md-2 { margin-left: 0.5rem !important; } .m-md-3 { margin: 1rem !important; } .mt-md-3, -.my-md-3 { + .my-md-3 { margin-top: 1rem !important; } .mr-md-3, -.mx-md-3 { + .mx-md-3 { margin-right: 1rem !important; } .mb-md-3, -.my-md-3 { + .my-md-3 { margin-bottom: 1rem !important; } .ml-md-3, -.mx-md-3 { + .mx-md-3 { margin-left: 1rem !important; } .m-md-4 { margin: 1.5rem !important; } .mt-md-4, -.my-md-4 { + .my-md-4 { margin-top: 1.5rem !important; } .mr-md-4, -.mx-md-4 { + .mx-md-4 { margin-right: 1.5rem !important; } .mb-md-4, -.my-md-4 { + .my-md-4 { margin-bottom: 1.5rem !important; } .ml-md-4, -.mx-md-4 { + .mx-md-4 { margin-left: 1.5rem !important; } .m-md-5 { margin: 3rem !important; } .mt-md-5, -.my-md-5 { + .my-md-5 { margin-top: 3rem !important; } .mr-md-5, -.mx-md-5 { + .mx-md-5 { margin-right: 3rem !important; } .mb-md-5, -.my-md-5 { + .my-md-5 { margin-bottom: 3rem !important; } .ml-md-5, -.mx-md-5 { + .mx-md-5 { margin-left: 3rem !important; } .p-md-0 { padding: 0 !important; } .pt-md-0, -.py-md-0 { + .py-md-0 { padding-top: 0 !important; } .pr-md-0, -.px-md-0 { + .px-md-0 { padding-right: 0 !important; } .pb-md-0, -.py-md-0 { + .py-md-0 { padding-bottom: 0 !important; } .pl-md-0, -.px-md-0 { + .px-md-0 { padding-left: 0 !important; } .p-md-1 { padding: 0.25rem !important; } .pt-md-1, -.py-md-1 { + .py-md-1 { padding-top: 0.25rem !important; } .pr-md-1, -.px-md-1 { + .px-md-1 { padding-right: 0.25rem !important; } .pb-md-1, -.py-md-1 { + .py-md-1 { padding-bottom: 0.25rem !important; } .pl-md-1, -.px-md-1 { + .px-md-1 { padding-left: 0.25rem !important; } .p-md-2 { padding: 0.5rem !important; } .pt-md-2, -.py-md-2 { + .py-md-2 { padding-top: 0.5rem !important; } .pr-md-2, -.px-md-2 { + .px-md-2 { padding-right: 0.5rem !important; } .pb-md-2, -.py-md-2 { + .py-md-2 { padding-bottom: 0.5rem !important; } .pl-md-2, -.px-md-2 { + .px-md-2 { padding-left: 0.5rem !important; } .p-md-3 { padding: 1rem !important; } .pt-md-3, -.py-md-3 { + .py-md-3 { padding-top: 1rem !important; } .pr-md-3, -.px-md-3 { + .px-md-3 { padding-right: 1rem !important; } .pb-md-3, -.py-md-3 { + .py-md-3 { padding-bottom: 1rem !important; } .pl-md-3, -.px-md-3 { + .px-md-3 { padding-left: 1rem !important; } .p-md-4 { padding: 1.5rem !important; } .pt-md-4, -.py-md-4 { + .py-md-4 { padding-top: 1.5rem !important; } .pr-md-4, -.px-md-4 { + .px-md-4 { padding-right: 1.5rem !important; } .pb-md-4, -.py-md-4 { + .py-md-4 { padding-bottom: 1.5rem !important; } .pl-md-4, -.px-md-4 { + .px-md-4 { padding-left: 1.5rem !important; } .p-md-5 { padding: 3rem !important; } .pt-md-5, -.py-md-5 { + .py-md-5 { padding-top: 3rem !important; } .pr-md-5, -.px-md-5 { + .px-md-5 { padding-right: 3rem !important; } .pb-md-5, -.py-md-5 { + .py-md-5 { padding-bottom: 3rem !important; } .pl-md-5, -.px-md-5 { + .px-md-5 { padding-left: 3rem !important; } .m-md-n1 { margin: -0.25rem !important; } .mt-md-n1, -.my-md-n1 { + .my-md-n1 { margin-top: -0.25rem !important; } .mr-md-n1, -.mx-md-n1 { + .mx-md-n1 { margin-right: -0.25rem !important; } .mb-md-n1, -.my-md-n1 { + .my-md-n1 { margin-bottom: -0.25rem !important; } .ml-md-n1, -.mx-md-n1 { + .mx-md-n1 { margin-left: -0.25rem !important; } .m-md-n2 { margin: -0.5rem !important; } .mt-md-n2, -.my-md-n2 { + .my-md-n2 { margin-top: -0.5rem !important; } .mr-md-n2, -.mx-md-n2 { + .mx-md-n2 { margin-right: -0.5rem !important; } .mb-md-n2, -.my-md-n2 { + .my-md-n2 { margin-bottom: -0.5rem !important; } .ml-md-n2, -.mx-md-n2 { + .mx-md-n2 { margin-left: -0.5rem !important; } .m-md-n3 { margin: -1rem !important; } .mt-md-n3, -.my-md-n3 { + .my-md-n3 { margin-top: -1rem !important; } .mr-md-n3, -.mx-md-n3 { + .mx-md-n3 { margin-right: -1rem !important; } .mb-md-n3, -.my-md-n3 { + .my-md-n3 { margin-bottom: -1rem !important; } .ml-md-n3, -.mx-md-n3 { + .mx-md-n3 { margin-left: -1rem !important; } .m-md-n4 { margin: -1.5rem !important; } .mt-md-n4, -.my-md-n4 { + .my-md-n4 { margin-top: -1.5rem !important; } .mr-md-n4, -.mx-md-n4 { + .mx-md-n4 { margin-right: -1.5rem !important; } .mb-md-n4, -.my-md-n4 { + .my-md-n4 { margin-bottom: -1.5rem !important; } .ml-md-n4, -.mx-md-n4 { + .mx-md-n4 { margin-left: -1.5rem !important; } .m-md-n5 { margin: -3rem !important; } .mt-md-n5, -.my-md-n5 { + .my-md-n5 { margin-top: -3rem !important; } .mr-md-n5, -.mx-md-n5 { + .mx-md-n5 { margin-right: -3rem !important; } .mb-md-n5, -.my-md-n5 { + .my-md-n5 { margin-bottom: -3rem !important; } .ml-md-n5, -.mx-md-n5 { + .mx-md-n5 { margin-left: -3rem !important; } .m-md-auto { margin: auto !important; } .mt-md-auto, -.my-md-auto { + .my-md-auto { margin-top: auto !important; } .mr-md-auto, -.mx-md-auto { + .mx-md-auto { margin-right: auto !important; } .mb-md-auto, -.my-md-auto { + .my-md-auto { margin-bottom: auto !important; } .ml-md-auto, -.mx-md-auto { + .mx-md-auto { margin-left: auto !important; } } @@ -50961,342 +50961,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-lg-0, -.my-lg-0 { + .my-lg-0 { margin-top: 0 !important; } .mr-lg-0, -.mx-lg-0 { + .mx-lg-0 { margin-right: 0 !important; } .mb-lg-0, -.my-lg-0 { + .my-lg-0 { margin-bottom: 0 !important; } .ml-lg-0, -.mx-lg-0 { + .mx-lg-0 { margin-left: 0 !important; } .m-lg-1 { margin: 0.25rem !important; } .mt-lg-1, -.my-lg-1 { + .my-lg-1 { margin-top: 0.25rem !important; } .mr-lg-1, -.mx-lg-1 { + .mx-lg-1 { margin-right: 0.25rem !important; } .mb-lg-1, -.my-lg-1 { + .my-lg-1 { margin-bottom: 0.25rem !important; } .ml-lg-1, -.mx-lg-1 { + .mx-lg-1 { margin-left: 0.25rem !important; } .m-lg-2 { margin: 0.5rem !important; } .mt-lg-2, -.my-lg-2 { + .my-lg-2 { margin-top: 0.5rem !important; } .mr-lg-2, -.mx-lg-2 { + .mx-lg-2 { margin-right: 0.5rem !important; } .mb-lg-2, -.my-lg-2 { + .my-lg-2 { margin-bottom: 0.5rem !important; } .ml-lg-2, -.mx-lg-2 { + .mx-lg-2 { margin-left: 0.5rem !important; } .m-lg-3 { margin: 1rem !important; } .mt-lg-3, -.my-lg-3 { + .my-lg-3 { margin-top: 1rem !important; } .mr-lg-3, -.mx-lg-3 { + .mx-lg-3 { margin-right: 1rem !important; } .mb-lg-3, -.my-lg-3 { + .my-lg-3 { margin-bottom: 1rem !important; } .ml-lg-3, -.mx-lg-3 { + .mx-lg-3 { margin-left: 1rem !important; } .m-lg-4 { margin: 1.5rem !important; } .mt-lg-4, -.my-lg-4 { + .my-lg-4 { margin-top: 1.5rem !important; } .mr-lg-4, -.mx-lg-4 { + .mx-lg-4 { margin-right: 1.5rem !important; } .mb-lg-4, -.my-lg-4 { + .my-lg-4 { margin-bottom: 1.5rem !important; } .ml-lg-4, -.mx-lg-4 { + .mx-lg-4 { margin-left: 1.5rem !important; } .m-lg-5 { margin: 3rem !important; } .mt-lg-5, -.my-lg-5 { + .my-lg-5 { margin-top: 3rem !important; } .mr-lg-5, -.mx-lg-5 { + .mx-lg-5 { margin-right: 3rem !important; } .mb-lg-5, -.my-lg-5 { + .my-lg-5 { margin-bottom: 3rem !important; } .ml-lg-5, -.mx-lg-5 { + .mx-lg-5 { margin-left: 3rem !important; } .p-lg-0 { padding: 0 !important; } .pt-lg-0, -.py-lg-0 { + .py-lg-0 { padding-top: 0 !important; } .pr-lg-0, -.px-lg-0 { + .px-lg-0 { padding-right: 0 !important; } .pb-lg-0, -.py-lg-0 { + .py-lg-0 { padding-bottom: 0 !important; } .pl-lg-0, -.px-lg-0 { + .px-lg-0 { padding-left: 0 !important; } .p-lg-1 { padding: 0.25rem !important; } .pt-lg-1, -.py-lg-1 { + .py-lg-1 { padding-top: 0.25rem !important; } .pr-lg-1, -.px-lg-1 { + .px-lg-1 { padding-right: 0.25rem !important; } .pb-lg-1, -.py-lg-1 { + .py-lg-1 { padding-bottom: 0.25rem !important; } .pl-lg-1, -.px-lg-1 { + .px-lg-1 { padding-left: 0.25rem !important; } .p-lg-2 { padding: 0.5rem !important; } .pt-lg-2, -.py-lg-2 { + .py-lg-2 { padding-top: 0.5rem !important; } .pr-lg-2, -.px-lg-2 { + .px-lg-2 { padding-right: 0.5rem !important; } .pb-lg-2, -.py-lg-2 { + .py-lg-2 { padding-bottom: 0.5rem !important; } .pl-lg-2, -.px-lg-2 { + .px-lg-2 { padding-left: 0.5rem !important; } .p-lg-3 { padding: 1rem !important; } .pt-lg-3, -.py-lg-3 { + .py-lg-3 { padding-top: 1rem !important; } .pr-lg-3, -.px-lg-3 { + .px-lg-3 { padding-right: 1rem !important; } .pb-lg-3, -.py-lg-3 { + .py-lg-3 { padding-bottom: 1rem !important; } .pl-lg-3, -.px-lg-3 { + .px-lg-3 { padding-left: 1rem !important; } .p-lg-4 { padding: 1.5rem !important; } .pt-lg-4, -.py-lg-4 { + .py-lg-4 { padding-top: 1.5rem !important; } .pr-lg-4, -.px-lg-4 { + .px-lg-4 { padding-right: 1.5rem !important; } .pb-lg-4, -.py-lg-4 { + .py-lg-4 { padding-bottom: 1.5rem !important; } .pl-lg-4, -.px-lg-4 { + .px-lg-4 { padding-left: 1.5rem !important; } .p-lg-5 { padding: 3rem !important; } .pt-lg-5, -.py-lg-5 { + .py-lg-5 { padding-top: 3rem !important; } .pr-lg-5, -.px-lg-5 { + .px-lg-5 { padding-right: 3rem !important; } .pb-lg-5, -.py-lg-5 { + .py-lg-5 { padding-bottom: 3rem !important; } .pl-lg-5, -.px-lg-5 { + .px-lg-5 { padding-left: 3rem !important; } .m-lg-n1 { margin: -0.25rem !important; } .mt-lg-n1, -.my-lg-n1 { + .my-lg-n1 { margin-top: -0.25rem !important; } .mr-lg-n1, -.mx-lg-n1 { + .mx-lg-n1 { margin-right: -0.25rem !important; } .mb-lg-n1, -.my-lg-n1 { + .my-lg-n1 { margin-bottom: -0.25rem !important; } .ml-lg-n1, -.mx-lg-n1 { + .mx-lg-n1 { margin-left: -0.25rem !important; } .m-lg-n2 { margin: -0.5rem !important; } .mt-lg-n2, -.my-lg-n2 { + .my-lg-n2 { margin-top: -0.5rem !important; } .mr-lg-n2, -.mx-lg-n2 { + .mx-lg-n2 { margin-right: -0.5rem !important; } .mb-lg-n2, -.my-lg-n2 { + .my-lg-n2 { margin-bottom: -0.5rem !important; } .ml-lg-n2, -.mx-lg-n2 { + .mx-lg-n2 { margin-left: -0.5rem !important; } .m-lg-n3 { margin: -1rem !important; } .mt-lg-n3, -.my-lg-n3 { + .my-lg-n3 { margin-top: -1rem !important; } .mr-lg-n3, -.mx-lg-n3 { + .mx-lg-n3 { margin-right: -1rem !important; } .mb-lg-n3, -.my-lg-n3 { + .my-lg-n3 { margin-bottom: -1rem !important; } .ml-lg-n3, -.mx-lg-n3 { + .mx-lg-n3 { margin-left: -1rem !important; } .m-lg-n4 { margin: -1.5rem !important; } .mt-lg-n4, -.my-lg-n4 { + .my-lg-n4 { margin-top: -1.5rem !important; } .mr-lg-n4, -.mx-lg-n4 { + .mx-lg-n4 { margin-right: -1.5rem !important; } .mb-lg-n4, -.my-lg-n4 { + .my-lg-n4 { margin-bottom: -1.5rem !important; } .ml-lg-n4, -.mx-lg-n4 { + .mx-lg-n4 { margin-left: -1.5rem !important; } .m-lg-n5 { margin: -3rem !important; } .mt-lg-n5, -.my-lg-n5 { + .my-lg-n5 { margin-top: -3rem !important; } .mr-lg-n5, -.mx-lg-n5 { + .mx-lg-n5 { margin-right: -3rem !important; } .mb-lg-n5, -.my-lg-n5 { + .my-lg-n5 { margin-bottom: -3rem !important; } .ml-lg-n5, -.mx-lg-n5 { + .mx-lg-n5 { margin-left: -3rem !important; } .m-lg-auto { margin: auto !important; } .mt-lg-auto, -.my-lg-auto { + .my-lg-auto { margin-top: auto !important; } .mr-lg-auto, -.mx-lg-auto { + .mx-lg-auto { margin-right: auto !important; } .mb-lg-auto, -.my-lg-auto { + .my-lg-auto { margin-bottom: auto !important; } .ml-lg-auto, -.mx-lg-auto { + .mx-lg-auto { margin-left: auto !important; } } @@ -51305,342 +51305,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-xl-0, -.my-xl-0 { + .my-xl-0 { margin-top: 0 !important; } .mr-xl-0, -.mx-xl-0 { + .mx-xl-0 { margin-right: 0 !important; } .mb-xl-0, -.my-xl-0 { + .my-xl-0 { margin-bottom: 0 !important; } .ml-xl-0, -.mx-xl-0 { + .mx-xl-0 { margin-left: 0 !important; } .m-xl-1 { margin: 0.25rem !important; } .mt-xl-1, -.my-xl-1 { + .my-xl-1 { margin-top: 0.25rem !important; } .mr-xl-1, -.mx-xl-1 { + .mx-xl-1 { margin-right: 0.25rem !important; } .mb-xl-1, -.my-xl-1 { + .my-xl-1 { margin-bottom: 0.25rem !important; } .ml-xl-1, -.mx-xl-1 { + .mx-xl-1 { margin-left: 0.25rem !important; } .m-xl-2 { margin: 0.5rem !important; } .mt-xl-2, -.my-xl-2 { + .my-xl-2 { margin-top: 0.5rem !important; } .mr-xl-2, -.mx-xl-2 { + .mx-xl-2 { margin-right: 0.5rem !important; } .mb-xl-2, -.my-xl-2 { + .my-xl-2 { margin-bottom: 0.5rem !important; } .ml-xl-2, -.mx-xl-2 { + .mx-xl-2 { margin-left: 0.5rem !important; } .m-xl-3 { margin: 1rem !important; } .mt-xl-3, -.my-xl-3 { + .my-xl-3 { margin-top: 1rem !important; } .mr-xl-3, -.mx-xl-3 { + .mx-xl-3 { margin-right: 1rem !important; } .mb-xl-3, -.my-xl-3 { + .my-xl-3 { margin-bottom: 1rem !important; } .ml-xl-3, -.mx-xl-3 { + .mx-xl-3 { margin-left: 1rem !important; } .m-xl-4 { margin: 1.5rem !important; } .mt-xl-4, -.my-xl-4 { + .my-xl-4 { margin-top: 1.5rem !important; } .mr-xl-4, -.mx-xl-4 { + .mx-xl-4 { margin-right: 1.5rem !important; } .mb-xl-4, -.my-xl-4 { + .my-xl-4 { margin-bottom: 1.5rem !important; } .ml-xl-4, -.mx-xl-4 { + .mx-xl-4 { margin-left: 1.5rem !important; } .m-xl-5 { margin: 3rem !important; } .mt-xl-5, -.my-xl-5 { + .my-xl-5 { margin-top: 3rem !important; } .mr-xl-5, -.mx-xl-5 { + .mx-xl-5 { margin-right: 3rem !important; } .mb-xl-5, -.my-xl-5 { + .my-xl-5 { margin-bottom: 3rem !important; } .ml-xl-5, -.mx-xl-5 { + .mx-xl-5 { margin-left: 3rem !important; } .p-xl-0 { padding: 0 !important; } .pt-xl-0, -.py-xl-0 { + .py-xl-0 { padding-top: 0 !important; } .pr-xl-0, -.px-xl-0 { + .px-xl-0 { padding-right: 0 !important; } .pb-xl-0, -.py-xl-0 { + .py-xl-0 { padding-bottom: 0 !important; } .pl-xl-0, -.px-xl-0 { + .px-xl-0 { padding-left: 0 !important; } .p-xl-1 { padding: 0.25rem !important; } .pt-xl-1, -.py-xl-1 { + .py-xl-1 { padding-top: 0.25rem !important; } .pr-xl-1, -.px-xl-1 { + .px-xl-1 { padding-right: 0.25rem !important; } .pb-xl-1, -.py-xl-1 { + .py-xl-1 { padding-bottom: 0.25rem !important; } .pl-xl-1, -.px-xl-1 { + .px-xl-1 { padding-left: 0.25rem !important; } .p-xl-2 { padding: 0.5rem !important; } .pt-xl-2, -.py-xl-2 { + .py-xl-2 { padding-top: 0.5rem !important; } .pr-xl-2, -.px-xl-2 { + .px-xl-2 { padding-right: 0.5rem !important; } .pb-xl-2, -.py-xl-2 { + .py-xl-2 { padding-bottom: 0.5rem !important; } .pl-xl-2, -.px-xl-2 { + .px-xl-2 { padding-left: 0.5rem !important; } .p-xl-3 { padding: 1rem !important; } .pt-xl-3, -.py-xl-3 { + .py-xl-3 { padding-top: 1rem !important; } .pr-xl-3, -.px-xl-3 { + .px-xl-3 { padding-right: 1rem !important; } .pb-xl-3, -.py-xl-3 { + .py-xl-3 { padding-bottom: 1rem !important; } .pl-xl-3, -.px-xl-3 { + .px-xl-3 { padding-left: 1rem !important; } .p-xl-4 { padding: 1.5rem !important; } .pt-xl-4, -.py-xl-4 { + .py-xl-4 { padding-top: 1.5rem !important; } .pr-xl-4, -.px-xl-4 { + .px-xl-4 { padding-right: 1.5rem !important; } .pb-xl-4, -.py-xl-4 { + .py-xl-4 { padding-bottom: 1.5rem !important; } .pl-xl-4, -.px-xl-4 { + .px-xl-4 { padding-left: 1.5rem !important; } .p-xl-5 { padding: 3rem !important; } .pt-xl-5, -.py-xl-5 { + .py-xl-5 { padding-top: 3rem !important; } .pr-xl-5, -.px-xl-5 { + .px-xl-5 { padding-right: 3rem !important; } .pb-xl-5, -.py-xl-5 { + .py-xl-5 { padding-bottom: 3rem !important; } .pl-xl-5, -.px-xl-5 { + .px-xl-5 { padding-left: 3rem !important; } .m-xl-n1 { margin: -0.25rem !important; } .mt-xl-n1, -.my-xl-n1 { + .my-xl-n1 { margin-top: -0.25rem !important; } .mr-xl-n1, -.mx-xl-n1 { + .mx-xl-n1 { margin-right: -0.25rem !important; } .mb-xl-n1, -.my-xl-n1 { + .my-xl-n1 { margin-bottom: -0.25rem !important; } .ml-xl-n1, -.mx-xl-n1 { + .mx-xl-n1 { margin-left: -0.25rem !important; } .m-xl-n2 { margin: -0.5rem !important; } .mt-xl-n2, -.my-xl-n2 { + .my-xl-n2 { margin-top: -0.5rem !important; } .mr-xl-n2, -.mx-xl-n2 { + .mx-xl-n2 { margin-right: -0.5rem !important; } .mb-xl-n2, -.my-xl-n2 { + .my-xl-n2 { margin-bottom: -0.5rem !important; } .ml-xl-n2, -.mx-xl-n2 { + .mx-xl-n2 { margin-left: -0.5rem !important; } .m-xl-n3 { margin: -1rem !important; } .mt-xl-n3, -.my-xl-n3 { + .my-xl-n3 { margin-top: -1rem !important; } .mr-xl-n3, -.mx-xl-n3 { + .mx-xl-n3 { margin-right: -1rem !important; } .mb-xl-n3, -.my-xl-n3 { + .my-xl-n3 { margin-bottom: -1rem !important; } .ml-xl-n3, -.mx-xl-n3 { + .mx-xl-n3 { margin-left: -1rem !important; } .m-xl-n4 { margin: -1.5rem !important; } .mt-xl-n4, -.my-xl-n4 { + .my-xl-n4 { margin-top: -1.5rem !important; } .mr-xl-n4, -.mx-xl-n4 { + .mx-xl-n4 { margin-right: -1.5rem !important; } .mb-xl-n4, -.my-xl-n4 { + .my-xl-n4 { margin-bottom: -1.5rem !important; } .ml-xl-n4, -.mx-xl-n4 { + .mx-xl-n4 { margin-left: -1.5rem !important; } .m-xl-n5 { margin: -3rem !important; } .mt-xl-n5, -.my-xl-n5 { + .my-xl-n5 { margin-top: -3rem !important; } .mr-xl-n5, -.mx-xl-n5 { + .mx-xl-n5 { margin-right: -3rem !important; } .mb-xl-n5, -.my-xl-n5 { + .my-xl-n5 { margin-bottom: -3rem !important; } .ml-xl-n5, -.mx-xl-n5 { + .mx-xl-n5 { margin-left: -3rem !important; } .m-xl-auto { margin: auto !important; } .mt-xl-auto, -.my-xl-auto { + .my-xl-auto { margin-top: auto !important; } .mr-xl-auto, -.mx-xl-auto { + .mx-xl-auto { margin-right: auto !important; } .mb-xl-auto, -.my-xl-auto { + .my-xl-auto { margin-bottom: auto !important; } .ml-xl-auto, -.mx-xl-auto { + .mx-xl-auto { margin-left: auto !important; } } @@ -51885,8 +51885,8 @@ a.text-dark:hover, a.text-dark:focus { @media print { *, -*::before, -*::after { + *::before, + *::after { text-shadow: none !important; box-shadow: none !important; } @@ -51900,22 +51900,22 @@ a.text-dark:hover, a.text-dark:focus { white-space: pre-wrap !important; } pre, -blockquote { + blockquote { border: 1px solid #adb5bd; page-break-inside: avoid; } tr, -img { + img { page-break-inside: avoid; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } @page { @@ -51937,20 +51937,20 @@ h3 { border-collapse: collapse !important; } .table td, -.table th { + .table th { background-color: #fff !important; } .table-bordered th, -.table-bordered td { + .table-bordered td { border: 1px solid #dee2e6 !important; } .table-dark { color: inherit; } .table-dark th, -.table-dark td, -.table-dark thead th, -.table-dark tbody + tbody { + .table-dark td, + .table-dark thead th, + .table-dark tbody + tbody { border-color: #dee2e6; } .table .thead-dark th { @@ -54148,7 +54148,7 @@ textarea.form-control { display: inline-block; } .form-inline .input-group, -.form-inline .custom-select { + .form-inline .custom-select { width: auto; } .form-inline .form-check { @@ -55634,8 +55634,8 @@ input[type=button].btn-block { } @media (prefers-reduced-motion: reduce) { .custom-control-label::before, -.custom-file-label, -.custom-select { + .custom-file-label, + .custom-select { transition: none; } } @@ -55807,11 +55807,11 @@ input[type=button].btn-block { @media (max-width: 575.98px) { .navbar-expand-sm > .container, -.navbar-expand-sm > .container-fluid, -.navbar-expand-sm > .container-sm, -.navbar-expand-sm > .container-md, -.navbar-expand-sm > .container-lg, -.navbar-expand-sm > .container-xl { + .navbar-expand-sm > .container-fluid, + .navbar-expand-sm > .container-sm, + .navbar-expand-sm > .container-md, + .navbar-expand-sm > .container-lg, + .navbar-expand-sm > .container-xl { padding-right: 0; padding-left: 0; } @@ -55832,11 +55832,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-sm > .container, -.navbar-expand-sm > .container-fluid, -.navbar-expand-sm > .container-sm, -.navbar-expand-sm > .container-md, -.navbar-expand-sm > .container-lg, -.navbar-expand-sm > .container-xl { + .navbar-expand-sm > .container-fluid, + .navbar-expand-sm > .container-sm, + .navbar-expand-sm > .container-md, + .navbar-expand-sm > .container-lg, + .navbar-expand-sm > .container-xl { flex-wrap: nowrap; } .navbar-expand-sm .navbar-nav-scroll { @@ -55852,11 +55852,11 @@ input[type=button].btn-block { } @media (max-width: 767.98px) { .navbar-expand-md > .container, -.navbar-expand-md > .container-fluid, -.navbar-expand-md > .container-sm, -.navbar-expand-md > .container-md, -.navbar-expand-md > .container-lg, -.navbar-expand-md > .container-xl { + .navbar-expand-md > .container-fluid, + .navbar-expand-md > .container-sm, + .navbar-expand-md > .container-md, + .navbar-expand-md > .container-lg, + .navbar-expand-md > .container-xl { padding-right: 0; padding-left: 0; } @@ -55877,11 +55877,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-md > .container, -.navbar-expand-md > .container-fluid, -.navbar-expand-md > .container-sm, -.navbar-expand-md > .container-md, -.navbar-expand-md > .container-lg, -.navbar-expand-md > .container-xl { + .navbar-expand-md > .container-fluid, + .navbar-expand-md > .container-sm, + .navbar-expand-md > .container-md, + .navbar-expand-md > .container-lg, + .navbar-expand-md > .container-xl { flex-wrap: nowrap; } .navbar-expand-md .navbar-nav-scroll { @@ -55897,11 +55897,11 @@ input[type=button].btn-block { } @media (max-width: 991.98px) { .navbar-expand-lg > .container, -.navbar-expand-lg > .container-fluid, -.navbar-expand-lg > .container-sm, -.navbar-expand-lg > .container-md, -.navbar-expand-lg > .container-lg, -.navbar-expand-lg > .container-xl { + .navbar-expand-lg > .container-fluid, + .navbar-expand-lg > .container-sm, + .navbar-expand-lg > .container-md, + .navbar-expand-lg > .container-lg, + .navbar-expand-lg > .container-xl { padding-right: 0; padding-left: 0; } @@ -55922,11 +55922,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-lg > .container, -.navbar-expand-lg > .container-fluid, -.navbar-expand-lg > .container-sm, -.navbar-expand-lg > .container-md, -.navbar-expand-lg > .container-lg, -.navbar-expand-lg > .container-xl { + .navbar-expand-lg > .container-fluid, + .navbar-expand-lg > .container-sm, + .navbar-expand-lg > .container-md, + .navbar-expand-lg > .container-lg, + .navbar-expand-lg > .container-xl { flex-wrap: nowrap; } .navbar-expand-lg .navbar-nav-scroll { @@ -55942,11 +55942,11 @@ input[type=button].btn-block { } @media (max-width: 1199.98px) { .navbar-expand-xl > .container, -.navbar-expand-xl > .container-fluid, -.navbar-expand-xl > .container-sm, -.navbar-expand-xl > .container-md, -.navbar-expand-xl > .container-lg, -.navbar-expand-xl > .container-xl { + .navbar-expand-xl > .container-fluid, + .navbar-expand-xl > .container-sm, + .navbar-expand-xl > .container-md, + .navbar-expand-xl > .container-lg, + .navbar-expand-xl > .container-xl { padding-right: 0; padding-left: 0; } @@ -55967,11 +55967,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-xl > .container, -.navbar-expand-xl > .container-fluid, -.navbar-expand-xl > .container-sm, -.navbar-expand-xl > .container-md, -.navbar-expand-xl > .container-lg, -.navbar-expand-xl > .container-xl { + .navbar-expand-xl > .container-fluid, + .navbar-expand-xl > .container-sm, + .navbar-expand-xl > .container-md, + .navbar-expand-xl > .container-lg, + .navbar-expand-xl > .container-xl { flex-wrap: nowrap; } .navbar-expand-xl .navbar-nav-scroll { @@ -56262,11 +56262,11 @@ input[type=button].btn-block { border-bottom-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-top, -.card-group > .card:not(:last-child) .card-header { + .card-group > .card:not(:last-child) .card-header { border-top-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-bottom, -.card-group > .card:not(:last-child) .card-footer { + .card-group > .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; } .card-group > .card:not(:first-child) { @@ -56274,11 +56274,11 @@ input[type=button].btn-block { border-bottom-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-top, -.card-group > .card:not(:first-child) .card-header { + .card-group > .card:not(:first-child) .card-header { border-top-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-bottom, -.card-group > .card:not(:first-child) .card-footer { + .card-group > .card:not(:first-child) .card-footer { border-bottom-left-radius: 0; } } @@ -57317,7 +57317,7 @@ a.close.disabled { } @media (min-width: 992px) { .modal-lg, -.modal-xl { + .modal-xl { max-width: 800px; } } @@ -57640,7 +57640,7 @@ a.close.disabled { } @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-left, -.carousel-fade .active.carousel-item-right { + .carousel-fade .active.carousel-item-right { transition: none; } } @@ -57665,7 +57665,7 @@ a.close.disabled { } @media (prefers-reduced-motion: reduce) { .carousel-control-prev, -.carousel-control-next { + .carousel-control-next { transition: none; } } @@ -57801,7 +57801,7 @@ a.close.disabled { @media (prefers-reduced-motion: reduce) { .spinner-border, -.spinner-grow { + .spinner-grow { animation-duration: 1.5s; } } @@ -59475,342 +59475,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-sm-0, -.my-sm-0 { + .my-sm-0 { margin-top: 0 !important; } .mr-sm-0, -.mx-sm-0 { + .mx-sm-0 { margin-right: 0 !important; } .mb-sm-0, -.my-sm-0 { + .my-sm-0 { margin-bottom: 0 !important; } .ml-sm-0, -.mx-sm-0 { + .mx-sm-0 { margin-left: 0 !important; } .m-sm-1 { margin: 0.25rem !important; } .mt-sm-1, -.my-sm-1 { + .my-sm-1 { margin-top: 0.25rem !important; } .mr-sm-1, -.mx-sm-1 { + .mx-sm-1 { margin-right: 0.25rem !important; } .mb-sm-1, -.my-sm-1 { + .my-sm-1 { margin-bottom: 0.25rem !important; } .ml-sm-1, -.mx-sm-1 { + .mx-sm-1 { margin-left: 0.25rem !important; } .m-sm-2 { margin: 0.5rem !important; } .mt-sm-2, -.my-sm-2 { + .my-sm-2 { margin-top: 0.5rem !important; } .mr-sm-2, -.mx-sm-2 { + .mx-sm-2 { margin-right: 0.5rem !important; } .mb-sm-2, -.my-sm-2 { + .my-sm-2 { margin-bottom: 0.5rem !important; } .ml-sm-2, -.mx-sm-2 { + .mx-sm-2 { margin-left: 0.5rem !important; } .m-sm-3 { margin: 1rem !important; } .mt-sm-3, -.my-sm-3 { + .my-sm-3 { margin-top: 1rem !important; } .mr-sm-3, -.mx-sm-3 { + .mx-sm-3 { margin-right: 1rem !important; } .mb-sm-3, -.my-sm-3 { + .my-sm-3 { margin-bottom: 1rem !important; } .ml-sm-3, -.mx-sm-3 { + .mx-sm-3 { margin-left: 1rem !important; } .m-sm-4 { margin: 1.5rem !important; } .mt-sm-4, -.my-sm-4 { + .my-sm-4 { margin-top: 1.5rem !important; } .mr-sm-4, -.mx-sm-4 { + .mx-sm-4 { margin-right: 1.5rem !important; } .mb-sm-4, -.my-sm-4 { + .my-sm-4 { margin-bottom: 1.5rem !important; } .ml-sm-4, -.mx-sm-4 { + .mx-sm-4 { margin-left: 1.5rem !important; } .m-sm-5 { margin: 3rem !important; } .mt-sm-5, -.my-sm-5 { + .my-sm-5 { margin-top: 3rem !important; } .mr-sm-5, -.mx-sm-5 { + .mx-sm-5 { margin-right: 3rem !important; } .mb-sm-5, -.my-sm-5 { + .my-sm-5 { margin-bottom: 3rem !important; } .ml-sm-5, -.mx-sm-5 { + .mx-sm-5 { margin-left: 3rem !important; } .p-sm-0 { padding: 0 !important; } .pt-sm-0, -.py-sm-0 { + .py-sm-0 { padding-top: 0 !important; } .pr-sm-0, -.px-sm-0 { + .px-sm-0 { padding-right: 0 !important; } .pb-sm-0, -.py-sm-0 { + .py-sm-0 { padding-bottom: 0 !important; } .pl-sm-0, -.px-sm-0 { + .px-sm-0 { padding-left: 0 !important; } .p-sm-1 { padding: 0.25rem !important; } .pt-sm-1, -.py-sm-1 { + .py-sm-1 { padding-top: 0.25rem !important; } .pr-sm-1, -.px-sm-1 { + .px-sm-1 { padding-right: 0.25rem !important; } .pb-sm-1, -.py-sm-1 { + .py-sm-1 { padding-bottom: 0.25rem !important; } .pl-sm-1, -.px-sm-1 { + .px-sm-1 { padding-left: 0.25rem !important; } .p-sm-2 { padding: 0.5rem !important; } .pt-sm-2, -.py-sm-2 { + .py-sm-2 { padding-top: 0.5rem !important; } .pr-sm-2, -.px-sm-2 { + .px-sm-2 { padding-right: 0.5rem !important; } .pb-sm-2, -.py-sm-2 { + .py-sm-2 { padding-bottom: 0.5rem !important; } .pl-sm-2, -.px-sm-2 { + .px-sm-2 { padding-left: 0.5rem !important; } .p-sm-3 { padding: 1rem !important; } .pt-sm-3, -.py-sm-3 { + .py-sm-3 { padding-top: 1rem !important; } .pr-sm-3, -.px-sm-3 { + .px-sm-3 { padding-right: 1rem !important; } .pb-sm-3, -.py-sm-3 { + .py-sm-3 { padding-bottom: 1rem !important; } .pl-sm-3, -.px-sm-3 { + .px-sm-3 { padding-left: 1rem !important; } .p-sm-4 { padding: 1.5rem !important; } .pt-sm-4, -.py-sm-4 { + .py-sm-4 { padding-top: 1.5rem !important; } .pr-sm-4, -.px-sm-4 { + .px-sm-4 { padding-right: 1.5rem !important; } .pb-sm-4, -.py-sm-4 { + .py-sm-4 { padding-bottom: 1.5rem !important; } .pl-sm-4, -.px-sm-4 { + .px-sm-4 { padding-left: 1.5rem !important; } .p-sm-5 { padding: 3rem !important; } .pt-sm-5, -.py-sm-5 { + .py-sm-5 { padding-top: 3rem !important; } .pr-sm-5, -.px-sm-5 { + .px-sm-5 { padding-right: 3rem !important; } .pb-sm-5, -.py-sm-5 { + .py-sm-5 { padding-bottom: 3rem !important; } .pl-sm-5, -.px-sm-5 { + .px-sm-5 { padding-left: 3rem !important; } .m-sm-n1 { margin: -0.25rem !important; } .mt-sm-n1, -.my-sm-n1 { + .my-sm-n1 { margin-top: -0.25rem !important; } .mr-sm-n1, -.mx-sm-n1 { + .mx-sm-n1 { margin-right: -0.25rem !important; } .mb-sm-n1, -.my-sm-n1 { + .my-sm-n1 { margin-bottom: -0.25rem !important; } .ml-sm-n1, -.mx-sm-n1 { + .mx-sm-n1 { margin-left: -0.25rem !important; } .m-sm-n2 { margin: -0.5rem !important; } .mt-sm-n2, -.my-sm-n2 { + .my-sm-n2 { margin-top: -0.5rem !important; } .mr-sm-n2, -.mx-sm-n2 { + .mx-sm-n2 { margin-right: -0.5rem !important; } .mb-sm-n2, -.my-sm-n2 { + .my-sm-n2 { margin-bottom: -0.5rem !important; } .ml-sm-n2, -.mx-sm-n2 { + .mx-sm-n2 { margin-left: -0.5rem !important; } .m-sm-n3 { margin: -1rem !important; } .mt-sm-n3, -.my-sm-n3 { + .my-sm-n3 { margin-top: -1rem !important; } .mr-sm-n3, -.mx-sm-n3 { + .mx-sm-n3 { margin-right: -1rem !important; } .mb-sm-n3, -.my-sm-n3 { + .my-sm-n3 { margin-bottom: -1rem !important; } .ml-sm-n3, -.mx-sm-n3 { + .mx-sm-n3 { margin-left: -1rem !important; } .m-sm-n4 { margin: -1.5rem !important; } .mt-sm-n4, -.my-sm-n4 { + .my-sm-n4 { margin-top: -1.5rem !important; } .mr-sm-n4, -.mx-sm-n4 { + .mx-sm-n4 { margin-right: -1.5rem !important; } .mb-sm-n4, -.my-sm-n4 { + .my-sm-n4 { margin-bottom: -1.5rem !important; } .ml-sm-n4, -.mx-sm-n4 { + .mx-sm-n4 { margin-left: -1.5rem !important; } .m-sm-n5 { margin: -3rem !important; } .mt-sm-n5, -.my-sm-n5 { + .my-sm-n5 { margin-top: -3rem !important; } .mr-sm-n5, -.mx-sm-n5 { + .mx-sm-n5 { margin-right: -3rem !important; } .mb-sm-n5, -.my-sm-n5 { + .my-sm-n5 { margin-bottom: -3rem !important; } .ml-sm-n5, -.mx-sm-n5 { + .mx-sm-n5 { margin-left: -3rem !important; } .m-sm-auto { margin: auto !important; } .mt-sm-auto, -.my-sm-auto { + .my-sm-auto { margin-top: auto !important; } .mr-sm-auto, -.mx-sm-auto { + .mx-sm-auto { margin-right: auto !important; } .mb-sm-auto, -.my-sm-auto { + .my-sm-auto { margin-bottom: auto !important; } .ml-sm-auto, -.mx-sm-auto { + .mx-sm-auto { margin-left: auto !important; } } @@ -59819,342 +59819,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-md-0, -.my-md-0 { + .my-md-0 { margin-top: 0 !important; } .mr-md-0, -.mx-md-0 { + .mx-md-0 { margin-right: 0 !important; } .mb-md-0, -.my-md-0 { + .my-md-0 { margin-bottom: 0 !important; } .ml-md-0, -.mx-md-0 { + .mx-md-0 { margin-left: 0 !important; } .m-md-1 { margin: 0.25rem !important; } .mt-md-1, -.my-md-1 { + .my-md-1 { margin-top: 0.25rem !important; } .mr-md-1, -.mx-md-1 { + .mx-md-1 { margin-right: 0.25rem !important; } .mb-md-1, -.my-md-1 { + .my-md-1 { margin-bottom: 0.25rem !important; } .ml-md-1, -.mx-md-1 { + .mx-md-1 { margin-left: 0.25rem !important; } .m-md-2 { margin: 0.5rem !important; } .mt-md-2, -.my-md-2 { + .my-md-2 { margin-top: 0.5rem !important; } .mr-md-2, -.mx-md-2 { + .mx-md-2 { margin-right: 0.5rem !important; } .mb-md-2, -.my-md-2 { + .my-md-2 { margin-bottom: 0.5rem !important; } .ml-md-2, -.mx-md-2 { + .mx-md-2 { margin-left: 0.5rem !important; } .m-md-3 { margin: 1rem !important; } .mt-md-3, -.my-md-3 { + .my-md-3 { margin-top: 1rem !important; } .mr-md-3, -.mx-md-3 { + .mx-md-3 { margin-right: 1rem !important; } .mb-md-3, -.my-md-3 { + .my-md-3 { margin-bottom: 1rem !important; } .ml-md-3, -.mx-md-3 { + .mx-md-3 { margin-left: 1rem !important; } .m-md-4 { margin: 1.5rem !important; } .mt-md-4, -.my-md-4 { + .my-md-4 { margin-top: 1.5rem !important; } .mr-md-4, -.mx-md-4 { + .mx-md-4 { margin-right: 1.5rem !important; } .mb-md-4, -.my-md-4 { + .my-md-4 { margin-bottom: 1.5rem !important; } .ml-md-4, -.mx-md-4 { + .mx-md-4 { margin-left: 1.5rem !important; } .m-md-5 { margin: 3rem !important; } .mt-md-5, -.my-md-5 { + .my-md-5 { margin-top: 3rem !important; } .mr-md-5, -.mx-md-5 { + .mx-md-5 { margin-right: 3rem !important; } .mb-md-5, -.my-md-5 { + .my-md-5 { margin-bottom: 3rem !important; } .ml-md-5, -.mx-md-5 { + .mx-md-5 { margin-left: 3rem !important; } .p-md-0 { padding: 0 !important; } .pt-md-0, -.py-md-0 { + .py-md-0 { padding-top: 0 !important; } .pr-md-0, -.px-md-0 { + .px-md-0 { padding-right: 0 !important; } .pb-md-0, -.py-md-0 { + .py-md-0 { padding-bottom: 0 !important; } .pl-md-0, -.px-md-0 { + .px-md-0 { padding-left: 0 !important; } .p-md-1 { padding: 0.25rem !important; } .pt-md-1, -.py-md-1 { + .py-md-1 { padding-top: 0.25rem !important; } .pr-md-1, -.px-md-1 { + .px-md-1 { padding-right: 0.25rem !important; } .pb-md-1, -.py-md-1 { + .py-md-1 { padding-bottom: 0.25rem !important; } .pl-md-1, -.px-md-1 { + .px-md-1 { padding-left: 0.25rem !important; } .p-md-2 { padding: 0.5rem !important; } .pt-md-2, -.py-md-2 { + .py-md-2 { padding-top: 0.5rem !important; } .pr-md-2, -.px-md-2 { + .px-md-2 { padding-right: 0.5rem !important; } .pb-md-2, -.py-md-2 { + .py-md-2 { padding-bottom: 0.5rem !important; } .pl-md-2, -.px-md-2 { + .px-md-2 { padding-left: 0.5rem !important; } .p-md-3 { padding: 1rem !important; } .pt-md-3, -.py-md-3 { + .py-md-3 { padding-top: 1rem !important; } .pr-md-3, -.px-md-3 { + .px-md-3 { padding-right: 1rem !important; } .pb-md-3, -.py-md-3 { + .py-md-3 { padding-bottom: 1rem !important; } .pl-md-3, -.px-md-3 { + .px-md-3 { padding-left: 1rem !important; } .p-md-4 { padding: 1.5rem !important; } .pt-md-4, -.py-md-4 { + .py-md-4 { padding-top: 1.5rem !important; } .pr-md-4, -.px-md-4 { + .px-md-4 { padding-right: 1.5rem !important; } .pb-md-4, -.py-md-4 { + .py-md-4 { padding-bottom: 1.5rem !important; } .pl-md-4, -.px-md-4 { + .px-md-4 { padding-left: 1.5rem !important; } .p-md-5 { padding: 3rem !important; } .pt-md-5, -.py-md-5 { + .py-md-5 { padding-top: 3rem !important; } .pr-md-5, -.px-md-5 { + .px-md-5 { padding-right: 3rem !important; } .pb-md-5, -.py-md-5 { + .py-md-5 { padding-bottom: 3rem !important; } .pl-md-5, -.px-md-5 { + .px-md-5 { padding-left: 3rem !important; } .m-md-n1 { margin: -0.25rem !important; } .mt-md-n1, -.my-md-n1 { + .my-md-n1 { margin-top: -0.25rem !important; } .mr-md-n1, -.mx-md-n1 { + .mx-md-n1 { margin-right: -0.25rem !important; } .mb-md-n1, -.my-md-n1 { + .my-md-n1 { margin-bottom: -0.25rem !important; } .ml-md-n1, -.mx-md-n1 { + .mx-md-n1 { margin-left: -0.25rem !important; } .m-md-n2 { margin: -0.5rem !important; } .mt-md-n2, -.my-md-n2 { + .my-md-n2 { margin-top: -0.5rem !important; } .mr-md-n2, -.mx-md-n2 { + .mx-md-n2 { margin-right: -0.5rem !important; } .mb-md-n2, -.my-md-n2 { + .my-md-n2 { margin-bottom: -0.5rem !important; } .ml-md-n2, -.mx-md-n2 { + .mx-md-n2 { margin-left: -0.5rem !important; } .m-md-n3 { margin: -1rem !important; } .mt-md-n3, -.my-md-n3 { + .my-md-n3 { margin-top: -1rem !important; } .mr-md-n3, -.mx-md-n3 { + .mx-md-n3 { margin-right: -1rem !important; } .mb-md-n3, -.my-md-n3 { + .my-md-n3 { margin-bottom: -1rem !important; } .ml-md-n3, -.mx-md-n3 { + .mx-md-n3 { margin-left: -1rem !important; } .m-md-n4 { margin: -1.5rem !important; } .mt-md-n4, -.my-md-n4 { + .my-md-n4 { margin-top: -1.5rem !important; } .mr-md-n4, -.mx-md-n4 { + .mx-md-n4 { margin-right: -1.5rem !important; } .mb-md-n4, -.my-md-n4 { + .my-md-n4 { margin-bottom: -1.5rem !important; } .ml-md-n4, -.mx-md-n4 { + .mx-md-n4 { margin-left: -1.5rem !important; } .m-md-n5 { margin: -3rem !important; } .mt-md-n5, -.my-md-n5 { + .my-md-n5 { margin-top: -3rem !important; } .mr-md-n5, -.mx-md-n5 { + .mx-md-n5 { margin-right: -3rem !important; } .mb-md-n5, -.my-md-n5 { + .my-md-n5 { margin-bottom: -3rem !important; } .ml-md-n5, -.mx-md-n5 { + .mx-md-n5 { margin-left: -3rem !important; } .m-md-auto { margin: auto !important; } .mt-md-auto, -.my-md-auto { + .my-md-auto { margin-top: auto !important; } .mr-md-auto, -.mx-md-auto { + .mx-md-auto { margin-right: auto !important; } .mb-md-auto, -.my-md-auto { + .my-md-auto { margin-bottom: auto !important; } .ml-md-auto, -.mx-md-auto { + .mx-md-auto { margin-left: auto !important; } } @@ -60163,342 +60163,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-lg-0, -.my-lg-0 { + .my-lg-0 { margin-top: 0 !important; } .mr-lg-0, -.mx-lg-0 { + .mx-lg-0 { margin-right: 0 !important; } .mb-lg-0, -.my-lg-0 { + .my-lg-0 { margin-bottom: 0 !important; } .ml-lg-0, -.mx-lg-0 { + .mx-lg-0 { margin-left: 0 !important; } .m-lg-1 { margin: 0.25rem !important; } .mt-lg-1, -.my-lg-1 { + .my-lg-1 { margin-top: 0.25rem !important; } .mr-lg-1, -.mx-lg-1 { + .mx-lg-1 { margin-right: 0.25rem !important; } .mb-lg-1, -.my-lg-1 { + .my-lg-1 { margin-bottom: 0.25rem !important; } .ml-lg-1, -.mx-lg-1 { + .mx-lg-1 { margin-left: 0.25rem !important; } .m-lg-2 { margin: 0.5rem !important; } .mt-lg-2, -.my-lg-2 { + .my-lg-2 { margin-top: 0.5rem !important; } .mr-lg-2, -.mx-lg-2 { + .mx-lg-2 { margin-right: 0.5rem !important; } .mb-lg-2, -.my-lg-2 { + .my-lg-2 { margin-bottom: 0.5rem !important; } .ml-lg-2, -.mx-lg-2 { + .mx-lg-2 { margin-left: 0.5rem !important; } .m-lg-3 { margin: 1rem !important; } .mt-lg-3, -.my-lg-3 { + .my-lg-3 { margin-top: 1rem !important; } .mr-lg-3, -.mx-lg-3 { + .mx-lg-3 { margin-right: 1rem !important; } .mb-lg-3, -.my-lg-3 { + .my-lg-3 { margin-bottom: 1rem !important; } .ml-lg-3, -.mx-lg-3 { + .mx-lg-3 { margin-left: 1rem !important; } .m-lg-4 { margin: 1.5rem !important; } .mt-lg-4, -.my-lg-4 { + .my-lg-4 { margin-top: 1.5rem !important; } .mr-lg-4, -.mx-lg-4 { + .mx-lg-4 { margin-right: 1.5rem !important; } .mb-lg-4, -.my-lg-4 { + .my-lg-4 { margin-bottom: 1.5rem !important; } .ml-lg-4, -.mx-lg-4 { + .mx-lg-4 { margin-left: 1.5rem !important; } .m-lg-5 { margin: 3rem !important; } .mt-lg-5, -.my-lg-5 { + .my-lg-5 { margin-top: 3rem !important; } .mr-lg-5, -.mx-lg-5 { + .mx-lg-5 { margin-right: 3rem !important; } .mb-lg-5, -.my-lg-5 { + .my-lg-5 { margin-bottom: 3rem !important; } .ml-lg-5, -.mx-lg-5 { + .mx-lg-5 { margin-left: 3rem !important; } .p-lg-0 { padding: 0 !important; } .pt-lg-0, -.py-lg-0 { + .py-lg-0 { padding-top: 0 !important; } .pr-lg-0, -.px-lg-0 { + .px-lg-0 { padding-right: 0 !important; } .pb-lg-0, -.py-lg-0 { + .py-lg-0 { padding-bottom: 0 !important; } .pl-lg-0, -.px-lg-0 { + .px-lg-0 { padding-left: 0 !important; } .p-lg-1 { padding: 0.25rem !important; } .pt-lg-1, -.py-lg-1 { + .py-lg-1 { padding-top: 0.25rem !important; } .pr-lg-1, -.px-lg-1 { + .px-lg-1 { padding-right: 0.25rem !important; } .pb-lg-1, -.py-lg-1 { + .py-lg-1 { padding-bottom: 0.25rem !important; } .pl-lg-1, -.px-lg-1 { + .px-lg-1 { padding-left: 0.25rem !important; } .p-lg-2 { padding: 0.5rem !important; } .pt-lg-2, -.py-lg-2 { + .py-lg-2 { padding-top: 0.5rem !important; } .pr-lg-2, -.px-lg-2 { + .px-lg-2 { padding-right: 0.5rem !important; } .pb-lg-2, -.py-lg-2 { + .py-lg-2 { padding-bottom: 0.5rem !important; } .pl-lg-2, -.px-lg-2 { + .px-lg-2 { padding-left: 0.5rem !important; } .p-lg-3 { padding: 1rem !important; } .pt-lg-3, -.py-lg-3 { + .py-lg-3 { padding-top: 1rem !important; } .pr-lg-3, -.px-lg-3 { + .px-lg-3 { padding-right: 1rem !important; } .pb-lg-3, -.py-lg-3 { + .py-lg-3 { padding-bottom: 1rem !important; } .pl-lg-3, -.px-lg-3 { + .px-lg-3 { padding-left: 1rem !important; } .p-lg-4 { padding: 1.5rem !important; } .pt-lg-4, -.py-lg-4 { + .py-lg-4 { padding-top: 1.5rem !important; } .pr-lg-4, -.px-lg-4 { + .px-lg-4 { padding-right: 1.5rem !important; } .pb-lg-4, -.py-lg-4 { + .py-lg-4 { padding-bottom: 1.5rem !important; } .pl-lg-4, -.px-lg-4 { + .px-lg-4 { padding-left: 1.5rem !important; } .p-lg-5 { padding: 3rem !important; } .pt-lg-5, -.py-lg-5 { + .py-lg-5 { padding-top: 3rem !important; } .pr-lg-5, -.px-lg-5 { + .px-lg-5 { padding-right: 3rem !important; } .pb-lg-5, -.py-lg-5 { + .py-lg-5 { padding-bottom: 3rem !important; } .pl-lg-5, -.px-lg-5 { + .px-lg-5 { padding-left: 3rem !important; } .m-lg-n1 { margin: -0.25rem !important; } .mt-lg-n1, -.my-lg-n1 { + .my-lg-n1 { margin-top: -0.25rem !important; } .mr-lg-n1, -.mx-lg-n1 { + .mx-lg-n1 { margin-right: -0.25rem !important; } .mb-lg-n1, -.my-lg-n1 { + .my-lg-n1 { margin-bottom: -0.25rem !important; } .ml-lg-n1, -.mx-lg-n1 { + .mx-lg-n1 { margin-left: -0.25rem !important; } .m-lg-n2 { margin: -0.5rem !important; } .mt-lg-n2, -.my-lg-n2 { + .my-lg-n2 { margin-top: -0.5rem !important; } .mr-lg-n2, -.mx-lg-n2 { + .mx-lg-n2 { margin-right: -0.5rem !important; } .mb-lg-n2, -.my-lg-n2 { + .my-lg-n2 { margin-bottom: -0.5rem !important; } .ml-lg-n2, -.mx-lg-n2 { + .mx-lg-n2 { margin-left: -0.5rem !important; } .m-lg-n3 { margin: -1rem !important; } .mt-lg-n3, -.my-lg-n3 { + .my-lg-n3 { margin-top: -1rem !important; } .mr-lg-n3, -.mx-lg-n3 { + .mx-lg-n3 { margin-right: -1rem !important; } .mb-lg-n3, -.my-lg-n3 { + .my-lg-n3 { margin-bottom: -1rem !important; } .ml-lg-n3, -.mx-lg-n3 { + .mx-lg-n3 { margin-left: -1rem !important; } .m-lg-n4 { margin: -1.5rem !important; } .mt-lg-n4, -.my-lg-n4 { + .my-lg-n4 { margin-top: -1.5rem !important; } .mr-lg-n4, -.mx-lg-n4 { + .mx-lg-n4 { margin-right: -1.5rem !important; } .mb-lg-n4, -.my-lg-n4 { + .my-lg-n4 { margin-bottom: -1.5rem !important; } .ml-lg-n4, -.mx-lg-n4 { + .mx-lg-n4 { margin-left: -1.5rem !important; } .m-lg-n5 { margin: -3rem !important; } .mt-lg-n5, -.my-lg-n5 { + .my-lg-n5 { margin-top: -3rem !important; } .mr-lg-n5, -.mx-lg-n5 { + .mx-lg-n5 { margin-right: -3rem !important; } .mb-lg-n5, -.my-lg-n5 { + .my-lg-n5 { margin-bottom: -3rem !important; } .ml-lg-n5, -.mx-lg-n5 { + .mx-lg-n5 { margin-left: -3rem !important; } .m-lg-auto { margin: auto !important; } .mt-lg-auto, -.my-lg-auto { + .my-lg-auto { margin-top: auto !important; } .mr-lg-auto, -.mx-lg-auto { + .mx-lg-auto { margin-right: auto !important; } .mb-lg-auto, -.my-lg-auto { + .my-lg-auto { margin-bottom: auto !important; } .ml-lg-auto, -.mx-lg-auto { + .mx-lg-auto { margin-left: auto !important; } } @@ -60507,342 +60507,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-xl-0, -.my-xl-0 { + .my-xl-0 { margin-top: 0 !important; } .mr-xl-0, -.mx-xl-0 { + .mx-xl-0 { margin-right: 0 !important; } .mb-xl-0, -.my-xl-0 { + .my-xl-0 { margin-bottom: 0 !important; } .ml-xl-0, -.mx-xl-0 { + .mx-xl-0 { margin-left: 0 !important; } .m-xl-1 { margin: 0.25rem !important; } .mt-xl-1, -.my-xl-1 { + .my-xl-1 { margin-top: 0.25rem !important; } .mr-xl-1, -.mx-xl-1 { + .mx-xl-1 { margin-right: 0.25rem !important; } .mb-xl-1, -.my-xl-1 { + .my-xl-1 { margin-bottom: 0.25rem !important; } .ml-xl-1, -.mx-xl-1 { + .mx-xl-1 { margin-left: 0.25rem !important; } .m-xl-2 { margin: 0.5rem !important; } .mt-xl-2, -.my-xl-2 { + .my-xl-2 { margin-top: 0.5rem !important; } .mr-xl-2, -.mx-xl-2 { + .mx-xl-2 { margin-right: 0.5rem !important; } .mb-xl-2, -.my-xl-2 { + .my-xl-2 { margin-bottom: 0.5rem !important; } .ml-xl-2, -.mx-xl-2 { + .mx-xl-2 { margin-left: 0.5rem !important; } .m-xl-3 { margin: 1rem !important; } .mt-xl-3, -.my-xl-3 { + .my-xl-3 { margin-top: 1rem !important; } .mr-xl-3, -.mx-xl-3 { + .mx-xl-3 { margin-right: 1rem !important; } .mb-xl-3, -.my-xl-3 { + .my-xl-3 { margin-bottom: 1rem !important; } .ml-xl-3, -.mx-xl-3 { + .mx-xl-3 { margin-left: 1rem !important; } .m-xl-4 { margin: 1.5rem !important; } .mt-xl-4, -.my-xl-4 { + .my-xl-4 { margin-top: 1.5rem !important; } .mr-xl-4, -.mx-xl-4 { + .mx-xl-4 { margin-right: 1.5rem !important; } .mb-xl-4, -.my-xl-4 { + .my-xl-4 { margin-bottom: 1.5rem !important; } .ml-xl-4, -.mx-xl-4 { + .mx-xl-4 { margin-left: 1.5rem !important; } .m-xl-5 { margin: 3rem !important; } .mt-xl-5, -.my-xl-5 { + .my-xl-5 { margin-top: 3rem !important; } .mr-xl-5, -.mx-xl-5 { + .mx-xl-5 { margin-right: 3rem !important; } .mb-xl-5, -.my-xl-5 { + .my-xl-5 { margin-bottom: 3rem !important; } .ml-xl-5, -.mx-xl-5 { + .mx-xl-5 { margin-left: 3rem !important; } .p-xl-0 { padding: 0 !important; } .pt-xl-0, -.py-xl-0 { + .py-xl-0 { padding-top: 0 !important; } .pr-xl-0, -.px-xl-0 { + .px-xl-0 { padding-right: 0 !important; } .pb-xl-0, -.py-xl-0 { + .py-xl-0 { padding-bottom: 0 !important; } .pl-xl-0, -.px-xl-0 { + .px-xl-0 { padding-left: 0 !important; } .p-xl-1 { padding: 0.25rem !important; } .pt-xl-1, -.py-xl-1 { + .py-xl-1 { padding-top: 0.25rem !important; } .pr-xl-1, -.px-xl-1 { + .px-xl-1 { padding-right: 0.25rem !important; } .pb-xl-1, -.py-xl-1 { + .py-xl-1 { padding-bottom: 0.25rem !important; } .pl-xl-1, -.px-xl-1 { + .px-xl-1 { padding-left: 0.25rem !important; } .p-xl-2 { padding: 0.5rem !important; } .pt-xl-2, -.py-xl-2 { + .py-xl-2 { padding-top: 0.5rem !important; } .pr-xl-2, -.px-xl-2 { + .px-xl-2 { padding-right: 0.5rem !important; } .pb-xl-2, -.py-xl-2 { + .py-xl-2 { padding-bottom: 0.5rem !important; } .pl-xl-2, -.px-xl-2 { + .px-xl-2 { padding-left: 0.5rem !important; } .p-xl-3 { padding: 1rem !important; } .pt-xl-3, -.py-xl-3 { + .py-xl-3 { padding-top: 1rem !important; } .pr-xl-3, -.px-xl-3 { + .px-xl-3 { padding-right: 1rem !important; } .pb-xl-3, -.py-xl-3 { + .py-xl-3 { padding-bottom: 1rem !important; } .pl-xl-3, -.px-xl-3 { + .px-xl-3 { padding-left: 1rem !important; } .p-xl-4 { padding: 1.5rem !important; } .pt-xl-4, -.py-xl-4 { + .py-xl-4 { padding-top: 1.5rem !important; } .pr-xl-4, -.px-xl-4 { + .px-xl-4 { padding-right: 1.5rem !important; } .pb-xl-4, -.py-xl-4 { + .py-xl-4 { padding-bottom: 1.5rem !important; } .pl-xl-4, -.px-xl-4 { + .px-xl-4 { padding-left: 1.5rem !important; } .p-xl-5 { padding: 3rem !important; } .pt-xl-5, -.py-xl-5 { + .py-xl-5 { padding-top: 3rem !important; } .pr-xl-5, -.px-xl-5 { + .px-xl-5 { padding-right: 3rem !important; } .pb-xl-5, -.py-xl-5 { + .py-xl-5 { padding-bottom: 3rem !important; } .pl-xl-5, -.px-xl-5 { + .px-xl-5 { padding-left: 3rem !important; } .m-xl-n1 { margin: -0.25rem !important; } .mt-xl-n1, -.my-xl-n1 { + .my-xl-n1 { margin-top: -0.25rem !important; } .mr-xl-n1, -.mx-xl-n1 { + .mx-xl-n1 { margin-right: -0.25rem !important; } .mb-xl-n1, -.my-xl-n1 { + .my-xl-n1 { margin-bottom: -0.25rem !important; } .ml-xl-n1, -.mx-xl-n1 { + .mx-xl-n1 { margin-left: -0.25rem !important; } .m-xl-n2 { margin: -0.5rem !important; } .mt-xl-n2, -.my-xl-n2 { + .my-xl-n2 { margin-top: -0.5rem !important; } .mr-xl-n2, -.mx-xl-n2 { + .mx-xl-n2 { margin-right: -0.5rem !important; } .mb-xl-n2, -.my-xl-n2 { + .my-xl-n2 { margin-bottom: -0.5rem !important; } .ml-xl-n2, -.mx-xl-n2 { + .mx-xl-n2 { margin-left: -0.5rem !important; } .m-xl-n3 { margin: -1rem !important; } .mt-xl-n3, -.my-xl-n3 { + .my-xl-n3 { margin-top: -1rem !important; } .mr-xl-n3, -.mx-xl-n3 { + .mx-xl-n3 { margin-right: -1rem !important; } .mb-xl-n3, -.my-xl-n3 { + .my-xl-n3 { margin-bottom: -1rem !important; } .ml-xl-n3, -.mx-xl-n3 { + .mx-xl-n3 { margin-left: -1rem !important; } .m-xl-n4 { margin: -1.5rem !important; } .mt-xl-n4, -.my-xl-n4 { + .my-xl-n4 { margin-top: -1.5rem !important; } .mr-xl-n4, -.mx-xl-n4 { + .mx-xl-n4 { margin-right: -1.5rem !important; } .mb-xl-n4, -.my-xl-n4 { + .my-xl-n4 { margin-bottom: -1.5rem !important; } .ml-xl-n4, -.mx-xl-n4 { + .mx-xl-n4 { margin-left: -1.5rem !important; } .m-xl-n5 { margin: -3rem !important; } .mt-xl-n5, -.my-xl-n5 { + .my-xl-n5 { margin-top: -3rem !important; } .mr-xl-n5, -.mx-xl-n5 { + .mx-xl-n5 { margin-right: -3rem !important; } .mb-xl-n5, -.my-xl-n5 { + .my-xl-n5 { margin-bottom: -3rem !important; } .ml-xl-n5, -.mx-xl-n5 { + .mx-xl-n5 { margin-left: -3rem !important; } .m-xl-auto { margin: auto !important; } .mt-xl-auto, -.my-xl-auto { + .my-xl-auto { margin-top: auto !important; } .mr-xl-auto, -.mx-xl-auto { + .mx-xl-auto { margin-right: auto !important; } .mb-xl-auto, -.my-xl-auto { + .my-xl-auto { margin-bottom: auto !important; } .ml-xl-auto, -.mx-xl-auto { + .mx-xl-auto { margin-left: auto !important; } } @@ -61087,8 +61087,8 @@ a.text-dark:hover, a.text-dark:focus { @media print { *, -*::before, -*::after { + *::before, + *::after { text-shadow: none !important; box-shadow: none !important; } @@ -61102,22 +61102,22 @@ a.text-dark:hover, a.text-dark:focus { white-space: pre-wrap !important; } pre, -blockquote { + blockquote { border: 1px solid #adb5bd; page-break-inside: avoid; } tr, -img { + img { page-break-inside: avoid; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } @page { @@ -61139,20 +61139,20 @@ h3 { border-collapse: collapse !important; } .table td, -.table th { + .table th { background-color: #fff !important; } .table-bordered th, -.table-bordered td { + .table-bordered td { border: 1px solid #dee2e6 !important; } .table-dark { color: inherit; } .table-dark th, -.table-dark td, -.table-dark thead th, -.table-dark tbody + tbody { + .table-dark td, + .table-dark thead th, + .table-dark tbody + tbody { border-color: #dee2e6; } .table .thead-dark th { @@ -63350,7 +63350,7 @@ textarea.form-control { display: inline-block; } .form-inline .input-group, -.form-inline .custom-select { + .form-inline .custom-select { width: auto; } .form-inline .form-check { @@ -64836,8 +64836,8 @@ input[type=button].btn-block { } @media (prefers-reduced-motion: reduce) { .custom-control-label::before, -.custom-file-label, -.custom-select { + .custom-file-label, + .custom-select { transition: none; } } @@ -65009,11 +65009,11 @@ input[type=button].btn-block { @media (max-width: 575.98px) { .navbar-expand-sm > .container, -.navbar-expand-sm > .container-fluid, -.navbar-expand-sm > .container-sm, -.navbar-expand-sm > .container-md, -.navbar-expand-sm > .container-lg, -.navbar-expand-sm > .container-xl { + .navbar-expand-sm > .container-fluid, + .navbar-expand-sm > .container-sm, + .navbar-expand-sm > .container-md, + .navbar-expand-sm > .container-lg, + .navbar-expand-sm > .container-xl { padding-right: 0; padding-left: 0; } @@ -65034,11 +65034,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-sm > .container, -.navbar-expand-sm > .container-fluid, -.navbar-expand-sm > .container-sm, -.navbar-expand-sm > .container-md, -.navbar-expand-sm > .container-lg, -.navbar-expand-sm > .container-xl { + .navbar-expand-sm > .container-fluid, + .navbar-expand-sm > .container-sm, + .navbar-expand-sm > .container-md, + .navbar-expand-sm > .container-lg, + .navbar-expand-sm > .container-xl { flex-wrap: nowrap; } .navbar-expand-sm .navbar-nav-scroll { @@ -65054,11 +65054,11 @@ input[type=button].btn-block { } @media (max-width: 767.98px) { .navbar-expand-md > .container, -.navbar-expand-md > .container-fluid, -.navbar-expand-md > .container-sm, -.navbar-expand-md > .container-md, -.navbar-expand-md > .container-lg, -.navbar-expand-md > .container-xl { + .navbar-expand-md > .container-fluid, + .navbar-expand-md > .container-sm, + .navbar-expand-md > .container-md, + .navbar-expand-md > .container-lg, + .navbar-expand-md > .container-xl { padding-right: 0; padding-left: 0; } @@ -65079,11 +65079,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-md > .container, -.navbar-expand-md > .container-fluid, -.navbar-expand-md > .container-sm, -.navbar-expand-md > .container-md, -.navbar-expand-md > .container-lg, -.navbar-expand-md > .container-xl { + .navbar-expand-md > .container-fluid, + .navbar-expand-md > .container-sm, + .navbar-expand-md > .container-md, + .navbar-expand-md > .container-lg, + .navbar-expand-md > .container-xl { flex-wrap: nowrap; } .navbar-expand-md .navbar-nav-scroll { @@ -65099,11 +65099,11 @@ input[type=button].btn-block { } @media (max-width: 991.98px) { .navbar-expand-lg > .container, -.navbar-expand-lg > .container-fluid, -.navbar-expand-lg > .container-sm, -.navbar-expand-lg > .container-md, -.navbar-expand-lg > .container-lg, -.navbar-expand-lg > .container-xl { + .navbar-expand-lg > .container-fluid, + .navbar-expand-lg > .container-sm, + .navbar-expand-lg > .container-md, + .navbar-expand-lg > .container-lg, + .navbar-expand-lg > .container-xl { padding-right: 0; padding-left: 0; } @@ -65124,11 +65124,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-lg > .container, -.navbar-expand-lg > .container-fluid, -.navbar-expand-lg > .container-sm, -.navbar-expand-lg > .container-md, -.navbar-expand-lg > .container-lg, -.navbar-expand-lg > .container-xl { + .navbar-expand-lg > .container-fluid, + .navbar-expand-lg > .container-sm, + .navbar-expand-lg > .container-md, + .navbar-expand-lg > .container-lg, + .navbar-expand-lg > .container-xl { flex-wrap: nowrap; } .navbar-expand-lg .navbar-nav-scroll { @@ -65144,11 +65144,11 @@ input[type=button].btn-block { } @media (max-width: 1199.98px) { .navbar-expand-xl > .container, -.navbar-expand-xl > .container-fluid, -.navbar-expand-xl > .container-sm, -.navbar-expand-xl > .container-md, -.navbar-expand-xl > .container-lg, -.navbar-expand-xl > .container-xl { + .navbar-expand-xl > .container-fluid, + .navbar-expand-xl > .container-sm, + .navbar-expand-xl > .container-md, + .navbar-expand-xl > .container-lg, + .navbar-expand-xl > .container-xl { padding-right: 0; padding-left: 0; } @@ -65169,11 +65169,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-xl > .container, -.navbar-expand-xl > .container-fluid, -.navbar-expand-xl > .container-sm, -.navbar-expand-xl > .container-md, -.navbar-expand-xl > .container-lg, -.navbar-expand-xl > .container-xl { + .navbar-expand-xl > .container-fluid, + .navbar-expand-xl > .container-sm, + .navbar-expand-xl > .container-md, + .navbar-expand-xl > .container-lg, + .navbar-expand-xl > .container-xl { flex-wrap: nowrap; } .navbar-expand-xl .navbar-nav-scroll { @@ -65464,11 +65464,11 @@ input[type=button].btn-block { border-bottom-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-top, -.card-group > .card:not(:last-child) .card-header { + .card-group > .card:not(:last-child) .card-header { border-top-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-bottom, -.card-group > .card:not(:last-child) .card-footer { + .card-group > .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; } .card-group > .card:not(:first-child) { @@ -65476,11 +65476,11 @@ input[type=button].btn-block { border-bottom-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-top, -.card-group > .card:not(:first-child) .card-header { + .card-group > .card:not(:first-child) .card-header { border-top-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-bottom, -.card-group > .card:not(:first-child) .card-footer { + .card-group > .card:not(:first-child) .card-footer { border-bottom-left-radius: 0; } } @@ -66519,7 +66519,7 @@ a.close.disabled { } @media (min-width: 992px) { .modal-lg, -.modal-xl { + .modal-xl { max-width: 800px; } } @@ -66842,7 +66842,7 @@ a.close.disabled { } @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-left, -.carousel-fade .active.carousel-item-right { + .carousel-fade .active.carousel-item-right { transition: none; } } @@ -66867,7 +66867,7 @@ a.close.disabled { } @media (prefers-reduced-motion: reduce) { .carousel-control-prev, -.carousel-control-next { + .carousel-control-next { transition: none; } } @@ -67003,7 +67003,7 @@ a.close.disabled { @media (prefers-reduced-motion: reduce) { .spinner-border, -.spinner-grow { + .spinner-grow { animation-duration: 1.5s; } } @@ -68677,342 +68677,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-sm-0, -.my-sm-0 { + .my-sm-0 { margin-top: 0 !important; } .mr-sm-0, -.mx-sm-0 { + .mx-sm-0 { margin-right: 0 !important; } .mb-sm-0, -.my-sm-0 { + .my-sm-0 { margin-bottom: 0 !important; } .ml-sm-0, -.mx-sm-0 { + .mx-sm-0 { margin-left: 0 !important; } .m-sm-1 { margin: 0.25rem !important; } .mt-sm-1, -.my-sm-1 { + .my-sm-1 { margin-top: 0.25rem !important; } .mr-sm-1, -.mx-sm-1 { + .mx-sm-1 { margin-right: 0.25rem !important; } .mb-sm-1, -.my-sm-1 { + .my-sm-1 { margin-bottom: 0.25rem !important; } .ml-sm-1, -.mx-sm-1 { + .mx-sm-1 { margin-left: 0.25rem !important; } .m-sm-2 { margin: 0.5rem !important; } .mt-sm-2, -.my-sm-2 { + .my-sm-2 { margin-top: 0.5rem !important; } .mr-sm-2, -.mx-sm-2 { + .mx-sm-2 { margin-right: 0.5rem !important; } .mb-sm-2, -.my-sm-2 { + .my-sm-2 { margin-bottom: 0.5rem !important; } .ml-sm-2, -.mx-sm-2 { + .mx-sm-2 { margin-left: 0.5rem !important; } .m-sm-3 { margin: 1rem !important; } .mt-sm-3, -.my-sm-3 { + .my-sm-3 { margin-top: 1rem !important; } .mr-sm-3, -.mx-sm-3 { + .mx-sm-3 { margin-right: 1rem !important; } .mb-sm-3, -.my-sm-3 { + .my-sm-3 { margin-bottom: 1rem !important; } .ml-sm-3, -.mx-sm-3 { + .mx-sm-3 { margin-left: 1rem !important; } .m-sm-4 { margin: 1.5rem !important; } .mt-sm-4, -.my-sm-4 { + .my-sm-4 { margin-top: 1.5rem !important; } .mr-sm-4, -.mx-sm-4 { + .mx-sm-4 { margin-right: 1.5rem !important; } .mb-sm-4, -.my-sm-4 { + .my-sm-4 { margin-bottom: 1.5rem !important; } .ml-sm-4, -.mx-sm-4 { + .mx-sm-4 { margin-left: 1.5rem !important; } .m-sm-5 { margin: 3rem !important; } .mt-sm-5, -.my-sm-5 { + .my-sm-5 { margin-top: 3rem !important; } .mr-sm-5, -.mx-sm-5 { + .mx-sm-5 { margin-right: 3rem !important; } .mb-sm-5, -.my-sm-5 { + .my-sm-5 { margin-bottom: 3rem !important; } .ml-sm-5, -.mx-sm-5 { + .mx-sm-5 { margin-left: 3rem !important; } .p-sm-0 { padding: 0 !important; } .pt-sm-0, -.py-sm-0 { + .py-sm-0 { padding-top: 0 !important; } .pr-sm-0, -.px-sm-0 { + .px-sm-0 { padding-right: 0 !important; } .pb-sm-0, -.py-sm-0 { + .py-sm-0 { padding-bottom: 0 !important; } .pl-sm-0, -.px-sm-0 { + .px-sm-0 { padding-left: 0 !important; } .p-sm-1 { padding: 0.25rem !important; } .pt-sm-1, -.py-sm-1 { + .py-sm-1 { padding-top: 0.25rem !important; } .pr-sm-1, -.px-sm-1 { + .px-sm-1 { padding-right: 0.25rem !important; } .pb-sm-1, -.py-sm-1 { + .py-sm-1 { padding-bottom: 0.25rem !important; } .pl-sm-1, -.px-sm-1 { + .px-sm-1 { padding-left: 0.25rem !important; } .p-sm-2 { padding: 0.5rem !important; } .pt-sm-2, -.py-sm-2 { + .py-sm-2 { padding-top: 0.5rem !important; } .pr-sm-2, -.px-sm-2 { + .px-sm-2 { padding-right: 0.5rem !important; } .pb-sm-2, -.py-sm-2 { + .py-sm-2 { padding-bottom: 0.5rem !important; } .pl-sm-2, -.px-sm-2 { + .px-sm-2 { padding-left: 0.5rem !important; } .p-sm-3 { padding: 1rem !important; } .pt-sm-3, -.py-sm-3 { + .py-sm-3 { padding-top: 1rem !important; } .pr-sm-3, -.px-sm-3 { + .px-sm-3 { padding-right: 1rem !important; } .pb-sm-3, -.py-sm-3 { + .py-sm-3 { padding-bottom: 1rem !important; } .pl-sm-3, -.px-sm-3 { + .px-sm-3 { padding-left: 1rem !important; } .p-sm-4 { padding: 1.5rem !important; } .pt-sm-4, -.py-sm-4 { + .py-sm-4 { padding-top: 1.5rem !important; } .pr-sm-4, -.px-sm-4 { + .px-sm-4 { padding-right: 1.5rem !important; } .pb-sm-4, -.py-sm-4 { + .py-sm-4 { padding-bottom: 1.5rem !important; } .pl-sm-4, -.px-sm-4 { + .px-sm-4 { padding-left: 1.5rem !important; } .p-sm-5 { padding: 3rem !important; } .pt-sm-5, -.py-sm-5 { + .py-sm-5 { padding-top: 3rem !important; } .pr-sm-5, -.px-sm-5 { + .px-sm-5 { padding-right: 3rem !important; } .pb-sm-5, -.py-sm-5 { + .py-sm-5 { padding-bottom: 3rem !important; } .pl-sm-5, -.px-sm-5 { + .px-sm-5 { padding-left: 3rem !important; } .m-sm-n1 { margin: -0.25rem !important; } .mt-sm-n1, -.my-sm-n1 { + .my-sm-n1 { margin-top: -0.25rem !important; } .mr-sm-n1, -.mx-sm-n1 { + .mx-sm-n1 { margin-right: -0.25rem !important; } .mb-sm-n1, -.my-sm-n1 { + .my-sm-n1 { margin-bottom: -0.25rem !important; } .ml-sm-n1, -.mx-sm-n1 { + .mx-sm-n1 { margin-left: -0.25rem !important; } .m-sm-n2 { margin: -0.5rem !important; } .mt-sm-n2, -.my-sm-n2 { + .my-sm-n2 { margin-top: -0.5rem !important; } .mr-sm-n2, -.mx-sm-n2 { + .mx-sm-n2 { margin-right: -0.5rem !important; } .mb-sm-n2, -.my-sm-n2 { + .my-sm-n2 { margin-bottom: -0.5rem !important; } .ml-sm-n2, -.mx-sm-n2 { + .mx-sm-n2 { margin-left: -0.5rem !important; } .m-sm-n3 { margin: -1rem !important; } .mt-sm-n3, -.my-sm-n3 { + .my-sm-n3 { margin-top: -1rem !important; } .mr-sm-n3, -.mx-sm-n3 { + .mx-sm-n3 { margin-right: -1rem !important; } .mb-sm-n3, -.my-sm-n3 { + .my-sm-n3 { margin-bottom: -1rem !important; } .ml-sm-n3, -.mx-sm-n3 { + .mx-sm-n3 { margin-left: -1rem !important; } .m-sm-n4 { margin: -1.5rem !important; } .mt-sm-n4, -.my-sm-n4 { + .my-sm-n4 { margin-top: -1.5rem !important; } .mr-sm-n4, -.mx-sm-n4 { + .mx-sm-n4 { margin-right: -1.5rem !important; } .mb-sm-n4, -.my-sm-n4 { + .my-sm-n4 { margin-bottom: -1.5rem !important; } .ml-sm-n4, -.mx-sm-n4 { + .mx-sm-n4 { margin-left: -1.5rem !important; } .m-sm-n5 { margin: -3rem !important; } .mt-sm-n5, -.my-sm-n5 { + .my-sm-n5 { margin-top: -3rem !important; } .mr-sm-n5, -.mx-sm-n5 { + .mx-sm-n5 { margin-right: -3rem !important; } .mb-sm-n5, -.my-sm-n5 { + .my-sm-n5 { margin-bottom: -3rem !important; } .ml-sm-n5, -.mx-sm-n5 { + .mx-sm-n5 { margin-left: -3rem !important; } .m-sm-auto { margin: auto !important; } .mt-sm-auto, -.my-sm-auto { + .my-sm-auto { margin-top: auto !important; } .mr-sm-auto, -.mx-sm-auto { + .mx-sm-auto { margin-right: auto !important; } .mb-sm-auto, -.my-sm-auto { + .my-sm-auto { margin-bottom: auto !important; } .ml-sm-auto, -.mx-sm-auto { + .mx-sm-auto { margin-left: auto !important; } } @@ -69021,342 +69021,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-md-0, -.my-md-0 { + .my-md-0 { margin-top: 0 !important; } .mr-md-0, -.mx-md-0 { + .mx-md-0 { margin-right: 0 !important; } .mb-md-0, -.my-md-0 { + .my-md-0 { margin-bottom: 0 !important; } .ml-md-0, -.mx-md-0 { + .mx-md-0 { margin-left: 0 !important; } .m-md-1 { margin: 0.25rem !important; } .mt-md-1, -.my-md-1 { + .my-md-1 { margin-top: 0.25rem !important; } .mr-md-1, -.mx-md-1 { + .mx-md-1 { margin-right: 0.25rem !important; } .mb-md-1, -.my-md-1 { + .my-md-1 { margin-bottom: 0.25rem !important; } .ml-md-1, -.mx-md-1 { + .mx-md-1 { margin-left: 0.25rem !important; } .m-md-2 { margin: 0.5rem !important; } .mt-md-2, -.my-md-2 { + .my-md-2 { margin-top: 0.5rem !important; } .mr-md-2, -.mx-md-2 { + .mx-md-2 { margin-right: 0.5rem !important; } .mb-md-2, -.my-md-2 { + .my-md-2 { margin-bottom: 0.5rem !important; } .ml-md-2, -.mx-md-2 { + .mx-md-2 { margin-left: 0.5rem !important; } .m-md-3 { margin: 1rem !important; } .mt-md-3, -.my-md-3 { + .my-md-3 { margin-top: 1rem !important; } .mr-md-3, -.mx-md-3 { + .mx-md-3 { margin-right: 1rem !important; } .mb-md-3, -.my-md-3 { + .my-md-3 { margin-bottom: 1rem !important; } .ml-md-3, -.mx-md-3 { + .mx-md-3 { margin-left: 1rem !important; } .m-md-4 { margin: 1.5rem !important; } .mt-md-4, -.my-md-4 { + .my-md-4 { margin-top: 1.5rem !important; } .mr-md-4, -.mx-md-4 { + .mx-md-4 { margin-right: 1.5rem !important; } .mb-md-4, -.my-md-4 { + .my-md-4 { margin-bottom: 1.5rem !important; } .ml-md-4, -.mx-md-4 { + .mx-md-4 { margin-left: 1.5rem !important; } .m-md-5 { margin: 3rem !important; } .mt-md-5, -.my-md-5 { + .my-md-5 { margin-top: 3rem !important; } .mr-md-5, -.mx-md-5 { + .mx-md-5 { margin-right: 3rem !important; } .mb-md-5, -.my-md-5 { + .my-md-5 { margin-bottom: 3rem !important; } .ml-md-5, -.mx-md-5 { + .mx-md-5 { margin-left: 3rem !important; } .p-md-0 { padding: 0 !important; } .pt-md-0, -.py-md-0 { + .py-md-0 { padding-top: 0 !important; } .pr-md-0, -.px-md-0 { + .px-md-0 { padding-right: 0 !important; } .pb-md-0, -.py-md-0 { + .py-md-0 { padding-bottom: 0 !important; } .pl-md-0, -.px-md-0 { + .px-md-0 { padding-left: 0 !important; } .p-md-1 { padding: 0.25rem !important; } .pt-md-1, -.py-md-1 { + .py-md-1 { padding-top: 0.25rem !important; } .pr-md-1, -.px-md-1 { + .px-md-1 { padding-right: 0.25rem !important; } .pb-md-1, -.py-md-1 { + .py-md-1 { padding-bottom: 0.25rem !important; } .pl-md-1, -.px-md-1 { + .px-md-1 { padding-left: 0.25rem !important; } .p-md-2 { padding: 0.5rem !important; } .pt-md-2, -.py-md-2 { + .py-md-2 { padding-top: 0.5rem !important; } .pr-md-2, -.px-md-2 { + .px-md-2 { padding-right: 0.5rem !important; } .pb-md-2, -.py-md-2 { + .py-md-2 { padding-bottom: 0.5rem !important; } .pl-md-2, -.px-md-2 { + .px-md-2 { padding-left: 0.5rem !important; } .p-md-3 { padding: 1rem !important; } .pt-md-3, -.py-md-3 { + .py-md-3 { padding-top: 1rem !important; } .pr-md-3, -.px-md-3 { + .px-md-3 { padding-right: 1rem !important; } .pb-md-3, -.py-md-3 { + .py-md-3 { padding-bottom: 1rem !important; } .pl-md-3, -.px-md-3 { + .px-md-3 { padding-left: 1rem !important; } .p-md-4 { padding: 1.5rem !important; } .pt-md-4, -.py-md-4 { + .py-md-4 { padding-top: 1.5rem !important; } .pr-md-4, -.px-md-4 { + .px-md-4 { padding-right: 1.5rem !important; } .pb-md-4, -.py-md-4 { + .py-md-4 { padding-bottom: 1.5rem !important; } .pl-md-4, -.px-md-4 { + .px-md-4 { padding-left: 1.5rem !important; } .p-md-5 { padding: 3rem !important; } .pt-md-5, -.py-md-5 { + .py-md-5 { padding-top: 3rem !important; } .pr-md-5, -.px-md-5 { + .px-md-5 { padding-right: 3rem !important; } .pb-md-5, -.py-md-5 { + .py-md-5 { padding-bottom: 3rem !important; } .pl-md-5, -.px-md-5 { + .px-md-5 { padding-left: 3rem !important; } .m-md-n1 { margin: -0.25rem !important; } .mt-md-n1, -.my-md-n1 { + .my-md-n1 { margin-top: -0.25rem !important; } .mr-md-n1, -.mx-md-n1 { + .mx-md-n1 { margin-right: -0.25rem !important; } .mb-md-n1, -.my-md-n1 { + .my-md-n1 { margin-bottom: -0.25rem !important; } .ml-md-n1, -.mx-md-n1 { + .mx-md-n1 { margin-left: -0.25rem !important; } .m-md-n2 { margin: -0.5rem !important; } .mt-md-n2, -.my-md-n2 { + .my-md-n2 { margin-top: -0.5rem !important; } .mr-md-n2, -.mx-md-n2 { + .mx-md-n2 { margin-right: -0.5rem !important; } .mb-md-n2, -.my-md-n2 { + .my-md-n2 { margin-bottom: -0.5rem !important; } .ml-md-n2, -.mx-md-n2 { + .mx-md-n2 { margin-left: -0.5rem !important; } .m-md-n3 { margin: -1rem !important; } .mt-md-n3, -.my-md-n3 { + .my-md-n3 { margin-top: -1rem !important; } .mr-md-n3, -.mx-md-n3 { + .mx-md-n3 { margin-right: -1rem !important; } .mb-md-n3, -.my-md-n3 { + .my-md-n3 { margin-bottom: -1rem !important; } .ml-md-n3, -.mx-md-n3 { + .mx-md-n3 { margin-left: -1rem !important; } .m-md-n4 { margin: -1.5rem !important; } .mt-md-n4, -.my-md-n4 { + .my-md-n4 { margin-top: -1.5rem !important; } .mr-md-n4, -.mx-md-n4 { + .mx-md-n4 { margin-right: -1.5rem !important; } .mb-md-n4, -.my-md-n4 { + .my-md-n4 { margin-bottom: -1.5rem !important; } .ml-md-n4, -.mx-md-n4 { + .mx-md-n4 { margin-left: -1.5rem !important; } .m-md-n5 { margin: -3rem !important; } .mt-md-n5, -.my-md-n5 { + .my-md-n5 { margin-top: -3rem !important; } .mr-md-n5, -.mx-md-n5 { + .mx-md-n5 { margin-right: -3rem !important; } .mb-md-n5, -.my-md-n5 { + .my-md-n5 { margin-bottom: -3rem !important; } .ml-md-n5, -.mx-md-n5 { + .mx-md-n5 { margin-left: -3rem !important; } .m-md-auto { margin: auto !important; } .mt-md-auto, -.my-md-auto { + .my-md-auto { margin-top: auto !important; } .mr-md-auto, -.mx-md-auto { + .mx-md-auto { margin-right: auto !important; } .mb-md-auto, -.my-md-auto { + .my-md-auto { margin-bottom: auto !important; } .ml-md-auto, -.mx-md-auto { + .mx-md-auto { margin-left: auto !important; } } @@ -69365,342 +69365,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-lg-0, -.my-lg-0 { + .my-lg-0 { margin-top: 0 !important; } .mr-lg-0, -.mx-lg-0 { + .mx-lg-0 { margin-right: 0 !important; } .mb-lg-0, -.my-lg-0 { + .my-lg-0 { margin-bottom: 0 !important; } .ml-lg-0, -.mx-lg-0 { + .mx-lg-0 { margin-left: 0 !important; } .m-lg-1 { margin: 0.25rem !important; } .mt-lg-1, -.my-lg-1 { + .my-lg-1 { margin-top: 0.25rem !important; } .mr-lg-1, -.mx-lg-1 { + .mx-lg-1 { margin-right: 0.25rem !important; } .mb-lg-1, -.my-lg-1 { + .my-lg-1 { margin-bottom: 0.25rem !important; } .ml-lg-1, -.mx-lg-1 { + .mx-lg-1 { margin-left: 0.25rem !important; } .m-lg-2 { margin: 0.5rem !important; } .mt-lg-2, -.my-lg-2 { + .my-lg-2 { margin-top: 0.5rem !important; } .mr-lg-2, -.mx-lg-2 { + .mx-lg-2 { margin-right: 0.5rem !important; } .mb-lg-2, -.my-lg-2 { + .my-lg-2 { margin-bottom: 0.5rem !important; } .ml-lg-2, -.mx-lg-2 { + .mx-lg-2 { margin-left: 0.5rem !important; } .m-lg-3 { margin: 1rem !important; } .mt-lg-3, -.my-lg-3 { + .my-lg-3 { margin-top: 1rem !important; } .mr-lg-3, -.mx-lg-3 { + .mx-lg-3 { margin-right: 1rem !important; } .mb-lg-3, -.my-lg-3 { + .my-lg-3 { margin-bottom: 1rem !important; } .ml-lg-3, -.mx-lg-3 { + .mx-lg-3 { margin-left: 1rem !important; } .m-lg-4 { margin: 1.5rem !important; } .mt-lg-4, -.my-lg-4 { + .my-lg-4 { margin-top: 1.5rem !important; } .mr-lg-4, -.mx-lg-4 { + .mx-lg-4 { margin-right: 1.5rem !important; } .mb-lg-4, -.my-lg-4 { + .my-lg-4 { margin-bottom: 1.5rem !important; } .ml-lg-4, -.mx-lg-4 { + .mx-lg-4 { margin-left: 1.5rem !important; } .m-lg-5 { margin: 3rem !important; } .mt-lg-5, -.my-lg-5 { + .my-lg-5 { margin-top: 3rem !important; } .mr-lg-5, -.mx-lg-5 { + .mx-lg-5 { margin-right: 3rem !important; } .mb-lg-5, -.my-lg-5 { + .my-lg-5 { margin-bottom: 3rem !important; } .ml-lg-5, -.mx-lg-5 { + .mx-lg-5 { margin-left: 3rem !important; } .p-lg-0 { padding: 0 !important; } .pt-lg-0, -.py-lg-0 { + .py-lg-0 { padding-top: 0 !important; } .pr-lg-0, -.px-lg-0 { + .px-lg-0 { padding-right: 0 !important; } .pb-lg-0, -.py-lg-0 { + .py-lg-0 { padding-bottom: 0 !important; } .pl-lg-0, -.px-lg-0 { + .px-lg-0 { padding-left: 0 !important; } .p-lg-1 { padding: 0.25rem !important; } .pt-lg-1, -.py-lg-1 { + .py-lg-1 { padding-top: 0.25rem !important; } .pr-lg-1, -.px-lg-1 { + .px-lg-1 { padding-right: 0.25rem !important; } .pb-lg-1, -.py-lg-1 { + .py-lg-1 { padding-bottom: 0.25rem !important; } .pl-lg-1, -.px-lg-1 { + .px-lg-1 { padding-left: 0.25rem !important; } .p-lg-2 { padding: 0.5rem !important; } .pt-lg-2, -.py-lg-2 { + .py-lg-2 { padding-top: 0.5rem !important; } .pr-lg-2, -.px-lg-2 { + .px-lg-2 { padding-right: 0.5rem !important; } .pb-lg-2, -.py-lg-2 { + .py-lg-2 { padding-bottom: 0.5rem !important; } .pl-lg-2, -.px-lg-2 { + .px-lg-2 { padding-left: 0.5rem !important; } .p-lg-3 { padding: 1rem !important; } .pt-lg-3, -.py-lg-3 { + .py-lg-3 { padding-top: 1rem !important; } .pr-lg-3, -.px-lg-3 { + .px-lg-3 { padding-right: 1rem !important; } .pb-lg-3, -.py-lg-3 { + .py-lg-3 { padding-bottom: 1rem !important; } .pl-lg-3, -.px-lg-3 { + .px-lg-3 { padding-left: 1rem !important; } .p-lg-4 { padding: 1.5rem !important; } .pt-lg-4, -.py-lg-4 { + .py-lg-4 { padding-top: 1.5rem !important; } .pr-lg-4, -.px-lg-4 { + .px-lg-4 { padding-right: 1.5rem !important; } .pb-lg-4, -.py-lg-4 { + .py-lg-4 { padding-bottom: 1.5rem !important; } .pl-lg-4, -.px-lg-4 { + .px-lg-4 { padding-left: 1.5rem !important; } .p-lg-5 { padding: 3rem !important; } .pt-lg-5, -.py-lg-5 { + .py-lg-5 { padding-top: 3rem !important; } .pr-lg-5, -.px-lg-5 { + .px-lg-5 { padding-right: 3rem !important; } .pb-lg-5, -.py-lg-5 { + .py-lg-5 { padding-bottom: 3rem !important; } .pl-lg-5, -.px-lg-5 { + .px-lg-5 { padding-left: 3rem !important; } .m-lg-n1 { margin: -0.25rem !important; } .mt-lg-n1, -.my-lg-n1 { + .my-lg-n1 { margin-top: -0.25rem !important; } .mr-lg-n1, -.mx-lg-n1 { + .mx-lg-n1 { margin-right: -0.25rem !important; } .mb-lg-n1, -.my-lg-n1 { + .my-lg-n1 { margin-bottom: -0.25rem !important; } .ml-lg-n1, -.mx-lg-n1 { + .mx-lg-n1 { margin-left: -0.25rem !important; } .m-lg-n2 { margin: -0.5rem !important; } .mt-lg-n2, -.my-lg-n2 { + .my-lg-n2 { margin-top: -0.5rem !important; } .mr-lg-n2, -.mx-lg-n2 { + .mx-lg-n2 { margin-right: -0.5rem !important; } .mb-lg-n2, -.my-lg-n2 { + .my-lg-n2 { margin-bottom: -0.5rem !important; } .ml-lg-n2, -.mx-lg-n2 { + .mx-lg-n2 { margin-left: -0.5rem !important; } .m-lg-n3 { margin: -1rem !important; } .mt-lg-n3, -.my-lg-n3 { + .my-lg-n3 { margin-top: -1rem !important; } .mr-lg-n3, -.mx-lg-n3 { + .mx-lg-n3 { margin-right: -1rem !important; } .mb-lg-n3, -.my-lg-n3 { + .my-lg-n3 { margin-bottom: -1rem !important; } .ml-lg-n3, -.mx-lg-n3 { + .mx-lg-n3 { margin-left: -1rem !important; } .m-lg-n4 { margin: -1.5rem !important; } .mt-lg-n4, -.my-lg-n4 { + .my-lg-n4 { margin-top: -1.5rem !important; } .mr-lg-n4, -.mx-lg-n4 { + .mx-lg-n4 { margin-right: -1.5rem !important; } .mb-lg-n4, -.my-lg-n4 { + .my-lg-n4 { margin-bottom: -1.5rem !important; } .ml-lg-n4, -.mx-lg-n4 { + .mx-lg-n4 { margin-left: -1.5rem !important; } .m-lg-n5 { margin: -3rem !important; } .mt-lg-n5, -.my-lg-n5 { + .my-lg-n5 { margin-top: -3rem !important; } .mr-lg-n5, -.mx-lg-n5 { + .mx-lg-n5 { margin-right: -3rem !important; } .mb-lg-n5, -.my-lg-n5 { + .my-lg-n5 { margin-bottom: -3rem !important; } .ml-lg-n5, -.mx-lg-n5 { + .mx-lg-n5 { margin-left: -3rem !important; } .m-lg-auto { margin: auto !important; } .mt-lg-auto, -.my-lg-auto { + .my-lg-auto { margin-top: auto !important; } .mr-lg-auto, -.mx-lg-auto { + .mx-lg-auto { margin-right: auto !important; } .mb-lg-auto, -.my-lg-auto { + .my-lg-auto { margin-bottom: auto !important; } .ml-lg-auto, -.mx-lg-auto { + .mx-lg-auto { margin-left: auto !important; } } @@ -69709,342 +69709,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-xl-0, -.my-xl-0 { + .my-xl-0 { margin-top: 0 !important; } .mr-xl-0, -.mx-xl-0 { + .mx-xl-0 { margin-right: 0 !important; } .mb-xl-0, -.my-xl-0 { + .my-xl-0 { margin-bottom: 0 !important; } .ml-xl-0, -.mx-xl-0 { + .mx-xl-0 { margin-left: 0 !important; } .m-xl-1 { margin: 0.25rem !important; } .mt-xl-1, -.my-xl-1 { + .my-xl-1 { margin-top: 0.25rem !important; } .mr-xl-1, -.mx-xl-1 { + .mx-xl-1 { margin-right: 0.25rem !important; } .mb-xl-1, -.my-xl-1 { + .my-xl-1 { margin-bottom: 0.25rem !important; } .ml-xl-1, -.mx-xl-1 { + .mx-xl-1 { margin-left: 0.25rem !important; } .m-xl-2 { margin: 0.5rem !important; } .mt-xl-2, -.my-xl-2 { + .my-xl-2 { margin-top: 0.5rem !important; } .mr-xl-2, -.mx-xl-2 { + .mx-xl-2 { margin-right: 0.5rem !important; } .mb-xl-2, -.my-xl-2 { + .my-xl-2 { margin-bottom: 0.5rem !important; } .ml-xl-2, -.mx-xl-2 { + .mx-xl-2 { margin-left: 0.5rem !important; } .m-xl-3 { margin: 1rem !important; } .mt-xl-3, -.my-xl-3 { + .my-xl-3 { margin-top: 1rem !important; } .mr-xl-3, -.mx-xl-3 { + .mx-xl-3 { margin-right: 1rem !important; } .mb-xl-3, -.my-xl-3 { + .my-xl-3 { margin-bottom: 1rem !important; } .ml-xl-3, -.mx-xl-3 { + .mx-xl-3 { margin-left: 1rem !important; } .m-xl-4 { margin: 1.5rem !important; } .mt-xl-4, -.my-xl-4 { + .my-xl-4 { margin-top: 1.5rem !important; } .mr-xl-4, -.mx-xl-4 { + .mx-xl-4 { margin-right: 1.5rem !important; } .mb-xl-4, -.my-xl-4 { + .my-xl-4 { margin-bottom: 1.5rem !important; } .ml-xl-4, -.mx-xl-4 { + .mx-xl-4 { margin-left: 1.5rem !important; } .m-xl-5 { margin: 3rem !important; } .mt-xl-5, -.my-xl-5 { + .my-xl-5 { margin-top: 3rem !important; } .mr-xl-5, -.mx-xl-5 { + .mx-xl-5 { margin-right: 3rem !important; } .mb-xl-5, -.my-xl-5 { + .my-xl-5 { margin-bottom: 3rem !important; } .ml-xl-5, -.mx-xl-5 { + .mx-xl-5 { margin-left: 3rem !important; } .p-xl-0 { padding: 0 !important; } .pt-xl-0, -.py-xl-0 { + .py-xl-0 { padding-top: 0 !important; } .pr-xl-0, -.px-xl-0 { + .px-xl-0 { padding-right: 0 !important; } .pb-xl-0, -.py-xl-0 { + .py-xl-0 { padding-bottom: 0 !important; } .pl-xl-0, -.px-xl-0 { + .px-xl-0 { padding-left: 0 !important; } .p-xl-1 { padding: 0.25rem !important; } .pt-xl-1, -.py-xl-1 { + .py-xl-1 { padding-top: 0.25rem !important; } .pr-xl-1, -.px-xl-1 { + .px-xl-1 { padding-right: 0.25rem !important; } .pb-xl-1, -.py-xl-1 { + .py-xl-1 { padding-bottom: 0.25rem !important; } .pl-xl-1, -.px-xl-1 { + .px-xl-1 { padding-left: 0.25rem !important; } .p-xl-2 { padding: 0.5rem !important; } .pt-xl-2, -.py-xl-2 { + .py-xl-2 { padding-top: 0.5rem !important; } .pr-xl-2, -.px-xl-2 { + .px-xl-2 { padding-right: 0.5rem !important; } .pb-xl-2, -.py-xl-2 { + .py-xl-2 { padding-bottom: 0.5rem !important; } .pl-xl-2, -.px-xl-2 { + .px-xl-2 { padding-left: 0.5rem !important; } .p-xl-3 { padding: 1rem !important; } .pt-xl-3, -.py-xl-3 { + .py-xl-3 { padding-top: 1rem !important; } .pr-xl-3, -.px-xl-3 { + .px-xl-3 { padding-right: 1rem !important; } .pb-xl-3, -.py-xl-3 { + .py-xl-3 { padding-bottom: 1rem !important; } .pl-xl-3, -.px-xl-3 { + .px-xl-3 { padding-left: 1rem !important; } .p-xl-4 { padding: 1.5rem !important; } .pt-xl-4, -.py-xl-4 { + .py-xl-4 { padding-top: 1.5rem !important; } .pr-xl-4, -.px-xl-4 { + .px-xl-4 { padding-right: 1.5rem !important; } .pb-xl-4, -.py-xl-4 { + .py-xl-4 { padding-bottom: 1.5rem !important; } .pl-xl-4, -.px-xl-4 { + .px-xl-4 { padding-left: 1.5rem !important; } .p-xl-5 { padding: 3rem !important; } .pt-xl-5, -.py-xl-5 { + .py-xl-5 { padding-top: 3rem !important; } .pr-xl-5, -.px-xl-5 { + .px-xl-5 { padding-right: 3rem !important; } .pb-xl-5, -.py-xl-5 { + .py-xl-5 { padding-bottom: 3rem !important; } .pl-xl-5, -.px-xl-5 { + .px-xl-5 { padding-left: 3rem !important; } .m-xl-n1 { margin: -0.25rem !important; } .mt-xl-n1, -.my-xl-n1 { + .my-xl-n1 { margin-top: -0.25rem !important; } .mr-xl-n1, -.mx-xl-n1 { + .mx-xl-n1 { margin-right: -0.25rem !important; } .mb-xl-n1, -.my-xl-n1 { + .my-xl-n1 { margin-bottom: -0.25rem !important; } .ml-xl-n1, -.mx-xl-n1 { + .mx-xl-n1 { margin-left: -0.25rem !important; } .m-xl-n2 { margin: -0.5rem !important; } .mt-xl-n2, -.my-xl-n2 { + .my-xl-n2 { margin-top: -0.5rem !important; } .mr-xl-n2, -.mx-xl-n2 { + .mx-xl-n2 { margin-right: -0.5rem !important; } .mb-xl-n2, -.my-xl-n2 { + .my-xl-n2 { margin-bottom: -0.5rem !important; } .ml-xl-n2, -.mx-xl-n2 { + .mx-xl-n2 { margin-left: -0.5rem !important; } .m-xl-n3 { margin: -1rem !important; } .mt-xl-n3, -.my-xl-n3 { + .my-xl-n3 { margin-top: -1rem !important; } .mr-xl-n3, -.mx-xl-n3 { + .mx-xl-n3 { margin-right: -1rem !important; } .mb-xl-n3, -.my-xl-n3 { + .my-xl-n3 { margin-bottom: -1rem !important; } .ml-xl-n3, -.mx-xl-n3 { + .mx-xl-n3 { margin-left: -1rem !important; } .m-xl-n4 { margin: -1.5rem !important; } .mt-xl-n4, -.my-xl-n4 { + .my-xl-n4 { margin-top: -1.5rem !important; } .mr-xl-n4, -.mx-xl-n4 { + .mx-xl-n4 { margin-right: -1.5rem !important; } .mb-xl-n4, -.my-xl-n4 { + .my-xl-n4 { margin-bottom: -1.5rem !important; } .ml-xl-n4, -.mx-xl-n4 { + .mx-xl-n4 { margin-left: -1.5rem !important; } .m-xl-n5 { margin: -3rem !important; } .mt-xl-n5, -.my-xl-n5 { + .my-xl-n5 { margin-top: -3rem !important; } .mr-xl-n5, -.mx-xl-n5 { + .mx-xl-n5 { margin-right: -3rem !important; } .mb-xl-n5, -.my-xl-n5 { + .my-xl-n5 { margin-bottom: -3rem !important; } .ml-xl-n5, -.mx-xl-n5 { + .mx-xl-n5 { margin-left: -3rem !important; } .m-xl-auto { margin: auto !important; } .mt-xl-auto, -.my-xl-auto { + .my-xl-auto { margin-top: auto !important; } .mr-xl-auto, -.mx-xl-auto { + .mx-xl-auto { margin-right: auto !important; } .mb-xl-auto, -.my-xl-auto { + .my-xl-auto { margin-bottom: auto !important; } .ml-xl-auto, -.mx-xl-auto { + .mx-xl-auto { margin-left: auto !important; } } @@ -70289,8 +70289,8 @@ a.text-dark:hover, a.text-dark:focus { @media print { *, -*::before, -*::after { + *::before, + *::after { text-shadow: none !important; box-shadow: none !important; } @@ -70304,22 +70304,22 @@ a.text-dark:hover, a.text-dark:focus { white-space: pre-wrap !important; } pre, -blockquote { + blockquote { border: 1px solid #adb5bd; page-break-inside: avoid; } tr, -img { + img { page-break-inside: avoid; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } @page { @@ -70341,20 +70341,20 @@ h3 { border-collapse: collapse !important; } .table td, -.table th { + .table th { background-color: #fff !important; } .table-bordered th, -.table-bordered td { + .table-bordered td { border: 1px solid #dee2e6 !important; } .table-dark { color: inherit; } .table-dark th, -.table-dark td, -.table-dark thead th, -.table-dark tbody + tbody { + .table-dark td, + .table-dark thead th, + .table-dark tbody + tbody { border-color: #dee2e6; } .table .thead-dark th { @@ -72552,7 +72552,7 @@ textarea.form-control { display: inline-block; } .form-inline .input-group, -.form-inline .custom-select { + .form-inline .custom-select { width: auto; } .form-inline .form-check { @@ -74038,8 +74038,8 @@ input[type=button].btn-block { } @media (prefers-reduced-motion: reduce) { .custom-control-label::before, -.custom-file-label, -.custom-select { + .custom-file-label, + .custom-select { transition: none; } } @@ -74211,11 +74211,11 @@ input[type=button].btn-block { @media (max-width: 575.98px) { .navbar-expand-sm > .container, -.navbar-expand-sm > .container-fluid, -.navbar-expand-sm > .container-sm, -.navbar-expand-sm > .container-md, -.navbar-expand-sm > .container-lg, -.navbar-expand-sm > .container-xl { + .navbar-expand-sm > .container-fluid, + .navbar-expand-sm > .container-sm, + .navbar-expand-sm > .container-md, + .navbar-expand-sm > .container-lg, + .navbar-expand-sm > .container-xl { padding-right: 0; padding-left: 0; } @@ -74236,11 +74236,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-sm > .container, -.navbar-expand-sm > .container-fluid, -.navbar-expand-sm > .container-sm, -.navbar-expand-sm > .container-md, -.navbar-expand-sm > .container-lg, -.navbar-expand-sm > .container-xl { + .navbar-expand-sm > .container-fluid, + .navbar-expand-sm > .container-sm, + .navbar-expand-sm > .container-md, + .navbar-expand-sm > .container-lg, + .navbar-expand-sm > .container-xl { flex-wrap: nowrap; } .navbar-expand-sm .navbar-nav-scroll { @@ -74256,11 +74256,11 @@ input[type=button].btn-block { } @media (max-width: 767.98px) { .navbar-expand-md > .container, -.navbar-expand-md > .container-fluid, -.navbar-expand-md > .container-sm, -.navbar-expand-md > .container-md, -.navbar-expand-md > .container-lg, -.navbar-expand-md > .container-xl { + .navbar-expand-md > .container-fluid, + .navbar-expand-md > .container-sm, + .navbar-expand-md > .container-md, + .navbar-expand-md > .container-lg, + .navbar-expand-md > .container-xl { padding-right: 0; padding-left: 0; } @@ -74281,11 +74281,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-md > .container, -.navbar-expand-md > .container-fluid, -.navbar-expand-md > .container-sm, -.navbar-expand-md > .container-md, -.navbar-expand-md > .container-lg, -.navbar-expand-md > .container-xl { + .navbar-expand-md > .container-fluid, + .navbar-expand-md > .container-sm, + .navbar-expand-md > .container-md, + .navbar-expand-md > .container-lg, + .navbar-expand-md > .container-xl { flex-wrap: nowrap; } .navbar-expand-md .navbar-nav-scroll { @@ -74301,11 +74301,11 @@ input[type=button].btn-block { } @media (max-width: 991.98px) { .navbar-expand-lg > .container, -.navbar-expand-lg > .container-fluid, -.navbar-expand-lg > .container-sm, -.navbar-expand-lg > .container-md, -.navbar-expand-lg > .container-lg, -.navbar-expand-lg > .container-xl { + .navbar-expand-lg > .container-fluid, + .navbar-expand-lg > .container-sm, + .navbar-expand-lg > .container-md, + .navbar-expand-lg > .container-lg, + .navbar-expand-lg > .container-xl { padding-right: 0; padding-left: 0; } @@ -74326,11 +74326,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-lg > .container, -.navbar-expand-lg > .container-fluid, -.navbar-expand-lg > .container-sm, -.navbar-expand-lg > .container-md, -.navbar-expand-lg > .container-lg, -.navbar-expand-lg > .container-xl { + .navbar-expand-lg > .container-fluid, + .navbar-expand-lg > .container-sm, + .navbar-expand-lg > .container-md, + .navbar-expand-lg > .container-lg, + .navbar-expand-lg > .container-xl { flex-wrap: nowrap; } .navbar-expand-lg .navbar-nav-scroll { @@ -74346,11 +74346,11 @@ input[type=button].btn-block { } @media (max-width: 1199.98px) { .navbar-expand-xl > .container, -.navbar-expand-xl > .container-fluid, -.navbar-expand-xl > .container-sm, -.navbar-expand-xl > .container-md, -.navbar-expand-xl > .container-lg, -.navbar-expand-xl > .container-xl { + .navbar-expand-xl > .container-fluid, + .navbar-expand-xl > .container-sm, + .navbar-expand-xl > .container-md, + .navbar-expand-xl > .container-lg, + .navbar-expand-xl > .container-xl { padding-right: 0; padding-left: 0; } @@ -74371,11 +74371,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-xl > .container, -.navbar-expand-xl > .container-fluid, -.navbar-expand-xl > .container-sm, -.navbar-expand-xl > .container-md, -.navbar-expand-xl > .container-lg, -.navbar-expand-xl > .container-xl { + .navbar-expand-xl > .container-fluid, + .navbar-expand-xl > .container-sm, + .navbar-expand-xl > .container-md, + .navbar-expand-xl > .container-lg, + .navbar-expand-xl > .container-xl { flex-wrap: nowrap; } .navbar-expand-xl .navbar-nav-scroll { @@ -74666,11 +74666,11 @@ input[type=button].btn-block { border-bottom-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-top, -.card-group > .card:not(:last-child) .card-header { + .card-group > .card:not(:last-child) .card-header { border-top-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-bottom, -.card-group > .card:not(:last-child) .card-footer { + .card-group > .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; } .card-group > .card:not(:first-child) { @@ -74678,11 +74678,11 @@ input[type=button].btn-block { border-bottom-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-top, -.card-group > .card:not(:first-child) .card-header { + .card-group > .card:not(:first-child) .card-header { border-top-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-bottom, -.card-group > .card:not(:first-child) .card-footer { + .card-group > .card:not(:first-child) .card-footer { border-bottom-left-radius: 0; } } @@ -75721,7 +75721,7 @@ a.close.disabled { } @media (min-width: 992px) { .modal-lg, -.modal-xl { + .modal-xl { max-width: 800px; } } @@ -76044,7 +76044,7 @@ a.close.disabled { } @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-left, -.carousel-fade .active.carousel-item-right { + .carousel-fade .active.carousel-item-right { transition: none; } } @@ -76069,7 +76069,7 @@ a.close.disabled { } @media (prefers-reduced-motion: reduce) { .carousel-control-prev, -.carousel-control-next { + .carousel-control-next { transition: none; } } @@ -76205,7 +76205,7 @@ a.close.disabled { @media (prefers-reduced-motion: reduce) { .spinner-border, -.spinner-grow { + .spinner-grow { animation-duration: 1.5s; } } @@ -77879,342 +77879,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-sm-0, -.my-sm-0 { + .my-sm-0 { margin-top: 0 !important; } .mr-sm-0, -.mx-sm-0 { + .mx-sm-0 { margin-right: 0 !important; } .mb-sm-0, -.my-sm-0 { + .my-sm-0 { margin-bottom: 0 !important; } .ml-sm-0, -.mx-sm-0 { + .mx-sm-0 { margin-left: 0 !important; } .m-sm-1 { margin: 0.25rem !important; } .mt-sm-1, -.my-sm-1 { + .my-sm-1 { margin-top: 0.25rem !important; } .mr-sm-1, -.mx-sm-1 { + .mx-sm-1 { margin-right: 0.25rem !important; } .mb-sm-1, -.my-sm-1 { + .my-sm-1 { margin-bottom: 0.25rem !important; } .ml-sm-1, -.mx-sm-1 { + .mx-sm-1 { margin-left: 0.25rem !important; } .m-sm-2 { margin: 0.5rem !important; } .mt-sm-2, -.my-sm-2 { + .my-sm-2 { margin-top: 0.5rem !important; } .mr-sm-2, -.mx-sm-2 { + .mx-sm-2 { margin-right: 0.5rem !important; } .mb-sm-2, -.my-sm-2 { + .my-sm-2 { margin-bottom: 0.5rem !important; } .ml-sm-2, -.mx-sm-2 { + .mx-sm-2 { margin-left: 0.5rem !important; } .m-sm-3 { margin: 1rem !important; } .mt-sm-3, -.my-sm-3 { + .my-sm-3 { margin-top: 1rem !important; } .mr-sm-3, -.mx-sm-3 { + .mx-sm-3 { margin-right: 1rem !important; } .mb-sm-3, -.my-sm-3 { + .my-sm-3 { margin-bottom: 1rem !important; } .ml-sm-3, -.mx-sm-3 { + .mx-sm-3 { margin-left: 1rem !important; } .m-sm-4 { margin: 1.5rem !important; } .mt-sm-4, -.my-sm-4 { + .my-sm-4 { margin-top: 1.5rem !important; } .mr-sm-4, -.mx-sm-4 { + .mx-sm-4 { margin-right: 1.5rem !important; } .mb-sm-4, -.my-sm-4 { + .my-sm-4 { margin-bottom: 1.5rem !important; } .ml-sm-4, -.mx-sm-4 { + .mx-sm-4 { margin-left: 1.5rem !important; } .m-sm-5 { margin: 3rem !important; } .mt-sm-5, -.my-sm-5 { + .my-sm-5 { margin-top: 3rem !important; } .mr-sm-5, -.mx-sm-5 { + .mx-sm-5 { margin-right: 3rem !important; } .mb-sm-5, -.my-sm-5 { + .my-sm-5 { margin-bottom: 3rem !important; } .ml-sm-5, -.mx-sm-5 { + .mx-sm-5 { margin-left: 3rem !important; } .p-sm-0 { padding: 0 !important; } .pt-sm-0, -.py-sm-0 { + .py-sm-0 { padding-top: 0 !important; } .pr-sm-0, -.px-sm-0 { + .px-sm-0 { padding-right: 0 !important; } .pb-sm-0, -.py-sm-0 { + .py-sm-0 { padding-bottom: 0 !important; } .pl-sm-0, -.px-sm-0 { + .px-sm-0 { padding-left: 0 !important; } .p-sm-1 { padding: 0.25rem !important; } .pt-sm-1, -.py-sm-1 { + .py-sm-1 { padding-top: 0.25rem !important; } .pr-sm-1, -.px-sm-1 { + .px-sm-1 { padding-right: 0.25rem !important; } .pb-sm-1, -.py-sm-1 { + .py-sm-1 { padding-bottom: 0.25rem !important; } .pl-sm-1, -.px-sm-1 { + .px-sm-1 { padding-left: 0.25rem !important; } .p-sm-2 { padding: 0.5rem !important; } .pt-sm-2, -.py-sm-2 { + .py-sm-2 { padding-top: 0.5rem !important; } .pr-sm-2, -.px-sm-2 { + .px-sm-2 { padding-right: 0.5rem !important; } .pb-sm-2, -.py-sm-2 { + .py-sm-2 { padding-bottom: 0.5rem !important; } .pl-sm-2, -.px-sm-2 { + .px-sm-2 { padding-left: 0.5rem !important; } .p-sm-3 { padding: 1rem !important; } .pt-sm-3, -.py-sm-3 { + .py-sm-3 { padding-top: 1rem !important; } .pr-sm-3, -.px-sm-3 { + .px-sm-3 { padding-right: 1rem !important; } .pb-sm-3, -.py-sm-3 { + .py-sm-3 { padding-bottom: 1rem !important; } .pl-sm-3, -.px-sm-3 { + .px-sm-3 { padding-left: 1rem !important; } .p-sm-4 { padding: 1.5rem !important; } .pt-sm-4, -.py-sm-4 { + .py-sm-4 { padding-top: 1.5rem !important; } .pr-sm-4, -.px-sm-4 { + .px-sm-4 { padding-right: 1.5rem !important; } .pb-sm-4, -.py-sm-4 { + .py-sm-4 { padding-bottom: 1.5rem !important; } .pl-sm-4, -.px-sm-4 { + .px-sm-4 { padding-left: 1.5rem !important; } .p-sm-5 { padding: 3rem !important; } .pt-sm-5, -.py-sm-5 { + .py-sm-5 { padding-top: 3rem !important; } .pr-sm-5, -.px-sm-5 { + .px-sm-5 { padding-right: 3rem !important; } .pb-sm-5, -.py-sm-5 { + .py-sm-5 { padding-bottom: 3rem !important; } .pl-sm-5, -.px-sm-5 { + .px-sm-5 { padding-left: 3rem !important; } .m-sm-n1 { margin: -0.25rem !important; } .mt-sm-n1, -.my-sm-n1 { + .my-sm-n1 { margin-top: -0.25rem !important; } .mr-sm-n1, -.mx-sm-n1 { + .mx-sm-n1 { margin-right: -0.25rem !important; } .mb-sm-n1, -.my-sm-n1 { + .my-sm-n1 { margin-bottom: -0.25rem !important; } .ml-sm-n1, -.mx-sm-n1 { + .mx-sm-n1 { margin-left: -0.25rem !important; } .m-sm-n2 { margin: -0.5rem !important; } .mt-sm-n2, -.my-sm-n2 { + .my-sm-n2 { margin-top: -0.5rem !important; } .mr-sm-n2, -.mx-sm-n2 { + .mx-sm-n2 { margin-right: -0.5rem !important; } .mb-sm-n2, -.my-sm-n2 { + .my-sm-n2 { margin-bottom: -0.5rem !important; } .ml-sm-n2, -.mx-sm-n2 { + .mx-sm-n2 { margin-left: -0.5rem !important; } .m-sm-n3 { margin: -1rem !important; } .mt-sm-n3, -.my-sm-n3 { + .my-sm-n3 { margin-top: -1rem !important; } .mr-sm-n3, -.mx-sm-n3 { + .mx-sm-n3 { margin-right: -1rem !important; } .mb-sm-n3, -.my-sm-n3 { + .my-sm-n3 { margin-bottom: -1rem !important; } .ml-sm-n3, -.mx-sm-n3 { + .mx-sm-n3 { margin-left: -1rem !important; } .m-sm-n4 { margin: -1.5rem !important; } .mt-sm-n4, -.my-sm-n4 { + .my-sm-n4 { margin-top: -1.5rem !important; } .mr-sm-n4, -.mx-sm-n4 { + .mx-sm-n4 { margin-right: -1.5rem !important; } .mb-sm-n4, -.my-sm-n4 { + .my-sm-n4 { margin-bottom: -1.5rem !important; } .ml-sm-n4, -.mx-sm-n4 { + .mx-sm-n4 { margin-left: -1.5rem !important; } .m-sm-n5 { margin: -3rem !important; } .mt-sm-n5, -.my-sm-n5 { + .my-sm-n5 { margin-top: -3rem !important; } .mr-sm-n5, -.mx-sm-n5 { + .mx-sm-n5 { margin-right: -3rem !important; } .mb-sm-n5, -.my-sm-n5 { + .my-sm-n5 { margin-bottom: -3rem !important; } .ml-sm-n5, -.mx-sm-n5 { + .mx-sm-n5 { margin-left: -3rem !important; } .m-sm-auto { margin: auto !important; } .mt-sm-auto, -.my-sm-auto { + .my-sm-auto { margin-top: auto !important; } .mr-sm-auto, -.mx-sm-auto { + .mx-sm-auto { margin-right: auto !important; } .mb-sm-auto, -.my-sm-auto { + .my-sm-auto { margin-bottom: auto !important; } .ml-sm-auto, -.mx-sm-auto { + .mx-sm-auto { margin-left: auto !important; } } @@ -78223,342 +78223,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-md-0, -.my-md-0 { + .my-md-0 { margin-top: 0 !important; } .mr-md-0, -.mx-md-0 { + .mx-md-0 { margin-right: 0 !important; } .mb-md-0, -.my-md-0 { + .my-md-0 { margin-bottom: 0 !important; } .ml-md-0, -.mx-md-0 { + .mx-md-0 { margin-left: 0 !important; } .m-md-1 { margin: 0.25rem !important; } .mt-md-1, -.my-md-1 { + .my-md-1 { margin-top: 0.25rem !important; } .mr-md-1, -.mx-md-1 { + .mx-md-1 { margin-right: 0.25rem !important; } .mb-md-1, -.my-md-1 { + .my-md-1 { margin-bottom: 0.25rem !important; } .ml-md-1, -.mx-md-1 { + .mx-md-1 { margin-left: 0.25rem !important; } .m-md-2 { margin: 0.5rem !important; } .mt-md-2, -.my-md-2 { + .my-md-2 { margin-top: 0.5rem !important; } .mr-md-2, -.mx-md-2 { + .mx-md-2 { margin-right: 0.5rem !important; } .mb-md-2, -.my-md-2 { + .my-md-2 { margin-bottom: 0.5rem !important; } .ml-md-2, -.mx-md-2 { + .mx-md-2 { margin-left: 0.5rem !important; } .m-md-3 { margin: 1rem !important; } .mt-md-3, -.my-md-3 { + .my-md-3 { margin-top: 1rem !important; } .mr-md-3, -.mx-md-3 { + .mx-md-3 { margin-right: 1rem !important; } .mb-md-3, -.my-md-3 { + .my-md-3 { margin-bottom: 1rem !important; } .ml-md-3, -.mx-md-3 { + .mx-md-3 { margin-left: 1rem !important; } .m-md-4 { margin: 1.5rem !important; } .mt-md-4, -.my-md-4 { + .my-md-4 { margin-top: 1.5rem !important; } .mr-md-4, -.mx-md-4 { + .mx-md-4 { margin-right: 1.5rem !important; } .mb-md-4, -.my-md-4 { + .my-md-4 { margin-bottom: 1.5rem !important; } .ml-md-4, -.mx-md-4 { + .mx-md-4 { margin-left: 1.5rem !important; } .m-md-5 { margin: 3rem !important; } .mt-md-5, -.my-md-5 { + .my-md-5 { margin-top: 3rem !important; } .mr-md-5, -.mx-md-5 { + .mx-md-5 { margin-right: 3rem !important; } .mb-md-5, -.my-md-5 { + .my-md-5 { margin-bottom: 3rem !important; } .ml-md-5, -.mx-md-5 { + .mx-md-5 { margin-left: 3rem !important; } .p-md-0 { padding: 0 !important; } .pt-md-0, -.py-md-0 { + .py-md-0 { padding-top: 0 !important; } .pr-md-0, -.px-md-0 { + .px-md-0 { padding-right: 0 !important; } .pb-md-0, -.py-md-0 { + .py-md-0 { padding-bottom: 0 !important; } .pl-md-0, -.px-md-0 { + .px-md-0 { padding-left: 0 !important; } .p-md-1 { padding: 0.25rem !important; } .pt-md-1, -.py-md-1 { + .py-md-1 { padding-top: 0.25rem !important; } .pr-md-1, -.px-md-1 { + .px-md-1 { padding-right: 0.25rem !important; } .pb-md-1, -.py-md-1 { + .py-md-1 { padding-bottom: 0.25rem !important; } .pl-md-1, -.px-md-1 { + .px-md-1 { padding-left: 0.25rem !important; } .p-md-2 { padding: 0.5rem !important; } .pt-md-2, -.py-md-2 { + .py-md-2 { padding-top: 0.5rem !important; } .pr-md-2, -.px-md-2 { + .px-md-2 { padding-right: 0.5rem !important; } .pb-md-2, -.py-md-2 { + .py-md-2 { padding-bottom: 0.5rem !important; } .pl-md-2, -.px-md-2 { + .px-md-2 { padding-left: 0.5rem !important; } .p-md-3 { padding: 1rem !important; } .pt-md-3, -.py-md-3 { + .py-md-3 { padding-top: 1rem !important; } .pr-md-3, -.px-md-3 { + .px-md-3 { padding-right: 1rem !important; } .pb-md-3, -.py-md-3 { + .py-md-3 { padding-bottom: 1rem !important; } .pl-md-3, -.px-md-3 { + .px-md-3 { padding-left: 1rem !important; } .p-md-4 { padding: 1.5rem !important; } .pt-md-4, -.py-md-4 { + .py-md-4 { padding-top: 1.5rem !important; } .pr-md-4, -.px-md-4 { + .px-md-4 { padding-right: 1.5rem !important; } .pb-md-4, -.py-md-4 { + .py-md-4 { padding-bottom: 1.5rem !important; } .pl-md-4, -.px-md-4 { + .px-md-4 { padding-left: 1.5rem !important; } .p-md-5 { padding: 3rem !important; } .pt-md-5, -.py-md-5 { + .py-md-5 { padding-top: 3rem !important; } .pr-md-5, -.px-md-5 { + .px-md-5 { padding-right: 3rem !important; } .pb-md-5, -.py-md-5 { + .py-md-5 { padding-bottom: 3rem !important; } .pl-md-5, -.px-md-5 { + .px-md-5 { padding-left: 3rem !important; } .m-md-n1 { margin: -0.25rem !important; } .mt-md-n1, -.my-md-n1 { + .my-md-n1 { margin-top: -0.25rem !important; } .mr-md-n1, -.mx-md-n1 { + .mx-md-n1 { margin-right: -0.25rem !important; } .mb-md-n1, -.my-md-n1 { + .my-md-n1 { margin-bottom: -0.25rem !important; } .ml-md-n1, -.mx-md-n1 { + .mx-md-n1 { margin-left: -0.25rem !important; } .m-md-n2 { margin: -0.5rem !important; } .mt-md-n2, -.my-md-n2 { + .my-md-n2 { margin-top: -0.5rem !important; } .mr-md-n2, -.mx-md-n2 { + .mx-md-n2 { margin-right: -0.5rem !important; } .mb-md-n2, -.my-md-n2 { + .my-md-n2 { margin-bottom: -0.5rem !important; } .ml-md-n2, -.mx-md-n2 { + .mx-md-n2 { margin-left: -0.5rem !important; } .m-md-n3 { margin: -1rem !important; } .mt-md-n3, -.my-md-n3 { + .my-md-n3 { margin-top: -1rem !important; } .mr-md-n3, -.mx-md-n3 { + .mx-md-n3 { margin-right: -1rem !important; } .mb-md-n3, -.my-md-n3 { + .my-md-n3 { margin-bottom: -1rem !important; } .ml-md-n3, -.mx-md-n3 { + .mx-md-n3 { margin-left: -1rem !important; } .m-md-n4 { margin: -1.5rem !important; } .mt-md-n4, -.my-md-n4 { + .my-md-n4 { margin-top: -1.5rem !important; } .mr-md-n4, -.mx-md-n4 { + .mx-md-n4 { margin-right: -1.5rem !important; } .mb-md-n4, -.my-md-n4 { + .my-md-n4 { margin-bottom: -1.5rem !important; } .ml-md-n4, -.mx-md-n4 { + .mx-md-n4 { margin-left: -1.5rem !important; } .m-md-n5 { margin: -3rem !important; } .mt-md-n5, -.my-md-n5 { + .my-md-n5 { margin-top: -3rem !important; } .mr-md-n5, -.mx-md-n5 { + .mx-md-n5 { margin-right: -3rem !important; } .mb-md-n5, -.my-md-n5 { + .my-md-n5 { margin-bottom: -3rem !important; } .ml-md-n5, -.mx-md-n5 { + .mx-md-n5 { margin-left: -3rem !important; } .m-md-auto { margin: auto !important; } .mt-md-auto, -.my-md-auto { + .my-md-auto { margin-top: auto !important; } .mr-md-auto, -.mx-md-auto { + .mx-md-auto { margin-right: auto !important; } .mb-md-auto, -.my-md-auto { + .my-md-auto { margin-bottom: auto !important; } .ml-md-auto, -.mx-md-auto { + .mx-md-auto { margin-left: auto !important; } } @@ -78567,342 +78567,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-lg-0, -.my-lg-0 { + .my-lg-0 { margin-top: 0 !important; } .mr-lg-0, -.mx-lg-0 { + .mx-lg-0 { margin-right: 0 !important; } .mb-lg-0, -.my-lg-0 { + .my-lg-0 { margin-bottom: 0 !important; } .ml-lg-0, -.mx-lg-0 { + .mx-lg-0 { margin-left: 0 !important; } .m-lg-1 { margin: 0.25rem !important; } .mt-lg-1, -.my-lg-1 { + .my-lg-1 { margin-top: 0.25rem !important; } .mr-lg-1, -.mx-lg-1 { + .mx-lg-1 { margin-right: 0.25rem !important; } .mb-lg-1, -.my-lg-1 { + .my-lg-1 { margin-bottom: 0.25rem !important; } .ml-lg-1, -.mx-lg-1 { + .mx-lg-1 { margin-left: 0.25rem !important; } .m-lg-2 { margin: 0.5rem !important; } .mt-lg-2, -.my-lg-2 { + .my-lg-2 { margin-top: 0.5rem !important; } .mr-lg-2, -.mx-lg-2 { + .mx-lg-2 { margin-right: 0.5rem !important; } .mb-lg-2, -.my-lg-2 { + .my-lg-2 { margin-bottom: 0.5rem !important; } .ml-lg-2, -.mx-lg-2 { + .mx-lg-2 { margin-left: 0.5rem !important; } .m-lg-3 { margin: 1rem !important; } .mt-lg-3, -.my-lg-3 { + .my-lg-3 { margin-top: 1rem !important; } .mr-lg-3, -.mx-lg-3 { + .mx-lg-3 { margin-right: 1rem !important; } .mb-lg-3, -.my-lg-3 { + .my-lg-3 { margin-bottom: 1rem !important; } .ml-lg-3, -.mx-lg-3 { + .mx-lg-3 { margin-left: 1rem !important; } .m-lg-4 { margin: 1.5rem !important; } .mt-lg-4, -.my-lg-4 { + .my-lg-4 { margin-top: 1.5rem !important; } .mr-lg-4, -.mx-lg-4 { + .mx-lg-4 { margin-right: 1.5rem !important; } .mb-lg-4, -.my-lg-4 { + .my-lg-4 { margin-bottom: 1.5rem !important; } .ml-lg-4, -.mx-lg-4 { + .mx-lg-4 { margin-left: 1.5rem !important; } .m-lg-5 { margin: 3rem !important; } .mt-lg-5, -.my-lg-5 { + .my-lg-5 { margin-top: 3rem !important; } .mr-lg-5, -.mx-lg-5 { + .mx-lg-5 { margin-right: 3rem !important; } .mb-lg-5, -.my-lg-5 { + .my-lg-5 { margin-bottom: 3rem !important; } .ml-lg-5, -.mx-lg-5 { + .mx-lg-5 { margin-left: 3rem !important; } .p-lg-0 { padding: 0 !important; } .pt-lg-0, -.py-lg-0 { + .py-lg-0 { padding-top: 0 !important; } .pr-lg-0, -.px-lg-0 { + .px-lg-0 { padding-right: 0 !important; } .pb-lg-0, -.py-lg-0 { + .py-lg-0 { padding-bottom: 0 !important; } .pl-lg-0, -.px-lg-0 { + .px-lg-0 { padding-left: 0 !important; } .p-lg-1 { padding: 0.25rem !important; } .pt-lg-1, -.py-lg-1 { + .py-lg-1 { padding-top: 0.25rem !important; } .pr-lg-1, -.px-lg-1 { + .px-lg-1 { padding-right: 0.25rem !important; } .pb-lg-1, -.py-lg-1 { + .py-lg-1 { padding-bottom: 0.25rem !important; } .pl-lg-1, -.px-lg-1 { + .px-lg-1 { padding-left: 0.25rem !important; } .p-lg-2 { padding: 0.5rem !important; } .pt-lg-2, -.py-lg-2 { + .py-lg-2 { padding-top: 0.5rem !important; } .pr-lg-2, -.px-lg-2 { + .px-lg-2 { padding-right: 0.5rem !important; } .pb-lg-2, -.py-lg-2 { + .py-lg-2 { padding-bottom: 0.5rem !important; } .pl-lg-2, -.px-lg-2 { + .px-lg-2 { padding-left: 0.5rem !important; } .p-lg-3 { padding: 1rem !important; } .pt-lg-3, -.py-lg-3 { + .py-lg-3 { padding-top: 1rem !important; } .pr-lg-3, -.px-lg-3 { + .px-lg-3 { padding-right: 1rem !important; } .pb-lg-3, -.py-lg-3 { + .py-lg-3 { padding-bottom: 1rem !important; } .pl-lg-3, -.px-lg-3 { + .px-lg-3 { padding-left: 1rem !important; } .p-lg-4 { padding: 1.5rem !important; } .pt-lg-4, -.py-lg-4 { + .py-lg-4 { padding-top: 1.5rem !important; } .pr-lg-4, -.px-lg-4 { + .px-lg-4 { padding-right: 1.5rem !important; } .pb-lg-4, -.py-lg-4 { + .py-lg-4 { padding-bottom: 1.5rem !important; } .pl-lg-4, -.px-lg-4 { + .px-lg-4 { padding-left: 1.5rem !important; } .p-lg-5 { padding: 3rem !important; } .pt-lg-5, -.py-lg-5 { + .py-lg-5 { padding-top: 3rem !important; } .pr-lg-5, -.px-lg-5 { + .px-lg-5 { padding-right: 3rem !important; } .pb-lg-5, -.py-lg-5 { + .py-lg-5 { padding-bottom: 3rem !important; } .pl-lg-5, -.px-lg-5 { + .px-lg-5 { padding-left: 3rem !important; } .m-lg-n1 { margin: -0.25rem !important; } .mt-lg-n1, -.my-lg-n1 { + .my-lg-n1 { margin-top: -0.25rem !important; } .mr-lg-n1, -.mx-lg-n1 { + .mx-lg-n1 { margin-right: -0.25rem !important; } .mb-lg-n1, -.my-lg-n1 { + .my-lg-n1 { margin-bottom: -0.25rem !important; } .ml-lg-n1, -.mx-lg-n1 { + .mx-lg-n1 { margin-left: -0.25rem !important; } .m-lg-n2 { margin: -0.5rem !important; } .mt-lg-n2, -.my-lg-n2 { + .my-lg-n2 { margin-top: -0.5rem !important; } .mr-lg-n2, -.mx-lg-n2 { + .mx-lg-n2 { margin-right: -0.5rem !important; } .mb-lg-n2, -.my-lg-n2 { + .my-lg-n2 { margin-bottom: -0.5rem !important; } .ml-lg-n2, -.mx-lg-n2 { + .mx-lg-n2 { margin-left: -0.5rem !important; } .m-lg-n3 { margin: -1rem !important; } .mt-lg-n3, -.my-lg-n3 { + .my-lg-n3 { margin-top: -1rem !important; } .mr-lg-n3, -.mx-lg-n3 { + .mx-lg-n3 { margin-right: -1rem !important; } .mb-lg-n3, -.my-lg-n3 { + .my-lg-n3 { margin-bottom: -1rem !important; } .ml-lg-n3, -.mx-lg-n3 { + .mx-lg-n3 { margin-left: -1rem !important; } .m-lg-n4 { margin: -1.5rem !important; } .mt-lg-n4, -.my-lg-n4 { + .my-lg-n4 { margin-top: -1.5rem !important; } .mr-lg-n4, -.mx-lg-n4 { + .mx-lg-n4 { margin-right: -1.5rem !important; } .mb-lg-n4, -.my-lg-n4 { + .my-lg-n4 { margin-bottom: -1.5rem !important; } .ml-lg-n4, -.mx-lg-n4 { + .mx-lg-n4 { margin-left: -1.5rem !important; } .m-lg-n5 { margin: -3rem !important; } .mt-lg-n5, -.my-lg-n5 { + .my-lg-n5 { margin-top: -3rem !important; } .mr-lg-n5, -.mx-lg-n5 { + .mx-lg-n5 { margin-right: -3rem !important; } .mb-lg-n5, -.my-lg-n5 { + .my-lg-n5 { margin-bottom: -3rem !important; } .ml-lg-n5, -.mx-lg-n5 { + .mx-lg-n5 { margin-left: -3rem !important; } .m-lg-auto { margin: auto !important; } .mt-lg-auto, -.my-lg-auto { + .my-lg-auto { margin-top: auto !important; } .mr-lg-auto, -.mx-lg-auto { + .mx-lg-auto { margin-right: auto !important; } .mb-lg-auto, -.my-lg-auto { + .my-lg-auto { margin-bottom: auto !important; } .ml-lg-auto, -.mx-lg-auto { + .mx-lg-auto { margin-left: auto !important; } } @@ -78911,342 +78911,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-xl-0, -.my-xl-0 { + .my-xl-0 { margin-top: 0 !important; } .mr-xl-0, -.mx-xl-0 { + .mx-xl-0 { margin-right: 0 !important; } .mb-xl-0, -.my-xl-0 { + .my-xl-0 { margin-bottom: 0 !important; } .ml-xl-0, -.mx-xl-0 { + .mx-xl-0 { margin-left: 0 !important; } .m-xl-1 { margin: 0.25rem !important; } .mt-xl-1, -.my-xl-1 { + .my-xl-1 { margin-top: 0.25rem !important; } .mr-xl-1, -.mx-xl-1 { + .mx-xl-1 { margin-right: 0.25rem !important; } .mb-xl-1, -.my-xl-1 { + .my-xl-1 { margin-bottom: 0.25rem !important; } .ml-xl-1, -.mx-xl-1 { + .mx-xl-1 { margin-left: 0.25rem !important; } .m-xl-2 { margin: 0.5rem !important; } .mt-xl-2, -.my-xl-2 { + .my-xl-2 { margin-top: 0.5rem !important; } .mr-xl-2, -.mx-xl-2 { + .mx-xl-2 { margin-right: 0.5rem !important; } .mb-xl-2, -.my-xl-2 { + .my-xl-2 { margin-bottom: 0.5rem !important; } .ml-xl-2, -.mx-xl-2 { + .mx-xl-2 { margin-left: 0.5rem !important; } .m-xl-3 { margin: 1rem !important; } .mt-xl-3, -.my-xl-3 { + .my-xl-3 { margin-top: 1rem !important; } .mr-xl-3, -.mx-xl-3 { + .mx-xl-3 { margin-right: 1rem !important; } .mb-xl-3, -.my-xl-3 { + .my-xl-3 { margin-bottom: 1rem !important; } .ml-xl-3, -.mx-xl-3 { + .mx-xl-3 { margin-left: 1rem !important; } .m-xl-4 { margin: 1.5rem !important; } .mt-xl-4, -.my-xl-4 { + .my-xl-4 { margin-top: 1.5rem !important; } .mr-xl-4, -.mx-xl-4 { + .mx-xl-4 { margin-right: 1.5rem !important; } .mb-xl-4, -.my-xl-4 { + .my-xl-4 { margin-bottom: 1.5rem !important; } .ml-xl-4, -.mx-xl-4 { + .mx-xl-4 { margin-left: 1.5rem !important; } .m-xl-5 { margin: 3rem !important; } .mt-xl-5, -.my-xl-5 { + .my-xl-5 { margin-top: 3rem !important; } .mr-xl-5, -.mx-xl-5 { + .mx-xl-5 { margin-right: 3rem !important; } .mb-xl-5, -.my-xl-5 { + .my-xl-5 { margin-bottom: 3rem !important; } .ml-xl-5, -.mx-xl-5 { + .mx-xl-5 { margin-left: 3rem !important; } .p-xl-0 { padding: 0 !important; } .pt-xl-0, -.py-xl-0 { + .py-xl-0 { padding-top: 0 !important; } .pr-xl-0, -.px-xl-0 { + .px-xl-0 { padding-right: 0 !important; } .pb-xl-0, -.py-xl-0 { + .py-xl-0 { padding-bottom: 0 !important; } .pl-xl-0, -.px-xl-0 { + .px-xl-0 { padding-left: 0 !important; } .p-xl-1 { padding: 0.25rem !important; } .pt-xl-1, -.py-xl-1 { + .py-xl-1 { padding-top: 0.25rem !important; } .pr-xl-1, -.px-xl-1 { + .px-xl-1 { padding-right: 0.25rem !important; } .pb-xl-1, -.py-xl-1 { + .py-xl-1 { padding-bottom: 0.25rem !important; } .pl-xl-1, -.px-xl-1 { + .px-xl-1 { padding-left: 0.25rem !important; } .p-xl-2 { padding: 0.5rem !important; } .pt-xl-2, -.py-xl-2 { + .py-xl-2 { padding-top: 0.5rem !important; } .pr-xl-2, -.px-xl-2 { + .px-xl-2 { padding-right: 0.5rem !important; } .pb-xl-2, -.py-xl-2 { + .py-xl-2 { padding-bottom: 0.5rem !important; } .pl-xl-2, -.px-xl-2 { + .px-xl-2 { padding-left: 0.5rem !important; } .p-xl-3 { padding: 1rem !important; } .pt-xl-3, -.py-xl-3 { + .py-xl-3 { padding-top: 1rem !important; } .pr-xl-3, -.px-xl-3 { + .px-xl-3 { padding-right: 1rem !important; } .pb-xl-3, -.py-xl-3 { + .py-xl-3 { padding-bottom: 1rem !important; } .pl-xl-3, -.px-xl-3 { + .px-xl-3 { padding-left: 1rem !important; } .p-xl-4 { padding: 1.5rem !important; } .pt-xl-4, -.py-xl-4 { + .py-xl-4 { padding-top: 1.5rem !important; } .pr-xl-4, -.px-xl-4 { + .px-xl-4 { padding-right: 1.5rem !important; } .pb-xl-4, -.py-xl-4 { + .py-xl-4 { padding-bottom: 1.5rem !important; } .pl-xl-4, -.px-xl-4 { + .px-xl-4 { padding-left: 1.5rem !important; } .p-xl-5 { padding: 3rem !important; } .pt-xl-5, -.py-xl-5 { + .py-xl-5 { padding-top: 3rem !important; } .pr-xl-5, -.px-xl-5 { + .px-xl-5 { padding-right: 3rem !important; } .pb-xl-5, -.py-xl-5 { + .py-xl-5 { padding-bottom: 3rem !important; } .pl-xl-5, -.px-xl-5 { + .px-xl-5 { padding-left: 3rem !important; } .m-xl-n1 { margin: -0.25rem !important; } .mt-xl-n1, -.my-xl-n1 { + .my-xl-n1 { margin-top: -0.25rem !important; } .mr-xl-n1, -.mx-xl-n1 { + .mx-xl-n1 { margin-right: -0.25rem !important; } .mb-xl-n1, -.my-xl-n1 { + .my-xl-n1 { margin-bottom: -0.25rem !important; } .ml-xl-n1, -.mx-xl-n1 { + .mx-xl-n1 { margin-left: -0.25rem !important; } .m-xl-n2 { margin: -0.5rem !important; } .mt-xl-n2, -.my-xl-n2 { + .my-xl-n2 { margin-top: -0.5rem !important; } .mr-xl-n2, -.mx-xl-n2 { + .mx-xl-n2 { margin-right: -0.5rem !important; } .mb-xl-n2, -.my-xl-n2 { + .my-xl-n2 { margin-bottom: -0.5rem !important; } .ml-xl-n2, -.mx-xl-n2 { + .mx-xl-n2 { margin-left: -0.5rem !important; } .m-xl-n3 { margin: -1rem !important; } .mt-xl-n3, -.my-xl-n3 { + .my-xl-n3 { margin-top: -1rem !important; } .mr-xl-n3, -.mx-xl-n3 { + .mx-xl-n3 { margin-right: -1rem !important; } .mb-xl-n3, -.my-xl-n3 { + .my-xl-n3 { margin-bottom: -1rem !important; } .ml-xl-n3, -.mx-xl-n3 { + .mx-xl-n3 { margin-left: -1rem !important; } .m-xl-n4 { margin: -1.5rem !important; } .mt-xl-n4, -.my-xl-n4 { + .my-xl-n4 { margin-top: -1.5rem !important; } .mr-xl-n4, -.mx-xl-n4 { + .mx-xl-n4 { margin-right: -1.5rem !important; } .mb-xl-n4, -.my-xl-n4 { + .my-xl-n4 { margin-bottom: -1.5rem !important; } .ml-xl-n4, -.mx-xl-n4 { + .mx-xl-n4 { margin-left: -1.5rem !important; } .m-xl-n5 { margin: -3rem !important; } .mt-xl-n5, -.my-xl-n5 { + .my-xl-n5 { margin-top: -3rem !important; } .mr-xl-n5, -.mx-xl-n5 { + .mx-xl-n5 { margin-right: -3rem !important; } .mb-xl-n5, -.my-xl-n5 { + .my-xl-n5 { margin-bottom: -3rem !important; } .ml-xl-n5, -.mx-xl-n5 { + .mx-xl-n5 { margin-left: -3rem !important; } .m-xl-auto { margin: auto !important; } .mt-xl-auto, -.my-xl-auto { + .my-xl-auto { margin-top: auto !important; } .mr-xl-auto, -.mx-xl-auto { + .mx-xl-auto { margin-right: auto !important; } .mb-xl-auto, -.my-xl-auto { + .my-xl-auto { margin-bottom: auto !important; } .ml-xl-auto, -.mx-xl-auto { + .mx-xl-auto { margin-left: auto !important; } } @@ -79491,8 +79491,8 @@ a.text-dark:hover, a.text-dark:focus { @media print { *, -*::before, -*::after { + *::before, + *::after { text-shadow: none !important; box-shadow: none !important; } @@ -79506,22 +79506,22 @@ a.text-dark:hover, a.text-dark:focus { white-space: pre-wrap !important; } pre, -blockquote { + blockquote { border: 1px solid #adb5bd; page-break-inside: avoid; } tr, -img { + img { page-break-inside: avoid; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } @page { @@ -79543,20 +79543,20 @@ h3 { border-collapse: collapse !important; } .table td, -.table th { + .table th { background-color: #fff !important; } .table-bordered th, -.table-bordered td { + .table-bordered td { border: 1px solid #dee2e6 !important; } .table-dark { color: inherit; } .table-dark th, -.table-dark td, -.table-dark thead th, -.table-dark tbody + tbody { + .table-dark td, + .table-dark thead th, + .table-dark tbody + tbody { border-color: #dee2e6; } .table .thead-dark th { @@ -81754,7 +81754,7 @@ textarea.form-control { display: inline-block; } .form-inline .input-group, -.form-inline .custom-select { + .form-inline .custom-select { width: auto; } .form-inline .form-check { @@ -83240,8 +83240,8 @@ input[type=button].btn-block { } @media (prefers-reduced-motion: reduce) { .custom-control-label::before, -.custom-file-label, -.custom-select { + .custom-file-label, + .custom-select { transition: none; } } @@ -83413,11 +83413,11 @@ input[type=button].btn-block { @media (max-width: 575.98px) { .navbar-expand-sm > .container, -.navbar-expand-sm > .container-fluid, -.navbar-expand-sm > .container-sm, -.navbar-expand-sm > .container-md, -.navbar-expand-sm > .container-lg, -.navbar-expand-sm > .container-xl { + .navbar-expand-sm > .container-fluid, + .navbar-expand-sm > .container-sm, + .navbar-expand-sm > .container-md, + .navbar-expand-sm > .container-lg, + .navbar-expand-sm > .container-xl { padding-right: 0; padding-left: 0; } @@ -83438,11 +83438,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-sm > .container, -.navbar-expand-sm > .container-fluid, -.navbar-expand-sm > .container-sm, -.navbar-expand-sm > .container-md, -.navbar-expand-sm > .container-lg, -.navbar-expand-sm > .container-xl { + .navbar-expand-sm > .container-fluid, + .navbar-expand-sm > .container-sm, + .navbar-expand-sm > .container-md, + .navbar-expand-sm > .container-lg, + .navbar-expand-sm > .container-xl { flex-wrap: nowrap; } .navbar-expand-sm .navbar-nav-scroll { @@ -83458,11 +83458,11 @@ input[type=button].btn-block { } @media (max-width: 767.98px) { .navbar-expand-md > .container, -.navbar-expand-md > .container-fluid, -.navbar-expand-md > .container-sm, -.navbar-expand-md > .container-md, -.navbar-expand-md > .container-lg, -.navbar-expand-md > .container-xl { + .navbar-expand-md > .container-fluid, + .navbar-expand-md > .container-sm, + .navbar-expand-md > .container-md, + .navbar-expand-md > .container-lg, + .navbar-expand-md > .container-xl { padding-right: 0; padding-left: 0; } @@ -83483,11 +83483,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-md > .container, -.navbar-expand-md > .container-fluid, -.navbar-expand-md > .container-sm, -.navbar-expand-md > .container-md, -.navbar-expand-md > .container-lg, -.navbar-expand-md > .container-xl { + .navbar-expand-md > .container-fluid, + .navbar-expand-md > .container-sm, + .navbar-expand-md > .container-md, + .navbar-expand-md > .container-lg, + .navbar-expand-md > .container-xl { flex-wrap: nowrap; } .navbar-expand-md .navbar-nav-scroll { @@ -83503,11 +83503,11 @@ input[type=button].btn-block { } @media (max-width: 991.98px) { .navbar-expand-lg > .container, -.navbar-expand-lg > .container-fluid, -.navbar-expand-lg > .container-sm, -.navbar-expand-lg > .container-md, -.navbar-expand-lg > .container-lg, -.navbar-expand-lg > .container-xl { + .navbar-expand-lg > .container-fluid, + .navbar-expand-lg > .container-sm, + .navbar-expand-lg > .container-md, + .navbar-expand-lg > .container-lg, + .navbar-expand-lg > .container-xl { padding-right: 0; padding-left: 0; } @@ -83528,11 +83528,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-lg > .container, -.navbar-expand-lg > .container-fluid, -.navbar-expand-lg > .container-sm, -.navbar-expand-lg > .container-md, -.navbar-expand-lg > .container-lg, -.navbar-expand-lg > .container-xl { + .navbar-expand-lg > .container-fluid, + .navbar-expand-lg > .container-sm, + .navbar-expand-lg > .container-md, + .navbar-expand-lg > .container-lg, + .navbar-expand-lg > .container-xl { flex-wrap: nowrap; } .navbar-expand-lg .navbar-nav-scroll { @@ -83548,11 +83548,11 @@ input[type=button].btn-block { } @media (max-width: 1199.98px) { .navbar-expand-xl > .container, -.navbar-expand-xl > .container-fluid, -.navbar-expand-xl > .container-sm, -.navbar-expand-xl > .container-md, -.navbar-expand-xl > .container-lg, -.navbar-expand-xl > .container-xl { + .navbar-expand-xl > .container-fluid, + .navbar-expand-xl > .container-sm, + .navbar-expand-xl > .container-md, + .navbar-expand-xl > .container-lg, + .navbar-expand-xl > .container-xl { padding-right: 0; padding-left: 0; } @@ -83573,11 +83573,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-xl > .container, -.navbar-expand-xl > .container-fluid, -.navbar-expand-xl > .container-sm, -.navbar-expand-xl > .container-md, -.navbar-expand-xl > .container-lg, -.navbar-expand-xl > .container-xl { + .navbar-expand-xl > .container-fluid, + .navbar-expand-xl > .container-sm, + .navbar-expand-xl > .container-md, + .navbar-expand-xl > .container-lg, + .navbar-expand-xl > .container-xl { flex-wrap: nowrap; } .navbar-expand-xl .navbar-nav-scroll { @@ -83868,11 +83868,11 @@ input[type=button].btn-block { border-bottom-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-top, -.card-group > .card:not(:last-child) .card-header { + .card-group > .card:not(:last-child) .card-header { border-top-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-bottom, -.card-group > .card:not(:last-child) .card-footer { + .card-group > .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; } .card-group > .card:not(:first-child) { @@ -83880,11 +83880,11 @@ input[type=button].btn-block { border-bottom-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-top, -.card-group > .card:not(:first-child) .card-header { + .card-group > .card:not(:first-child) .card-header { border-top-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-bottom, -.card-group > .card:not(:first-child) .card-footer { + .card-group > .card:not(:first-child) .card-footer { border-bottom-left-radius: 0; } } @@ -84923,7 +84923,7 @@ a.close.disabled { } @media (min-width: 992px) { .modal-lg, -.modal-xl { + .modal-xl { max-width: 800px; } } @@ -85246,7 +85246,7 @@ a.close.disabled { } @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-left, -.carousel-fade .active.carousel-item-right { + .carousel-fade .active.carousel-item-right { transition: none; } } @@ -85271,7 +85271,7 @@ a.close.disabled { } @media (prefers-reduced-motion: reduce) { .carousel-control-prev, -.carousel-control-next { + .carousel-control-next { transition: none; } } @@ -85407,7 +85407,7 @@ a.close.disabled { @media (prefers-reduced-motion: reduce) { .spinner-border, -.spinner-grow { + .spinner-grow { animation-duration: 1.5s; } } @@ -87081,342 +87081,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-sm-0, -.my-sm-0 { + .my-sm-0 { margin-top: 0 !important; } .mr-sm-0, -.mx-sm-0 { + .mx-sm-0 { margin-right: 0 !important; } .mb-sm-0, -.my-sm-0 { + .my-sm-0 { margin-bottom: 0 !important; } .ml-sm-0, -.mx-sm-0 { + .mx-sm-0 { margin-left: 0 !important; } .m-sm-1 { margin: 0.25rem !important; } .mt-sm-1, -.my-sm-1 { + .my-sm-1 { margin-top: 0.25rem !important; } .mr-sm-1, -.mx-sm-1 { + .mx-sm-1 { margin-right: 0.25rem !important; } .mb-sm-1, -.my-sm-1 { + .my-sm-1 { margin-bottom: 0.25rem !important; } .ml-sm-1, -.mx-sm-1 { + .mx-sm-1 { margin-left: 0.25rem !important; } .m-sm-2 { margin: 0.5rem !important; } .mt-sm-2, -.my-sm-2 { + .my-sm-2 { margin-top: 0.5rem !important; } .mr-sm-2, -.mx-sm-2 { + .mx-sm-2 { margin-right: 0.5rem !important; } .mb-sm-2, -.my-sm-2 { + .my-sm-2 { margin-bottom: 0.5rem !important; } .ml-sm-2, -.mx-sm-2 { + .mx-sm-2 { margin-left: 0.5rem !important; } .m-sm-3 { margin: 1rem !important; } .mt-sm-3, -.my-sm-3 { + .my-sm-3 { margin-top: 1rem !important; } .mr-sm-3, -.mx-sm-3 { + .mx-sm-3 { margin-right: 1rem !important; } .mb-sm-3, -.my-sm-3 { + .my-sm-3 { margin-bottom: 1rem !important; } .ml-sm-3, -.mx-sm-3 { + .mx-sm-3 { margin-left: 1rem !important; } .m-sm-4 { margin: 1.5rem !important; } .mt-sm-4, -.my-sm-4 { + .my-sm-4 { margin-top: 1.5rem !important; } .mr-sm-4, -.mx-sm-4 { + .mx-sm-4 { margin-right: 1.5rem !important; } .mb-sm-4, -.my-sm-4 { + .my-sm-4 { margin-bottom: 1.5rem !important; } .ml-sm-4, -.mx-sm-4 { + .mx-sm-4 { margin-left: 1.5rem !important; } .m-sm-5 { margin: 3rem !important; } .mt-sm-5, -.my-sm-5 { + .my-sm-5 { margin-top: 3rem !important; } .mr-sm-5, -.mx-sm-5 { + .mx-sm-5 { margin-right: 3rem !important; } .mb-sm-5, -.my-sm-5 { + .my-sm-5 { margin-bottom: 3rem !important; } .ml-sm-5, -.mx-sm-5 { + .mx-sm-5 { margin-left: 3rem !important; } .p-sm-0 { padding: 0 !important; } .pt-sm-0, -.py-sm-0 { + .py-sm-0 { padding-top: 0 !important; } .pr-sm-0, -.px-sm-0 { + .px-sm-0 { padding-right: 0 !important; } .pb-sm-0, -.py-sm-0 { + .py-sm-0 { padding-bottom: 0 !important; } .pl-sm-0, -.px-sm-0 { + .px-sm-0 { padding-left: 0 !important; } .p-sm-1 { padding: 0.25rem !important; } .pt-sm-1, -.py-sm-1 { + .py-sm-1 { padding-top: 0.25rem !important; } .pr-sm-1, -.px-sm-1 { + .px-sm-1 { padding-right: 0.25rem !important; } .pb-sm-1, -.py-sm-1 { + .py-sm-1 { padding-bottom: 0.25rem !important; } .pl-sm-1, -.px-sm-1 { + .px-sm-1 { padding-left: 0.25rem !important; } .p-sm-2 { padding: 0.5rem !important; } .pt-sm-2, -.py-sm-2 { + .py-sm-2 { padding-top: 0.5rem !important; } .pr-sm-2, -.px-sm-2 { + .px-sm-2 { padding-right: 0.5rem !important; } .pb-sm-2, -.py-sm-2 { + .py-sm-2 { padding-bottom: 0.5rem !important; } .pl-sm-2, -.px-sm-2 { + .px-sm-2 { padding-left: 0.5rem !important; } .p-sm-3 { padding: 1rem !important; } .pt-sm-3, -.py-sm-3 { + .py-sm-3 { padding-top: 1rem !important; } .pr-sm-3, -.px-sm-3 { + .px-sm-3 { padding-right: 1rem !important; } .pb-sm-3, -.py-sm-3 { + .py-sm-3 { padding-bottom: 1rem !important; } .pl-sm-3, -.px-sm-3 { + .px-sm-3 { padding-left: 1rem !important; } .p-sm-4 { padding: 1.5rem !important; } .pt-sm-4, -.py-sm-4 { + .py-sm-4 { padding-top: 1.5rem !important; } .pr-sm-4, -.px-sm-4 { + .px-sm-4 { padding-right: 1.5rem !important; } .pb-sm-4, -.py-sm-4 { + .py-sm-4 { padding-bottom: 1.5rem !important; } .pl-sm-4, -.px-sm-4 { + .px-sm-4 { padding-left: 1.5rem !important; } .p-sm-5 { padding: 3rem !important; } .pt-sm-5, -.py-sm-5 { + .py-sm-5 { padding-top: 3rem !important; } .pr-sm-5, -.px-sm-5 { + .px-sm-5 { padding-right: 3rem !important; } .pb-sm-5, -.py-sm-5 { + .py-sm-5 { padding-bottom: 3rem !important; } .pl-sm-5, -.px-sm-5 { + .px-sm-5 { padding-left: 3rem !important; } .m-sm-n1 { margin: -0.25rem !important; } .mt-sm-n1, -.my-sm-n1 { + .my-sm-n1 { margin-top: -0.25rem !important; } .mr-sm-n1, -.mx-sm-n1 { + .mx-sm-n1 { margin-right: -0.25rem !important; } .mb-sm-n1, -.my-sm-n1 { + .my-sm-n1 { margin-bottom: -0.25rem !important; } .ml-sm-n1, -.mx-sm-n1 { + .mx-sm-n1 { margin-left: -0.25rem !important; } .m-sm-n2 { margin: -0.5rem !important; } .mt-sm-n2, -.my-sm-n2 { + .my-sm-n2 { margin-top: -0.5rem !important; } .mr-sm-n2, -.mx-sm-n2 { + .mx-sm-n2 { margin-right: -0.5rem !important; } .mb-sm-n2, -.my-sm-n2 { + .my-sm-n2 { margin-bottom: -0.5rem !important; } .ml-sm-n2, -.mx-sm-n2 { + .mx-sm-n2 { margin-left: -0.5rem !important; } .m-sm-n3 { margin: -1rem !important; } .mt-sm-n3, -.my-sm-n3 { + .my-sm-n3 { margin-top: -1rem !important; } .mr-sm-n3, -.mx-sm-n3 { + .mx-sm-n3 { margin-right: -1rem !important; } .mb-sm-n3, -.my-sm-n3 { + .my-sm-n3 { margin-bottom: -1rem !important; } .ml-sm-n3, -.mx-sm-n3 { + .mx-sm-n3 { margin-left: -1rem !important; } .m-sm-n4 { margin: -1.5rem !important; } .mt-sm-n4, -.my-sm-n4 { + .my-sm-n4 { margin-top: -1.5rem !important; } .mr-sm-n4, -.mx-sm-n4 { + .mx-sm-n4 { margin-right: -1.5rem !important; } .mb-sm-n4, -.my-sm-n4 { + .my-sm-n4 { margin-bottom: -1.5rem !important; } .ml-sm-n4, -.mx-sm-n4 { + .mx-sm-n4 { margin-left: -1.5rem !important; } .m-sm-n5 { margin: -3rem !important; } .mt-sm-n5, -.my-sm-n5 { + .my-sm-n5 { margin-top: -3rem !important; } .mr-sm-n5, -.mx-sm-n5 { + .mx-sm-n5 { margin-right: -3rem !important; } .mb-sm-n5, -.my-sm-n5 { + .my-sm-n5 { margin-bottom: -3rem !important; } .ml-sm-n5, -.mx-sm-n5 { + .mx-sm-n5 { margin-left: -3rem !important; } .m-sm-auto { margin: auto !important; } .mt-sm-auto, -.my-sm-auto { + .my-sm-auto { margin-top: auto !important; } .mr-sm-auto, -.mx-sm-auto { + .mx-sm-auto { margin-right: auto !important; } .mb-sm-auto, -.my-sm-auto { + .my-sm-auto { margin-bottom: auto !important; } .ml-sm-auto, -.mx-sm-auto { + .mx-sm-auto { margin-left: auto !important; } } @@ -87425,342 +87425,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-md-0, -.my-md-0 { + .my-md-0 { margin-top: 0 !important; } .mr-md-0, -.mx-md-0 { + .mx-md-0 { margin-right: 0 !important; } .mb-md-0, -.my-md-0 { + .my-md-0 { margin-bottom: 0 !important; } .ml-md-0, -.mx-md-0 { + .mx-md-0 { margin-left: 0 !important; } .m-md-1 { margin: 0.25rem !important; } .mt-md-1, -.my-md-1 { + .my-md-1 { margin-top: 0.25rem !important; } .mr-md-1, -.mx-md-1 { + .mx-md-1 { margin-right: 0.25rem !important; } .mb-md-1, -.my-md-1 { + .my-md-1 { margin-bottom: 0.25rem !important; } .ml-md-1, -.mx-md-1 { + .mx-md-1 { margin-left: 0.25rem !important; } .m-md-2 { margin: 0.5rem !important; } .mt-md-2, -.my-md-2 { + .my-md-2 { margin-top: 0.5rem !important; } .mr-md-2, -.mx-md-2 { + .mx-md-2 { margin-right: 0.5rem !important; } .mb-md-2, -.my-md-2 { + .my-md-2 { margin-bottom: 0.5rem !important; } .ml-md-2, -.mx-md-2 { + .mx-md-2 { margin-left: 0.5rem !important; } .m-md-3 { margin: 1rem !important; } .mt-md-3, -.my-md-3 { + .my-md-3 { margin-top: 1rem !important; } .mr-md-3, -.mx-md-3 { + .mx-md-3 { margin-right: 1rem !important; } .mb-md-3, -.my-md-3 { + .my-md-3 { margin-bottom: 1rem !important; } .ml-md-3, -.mx-md-3 { + .mx-md-3 { margin-left: 1rem !important; } .m-md-4 { margin: 1.5rem !important; } .mt-md-4, -.my-md-4 { + .my-md-4 { margin-top: 1.5rem !important; } .mr-md-4, -.mx-md-4 { + .mx-md-4 { margin-right: 1.5rem !important; } .mb-md-4, -.my-md-4 { + .my-md-4 { margin-bottom: 1.5rem !important; } .ml-md-4, -.mx-md-4 { + .mx-md-4 { margin-left: 1.5rem !important; } .m-md-5 { margin: 3rem !important; } .mt-md-5, -.my-md-5 { + .my-md-5 { margin-top: 3rem !important; } .mr-md-5, -.mx-md-5 { + .mx-md-5 { margin-right: 3rem !important; } .mb-md-5, -.my-md-5 { + .my-md-5 { margin-bottom: 3rem !important; } .ml-md-5, -.mx-md-5 { + .mx-md-5 { margin-left: 3rem !important; } .p-md-0 { padding: 0 !important; } .pt-md-0, -.py-md-0 { + .py-md-0 { padding-top: 0 !important; } .pr-md-0, -.px-md-0 { + .px-md-0 { padding-right: 0 !important; } .pb-md-0, -.py-md-0 { + .py-md-0 { padding-bottom: 0 !important; } .pl-md-0, -.px-md-0 { + .px-md-0 { padding-left: 0 !important; } .p-md-1 { padding: 0.25rem !important; } .pt-md-1, -.py-md-1 { + .py-md-1 { padding-top: 0.25rem !important; } .pr-md-1, -.px-md-1 { + .px-md-1 { padding-right: 0.25rem !important; } .pb-md-1, -.py-md-1 { + .py-md-1 { padding-bottom: 0.25rem !important; } .pl-md-1, -.px-md-1 { + .px-md-1 { padding-left: 0.25rem !important; } .p-md-2 { padding: 0.5rem !important; } .pt-md-2, -.py-md-2 { + .py-md-2 { padding-top: 0.5rem !important; } .pr-md-2, -.px-md-2 { + .px-md-2 { padding-right: 0.5rem !important; } .pb-md-2, -.py-md-2 { + .py-md-2 { padding-bottom: 0.5rem !important; } .pl-md-2, -.px-md-2 { + .px-md-2 { padding-left: 0.5rem !important; } .p-md-3 { padding: 1rem !important; } .pt-md-3, -.py-md-3 { + .py-md-3 { padding-top: 1rem !important; } .pr-md-3, -.px-md-3 { + .px-md-3 { padding-right: 1rem !important; } .pb-md-3, -.py-md-3 { + .py-md-3 { padding-bottom: 1rem !important; } .pl-md-3, -.px-md-3 { + .px-md-3 { padding-left: 1rem !important; } .p-md-4 { padding: 1.5rem !important; } .pt-md-4, -.py-md-4 { + .py-md-4 { padding-top: 1.5rem !important; } .pr-md-4, -.px-md-4 { + .px-md-4 { padding-right: 1.5rem !important; } .pb-md-4, -.py-md-4 { + .py-md-4 { padding-bottom: 1.5rem !important; } .pl-md-4, -.px-md-4 { + .px-md-4 { padding-left: 1.5rem !important; } .p-md-5 { padding: 3rem !important; } .pt-md-5, -.py-md-5 { + .py-md-5 { padding-top: 3rem !important; } .pr-md-5, -.px-md-5 { + .px-md-5 { padding-right: 3rem !important; } .pb-md-5, -.py-md-5 { + .py-md-5 { padding-bottom: 3rem !important; } .pl-md-5, -.px-md-5 { + .px-md-5 { padding-left: 3rem !important; } .m-md-n1 { margin: -0.25rem !important; } .mt-md-n1, -.my-md-n1 { + .my-md-n1 { margin-top: -0.25rem !important; } .mr-md-n1, -.mx-md-n1 { + .mx-md-n1 { margin-right: -0.25rem !important; } .mb-md-n1, -.my-md-n1 { + .my-md-n1 { margin-bottom: -0.25rem !important; } .ml-md-n1, -.mx-md-n1 { + .mx-md-n1 { margin-left: -0.25rem !important; } .m-md-n2 { margin: -0.5rem !important; } .mt-md-n2, -.my-md-n2 { + .my-md-n2 { margin-top: -0.5rem !important; } .mr-md-n2, -.mx-md-n2 { + .mx-md-n2 { margin-right: -0.5rem !important; } .mb-md-n2, -.my-md-n2 { + .my-md-n2 { margin-bottom: -0.5rem !important; } .ml-md-n2, -.mx-md-n2 { + .mx-md-n2 { margin-left: -0.5rem !important; } .m-md-n3 { margin: -1rem !important; } .mt-md-n3, -.my-md-n3 { + .my-md-n3 { margin-top: -1rem !important; } .mr-md-n3, -.mx-md-n3 { + .mx-md-n3 { margin-right: -1rem !important; } .mb-md-n3, -.my-md-n3 { + .my-md-n3 { margin-bottom: -1rem !important; } .ml-md-n3, -.mx-md-n3 { + .mx-md-n3 { margin-left: -1rem !important; } .m-md-n4 { margin: -1.5rem !important; } .mt-md-n4, -.my-md-n4 { + .my-md-n4 { margin-top: -1.5rem !important; } .mr-md-n4, -.mx-md-n4 { + .mx-md-n4 { margin-right: -1.5rem !important; } .mb-md-n4, -.my-md-n4 { + .my-md-n4 { margin-bottom: -1.5rem !important; } .ml-md-n4, -.mx-md-n4 { + .mx-md-n4 { margin-left: -1.5rem !important; } .m-md-n5 { margin: -3rem !important; } .mt-md-n5, -.my-md-n5 { + .my-md-n5 { margin-top: -3rem !important; } .mr-md-n5, -.mx-md-n5 { + .mx-md-n5 { margin-right: -3rem !important; } .mb-md-n5, -.my-md-n5 { + .my-md-n5 { margin-bottom: -3rem !important; } .ml-md-n5, -.mx-md-n5 { + .mx-md-n5 { margin-left: -3rem !important; } .m-md-auto { margin: auto !important; } .mt-md-auto, -.my-md-auto { + .my-md-auto { margin-top: auto !important; } .mr-md-auto, -.mx-md-auto { + .mx-md-auto { margin-right: auto !important; } .mb-md-auto, -.my-md-auto { + .my-md-auto { margin-bottom: auto !important; } .ml-md-auto, -.mx-md-auto { + .mx-md-auto { margin-left: auto !important; } } @@ -87769,342 +87769,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-lg-0, -.my-lg-0 { + .my-lg-0 { margin-top: 0 !important; } .mr-lg-0, -.mx-lg-0 { + .mx-lg-0 { margin-right: 0 !important; } .mb-lg-0, -.my-lg-0 { + .my-lg-0 { margin-bottom: 0 !important; } .ml-lg-0, -.mx-lg-0 { + .mx-lg-0 { margin-left: 0 !important; } .m-lg-1 { margin: 0.25rem !important; } .mt-lg-1, -.my-lg-1 { + .my-lg-1 { margin-top: 0.25rem !important; } .mr-lg-1, -.mx-lg-1 { + .mx-lg-1 { margin-right: 0.25rem !important; } .mb-lg-1, -.my-lg-1 { + .my-lg-1 { margin-bottom: 0.25rem !important; } .ml-lg-1, -.mx-lg-1 { + .mx-lg-1 { margin-left: 0.25rem !important; } .m-lg-2 { margin: 0.5rem !important; } .mt-lg-2, -.my-lg-2 { + .my-lg-2 { margin-top: 0.5rem !important; } .mr-lg-2, -.mx-lg-2 { + .mx-lg-2 { margin-right: 0.5rem !important; } .mb-lg-2, -.my-lg-2 { + .my-lg-2 { margin-bottom: 0.5rem !important; } .ml-lg-2, -.mx-lg-2 { + .mx-lg-2 { margin-left: 0.5rem !important; } .m-lg-3 { margin: 1rem !important; } .mt-lg-3, -.my-lg-3 { + .my-lg-3 { margin-top: 1rem !important; } .mr-lg-3, -.mx-lg-3 { + .mx-lg-3 { margin-right: 1rem !important; } .mb-lg-3, -.my-lg-3 { + .my-lg-3 { margin-bottom: 1rem !important; } .ml-lg-3, -.mx-lg-3 { + .mx-lg-3 { margin-left: 1rem !important; } .m-lg-4 { margin: 1.5rem !important; } .mt-lg-4, -.my-lg-4 { + .my-lg-4 { margin-top: 1.5rem !important; } .mr-lg-4, -.mx-lg-4 { + .mx-lg-4 { margin-right: 1.5rem !important; } .mb-lg-4, -.my-lg-4 { + .my-lg-4 { margin-bottom: 1.5rem !important; } .ml-lg-4, -.mx-lg-4 { + .mx-lg-4 { margin-left: 1.5rem !important; } .m-lg-5 { margin: 3rem !important; } .mt-lg-5, -.my-lg-5 { + .my-lg-5 { margin-top: 3rem !important; } .mr-lg-5, -.mx-lg-5 { + .mx-lg-5 { margin-right: 3rem !important; } .mb-lg-5, -.my-lg-5 { + .my-lg-5 { margin-bottom: 3rem !important; } .ml-lg-5, -.mx-lg-5 { + .mx-lg-5 { margin-left: 3rem !important; } .p-lg-0 { padding: 0 !important; } .pt-lg-0, -.py-lg-0 { + .py-lg-0 { padding-top: 0 !important; } .pr-lg-0, -.px-lg-0 { + .px-lg-0 { padding-right: 0 !important; } .pb-lg-0, -.py-lg-0 { + .py-lg-0 { padding-bottom: 0 !important; } .pl-lg-0, -.px-lg-0 { + .px-lg-0 { padding-left: 0 !important; } .p-lg-1 { padding: 0.25rem !important; } .pt-lg-1, -.py-lg-1 { + .py-lg-1 { padding-top: 0.25rem !important; } .pr-lg-1, -.px-lg-1 { + .px-lg-1 { padding-right: 0.25rem !important; } .pb-lg-1, -.py-lg-1 { + .py-lg-1 { padding-bottom: 0.25rem !important; } .pl-lg-1, -.px-lg-1 { + .px-lg-1 { padding-left: 0.25rem !important; } .p-lg-2 { padding: 0.5rem !important; } .pt-lg-2, -.py-lg-2 { + .py-lg-2 { padding-top: 0.5rem !important; } .pr-lg-2, -.px-lg-2 { + .px-lg-2 { padding-right: 0.5rem !important; } .pb-lg-2, -.py-lg-2 { + .py-lg-2 { padding-bottom: 0.5rem !important; } .pl-lg-2, -.px-lg-2 { + .px-lg-2 { padding-left: 0.5rem !important; } .p-lg-3 { padding: 1rem !important; } .pt-lg-3, -.py-lg-3 { + .py-lg-3 { padding-top: 1rem !important; } .pr-lg-3, -.px-lg-3 { + .px-lg-3 { padding-right: 1rem !important; } .pb-lg-3, -.py-lg-3 { + .py-lg-3 { padding-bottom: 1rem !important; } .pl-lg-3, -.px-lg-3 { + .px-lg-3 { padding-left: 1rem !important; } .p-lg-4 { padding: 1.5rem !important; } .pt-lg-4, -.py-lg-4 { + .py-lg-4 { padding-top: 1.5rem !important; } .pr-lg-4, -.px-lg-4 { + .px-lg-4 { padding-right: 1.5rem !important; } .pb-lg-4, -.py-lg-4 { + .py-lg-4 { padding-bottom: 1.5rem !important; } .pl-lg-4, -.px-lg-4 { + .px-lg-4 { padding-left: 1.5rem !important; } .p-lg-5 { padding: 3rem !important; } .pt-lg-5, -.py-lg-5 { + .py-lg-5 { padding-top: 3rem !important; } .pr-lg-5, -.px-lg-5 { + .px-lg-5 { padding-right: 3rem !important; } .pb-lg-5, -.py-lg-5 { + .py-lg-5 { padding-bottom: 3rem !important; } .pl-lg-5, -.px-lg-5 { + .px-lg-5 { padding-left: 3rem !important; } .m-lg-n1 { margin: -0.25rem !important; } .mt-lg-n1, -.my-lg-n1 { + .my-lg-n1 { margin-top: -0.25rem !important; } .mr-lg-n1, -.mx-lg-n1 { + .mx-lg-n1 { margin-right: -0.25rem !important; } .mb-lg-n1, -.my-lg-n1 { + .my-lg-n1 { margin-bottom: -0.25rem !important; } .ml-lg-n1, -.mx-lg-n1 { + .mx-lg-n1 { margin-left: -0.25rem !important; } .m-lg-n2 { margin: -0.5rem !important; } .mt-lg-n2, -.my-lg-n2 { + .my-lg-n2 { margin-top: -0.5rem !important; } .mr-lg-n2, -.mx-lg-n2 { + .mx-lg-n2 { margin-right: -0.5rem !important; } .mb-lg-n2, -.my-lg-n2 { + .my-lg-n2 { margin-bottom: -0.5rem !important; } .ml-lg-n2, -.mx-lg-n2 { + .mx-lg-n2 { margin-left: -0.5rem !important; } .m-lg-n3 { margin: -1rem !important; } .mt-lg-n3, -.my-lg-n3 { + .my-lg-n3 { margin-top: -1rem !important; } .mr-lg-n3, -.mx-lg-n3 { + .mx-lg-n3 { margin-right: -1rem !important; } .mb-lg-n3, -.my-lg-n3 { + .my-lg-n3 { margin-bottom: -1rem !important; } .ml-lg-n3, -.mx-lg-n3 { + .mx-lg-n3 { margin-left: -1rem !important; } .m-lg-n4 { margin: -1.5rem !important; } .mt-lg-n4, -.my-lg-n4 { + .my-lg-n4 { margin-top: -1.5rem !important; } .mr-lg-n4, -.mx-lg-n4 { + .mx-lg-n4 { margin-right: -1.5rem !important; } .mb-lg-n4, -.my-lg-n4 { + .my-lg-n4 { margin-bottom: -1.5rem !important; } .ml-lg-n4, -.mx-lg-n4 { + .mx-lg-n4 { margin-left: -1.5rem !important; } .m-lg-n5 { margin: -3rem !important; } .mt-lg-n5, -.my-lg-n5 { + .my-lg-n5 { margin-top: -3rem !important; } .mr-lg-n5, -.mx-lg-n5 { + .mx-lg-n5 { margin-right: -3rem !important; } .mb-lg-n5, -.my-lg-n5 { + .my-lg-n5 { margin-bottom: -3rem !important; } .ml-lg-n5, -.mx-lg-n5 { + .mx-lg-n5 { margin-left: -3rem !important; } .m-lg-auto { margin: auto !important; } .mt-lg-auto, -.my-lg-auto { + .my-lg-auto { margin-top: auto !important; } .mr-lg-auto, -.mx-lg-auto { + .mx-lg-auto { margin-right: auto !important; } .mb-lg-auto, -.my-lg-auto { + .my-lg-auto { margin-bottom: auto !important; } .ml-lg-auto, -.mx-lg-auto { + .mx-lg-auto { margin-left: auto !important; } } @@ -88113,342 +88113,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-xl-0, -.my-xl-0 { + .my-xl-0 { margin-top: 0 !important; } .mr-xl-0, -.mx-xl-0 { + .mx-xl-0 { margin-right: 0 !important; } .mb-xl-0, -.my-xl-0 { + .my-xl-0 { margin-bottom: 0 !important; } .ml-xl-0, -.mx-xl-0 { + .mx-xl-0 { margin-left: 0 !important; } .m-xl-1 { margin: 0.25rem !important; } .mt-xl-1, -.my-xl-1 { + .my-xl-1 { margin-top: 0.25rem !important; } .mr-xl-1, -.mx-xl-1 { + .mx-xl-1 { margin-right: 0.25rem !important; } .mb-xl-1, -.my-xl-1 { + .my-xl-1 { margin-bottom: 0.25rem !important; } .ml-xl-1, -.mx-xl-1 { + .mx-xl-1 { margin-left: 0.25rem !important; } .m-xl-2 { margin: 0.5rem !important; } .mt-xl-2, -.my-xl-2 { + .my-xl-2 { margin-top: 0.5rem !important; } .mr-xl-2, -.mx-xl-2 { + .mx-xl-2 { margin-right: 0.5rem !important; } .mb-xl-2, -.my-xl-2 { + .my-xl-2 { margin-bottom: 0.5rem !important; } .ml-xl-2, -.mx-xl-2 { + .mx-xl-2 { margin-left: 0.5rem !important; } .m-xl-3 { margin: 1rem !important; } .mt-xl-3, -.my-xl-3 { + .my-xl-3 { margin-top: 1rem !important; } .mr-xl-3, -.mx-xl-3 { + .mx-xl-3 { margin-right: 1rem !important; } .mb-xl-3, -.my-xl-3 { + .my-xl-3 { margin-bottom: 1rem !important; } .ml-xl-3, -.mx-xl-3 { + .mx-xl-3 { margin-left: 1rem !important; } .m-xl-4 { margin: 1.5rem !important; } .mt-xl-4, -.my-xl-4 { + .my-xl-4 { margin-top: 1.5rem !important; } .mr-xl-4, -.mx-xl-4 { + .mx-xl-4 { margin-right: 1.5rem !important; } .mb-xl-4, -.my-xl-4 { + .my-xl-4 { margin-bottom: 1.5rem !important; } .ml-xl-4, -.mx-xl-4 { + .mx-xl-4 { margin-left: 1.5rem !important; } .m-xl-5 { margin: 3rem !important; } .mt-xl-5, -.my-xl-5 { + .my-xl-5 { margin-top: 3rem !important; } .mr-xl-5, -.mx-xl-5 { + .mx-xl-5 { margin-right: 3rem !important; } .mb-xl-5, -.my-xl-5 { + .my-xl-5 { margin-bottom: 3rem !important; } .ml-xl-5, -.mx-xl-5 { + .mx-xl-5 { margin-left: 3rem !important; } .p-xl-0 { padding: 0 !important; } .pt-xl-0, -.py-xl-0 { + .py-xl-0 { padding-top: 0 !important; } .pr-xl-0, -.px-xl-0 { + .px-xl-0 { padding-right: 0 !important; } .pb-xl-0, -.py-xl-0 { + .py-xl-0 { padding-bottom: 0 !important; } .pl-xl-0, -.px-xl-0 { + .px-xl-0 { padding-left: 0 !important; } .p-xl-1 { padding: 0.25rem !important; } .pt-xl-1, -.py-xl-1 { + .py-xl-1 { padding-top: 0.25rem !important; } .pr-xl-1, -.px-xl-1 { + .px-xl-1 { padding-right: 0.25rem !important; } .pb-xl-1, -.py-xl-1 { + .py-xl-1 { padding-bottom: 0.25rem !important; } .pl-xl-1, -.px-xl-1 { + .px-xl-1 { padding-left: 0.25rem !important; } .p-xl-2 { padding: 0.5rem !important; } .pt-xl-2, -.py-xl-2 { + .py-xl-2 { padding-top: 0.5rem !important; } .pr-xl-2, -.px-xl-2 { + .px-xl-2 { padding-right: 0.5rem !important; } .pb-xl-2, -.py-xl-2 { + .py-xl-2 { padding-bottom: 0.5rem !important; } .pl-xl-2, -.px-xl-2 { + .px-xl-2 { padding-left: 0.5rem !important; } .p-xl-3 { padding: 1rem !important; } .pt-xl-3, -.py-xl-3 { + .py-xl-3 { padding-top: 1rem !important; } .pr-xl-3, -.px-xl-3 { + .px-xl-3 { padding-right: 1rem !important; } .pb-xl-3, -.py-xl-3 { + .py-xl-3 { padding-bottom: 1rem !important; } .pl-xl-3, -.px-xl-3 { + .px-xl-3 { padding-left: 1rem !important; } .p-xl-4 { padding: 1.5rem !important; } .pt-xl-4, -.py-xl-4 { + .py-xl-4 { padding-top: 1.5rem !important; } .pr-xl-4, -.px-xl-4 { + .px-xl-4 { padding-right: 1.5rem !important; } .pb-xl-4, -.py-xl-4 { + .py-xl-4 { padding-bottom: 1.5rem !important; } .pl-xl-4, -.px-xl-4 { + .px-xl-4 { padding-left: 1.5rem !important; } .p-xl-5 { padding: 3rem !important; } .pt-xl-5, -.py-xl-5 { + .py-xl-5 { padding-top: 3rem !important; } .pr-xl-5, -.px-xl-5 { + .px-xl-5 { padding-right: 3rem !important; } .pb-xl-5, -.py-xl-5 { + .py-xl-5 { padding-bottom: 3rem !important; } .pl-xl-5, -.px-xl-5 { + .px-xl-5 { padding-left: 3rem !important; } .m-xl-n1 { margin: -0.25rem !important; } .mt-xl-n1, -.my-xl-n1 { + .my-xl-n1 { margin-top: -0.25rem !important; } .mr-xl-n1, -.mx-xl-n1 { + .mx-xl-n1 { margin-right: -0.25rem !important; } .mb-xl-n1, -.my-xl-n1 { + .my-xl-n1 { margin-bottom: -0.25rem !important; } .ml-xl-n1, -.mx-xl-n1 { + .mx-xl-n1 { margin-left: -0.25rem !important; } .m-xl-n2 { margin: -0.5rem !important; } .mt-xl-n2, -.my-xl-n2 { + .my-xl-n2 { margin-top: -0.5rem !important; } .mr-xl-n2, -.mx-xl-n2 { + .mx-xl-n2 { margin-right: -0.5rem !important; } .mb-xl-n2, -.my-xl-n2 { + .my-xl-n2 { margin-bottom: -0.5rem !important; } .ml-xl-n2, -.mx-xl-n2 { + .mx-xl-n2 { margin-left: -0.5rem !important; } .m-xl-n3 { margin: -1rem !important; } .mt-xl-n3, -.my-xl-n3 { + .my-xl-n3 { margin-top: -1rem !important; } .mr-xl-n3, -.mx-xl-n3 { + .mx-xl-n3 { margin-right: -1rem !important; } .mb-xl-n3, -.my-xl-n3 { + .my-xl-n3 { margin-bottom: -1rem !important; } .ml-xl-n3, -.mx-xl-n3 { + .mx-xl-n3 { margin-left: -1rem !important; } .m-xl-n4 { margin: -1.5rem !important; } .mt-xl-n4, -.my-xl-n4 { + .my-xl-n4 { margin-top: -1.5rem !important; } .mr-xl-n4, -.mx-xl-n4 { + .mx-xl-n4 { margin-right: -1.5rem !important; } .mb-xl-n4, -.my-xl-n4 { + .my-xl-n4 { margin-bottom: -1.5rem !important; } .ml-xl-n4, -.mx-xl-n4 { + .mx-xl-n4 { margin-left: -1.5rem !important; } .m-xl-n5 { margin: -3rem !important; } .mt-xl-n5, -.my-xl-n5 { + .my-xl-n5 { margin-top: -3rem !important; } .mr-xl-n5, -.mx-xl-n5 { + .mx-xl-n5 { margin-right: -3rem !important; } .mb-xl-n5, -.my-xl-n5 { + .my-xl-n5 { margin-bottom: -3rem !important; } .ml-xl-n5, -.mx-xl-n5 { + .mx-xl-n5 { margin-left: -3rem !important; } .m-xl-auto { margin: auto !important; } .mt-xl-auto, -.my-xl-auto { + .my-xl-auto { margin-top: auto !important; } .mr-xl-auto, -.mx-xl-auto { + .mx-xl-auto { margin-right: auto !important; } .mb-xl-auto, -.my-xl-auto { + .my-xl-auto { margin-bottom: auto !important; } .ml-xl-auto, -.mx-xl-auto { + .mx-xl-auto { margin-left: auto !important; } } @@ -88693,8 +88693,8 @@ a.text-dark:hover, a.text-dark:focus { @media print { *, -*::before, -*::after { + *::before, + *::after { text-shadow: none !important; box-shadow: none !important; } @@ -88708,22 +88708,22 @@ a.text-dark:hover, a.text-dark:focus { white-space: pre-wrap !important; } pre, -blockquote { + blockquote { border: 1px solid #adb5bd; page-break-inside: avoid; } tr, -img { + img { page-break-inside: avoid; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } @page { @@ -88745,20 +88745,20 @@ h3 { border-collapse: collapse !important; } .table td, -.table th { + .table th { background-color: #fff !important; } .table-bordered th, -.table-bordered td { + .table-bordered td { border: 1px solid #dee2e6 !important; } .table-dark { color: inherit; } .table-dark th, -.table-dark td, -.table-dark thead th, -.table-dark tbody + tbody { + .table-dark td, + .table-dark thead th, + .table-dark tbody + tbody { border-color: #dee2e6; } .table .thead-dark th { @@ -89776,51 +89776,51 @@ progress { margin-left: 91.66666667%; } .g-sm-0, -.gx-sm-0 { + .gx-sm-0 { --bs-gutter-x: 0; } .g-sm-0, -.gy-sm-0 { + .gy-sm-0 { --bs-gutter-y: 0; } .g-sm-1, -.gx-sm-1 { + .gx-sm-1 { --bs-gutter-x: 0.25rem; } .g-sm-1, -.gy-sm-1 { + .gy-sm-1 { --bs-gutter-y: 0.25rem; } .g-sm-2, -.gx-sm-2 { + .gx-sm-2 { --bs-gutter-x: 0.5rem; } .g-sm-2, -.gy-sm-2 { + .gy-sm-2 { --bs-gutter-y: 0.5rem; } .g-sm-3, -.gx-sm-3 { + .gx-sm-3 { --bs-gutter-x: 1rem; } .g-sm-3, -.gy-sm-3 { + .gy-sm-3 { --bs-gutter-y: 1rem; } .g-sm-4, -.gx-sm-4 { + .gx-sm-4 { --bs-gutter-x: 1.5rem; } .g-sm-4, -.gy-sm-4 { + .gy-sm-4 { --bs-gutter-y: 1.5rem; } .g-sm-5, -.gx-sm-5 { + .gx-sm-5 { --bs-gutter-x: 3rem; } .g-sm-5, -.gy-sm-5 { + .gy-sm-5 { --bs-gutter-y: 3rem; } } @@ -89945,51 +89945,51 @@ progress { margin-left: 91.66666667%; } .g-md-0, -.gx-md-0 { + .gx-md-0 { --bs-gutter-x: 0; } .g-md-0, -.gy-md-0 { + .gy-md-0 { --bs-gutter-y: 0; } .g-md-1, -.gx-md-1 { + .gx-md-1 { --bs-gutter-x: 0.25rem; } .g-md-1, -.gy-md-1 { + .gy-md-1 { --bs-gutter-y: 0.25rem; } .g-md-2, -.gx-md-2 { + .gx-md-2 { --bs-gutter-x: 0.5rem; } .g-md-2, -.gy-md-2 { + .gy-md-2 { --bs-gutter-y: 0.5rem; } .g-md-3, -.gx-md-3 { + .gx-md-3 { --bs-gutter-x: 1rem; } .g-md-3, -.gy-md-3 { + .gy-md-3 { --bs-gutter-y: 1rem; } .g-md-4, -.gx-md-4 { + .gx-md-4 { --bs-gutter-x: 1.5rem; } .g-md-4, -.gy-md-4 { + .gy-md-4 { --bs-gutter-y: 1.5rem; } .g-md-5, -.gx-md-5 { + .gx-md-5 { --bs-gutter-x: 3rem; } .g-md-5, -.gy-md-5 { + .gy-md-5 { --bs-gutter-y: 3rem; } } @@ -90114,51 +90114,51 @@ progress { margin-left: 91.66666667%; } .g-lg-0, -.gx-lg-0 { + .gx-lg-0 { --bs-gutter-x: 0; } .g-lg-0, -.gy-lg-0 { + .gy-lg-0 { --bs-gutter-y: 0; } .g-lg-1, -.gx-lg-1 { + .gx-lg-1 { --bs-gutter-x: 0.25rem; } .g-lg-1, -.gy-lg-1 { + .gy-lg-1 { --bs-gutter-y: 0.25rem; } .g-lg-2, -.gx-lg-2 { + .gx-lg-2 { --bs-gutter-x: 0.5rem; } .g-lg-2, -.gy-lg-2 { + .gy-lg-2 { --bs-gutter-y: 0.5rem; } .g-lg-3, -.gx-lg-3 { + .gx-lg-3 { --bs-gutter-x: 1rem; } .g-lg-3, -.gy-lg-3 { + .gy-lg-3 { --bs-gutter-y: 1rem; } .g-lg-4, -.gx-lg-4 { + .gx-lg-4 { --bs-gutter-x: 1.5rem; } .g-lg-4, -.gy-lg-4 { + .gy-lg-4 { --bs-gutter-y: 1.5rem; } .g-lg-5, -.gx-lg-5 { + .gx-lg-5 { --bs-gutter-x: 3rem; } .g-lg-5, -.gy-lg-5 { + .gy-lg-5 { --bs-gutter-y: 3rem; } } @@ -90283,51 +90283,51 @@ progress { margin-left: 91.66666667%; } .g-xl-0, -.gx-xl-0 { + .gx-xl-0 { --bs-gutter-x: 0; } .g-xl-0, -.gy-xl-0 { + .gy-xl-0 { --bs-gutter-y: 0; } .g-xl-1, -.gx-xl-1 { + .gx-xl-1 { --bs-gutter-x: 0.25rem; } .g-xl-1, -.gy-xl-1 { + .gy-xl-1 { --bs-gutter-y: 0.25rem; } .g-xl-2, -.gx-xl-2 { + .gx-xl-2 { --bs-gutter-x: 0.5rem; } .g-xl-2, -.gy-xl-2 { + .gy-xl-2 { --bs-gutter-y: 0.5rem; } .g-xl-3, -.gx-xl-3 { + .gx-xl-3 { --bs-gutter-x: 1rem; } .g-xl-3, -.gy-xl-3 { + .gy-xl-3 { --bs-gutter-y: 1rem; } .g-xl-4, -.gx-xl-4 { + .gx-xl-4 { --bs-gutter-x: 1.5rem; } .g-xl-4, -.gy-xl-4 { + .gy-xl-4 { --bs-gutter-y: 1.5rem; } .g-xl-5, -.gx-xl-5 { + .gx-xl-5 { --bs-gutter-x: 3rem; } .g-xl-5, -.gy-xl-5 { + .gy-xl-5 { --bs-gutter-y: 3rem; } } @@ -90452,51 +90452,51 @@ progress { margin-left: 91.66666667%; } .g-xxl-0, -.gx-xxl-0 { + .gx-xxl-0 { --bs-gutter-x: 0; } .g-xxl-0, -.gy-xxl-0 { + .gy-xxl-0 { --bs-gutter-y: 0; } .g-xxl-1, -.gx-xxl-1 { + .gx-xxl-1 { --bs-gutter-x: 0.25rem; } .g-xxl-1, -.gy-xxl-1 { + .gy-xxl-1 { --bs-gutter-y: 0.25rem; } .g-xxl-2, -.gx-xxl-2 { + .gx-xxl-2 { --bs-gutter-x: 0.5rem; } .g-xxl-2, -.gy-xxl-2 { + .gy-xxl-2 { --bs-gutter-y: 0.5rem; } .g-xxl-3, -.gx-xxl-3 { + .gx-xxl-3 { --bs-gutter-x: 1rem; } .g-xxl-3, -.gy-xxl-3 { + .gy-xxl-3 { --bs-gutter-y: 1rem; } .g-xxl-4, -.gx-xxl-4 { + .gx-xxl-4 { --bs-gutter-x: 1.5rem; } .g-xxl-4, -.gy-xxl-4 { + .gy-xxl-4 { --bs-gutter-y: 1.5rem; } .g-xxl-5, -.gx-xxl-5 { + .gx-xxl-5 { --bs-gutter-x: 3rem; } .g-xxl-5, -.gy-xxl-5 { + .gy-xxl-5 { --bs-gutter-y: 3rem; } } @@ -92609,7 +92609,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-sm .offcanvas-top, -.navbar-expand-sm .offcanvas-bottom { + .navbar-expand-sm .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -92662,7 +92662,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-md .offcanvas-top, -.navbar-expand-md .offcanvas-bottom { + .navbar-expand-md .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -92715,7 +92715,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-lg .offcanvas-top, -.navbar-expand-lg .offcanvas-bottom { + .navbar-expand-lg .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -92768,7 +92768,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-xl .offcanvas-top, -.navbar-expand-xl .offcanvas-bottom { + .navbar-expand-xl .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -92821,7 +92821,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-xxl .offcanvas-top, -.navbar-expand-xxl .offcanvas-bottom { + .navbar-expand-xxl .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -93091,11 +93091,11 @@ textarea.form-control-lg { border-bottom-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-top, -.card-group > .card:not(:last-child) .card-header { + .card-group > .card:not(:last-child) .card-header { border-top-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-bottom, -.card-group > .card:not(:last-child) .card-footer { + .card-group > .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; } .card-group > .card:not(:first-child) { @@ -93103,11 +93103,11 @@ textarea.form-control-lg { border-bottom-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-top, -.card-group > .card:not(:first-child) .card-header { + .card-group > .card:not(:first-child) .card-header { border-top-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-bottom, -.card-group > .card:not(:first-child) .card-footer { + .card-group > .card:not(:first-child) .card-footer { border-bottom-left-radius: 0; } } @@ -94048,7 +94048,7 @@ textarea.form-control-lg { } @media (min-width: 992px) { .modal-lg, -.modal-xl { + .modal-xl { max-width: 800px; } } @@ -94489,7 +94489,7 @@ textarea.form-control-lg { } @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-start, -.carousel-fade .active.carousel-item-end { + .carousel-fade .active.carousel-item-end { transition: none; } } @@ -94514,7 +94514,7 @@ textarea.form-control-lg { } @media (prefers-reduced-motion: reduce) { .carousel-control-prev, -.carousel-control-next { + .carousel-control-next { transition: none; } } @@ -94673,7 +94673,7 @@ textarea.form-control-lg { @media (prefers-reduced-motion: reduce) { .spinner-border, -.spinner-grow { + .spinner-grow { animation-duration: 1.5s; } } @@ -98882,7 +98882,12 @@ textarea.form-control-lg { exports[`loader should work when "@use" with "bootstrap" package v5 without tilde, import as a package ('dart-sass', 'legacy' API, 'sass' syntax): errors 1`] = `[]`; -exports[`loader should work when "@use" with "bootstrap" package v5 without tilde, import as a package ('dart-sass', 'legacy' API, 'sass' syntax): warnings 1`] = `[]`; +exports[`loader should work when "@use" with "bootstrap" package v5 without tilde, import as a package ('dart-sass', 'legacy' API, 'sass' syntax): warnings 1`] = ` +[ + "ModuleWarning: Module Warning (from ../src/cjs.js): +Deprecation $weight: Passing a number without unit % (100) is deprecated.", +] +`; exports[`loader should work when "@use" with "bootstrap" package v5 without tilde, import as a package ('dart-sass', 'legacy' API, 'scss' syntax): css 1`] = ` "@charset "UTF-8"; @@ -99888,51 +99893,51 @@ progress { margin-left: 91.66666667%; } .g-sm-0, -.gx-sm-0 { + .gx-sm-0 { --bs-gutter-x: 0; } .g-sm-0, -.gy-sm-0 { + .gy-sm-0 { --bs-gutter-y: 0; } .g-sm-1, -.gx-sm-1 { + .gx-sm-1 { --bs-gutter-x: 0.25rem; } .g-sm-1, -.gy-sm-1 { + .gy-sm-1 { --bs-gutter-y: 0.25rem; } .g-sm-2, -.gx-sm-2 { + .gx-sm-2 { --bs-gutter-x: 0.5rem; } .g-sm-2, -.gy-sm-2 { + .gy-sm-2 { --bs-gutter-y: 0.5rem; } .g-sm-3, -.gx-sm-3 { + .gx-sm-3 { --bs-gutter-x: 1rem; } .g-sm-3, -.gy-sm-3 { + .gy-sm-3 { --bs-gutter-y: 1rem; } .g-sm-4, -.gx-sm-4 { + .gx-sm-4 { --bs-gutter-x: 1.5rem; } .g-sm-4, -.gy-sm-4 { + .gy-sm-4 { --bs-gutter-y: 1.5rem; } .g-sm-5, -.gx-sm-5 { + .gx-sm-5 { --bs-gutter-x: 3rem; } .g-sm-5, -.gy-sm-5 { + .gy-sm-5 { --bs-gutter-y: 3rem; } } @@ -100057,51 +100062,51 @@ progress { margin-left: 91.66666667%; } .g-md-0, -.gx-md-0 { + .gx-md-0 { --bs-gutter-x: 0; } .g-md-0, -.gy-md-0 { + .gy-md-0 { --bs-gutter-y: 0; } .g-md-1, -.gx-md-1 { + .gx-md-1 { --bs-gutter-x: 0.25rem; } .g-md-1, -.gy-md-1 { + .gy-md-1 { --bs-gutter-y: 0.25rem; } .g-md-2, -.gx-md-2 { + .gx-md-2 { --bs-gutter-x: 0.5rem; } .g-md-2, -.gy-md-2 { + .gy-md-2 { --bs-gutter-y: 0.5rem; } .g-md-3, -.gx-md-3 { + .gx-md-3 { --bs-gutter-x: 1rem; } .g-md-3, -.gy-md-3 { + .gy-md-3 { --bs-gutter-y: 1rem; } .g-md-4, -.gx-md-4 { + .gx-md-4 { --bs-gutter-x: 1.5rem; } .g-md-4, -.gy-md-4 { + .gy-md-4 { --bs-gutter-y: 1.5rem; } .g-md-5, -.gx-md-5 { + .gx-md-5 { --bs-gutter-x: 3rem; } .g-md-5, -.gy-md-5 { + .gy-md-5 { --bs-gutter-y: 3rem; } } @@ -100226,51 +100231,51 @@ progress { margin-left: 91.66666667%; } .g-lg-0, -.gx-lg-0 { + .gx-lg-0 { --bs-gutter-x: 0; } .g-lg-0, -.gy-lg-0 { + .gy-lg-0 { --bs-gutter-y: 0; } .g-lg-1, -.gx-lg-1 { + .gx-lg-1 { --bs-gutter-x: 0.25rem; } .g-lg-1, -.gy-lg-1 { + .gy-lg-1 { --bs-gutter-y: 0.25rem; } .g-lg-2, -.gx-lg-2 { + .gx-lg-2 { --bs-gutter-x: 0.5rem; } .g-lg-2, -.gy-lg-2 { + .gy-lg-2 { --bs-gutter-y: 0.5rem; } .g-lg-3, -.gx-lg-3 { + .gx-lg-3 { --bs-gutter-x: 1rem; } .g-lg-3, -.gy-lg-3 { + .gy-lg-3 { --bs-gutter-y: 1rem; } .g-lg-4, -.gx-lg-4 { + .gx-lg-4 { --bs-gutter-x: 1.5rem; } .g-lg-4, -.gy-lg-4 { + .gy-lg-4 { --bs-gutter-y: 1.5rem; } .g-lg-5, -.gx-lg-5 { + .gx-lg-5 { --bs-gutter-x: 3rem; } .g-lg-5, -.gy-lg-5 { + .gy-lg-5 { --bs-gutter-y: 3rem; } } @@ -100395,51 +100400,51 @@ progress { margin-left: 91.66666667%; } .g-xl-0, -.gx-xl-0 { + .gx-xl-0 { --bs-gutter-x: 0; } .g-xl-0, -.gy-xl-0 { + .gy-xl-0 { --bs-gutter-y: 0; } .g-xl-1, -.gx-xl-1 { + .gx-xl-1 { --bs-gutter-x: 0.25rem; } .g-xl-1, -.gy-xl-1 { + .gy-xl-1 { --bs-gutter-y: 0.25rem; } .g-xl-2, -.gx-xl-2 { + .gx-xl-2 { --bs-gutter-x: 0.5rem; } .g-xl-2, -.gy-xl-2 { + .gy-xl-2 { --bs-gutter-y: 0.5rem; } .g-xl-3, -.gx-xl-3 { + .gx-xl-3 { --bs-gutter-x: 1rem; } .g-xl-3, -.gy-xl-3 { + .gy-xl-3 { --bs-gutter-y: 1rem; } .g-xl-4, -.gx-xl-4 { + .gx-xl-4 { --bs-gutter-x: 1.5rem; } .g-xl-4, -.gy-xl-4 { + .gy-xl-4 { --bs-gutter-y: 1.5rem; } .g-xl-5, -.gx-xl-5 { + .gx-xl-5 { --bs-gutter-x: 3rem; } .g-xl-5, -.gy-xl-5 { + .gy-xl-5 { --bs-gutter-y: 3rem; } } @@ -100564,51 +100569,51 @@ progress { margin-left: 91.66666667%; } .g-xxl-0, -.gx-xxl-0 { + .gx-xxl-0 { --bs-gutter-x: 0; } .g-xxl-0, -.gy-xxl-0 { + .gy-xxl-0 { --bs-gutter-y: 0; } .g-xxl-1, -.gx-xxl-1 { + .gx-xxl-1 { --bs-gutter-x: 0.25rem; } .g-xxl-1, -.gy-xxl-1 { + .gy-xxl-1 { --bs-gutter-y: 0.25rem; } .g-xxl-2, -.gx-xxl-2 { + .gx-xxl-2 { --bs-gutter-x: 0.5rem; } .g-xxl-2, -.gy-xxl-2 { + .gy-xxl-2 { --bs-gutter-y: 0.5rem; } .g-xxl-3, -.gx-xxl-3 { + .gx-xxl-3 { --bs-gutter-x: 1rem; } .g-xxl-3, -.gy-xxl-3 { + .gy-xxl-3 { --bs-gutter-y: 1rem; } .g-xxl-4, -.gx-xxl-4 { + .gx-xxl-4 { --bs-gutter-x: 1.5rem; } .g-xxl-4, -.gy-xxl-4 { + .gy-xxl-4 { --bs-gutter-y: 1.5rem; } .g-xxl-5, -.gx-xxl-5 { + .gx-xxl-5 { --bs-gutter-x: 3rem; } .g-xxl-5, -.gy-xxl-5 { + .gy-xxl-5 { --bs-gutter-y: 3rem; } } @@ -102721,7 +102726,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-sm .offcanvas-top, -.navbar-expand-sm .offcanvas-bottom { + .navbar-expand-sm .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -102774,7 +102779,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-md .offcanvas-top, -.navbar-expand-md .offcanvas-bottom { + .navbar-expand-md .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -102827,7 +102832,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-lg .offcanvas-top, -.navbar-expand-lg .offcanvas-bottom { + .navbar-expand-lg .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -102880,7 +102885,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-xl .offcanvas-top, -.navbar-expand-xl .offcanvas-bottom { + .navbar-expand-xl .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -102933,7 +102938,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-xxl .offcanvas-top, -.navbar-expand-xxl .offcanvas-bottom { + .navbar-expand-xxl .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -103203,11 +103208,11 @@ textarea.form-control-lg { border-bottom-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-top, -.card-group > .card:not(:last-child) .card-header { + .card-group > .card:not(:last-child) .card-header { border-top-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-bottom, -.card-group > .card:not(:last-child) .card-footer { + .card-group > .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; } .card-group > .card:not(:first-child) { @@ -103215,11 +103220,11 @@ textarea.form-control-lg { border-bottom-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-top, -.card-group > .card:not(:first-child) .card-header { + .card-group > .card:not(:first-child) .card-header { border-top-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-bottom, -.card-group > .card:not(:first-child) .card-footer { + .card-group > .card:not(:first-child) .card-footer { border-bottom-left-radius: 0; } } @@ -104160,7 +104165,7 @@ textarea.form-control-lg { } @media (min-width: 992px) { .modal-lg, -.modal-xl { + .modal-xl { max-width: 800px; } } @@ -104601,7 +104606,7 @@ textarea.form-control-lg { } @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-start, -.carousel-fade .active.carousel-item-end { + .carousel-fade .active.carousel-item-end { transition: none; } } @@ -104626,7 +104631,7 @@ textarea.form-control-lg { } @media (prefers-reduced-motion: reduce) { .carousel-control-prev, -.carousel-control-next { + .carousel-control-next { transition: none; } } @@ -104785,7 +104790,7 @@ textarea.form-control-lg { @media (prefers-reduced-motion: reduce) { .spinner-border, -.spinner-grow { + .spinner-grow { animation-duration: 1.5s; } } @@ -108994,7 +108999,12 @@ textarea.form-control-lg { exports[`loader should work when "@use" with "bootstrap" package v5 without tilde, import as a package ('dart-sass', 'legacy' API, 'scss' syntax): errors 1`] = `[]`; -exports[`loader should work when "@use" with "bootstrap" package v5 without tilde, import as a package ('dart-sass', 'legacy' API, 'scss' syntax): warnings 1`] = `[]`; +exports[`loader should work when "@use" with "bootstrap" package v5 without tilde, import as a package ('dart-sass', 'legacy' API, 'scss' syntax): warnings 1`] = ` +[ + "ModuleWarning: Module Warning (from ../src/cjs.js): +Deprecation $weight: Passing a number without unit % (100) is deprecated.", +] +`; exports[`loader should work when "@use" with "bootstrap" package v5 without tilde, import as a package ('sass-embedded', 'legacy' API, 'sass' syntax): css 1`] = ` "@charset "UTF-8"; @@ -110000,51 +110010,51 @@ progress { margin-left: 91.66666667%; } .g-sm-0, -.gx-sm-0 { + .gx-sm-0 { --bs-gutter-x: 0; } .g-sm-0, -.gy-sm-0 { + .gy-sm-0 { --bs-gutter-y: 0; } .g-sm-1, -.gx-sm-1 { + .gx-sm-1 { --bs-gutter-x: 0.25rem; } .g-sm-1, -.gy-sm-1 { + .gy-sm-1 { --bs-gutter-y: 0.25rem; } .g-sm-2, -.gx-sm-2 { + .gx-sm-2 { --bs-gutter-x: 0.5rem; } .g-sm-2, -.gy-sm-2 { + .gy-sm-2 { --bs-gutter-y: 0.5rem; } .g-sm-3, -.gx-sm-3 { + .gx-sm-3 { --bs-gutter-x: 1rem; } .g-sm-3, -.gy-sm-3 { + .gy-sm-3 { --bs-gutter-y: 1rem; } .g-sm-4, -.gx-sm-4 { + .gx-sm-4 { --bs-gutter-x: 1.5rem; } .g-sm-4, -.gy-sm-4 { + .gy-sm-4 { --bs-gutter-y: 1.5rem; } .g-sm-5, -.gx-sm-5 { + .gx-sm-5 { --bs-gutter-x: 3rem; } .g-sm-5, -.gy-sm-5 { + .gy-sm-5 { --bs-gutter-y: 3rem; } } @@ -110169,51 +110179,51 @@ progress { margin-left: 91.66666667%; } .g-md-0, -.gx-md-0 { + .gx-md-0 { --bs-gutter-x: 0; } .g-md-0, -.gy-md-0 { + .gy-md-0 { --bs-gutter-y: 0; } .g-md-1, -.gx-md-1 { + .gx-md-1 { --bs-gutter-x: 0.25rem; } .g-md-1, -.gy-md-1 { + .gy-md-1 { --bs-gutter-y: 0.25rem; } .g-md-2, -.gx-md-2 { + .gx-md-2 { --bs-gutter-x: 0.5rem; } .g-md-2, -.gy-md-2 { + .gy-md-2 { --bs-gutter-y: 0.5rem; } .g-md-3, -.gx-md-3 { + .gx-md-3 { --bs-gutter-x: 1rem; } .g-md-3, -.gy-md-3 { + .gy-md-3 { --bs-gutter-y: 1rem; } .g-md-4, -.gx-md-4 { + .gx-md-4 { --bs-gutter-x: 1.5rem; } .g-md-4, -.gy-md-4 { + .gy-md-4 { --bs-gutter-y: 1.5rem; } .g-md-5, -.gx-md-5 { + .gx-md-5 { --bs-gutter-x: 3rem; } .g-md-5, -.gy-md-5 { + .gy-md-5 { --bs-gutter-y: 3rem; } } @@ -110338,51 +110348,51 @@ progress { margin-left: 91.66666667%; } .g-lg-0, -.gx-lg-0 { + .gx-lg-0 { --bs-gutter-x: 0; } .g-lg-0, -.gy-lg-0 { + .gy-lg-0 { --bs-gutter-y: 0; } .g-lg-1, -.gx-lg-1 { + .gx-lg-1 { --bs-gutter-x: 0.25rem; } .g-lg-1, -.gy-lg-1 { + .gy-lg-1 { --bs-gutter-y: 0.25rem; } .g-lg-2, -.gx-lg-2 { + .gx-lg-2 { --bs-gutter-x: 0.5rem; } .g-lg-2, -.gy-lg-2 { + .gy-lg-2 { --bs-gutter-y: 0.5rem; } .g-lg-3, -.gx-lg-3 { + .gx-lg-3 { --bs-gutter-x: 1rem; } .g-lg-3, -.gy-lg-3 { + .gy-lg-3 { --bs-gutter-y: 1rem; } .g-lg-4, -.gx-lg-4 { + .gx-lg-4 { --bs-gutter-x: 1.5rem; } .g-lg-4, -.gy-lg-4 { + .gy-lg-4 { --bs-gutter-y: 1.5rem; } .g-lg-5, -.gx-lg-5 { + .gx-lg-5 { --bs-gutter-x: 3rem; } .g-lg-5, -.gy-lg-5 { + .gy-lg-5 { --bs-gutter-y: 3rem; } } @@ -110507,51 +110517,51 @@ progress { margin-left: 91.66666667%; } .g-xl-0, -.gx-xl-0 { + .gx-xl-0 { --bs-gutter-x: 0; } .g-xl-0, -.gy-xl-0 { + .gy-xl-0 { --bs-gutter-y: 0; } .g-xl-1, -.gx-xl-1 { + .gx-xl-1 { --bs-gutter-x: 0.25rem; } .g-xl-1, -.gy-xl-1 { + .gy-xl-1 { --bs-gutter-y: 0.25rem; } .g-xl-2, -.gx-xl-2 { + .gx-xl-2 { --bs-gutter-x: 0.5rem; } .g-xl-2, -.gy-xl-2 { + .gy-xl-2 { --bs-gutter-y: 0.5rem; } .g-xl-3, -.gx-xl-3 { + .gx-xl-3 { --bs-gutter-x: 1rem; } .g-xl-3, -.gy-xl-3 { + .gy-xl-3 { --bs-gutter-y: 1rem; } .g-xl-4, -.gx-xl-4 { + .gx-xl-4 { --bs-gutter-x: 1.5rem; } .g-xl-4, -.gy-xl-4 { + .gy-xl-4 { --bs-gutter-y: 1.5rem; } .g-xl-5, -.gx-xl-5 { + .gx-xl-5 { --bs-gutter-x: 3rem; } .g-xl-5, -.gy-xl-5 { + .gy-xl-5 { --bs-gutter-y: 3rem; } } @@ -110676,51 +110686,51 @@ progress { margin-left: 91.66666667%; } .g-xxl-0, -.gx-xxl-0 { + .gx-xxl-0 { --bs-gutter-x: 0; } .g-xxl-0, -.gy-xxl-0 { + .gy-xxl-0 { --bs-gutter-y: 0; } .g-xxl-1, -.gx-xxl-1 { + .gx-xxl-1 { --bs-gutter-x: 0.25rem; } .g-xxl-1, -.gy-xxl-1 { + .gy-xxl-1 { --bs-gutter-y: 0.25rem; } .g-xxl-2, -.gx-xxl-2 { + .gx-xxl-2 { --bs-gutter-x: 0.5rem; } .g-xxl-2, -.gy-xxl-2 { + .gy-xxl-2 { --bs-gutter-y: 0.5rem; } .g-xxl-3, -.gx-xxl-3 { + .gx-xxl-3 { --bs-gutter-x: 1rem; } .g-xxl-3, -.gy-xxl-3 { + .gy-xxl-3 { --bs-gutter-y: 1rem; } .g-xxl-4, -.gx-xxl-4 { + .gx-xxl-4 { --bs-gutter-x: 1.5rem; } .g-xxl-4, -.gy-xxl-4 { + .gy-xxl-4 { --bs-gutter-y: 1.5rem; } .g-xxl-5, -.gx-xxl-5 { + .gx-xxl-5 { --bs-gutter-x: 3rem; } .g-xxl-5, -.gy-xxl-5 { + .gy-xxl-5 { --bs-gutter-y: 3rem; } } @@ -112833,7 +112843,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-sm .offcanvas-top, -.navbar-expand-sm .offcanvas-bottom { + .navbar-expand-sm .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -112886,7 +112896,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-md .offcanvas-top, -.navbar-expand-md .offcanvas-bottom { + .navbar-expand-md .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -112939,7 +112949,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-lg .offcanvas-top, -.navbar-expand-lg .offcanvas-bottom { + .navbar-expand-lg .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -112992,7 +113002,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-xl .offcanvas-top, -.navbar-expand-xl .offcanvas-bottom { + .navbar-expand-xl .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -113045,7 +113055,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-xxl .offcanvas-top, -.navbar-expand-xxl .offcanvas-bottom { + .navbar-expand-xxl .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -113315,11 +113325,11 @@ textarea.form-control-lg { border-bottom-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-top, -.card-group > .card:not(:last-child) .card-header { + .card-group > .card:not(:last-child) .card-header { border-top-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-bottom, -.card-group > .card:not(:last-child) .card-footer { + .card-group > .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; } .card-group > .card:not(:first-child) { @@ -113327,11 +113337,11 @@ textarea.form-control-lg { border-bottom-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-top, -.card-group > .card:not(:first-child) .card-header { + .card-group > .card:not(:first-child) .card-header { border-top-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-bottom, -.card-group > .card:not(:first-child) .card-footer { + .card-group > .card:not(:first-child) .card-footer { border-bottom-left-radius: 0; } } @@ -114272,7 +114282,7 @@ textarea.form-control-lg { } @media (min-width: 992px) { .modal-lg, -.modal-xl { + .modal-xl { max-width: 800px; } } @@ -114713,7 +114723,7 @@ textarea.form-control-lg { } @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-start, -.carousel-fade .active.carousel-item-end { + .carousel-fade .active.carousel-item-end { transition: none; } } @@ -114738,7 +114748,7 @@ textarea.form-control-lg { } @media (prefers-reduced-motion: reduce) { .carousel-control-prev, -.carousel-control-next { + .carousel-control-next { transition: none; } } @@ -114897,7 +114907,7 @@ textarea.form-control-lg { @media (prefers-reduced-motion: reduce) { .spinner-border, -.spinner-grow { + .spinner-grow { animation-duration: 1.5s; } } @@ -119106,7 +119116,12 @@ textarea.form-control-lg { exports[`loader should work when "@use" with "bootstrap" package v5 without tilde, import as a package ('sass-embedded', 'legacy' API, 'sass' syntax): errors 1`] = `[]`; -exports[`loader should work when "@use" with "bootstrap" package v5 without tilde, import as a package ('sass-embedded', 'legacy' API, 'sass' syntax): warnings 1`] = `[]`; +exports[`loader should work when "@use" with "bootstrap" package v5 without tilde, import as a package ('sass-embedded', 'legacy' API, 'sass' syntax): warnings 1`] = ` +[ + "ModuleWarning: Module Warning (from ../src/cjs.js): +Deprecation $weight: Passing a number without unit % (100) is deprecated.", +] +`; exports[`loader should work when "@use" with "bootstrap" package v5 without tilde, import as a package ('sass-embedded', 'legacy' API, 'scss' syntax): css 1`] = ` "@charset "UTF-8"; @@ -120112,51 +120127,51 @@ progress { margin-left: 91.66666667%; } .g-sm-0, -.gx-sm-0 { + .gx-sm-0 { --bs-gutter-x: 0; } .g-sm-0, -.gy-sm-0 { + .gy-sm-0 { --bs-gutter-y: 0; } .g-sm-1, -.gx-sm-1 { + .gx-sm-1 { --bs-gutter-x: 0.25rem; } .g-sm-1, -.gy-sm-1 { + .gy-sm-1 { --bs-gutter-y: 0.25rem; } .g-sm-2, -.gx-sm-2 { + .gx-sm-2 { --bs-gutter-x: 0.5rem; } .g-sm-2, -.gy-sm-2 { + .gy-sm-2 { --bs-gutter-y: 0.5rem; } .g-sm-3, -.gx-sm-3 { + .gx-sm-3 { --bs-gutter-x: 1rem; } .g-sm-3, -.gy-sm-3 { + .gy-sm-3 { --bs-gutter-y: 1rem; } .g-sm-4, -.gx-sm-4 { + .gx-sm-4 { --bs-gutter-x: 1.5rem; } .g-sm-4, -.gy-sm-4 { + .gy-sm-4 { --bs-gutter-y: 1.5rem; } .g-sm-5, -.gx-sm-5 { + .gx-sm-5 { --bs-gutter-x: 3rem; } .g-sm-5, -.gy-sm-5 { + .gy-sm-5 { --bs-gutter-y: 3rem; } } @@ -120281,51 +120296,51 @@ progress { margin-left: 91.66666667%; } .g-md-0, -.gx-md-0 { + .gx-md-0 { --bs-gutter-x: 0; } .g-md-0, -.gy-md-0 { + .gy-md-0 { --bs-gutter-y: 0; } .g-md-1, -.gx-md-1 { + .gx-md-1 { --bs-gutter-x: 0.25rem; } .g-md-1, -.gy-md-1 { + .gy-md-1 { --bs-gutter-y: 0.25rem; } .g-md-2, -.gx-md-2 { + .gx-md-2 { --bs-gutter-x: 0.5rem; } .g-md-2, -.gy-md-2 { + .gy-md-2 { --bs-gutter-y: 0.5rem; } .g-md-3, -.gx-md-3 { + .gx-md-3 { --bs-gutter-x: 1rem; } .g-md-3, -.gy-md-3 { + .gy-md-3 { --bs-gutter-y: 1rem; } .g-md-4, -.gx-md-4 { + .gx-md-4 { --bs-gutter-x: 1.5rem; } .g-md-4, -.gy-md-4 { + .gy-md-4 { --bs-gutter-y: 1.5rem; } .g-md-5, -.gx-md-5 { + .gx-md-5 { --bs-gutter-x: 3rem; } .g-md-5, -.gy-md-5 { + .gy-md-5 { --bs-gutter-y: 3rem; } } @@ -120450,51 +120465,51 @@ progress { margin-left: 91.66666667%; } .g-lg-0, -.gx-lg-0 { + .gx-lg-0 { --bs-gutter-x: 0; } .g-lg-0, -.gy-lg-0 { + .gy-lg-0 { --bs-gutter-y: 0; } .g-lg-1, -.gx-lg-1 { + .gx-lg-1 { --bs-gutter-x: 0.25rem; } .g-lg-1, -.gy-lg-1 { + .gy-lg-1 { --bs-gutter-y: 0.25rem; } .g-lg-2, -.gx-lg-2 { + .gx-lg-2 { --bs-gutter-x: 0.5rem; } .g-lg-2, -.gy-lg-2 { + .gy-lg-2 { --bs-gutter-y: 0.5rem; } .g-lg-3, -.gx-lg-3 { + .gx-lg-3 { --bs-gutter-x: 1rem; } .g-lg-3, -.gy-lg-3 { + .gy-lg-3 { --bs-gutter-y: 1rem; } .g-lg-4, -.gx-lg-4 { + .gx-lg-4 { --bs-gutter-x: 1.5rem; } .g-lg-4, -.gy-lg-4 { + .gy-lg-4 { --bs-gutter-y: 1.5rem; } .g-lg-5, -.gx-lg-5 { + .gx-lg-5 { --bs-gutter-x: 3rem; } .g-lg-5, -.gy-lg-5 { + .gy-lg-5 { --bs-gutter-y: 3rem; } } @@ -120619,51 +120634,51 @@ progress { margin-left: 91.66666667%; } .g-xl-0, -.gx-xl-0 { + .gx-xl-0 { --bs-gutter-x: 0; } .g-xl-0, -.gy-xl-0 { + .gy-xl-0 { --bs-gutter-y: 0; } .g-xl-1, -.gx-xl-1 { + .gx-xl-1 { --bs-gutter-x: 0.25rem; } .g-xl-1, -.gy-xl-1 { + .gy-xl-1 { --bs-gutter-y: 0.25rem; } .g-xl-2, -.gx-xl-2 { + .gx-xl-2 { --bs-gutter-x: 0.5rem; } .g-xl-2, -.gy-xl-2 { + .gy-xl-2 { --bs-gutter-y: 0.5rem; } .g-xl-3, -.gx-xl-3 { + .gx-xl-3 { --bs-gutter-x: 1rem; } .g-xl-3, -.gy-xl-3 { + .gy-xl-3 { --bs-gutter-y: 1rem; } .g-xl-4, -.gx-xl-4 { + .gx-xl-4 { --bs-gutter-x: 1.5rem; } .g-xl-4, -.gy-xl-4 { + .gy-xl-4 { --bs-gutter-y: 1.5rem; } .g-xl-5, -.gx-xl-5 { + .gx-xl-5 { --bs-gutter-x: 3rem; } .g-xl-5, -.gy-xl-5 { + .gy-xl-5 { --bs-gutter-y: 3rem; } } @@ -120788,51 +120803,51 @@ progress { margin-left: 91.66666667%; } .g-xxl-0, -.gx-xxl-0 { + .gx-xxl-0 { --bs-gutter-x: 0; } .g-xxl-0, -.gy-xxl-0 { + .gy-xxl-0 { --bs-gutter-y: 0; } .g-xxl-1, -.gx-xxl-1 { + .gx-xxl-1 { --bs-gutter-x: 0.25rem; } .g-xxl-1, -.gy-xxl-1 { + .gy-xxl-1 { --bs-gutter-y: 0.25rem; } .g-xxl-2, -.gx-xxl-2 { + .gx-xxl-2 { --bs-gutter-x: 0.5rem; } .g-xxl-2, -.gy-xxl-2 { + .gy-xxl-2 { --bs-gutter-y: 0.5rem; } .g-xxl-3, -.gx-xxl-3 { + .gx-xxl-3 { --bs-gutter-x: 1rem; } .g-xxl-3, -.gy-xxl-3 { + .gy-xxl-3 { --bs-gutter-y: 1rem; } .g-xxl-4, -.gx-xxl-4 { + .gx-xxl-4 { --bs-gutter-x: 1.5rem; } .g-xxl-4, -.gy-xxl-4 { + .gy-xxl-4 { --bs-gutter-y: 1.5rem; } .g-xxl-5, -.gx-xxl-5 { + .gx-xxl-5 { --bs-gutter-x: 3rem; } .g-xxl-5, -.gy-xxl-5 { + .gy-xxl-5 { --bs-gutter-y: 3rem; } } @@ -122945,7 +122960,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-sm .offcanvas-top, -.navbar-expand-sm .offcanvas-bottom { + .navbar-expand-sm .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -122998,7 +123013,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-md .offcanvas-top, -.navbar-expand-md .offcanvas-bottom { + .navbar-expand-md .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -123051,7 +123066,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-lg .offcanvas-top, -.navbar-expand-lg .offcanvas-bottom { + .navbar-expand-lg .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -123104,7 +123119,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-xl .offcanvas-top, -.navbar-expand-xl .offcanvas-bottom { + .navbar-expand-xl .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -123157,7 +123172,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-xxl .offcanvas-top, -.navbar-expand-xxl .offcanvas-bottom { + .navbar-expand-xxl .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -123427,11 +123442,11 @@ textarea.form-control-lg { border-bottom-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-top, -.card-group > .card:not(:last-child) .card-header { + .card-group > .card:not(:last-child) .card-header { border-top-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-bottom, -.card-group > .card:not(:last-child) .card-footer { + .card-group > .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; } .card-group > .card:not(:first-child) { @@ -123439,11 +123454,11 @@ textarea.form-control-lg { border-bottom-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-top, -.card-group > .card:not(:first-child) .card-header { + .card-group > .card:not(:first-child) .card-header { border-top-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-bottom, -.card-group > .card:not(:first-child) .card-footer { + .card-group > .card:not(:first-child) .card-footer { border-bottom-left-radius: 0; } } @@ -124384,7 +124399,7 @@ textarea.form-control-lg { } @media (min-width: 992px) { .modal-lg, -.modal-xl { + .modal-xl { max-width: 800px; } } @@ -124825,7 +124840,7 @@ textarea.form-control-lg { } @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-start, -.carousel-fade .active.carousel-item-end { + .carousel-fade .active.carousel-item-end { transition: none; } } @@ -124850,7 +124865,7 @@ textarea.form-control-lg { } @media (prefers-reduced-motion: reduce) { .carousel-control-prev, -.carousel-control-next { + .carousel-control-next { transition: none; } } @@ -125009,7 +125024,7 @@ textarea.form-control-lg { @media (prefers-reduced-motion: reduce) { .spinner-border, -.spinner-grow { + .spinner-grow { animation-duration: 1.5s; } } @@ -129218,7 +129233,12 @@ textarea.form-control-lg { exports[`loader should work when "@use" with "bootstrap" package v5 without tilde, import as a package ('sass-embedded', 'legacy' API, 'scss' syntax): errors 1`] = `[]`; -exports[`loader should work when "@use" with "bootstrap" package v5 without tilde, import as a package ('sass-embedded', 'legacy' API, 'scss' syntax): warnings 1`] = `[]`; +exports[`loader should work when "@use" with "bootstrap" package v5 without tilde, import as a package ('sass-embedded', 'legacy' API, 'scss' syntax): warnings 1`] = ` +[ + "ModuleWarning: Module Warning (from ../src/cjs.js): +Deprecation $weight: Passing a number without unit % (100) is deprecated.", +] +`; exports[`loader should work when "@use" with "bootstrap" package v5, import as a package ('dart-sass', 'legacy' API, 'sass' syntax): css 1`] = ` "@charset "UTF-8"; @@ -130224,51 +130244,51 @@ progress { margin-left: 91.66666667%; } .g-sm-0, -.gx-sm-0 { + .gx-sm-0 { --bs-gutter-x: 0; } .g-sm-0, -.gy-sm-0 { + .gy-sm-0 { --bs-gutter-y: 0; } .g-sm-1, -.gx-sm-1 { + .gx-sm-1 { --bs-gutter-x: 0.25rem; } .g-sm-1, -.gy-sm-1 { + .gy-sm-1 { --bs-gutter-y: 0.25rem; } .g-sm-2, -.gx-sm-2 { + .gx-sm-2 { --bs-gutter-x: 0.5rem; } .g-sm-2, -.gy-sm-2 { + .gy-sm-2 { --bs-gutter-y: 0.5rem; } .g-sm-3, -.gx-sm-3 { + .gx-sm-3 { --bs-gutter-x: 1rem; } .g-sm-3, -.gy-sm-3 { + .gy-sm-3 { --bs-gutter-y: 1rem; } .g-sm-4, -.gx-sm-4 { + .gx-sm-4 { --bs-gutter-x: 1.5rem; } .g-sm-4, -.gy-sm-4 { + .gy-sm-4 { --bs-gutter-y: 1.5rem; } .g-sm-5, -.gx-sm-5 { + .gx-sm-5 { --bs-gutter-x: 3rem; } .g-sm-5, -.gy-sm-5 { + .gy-sm-5 { --bs-gutter-y: 3rem; } } @@ -130393,51 +130413,51 @@ progress { margin-left: 91.66666667%; } .g-md-0, -.gx-md-0 { + .gx-md-0 { --bs-gutter-x: 0; } .g-md-0, -.gy-md-0 { + .gy-md-0 { --bs-gutter-y: 0; } .g-md-1, -.gx-md-1 { + .gx-md-1 { --bs-gutter-x: 0.25rem; } .g-md-1, -.gy-md-1 { + .gy-md-1 { --bs-gutter-y: 0.25rem; } .g-md-2, -.gx-md-2 { + .gx-md-2 { --bs-gutter-x: 0.5rem; } .g-md-2, -.gy-md-2 { + .gy-md-2 { --bs-gutter-y: 0.5rem; } .g-md-3, -.gx-md-3 { + .gx-md-3 { --bs-gutter-x: 1rem; } .g-md-3, -.gy-md-3 { + .gy-md-3 { --bs-gutter-y: 1rem; } .g-md-4, -.gx-md-4 { + .gx-md-4 { --bs-gutter-x: 1.5rem; } .g-md-4, -.gy-md-4 { + .gy-md-4 { --bs-gutter-y: 1.5rem; } .g-md-5, -.gx-md-5 { + .gx-md-5 { --bs-gutter-x: 3rem; } .g-md-5, -.gy-md-5 { + .gy-md-5 { --bs-gutter-y: 3rem; } } @@ -130562,51 +130582,51 @@ progress { margin-left: 91.66666667%; } .g-lg-0, -.gx-lg-0 { + .gx-lg-0 { --bs-gutter-x: 0; } .g-lg-0, -.gy-lg-0 { + .gy-lg-0 { --bs-gutter-y: 0; } .g-lg-1, -.gx-lg-1 { + .gx-lg-1 { --bs-gutter-x: 0.25rem; } .g-lg-1, -.gy-lg-1 { + .gy-lg-1 { --bs-gutter-y: 0.25rem; } .g-lg-2, -.gx-lg-2 { + .gx-lg-2 { --bs-gutter-x: 0.5rem; } .g-lg-2, -.gy-lg-2 { + .gy-lg-2 { --bs-gutter-y: 0.5rem; } .g-lg-3, -.gx-lg-3 { + .gx-lg-3 { --bs-gutter-x: 1rem; } .g-lg-3, -.gy-lg-3 { + .gy-lg-3 { --bs-gutter-y: 1rem; } .g-lg-4, -.gx-lg-4 { + .gx-lg-4 { --bs-gutter-x: 1.5rem; } .g-lg-4, -.gy-lg-4 { + .gy-lg-4 { --bs-gutter-y: 1.5rem; } .g-lg-5, -.gx-lg-5 { + .gx-lg-5 { --bs-gutter-x: 3rem; } .g-lg-5, -.gy-lg-5 { + .gy-lg-5 { --bs-gutter-y: 3rem; } } @@ -130731,51 +130751,51 @@ progress { margin-left: 91.66666667%; } .g-xl-0, -.gx-xl-0 { + .gx-xl-0 { --bs-gutter-x: 0; } .g-xl-0, -.gy-xl-0 { + .gy-xl-0 { --bs-gutter-y: 0; } .g-xl-1, -.gx-xl-1 { + .gx-xl-1 { --bs-gutter-x: 0.25rem; } .g-xl-1, -.gy-xl-1 { + .gy-xl-1 { --bs-gutter-y: 0.25rem; } .g-xl-2, -.gx-xl-2 { + .gx-xl-2 { --bs-gutter-x: 0.5rem; } .g-xl-2, -.gy-xl-2 { + .gy-xl-2 { --bs-gutter-y: 0.5rem; } .g-xl-3, -.gx-xl-3 { + .gx-xl-3 { --bs-gutter-x: 1rem; } .g-xl-3, -.gy-xl-3 { + .gy-xl-3 { --bs-gutter-y: 1rem; } .g-xl-4, -.gx-xl-4 { + .gx-xl-4 { --bs-gutter-x: 1.5rem; } .g-xl-4, -.gy-xl-4 { + .gy-xl-4 { --bs-gutter-y: 1.5rem; } .g-xl-5, -.gx-xl-5 { + .gx-xl-5 { --bs-gutter-x: 3rem; } .g-xl-5, -.gy-xl-5 { + .gy-xl-5 { --bs-gutter-y: 3rem; } } @@ -130900,51 +130920,51 @@ progress { margin-left: 91.66666667%; } .g-xxl-0, -.gx-xxl-0 { + .gx-xxl-0 { --bs-gutter-x: 0; } .g-xxl-0, -.gy-xxl-0 { + .gy-xxl-0 { --bs-gutter-y: 0; } .g-xxl-1, -.gx-xxl-1 { + .gx-xxl-1 { --bs-gutter-x: 0.25rem; } .g-xxl-1, -.gy-xxl-1 { + .gy-xxl-1 { --bs-gutter-y: 0.25rem; } .g-xxl-2, -.gx-xxl-2 { + .gx-xxl-2 { --bs-gutter-x: 0.5rem; } .g-xxl-2, -.gy-xxl-2 { + .gy-xxl-2 { --bs-gutter-y: 0.5rem; } .g-xxl-3, -.gx-xxl-3 { + .gx-xxl-3 { --bs-gutter-x: 1rem; } .g-xxl-3, -.gy-xxl-3 { + .gy-xxl-3 { --bs-gutter-y: 1rem; } .g-xxl-4, -.gx-xxl-4 { + .gx-xxl-4 { --bs-gutter-x: 1.5rem; } .g-xxl-4, -.gy-xxl-4 { + .gy-xxl-4 { --bs-gutter-y: 1.5rem; } .g-xxl-5, -.gx-xxl-5 { + .gx-xxl-5 { --bs-gutter-x: 3rem; } .g-xxl-5, -.gy-xxl-5 { + .gy-xxl-5 { --bs-gutter-y: 3rem; } } @@ -133057,7 +133077,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-sm .offcanvas-top, -.navbar-expand-sm .offcanvas-bottom { + .navbar-expand-sm .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -133110,7 +133130,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-md .offcanvas-top, -.navbar-expand-md .offcanvas-bottom { + .navbar-expand-md .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -133163,7 +133183,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-lg .offcanvas-top, -.navbar-expand-lg .offcanvas-bottom { + .navbar-expand-lg .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -133216,7 +133236,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-xl .offcanvas-top, -.navbar-expand-xl .offcanvas-bottom { + .navbar-expand-xl .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -133269,7 +133289,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-xxl .offcanvas-top, -.navbar-expand-xxl .offcanvas-bottom { + .navbar-expand-xxl .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -133539,11 +133559,11 @@ textarea.form-control-lg { border-bottom-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-top, -.card-group > .card:not(:last-child) .card-header { + .card-group > .card:not(:last-child) .card-header { border-top-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-bottom, -.card-group > .card:not(:last-child) .card-footer { + .card-group > .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; } .card-group > .card:not(:first-child) { @@ -133551,11 +133571,11 @@ textarea.form-control-lg { border-bottom-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-top, -.card-group > .card:not(:first-child) .card-header { + .card-group > .card:not(:first-child) .card-header { border-top-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-bottom, -.card-group > .card:not(:first-child) .card-footer { + .card-group > .card:not(:first-child) .card-footer { border-bottom-left-radius: 0; } } @@ -134496,7 +134516,7 @@ textarea.form-control-lg { } @media (min-width: 992px) { .modal-lg, -.modal-xl { + .modal-xl { max-width: 800px; } } @@ -134937,7 +134957,7 @@ textarea.form-control-lg { } @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-start, -.carousel-fade .active.carousel-item-end { + .carousel-fade .active.carousel-item-end { transition: none; } } @@ -134962,7 +134982,7 @@ textarea.form-control-lg { } @media (prefers-reduced-motion: reduce) { .carousel-control-prev, -.carousel-control-next { + .carousel-control-next { transition: none; } } @@ -135121,7 +135141,7 @@ textarea.form-control-lg { @media (prefers-reduced-motion: reduce) { .spinner-border, -.spinner-grow { + .spinner-grow { animation-duration: 1.5s; } } @@ -139330,7 +139350,12 @@ textarea.form-control-lg { exports[`loader should work when "@use" with "bootstrap" package v5, import as a package ('dart-sass', 'legacy' API, 'sass' syntax): errors 1`] = `[]`; -exports[`loader should work when "@use" with "bootstrap" package v5, import as a package ('dart-sass', 'legacy' API, 'sass' syntax): warnings 1`] = `[]`; +exports[`loader should work when "@use" with "bootstrap" package v5, import as a package ('dart-sass', 'legacy' API, 'sass' syntax): warnings 1`] = ` +[ + "ModuleWarning: Module Warning (from ../src/cjs.js): +Deprecation $weight: Passing a number without unit % (100) is deprecated.", +] +`; exports[`loader should work when "@use" with "bootstrap" package v5, import as a package ('dart-sass', 'legacy' API, 'scss' syntax): css 1`] = ` "@charset "UTF-8"; @@ -140336,51 +140361,51 @@ progress { margin-left: 91.66666667%; } .g-sm-0, -.gx-sm-0 { + .gx-sm-0 { --bs-gutter-x: 0; } .g-sm-0, -.gy-sm-0 { + .gy-sm-0 { --bs-gutter-y: 0; } .g-sm-1, -.gx-sm-1 { + .gx-sm-1 { --bs-gutter-x: 0.25rem; } .g-sm-1, -.gy-sm-1 { + .gy-sm-1 { --bs-gutter-y: 0.25rem; } .g-sm-2, -.gx-sm-2 { + .gx-sm-2 { --bs-gutter-x: 0.5rem; } .g-sm-2, -.gy-sm-2 { + .gy-sm-2 { --bs-gutter-y: 0.5rem; } .g-sm-3, -.gx-sm-3 { + .gx-sm-3 { --bs-gutter-x: 1rem; } .g-sm-3, -.gy-sm-3 { + .gy-sm-3 { --bs-gutter-y: 1rem; } .g-sm-4, -.gx-sm-4 { + .gx-sm-4 { --bs-gutter-x: 1.5rem; } .g-sm-4, -.gy-sm-4 { + .gy-sm-4 { --bs-gutter-y: 1.5rem; } .g-sm-5, -.gx-sm-5 { + .gx-sm-5 { --bs-gutter-x: 3rem; } .g-sm-5, -.gy-sm-5 { + .gy-sm-5 { --bs-gutter-y: 3rem; } } @@ -140505,51 +140530,51 @@ progress { margin-left: 91.66666667%; } .g-md-0, -.gx-md-0 { + .gx-md-0 { --bs-gutter-x: 0; } .g-md-0, -.gy-md-0 { + .gy-md-0 { --bs-gutter-y: 0; } .g-md-1, -.gx-md-1 { + .gx-md-1 { --bs-gutter-x: 0.25rem; } .g-md-1, -.gy-md-1 { + .gy-md-1 { --bs-gutter-y: 0.25rem; } .g-md-2, -.gx-md-2 { + .gx-md-2 { --bs-gutter-x: 0.5rem; } .g-md-2, -.gy-md-2 { + .gy-md-2 { --bs-gutter-y: 0.5rem; } .g-md-3, -.gx-md-3 { + .gx-md-3 { --bs-gutter-x: 1rem; } .g-md-3, -.gy-md-3 { + .gy-md-3 { --bs-gutter-y: 1rem; } .g-md-4, -.gx-md-4 { + .gx-md-4 { --bs-gutter-x: 1.5rem; } .g-md-4, -.gy-md-4 { + .gy-md-4 { --bs-gutter-y: 1.5rem; } .g-md-5, -.gx-md-5 { + .gx-md-5 { --bs-gutter-x: 3rem; } .g-md-5, -.gy-md-5 { + .gy-md-5 { --bs-gutter-y: 3rem; } } @@ -140674,51 +140699,51 @@ progress { margin-left: 91.66666667%; } .g-lg-0, -.gx-lg-0 { + .gx-lg-0 { --bs-gutter-x: 0; } .g-lg-0, -.gy-lg-0 { + .gy-lg-0 { --bs-gutter-y: 0; } .g-lg-1, -.gx-lg-1 { + .gx-lg-1 { --bs-gutter-x: 0.25rem; } .g-lg-1, -.gy-lg-1 { + .gy-lg-1 { --bs-gutter-y: 0.25rem; } .g-lg-2, -.gx-lg-2 { + .gx-lg-2 { --bs-gutter-x: 0.5rem; } .g-lg-2, -.gy-lg-2 { + .gy-lg-2 { --bs-gutter-y: 0.5rem; } .g-lg-3, -.gx-lg-3 { + .gx-lg-3 { --bs-gutter-x: 1rem; } .g-lg-3, -.gy-lg-3 { + .gy-lg-3 { --bs-gutter-y: 1rem; } .g-lg-4, -.gx-lg-4 { + .gx-lg-4 { --bs-gutter-x: 1.5rem; } .g-lg-4, -.gy-lg-4 { + .gy-lg-4 { --bs-gutter-y: 1.5rem; } .g-lg-5, -.gx-lg-5 { + .gx-lg-5 { --bs-gutter-x: 3rem; } .g-lg-5, -.gy-lg-5 { + .gy-lg-5 { --bs-gutter-y: 3rem; } } @@ -140843,51 +140868,51 @@ progress { margin-left: 91.66666667%; } .g-xl-0, -.gx-xl-0 { + .gx-xl-0 { --bs-gutter-x: 0; } .g-xl-0, -.gy-xl-0 { + .gy-xl-0 { --bs-gutter-y: 0; } .g-xl-1, -.gx-xl-1 { + .gx-xl-1 { --bs-gutter-x: 0.25rem; } .g-xl-1, -.gy-xl-1 { + .gy-xl-1 { --bs-gutter-y: 0.25rem; } .g-xl-2, -.gx-xl-2 { + .gx-xl-2 { --bs-gutter-x: 0.5rem; } .g-xl-2, -.gy-xl-2 { + .gy-xl-2 { --bs-gutter-y: 0.5rem; } .g-xl-3, -.gx-xl-3 { + .gx-xl-3 { --bs-gutter-x: 1rem; } .g-xl-3, -.gy-xl-3 { + .gy-xl-3 { --bs-gutter-y: 1rem; } .g-xl-4, -.gx-xl-4 { + .gx-xl-4 { --bs-gutter-x: 1.5rem; } .g-xl-4, -.gy-xl-4 { + .gy-xl-4 { --bs-gutter-y: 1.5rem; } .g-xl-5, -.gx-xl-5 { + .gx-xl-5 { --bs-gutter-x: 3rem; } .g-xl-5, -.gy-xl-5 { + .gy-xl-5 { --bs-gutter-y: 3rem; } } @@ -141012,51 +141037,51 @@ progress { margin-left: 91.66666667%; } .g-xxl-0, -.gx-xxl-0 { + .gx-xxl-0 { --bs-gutter-x: 0; } .g-xxl-0, -.gy-xxl-0 { + .gy-xxl-0 { --bs-gutter-y: 0; } .g-xxl-1, -.gx-xxl-1 { + .gx-xxl-1 { --bs-gutter-x: 0.25rem; } .g-xxl-1, -.gy-xxl-1 { + .gy-xxl-1 { --bs-gutter-y: 0.25rem; } .g-xxl-2, -.gx-xxl-2 { + .gx-xxl-2 { --bs-gutter-x: 0.5rem; } .g-xxl-2, -.gy-xxl-2 { + .gy-xxl-2 { --bs-gutter-y: 0.5rem; } .g-xxl-3, -.gx-xxl-3 { + .gx-xxl-3 { --bs-gutter-x: 1rem; } .g-xxl-3, -.gy-xxl-3 { + .gy-xxl-3 { --bs-gutter-y: 1rem; } .g-xxl-4, -.gx-xxl-4 { + .gx-xxl-4 { --bs-gutter-x: 1.5rem; } .g-xxl-4, -.gy-xxl-4 { + .gy-xxl-4 { --bs-gutter-y: 1.5rem; } .g-xxl-5, -.gx-xxl-5 { + .gx-xxl-5 { --bs-gutter-x: 3rem; } .g-xxl-5, -.gy-xxl-5 { + .gy-xxl-5 { --bs-gutter-y: 3rem; } } @@ -143169,7 +143194,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-sm .offcanvas-top, -.navbar-expand-sm .offcanvas-bottom { + .navbar-expand-sm .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -143222,7 +143247,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-md .offcanvas-top, -.navbar-expand-md .offcanvas-bottom { + .navbar-expand-md .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -143275,7 +143300,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-lg .offcanvas-top, -.navbar-expand-lg .offcanvas-bottom { + .navbar-expand-lg .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -143328,7 +143353,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-xl .offcanvas-top, -.navbar-expand-xl .offcanvas-bottom { + .navbar-expand-xl .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -143381,7 +143406,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-xxl .offcanvas-top, -.navbar-expand-xxl .offcanvas-bottom { + .navbar-expand-xxl .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -143651,11 +143676,11 @@ textarea.form-control-lg { border-bottom-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-top, -.card-group > .card:not(:last-child) .card-header { + .card-group > .card:not(:last-child) .card-header { border-top-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-bottom, -.card-group > .card:not(:last-child) .card-footer { + .card-group > .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; } .card-group > .card:not(:first-child) { @@ -143663,11 +143688,11 @@ textarea.form-control-lg { border-bottom-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-top, -.card-group > .card:not(:first-child) .card-header { + .card-group > .card:not(:first-child) .card-header { border-top-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-bottom, -.card-group > .card:not(:first-child) .card-footer { + .card-group > .card:not(:first-child) .card-footer { border-bottom-left-radius: 0; } } @@ -144608,7 +144633,7 @@ textarea.form-control-lg { } @media (min-width: 992px) { .modal-lg, -.modal-xl { + .modal-xl { max-width: 800px; } } @@ -145049,7 +145074,7 @@ textarea.form-control-lg { } @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-start, -.carousel-fade .active.carousel-item-end { + .carousel-fade .active.carousel-item-end { transition: none; } } @@ -145074,7 +145099,7 @@ textarea.form-control-lg { } @media (prefers-reduced-motion: reduce) { .carousel-control-prev, -.carousel-control-next { + .carousel-control-next { transition: none; } } @@ -145233,7 +145258,7 @@ textarea.form-control-lg { @media (prefers-reduced-motion: reduce) { .spinner-border, -.spinner-grow { + .spinner-grow { animation-duration: 1.5s; } } @@ -149442,7 +149467,12 @@ textarea.form-control-lg { exports[`loader should work when "@use" with "bootstrap" package v5, import as a package ('dart-sass', 'legacy' API, 'scss' syntax): errors 1`] = `[]`; -exports[`loader should work when "@use" with "bootstrap" package v5, import as a package ('dart-sass', 'legacy' API, 'scss' syntax): warnings 1`] = `[]`; +exports[`loader should work when "@use" with "bootstrap" package v5, import as a package ('dart-sass', 'legacy' API, 'scss' syntax): warnings 1`] = ` +[ + "ModuleWarning: Module Warning (from ../src/cjs.js): +Deprecation $weight: Passing a number without unit % (100) is deprecated.", +] +`; exports[`loader should work when "@use" with "bootstrap" package v5, import as a package ('sass-embedded', 'legacy' API, 'sass' syntax): css 1`] = ` "@charset "UTF-8"; @@ -150448,51 +150478,51 @@ progress { margin-left: 91.66666667%; } .g-sm-0, -.gx-sm-0 { + .gx-sm-0 { --bs-gutter-x: 0; } .g-sm-0, -.gy-sm-0 { + .gy-sm-0 { --bs-gutter-y: 0; } .g-sm-1, -.gx-sm-1 { + .gx-sm-1 { --bs-gutter-x: 0.25rem; } .g-sm-1, -.gy-sm-1 { + .gy-sm-1 { --bs-gutter-y: 0.25rem; } .g-sm-2, -.gx-sm-2 { + .gx-sm-2 { --bs-gutter-x: 0.5rem; } .g-sm-2, -.gy-sm-2 { + .gy-sm-2 { --bs-gutter-y: 0.5rem; } .g-sm-3, -.gx-sm-3 { + .gx-sm-3 { --bs-gutter-x: 1rem; } .g-sm-3, -.gy-sm-3 { + .gy-sm-3 { --bs-gutter-y: 1rem; } .g-sm-4, -.gx-sm-4 { + .gx-sm-4 { --bs-gutter-x: 1.5rem; } .g-sm-4, -.gy-sm-4 { + .gy-sm-4 { --bs-gutter-y: 1.5rem; } .g-sm-5, -.gx-sm-5 { + .gx-sm-5 { --bs-gutter-x: 3rem; } .g-sm-5, -.gy-sm-5 { + .gy-sm-5 { --bs-gutter-y: 3rem; } } @@ -150617,51 +150647,51 @@ progress { margin-left: 91.66666667%; } .g-md-0, -.gx-md-0 { + .gx-md-0 { --bs-gutter-x: 0; } .g-md-0, -.gy-md-0 { + .gy-md-0 { --bs-gutter-y: 0; } .g-md-1, -.gx-md-1 { + .gx-md-1 { --bs-gutter-x: 0.25rem; } .g-md-1, -.gy-md-1 { + .gy-md-1 { --bs-gutter-y: 0.25rem; } .g-md-2, -.gx-md-2 { + .gx-md-2 { --bs-gutter-x: 0.5rem; } .g-md-2, -.gy-md-2 { + .gy-md-2 { --bs-gutter-y: 0.5rem; } .g-md-3, -.gx-md-3 { + .gx-md-3 { --bs-gutter-x: 1rem; } .g-md-3, -.gy-md-3 { + .gy-md-3 { --bs-gutter-y: 1rem; } .g-md-4, -.gx-md-4 { + .gx-md-4 { --bs-gutter-x: 1.5rem; } .g-md-4, -.gy-md-4 { + .gy-md-4 { --bs-gutter-y: 1.5rem; } .g-md-5, -.gx-md-5 { + .gx-md-5 { --bs-gutter-x: 3rem; } .g-md-5, -.gy-md-5 { + .gy-md-5 { --bs-gutter-y: 3rem; } } @@ -150786,51 +150816,51 @@ progress { margin-left: 91.66666667%; } .g-lg-0, -.gx-lg-0 { + .gx-lg-0 { --bs-gutter-x: 0; } .g-lg-0, -.gy-lg-0 { + .gy-lg-0 { --bs-gutter-y: 0; } .g-lg-1, -.gx-lg-1 { + .gx-lg-1 { --bs-gutter-x: 0.25rem; } .g-lg-1, -.gy-lg-1 { + .gy-lg-1 { --bs-gutter-y: 0.25rem; } .g-lg-2, -.gx-lg-2 { + .gx-lg-2 { --bs-gutter-x: 0.5rem; } .g-lg-2, -.gy-lg-2 { + .gy-lg-2 { --bs-gutter-y: 0.5rem; } .g-lg-3, -.gx-lg-3 { + .gx-lg-3 { --bs-gutter-x: 1rem; } .g-lg-3, -.gy-lg-3 { + .gy-lg-3 { --bs-gutter-y: 1rem; } .g-lg-4, -.gx-lg-4 { + .gx-lg-4 { --bs-gutter-x: 1.5rem; } .g-lg-4, -.gy-lg-4 { + .gy-lg-4 { --bs-gutter-y: 1.5rem; } .g-lg-5, -.gx-lg-5 { + .gx-lg-5 { --bs-gutter-x: 3rem; } .g-lg-5, -.gy-lg-5 { + .gy-lg-5 { --bs-gutter-y: 3rem; } } @@ -150955,51 +150985,51 @@ progress { margin-left: 91.66666667%; } .g-xl-0, -.gx-xl-0 { + .gx-xl-0 { --bs-gutter-x: 0; } .g-xl-0, -.gy-xl-0 { + .gy-xl-0 { --bs-gutter-y: 0; } .g-xl-1, -.gx-xl-1 { + .gx-xl-1 { --bs-gutter-x: 0.25rem; } .g-xl-1, -.gy-xl-1 { + .gy-xl-1 { --bs-gutter-y: 0.25rem; } .g-xl-2, -.gx-xl-2 { + .gx-xl-2 { --bs-gutter-x: 0.5rem; } .g-xl-2, -.gy-xl-2 { + .gy-xl-2 { --bs-gutter-y: 0.5rem; } .g-xl-3, -.gx-xl-3 { + .gx-xl-3 { --bs-gutter-x: 1rem; } .g-xl-3, -.gy-xl-3 { + .gy-xl-3 { --bs-gutter-y: 1rem; } .g-xl-4, -.gx-xl-4 { + .gx-xl-4 { --bs-gutter-x: 1.5rem; } .g-xl-4, -.gy-xl-4 { + .gy-xl-4 { --bs-gutter-y: 1.5rem; } .g-xl-5, -.gx-xl-5 { + .gx-xl-5 { --bs-gutter-x: 3rem; } .g-xl-5, -.gy-xl-5 { + .gy-xl-5 { --bs-gutter-y: 3rem; } } @@ -151124,51 +151154,51 @@ progress { margin-left: 91.66666667%; } .g-xxl-0, -.gx-xxl-0 { + .gx-xxl-0 { --bs-gutter-x: 0; } .g-xxl-0, -.gy-xxl-0 { + .gy-xxl-0 { --bs-gutter-y: 0; } .g-xxl-1, -.gx-xxl-1 { + .gx-xxl-1 { --bs-gutter-x: 0.25rem; } .g-xxl-1, -.gy-xxl-1 { + .gy-xxl-1 { --bs-gutter-y: 0.25rem; } .g-xxl-2, -.gx-xxl-2 { + .gx-xxl-2 { --bs-gutter-x: 0.5rem; } .g-xxl-2, -.gy-xxl-2 { + .gy-xxl-2 { --bs-gutter-y: 0.5rem; } .g-xxl-3, -.gx-xxl-3 { + .gx-xxl-3 { --bs-gutter-x: 1rem; } .g-xxl-3, -.gy-xxl-3 { + .gy-xxl-3 { --bs-gutter-y: 1rem; } .g-xxl-4, -.gx-xxl-4 { + .gx-xxl-4 { --bs-gutter-x: 1.5rem; } .g-xxl-4, -.gy-xxl-4 { + .gy-xxl-4 { --bs-gutter-y: 1.5rem; } .g-xxl-5, -.gx-xxl-5 { + .gx-xxl-5 { --bs-gutter-x: 3rem; } .g-xxl-5, -.gy-xxl-5 { + .gy-xxl-5 { --bs-gutter-y: 3rem; } } @@ -153281,7 +153311,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-sm .offcanvas-top, -.navbar-expand-sm .offcanvas-bottom { + .navbar-expand-sm .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -153334,7 +153364,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-md .offcanvas-top, -.navbar-expand-md .offcanvas-bottom { + .navbar-expand-md .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -153387,7 +153417,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-lg .offcanvas-top, -.navbar-expand-lg .offcanvas-bottom { + .navbar-expand-lg .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -153440,7 +153470,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-xl .offcanvas-top, -.navbar-expand-xl .offcanvas-bottom { + .navbar-expand-xl .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -153493,7 +153523,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-xxl .offcanvas-top, -.navbar-expand-xxl .offcanvas-bottom { + .navbar-expand-xxl .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -153763,11 +153793,11 @@ textarea.form-control-lg { border-bottom-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-top, -.card-group > .card:not(:last-child) .card-header { + .card-group > .card:not(:last-child) .card-header { border-top-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-bottom, -.card-group > .card:not(:last-child) .card-footer { + .card-group > .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; } .card-group > .card:not(:first-child) { @@ -153775,11 +153805,11 @@ textarea.form-control-lg { border-bottom-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-top, -.card-group > .card:not(:first-child) .card-header { + .card-group > .card:not(:first-child) .card-header { border-top-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-bottom, -.card-group > .card:not(:first-child) .card-footer { + .card-group > .card:not(:first-child) .card-footer { border-bottom-left-radius: 0; } } @@ -154720,7 +154750,7 @@ textarea.form-control-lg { } @media (min-width: 992px) { .modal-lg, -.modal-xl { + .modal-xl { max-width: 800px; } } @@ -155161,7 +155191,7 @@ textarea.form-control-lg { } @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-start, -.carousel-fade .active.carousel-item-end { + .carousel-fade .active.carousel-item-end { transition: none; } } @@ -155186,7 +155216,7 @@ textarea.form-control-lg { } @media (prefers-reduced-motion: reduce) { .carousel-control-prev, -.carousel-control-next { + .carousel-control-next { transition: none; } } @@ -155345,7 +155375,7 @@ textarea.form-control-lg { @media (prefers-reduced-motion: reduce) { .spinner-border, -.spinner-grow { + .spinner-grow { animation-duration: 1.5s; } } @@ -159554,7 +159584,12 @@ textarea.form-control-lg { exports[`loader should work when "@use" with "bootstrap" package v5, import as a package ('sass-embedded', 'legacy' API, 'sass' syntax): errors 1`] = `[]`; -exports[`loader should work when "@use" with "bootstrap" package v5, import as a package ('sass-embedded', 'legacy' API, 'sass' syntax): warnings 1`] = `[]`; +exports[`loader should work when "@use" with "bootstrap" package v5, import as a package ('sass-embedded', 'legacy' API, 'sass' syntax): warnings 1`] = ` +[ + "ModuleWarning: Module Warning (from ../src/cjs.js): +Deprecation $weight: Passing a number without unit % (100) is deprecated.", +] +`; exports[`loader should work when "@use" with "bootstrap" package v5, import as a package ('sass-embedded', 'legacy' API, 'scss' syntax): css 1`] = ` "@charset "UTF-8"; @@ -160560,51 +160595,51 @@ progress { margin-left: 91.66666667%; } .g-sm-0, -.gx-sm-0 { + .gx-sm-0 { --bs-gutter-x: 0; } .g-sm-0, -.gy-sm-0 { + .gy-sm-0 { --bs-gutter-y: 0; } .g-sm-1, -.gx-sm-1 { + .gx-sm-1 { --bs-gutter-x: 0.25rem; } .g-sm-1, -.gy-sm-1 { + .gy-sm-1 { --bs-gutter-y: 0.25rem; } .g-sm-2, -.gx-sm-2 { + .gx-sm-2 { --bs-gutter-x: 0.5rem; } .g-sm-2, -.gy-sm-2 { + .gy-sm-2 { --bs-gutter-y: 0.5rem; } .g-sm-3, -.gx-sm-3 { + .gx-sm-3 { --bs-gutter-x: 1rem; } .g-sm-3, -.gy-sm-3 { + .gy-sm-3 { --bs-gutter-y: 1rem; } .g-sm-4, -.gx-sm-4 { + .gx-sm-4 { --bs-gutter-x: 1.5rem; } .g-sm-4, -.gy-sm-4 { + .gy-sm-4 { --bs-gutter-y: 1.5rem; } .g-sm-5, -.gx-sm-5 { + .gx-sm-5 { --bs-gutter-x: 3rem; } .g-sm-5, -.gy-sm-5 { + .gy-sm-5 { --bs-gutter-y: 3rem; } } @@ -160729,51 +160764,51 @@ progress { margin-left: 91.66666667%; } .g-md-0, -.gx-md-0 { + .gx-md-0 { --bs-gutter-x: 0; } .g-md-0, -.gy-md-0 { + .gy-md-0 { --bs-gutter-y: 0; } .g-md-1, -.gx-md-1 { + .gx-md-1 { --bs-gutter-x: 0.25rem; } .g-md-1, -.gy-md-1 { + .gy-md-1 { --bs-gutter-y: 0.25rem; } .g-md-2, -.gx-md-2 { + .gx-md-2 { --bs-gutter-x: 0.5rem; } .g-md-2, -.gy-md-2 { + .gy-md-2 { --bs-gutter-y: 0.5rem; } .g-md-3, -.gx-md-3 { + .gx-md-3 { --bs-gutter-x: 1rem; } .g-md-3, -.gy-md-3 { + .gy-md-3 { --bs-gutter-y: 1rem; } .g-md-4, -.gx-md-4 { + .gx-md-4 { --bs-gutter-x: 1.5rem; } .g-md-4, -.gy-md-4 { + .gy-md-4 { --bs-gutter-y: 1.5rem; } .g-md-5, -.gx-md-5 { + .gx-md-5 { --bs-gutter-x: 3rem; } .g-md-5, -.gy-md-5 { + .gy-md-5 { --bs-gutter-y: 3rem; } } @@ -160898,51 +160933,51 @@ progress { margin-left: 91.66666667%; } .g-lg-0, -.gx-lg-0 { + .gx-lg-0 { --bs-gutter-x: 0; } .g-lg-0, -.gy-lg-0 { + .gy-lg-0 { --bs-gutter-y: 0; } .g-lg-1, -.gx-lg-1 { + .gx-lg-1 { --bs-gutter-x: 0.25rem; } .g-lg-1, -.gy-lg-1 { + .gy-lg-1 { --bs-gutter-y: 0.25rem; } .g-lg-2, -.gx-lg-2 { + .gx-lg-2 { --bs-gutter-x: 0.5rem; } .g-lg-2, -.gy-lg-2 { + .gy-lg-2 { --bs-gutter-y: 0.5rem; } .g-lg-3, -.gx-lg-3 { + .gx-lg-3 { --bs-gutter-x: 1rem; } .g-lg-3, -.gy-lg-3 { + .gy-lg-3 { --bs-gutter-y: 1rem; } .g-lg-4, -.gx-lg-4 { + .gx-lg-4 { --bs-gutter-x: 1.5rem; } .g-lg-4, -.gy-lg-4 { + .gy-lg-4 { --bs-gutter-y: 1.5rem; } .g-lg-5, -.gx-lg-5 { + .gx-lg-5 { --bs-gutter-x: 3rem; } .g-lg-5, -.gy-lg-5 { + .gy-lg-5 { --bs-gutter-y: 3rem; } } @@ -161067,51 +161102,51 @@ progress { margin-left: 91.66666667%; } .g-xl-0, -.gx-xl-0 { + .gx-xl-0 { --bs-gutter-x: 0; } .g-xl-0, -.gy-xl-0 { + .gy-xl-0 { --bs-gutter-y: 0; } .g-xl-1, -.gx-xl-1 { + .gx-xl-1 { --bs-gutter-x: 0.25rem; } .g-xl-1, -.gy-xl-1 { + .gy-xl-1 { --bs-gutter-y: 0.25rem; } .g-xl-2, -.gx-xl-2 { + .gx-xl-2 { --bs-gutter-x: 0.5rem; } .g-xl-2, -.gy-xl-2 { + .gy-xl-2 { --bs-gutter-y: 0.5rem; } .g-xl-3, -.gx-xl-3 { + .gx-xl-3 { --bs-gutter-x: 1rem; } .g-xl-3, -.gy-xl-3 { + .gy-xl-3 { --bs-gutter-y: 1rem; } .g-xl-4, -.gx-xl-4 { + .gx-xl-4 { --bs-gutter-x: 1.5rem; } .g-xl-4, -.gy-xl-4 { + .gy-xl-4 { --bs-gutter-y: 1.5rem; } .g-xl-5, -.gx-xl-5 { + .gx-xl-5 { --bs-gutter-x: 3rem; } .g-xl-5, -.gy-xl-5 { + .gy-xl-5 { --bs-gutter-y: 3rem; } } @@ -161236,51 +161271,51 @@ progress { margin-left: 91.66666667%; } .g-xxl-0, -.gx-xxl-0 { + .gx-xxl-0 { --bs-gutter-x: 0; } .g-xxl-0, -.gy-xxl-0 { + .gy-xxl-0 { --bs-gutter-y: 0; } .g-xxl-1, -.gx-xxl-1 { + .gx-xxl-1 { --bs-gutter-x: 0.25rem; } .g-xxl-1, -.gy-xxl-1 { + .gy-xxl-1 { --bs-gutter-y: 0.25rem; } .g-xxl-2, -.gx-xxl-2 { + .gx-xxl-2 { --bs-gutter-x: 0.5rem; } .g-xxl-2, -.gy-xxl-2 { + .gy-xxl-2 { --bs-gutter-y: 0.5rem; } .g-xxl-3, -.gx-xxl-3 { + .gx-xxl-3 { --bs-gutter-x: 1rem; } .g-xxl-3, -.gy-xxl-3 { + .gy-xxl-3 { --bs-gutter-y: 1rem; } .g-xxl-4, -.gx-xxl-4 { + .gx-xxl-4 { --bs-gutter-x: 1.5rem; } .g-xxl-4, -.gy-xxl-4 { + .gy-xxl-4 { --bs-gutter-y: 1.5rem; } .g-xxl-5, -.gx-xxl-5 { + .gx-xxl-5 { --bs-gutter-x: 3rem; } .g-xxl-5, -.gy-xxl-5 { + .gy-xxl-5 { --bs-gutter-y: 3rem; } } @@ -163393,7 +163428,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-sm .offcanvas-top, -.navbar-expand-sm .offcanvas-bottom { + .navbar-expand-sm .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -163446,7 +163481,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-md .offcanvas-top, -.navbar-expand-md .offcanvas-bottom { + .navbar-expand-md .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -163499,7 +163534,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-lg .offcanvas-top, -.navbar-expand-lg .offcanvas-bottom { + .navbar-expand-lg .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -163552,7 +163587,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-xl .offcanvas-top, -.navbar-expand-xl .offcanvas-bottom { + .navbar-expand-xl .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -163605,7 +163640,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-xxl .offcanvas-top, -.navbar-expand-xxl .offcanvas-bottom { + .navbar-expand-xxl .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -163875,11 +163910,11 @@ textarea.form-control-lg { border-bottom-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-top, -.card-group > .card:not(:last-child) .card-header { + .card-group > .card:not(:last-child) .card-header { border-top-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-bottom, -.card-group > .card:not(:last-child) .card-footer { + .card-group > .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; } .card-group > .card:not(:first-child) { @@ -163887,11 +163922,11 @@ textarea.form-control-lg { border-bottom-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-top, -.card-group > .card:not(:first-child) .card-header { + .card-group > .card:not(:first-child) .card-header { border-top-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-bottom, -.card-group > .card:not(:first-child) .card-footer { + .card-group > .card:not(:first-child) .card-footer { border-bottom-left-radius: 0; } } @@ -164832,7 +164867,7 @@ textarea.form-control-lg { } @media (min-width: 992px) { .modal-lg, -.modal-xl { + .modal-xl { max-width: 800px; } } @@ -165273,7 +165308,7 @@ textarea.form-control-lg { } @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-start, -.carousel-fade .active.carousel-item-end { + .carousel-fade .active.carousel-item-end { transition: none; } } @@ -165298,7 +165333,7 @@ textarea.form-control-lg { } @media (prefers-reduced-motion: reduce) { .carousel-control-prev, -.carousel-control-next { + .carousel-control-next { transition: none; } } @@ -165457,7 +165492,7 @@ textarea.form-control-lg { @media (prefers-reduced-motion: reduce) { .spinner-border, -.spinner-grow { + .spinner-grow { animation-duration: 1.5s; } } @@ -169666,7 +169701,12 @@ textarea.form-control-lg { exports[`loader should work when "@use" with "bootstrap" package v5, import as a package ('sass-embedded', 'legacy' API, 'scss' syntax): errors 1`] = `[]`; -exports[`loader should work when "@use" with "bootstrap" package v5, import as a package ('sass-embedded', 'legacy' API, 'scss' syntax): warnings 1`] = `[]`; +exports[`loader should work when "@use" with "bootstrap" package v5, import as a package ('sass-embedded', 'legacy' API, 'scss' syntax): warnings 1`] = ` +[ + "ModuleWarning: Module Warning (from ../src/cjs.js): +Deprecation $weight: Passing a number without unit % (100) is deprecated.", +] +`; exports[`loader should work when "@use" with an alias ('dart-sass', 'legacy' API, 'sass' syntax): css 1`] = ` "a { @@ -169970,15 +170010,15 @@ th { /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print { *, -*:before, -*:after { + *:before, + *:after { color: #000 !important; text-shadow: none !important; background: transparent !important; box-shadow: none !important; } a, -a:visited { + a:visited { text-decoration: underline; } a[href]:after { @@ -169988,11 +170028,11 @@ a:visited { content: " (" attr(title) ")"; } a[href^="#"]:after, -a[href^="javascript:"]:after { + a[href^="javascript:"]:after { content: ""; } pre, -blockquote { + blockquote { border: 1px solid #999; page-break-inside: avoid; } @@ -170000,27 +170040,27 @@ blockquote { display: table-header-group; } tr, -img { + img { page-break-inside: avoid; } img { max-width: 100% !important; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } .navbar { display: none; } .btn > .caret, -.dropup > .btn > .caret { + .dropup > .btn > .caret { border-top-color: #000 !important; } .label { @@ -170030,11 +170070,11 @@ h3 { border-collapse: collapse !important; } .table td, -.table th { + .table th { background-color: #fff !important; } .table-bordered th, -.table-bordered td { + .table-bordered td { border: 1px solid #ddd !important; } } @@ -172611,36 +172651,36 @@ th { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, -.table-responsive > .table > thead > tr > td, -.table-responsive > .table > tbody > tr > th, -.table-responsive > .table > tbody > tr > td, -.table-responsive > .table > tfoot > tr > th, -.table-responsive > .table > tfoot > tr > td { + .table-responsive > .table > thead > tr > td, + .table-responsive > .table > tbody > tr > th, + .table-responsive > .table > tbody > tr > td, + .table-responsive > .table > tfoot > tr > th, + .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, -.table-responsive > .table-bordered > thead > tr > td:first-child, -.table-responsive > .table-bordered > tbody > tr > th:first-child, -.table-responsive > .table-bordered > tbody > tr > td:first-child, -.table-responsive > .table-bordered > tfoot > tr > th:first-child, -.table-responsive > .table-bordered > tfoot > tr > td:first-child { + .table-responsive > .table-bordered > thead > tr > td:first-child, + .table-responsive > .table-bordered > tbody > tr > th:first-child, + .table-responsive > .table-bordered > tbody > tr > td:first-child, + .table-responsive > .table-bordered > tfoot > tr > th:first-child, + .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, -.table-responsive > .table-bordered > thead > tr > td:last-child, -.table-responsive > .table-bordered > tbody > tr > th:last-child, -.table-responsive > .table-bordered > tbody > tr > td:last-child, -.table-responsive > .table-bordered > tfoot > tr > th:last-child, -.table-responsive > .table-bordered > tfoot > tr > td:last-child { + .table-responsive > .table-bordered > thead > tr > td:last-child, + .table-responsive > .table-bordered > tbody > tr > th:last-child, + .table-responsive > .table-bordered > tbody > tr > td:last-child, + .table-responsive > .table-bordered > tfoot > tr > th:last-child, + .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, -.table-responsive > .table-bordered > tbody > tr:last-child > td, -.table-responsive > .table-bordered > tfoot > tr:last-child > th, -.table-responsive > .table-bordered > tfoot > tr:last-child > td { + .table-responsive > .table-bordered > tbody > tr:last-child > td, + .table-responsive > .table-bordered > tfoot > tr:last-child > th, + .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } @@ -172773,35 +172813,35 @@ textarea.form-control { @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type=date].form-control, -input[type=time].form-control, -input[type=datetime-local].form-control, -input[type=month].form-control { + input[type=time].form-control, + input[type=datetime-local].form-control, + input[type=month].form-control { line-height: 34px; } input[type=date].input-sm, -.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date], -input[type=time].input-sm, -.input-group-sm > .input-group-btn > input[type=time].btn, -.input-group-sm input[type=time], -input[type=datetime-local].input-sm, -.input-group-sm > .input-group-btn > input[type=datetime-local].btn, -.input-group-sm input[type=datetime-local], -input[type=month].input-sm, -.input-group-sm > .input-group-btn > input[type=month].btn, -.input-group-sm input[type=month] { + .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date], + input[type=time].input-sm, + .input-group-sm > .input-group-btn > input[type=time].btn, + .input-group-sm input[type=time], + input[type=datetime-local].input-sm, + .input-group-sm > .input-group-btn > input[type=datetime-local].btn, + .input-group-sm input[type=datetime-local], + input[type=month].input-sm, + .input-group-sm > .input-group-btn > input[type=month].btn, + .input-group-sm input[type=month] { line-height: 30px; } input[type=date].input-lg, -.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date], -input[type=time].input-lg, -.input-group-lg > .input-group-btn > input[type=time].btn, -.input-group-lg input[type=time], -input[type=datetime-local].input-lg, -.input-group-lg > .input-group-btn > input[type=datetime-local].btn, -.input-group-lg input[type=datetime-local], -input[type=month].input-lg, -.input-group-lg > .input-group-btn > input[type=month].btn, -.input-group-lg input[type=month] { + .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date], + input[type=time].input-lg, + .input-group-lg > .input-group-btn > input[type=time].btn, + .input-group-lg input[type=time], + input[type=datetime-local].input-lg, + .input-group-lg > .input-group-btn > input[type=datetime-local].btn, + .input-group-lg input[type=datetime-local], + input[type=month].input-lg, + .input-group-lg > .input-group-btn > input[type=month].btn, + .input-group-lg input[type=month] { line-height: 46px; } } @@ -173135,8 +173175,8 @@ select[multiple].input-lg, vertical-align: middle; } .form-inline .input-group .input-group-addon, -.form-inline .input-group .input-group-btn, -.form-inline .input-group .form-control { + .form-inline .input-group .input-group-btn, + .form-inline .input-group .form-control { width: auto; } .form-inline .input-group > .form-control { @@ -173147,18 +173187,18 @@ select[multiple].input-lg, vertical-align: middle; } .form-inline .radio, -.form-inline .checkbox { + .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio label, -.form-inline .checkbox label { + .form-inline .checkbox label { padding-left: 0; } .form-inline .radio input[type=radio], -.form-inline .checkbox input[type=checkbox] { + .form-inline .checkbox input[type=checkbox] { position: relative; margin-left: 0; } @@ -174178,8 +174218,8 @@ tbody.collapse.in { border-radius: 4px 4px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, -.nav-tabs-justified > .active > a:hover, -.nav-tabs-justified > .active > a:focus { + .nav-tabs-justified > .active > a:hover, + .nav-tabs-justified > .active > a:focus { border-bottom-color: #fff; } } @@ -174281,13 +174321,13 @@ tbody.collapse.in { } @media (max-device-width: 480px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, -.navbar-fixed-bottom .navbar-collapse { + .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } @media (min-width: 768px) { .navbar-fixed-top, -.navbar-fixed-bottom { + .navbar-fixed-bottom { border-radius: 0; } } @@ -174312,9 +174352,9 @@ tbody.collapse.in { } @media (min-width: 768px) { .container > .navbar-header, -.container > .navbar-collapse, -.container-fluid > .navbar-header, -.container-fluid > .navbar-collapse { + .container > .navbar-collapse, + .container-fluid > .navbar-header, + .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } @@ -174398,7 +174438,7 @@ tbody.collapse.in { box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, -.navbar-nav .open .dropdown-menu .dropdown-header { + .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { @@ -174452,8 +174492,8 @@ tbody.collapse.in { vertical-align: middle; } .navbar-form .input-group .input-group-addon, -.navbar-form .input-group .input-group-btn, -.navbar-form .input-group .form-control { + .navbar-form .input-group .input-group-btn, + .navbar-form .input-group .form-control { width: auto; } .navbar-form .input-group > .form-control { @@ -174464,18 +174504,18 @@ tbody.collapse.in { vertical-align: middle; } .navbar-form .radio, -.navbar-form .checkbox { + .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .radio label, -.navbar-form .checkbox label { + .navbar-form .checkbox label { padding-left: 0; } .navbar-form .radio input[type=radio], -.navbar-form .checkbox input[type=checkbox] { + .navbar-form .checkbox input[type=checkbox] { position: relative; margin-left: 0; } @@ -175030,7 +175070,7 @@ a.badge:hover, a.badge:focus { padding-left: 60px; } .jumbotron h1, -.jumbotron .h1 { + .jumbotron .h1 { font-size: 63px; } } @@ -176542,20 +176582,20 @@ button.close { @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, -.carousel-control .glyphicon-chevron-right, -.carousel-control .icon-prev, -.carousel-control .icon-next { + .carousel-control .glyphicon-chevron-right, + .carousel-control .icon-prev, + .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -10px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, -.carousel-control .icon-prev { + .carousel-control .icon-prev { margin-left: -10px; } .carousel-control .glyphicon-chevron-right, -.carousel-control .icon-next { + .carousel-control .icon-next { margin-right: -10px; } .carousel-caption { @@ -176662,7 +176702,7 @@ button.close { display: table-row !important; } th.visible-xs, -td.visible-xs { + td.visible-xs { display: table-cell !important; } } @@ -176695,7 +176735,7 @@ td.visible-xs { display: table-row !important; } th.visible-sm, -td.visible-sm { + td.visible-sm { display: table-cell !important; } } @@ -176728,7 +176768,7 @@ td.visible-sm { display: table-row !important; } th.visible-md, -td.visible-md { + td.visible-md { display: table-cell !important; } } @@ -176761,7 +176801,7 @@ td.visible-md { display: table-row !important; } th.visible-lg, -td.visible-lg { + td.visible-lg { display: table-cell !important; } } @@ -176818,7 +176858,7 @@ td.visible-lg { display: table-row !important; } th.visible-print, -td.visible-print { + td.visible-print { display: table-cell !important; } } @@ -177090,15 +177130,15 @@ th { /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print { *, -*:before, -*:after { + *:before, + *:after { color: #000 !important; text-shadow: none !important; background: transparent !important; box-shadow: none !important; } a, -a:visited { + a:visited { text-decoration: underline; } a[href]:after { @@ -177108,11 +177148,11 @@ a:visited { content: " (" attr(title) ")"; } a[href^="#"]:after, -a[href^="javascript:"]:after { + a[href^="javascript:"]:after { content: ""; } pre, -blockquote { + blockquote { border: 1px solid #999; page-break-inside: avoid; } @@ -177120,27 +177160,27 @@ blockquote { display: table-header-group; } tr, -img { + img { page-break-inside: avoid; } img { max-width: 100% !important; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } .navbar { display: none; } .btn > .caret, -.dropup > .btn > .caret { + .dropup > .btn > .caret { border-top-color: #000 !important; } .label { @@ -177150,11 +177190,11 @@ h3 { border-collapse: collapse !important; } .table td, -.table th { + .table th { background-color: #fff !important; } .table-bordered th, -.table-bordered td { + .table-bordered td { border: 1px solid #ddd !important; } } @@ -179731,36 +179771,36 @@ th { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, -.table-responsive > .table > thead > tr > td, -.table-responsive > .table > tbody > tr > th, -.table-responsive > .table > tbody > tr > td, -.table-responsive > .table > tfoot > tr > th, -.table-responsive > .table > tfoot > tr > td { + .table-responsive > .table > thead > tr > td, + .table-responsive > .table > tbody > tr > th, + .table-responsive > .table > tbody > tr > td, + .table-responsive > .table > tfoot > tr > th, + .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, -.table-responsive > .table-bordered > thead > tr > td:first-child, -.table-responsive > .table-bordered > tbody > tr > th:first-child, -.table-responsive > .table-bordered > tbody > tr > td:first-child, -.table-responsive > .table-bordered > tfoot > tr > th:first-child, -.table-responsive > .table-bordered > tfoot > tr > td:first-child { + .table-responsive > .table-bordered > thead > tr > td:first-child, + .table-responsive > .table-bordered > tbody > tr > th:first-child, + .table-responsive > .table-bordered > tbody > tr > td:first-child, + .table-responsive > .table-bordered > tfoot > tr > th:first-child, + .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, -.table-responsive > .table-bordered > thead > tr > td:last-child, -.table-responsive > .table-bordered > tbody > tr > th:last-child, -.table-responsive > .table-bordered > tbody > tr > td:last-child, -.table-responsive > .table-bordered > tfoot > tr > th:last-child, -.table-responsive > .table-bordered > tfoot > tr > td:last-child { + .table-responsive > .table-bordered > thead > tr > td:last-child, + .table-responsive > .table-bordered > tbody > tr > th:last-child, + .table-responsive > .table-bordered > tbody > tr > td:last-child, + .table-responsive > .table-bordered > tfoot > tr > th:last-child, + .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, -.table-responsive > .table-bordered > tbody > tr:last-child > td, -.table-responsive > .table-bordered > tfoot > tr:last-child > th, -.table-responsive > .table-bordered > tfoot > tr:last-child > td { + .table-responsive > .table-bordered > tbody > tr:last-child > td, + .table-responsive > .table-bordered > tfoot > tr:last-child > th, + .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } @@ -179893,35 +179933,35 @@ textarea.form-control { @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type=date].form-control, -input[type=time].form-control, -input[type=datetime-local].form-control, -input[type=month].form-control { + input[type=time].form-control, + input[type=datetime-local].form-control, + input[type=month].form-control { line-height: 34px; } input[type=date].input-sm, -.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date], -input[type=time].input-sm, -.input-group-sm > .input-group-btn > input[type=time].btn, -.input-group-sm input[type=time], -input[type=datetime-local].input-sm, -.input-group-sm > .input-group-btn > input[type=datetime-local].btn, -.input-group-sm input[type=datetime-local], -input[type=month].input-sm, -.input-group-sm > .input-group-btn > input[type=month].btn, -.input-group-sm input[type=month] { + .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date], + input[type=time].input-sm, + .input-group-sm > .input-group-btn > input[type=time].btn, + .input-group-sm input[type=time], + input[type=datetime-local].input-sm, + .input-group-sm > .input-group-btn > input[type=datetime-local].btn, + .input-group-sm input[type=datetime-local], + input[type=month].input-sm, + .input-group-sm > .input-group-btn > input[type=month].btn, + .input-group-sm input[type=month] { line-height: 30px; } input[type=date].input-lg, -.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date], -input[type=time].input-lg, -.input-group-lg > .input-group-btn > input[type=time].btn, -.input-group-lg input[type=time], -input[type=datetime-local].input-lg, -.input-group-lg > .input-group-btn > input[type=datetime-local].btn, -.input-group-lg input[type=datetime-local], -input[type=month].input-lg, -.input-group-lg > .input-group-btn > input[type=month].btn, -.input-group-lg input[type=month] { + .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date], + input[type=time].input-lg, + .input-group-lg > .input-group-btn > input[type=time].btn, + .input-group-lg input[type=time], + input[type=datetime-local].input-lg, + .input-group-lg > .input-group-btn > input[type=datetime-local].btn, + .input-group-lg input[type=datetime-local], + input[type=month].input-lg, + .input-group-lg > .input-group-btn > input[type=month].btn, + .input-group-lg input[type=month] { line-height: 46px; } } @@ -180255,8 +180295,8 @@ select[multiple].input-lg, vertical-align: middle; } .form-inline .input-group .input-group-addon, -.form-inline .input-group .input-group-btn, -.form-inline .input-group .form-control { + .form-inline .input-group .input-group-btn, + .form-inline .input-group .form-control { width: auto; } .form-inline .input-group > .form-control { @@ -180267,18 +180307,18 @@ select[multiple].input-lg, vertical-align: middle; } .form-inline .radio, -.form-inline .checkbox { + .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio label, -.form-inline .checkbox label { + .form-inline .checkbox label { padding-left: 0; } .form-inline .radio input[type=radio], -.form-inline .checkbox input[type=checkbox] { + .form-inline .checkbox input[type=checkbox] { position: relative; margin-left: 0; } @@ -181298,8 +181338,8 @@ tbody.collapse.in { border-radius: 4px 4px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, -.nav-tabs-justified > .active > a:hover, -.nav-tabs-justified > .active > a:focus { + .nav-tabs-justified > .active > a:hover, + .nav-tabs-justified > .active > a:focus { border-bottom-color: #fff; } } @@ -181401,13 +181441,13 @@ tbody.collapse.in { } @media (max-device-width: 480px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, -.navbar-fixed-bottom .navbar-collapse { + .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } @media (min-width: 768px) { .navbar-fixed-top, -.navbar-fixed-bottom { + .navbar-fixed-bottom { border-radius: 0; } } @@ -181432,9 +181472,9 @@ tbody.collapse.in { } @media (min-width: 768px) { .container > .navbar-header, -.container > .navbar-collapse, -.container-fluid > .navbar-header, -.container-fluid > .navbar-collapse { + .container > .navbar-collapse, + .container-fluid > .navbar-header, + .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } @@ -181518,7 +181558,7 @@ tbody.collapse.in { box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, -.navbar-nav .open .dropdown-menu .dropdown-header { + .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { @@ -181572,8 +181612,8 @@ tbody.collapse.in { vertical-align: middle; } .navbar-form .input-group .input-group-addon, -.navbar-form .input-group .input-group-btn, -.navbar-form .input-group .form-control { + .navbar-form .input-group .input-group-btn, + .navbar-form .input-group .form-control { width: auto; } .navbar-form .input-group > .form-control { @@ -181584,18 +181624,18 @@ tbody.collapse.in { vertical-align: middle; } .navbar-form .radio, -.navbar-form .checkbox { + .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .radio label, -.navbar-form .checkbox label { + .navbar-form .checkbox label { padding-left: 0; } .navbar-form .radio input[type=radio], -.navbar-form .checkbox input[type=checkbox] { + .navbar-form .checkbox input[type=checkbox] { position: relative; margin-left: 0; } @@ -182150,7 +182190,7 @@ a.badge:hover, a.badge:focus { padding-left: 60px; } .jumbotron h1, -.jumbotron .h1 { + .jumbotron .h1 { font-size: 63px; } } @@ -183662,20 +183702,20 @@ button.close { @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, -.carousel-control .glyphicon-chevron-right, -.carousel-control .icon-prev, -.carousel-control .icon-next { + .carousel-control .glyphicon-chevron-right, + .carousel-control .icon-prev, + .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -10px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, -.carousel-control .icon-prev { + .carousel-control .icon-prev { margin-left: -10px; } .carousel-control .glyphicon-chevron-right, -.carousel-control .icon-next { + .carousel-control .icon-next { margin-right: -10px; } .carousel-caption { @@ -183782,7 +183822,7 @@ button.close { display: table-row !important; } th.visible-xs, -td.visible-xs { + td.visible-xs { display: table-cell !important; } } @@ -183815,7 +183855,7 @@ td.visible-xs { display: table-row !important; } th.visible-sm, -td.visible-sm { + td.visible-sm { display: table-cell !important; } } @@ -183848,7 +183888,7 @@ td.visible-sm { display: table-row !important; } th.visible-md, -td.visible-md { + td.visible-md { display: table-cell !important; } } @@ -183881,7 +183921,7 @@ td.visible-md { display: table-row !important; } th.visible-lg, -td.visible-lg { + td.visible-lg { display: table-cell !important; } } @@ -183938,7 +183978,7 @@ td.visible-lg { display: table-row !important; } th.visible-print, -td.visible-print { + td.visible-print { display: table-cell !important; } } @@ -184210,15 +184250,15 @@ th { /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print { *, -*:before, -*:after { + *:before, + *:after { color: #000 !important; text-shadow: none !important; background: transparent !important; box-shadow: none !important; } a, -a:visited { + a:visited { text-decoration: underline; } a[href]:after { @@ -184228,11 +184268,11 @@ a:visited { content: " (" attr(title) ")"; } a[href^="#"]:after, -a[href^="javascript:"]:after { + a[href^="javascript:"]:after { content: ""; } pre, -blockquote { + blockquote { border: 1px solid #999; page-break-inside: avoid; } @@ -184240,27 +184280,27 @@ blockquote { display: table-header-group; } tr, -img { + img { page-break-inside: avoid; } img { max-width: 100% !important; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } .navbar { display: none; } .btn > .caret, -.dropup > .btn > .caret { + .dropup > .btn > .caret { border-top-color: #000 !important; } .label { @@ -184270,11 +184310,11 @@ h3 { border-collapse: collapse !important; } .table td, -.table th { + .table th { background-color: #fff !important; } .table-bordered th, -.table-bordered td { + .table-bordered td { border: 1px solid #ddd !important; } } @@ -186851,36 +186891,36 @@ th { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, -.table-responsive > .table > thead > tr > td, -.table-responsive > .table > tbody > tr > th, -.table-responsive > .table > tbody > tr > td, -.table-responsive > .table > tfoot > tr > th, -.table-responsive > .table > tfoot > tr > td { + .table-responsive > .table > thead > tr > td, + .table-responsive > .table > tbody > tr > th, + .table-responsive > .table > tbody > tr > td, + .table-responsive > .table > tfoot > tr > th, + .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, -.table-responsive > .table-bordered > thead > tr > td:first-child, -.table-responsive > .table-bordered > tbody > tr > th:first-child, -.table-responsive > .table-bordered > tbody > tr > td:first-child, -.table-responsive > .table-bordered > tfoot > tr > th:first-child, -.table-responsive > .table-bordered > tfoot > tr > td:first-child { + .table-responsive > .table-bordered > thead > tr > td:first-child, + .table-responsive > .table-bordered > tbody > tr > th:first-child, + .table-responsive > .table-bordered > tbody > tr > td:first-child, + .table-responsive > .table-bordered > tfoot > tr > th:first-child, + .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, -.table-responsive > .table-bordered > thead > tr > td:last-child, -.table-responsive > .table-bordered > tbody > tr > th:last-child, -.table-responsive > .table-bordered > tbody > tr > td:last-child, -.table-responsive > .table-bordered > tfoot > tr > th:last-child, -.table-responsive > .table-bordered > tfoot > tr > td:last-child { + .table-responsive > .table-bordered > thead > tr > td:last-child, + .table-responsive > .table-bordered > tbody > tr > th:last-child, + .table-responsive > .table-bordered > tbody > tr > td:last-child, + .table-responsive > .table-bordered > tfoot > tr > th:last-child, + .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, -.table-responsive > .table-bordered > tbody > tr:last-child > td, -.table-responsive > .table-bordered > tfoot > tr:last-child > th, -.table-responsive > .table-bordered > tfoot > tr:last-child > td { + .table-responsive > .table-bordered > tbody > tr:last-child > td, + .table-responsive > .table-bordered > tfoot > tr:last-child > th, + .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } @@ -187013,35 +187053,35 @@ textarea.form-control { @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type=date].form-control, -input[type=time].form-control, -input[type=datetime-local].form-control, -input[type=month].form-control { + input[type=time].form-control, + input[type=datetime-local].form-control, + input[type=month].form-control { line-height: 34px; } input[type=date].input-sm, -.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date], -input[type=time].input-sm, -.input-group-sm > .input-group-btn > input[type=time].btn, -.input-group-sm input[type=time], -input[type=datetime-local].input-sm, -.input-group-sm > .input-group-btn > input[type=datetime-local].btn, -.input-group-sm input[type=datetime-local], -input[type=month].input-sm, -.input-group-sm > .input-group-btn > input[type=month].btn, -.input-group-sm input[type=month] { + .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date], + input[type=time].input-sm, + .input-group-sm > .input-group-btn > input[type=time].btn, + .input-group-sm input[type=time], + input[type=datetime-local].input-sm, + .input-group-sm > .input-group-btn > input[type=datetime-local].btn, + .input-group-sm input[type=datetime-local], + input[type=month].input-sm, + .input-group-sm > .input-group-btn > input[type=month].btn, + .input-group-sm input[type=month] { line-height: 30px; } input[type=date].input-lg, -.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date], -input[type=time].input-lg, -.input-group-lg > .input-group-btn > input[type=time].btn, -.input-group-lg input[type=time], -input[type=datetime-local].input-lg, -.input-group-lg > .input-group-btn > input[type=datetime-local].btn, -.input-group-lg input[type=datetime-local], -input[type=month].input-lg, -.input-group-lg > .input-group-btn > input[type=month].btn, -.input-group-lg input[type=month] { + .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date], + input[type=time].input-lg, + .input-group-lg > .input-group-btn > input[type=time].btn, + .input-group-lg input[type=time], + input[type=datetime-local].input-lg, + .input-group-lg > .input-group-btn > input[type=datetime-local].btn, + .input-group-lg input[type=datetime-local], + input[type=month].input-lg, + .input-group-lg > .input-group-btn > input[type=month].btn, + .input-group-lg input[type=month] { line-height: 46px; } } @@ -187375,8 +187415,8 @@ select[multiple].input-lg, vertical-align: middle; } .form-inline .input-group .input-group-addon, -.form-inline .input-group .input-group-btn, -.form-inline .input-group .form-control { + .form-inline .input-group .input-group-btn, + .form-inline .input-group .form-control { width: auto; } .form-inline .input-group > .form-control { @@ -187387,18 +187427,18 @@ select[multiple].input-lg, vertical-align: middle; } .form-inline .radio, -.form-inline .checkbox { + .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio label, -.form-inline .checkbox label { + .form-inline .checkbox label { padding-left: 0; } .form-inline .radio input[type=radio], -.form-inline .checkbox input[type=checkbox] { + .form-inline .checkbox input[type=checkbox] { position: relative; margin-left: 0; } @@ -188418,8 +188458,8 @@ tbody.collapse.in { border-radius: 4px 4px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, -.nav-tabs-justified > .active > a:hover, -.nav-tabs-justified > .active > a:focus { + .nav-tabs-justified > .active > a:hover, + .nav-tabs-justified > .active > a:focus { border-bottom-color: #fff; } } @@ -188521,13 +188561,13 @@ tbody.collapse.in { } @media (max-device-width: 480px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, -.navbar-fixed-bottom .navbar-collapse { + .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } @media (min-width: 768px) { .navbar-fixed-top, -.navbar-fixed-bottom { + .navbar-fixed-bottom { border-radius: 0; } } @@ -188552,9 +188592,9 @@ tbody.collapse.in { } @media (min-width: 768px) { .container > .navbar-header, -.container > .navbar-collapse, -.container-fluid > .navbar-header, -.container-fluid > .navbar-collapse { + .container > .navbar-collapse, + .container-fluid > .navbar-header, + .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } @@ -188638,7 +188678,7 @@ tbody.collapse.in { box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, -.navbar-nav .open .dropdown-menu .dropdown-header { + .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { @@ -188692,8 +188732,8 @@ tbody.collapse.in { vertical-align: middle; } .navbar-form .input-group .input-group-addon, -.navbar-form .input-group .input-group-btn, -.navbar-form .input-group .form-control { + .navbar-form .input-group .input-group-btn, + .navbar-form .input-group .form-control { width: auto; } .navbar-form .input-group > .form-control { @@ -188704,18 +188744,18 @@ tbody.collapse.in { vertical-align: middle; } .navbar-form .radio, -.navbar-form .checkbox { + .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .radio label, -.navbar-form .checkbox label { + .navbar-form .checkbox label { padding-left: 0; } .navbar-form .radio input[type=radio], -.navbar-form .checkbox input[type=checkbox] { + .navbar-form .checkbox input[type=checkbox] { position: relative; margin-left: 0; } @@ -189270,7 +189310,7 @@ a.badge:hover, a.badge:focus { padding-left: 60px; } .jumbotron h1, -.jumbotron .h1 { + .jumbotron .h1 { font-size: 63px; } } @@ -190782,20 +190822,20 @@ button.close { @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, -.carousel-control .glyphicon-chevron-right, -.carousel-control .icon-prev, -.carousel-control .icon-next { + .carousel-control .glyphicon-chevron-right, + .carousel-control .icon-prev, + .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -10px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, -.carousel-control .icon-prev { + .carousel-control .icon-prev { margin-left: -10px; } .carousel-control .glyphicon-chevron-right, -.carousel-control .icon-next { + .carousel-control .icon-next { margin-right: -10px; } .carousel-caption { @@ -190902,7 +190942,7 @@ button.close { display: table-row !important; } th.visible-xs, -td.visible-xs { + td.visible-xs { display: table-cell !important; } } @@ -190935,7 +190975,7 @@ td.visible-xs { display: table-row !important; } th.visible-sm, -td.visible-sm { + td.visible-sm { display: table-cell !important; } } @@ -190968,7 +191008,7 @@ td.visible-sm { display: table-row !important; } th.visible-md, -td.visible-md { + td.visible-md { display: table-cell !important; } } @@ -191001,7 +191041,7 @@ td.visible-md { display: table-row !important; } th.visible-lg, -td.visible-lg { + td.visible-lg { display: table-cell !important; } } @@ -191058,7 +191098,7 @@ td.visible-lg { display: table-row !important; } th.visible-print, -td.visible-print { + td.visible-print { display: table-cell !important; } } @@ -191330,15 +191370,15 @@ th { /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print { *, -*:before, -*:after { + *:before, + *:after { color: #000 !important; text-shadow: none !important; background: transparent !important; box-shadow: none !important; } a, -a:visited { + a:visited { text-decoration: underline; } a[href]:after { @@ -191348,11 +191388,11 @@ a:visited { content: " (" attr(title) ")"; } a[href^="#"]:after, -a[href^="javascript:"]:after { + a[href^="javascript:"]:after { content: ""; } pre, -blockquote { + blockquote { border: 1px solid #999; page-break-inside: avoid; } @@ -191360,27 +191400,27 @@ blockquote { display: table-header-group; } tr, -img { + img { page-break-inside: avoid; } img { max-width: 100% !important; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } .navbar { display: none; } .btn > .caret, -.dropup > .btn > .caret { + .dropup > .btn > .caret { border-top-color: #000 !important; } .label { @@ -191390,11 +191430,11 @@ h3 { border-collapse: collapse !important; } .table td, -.table th { + .table th { background-color: #fff !important; } .table-bordered th, -.table-bordered td { + .table-bordered td { border: 1px solid #ddd !important; } } @@ -193971,36 +194011,36 @@ th { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, -.table-responsive > .table > thead > tr > td, -.table-responsive > .table > tbody > tr > th, -.table-responsive > .table > tbody > tr > td, -.table-responsive > .table > tfoot > tr > th, -.table-responsive > .table > tfoot > tr > td { + .table-responsive > .table > thead > tr > td, + .table-responsive > .table > tbody > tr > th, + .table-responsive > .table > tbody > tr > td, + .table-responsive > .table > tfoot > tr > th, + .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, -.table-responsive > .table-bordered > thead > tr > td:first-child, -.table-responsive > .table-bordered > tbody > tr > th:first-child, -.table-responsive > .table-bordered > tbody > tr > td:first-child, -.table-responsive > .table-bordered > tfoot > tr > th:first-child, -.table-responsive > .table-bordered > tfoot > tr > td:first-child { + .table-responsive > .table-bordered > thead > tr > td:first-child, + .table-responsive > .table-bordered > tbody > tr > th:first-child, + .table-responsive > .table-bordered > tbody > tr > td:first-child, + .table-responsive > .table-bordered > tfoot > tr > th:first-child, + .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, -.table-responsive > .table-bordered > thead > tr > td:last-child, -.table-responsive > .table-bordered > tbody > tr > th:last-child, -.table-responsive > .table-bordered > tbody > tr > td:last-child, -.table-responsive > .table-bordered > tfoot > tr > th:last-child, -.table-responsive > .table-bordered > tfoot > tr > td:last-child { + .table-responsive > .table-bordered > thead > tr > td:last-child, + .table-responsive > .table-bordered > tbody > tr > th:last-child, + .table-responsive > .table-bordered > tbody > tr > td:last-child, + .table-responsive > .table-bordered > tfoot > tr > th:last-child, + .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, -.table-responsive > .table-bordered > tbody > tr:last-child > td, -.table-responsive > .table-bordered > tfoot > tr:last-child > th, -.table-responsive > .table-bordered > tfoot > tr:last-child > td { + .table-responsive > .table-bordered > tbody > tr:last-child > td, + .table-responsive > .table-bordered > tfoot > tr:last-child > th, + .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } @@ -194133,35 +194173,35 @@ textarea.form-control { @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type=date].form-control, -input[type=time].form-control, -input[type=datetime-local].form-control, -input[type=month].form-control { + input[type=time].form-control, + input[type=datetime-local].form-control, + input[type=month].form-control { line-height: 34px; } input[type=date].input-sm, -.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date], -input[type=time].input-sm, -.input-group-sm > .input-group-btn > input[type=time].btn, -.input-group-sm input[type=time], -input[type=datetime-local].input-sm, -.input-group-sm > .input-group-btn > input[type=datetime-local].btn, -.input-group-sm input[type=datetime-local], -input[type=month].input-sm, -.input-group-sm > .input-group-btn > input[type=month].btn, -.input-group-sm input[type=month] { + .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date], + input[type=time].input-sm, + .input-group-sm > .input-group-btn > input[type=time].btn, + .input-group-sm input[type=time], + input[type=datetime-local].input-sm, + .input-group-sm > .input-group-btn > input[type=datetime-local].btn, + .input-group-sm input[type=datetime-local], + input[type=month].input-sm, + .input-group-sm > .input-group-btn > input[type=month].btn, + .input-group-sm input[type=month] { line-height: 30px; } input[type=date].input-lg, -.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date], -input[type=time].input-lg, -.input-group-lg > .input-group-btn > input[type=time].btn, -.input-group-lg input[type=time], -input[type=datetime-local].input-lg, -.input-group-lg > .input-group-btn > input[type=datetime-local].btn, -.input-group-lg input[type=datetime-local], -input[type=month].input-lg, -.input-group-lg > .input-group-btn > input[type=month].btn, -.input-group-lg input[type=month] { + .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date], + input[type=time].input-lg, + .input-group-lg > .input-group-btn > input[type=time].btn, + .input-group-lg input[type=time], + input[type=datetime-local].input-lg, + .input-group-lg > .input-group-btn > input[type=datetime-local].btn, + .input-group-lg input[type=datetime-local], + input[type=month].input-lg, + .input-group-lg > .input-group-btn > input[type=month].btn, + .input-group-lg input[type=month] { line-height: 46px; } } @@ -194495,8 +194535,8 @@ select[multiple].input-lg, vertical-align: middle; } .form-inline .input-group .input-group-addon, -.form-inline .input-group .input-group-btn, -.form-inline .input-group .form-control { + .form-inline .input-group .input-group-btn, + .form-inline .input-group .form-control { width: auto; } .form-inline .input-group > .form-control { @@ -194507,18 +194547,18 @@ select[multiple].input-lg, vertical-align: middle; } .form-inline .radio, -.form-inline .checkbox { + .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio label, -.form-inline .checkbox label { + .form-inline .checkbox label { padding-left: 0; } .form-inline .radio input[type=radio], -.form-inline .checkbox input[type=checkbox] { + .form-inline .checkbox input[type=checkbox] { position: relative; margin-left: 0; } @@ -195538,8 +195578,8 @@ tbody.collapse.in { border-radius: 4px 4px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, -.nav-tabs-justified > .active > a:hover, -.nav-tabs-justified > .active > a:focus { + .nav-tabs-justified > .active > a:hover, + .nav-tabs-justified > .active > a:focus { border-bottom-color: #fff; } } @@ -195641,13 +195681,13 @@ tbody.collapse.in { } @media (max-device-width: 480px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, -.navbar-fixed-bottom .navbar-collapse { + .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } @media (min-width: 768px) { .navbar-fixed-top, -.navbar-fixed-bottom { + .navbar-fixed-bottom { border-radius: 0; } } @@ -195672,9 +195712,9 @@ tbody.collapse.in { } @media (min-width: 768px) { .container > .navbar-header, -.container > .navbar-collapse, -.container-fluid > .navbar-header, -.container-fluid > .navbar-collapse { + .container > .navbar-collapse, + .container-fluid > .navbar-header, + .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } @@ -195758,7 +195798,7 @@ tbody.collapse.in { box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, -.navbar-nav .open .dropdown-menu .dropdown-header { + .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { @@ -195812,8 +195852,8 @@ tbody.collapse.in { vertical-align: middle; } .navbar-form .input-group .input-group-addon, -.navbar-form .input-group .input-group-btn, -.navbar-form .input-group .form-control { + .navbar-form .input-group .input-group-btn, + .navbar-form .input-group .form-control { width: auto; } .navbar-form .input-group > .form-control { @@ -195824,18 +195864,18 @@ tbody.collapse.in { vertical-align: middle; } .navbar-form .radio, -.navbar-form .checkbox { + .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .radio label, -.navbar-form .checkbox label { + .navbar-form .checkbox label { padding-left: 0; } .navbar-form .radio input[type=radio], -.navbar-form .checkbox input[type=checkbox] { + .navbar-form .checkbox input[type=checkbox] { position: relative; margin-left: 0; } @@ -196390,7 +196430,7 @@ a.badge:hover, a.badge:focus { padding-left: 60px; } .jumbotron h1, -.jumbotron .h1 { + .jumbotron .h1 { font-size: 63px; } } @@ -197902,20 +197942,20 @@ button.close { @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, -.carousel-control .glyphicon-chevron-right, -.carousel-control .icon-prev, -.carousel-control .icon-next { + .carousel-control .glyphicon-chevron-right, + .carousel-control .icon-prev, + .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -10px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, -.carousel-control .icon-prev { + .carousel-control .icon-prev { margin-left: -10px; } .carousel-control .glyphicon-chevron-right, -.carousel-control .icon-next { + .carousel-control .icon-next { margin-right: -10px; } .carousel-caption { @@ -198022,7 +198062,7 @@ button.close { display: table-row !important; } th.visible-xs, -td.visible-xs { + td.visible-xs { display: table-cell !important; } } @@ -198055,7 +198095,7 @@ td.visible-xs { display: table-row !important; } th.visible-sm, -td.visible-sm { + td.visible-sm { display: table-cell !important; } } @@ -198088,7 +198128,7 @@ td.visible-sm { display: table-row !important; } th.visible-md, -td.visible-md { + td.visible-md { display: table-cell !important; } } @@ -198121,7 +198161,7 @@ td.visible-md { display: table-row !important; } th.visible-lg, -td.visible-lg { + td.visible-lg { display: table-cell !important; } } @@ -198178,7 +198218,7 @@ td.visible-lg { display: table-row !important; } th.visible-print, -td.visible-print { + td.visible-print { display: table-cell !important; } } @@ -198450,15 +198490,15 @@ th { /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print { *, -*:before, -*:after { + *:before, + *:after { color: #000 !important; text-shadow: none !important; background: transparent !important; box-shadow: none !important; } a, -a:visited { + a:visited { text-decoration: underline; } a[href]:after { @@ -198468,11 +198508,11 @@ a:visited { content: " (" attr(title) ")"; } a[href^="#"]:after, -a[href^="javascript:"]:after { + a[href^="javascript:"]:after { content: ""; } pre, -blockquote { + blockquote { border: 1px solid #999; page-break-inside: avoid; } @@ -198480,27 +198520,27 @@ blockquote { display: table-header-group; } tr, -img { + img { page-break-inside: avoid; } img { max-width: 100% !important; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } .navbar { display: none; } .btn > .caret, -.dropup > .btn > .caret { + .dropup > .btn > .caret { border-top-color: #000 !important; } .label { @@ -198510,11 +198550,11 @@ h3 { border-collapse: collapse !important; } .table td, -.table th { + .table th { background-color: #fff !important; } .table-bordered th, -.table-bordered td { + .table-bordered td { border: 1px solid #ddd !important; } } @@ -201091,36 +201131,36 @@ th { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, -.table-responsive > .table > thead > tr > td, -.table-responsive > .table > tbody > tr > th, -.table-responsive > .table > tbody > tr > td, -.table-responsive > .table > tfoot > tr > th, -.table-responsive > .table > tfoot > tr > td { + .table-responsive > .table > thead > tr > td, + .table-responsive > .table > tbody > tr > th, + .table-responsive > .table > tbody > tr > td, + .table-responsive > .table > tfoot > tr > th, + .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, -.table-responsive > .table-bordered > thead > tr > td:first-child, -.table-responsive > .table-bordered > tbody > tr > th:first-child, -.table-responsive > .table-bordered > tbody > tr > td:first-child, -.table-responsive > .table-bordered > tfoot > tr > th:first-child, -.table-responsive > .table-bordered > tfoot > tr > td:first-child { + .table-responsive > .table-bordered > thead > tr > td:first-child, + .table-responsive > .table-bordered > tbody > tr > th:first-child, + .table-responsive > .table-bordered > tbody > tr > td:first-child, + .table-responsive > .table-bordered > tfoot > tr > th:first-child, + .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, -.table-responsive > .table-bordered > thead > tr > td:last-child, -.table-responsive > .table-bordered > tbody > tr > th:last-child, -.table-responsive > .table-bordered > tbody > tr > td:last-child, -.table-responsive > .table-bordered > tfoot > tr > th:last-child, -.table-responsive > .table-bordered > tfoot > tr > td:last-child { + .table-responsive > .table-bordered > thead > tr > td:last-child, + .table-responsive > .table-bordered > tbody > tr > th:last-child, + .table-responsive > .table-bordered > tbody > tr > td:last-child, + .table-responsive > .table-bordered > tfoot > tr > th:last-child, + .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, -.table-responsive > .table-bordered > tbody > tr:last-child > td, -.table-responsive > .table-bordered > tfoot > tr:last-child > th, -.table-responsive > .table-bordered > tfoot > tr:last-child > td { + .table-responsive > .table-bordered > tbody > tr:last-child > td, + .table-responsive > .table-bordered > tfoot > tr:last-child > th, + .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } @@ -201253,35 +201293,35 @@ textarea.form-control { @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type=date].form-control, -input[type=time].form-control, -input[type=datetime-local].form-control, -input[type=month].form-control { + input[type=time].form-control, + input[type=datetime-local].form-control, + input[type=month].form-control { line-height: 34px; } input[type=date].input-sm, -.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date], -input[type=time].input-sm, -.input-group-sm > .input-group-btn > input[type=time].btn, -.input-group-sm input[type=time], -input[type=datetime-local].input-sm, -.input-group-sm > .input-group-btn > input[type=datetime-local].btn, -.input-group-sm input[type=datetime-local], -input[type=month].input-sm, -.input-group-sm > .input-group-btn > input[type=month].btn, -.input-group-sm input[type=month] { + .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date], + input[type=time].input-sm, + .input-group-sm > .input-group-btn > input[type=time].btn, + .input-group-sm input[type=time], + input[type=datetime-local].input-sm, + .input-group-sm > .input-group-btn > input[type=datetime-local].btn, + .input-group-sm input[type=datetime-local], + input[type=month].input-sm, + .input-group-sm > .input-group-btn > input[type=month].btn, + .input-group-sm input[type=month] { line-height: 30px; } input[type=date].input-lg, -.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date], -input[type=time].input-lg, -.input-group-lg > .input-group-btn > input[type=time].btn, -.input-group-lg input[type=time], -input[type=datetime-local].input-lg, -.input-group-lg > .input-group-btn > input[type=datetime-local].btn, -.input-group-lg input[type=datetime-local], -input[type=month].input-lg, -.input-group-lg > .input-group-btn > input[type=month].btn, -.input-group-lg input[type=month] { + .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date], + input[type=time].input-lg, + .input-group-lg > .input-group-btn > input[type=time].btn, + .input-group-lg input[type=time], + input[type=datetime-local].input-lg, + .input-group-lg > .input-group-btn > input[type=datetime-local].btn, + .input-group-lg input[type=datetime-local], + input[type=month].input-lg, + .input-group-lg > .input-group-btn > input[type=month].btn, + .input-group-lg input[type=month] { line-height: 46px; } } @@ -201615,8 +201655,8 @@ select[multiple].input-lg, vertical-align: middle; } .form-inline .input-group .input-group-addon, -.form-inline .input-group .input-group-btn, -.form-inline .input-group .form-control { + .form-inline .input-group .input-group-btn, + .form-inline .input-group .form-control { width: auto; } .form-inline .input-group > .form-control { @@ -201627,18 +201667,18 @@ select[multiple].input-lg, vertical-align: middle; } .form-inline .radio, -.form-inline .checkbox { + .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio label, -.form-inline .checkbox label { + .form-inline .checkbox label { padding-left: 0; } .form-inline .radio input[type=radio], -.form-inline .checkbox input[type=checkbox] { + .form-inline .checkbox input[type=checkbox] { position: relative; margin-left: 0; } @@ -202658,8 +202698,8 @@ tbody.collapse.in { border-radius: 4px 4px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, -.nav-tabs-justified > .active > a:hover, -.nav-tabs-justified > .active > a:focus { + .nav-tabs-justified > .active > a:hover, + .nav-tabs-justified > .active > a:focus { border-bottom-color: #fff; } } @@ -202761,13 +202801,13 @@ tbody.collapse.in { } @media (max-device-width: 480px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, -.navbar-fixed-bottom .navbar-collapse { + .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } @media (min-width: 768px) { .navbar-fixed-top, -.navbar-fixed-bottom { + .navbar-fixed-bottom { border-radius: 0; } } @@ -202792,9 +202832,9 @@ tbody.collapse.in { } @media (min-width: 768px) { .container > .navbar-header, -.container > .navbar-collapse, -.container-fluid > .navbar-header, -.container-fluid > .navbar-collapse { + .container > .navbar-collapse, + .container-fluid > .navbar-header, + .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } @@ -202878,7 +202918,7 @@ tbody.collapse.in { box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, -.navbar-nav .open .dropdown-menu .dropdown-header { + .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { @@ -202932,8 +202972,8 @@ tbody.collapse.in { vertical-align: middle; } .navbar-form .input-group .input-group-addon, -.navbar-form .input-group .input-group-btn, -.navbar-form .input-group .form-control { + .navbar-form .input-group .input-group-btn, + .navbar-form .input-group .form-control { width: auto; } .navbar-form .input-group > .form-control { @@ -202944,18 +202984,18 @@ tbody.collapse.in { vertical-align: middle; } .navbar-form .radio, -.navbar-form .checkbox { + .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .radio label, -.navbar-form .checkbox label { + .navbar-form .checkbox label { padding-left: 0; } .navbar-form .radio input[type=radio], -.navbar-form .checkbox input[type=checkbox] { + .navbar-form .checkbox input[type=checkbox] { position: relative; margin-left: 0; } @@ -203510,7 +203550,7 @@ a.badge:hover, a.badge:focus { padding-left: 60px; } .jumbotron h1, -.jumbotron .h1 { + .jumbotron .h1 { font-size: 63px; } } @@ -205022,20 +205062,20 @@ button.close { @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, -.carousel-control .glyphicon-chevron-right, -.carousel-control .icon-prev, -.carousel-control .icon-next { + .carousel-control .glyphicon-chevron-right, + .carousel-control .icon-prev, + .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -10px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, -.carousel-control .icon-prev { + .carousel-control .icon-prev { margin-left: -10px; } .carousel-control .glyphicon-chevron-right, -.carousel-control .icon-next { + .carousel-control .icon-next { margin-right: -10px; } .carousel-caption { @@ -205142,7 +205182,7 @@ button.close { display: table-row !important; } th.visible-xs, -td.visible-xs { + td.visible-xs { display: table-cell !important; } } @@ -205175,7 +205215,7 @@ td.visible-xs { display: table-row !important; } th.visible-sm, -td.visible-sm { + td.visible-sm { display: table-cell !important; } } @@ -205208,7 +205248,7 @@ td.visible-sm { display: table-row !important; } th.visible-md, -td.visible-md { + td.visible-md { display: table-cell !important; } } @@ -205241,7 +205281,7 @@ td.visible-md { display: table-row !important; } th.visible-lg, -td.visible-lg { + td.visible-lg { display: table-cell !important; } } @@ -205298,7 +205338,7 @@ td.visible-lg { display: table-row !important; } th.visible-print, -td.visible-print { + td.visible-print { display: table-cell !important; } } @@ -205570,15 +205610,15 @@ th { /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print { *, -*:before, -*:after { + *:before, + *:after { color: #000 !important; text-shadow: none !important; background: transparent !important; box-shadow: none !important; } a, -a:visited { + a:visited { text-decoration: underline; } a[href]:after { @@ -205588,11 +205628,11 @@ a:visited { content: " (" attr(title) ")"; } a[href^="#"]:after, -a[href^="javascript:"]:after { + a[href^="javascript:"]:after { content: ""; } pre, -blockquote { + blockquote { border: 1px solid #999; page-break-inside: avoid; } @@ -205600,27 +205640,27 @@ blockquote { display: table-header-group; } tr, -img { + img { page-break-inside: avoid; } img { max-width: 100% !important; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } .navbar { display: none; } .btn > .caret, -.dropup > .btn > .caret { + .dropup > .btn > .caret { border-top-color: #000 !important; } .label { @@ -205630,11 +205670,11 @@ h3 { border-collapse: collapse !important; } .table td, -.table th { + .table th { background-color: #fff !important; } .table-bordered th, -.table-bordered td { + .table-bordered td { border: 1px solid #ddd !important; } } @@ -208211,36 +208251,36 @@ th { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, -.table-responsive > .table > thead > tr > td, -.table-responsive > .table > tbody > tr > th, -.table-responsive > .table > tbody > tr > td, -.table-responsive > .table > tfoot > tr > th, -.table-responsive > .table > tfoot > tr > td { + .table-responsive > .table > thead > tr > td, + .table-responsive > .table > tbody > tr > th, + .table-responsive > .table > tbody > tr > td, + .table-responsive > .table > tfoot > tr > th, + .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, -.table-responsive > .table-bordered > thead > tr > td:first-child, -.table-responsive > .table-bordered > tbody > tr > th:first-child, -.table-responsive > .table-bordered > tbody > tr > td:first-child, -.table-responsive > .table-bordered > tfoot > tr > th:first-child, -.table-responsive > .table-bordered > tfoot > tr > td:first-child { + .table-responsive > .table-bordered > thead > tr > td:first-child, + .table-responsive > .table-bordered > tbody > tr > th:first-child, + .table-responsive > .table-bordered > tbody > tr > td:first-child, + .table-responsive > .table-bordered > tfoot > tr > th:first-child, + .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, -.table-responsive > .table-bordered > thead > tr > td:last-child, -.table-responsive > .table-bordered > tbody > tr > th:last-child, -.table-responsive > .table-bordered > tbody > tr > td:last-child, -.table-responsive > .table-bordered > tfoot > tr > th:last-child, -.table-responsive > .table-bordered > tfoot > tr > td:last-child { + .table-responsive > .table-bordered > thead > tr > td:last-child, + .table-responsive > .table-bordered > tbody > tr > th:last-child, + .table-responsive > .table-bordered > tbody > tr > td:last-child, + .table-responsive > .table-bordered > tfoot > tr > th:last-child, + .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, -.table-responsive > .table-bordered > tbody > tr:last-child > td, -.table-responsive > .table-bordered > tfoot > tr:last-child > th, -.table-responsive > .table-bordered > tfoot > tr:last-child > td { + .table-responsive > .table-bordered > tbody > tr:last-child > td, + .table-responsive > .table-bordered > tfoot > tr:last-child > th, + .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } @@ -208373,35 +208413,35 @@ textarea.form-control { @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type=date].form-control, -input[type=time].form-control, -input[type=datetime-local].form-control, -input[type=month].form-control { + input[type=time].form-control, + input[type=datetime-local].form-control, + input[type=month].form-control { line-height: 34px; } input[type=date].input-sm, -.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date], -input[type=time].input-sm, -.input-group-sm > .input-group-btn > input[type=time].btn, -.input-group-sm input[type=time], -input[type=datetime-local].input-sm, -.input-group-sm > .input-group-btn > input[type=datetime-local].btn, -.input-group-sm input[type=datetime-local], -input[type=month].input-sm, -.input-group-sm > .input-group-btn > input[type=month].btn, -.input-group-sm input[type=month] { + .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date], + input[type=time].input-sm, + .input-group-sm > .input-group-btn > input[type=time].btn, + .input-group-sm input[type=time], + input[type=datetime-local].input-sm, + .input-group-sm > .input-group-btn > input[type=datetime-local].btn, + .input-group-sm input[type=datetime-local], + input[type=month].input-sm, + .input-group-sm > .input-group-btn > input[type=month].btn, + .input-group-sm input[type=month] { line-height: 30px; } input[type=date].input-lg, -.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date], -input[type=time].input-lg, -.input-group-lg > .input-group-btn > input[type=time].btn, -.input-group-lg input[type=time], -input[type=datetime-local].input-lg, -.input-group-lg > .input-group-btn > input[type=datetime-local].btn, -.input-group-lg input[type=datetime-local], -input[type=month].input-lg, -.input-group-lg > .input-group-btn > input[type=month].btn, -.input-group-lg input[type=month] { + .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date], + input[type=time].input-lg, + .input-group-lg > .input-group-btn > input[type=time].btn, + .input-group-lg input[type=time], + input[type=datetime-local].input-lg, + .input-group-lg > .input-group-btn > input[type=datetime-local].btn, + .input-group-lg input[type=datetime-local], + input[type=month].input-lg, + .input-group-lg > .input-group-btn > input[type=month].btn, + .input-group-lg input[type=month] { line-height: 46px; } } @@ -208735,8 +208775,8 @@ select[multiple].input-lg, vertical-align: middle; } .form-inline .input-group .input-group-addon, -.form-inline .input-group .input-group-btn, -.form-inline .input-group .form-control { + .form-inline .input-group .input-group-btn, + .form-inline .input-group .form-control { width: auto; } .form-inline .input-group > .form-control { @@ -208747,18 +208787,18 @@ select[multiple].input-lg, vertical-align: middle; } .form-inline .radio, -.form-inline .checkbox { + .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio label, -.form-inline .checkbox label { + .form-inline .checkbox label { padding-left: 0; } .form-inline .radio input[type=radio], -.form-inline .checkbox input[type=checkbox] { + .form-inline .checkbox input[type=checkbox] { position: relative; margin-left: 0; } @@ -209778,8 +209818,8 @@ tbody.collapse.in { border-radius: 4px 4px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, -.nav-tabs-justified > .active > a:hover, -.nav-tabs-justified > .active > a:focus { + .nav-tabs-justified > .active > a:hover, + .nav-tabs-justified > .active > a:focus { border-bottom-color: #fff; } } @@ -209881,13 +209921,13 @@ tbody.collapse.in { } @media (max-device-width: 480px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, -.navbar-fixed-bottom .navbar-collapse { + .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } @media (min-width: 768px) { .navbar-fixed-top, -.navbar-fixed-bottom { + .navbar-fixed-bottom { border-radius: 0; } } @@ -209912,9 +209952,9 @@ tbody.collapse.in { } @media (min-width: 768px) { .container > .navbar-header, -.container > .navbar-collapse, -.container-fluid > .navbar-header, -.container-fluid > .navbar-collapse { + .container > .navbar-collapse, + .container-fluid > .navbar-header, + .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } @@ -209998,7 +210038,7 @@ tbody.collapse.in { box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, -.navbar-nav .open .dropdown-menu .dropdown-header { + .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { @@ -210052,8 +210092,8 @@ tbody.collapse.in { vertical-align: middle; } .navbar-form .input-group .input-group-addon, -.navbar-form .input-group .input-group-btn, -.navbar-form .input-group .form-control { + .navbar-form .input-group .input-group-btn, + .navbar-form .input-group .form-control { width: auto; } .navbar-form .input-group > .form-control { @@ -210064,18 +210104,18 @@ tbody.collapse.in { vertical-align: middle; } .navbar-form .radio, -.navbar-form .checkbox { + .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .radio label, -.navbar-form .checkbox label { + .navbar-form .checkbox label { padding-left: 0; } .navbar-form .radio input[type=radio], -.navbar-form .checkbox input[type=checkbox] { + .navbar-form .checkbox input[type=checkbox] { position: relative; margin-left: 0; } @@ -210630,7 +210670,7 @@ a.badge:hover, a.badge:focus { padding-left: 60px; } .jumbotron h1, -.jumbotron .h1 { + .jumbotron .h1 { font-size: 63px; } } @@ -212142,20 +212182,20 @@ button.close { @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, -.carousel-control .glyphicon-chevron-right, -.carousel-control .icon-prev, -.carousel-control .icon-next { + .carousel-control .glyphicon-chevron-right, + .carousel-control .icon-prev, + .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -10px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, -.carousel-control .icon-prev { + .carousel-control .icon-prev { margin-left: -10px; } .carousel-control .glyphicon-chevron-right, -.carousel-control .icon-next { + .carousel-control .icon-next { margin-right: -10px; } .carousel-caption { @@ -212262,7 +212302,7 @@ button.close { display: table-row !important; } th.visible-xs, -td.visible-xs { + td.visible-xs { display: table-cell !important; } } @@ -212295,7 +212335,7 @@ td.visible-xs { display: table-row !important; } th.visible-sm, -td.visible-sm { + td.visible-sm { display: table-cell !important; } } @@ -212328,7 +212368,7 @@ td.visible-sm { display: table-row !important; } th.visible-md, -td.visible-md { + td.visible-md { display: table-cell !important; } } @@ -212361,7 +212401,7 @@ td.visible-md { display: table-row !important; } th.visible-lg, -td.visible-lg { + td.visible-lg { display: table-cell !important; } } @@ -212418,7 +212458,7 @@ td.visible-lg { display: table-row !important; } th.visible-print, -td.visible-print { + td.visible-print { display: table-cell !important; } } @@ -212690,15 +212730,15 @@ th { /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print { *, -*:before, -*:after { + *:before, + *:after { color: #000 !important; text-shadow: none !important; background: transparent !important; box-shadow: none !important; } a, -a:visited { + a:visited { text-decoration: underline; } a[href]:after { @@ -212708,11 +212748,11 @@ a:visited { content: " (" attr(title) ")"; } a[href^="#"]:after, -a[href^="javascript:"]:after { + a[href^="javascript:"]:after { content: ""; } pre, -blockquote { + blockquote { border: 1px solid #999; page-break-inside: avoid; } @@ -212720,27 +212760,27 @@ blockquote { display: table-header-group; } tr, -img { + img { page-break-inside: avoid; } img { max-width: 100% !important; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } .navbar { display: none; } .btn > .caret, -.dropup > .btn > .caret { + .dropup > .btn > .caret { border-top-color: #000 !important; } .label { @@ -212750,11 +212790,11 @@ h3 { border-collapse: collapse !important; } .table td, -.table th { + .table th { background-color: #fff !important; } .table-bordered th, -.table-bordered td { + .table-bordered td { border: 1px solid #ddd !important; } } @@ -215331,36 +215371,36 @@ th { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, -.table-responsive > .table > thead > tr > td, -.table-responsive > .table > tbody > tr > th, -.table-responsive > .table > tbody > tr > td, -.table-responsive > .table > tfoot > tr > th, -.table-responsive > .table > tfoot > tr > td { + .table-responsive > .table > thead > tr > td, + .table-responsive > .table > tbody > tr > th, + .table-responsive > .table > tbody > tr > td, + .table-responsive > .table > tfoot > tr > th, + .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, -.table-responsive > .table-bordered > thead > tr > td:first-child, -.table-responsive > .table-bordered > tbody > tr > th:first-child, -.table-responsive > .table-bordered > tbody > tr > td:first-child, -.table-responsive > .table-bordered > tfoot > tr > th:first-child, -.table-responsive > .table-bordered > tfoot > tr > td:first-child { + .table-responsive > .table-bordered > thead > tr > td:first-child, + .table-responsive > .table-bordered > tbody > tr > th:first-child, + .table-responsive > .table-bordered > tbody > tr > td:first-child, + .table-responsive > .table-bordered > tfoot > tr > th:first-child, + .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, -.table-responsive > .table-bordered > thead > tr > td:last-child, -.table-responsive > .table-bordered > tbody > tr > th:last-child, -.table-responsive > .table-bordered > tbody > tr > td:last-child, -.table-responsive > .table-bordered > tfoot > tr > th:last-child, -.table-responsive > .table-bordered > tfoot > tr > td:last-child { + .table-responsive > .table-bordered > thead > tr > td:last-child, + .table-responsive > .table-bordered > tbody > tr > th:last-child, + .table-responsive > .table-bordered > tbody > tr > td:last-child, + .table-responsive > .table-bordered > tfoot > tr > th:last-child, + .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, -.table-responsive > .table-bordered > tbody > tr:last-child > td, -.table-responsive > .table-bordered > tfoot > tr:last-child > th, -.table-responsive > .table-bordered > tfoot > tr:last-child > td { + .table-responsive > .table-bordered > tbody > tr:last-child > td, + .table-responsive > .table-bordered > tfoot > tr:last-child > th, + .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } @@ -215493,35 +215533,35 @@ textarea.form-control { @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type=date].form-control, -input[type=time].form-control, -input[type=datetime-local].form-control, -input[type=month].form-control { + input[type=time].form-control, + input[type=datetime-local].form-control, + input[type=month].form-control { line-height: 34px; } input[type=date].input-sm, -.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date], -input[type=time].input-sm, -.input-group-sm > .input-group-btn > input[type=time].btn, -.input-group-sm input[type=time], -input[type=datetime-local].input-sm, -.input-group-sm > .input-group-btn > input[type=datetime-local].btn, -.input-group-sm input[type=datetime-local], -input[type=month].input-sm, -.input-group-sm > .input-group-btn > input[type=month].btn, -.input-group-sm input[type=month] { + .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date], + input[type=time].input-sm, + .input-group-sm > .input-group-btn > input[type=time].btn, + .input-group-sm input[type=time], + input[type=datetime-local].input-sm, + .input-group-sm > .input-group-btn > input[type=datetime-local].btn, + .input-group-sm input[type=datetime-local], + input[type=month].input-sm, + .input-group-sm > .input-group-btn > input[type=month].btn, + .input-group-sm input[type=month] { line-height: 30px; } input[type=date].input-lg, -.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date], -input[type=time].input-lg, -.input-group-lg > .input-group-btn > input[type=time].btn, -.input-group-lg input[type=time], -input[type=datetime-local].input-lg, -.input-group-lg > .input-group-btn > input[type=datetime-local].btn, -.input-group-lg input[type=datetime-local], -input[type=month].input-lg, -.input-group-lg > .input-group-btn > input[type=month].btn, -.input-group-lg input[type=month] { + .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date], + input[type=time].input-lg, + .input-group-lg > .input-group-btn > input[type=time].btn, + .input-group-lg input[type=time], + input[type=datetime-local].input-lg, + .input-group-lg > .input-group-btn > input[type=datetime-local].btn, + .input-group-lg input[type=datetime-local], + input[type=month].input-lg, + .input-group-lg > .input-group-btn > input[type=month].btn, + .input-group-lg input[type=month] { line-height: 46px; } } @@ -215855,8 +215895,8 @@ select[multiple].input-lg, vertical-align: middle; } .form-inline .input-group .input-group-addon, -.form-inline .input-group .input-group-btn, -.form-inline .input-group .form-control { + .form-inline .input-group .input-group-btn, + .form-inline .input-group .form-control { width: auto; } .form-inline .input-group > .form-control { @@ -215867,18 +215907,18 @@ select[multiple].input-lg, vertical-align: middle; } .form-inline .radio, -.form-inline .checkbox { + .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio label, -.form-inline .checkbox label { + .form-inline .checkbox label { padding-left: 0; } .form-inline .radio input[type=radio], -.form-inline .checkbox input[type=checkbox] { + .form-inline .checkbox input[type=checkbox] { position: relative; margin-left: 0; } @@ -216898,8 +216938,8 @@ tbody.collapse.in { border-radius: 4px 4px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, -.nav-tabs-justified > .active > a:hover, -.nav-tabs-justified > .active > a:focus { + .nav-tabs-justified > .active > a:hover, + .nav-tabs-justified > .active > a:focus { border-bottom-color: #fff; } } @@ -217001,13 +217041,13 @@ tbody.collapse.in { } @media (max-device-width: 480px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, -.navbar-fixed-bottom .navbar-collapse { + .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } @media (min-width: 768px) { .navbar-fixed-top, -.navbar-fixed-bottom { + .navbar-fixed-bottom { border-radius: 0; } } @@ -217032,9 +217072,9 @@ tbody.collapse.in { } @media (min-width: 768px) { .container > .navbar-header, -.container > .navbar-collapse, -.container-fluid > .navbar-header, -.container-fluid > .navbar-collapse { + .container > .navbar-collapse, + .container-fluid > .navbar-header, + .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } @@ -217118,7 +217158,7 @@ tbody.collapse.in { box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, -.navbar-nav .open .dropdown-menu .dropdown-header { + .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { @@ -217172,8 +217212,8 @@ tbody.collapse.in { vertical-align: middle; } .navbar-form .input-group .input-group-addon, -.navbar-form .input-group .input-group-btn, -.navbar-form .input-group .form-control { + .navbar-form .input-group .input-group-btn, + .navbar-form .input-group .form-control { width: auto; } .navbar-form .input-group > .form-control { @@ -217184,18 +217224,18 @@ tbody.collapse.in { vertical-align: middle; } .navbar-form .radio, -.navbar-form .checkbox { + .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .radio label, -.navbar-form .checkbox label { + .navbar-form .checkbox label { padding-left: 0; } .navbar-form .radio input[type=radio], -.navbar-form .checkbox input[type=checkbox] { + .navbar-form .checkbox input[type=checkbox] { position: relative; margin-left: 0; } @@ -217750,7 +217790,7 @@ a.badge:hover, a.badge:focus { padding-left: 60px; } .jumbotron h1, -.jumbotron .h1 { + .jumbotron .h1 { font-size: 63px; } } @@ -219262,20 +219302,20 @@ button.close { @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, -.carousel-control .glyphicon-chevron-right, -.carousel-control .icon-prev, -.carousel-control .icon-next { + .carousel-control .glyphicon-chevron-right, + .carousel-control .icon-prev, + .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -10px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, -.carousel-control .icon-prev { + .carousel-control .icon-prev { margin-left: -10px; } .carousel-control .glyphicon-chevron-right, -.carousel-control .icon-next { + .carousel-control .icon-next { margin-right: -10px; } .carousel-caption { @@ -219382,7 +219422,7 @@ button.close { display: table-row !important; } th.visible-xs, -td.visible-xs { + td.visible-xs { display: table-cell !important; } } @@ -219415,7 +219455,7 @@ td.visible-xs { display: table-row !important; } th.visible-sm, -td.visible-sm { + td.visible-sm { display: table-cell !important; } } @@ -219448,7 +219488,7 @@ td.visible-sm { display: table-row !important; } th.visible-md, -td.visible-md { + td.visible-md { display: table-cell !important; } } @@ -219481,7 +219521,7 @@ td.visible-md { display: table-row !important; } th.visible-lg, -td.visible-lg { + td.visible-lg { display: table-cell !important; } } @@ -219538,7 +219578,7 @@ td.visible-lg { display: table-row !important; } th.visible-print, -td.visible-print { + td.visible-print { display: table-cell !important; } } @@ -219810,15 +219850,15 @@ th { /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print { *, -*:before, -*:after { + *:before, + *:after { color: #000 !important; text-shadow: none !important; background: transparent !important; box-shadow: none !important; } a, -a:visited { + a:visited { text-decoration: underline; } a[href]:after { @@ -219828,11 +219868,11 @@ a:visited { content: " (" attr(title) ")"; } a[href^="#"]:after, -a[href^="javascript:"]:after { + a[href^="javascript:"]:after { content: ""; } pre, -blockquote { + blockquote { border: 1px solid #999; page-break-inside: avoid; } @@ -219840,27 +219880,27 @@ blockquote { display: table-header-group; } tr, -img { + img { page-break-inside: avoid; } img { max-width: 100% !important; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } .navbar { display: none; } .btn > .caret, -.dropup > .btn > .caret { + .dropup > .btn > .caret { border-top-color: #000 !important; } .label { @@ -219870,11 +219910,11 @@ h3 { border-collapse: collapse !important; } .table td, -.table th { + .table th { background-color: #fff !important; } .table-bordered th, -.table-bordered td { + .table-bordered td { border: 1px solid #ddd !important; } } @@ -222451,36 +222491,36 @@ th { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, -.table-responsive > .table > thead > tr > td, -.table-responsive > .table > tbody > tr > th, -.table-responsive > .table > tbody > tr > td, -.table-responsive > .table > tfoot > tr > th, -.table-responsive > .table > tfoot > tr > td { + .table-responsive > .table > thead > tr > td, + .table-responsive > .table > tbody > tr > th, + .table-responsive > .table > tbody > tr > td, + .table-responsive > .table > tfoot > tr > th, + .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, -.table-responsive > .table-bordered > thead > tr > td:first-child, -.table-responsive > .table-bordered > tbody > tr > th:first-child, -.table-responsive > .table-bordered > tbody > tr > td:first-child, -.table-responsive > .table-bordered > tfoot > tr > th:first-child, -.table-responsive > .table-bordered > tfoot > tr > td:first-child { + .table-responsive > .table-bordered > thead > tr > td:first-child, + .table-responsive > .table-bordered > tbody > tr > th:first-child, + .table-responsive > .table-bordered > tbody > tr > td:first-child, + .table-responsive > .table-bordered > tfoot > tr > th:first-child, + .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, -.table-responsive > .table-bordered > thead > tr > td:last-child, -.table-responsive > .table-bordered > tbody > tr > th:last-child, -.table-responsive > .table-bordered > tbody > tr > td:last-child, -.table-responsive > .table-bordered > tfoot > tr > th:last-child, -.table-responsive > .table-bordered > tfoot > tr > td:last-child { + .table-responsive > .table-bordered > thead > tr > td:last-child, + .table-responsive > .table-bordered > tbody > tr > th:last-child, + .table-responsive > .table-bordered > tbody > tr > td:last-child, + .table-responsive > .table-bordered > tfoot > tr > th:last-child, + .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, -.table-responsive > .table-bordered > tbody > tr:last-child > td, -.table-responsive > .table-bordered > tfoot > tr:last-child > th, -.table-responsive > .table-bordered > tfoot > tr:last-child > td { + .table-responsive > .table-bordered > tbody > tr:last-child > td, + .table-responsive > .table-bordered > tfoot > tr:last-child > th, + .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } @@ -222613,35 +222653,35 @@ textarea.form-control { @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type=date].form-control, -input[type=time].form-control, -input[type=datetime-local].form-control, -input[type=month].form-control { + input[type=time].form-control, + input[type=datetime-local].form-control, + input[type=month].form-control { line-height: 34px; } input[type=date].input-sm, -.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date], -input[type=time].input-sm, -.input-group-sm > .input-group-btn > input[type=time].btn, -.input-group-sm input[type=time], -input[type=datetime-local].input-sm, -.input-group-sm > .input-group-btn > input[type=datetime-local].btn, -.input-group-sm input[type=datetime-local], -input[type=month].input-sm, -.input-group-sm > .input-group-btn > input[type=month].btn, -.input-group-sm input[type=month] { + .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date], + input[type=time].input-sm, + .input-group-sm > .input-group-btn > input[type=time].btn, + .input-group-sm input[type=time], + input[type=datetime-local].input-sm, + .input-group-sm > .input-group-btn > input[type=datetime-local].btn, + .input-group-sm input[type=datetime-local], + input[type=month].input-sm, + .input-group-sm > .input-group-btn > input[type=month].btn, + .input-group-sm input[type=month] { line-height: 30px; } input[type=date].input-lg, -.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date], -input[type=time].input-lg, -.input-group-lg > .input-group-btn > input[type=time].btn, -.input-group-lg input[type=time], -input[type=datetime-local].input-lg, -.input-group-lg > .input-group-btn > input[type=datetime-local].btn, -.input-group-lg input[type=datetime-local], -input[type=month].input-lg, -.input-group-lg > .input-group-btn > input[type=month].btn, -.input-group-lg input[type=month] { + .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date], + input[type=time].input-lg, + .input-group-lg > .input-group-btn > input[type=time].btn, + .input-group-lg input[type=time], + input[type=datetime-local].input-lg, + .input-group-lg > .input-group-btn > input[type=datetime-local].btn, + .input-group-lg input[type=datetime-local], + input[type=month].input-lg, + .input-group-lg > .input-group-btn > input[type=month].btn, + .input-group-lg input[type=month] { line-height: 46px; } } @@ -222975,8 +223015,8 @@ select[multiple].input-lg, vertical-align: middle; } .form-inline .input-group .input-group-addon, -.form-inline .input-group .input-group-btn, -.form-inline .input-group .form-control { + .form-inline .input-group .input-group-btn, + .form-inline .input-group .form-control { width: auto; } .form-inline .input-group > .form-control { @@ -222987,18 +223027,18 @@ select[multiple].input-lg, vertical-align: middle; } .form-inline .radio, -.form-inline .checkbox { + .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio label, -.form-inline .checkbox label { + .form-inline .checkbox label { padding-left: 0; } .form-inline .radio input[type=radio], -.form-inline .checkbox input[type=checkbox] { + .form-inline .checkbox input[type=checkbox] { position: relative; margin-left: 0; } @@ -224018,8 +224058,8 @@ tbody.collapse.in { border-radius: 4px 4px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, -.nav-tabs-justified > .active > a:hover, -.nav-tabs-justified > .active > a:focus { + .nav-tabs-justified > .active > a:hover, + .nav-tabs-justified > .active > a:focus { border-bottom-color: #fff; } } @@ -224121,13 +224161,13 @@ tbody.collapse.in { } @media (max-device-width: 480px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, -.navbar-fixed-bottom .navbar-collapse { + .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } @media (min-width: 768px) { .navbar-fixed-top, -.navbar-fixed-bottom { + .navbar-fixed-bottom { border-radius: 0; } } @@ -224152,9 +224192,9 @@ tbody.collapse.in { } @media (min-width: 768px) { .container > .navbar-header, -.container > .navbar-collapse, -.container-fluid > .navbar-header, -.container-fluid > .navbar-collapse { + .container > .navbar-collapse, + .container-fluid > .navbar-header, + .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } @@ -224238,7 +224278,7 @@ tbody.collapse.in { box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, -.navbar-nav .open .dropdown-menu .dropdown-header { + .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { @@ -224292,8 +224332,8 @@ tbody.collapse.in { vertical-align: middle; } .navbar-form .input-group .input-group-addon, -.navbar-form .input-group .input-group-btn, -.navbar-form .input-group .form-control { + .navbar-form .input-group .input-group-btn, + .navbar-form .input-group .form-control { width: auto; } .navbar-form .input-group > .form-control { @@ -224304,18 +224344,18 @@ tbody.collapse.in { vertical-align: middle; } .navbar-form .radio, -.navbar-form .checkbox { + .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .radio label, -.navbar-form .checkbox label { + .navbar-form .checkbox label { padding-left: 0; } .navbar-form .radio input[type=radio], -.navbar-form .checkbox input[type=checkbox] { + .navbar-form .checkbox input[type=checkbox] { position: relative; margin-left: 0; } @@ -224870,7 +224910,7 @@ a.badge:hover, a.badge:focus { padding-left: 60px; } .jumbotron h1, -.jumbotron .h1 { + .jumbotron .h1 { font-size: 63px; } } @@ -226382,20 +226422,20 @@ button.close { @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, -.carousel-control .glyphicon-chevron-right, -.carousel-control .icon-prev, -.carousel-control .icon-next { + .carousel-control .glyphicon-chevron-right, + .carousel-control .icon-prev, + .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -10px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, -.carousel-control .icon-prev { + .carousel-control .icon-prev { margin-left: -10px; } .carousel-control .glyphicon-chevron-right, -.carousel-control .icon-next { + .carousel-control .icon-next { margin-right: -10px; } .carousel-caption { @@ -226502,7 +226542,7 @@ button.close { display: table-row !important; } th.visible-xs, -td.visible-xs { + td.visible-xs { display: table-cell !important; } } @@ -226535,7 +226575,7 @@ td.visible-xs { display: table-row !important; } th.visible-sm, -td.visible-sm { + td.visible-sm { display: table-cell !important; } } @@ -226568,7 +226608,7 @@ td.visible-sm { display: table-row !important; } th.visible-md, -td.visible-md { + td.visible-md { display: table-cell !important; } } @@ -226601,7 +226641,7 @@ td.visible-md { display: table-row !important; } th.visible-lg, -td.visible-lg { + td.visible-lg { display: table-cell !important; } } @@ -226658,7 +226698,7 @@ td.visible-lg { display: table-row !important; } th.visible-print, -td.visible-print { + td.visible-print { display: table-cell !important; } } @@ -229178,7 +229218,7 @@ textarea.form-control { display: inline-block; } .form-inline .input-group, -.form-inline .custom-select { + .form-inline .custom-select { width: auto; } .form-inline .form-check { @@ -230664,8 +230704,8 @@ input[type=button].btn-block { } @media (prefers-reduced-motion: reduce) { .custom-control-label::before, -.custom-file-label, -.custom-select { + .custom-file-label, + .custom-select { transition: none; } } @@ -230837,11 +230877,11 @@ input[type=button].btn-block { @media (max-width: 575.98px) { .navbar-expand-sm > .container, -.navbar-expand-sm > .container-fluid, -.navbar-expand-sm > .container-sm, -.navbar-expand-sm > .container-md, -.navbar-expand-sm > .container-lg, -.navbar-expand-sm > .container-xl { + .navbar-expand-sm > .container-fluid, + .navbar-expand-sm > .container-sm, + .navbar-expand-sm > .container-md, + .navbar-expand-sm > .container-lg, + .navbar-expand-sm > .container-xl { padding-right: 0; padding-left: 0; } @@ -230862,11 +230902,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-sm > .container, -.navbar-expand-sm > .container-fluid, -.navbar-expand-sm > .container-sm, -.navbar-expand-sm > .container-md, -.navbar-expand-sm > .container-lg, -.navbar-expand-sm > .container-xl { + .navbar-expand-sm > .container-fluid, + .navbar-expand-sm > .container-sm, + .navbar-expand-sm > .container-md, + .navbar-expand-sm > .container-lg, + .navbar-expand-sm > .container-xl { flex-wrap: nowrap; } .navbar-expand-sm .navbar-nav-scroll { @@ -230882,11 +230922,11 @@ input[type=button].btn-block { } @media (max-width: 767.98px) { .navbar-expand-md > .container, -.navbar-expand-md > .container-fluid, -.navbar-expand-md > .container-sm, -.navbar-expand-md > .container-md, -.navbar-expand-md > .container-lg, -.navbar-expand-md > .container-xl { + .navbar-expand-md > .container-fluid, + .navbar-expand-md > .container-sm, + .navbar-expand-md > .container-md, + .navbar-expand-md > .container-lg, + .navbar-expand-md > .container-xl { padding-right: 0; padding-left: 0; } @@ -230907,11 +230947,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-md > .container, -.navbar-expand-md > .container-fluid, -.navbar-expand-md > .container-sm, -.navbar-expand-md > .container-md, -.navbar-expand-md > .container-lg, -.navbar-expand-md > .container-xl { + .navbar-expand-md > .container-fluid, + .navbar-expand-md > .container-sm, + .navbar-expand-md > .container-md, + .navbar-expand-md > .container-lg, + .navbar-expand-md > .container-xl { flex-wrap: nowrap; } .navbar-expand-md .navbar-nav-scroll { @@ -230927,11 +230967,11 @@ input[type=button].btn-block { } @media (max-width: 991.98px) { .navbar-expand-lg > .container, -.navbar-expand-lg > .container-fluid, -.navbar-expand-lg > .container-sm, -.navbar-expand-lg > .container-md, -.navbar-expand-lg > .container-lg, -.navbar-expand-lg > .container-xl { + .navbar-expand-lg > .container-fluid, + .navbar-expand-lg > .container-sm, + .navbar-expand-lg > .container-md, + .navbar-expand-lg > .container-lg, + .navbar-expand-lg > .container-xl { padding-right: 0; padding-left: 0; } @@ -230952,11 +230992,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-lg > .container, -.navbar-expand-lg > .container-fluid, -.navbar-expand-lg > .container-sm, -.navbar-expand-lg > .container-md, -.navbar-expand-lg > .container-lg, -.navbar-expand-lg > .container-xl { + .navbar-expand-lg > .container-fluid, + .navbar-expand-lg > .container-sm, + .navbar-expand-lg > .container-md, + .navbar-expand-lg > .container-lg, + .navbar-expand-lg > .container-xl { flex-wrap: nowrap; } .navbar-expand-lg .navbar-nav-scroll { @@ -230972,11 +231012,11 @@ input[type=button].btn-block { } @media (max-width: 1199.98px) { .navbar-expand-xl > .container, -.navbar-expand-xl > .container-fluid, -.navbar-expand-xl > .container-sm, -.navbar-expand-xl > .container-md, -.navbar-expand-xl > .container-lg, -.navbar-expand-xl > .container-xl { + .navbar-expand-xl > .container-fluid, + .navbar-expand-xl > .container-sm, + .navbar-expand-xl > .container-md, + .navbar-expand-xl > .container-lg, + .navbar-expand-xl > .container-xl { padding-right: 0; padding-left: 0; } @@ -230997,11 +231037,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-xl > .container, -.navbar-expand-xl > .container-fluid, -.navbar-expand-xl > .container-sm, -.navbar-expand-xl > .container-md, -.navbar-expand-xl > .container-lg, -.navbar-expand-xl > .container-xl { + .navbar-expand-xl > .container-fluid, + .navbar-expand-xl > .container-sm, + .navbar-expand-xl > .container-md, + .navbar-expand-xl > .container-lg, + .navbar-expand-xl > .container-xl { flex-wrap: nowrap; } .navbar-expand-xl .navbar-nav-scroll { @@ -231292,11 +231332,11 @@ input[type=button].btn-block { border-bottom-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-top, -.card-group > .card:not(:last-child) .card-header { + .card-group > .card:not(:last-child) .card-header { border-top-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-bottom, -.card-group > .card:not(:last-child) .card-footer { + .card-group > .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; } .card-group > .card:not(:first-child) { @@ -231304,11 +231344,11 @@ input[type=button].btn-block { border-bottom-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-top, -.card-group > .card:not(:first-child) .card-header { + .card-group > .card:not(:first-child) .card-header { border-top-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-bottom, -.card-group > .card:not(:first-child) .card-footer { + .card-group > .card:not(:first-child) .card-footer { border-bottom-left-radius: 0; } } @@ -232347,7 +232387,7 @@ a.close.disabled { } @media (min-width: 992px) { .modal-lg, -.modal-xl { + .modal-xl { max-width: 800px; } } @@ -232670,7 +232710,7 @@ a.close.disabled { } @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-left, -.carousel-fade .active.carousel-item-right { + .carousel-fade .active.carousel-item-right { transition: none; } } @@ -232695,7 +232735,7 @@ a.close.disabled { } @media (prefers-reduced-motion: reduce) { .carousel-control-prev, -.carousel-control-next { + .carousel-control-next { transition: none; } } @@ -232831,7 +232871,7 @@ a.close.disabled { @media (prefers-reduced-motion: reduce) { .spinner-border, -.spinner-grow { + .spinner-grow { animation-duration: 1.5s; } } @@ -234505,342 +234545,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-sm-0, -.my-sm-0 { + .my-sm-0 { margin-top: 0 !important; } .mr-sm-0, -.mx-sm-0 { + .mx-sm-0 { margin-right: 0 !important; } .mb-sm-0, -.my-sm-0 { + .my-sm-0 { margin-bottom: 0 !important; } .ml-sm-0, -.mx-sm-0 { + .mx-sm-0 { margin-left: 0 !important; } .m-sm-1 { margin: 0.25rem !important; } .mt-sm-1, -.my-sm-1 { + .my-sm-1 { margin-top: 0.25rem !important; } .mr-sm-1, -.mx-sm-1 { + .mx-sm-1 { margin-right: 0.25rem !important; } .mb-sm-1, -.my-sm-1 { + .my-sm-1 { margin-bottom: 0.25rem !important; } .ml-sm-1, -.mx-sm-1 { + .mx-sm-1 { margin-left: 0.25rem !important; } .m-sm-2 { margin: 0.5rem !important; } .mt-sm-2, -.my-sm-2 { + .my-sm-2 { margin-top: 0.5rem !important; } .mr-sm-2, -.mx-sm-2 { + .mx-sm-2 { margin-right: 0.5rem !important; } .mb-sm-2, -.my-sm-2 { + .my-sm-2 { margin-bottom: 0.5rem !important; } .ml-sm-2, -.mx-sm-2 { + .mx-sm-2 { margin-left: 0.5rem !important; } .m-sm-3 { margin: 1rem !important; } .mt-sm-3, -.my-sm-3 { + .my-sm-3 { margin-top: 1rem !important; } .mr-sm-3, -.mx-sm-3 { + .mx-sm-3 { margin-right: 1rem !important; } .mb-sm-3, -.my-sm-3 { + .my-sm-3 { margin-bottom: 1rem !important; } .ml-sm-3, -.mx-sm-3 { + .mx-sm-3 { margin-left: 1rem !important; } .m-sm-4 { margin: 1.5rem !important; } .mt-sm-4, -.my-sm-4 { + .my-sm-4 { margin-top: 1.5rem !important; } .mr-sm-4, -.mx-sm-4 { + .mx-sm-4 { margin-right: 1.5rem !important; } .mb-sm-4, -.my-sm-4 { + .my-sm-4 { margin-bottom: 1.5rem !important; } .ml-sm-4, -.mx-sm-4 { + .mx-sm-4 { margin-left: 1.5rem !important; } .m-sm-5 { margin: 3rem !important; } .mt-sm-5, -.my-sm-5 { + .my-sm-5 { margin-top: 3rem !important; } .mr-sm-5, -.mx-sm-5 { + .mx-sm-5 { margin-right: 3rem !important; } .mb-sm-5, -.my-sm-5 { + .my-sm-5 { margin-bottom: 3rem !important; } .ml-sm-5, -.mx-sm-5 { + .mx-sm-5 { margin-left: 3rem !important; } .p-sm-0 { padding: 0 !important; } .pt-sm-0, -.py-sm-0 { + .py-sm-0 { padding-top: 0 !important; } .pr-sm-0, -.px-sm-0 { + .px-sm-0 { padding-right: 0 !important; } .pb-sm-0, -.py-sm-0 { + .py-sm-0 { padding-bottom: 0 !important; } .pl-sm-0, -.px-sm-0 { + .px-sm-0 { padding-left: 0 !important; } .p-sm-1 { padding: 0.25rem !important; } .pt-sm-1, -.py-sm-1 { + .py-sm-1 { padding-top: 0.25rem !important; } .pr-sm-1, -.px-sm-1 { + .px-sm-1 { padding-right: 0.25rem !important; } .pb-sm-1, -.py-sm-1 { + .py-sm-1 { padding-bottom: 0.25rem !important; } .pl-sm-1, -.px-sm-1 { + .px-sm-1 { padding-left: 0.25rem !important; } .p-sm-2 { padding: 0.5rem !important; } .pt-sm-2, -.py-sm-2 { + .py-sm-2 { padding-top: 0.5rem !important; } .pr-sm-2, -.px-sm-2 { + .px-sm-2 { padding-right: 0.5rem !important; } .pb-sm-2, -.py-sm-2 { + .py-sm-2 { padding-bottom: 0.5rem !important; } .pl-sm-2, -.px-sm-2 { + .px-sm-2 { padding-left: 0.5rem !important; } .p-sm-3 { padding: 1rem !important; } .pt-sm-3, -.py-sm-3 { + .py-sm-3 { padding-top: 1rem !important; } .pr-sm-3, -.px-sm-3 { + .px-sm-3 { padding-right: 1rem !important; } .pb-sm-3, -.py-sm-3 { + .py-sm-3 { padding-bottom: 1rem !important; } .pl-sm-3, -.px-sm-3 { + .px-sm-3 { padding-left: 1rem !important; } .p-sm-4 { padding: 1.5rem !important; } .pt-sm-4, -.py-sm-4 { + .py-sm-4 { padding-top: 1.5rem !important; } .pr-sm-4, -.px-sm-4 { + .px-sm-4 { padding-right: 1.5rem !important; } .pb-sm-4, -.py-sm-4 { + .py-sm-4 { padding-bottom: 1.5rem !important; } .pl-sm-4, -.px-sm-4 { + .px-sm-4 { padding-left: 1.5rem !important; } .p-sm-5 { padding: 3rem !important; } .pt-sm-5, -.py-sm-5 { + .py-sm-5 { padding-top: 3rem !important; } .pr-sm-5, -.px-sm-5 { + .px-sm-5 { padding-right: 3rem !important; } .pb-sm-5, -.py-sm-5 { + .py-sm-5 { padding-bottom: 3rem !important; } .pl-sm-5, -.px-sm-5 { + .px-sm-5 { padding-left: 3rem !important; } .m-sm-n1 { margin: -0.25rem !important; } .mt-sm-n1, -.my-sm-n1 { + .my-sm-n1 { margin-top: -0.25rem !important; } .mr-sm-n1, -.mx-sm-n1 { + .mx-sm-n1 { margin-right: -0.25rem !important; } .mb-sm-n1, -.my-sm-n1 { + .my-sm-n1 { margin-bottom: -0.25rem !important; } .ml-sm-n1, -.mx-sm-n1 { + .mx-sm-n1 { margin-left: -0.25rem !important; } .m-sm-n2 { margin: -0.5rem !important; } .mt-sm-n2, -.my-sm-n2 { + .my-sm-n2 { margin-top: -0.5rem !important; } .mr-sm-n2, -.mx-sm-n2 { + .mx-sm-n2 { margin-right: -0.5rem !important; } .mb-sm-n2, -.my-sm-n2 { + .my-sm-n2 { margin-bottom: -0.5rem !important; } .ml-sm-n2, -.mx-sm-n2 { + .mx-sm-n2 { margin-left: -0.5rem !important; } .m-sm-n3 { margin: -1rem !important; } .mt-sm-n3, -.my-sm-n3 { + .my-sm-n3 { margin-top: -1rem !important; } .mr-sm-n3, -.mx-sm-n3 { + .mx-sm-n3 { margin-right: -1rem !important; } .mb-sm-n3, -.my-sm-n3 { + .my-sm-n3 { margin-bottom: -1rem !important; } .ml-sm-n3, -.mx-sm-n3 { + .mx-sm-n3 { margin-left: -1rem !important; } .m-sm-n4 { margin: -1.5rem !important; } .mt-sm-n4, -.my-sm-n4 { + .my-sm-n4 { margin-top: -1.5rem !important; } .mr-sm-n4, -.mx-sm-n4 { + .mx-sm-n4 { margin-right: -1.5rem !important; } .mb-sm-n4, -.my-sm-n4 { + .my-sm-n4 { margin-bottom: -1.5rem !important; } .ml-sm-n4, -.mx-sm-n4 { + .mx-sm-n4 { margin-left: -1.5rem !important; } .m-sm-n5 { margin: -3rem !important; } .mt-sm-n5, -.my-sm-n5 { + .my-sm-n5 { margin-top: -3rem !important; } .mr-sm-n5, -.mx-sm-n5 { + .mx-sm-n5 { margin-right: -3rem !important; } .mb-sm-n5, -.my-sm-n5 { + .my-sm-n5 { margin-bottom: -3rem !important; } .ml-sm-n5, -.mx-sm-n5 { + .mx-sm-n5 { margin-left: -3rem !important; } .m-sm-auto { margin: auto !important; } .mt-sm-auto, -.my-sm-auto { + .my-sm-auto { margin-top: auto !important; } .mr-sm-auto, -.mx-sm-auto { + .mx-sm-auto { margin-right: auto !important; } .mb-sm-auto, -.my-sm-auto { + .my-sm-auto { margin-bottom: auto !important; } .ml-sm-auto, -.mx-sm-auto { + .mx-sm-auto { margin-left: auto !important; } } @@ -234849,342 +234889,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-md-0, -.my-md-0 { + .my-md-0 { margin-top: 0 !important; } .mr-md-0, -.mx-md-0 { + .mx-md-0 { margin-right: 0 !important; } .mb-md-0, -.my-md-0 { + .my-md-0 { margin-bottom: 0 !important; } .ml-md-0, -.mx-md-0 { + .mx-md-0 { margin-left: 0 !important; } .m-md-1 { margin: 0.25rem !important; } .mt-md-1, -.my-md-1 { + .my-md-1 { margin-top: 0.25rem !important; } .mr-md-1, -.mx-md-1 { + .mx-md-1 { margin-right: 0.25rem !important; } .mb-md-1, -.my-md-1 { + .my-md-1 { margin-bottom: 0.25rem !important; } .ml-md-1, -.mx-md-1 { + .mx-md-1 { margin-left: 0.25rem !important; } .m-md-2 { margin: 0.5rem !important; } .mt-md-2, -.my-md-2 { + .my-md-2 { margin-top: 0.5rem !important; } .mr-md-2, -.mx-md-2 { + .mx-md-2 { margin-right: 0.5rem !important; } .mb-md-2, -.my-md-2 { + .my-md-2 { margin-bottom: 0.5rem !important; } .ml-md-2, -.mx-md-2 { + .mx-md-2 { margin-left: 0.5rem !important; } .m-md-3 { margin: 1rem !important; } .mt-md-3, -.my-md-3 { + .my-md-3 { margin-top: 1rem !important; } .mr-md-3, -.mx-md-3 { + .mx-md-3 { margin-right: 1rem !important; } .mb-md-3, -.my-md-3 { + .my-md-3 { margin-bottom: 1rem !important; } .ml-md-3, -.mx-md-3 { + .mx-md-3 { margin-left: 1rem !important; } .m-md-4 { margin: 1.5rem !important; } .mt-md-4, -.my-md-4 { + .my-md-4 { margin-top: 1.5rem !important; } .mr-md-4, -.mx-md-4 { + .mx-md-4 { margin-right: 1.5rem !important; } .mb-md-4, -.my-md-4 { + .my-md-4 { margin-bottom: 1.5rem !important; } .ml-md-4, -.mx-md-4 { + .mx-md-4 { margin-left: 1.5rem !important; } .m-md-5 { margin: 3rem !important; } .mt-md-5, -.my-md-5 { + .my-md-5 { margin-top: 3rem !important; } .mr-md-5, -.mx-md-5 { + .mx-md-5 { margin-right: 3rem !important; } .mb-md-5, -.my-md-5 { + .my-md-5 { margin-bottom: 3rem !important; } .ml-md-5, -.mx-md-5 { + .mx-md-5 { margin-left: 3rem !important; } .p-md-0 { padding: 0 !important; } .pt-md-0, -.py-md-0 { + .py-md-0 { padding-top: 0 !important; } .pr-md-0, -.px-md-0 { + .px-md-0 { padding-right: 0 !important; } .pb-md-0, -.py-md-0 { + .py-md-0 { padding-bottom: 0 !important; } .pl-md-0, -.px-md-0 { + .px-md-0 { padding-left: 0 !important; } .p-md-1 { padding: 0.25rem !important; } .pt-md-1, -.py-md-1 { + .py-md-1 { padding-top: 0.25rem !important; } .pr-md-1, -.px-md-1 { + .px-md-1 { padding-right: 0.25rem !important; } .pb-md-1, -.py-md-1 { + .py-md-1 { padding-bottom: 0.25rem !important; } .pl-md-1, -.px-md-1 { + .px-md-1 { padding-left: 0.25rem !important; } .p-md-2 { padding: 0.5rem !important; } .pt-md-2, -.py-md-2 { + .py-md-2 { padding-top: 0.5rem !important; } .pr-md-2, -.px-md-2 { + .px-md-2 { padding-right: 0.5rem !important; } .pb-md-2, -.py-md-2 { + .py-md-2 { padding-bottom: 0.5rem !important; } .pl-md-2, -.px-md-2 { + .px-md-2 { padding-left: 0.5rem !important; } .p-md-3 { padding: 1rem !important; } .pt-md-3, -.py-md-3 { + .py-md-3 { padding-top: 1rem !important; } .pr-md-3, -.px-md-3 { + .px-md-3 { padding-right: 1rem !important; } .pb-md-3, -.py-md-3 { + .py-md-3 { padding-bottom: 1rem !important; } .pl-md-3, -.px-md-3 { + .px-md-3 { padding-left: 1rem !important; } .p-md-4 { padding: 1.5rem !important; } .pt-md-4, -.py-md-4 { + .py-md-4 { padding-top: 1.5rem !important; } .pr-md-4, -.px-md-4 { + .px-md-4 { padding-right: 1.5rem !important; } .pb-md-4, -.py-md-4 { + .py-md-4 { padding-bottom: 1.5rem !important; } .pl-md-4, -.px-md-4 { + .px-md-4 { padding-left: 1.5rem !important; } .p-md-5 { padding: 3rem !important; } .pt-md-5, -.py-md-5 { + .py-md-5 { padding-top: 3rem !important; } .pr-md-5, -.px-md-5 { + .px-md-5 { padding-right: 3rem !important; } .pb-md-5, -.py-md-5 { + .py-md-5 { padding-bottom: 3rem !important; } .pl-md-5, -.px-md-5 { + .px-md-5 { padding-left: 3rem !important; } .m-md-n1 { margin: -0.25rem !important; } .mt-md-n1, -.my-md-n1 { + .my-md-n1 { margin-top: -0.25rem !important; } .mr-md-n1, -.mx-md-n1 { + .mx-md-n1 { margin-right: -0.25rem !important; } .mb-md-n1, -.my-md-n1 { + .my-md-n1 { margin-bottom: -0.25rem !important; } .ml-md-n1, -.mx-md-n1 { + .mx-md-n1 { margin-left: -0.25rem !important; } .m-md-n2 { margin: -0.5rem !important; } .mt-md-n2, -.my-md-n2 { + .my-md-n2 { margin-top: -0.5rem !important; } .mr-md-n2, -.mx-md-n2 { + .mx-md-n2 { margin-right: -0.5rem !important; } .mb-md-n2, -.my-md-n2 { + .my-md-n2 { margin-bottom: -0.5rem !important; } .ml-md-n2, -.mx-md-n2 { + .mx-md-n2 { margin-left: -0.5rem !important; } .m-md-n3 { margin: -1rem !important; } .mt-md-n3, -.my-md-n3 { + .my-md-n3 { margin-top: -1rem !important; } .mr-md-n3, -.mx-md-n3 { + .mx-md-n3 { margin-right: -1rem !important; } .mb-md-n3, -.my-md-n3 { + .my-md-n3 { margin-bottom: -1rem !important; } .ml-md-n3, -.mx-md-n3 { + .mx-md-n3 { margin-left: -1rem !important; } .m-md-n4 { margin: -1.5rem !important; } .mt-md-n4, -.my-md-n4 { + .my-md-n4 { margin-top: -1.5rem !important; } .mr-md-n4, -.mx-md-n4 { + .mx-md-n4 { margin-right: -1.5rem !important; } .mb-md-n4, -.my-md-n4 { + .my-md-n4 { margin-bottom: -1.5rem !important; } .ml-md-n4, -.mx-md-n4 { + .mx-md-n4 { margin-left: -1.5rem !important; } .m-md-n5 { margin: -3rem !important; } .mt-md-n5, -.my-md-n5 { + .my-md-n5 { margin-top: -3rem !important; } .mr-md-n5, -.mx-md-n5 { + .mx-md-n5 { margin-right: -3rem !important; } .mb-md-n5, -.my-md-n5 { + .my-md-n5 { margin-bottom: -3rem !important; } .ml-md-n5, -.mx-md-n5 { + .mx-md-n5 { margin-left: -3rem !important; } .m-md-auto { margin: auto !important; } .mt-md-auto, -.my-md-auto { + .my-md-auto { margin-top: auto !important; } .mr-md-auto, -.mx-md-auto { + .mx-md-auto { margin-right: auto !important; } .mb-md-auto, -.my-md-auto { + .my-md-auto { margin-bottom: auto !important; } .ml-md-auto, -.mx-md-auto { + .mx-md-auto { margin-left: auto !important; } } @@ -235193,342 +235233,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-lg-0, -.my-lg-0 { + .my-lg-0 { margin-top: 0 !important; } .mr-lg-0, -.mx-lg-0 { + .mx-lg-0 { margin-right: 0 !important; } .mb-lg-0, -.my-lg-0 { + .my-lg-0 { margin-bottom: 0 !important; } .ml-lg-0, -.mx-lg-0 { + .mx-lg-0 { margin-left: 0 !important; } .m-lg-1 { margin: 0.25rem !important; } .mt-lg-1, -.my-lg-1 { + .my-lg-1 { margin-top: 0.25rem !important; } .mr-lg-1, -.mx-lg-1 { + .mx-lg-1 { margin-right: 0.25rem !important; } .mb-lg-1, -.my-lg-1 { + .my-lg-1 { margin-bottom: 0.25rem !important; } .ml-lg-1, -.mx-lg-1 { + .mx-lg-1 { margin-left: 0.25rem !important; } .m-lg-2 { margin: 0.5rem !important; } .mt-lg-2, -.my-lg-2 { + .my-lg-2 { margin-top: 0.5rem !important; } .mr-lg-2, -.mx-lg-2 { + .mx-lg-2 { margin-right: 0.5rem !important; } .mb-lg-2, -.my-lg-2 { + .my-lg-2 { margin-bottom: 0.5rem !important; } .ml-lg-2, -.mx-lg-2 { + .mx-lg-2 { margin-left: 0.5rem !important; } .m-lg-3 { margin: 1rem !important; } .mt-lg-3, -.my-lg-3 { + .my-lg-3 { margin-top: 1rem !important; } .mr-lg-3, -.mx-lg-3 { + .mx-lg-3 { margin-right: 1rem !important; } .mb-lg-3, -.my-lg-3 { + .my-lg-3 { margin-bottom: 1rem !important; } .ml-lg-3, -.mx-lg-3 { + .mx-lg-3 { margin-left: 1rem !important; } .m-lg-4 { margin: 1.5rem !important; } .mt-lg-4, -.my-lg-4 { + .my-lg-4 { margin-top: 1.5rem !important; } .mr-lg-4, -.mx-lg-4 { + .mx-lg-4 { margin-right: 1.5rem !important; } .mb-lg-4, -.my-lg-4 { + .my-lg-4 { margin-bottom: 1.5rem !important; } .ml-lg-4, -.mx-lg-4 { + .mx-lg-4 { margin-left: 1.5rem !important; } .m-lg-5 { margin: 3rem !important; } .mt-lg-5, -.my-lg-5 { + .my-lg-5 { margin-top: 3rem !important; } .mr-lg-5, -.mx-lg-5 { + .mx-lg-5 { margin-right: 3rem !important; } .mb-lg-5, -.my-lg-5 { + .my-lg-5 { margin-bottom: 3rem !important; } .ml-lg-5, -.mx-lg-5 { + .mx-lg-5 { margin-left: 3rem !important; } .p-lg-0 { padding: 0 !important; } .pt-lg-0, -.py-lg-0 { + .py-lg-0 { padding-top: 0 !important; } .pr-lg-0, -.px-lg-0 { + .px-lg-0 { padding-right: 0 !important; } .pb-lg-0, -.py-lg-0 { + .py-lg-0 { padding-bottom: 0 !important; } .pl-lg-0, -.px-lg-0 { + .px-lg-0 { padding-left: 0 !important; } .p-lg-1 { padding: 0.25rem !important; } .pt-lg-1, -.py-lg-1 { + .py-lg-1 { padding-top: 0.25rem !important; } .pr-lg-1, -.px-lg-1 { + .px-lg-1 { padding-right: 0.25rem !important; } .pb-lg-1, -.py-lg-1 { + .py-lg-1 { padding-bottom: 0.25rem !important; } .pl-lg-1, -.px-lg-1 { + .px-lg-1 { padding-left: 0.25rem !important; } .p-lg-2 { padding: 0.5rem !important; } .pt-lg-2, -.py-lg-2 { + .py-lg-2 { padding-top: 0.5rem !important; } .pr-lg-2, -.px-lg-2 { + .px-lg-2 { padding-right: 0.5rem !important; } .pb-lg-2, -.py-lg-2 { + .py-lg-2 { padding-bottom: 0.5rem !important; } .pl-lg-2, -.px-lg-2 { + .px-lg-2 { padding-left: 0.5rem !important; } .p-lg-3 { padding: 1rem !important; } .pt-lg-3, -.py-lg-3 { + .py-lg-3 { padding-top: 1rem !important; } .pr-lg-3, -.px-lg-3 { + .px-lg-3 { padding-right: 1rem !important; } .pb-lg-3, -.py-lg-3 { + .py-lg-3 { padding-bottom: 1rem !important; } .pl-lg-3, -.px-lg-3 { + .px-lg-3 { padding-left: 1rem !important; } .p-lg-4 { padding: 1.5rem !important; } .pt-lg-4, -.py-lg-4 { + .py-lg-4 { padding-top: 1.5rem !important; } .pr-lg-4, -.px-lg-4 { + .px-lg-4 { padding-right: 1.5rem !important; } .pb-lg-4, -.py-lg-4 { + .py-lg-4 { padding-bottom: 1.5rem !important; } .pl-lg-4, -.px-lg-4 { + .px-lg-4 { padding-left: 1.5rem !important; } .p-lg-5 { padding: 3rem !important; } .pt-lg-5, -.py-lg-5 { + .py-lg-5 { padding-top: 3rem !important; } .pr-lg-5, -.px-lg-5 { + .px-lg-5 { padding-right: 3rem !important; } .pb-lg-5, -.py-lg-5 { + .py-lg-5 { padding-bottom: 3rem !important; } .pl-lg-5, -.px-lg-5 { + .px-lg-5 { padding-left: 3rem !important; } .m-lg-n1 { margin: -0.25rem !important; } .mt-lg-n1, -.my-lg-n1 { + .my-lg-n1 { margin-top: -0.25rem !important; } .mr-lg-n1, -.mx-lg-n1 { + .mx-lg-n1 { margin-right: -0.25rem !important; } .mb-lg-n1, -.my-lg-n1 { + .my-lg-n1 { margin-bottom: -0.25rem !important; } .ml-lg-n1, -.mx-lg-n1 { + .mx-lg-n1 { margin-left: -0.25rem !important; } .m-lg-n2 { margin: -0.5rem !important; } .mt-lg-n2, -.my-lg-n2 { + .my-lg-n2 { margin-top: -0.5rem !important; } .mr-lg-n2, -.mx-lg-n2 { + .mx-lg-n2 { margin-right: -0.5rem !important; } .mb-lg-n2, -.my-lg-n2 { + .my-lg-n2 { margin-bottom: -0.5rem !important; } .ml-lg-n2, -.mx-lg-n2 { + .mx-lg-n2 { margin-left: -0.5rem !important; } .m-lg-n3 { margin: -1rem !important; } .mt-lg-n3, -.my-lg-n3 { + .my-lg-n3 { margin-top: -1rem !important; } .mr-lg-n3, -.mx-lg-n3 { + .mx-lg-n3 { margin-right: -1rem !important; } .mb-lg-n3, -.my-lg-n3 { + .my-lg-n3 { margin-bottom: -1rem !important; } .ml-lg-n3, -.mx-lg-n3 { + .mx-lg-n3 { margin-left: -1rem !important; } .m-lg-n4 { margin: -1.5rem !important; } .mt-lg-n4, -.my-lg-n4 { + .my-lg-n4 { margin-top: -1.5rem !important; } .mr-lg-n4, -.mx-lg-n4 { + .mx-lg-n4 { margin-right: -1.5rem !important; } .mb-lg-n4, -.my-lg-n4 { + .my-lg-n4 { margin-bottom: -1.5rem !important; } .ml-lg-n4, -.mx-lg-n4 { + .mx-lg-n4 { margin-left: -1.5rem !important; } .m-lg-n5 { margin: -3rem !important; } .mt-lg-n5, -.my-lg-n5 { + .my-lg-n5 { margin-top: -3rem !important; } .mr-lg-n5, -.mx-lg-n5 { + .mx-lg-n5 { margin-right: -3rem !important; } .mb-lg-n5, -.my-lg-n5 { + .my-lg-n5 { margin-bottom: -3rem !important; } .ml-lg-n5, -.mx-lg-n5 { + .mx-lg-n5 { margin-left: -3rem !important; } .m-lg-auto { margin: auto !important; } .mt-lg-auto, -.my-lg-auto { + .my-lg-auto { margin-top: auto !important; } .mr-lg-auto, -.mx-lg-auto { + .mx-lg-auto { margin-right: auto !important; } .mb-lg-auto, -.my-lg-auto { + .my-lg-auto { margin-bottom: auto !important; } .ml-lg-auto, -.mx-lg-auto { + .mx-lg-auto { margin-left: auto !important; } } @@ -235537,342 +235577,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-xl-0, -.my-xl-0 { + .my-xl-0 { margin-top: 0 !important; } .mr-xl-0, -.mx-xl-0 { + .mx-xl-0 { margin-right: 0 !important; } .mb-xl-0, -.my-xl-0 { + .my-xl-0 { margin-bottom: 0 !important; } .ml-xl-0, -.mx-xl-0 { + .mx-xl-0 { margin-left: 0 !important; } .m-xl-1 { margin: 0.25rem !important; } .mt-xl-1, -.my-xl-1 { + .my-xl-1 { margin-top: 0.25rem !important; } .mr-xl-1, -.mx-xl-1 { + .mx-xl-1 { margin-right: 0.25rem !important; } .mb-xl-1, -.my-xl-1 { + .my-xl-1 { margin-bottom: 0.25rem !important; } .ml-xl-1, -.mx-xl-1 { + .mx-xl-1 { margin-left: 0.25rem !important; } .m-xl-2 { margin: 0.5rem !important; } .mt-xl-2, -.my-xl-2 { + .my-xl-2 { margin-top: 0.5rem !important; } .mr-xl-2, -.mx-xl-2 { + .mx-xl-2 { margin-right: 0.5rem !important; } .mb-xl-2, -.my-xl-2 { + .my-xl-2 { margin-bottom: 0.5rem !important; } .ml-xl-2, -.mx-xl-2 { + .mx-xl-2 { margin-left: 0.5rem !important; } .m-xl-3 { margin: 1rem !important; } .mt-xl-3, -.my-xl-3 { + .my-xl-3 { margin-top: 1rem !important; } .mr-xl-3, -.mx-xl-3 { + .mx-xl-3 { margin-right: 1rem !important; } .mb-xl-3, -.my-xl-3 { + .my-xl-3 { margin-bottom: 1rem !important; } .ml-xl-3, -.mx-xl-3 { + .mx-xl-3 { margin-left: 1rem !important; } .m-xl-4 { margin: 1.5rem !important; } .mt-xl-4, -.my-xl-4 { + .my-xl-4 { margin-top: 1.5rem !important; } .mr-xl-4, -.mx-xl-4 { + .mx-xl-4 { margin-right: 1.5rem !important; } .mb-xl-4, -.my-xl-4 { + .my-xl-4 { margin-bottom: 1.5rem !important; } .ml-xl-4, -.mx-xl-4 { + .mx-xl-4 { margin-left: 1.5rem !important; } .m-xl-5 { margin: 3rem !important; } .mt-xl-5, -.my-xl-5 { + .my-xl-5 { margin-top: 3rem !important; } .mr-xl-5, -.mx-xl-5 { + .mx-xl-5 { margin-right: 3rem !important; } .mb-xl-5, -.my-xl-5 { + .my-xl-5 { margin-bottom: 3rem !important; } .ml-xl-5, -.mx-xl-5 { + .mx-xl-5 { margin-left: 3rem !important; } .p-xl-0 { padding: 0 !important; } .pt-xl-0, -.py-xl-0 { + .py-xl-0 { padding-top: 0 !important; } .pr-xl-0, -.px-xl-0 { + .px-xl-0 { padding-right: 0 !important; } .pb-xl-0, -.py-xl-0 { + .py-xl-0 { padding-bottom: 0 !important; } .pl-xl-0, -.px-xl-0 { + .px-xl-0 { padding-left: 0 !important; } .p-xl-1 { padding: 0.25rem !important; } .pt-xl-1, -.py-xl-1 { + .py-xl-1 { padding-top: 0.25rem !important; } .pr-xl-1, -.px-xl-1 { + .px-xl-1 { padding-right: 0.25rem !important; } .pb-xl-1, -.py-xl-1 { + .py-xl-1 { padding-bottom: 0.25rem !important; } .pl-xl-1, -.px-xl-1 { + .px-xl-1 { padding-left: 0.25rem !important; } .p-xl-2 { padding: 0.5rem !important; } .pt-xl-2, -.py-xl-2 { + .py-xl-2 { padding-top: 0.5rem !important; } .pr-xl-2, -.px-xl-2 { + .px-xl-2 { padding-right: 0.5rem !important; } .pb-xl-2, -.py-xl-2 { + .py-xl-2 { padding-bottom: 0.5rem !important; } .pl-xl-2, -.px-xl-2 { + .px-xl-2 { padding-left: 0.5rem !important; } .p-xl-3 { padding: 1rem !important; } .pt-xl-3, -.py-xl-3 { + .py-xl-3 { padding-top: 1rem !important; } .pr-xl-3, -.px-xl-3 { + .px-xl-3 { padding-right: 1rem !important; } .pb-xl-3, -.py-xl-3 { + .py-xl-3 { padding-bottom: 1rem !important; } .pl-xl-3, -.px-xl-3 { + .px-xl-3 { padding-left: 1rem !important; } .p-xl-4 { padding: 1.5rem !important; } .pt-xl-4, -.py-xl-4 { + .py-xl-4 { padding-top: 1.5rem !important; } .pr-xl-4, -.px-xl-4 { + .px-xl-4 { padding-right: 1.5rem !important; } .pb-xl-4, -.py-xl-4 { + .py-xl-4 { padding-bottom: 1.5rem !important; } .pl-xl-4, -.px-xl-4 { + .px-xl-4 { padding-left: 1.5rem !important; } .p-xl-5 { padding: 3rem !important; } .pt-xl-5, -.py-xl-5 { + .py-xl-5 { padding-top: 3rem !important; } .pr-xl-5, -.px-xl-5 { + .px-xl-5 { padding-right: 3rem !important; } .pb-xl-5, -.py-xl-5 { + .py-xl-5 { padding-bottom: 3rem !important; } .pl-xl-5, -.px-xl-5 { + .px-xl-5 { padding-left: 3rem !important; } .m-xl-n1 { margin: -0.25rem !important; } .mt-xl-n1, -.my-xl-n1 { + .my-xl-n1 { margin-top: -0.25rem !important; } .mr-xl-n1, -.mx-xl-n1 { + .mx-xl-n1 { margin-right: -0.25rem !important; } .mb-xl-n1, -.my-xl-n1 { + .my-xl-n1 { margin-bottom: -0.25rem !important; } .ml-xl-n1, -.mx-xl-n1 { + .mx-xl-n1 { margin-left: -0.25rem !important; } .m-xl-n2 { margin: -0.5rem !important; } .mt-xl-n2, -.my-xl-n2 { + .my-xl-n2 { margin-top: -0.5rem !important; } .mr-xl-n2, -.mx-xl-n2 { + .mx-xl-n2 { margin-right: -0.5rem !important; } .mb-xl-n2, -.my-xl-n2 { + .my-xl-n2 { margin-bottom: -0.5rem !important; } .ml-xl-n2, -.mx-xl-n2 { + .mx-xl-n2 { margin-left: -0.5rem !important; } .m-xl-n3 { margin: -1rem !important; } .mt-xl-n3, -.my-xl-n3 { + .my-xl-n3 { margin-top: -1rem !important; } .mr-xl-n3, -.mx-xl-n3 { + .mx-xl-n3 { margin-right: -1rem !important; } .mb-xl-n3, -.my-xl-n3 { + .my-xl-n3 { margin-bottom: -1rem !important; } .ml-xl-n3, -.mx-xl-n3 { + .mx-xl-n3 { margin-left: -1rem !important; } .m-xl-n4 { margin: -1.5rem !important; } .mt-xl-n4, -.my-xl-n4 { + .my-xl-n4 { margin-top: -1.5rem !important; } .mr-xl-n4, -.mx-xl-n4 { + .mx-xl-n4 { margin-right: -1.5rem !important; } .mb-xl-n4, -.my-xl-n4 { + .my-xl-n4 { margin-bottom: -1.5rem !important; } .ml-xl-n4, -.mx-xl-n4 { + .mx-xl-n4 { margin-left: -1.5rem !important; } .m-xl-n5 { margin: -3rem !important; } .mt-xl-n5, -.my-xl-n5 { + .my-xl-n5 { margin-top: -3rem !important; } .mr-xl-n5, -.mx-xl-n5 { + .mx-xl-n5 { margin-right: -3rem !important; } .mb-xl-n5, -.my-xl-n5 { + .my-xl-n5 { margin-bottom: -3rem !important; } .ml-xl-n5, -.mx-xl-n5 { + .mx-xl-n5 { margin-left: -3rem !important; } .m-xl-auto { margin: auto !important; } .mt-xl-auto, -.my-xl-auto { + .my-xl-auto { margin-top: auto !important; } .mr-xl-auto, -.mx-xl-auto { + .mx-xl-auto { margin-right: auto !important; } .mb-xl-auto, -.my-xl-auto { + .my-xl-auto { margin-bottom: auto !important; } .ml-xl-auto, -.mx-xl-auto { + .mx-xl-auto { margin-left: auto !important; } } @@ -236117,8 +236157,8 @@ a.text-dark:hover, a.text-dark:focus { @media print { *, -*::before, -*::after { + *::before, + *::after { text-shadow: none !important; box-shadow: none !important; } @@ -236132,22 +236172,22 @@ a.text-dark:hover, a.text-dark:focus { white-space: pre-wrap !important; } pre, -blockquote { + blockquote { border: 1px solid #adb5bd; page-break-inside: avoid; } tr, -img { + img { page-break-inside: avoid; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } @page { @@ -236169,20 +236209,20 @@ h3 { border-collapse: collapse !important; } .table td, -.table th { + .table th { background-color: #fff !important; } .table-bordered th, -.table-bordered td { + .table-bordered td { border: 1px solid #dee2e6 !important; } .table-dark { color: inherit; } .table-dark th, -.table-dark td, -.table-dark thead th, -.table-dark tbody + tbody { + .table-dark td, + .table-dark thead th, + .table-dark tbody + tbody { border-color: #dee2e6; } .table .thead-dark th { @@ -238380,7 +238420,7 @@ textarea.form-control { display: inline-block; } .form-inline .input-group, -.form-inline .custom-select { + .form-inline .custom-select { width: auto; } .form-inline .form-check { @@ -239866,8 +239906,8 @@ input[type=button].btn-block { } @media (prefers-reduced-motion: reduce) { .custom-control-label::before, -.custom-file-label, -.custom-select { + .custom-file-label, + .custom-select { transition: none; } } @@ -240039,11 +240079,11 @@ input[type=button].btn-block { @media (max-width: 575.98px) { .navbar-expand-sm > .container, -.navbar-expand-sm > .container-fluid, -.navbar-expand-sm > .container-sm, -.navbar-expand-sm > .container-md, -.navbar-expand-sm > .container-lg, -.navbar-expand-sm > .container-xl { + .navbar-expand-sm > .container-fluid, + .navbar-expand-sm > .container-sm, + .navbar-expand-sm > .container-md, + .navbar-expand-sm > .container-lg, + .navbar-expand-sm > .container-xl { padding-right: 0; padding-left: 0; } @@ -240064,11 +240104,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-sm > .container, -.navbar-expand-sm > .container-fluid, -.navbar-expand-sm > .container-sm, -.navbar-expand-sm > .container-md, -.navbar-expand-sm > .container-lg, -.navbar-expand-sm > .container-xl { + .navbar-expand-sm > .container-fluid, + .navbar-expand-sm > .container-sm, + .navbar-expand-sm > .container-md, + .navbar-expand-sm > .container-lg, + .navbar-expand-sm > .container-xl { flex-wrap: nowrap; } .navbar-expand-sm .navbar-nav-scroll { @@ -240084,11 +240124,11 @@ input[type=button].btn-block { } @media (max-width: 767.98px) { .navbar-expand-md > .container, -.navbar-expand-md > .container-fluid, -.navbar-expand-md > .container-sm, -.navbar-expand-md > .container-md, -.navbar-expand-md > .container-lg, -.navbar-expand-md > .container-xl { + .navbar-expand-md > .container-fluid, + .navbar-expand-md > .container-sm, + .navbar-expand-md > .container-md, + .navbar-expand-md > .container-lg, + .navbar-expand-md > .container-xl { padding-right: 0; padding-left: 0; } @@ -240109,11 +240149,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-md > .container, -.navbar-expand-md > .container-fluid, -.navbar-expand-md > .container-sm, -.navbar-expand-md > .container-md, -.navbar-expand-md > .container-lg, -.navbar-expand-md > .container-xl { + .navbar-expand-md > .container-fluid, + .navbar-expand-md > .container-sm, + .navbar-expand-md > .container-md, + .navbar-expand-md > .container-lg, + .navbar-expand-md > .container-xl { flex-wrap: nowrap; } .navbar-expand-md .navbar-nav-scroll { @@ -240129,11 +240169,11 @@ input[type=button].btn-block { } @media (max-width: 991.98px) { .navbar-expand-lg > .container, -.navbar-expand-lg > .container-fluid, -.navbar-expand-lg > .container-sm, -.navbar-expand-lg > .container-md, -.navbar-expand-lg > .container-lg, -.navbar-expand-lg > .container-xl { + .navbar-expand-lg > .container-fluid, + .navbar-expand-lg > .container-sm, + .navbar-expand-lg > .container-md, + .navbar-expand-lg > .container-lg, + .navbar-expand-lg > .container-xl { padding-right: 0; padding-left: 0; } @@ -240154,11 +240194,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-lg > .container, -.navbar-expand-lg > .container-fluid, -.navbar-expand-lg > .container-sm, -.navbar-expand-lg > .container-md, -.navbar-expand-lg > .container-lg, -.navbar-expand-lg > .container-xl { + .navbar-expand-lg > .container-fluid, + .navbar-expand-lg > .container-sm, + .navbar-expand-lg > .container-md, + .navbar-expand-lg > .container-lg, + .navbar-expand-lg > .container-xl { flex-wrap: nowrap; } .navbar-expand-lg .navbar-nav-scroll { @@ -240174,11 +240214,11 @@ input[type=button].btn-block { } @media (max-width: 1199.98px) { .navbar-expand-xl > .container, -.navbar-expand-xl > .container-fluid, -.navbar-expand-xl > .container-sm, -.navbar-expand-xl > .container-md, -.navbar-expand-xl > .container-lg, -.navbar-expand-xl > .container-xl { + .navbar-expand-xl > .container-fluid, + .navbar-expand-xl > .container-sm, + .navbar-expand-xl > .container-md, + .navbar-expand-xl > .container-lg, + .navbar-expand-xl > .container-xl { padding-right: 0; padding-left: 0; } @@ -240199,11 +240239,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-xl > .container, -.navbar-expand-xl > .container-fluid, -.navbar-expand-xl > .container-sm, -.navbar-expand-xl > .container-md, -.navbar-expand-xl > .container-lg, -.navbar-expand-xl > .container-xl { + .navbar-expand-xl > .container-fluid, + .navbar-expand-xl > .container-sm, + .navbar-expand-xl > .container-md, + .navbar-expand-xl > .container-lg, + .navbar-expand-xl > .container-xl { flex-wrap: nowrap; } .navbar-expand-xl .navbar-nav-scroll { @@ -240494,11 +240534,11 @@ input[type=button].btn-block { border-bottom-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-top, -.card-group > .card:not(:last-child) .card-header { + .card-group > .card:not(:last-child) .card-header { border-top-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-bottom, -.card-group > .card:not(:last-child) .card-footer { + .card-group > .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; } .card-group > .card:not(:first-child) { @@ -240506,11 +240546,11 @@ input[type=button].btn-block { border-bottom-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-top, -.card-group > .card:not(:first-child) .card-header { + .card-group > .card:not(:first-child) .card-header { border-top-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-bottom, -.card-group > .card:not(:first-child) .card-footer { + .card-group > .card:not(:first-child) .card-footer { border-bottom-left-radius: 0; } } @@ -241549,7 +241589,7 @@ a.close.disabled { } @media (min-width: 992px) { .modal-lg, -.modal-xl { + .modal-xl { max-width: 800px; } } @@ -241872,7 +241912,7 @@ a.close.disabled { } @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-left, -.carousel-fade .active.carousel-item-right { + .carousel-fade .active.carousel-item-right { transition: none; } } @@ -241897,7 +241937,7 @@ a.close.disabled { } @media (prefers-reduced-motion: reduce) { .carousel-control-prev, -.carousel-control-next { + .carousel-control-next { transition: none; } } @@ -242033,7 +242073,7 @@ a.close.disabled { @media (prefers-reduced-motion: reduce) { .spinner-border, -.spinner-grow { + .spinner-grow { animation-duration: 1.5s; } } @@ -243707,342 +243747,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-sm-0, -.my-sm-0 { + .my-sm-0 { margin-top: 0 !important; } .mr-sm-0, -.mx-sm-0 { + .mx-sm-0 { margin-right: 0 !important; } .mb-sm-0, -.my-sm-0 { + .my-sm-0 { margin-bottom: 0 !important; } .ml-sm-0, -.mx-sm-0 { + .mx-sm-0 { margin-left: 0 !important; } .m-sm-1 { margin: 0.25rem !important; } .mt-sm-1, -.my-sm-1 { + .my-sm-1 { margin-top: 0.25rem !important; } .mr-sm-1, -.mx-sm-1 { + .mx-sm-1 { margin-right: 0.25rem !important; } .mb-sm-1, -.my-sm-1 { + .my-sm-1 { margin-bottom: 0.25rem !important; } .ml-sm-1, -.mx-sm-1 { + .mx-sm-1 { margin-left: 0.25rem !important; } .m-sm-2 { margin: 0.5rem !important; } .mt-sm-2, -.my-sm-2 { + .my-sm-2 { margin-top: 0.5rem !important; } .mr-sm-2, -.mx-sm-2 { + .mx-sm-2 { margin-right: 0.5rem !important; } .mb-sm-2, -.my-sm-2 { + .my-sm-2 { margin-bottom: 0.5rem !important; } .ml-sm-2, -.mx-sm-2 { + .mx-sm-2 { margin-left: 0.5rem !important; } .m-sm-3 { margin: 1rem !important; } .mt-sm-3, -.my-sm-3 { + .my-sm-3 { margin-top: 1rem !important; } .mr-sm-3, -.mx-sm-3 { + .mx-sm-3 { margin-right: 1rem !important; } .mb-sm-3, -.my-sm-3 { + .my-sm-3 { margin-bottom: 1rem !important; } .ml-sm-3, -.mx-sm-3 { + .mx-sm-3 { margin-left: 1rem !important; } .m-sm-4 { margin: 1.5rem !important; } .mt-sm-4, -.my-sm-4 { + .my-sm-4 { margin-top: 1.5rem !important; } .mr-sm-4, -.mx-sm-4 { + .mx-sm-4 { margin-right: 1.5rem !important; } .mb-sm-4, -.my-sm-4 { + .my-sm-4 { margin-bottom: 1.5rem !important; } .ml-sm-4, -.mx-sm-4 { + .mx-sm-4 { margin-left: 1.5rem !important; } .m-sm-5 { margin: 3rem !important; } .mt-sm-5, -.my-sm-5 { + .my-sm-5 { margin-top: 3rem !important; } .mr-sm-5, -.mx-sm-5 { + .mx-sm-5 { margin-right: 3rem !important; } .mb-sm-5, -.my-sm-5 { + .my-sm-5 { margin-bottom: 3rem !important; } .ml-sm-5, -.mx-sm-5 { + .mx-sm-5 { margin-left: 3rem !important; } .p-sm-0 { padding: 0 !important; } .pt-sm-0, -.py-sm-0 { + .py-sm-0 { padding-top: 0 !important; } .pr-sm-0, -.px-sm-0 { + .px-sm-0 { padding-right: 0 !important; } .pb-sm-0, -.py-sm-0 { + .py-sm-0 { padding-bottom: 0 !important; } .pl-sm-0, -.px-sm-0 { + .px-sm-0 { padding-left: 0 !important; } .p-sm-1 { padding: 0.25rem !important; } .pt-sm-1, -.py-sm-1 { + .py-sm-1 { padding-top: 0.25rem !important; } .pr-sm-1, -.px-sm-1 { + .px-sm-1 { padding-right: 0.25rem !important; } .pb-sm-1, -.py-sm-1 { + .py-sm-1 { padding-bottom: 0.25rem !important; } .pl-sm-1, -.px-sm-1 { + .px-sm-1 { padding-left: 0.25rem !important; } .p-sm-2 { padding: 0.5rem !important; } .pt-sm-2, -.py-sm-2 { + .py-sm-2 { padding-top: 0.5rem !important; } .pr-sm-2, -.px-sm-2 { + .px-sm-2 { padding-right: 0.5rem !important; } .pb-sm-2, -.py-sm-2 { + .py-sm-2 { padding-bottom: 0.5rem !important; } .pl-sm-2, -.px-sm-2 { + .px-sm-2 { padding-left: 0.5rem !important; } .p-sm-3 { padding: 1rem !important; } .pt-sm-3, -.py-sm-3 { + .py-sm-3 { padding-top: 1rem !important; } .pr-sm-3, -.px-sm-3 { + .px-sm-3 { padding-right: 1rem !important; } .pb-sm-3, -.py-sm-3 { + .py-sm-3 { padding-bottom: 1rem !important; } .pl-sm-3, -.px-sm-3 { + .px-sm-3 { padding-left: 1rem !important; } .p-sm-4 { padding: 1.5rem !important; } .pt-sm-4, -.py-sm-4 { + .py-sm-4 { padding-top: 1.5rem !important; } .pr-sm-4, -.px-sm-4 { + .px-sm-4 { padding-right: 1.5rem !important; } .pb-sm-4, -.py-sm-4 { + .py-sm-4 { padding-bottom: 1.5rem !important; } .pl-sm-4, -.px-sm-4 { + .px-sm-4 { padding-left: 1.5rem !important; } .p-sm-5 { padding: 3rem !important; } .pt-sm-5, -.py-sm-5 { + .py-sm-5 { padding-top: 3rem !important; } .pr-sm-5, -.px-sm-5 { + .px-sm-5 { padding-right: 3rem !important; } .pb-sm-5, -.py-sm-5 { + .py-sm-5 { padding-bottom: 3rem !important; } .pl-sm-5, -.px-sm-5 { + .px-sm-5 { padding-left: 3rem !important; } .m-sm-n1 { margin: -0.25rem !important; } .mt-sm-n1, -.my-sm-n1 { + .my-sm-n1 { margin-top: -0.25rem !important; } .mr-sm-n1, -.mx-sm-n1 { + .mx-sm-n1 { margin-right: -0.25rem !important; } .mb-sm-n1, -.my-sm-n1 { + .my-sm-n1 { margin-bottom: -0.25rem !important; } .ml-sm-n1, -.mx-sm-n1 { + .mx-sm-n1 { margin-left: -0.25rem !important; } .m-sm-n2 { margin: -0.5rem !important; } .mt-sm-n2, -.my-sm-n2 { + .my-sm-n2 { margin-top: -0.5rem !important; } .mr-sm-n2, -.mx-sm-n2 { + .mx-sm-n2 { margin-right: -0.5rem !important; } .mb-sm-n2, -.my-sm-n2 { + .my-sm-n2 { margin-bottom: -0.5rem !important; } .ml-sm-n2, -.mx-sm-n2 { + .mx-sm-n2 { margin-left: -0.5rem !important; } .m-sm-n3 { margin: -1rem !important; } .mt-sm-n3, -.my-sm-n3 { + .my-sm-n3 { margin-top: -1rem !important; } .mr-sm-n3, -.mx-sm-n3 { + .mx-sm-n3 { margin-right: -1rem !important; } .mb-sm-n3, -.my-sm-n3 { + .my-sm-n3 { margin-bottom: -1rem !important; } .ml-sm-n3, -.mx-sm-n3 { + .mx-sm-n3 { margin-left: -1rem !important; } .m-sm-n4 { margin: -1.5rem !important; } .mt-sm-n4, -.my-sm-n4 { + .my-sm-n4 { margin-top: -1.5rem !important; } .mr-sm-n4, -.mx-sm-n4 { + .mx-sm-n4 { margin-right: -1.5rem !important; } .mb-sm-n4, -.my-sm-n4 { + .my-sm-n4 { margin-bottom: -1.5rem !important; } .ml-sm-n4, -.mx-sm-n4 { + .mx-sm-n4 { margin-left: -1.5rem !important; } .m-sm-n5 { margin: -3rem !important; } .mt-sm-n5, -.my-sm-n5 { + .my-sm-n5 { margin-top: -3rem !important; } .mr-sm-n5, -.mx-sm-n5 { + .mx-sm-n5 { margin-right: -3rem !important; } .mb-sm-n5, -.my-sm-n5 { + .my-sm-n5 { margin-bottom: -3rem !important; } .ml-sm-n5, -.mx-sm-n5 { + .mx-sm-n5 { margin-left: -3rem !important; } .m-sm-auto { margin: auto !important; } .mt-sm-auto, -.my-sm-auto { + .my-sm-auto { margin-top: auto !important; } .mr-sm-auto, -.mx-sm-auto { + .mx-sm-auto { margin-right: auto !important; } .mb-sm-auto, -.my-sm-auto { + .my-sm-auto { margin-bottom: auto !important; } .ml-sm-auto, -.mx-sm-auto { + .mx-sm-auto { margin-left: auto !important; } } @@ -244051,342 +244091,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-md-0, -.my-md-0 { + .my-md-0 { margin-top: 0 !important; } .mr-md-0, -.mx-md-0 { + .mx-md-0 { margin-right: 0 !important; } .mb-md-0, -.my-md-0 { + .my-md-0 { margin-bottom: 0 !important; } .ml-md-0, -.mx-md-0 { + .mx-md-0 { margin-left: 0 !important; } .m-md-1 { margin: 0.25rem !important; } .mt-md-1, -.my-md-1 { + .my-md-1 { margin-top: 0.25rem !important; } .mr-md-1, -.mx-md-1 { + .mx-md-1 { margin-right: 0.25rem !important; } .mb-md-1, -.my-md-1 { + .my-md-1 { margin-bottom: 0.25rem !important; } .ml-md-1, -.mx-md-1 { + .mx-md-1 { margin-left: 0.25rem !important; } .m-md-2 { margin: 0.5rem !important; } .mt-md-2, -.my-md-2 { + .my-md-2 { margin-top: 0.5rem !important; } .mr-md-2, -.mx-md-2 { + .mx-md-2 { margin-right: 0.5rem !important; } .mb-md-2, -.my-md-2 { + .my-md-2 { margin-bottom: 0.5rem !important; } .ml-md-2, -.mx-md-2 { + .mx-md-2 { margin-left: 0.5rem !important; } .m-md-3 { margin: 1rem !important; } .mt-md-3, -.my-md-3 { + .my-md-3 { margin-top: 1rem !important; } .mr-md-3, -.mx-md-3 { + .mx-md-3 { margin-right: 1rem !important; } .mb-md-3, -.my-md-3 { + .my-md-3 { margin-bottom: 1rem !important; } .ml-md-3, -.mx-md-3 { + .mx-md-3 { margin-left: 1rem !important; } .m-md-4 { margin: 1.5rem !important; } .mt-md-4, -.my-md-4 { + .my-md-4 { margin-top: 1.5rem !important; } .mr-md-4, -.mx-md-4 { + .mx-md-4 { margin-right: 1.5rem !important; } .mb-md-4, -.my-md-4 { + .my-md-4 { margin-bottom: 1.5rem !important; } .ml-md-4, -.mx-md-4 { + .mx-md-4 { margin-left: 1.5rem !important; } .m-md-5 { margin: 3rem !important; } .mt-md-5, -.my-md-5 { + .my-md-5 { margin-top: 3rem !important; } .mr-md-5, -.mx-md-5 { + .mx-md-5 { margin-right: 3rem !important; } .mb-md-5, -.my-md-5 { + .my-md-5 { margin-bottom: 3rem !important; } .ml-md-5, -.mx-md-5 { + .mx-md-5 { margin-left: 3rem !important; } .p-md-0 { padding: 0 !important; } .pt-md-0, -.py-md-0 { + .py-md-0 { padding-top: 0 !important; } .pr-md-0, -.px-md-0 { + .px-md-0 { padding-right: 0 !important; } .pb-md-0, -.py-md-0 { + .py-md-0 { padding-bottom: 0 !important; } .pl-md-0, -.px-md-0 { + .px-md-0 { padding-left: 0 !important; } .p-md-1 { padding: 0.25rem !important; } .pt-md-1, -.py-md-1 { + .py-md-1 { padding-top: 0.25rem !important; } .pr-md-1, -.px-md-1 { + .px-md-1 { padding-right: 0.25rem !important; } .pb-md-1, -.py-md-1 { + .py-md-1 { padding-bottom: 0.25rem !important; } .pl-md-1, -.px-md-1 { + .px-md-1 { padding-left: 0.25rem !important; } .p-md-2 { padding: 0.5rem !important; } .pt-md-2, -.py-md-2 { + .py-md-2 { padding-top: 0.5rem !important; } .pr-md-2, -.px-md-2 { + .px-md-2 { padding-right: 0.5rem !important; } .pb-md-2, -.py-md-2 { + .py-md-2 { padding-bottom: 0.5rem !important; } .pl-md-2, -.px-md-2 { + .px-md-2 { padding-left: 0.5rem !important; } .p-md-3 { padding: 1rem !important; } .pt-md-3, -.py-md-3 { + .py-md-3 { padding-top: 1rem !important; } .pr-md-3, -.px-md-3 { + .px-md-3 { padding-right: 1rem !important; } .pb-md-3, -.py-md-3 { + .py-md-3 { padding-bottom: 1rem !important; } .pl-md-3, -.px-md-3 { + .px-md-3 { padding-left: 1rem !important; } .p-md-4 { padding: 1.5rem !important; } .pt-md-4, -.py-md-4 { + .py-md-4 { padding-top: 1.5rem !important; } .pr-md-4, -.px-md-4 { + .px-md-4 { padding-right: 1.5rem !important; } .pb-md-4, -.py-md-4 { + .py-md-4 { padding-bottom: 1.5rem !important; } .pl-md-4, -.px-md-4 { + .px-md-4 { padding-left: 1.5rem !important; } .p-md-5 { padding: 3rem !important; } .pt-md-5, -.py-md-5 { + .py-md-5 { padding-top: 3rem !important; } .pr-md-5, -.px-md-5 { + .px-md-5 { padding-right: 3rem !important; } .pb-md-5, -.py-md-5 { + .py-md-5 { padding-bottom: 3rem !important; } .pl-md-5, -.px-md-5 { + .px-md-5 { padding-left: 3rem !important; } .m-md-n1 { margin: -0.25rem !important; } .mt-md-n1, -.my-md-n1 { + .my-md-n1 { margin-top: -0.25rem !important; } .mr-md-n1, -.mx-md-n1 { + .mx-md-n1 { margin-right: -0.25rem !important; } .mb-md-n1, -.my-md-n1 { + .my-md-n1 { margin-bottom: -0.25rem !important; } .ml-md-n1, -.mx-md-n1 { + .mx-md-n1 { margin-left: -0.25rem !important; } .m-md-n2 { margin: -0.5rem !important; } .mt-md-n2, -.my-md-n2 { + .my-md-n2 { margin-top: -0.5rem !important; } .mr-md-n2, -.mx-md-n2 { + .mx-md-n2 { margin-right: -0.5rem !important; } .mb-md-n2, -.my-md-n2 { + .my-md-n2 { margin-bottom: -0.5rem !important; } .ml-md-n2, -.mx-md-n2 { + .mx-md-n2 { margin-left: -0.5rem !important; } .m-md-n3 { margin: -1rem !important; } .mt-md-n3, -.my-md-n3 { + .my-md-n3 { margin-top: -1rem !important; } .mr-md-n3, -.mx-md-n3 { + .mx-md-n3 { margin-right: -1rem !important; } .mb-md-n3, -.my-md-n3 { + .my-md-n3 { margin-bottom: -1rem !important; } .ml-md-n3, -.mx-md-n3 { + .mx-md-n3 { margin-left: -1rem !important; } .m-md-n4 { margin: -1.5rem !important; } .mt-md-n4, -.my-md-n4 { + .my-md-n4 { margin-top: -1.5rem !important; } .mr-md-n4, -.mx-md-n4 { + .mx-md-n4 { margin-right: -1.5rem !important; } .mb-md-n4, -.my-md-n4 { + .my-md-n4 { margin-bottom: -1.5rem !important; } .ml-md-n4, -.mx-md-n4 { + .mx-md-n4 { margin-left: -1.5rem !important; } .m-md-n5 { margin: -3rem !important; } .mt-md-n5, -.my-md-n5 { + .my-md-n5 { margin-top: -3rem !important; } .mr-md-n5, -.mx-md-n5 { + .mx-md-n5 { margin-right: -3rem !important; } .mb-md-n5, -.my-md-n5 { + .my-md-n5 { margin-bottom: -3rem !important; } .ml-md-n5, -.mx-md-n5 { + .mx-md-n5 { margin-left: -3rem !important; } .m-md-auto { margin: auto !important; } .mt-md-auto, -.my-md-auto { + .my-md-auto { margin-top: auto !important; } .mr-md-auto, -.mx-md-auto { + .mx-md-auto { margin-right: auto !important; } .mb-md-auto, -.my-md-auto { + .my-md-auto { margin-bottom: auto !important; } .ml-md-auto, -.mx-md-auto { + .mx-md-auto { margin-left: auto !important; } } @@ -244395,342 +244435,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-lg-0, -.my-lg-0 { + .my-lg-0 { margin-top: 0 !important; } .mr-lg-0, -.mx-lg-0 { + .mx-lg-0 { margin-right: 0 !important; } .mb-lg-0, -.my-lg-0 { + .my-lg-0 { margin-bottom: 0 !important; } .ml-lg-0, -.mx-lg-0 { + .mx-lg-0 { margin-left: 0 !important; } .m-lg-1 { margin: 0.25rem !important; } .mt-lg-1, -.my-lg-1 { + .my-lg-1 { margin-top: 0.25rem !important; } .mr-lg-1, -.mx-lg-1 { + .mx-lg-1 { margin-right: 0.25rem !important; } .mb-lg-1, -.my-lg-1 { + .my-lg-1 { margin-bottom: 0.25rem !important; } .ml-lg-1, -.mx-lg-1 { + .mx-lg-1 { margin-left: 0.25rem !important; } .m-lg-2 { margin: 0.5rem !important; } .mt-lg-2, -.my-lg-2 { + .my-lg-2 { margin-top: 0.5rem !important; } .mr-lg-2, -.mx-lg-2 { + .mx-lg-2 { margin-right: 0.5rem !important; } .mb-lg-2, -.my-lg-2 { + .my-lg-2 { margin-bottom: 0.5rem !important; } .ml-lg-2, -.mx-lg-2 { + .mx-lg-2 { margin-left: 0.5rem !important; } .m-lg-3 { margin: 1rem !important; } .mt-lg-3, -.my-lg-3 { + .my-lg-3 { margin-top: 1rem !important; } .mr-lg-3, -.mx-lg-3 { + .mx-lg-3 { margin-right: 1rem !important; } .mb-lg-3, -.my-lg-3 { + .my-lg-3 { margin-bottom: 1rem !important; } .ml-lg-3, -.mx-lg-3 { + .mx-lg-3 { margin-left: 1rem !important; } .m-lg-4 { margin: 1.5rem !important; } .mt-lg-4, -.my-lg-4 { + .my-lg-4 { margin-top: 1.5rem !important; } .mr-lg-4, -.mx-lg-4 { + .mx-lg-4 { margin-right: 1.5rem !important; } .mb-lg-4, -.my-lg-4 { + .my-lg-4 { margin-bottom: 1.5rem !important; } .ml-lg-4, -.mx-lg-4 { + .mx-lg-4 { margin-left: 1.5rem !important; } .m-lg-5 { margin: 3rem !important; } .mt-lg-5, -.my-lg-5 { + .my-lg-5 { margin-top: 3rem !important; } .mr-lg-5, -.mx-lg-5 { + .mx-lg-5 { margin-right: 3rem !important; } .mb-lg-5, -.my-lg-5 { + .my-lg-5 { margin-bottom: 3rem !important; } .ml-lg-5, -.mx-lg-5 { + .mx-lg-5 { margin-left: 3rem !important; } .p-lg-0 { padding: 0 !important; } .pt-lg-0, -.py-lg-0 { + .py-lg-0 { padding-top: 0 !important; } .pr-lg-0, -.px-lg-0 { + .px-lg-0 { padding-right: 0 !important; } .pb-lg-0, -.py-lg-0 { + .py-lg-0 { padding-bottom: 0 !important; } .pl-lg-0, -.px-lg-0 { + .px-lg-0 { padding-left: 0 !important; } .p-lg-1 { padding: 0.25rem !important; } .pt-lg-1, -.py-lg-1 { + .py-lg-1 { padding-top: 0.25rem !important; } .pr-lg-1, -.px-lg-1 { + .px-lg-1 { padding-right: 0.25rem !important; } .pb-lg-1, -.py-lg-1 { + .py-lg-1 { padding-bottom: 0.25rem !important; } .pl-lg-1, -.px-lg-1 { + .px-lg-1 { padding-left: 0.25rem !important; } .p-lg-2 { padding: 0.5rem !important; } .pt-lg-2, -.py-lg-2 { + .py-lg-2 { padding-top: 0.5rem !important; } .pr-lg-2, -.px-lg-2 { + .px-lg-2 { padding-right: 0.5rem !important; } .pb-lg-2, -.py-lg-2 { + .py-lg-2 { padding-bottom: 0.5rem !important; } .pl-lg-2, -.px-lg-2 { + .px-lg-2 { padding-left: 0.5rem !important; } .p-lg-3 { padding: 1rem !important; } .pt-lg-3, -.py-lg-3 { + .py-lg-3 { padding-top: 1rem !important; } .pr-lg-3, -.px-lg-3 { + .px-lg-3 { padding-right: 1rem !important; } .pb-lg-3, -.py-lg-3 { + .py-lg-3 { padding-bottom: 1rem !important; } .pl-lg-3, -.px-lg-3 { + .px-lg-3 { padding-left: 1rem !important; } .p-lg-4 { padding: 1.5rem !important; } .pt-lg-4, -.py-lg-4 { + .py-lg-4 { padding-top: 1.5rem !important; } .pr-lg-4, -.px-lg-4 { + .px-lg-4 { padding-right: 1.5rem !important; } .pb-lg-4, -.py-lg-4 { + .py-lg-4 { padding-bottom: 1.5rem !important; } .pl-lg-4, -.px-lg-4 { + .px-lg-4 { padding-left: 1.5rem !important; } .p-lg-5 { padding: 3rem !important; } .pt-lg-5, -.py-lg-5 { + .py-lg-5 { padding-top: 3rem !important; } .pr-lg-5, -.px-lg-5 { + .px-lg-5 { padding-right: 3rem !important; } .pb-lg-5, -.py-lg-5 { + .py-lg-5 { padding-bottom: 3rem !important; } .pl-lg-5, -.px-lg-5 { + .px-lg-5 { padding-left: 3rem !important; } .m-lg-n1 { margin: -0.25rem !important; } .mt-lg-n1, -.my-lg-n1 { + .my-lg-n1 { margin-top: -0.25rem !important; } .mr-lg-n1, -.mx-lg-n1 { + .mx-lg-n1 { margin-right: -0.25rem !important; } .mb-lg-n1, -.my-lg-n1 { + .my-lg-n1 { margin-bottom: -0.25rem !important; } .ml-lg-n1, -.mx-lg-n1 { + .mx-lg-n1 { margin-left: -0.25rem !important; } .m-lg-n2 { margin: -0.5rem !important; } .mt-lg-n2, -.my-lg-n2 { + .my-lg-n2 { margin-top: -0.5rem !important; } .mr-lg-n2, -.mx-lg-n2 { + .mx-lg-n2 { margin-right: -0.5rem !important; } .mb-lg-n2, -.my-lg-n2 { + .my-lg-n2 { margin-bottom: -0.5rem !important; } .ml-lg-n2, -.mx-lg-n2 { + .mx-lg-n2 { margin-left: -0.5rem !important; } .m-lg-n3 { margin: -1rem !important; } .mt-lg-n3, -.my-lg-n3 { + .my-lg-n3 { margin-top: -1rem !important; } .mr-lg-n3, -.mx-lg-n3 { + .mx-lg-n3 { margin-right: -1rem !important; } .mb-lg-n3, -.my-lg-n3 { + .my-lg-n3 { margin-bottom: -1rem !important; } .ml-lg-n3, -.mx-lg-n3 { + .mx-lg-n3 { margin-left: -1rem !important; } .m-lg-n4 { margin: -1.5rem !important; } .mt-lg-n4, -.my-lg-n4 { + .my-lg-n4 { margin-top: -1.5rem !important; } .mr-lg-n4, -.mx-lg-n4 { + .mx-lg-n4 { margin-right: -1.5rem !important; } .mb-lg-n4, -.my-lg-n4 { + .my-lg-n4 { margin-bottom: -1.5rem !important; } .ml-lg-n4, -.mx-lg-n4 { + .mx-lg-n4 { margin-left: -1.5rem !important; } .m-lg-n5 { margin: -3rem !important; } .mt-lg-n5, -.my-lg-n5 { + .my-lg-n5 { margin-top: -3rem !important; } .mr-lg-n5, -.mx-lg-n5 { + .mx-lg-n5 { margin-right: -3rem !important; } .mb-lg-n5, -.my-lg-n5 { + .my-lg-n5 { margin-bottom: -3rem !important; } .ml-lg-n5, -.mx-lg-n5 { + .mx-lg-n5 { margin-left: -3rem !important; } .m-lg-auto { margin: auto !important; } .mt-lg-auto, -.my-lg-auto { + .my-lg-auto { margin-top: auto !important; } .mr-lg-auto, -.mx-lg-auto { + .mx-lg-auto { margin-right: auto !important; } .mb-lg-auto, -.my-lg-auto { + .my-lg-auto { margin-bottom: auto !important; } .ml-lg-auto, -.mx-lg-auto { + .mx-lg-auto { margin-left: auto !important; } } @@ -244739,342 +244779,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-xl-0, -.my-xl-0 { + .my-xl-0 { margin-top: 0 !important; } .mr-xl-0, -.mx-xl-0 { + .mx-xl-0 { margin-right: 0 !important; } .mb-xl-0, -.my-xl-0 { + .my-xl-0 { margin-bottom: 0 !important; } .ml-xl-0, -.mx-xl-0 { + .mx-xl-0 { margin-left: 0 !important; } .m-xl-1 { margin: 0.25rem !important; } .mt-xl-1, -.my-xl-1 { + .my-xl-1 { margin-top: 0.25rem !important; } .mr-xl-1, -.mx-xl-1 { + .mx-xl-1 { margin-right: 0.25rem !important; } .mb-xl-1, -.my-xl-1 { + .my-xl-1 { margin-bottom: 0.25rem !important; } .ml-xl-1, -.mx-xl-1 { + .mx-xl-1 { margin-left: 0.25rem !important; } .m-xl-2 { margin: 0.5rem !important; } .mt-xl-2, -.my-xl-2 { + .my-xl-2 { margin-top: 0.5rem !important; } .mr-xl-2, -.mx-xl-2 { + .mx-xl-2 { margin-right: 0.5rem !important; } .mb-xl-2, -.my-xl-2 { + .my-xl-2 { margin-bottom: 0.5rem !important; } .ml-xl-2, -.mx-xl-2 { + .mx-xl-2 { margin-left: 0.5rem !important; } .m-xl-3 { margin: 1rem !important; } .mt-xl-3, -.my-xl-3 { + .my-xl-3 { margin-top: 1rem !important; } .mr-xl-3, -.mx-xl-3 { + .mx-xl-3 { margin-right: 1rem !important; } .mb-xl-3, -.my-xl-3 { + .my-xl-3 { margin-bottom: 1rem !important; } .ml-xl-3, -.mx-xl-3 { + .mx-xl-3 { margin-left: 1rem !important; } .m-xl-4 { margin: 1.5rem !important; } .mt-xl-4, -.my-xl-4 { + .my-xl-4 { margin-top: 1.5rem !important; } .mr-xl-4, -.mx-xl-4 { + .mx-xl-4 { margin-right: 1.5rem !important; } .mb-xl-4, -.my-xl-4 { + .my-xl-4 { margin-bottom: 1.5rem !important; } .ml-xl-4, -.mx-xl-4 { + .mx-xl-4 { margin-left: 1.5rem !important; } .m-xl-5 { margin: 3rem !important; } .mt-xl-5, -.my-xl-5 { + .my-xl-5 { margin-top: 3rem !important; } .mr-xl-5, -.mx-xl-5 { + .mx-xl-5 { margin-right: 3rem !important; } .mb-xl-5, -.my-xl-5 { + .my-xl-5 { margin-bottom: 3rem !important; } .ml-xl-5, -.mx-xl-5 { + .mx-xl-5 { margin-left: 3rem !important; } .p-xl-0 { padding: 0 !important; } .pt-xl-0, -.py-xl-0 { + .py-xl-0 { padding-top: 0 !important; } .pr-xl-0, -.px-xl-0 { + .px-xl-0 { padding-right: 0 !important; } .pb-xl-0, -.py-xl-0 { + .py-xl-0 { padding-bottom: 0 !important; } .pl-xl-0, -.px-xl-0 { + .px-xl-0 { padding-left: 0 !important; } .p-xl-1 { padding: 0.25rem !important; } .pt-xl-1, -.py-xl-1 { + .py-xl-1 { padding-top: 0.25rem !important; } .pr-xl-1, -.px-xl-1 { + .px-xl-1 { padding-right: 0.25rem !important; } .pb-xl-1, -.py-xl-1 { + .py-xl-1 { padding-bottom: 0.25rem !important; } .pl-xl-1, -.px-xl-1 { + .px-xl-1 { padding-left: 0.25rem !important; } .p-xl-2 { padding: 0.5rem !important; } .pt-xl-2, -.py-xl-2 { + .py-xl-2 { padding-top: 0.5rem !important; } .pr-xl-2, -.px-xl-2 { + .px-xl-2 { padding-right: 0.5rem !important; } .pb-xl-2, -.py-xl-2 { + .py-xl-2 { padding-bottom: 0.5rem !important; } .pl-xl-2, -.px-xl-2 { + .px-xl-2 { padding-left: 0.5rem !important; } .p-xl-3 { padding: 1rem !important; } .pt-xl-3, -.py-xl-3 { + .py-xl-3 { padding-top: 1rem !important; } .pr-xl-3, -.px-xl-3 { + .px-xl-3 { padding-right: 1rem !important; } .pb-xl-3, -.py-xl-3 { + .py-xl-3 { padding-bottom: 1rem !important; } .pl-xl-3, -.px-xl-3 { + .px-xl-3 { padding-left: 1rem !important; } .p-xl-4 { padding: 1.5rem !important; } .pt-xl-4, -.py-xl-4 { + .py-xl-4 { padding-top: 1.5rem !important; } .pr-xl-4, -.px-xl-4 { + .px-xl-4 { padding-right: 1.5rem !important; } .pb-xl-4, -.py-xl-4 { + .py-xl-4 { padding-bottom: 1.5rem !important; } .pl-xl-4, -.px-xl-4 { + .px-xl-4 { padding-left: 1.5rem !important; } .p-xl-5 { padding: 3rem !important; } .pt-xl-5, -.py-xl-5 { + .py-xl-5 { padding-top: 3rem !important; } .pr-xl-5, -.px-xl-5 { + .px-xl-5 { padding-right: 3rem !important; } .pb-xl-5, -.py-xl-5 { + .py-xl-5 { padding-bottom: 3rem !important; } .pl-xl-5, -.px-xl-5 { + .px-xl-5 { padding-left: 3rem !important; } .m-xl-n1 { margin: -0.25rem !important; } .mt-xl-n1, -.my-xl-n1 { + .my-xl-n1 { margin-top: -0.25rem !important; } .mr-xl-n1, -.mx-xl-n1 { + .mx-xl-n1 { margin-right: -0.25rem !important; } .mb-xl-n1, -.my-xl-n1 { + .my-xl-n1 { margin-bottom: -0.25rem !important; } .ml-xl-n1, -.mx-xl-n1 { + .mx-xl-n1 { margin-left: -0.25rem !important; } .m-xl-n2 { margin: -0.5rem !important; } .mt-xl-n2, -.my-xl-n2 { + .my-xl-n2 { margin-top: -0.5rem !important; } .mr-xl-n2, -.mx-xl-n2 { + .mx-xl-n2 { margin-right: -0.5rem !important; } .mb-xl-n2, -.my-xl-n2 { + .my-xl-n2 { margin-bottom: -0.5rem !important; } .ml-xl-n2, -.mx-xl-n2 { + .mx-xl-n2 { margin-left: -0.5rem !important; } .m-xl-n3 { margin: -1rem !important; } .mt-xl-n3, -.my-xl-n3 { + .my-xl-n3 { margin-top: -1rem !important; } .mr-xl-n3, -.mx-xl-n3 { + .mx-xl-n3 { margin-right: -1rem !important; } .mb-xl-n3, -.my-xl-n3 { + .my-xl-n3 { margin-bottom: -1rem !important; } .ml-xl-n3, -.mx-xl-n3 { + .mx-xl-n3 { margin-left: -1rem !important; } .m-xl-n4 { margin: -1.5rem !important; } .mt-xl-n4, -.my-xl-n4 { + .my-xl-n4 { margin-top: -1.5rem !important; } .mr-xl-n4, -.mx-xl-n4 { + .mx-xl-n4 { margin-right: -1.5rem !important; } .mb-xl-n4, -.my-xl-n4 { + .my-xl-n4 { margin-bottom: -1.5rem !important; } .ml-xl-n4, -.mx-xl-n4 { + .mx-xl-n4 { margin-left: -1.5rem !important; } .m-xl-n5 { margin: -3rem !important; } .mt-xl-n5, -.my-xl-n5 { + .my-xl-n5 { margin-top: -3rem !important; } .mr-xl-n5, -.mx-xl-n5 { + .mx-xl-n5 { margin-right: -3rem !important; } .mb-xl-n5, -.my-xl-n5 { + .my-xl-n5 { margin-bottom: -3rem !important; } .ml-xl-n5, -.mx-xl-n5 { + .mx-xl-n5 { margin-left: -3rem !important; } .m-xl-auto { margin: auto !important; } .mt-xl-auto, -.my-xl-auto { + .my-xl-auto { margin-top: auto !important; } .mr-xl-auto, -.mx-xl-auto { + .mx-xl-auto { margin-right: auto !important; } .mb-xl-auto, -.my-xl-auto { + .my-xl-auto { margin-bottom: auto !important; } .ml-xl-auto, -.mx-xl-auto { + .mx-xl-auto { margin-left: auto !important; } } @@ -245319,8 +245359,8 @@ a.text-dark:hover, a.text-dark:focus { @media print { *, -*::before, -*::after { + *::before, + *::after { text-shadow: none !important; box-shadow: none !important; } @@ -245334,22 +245374,22 @@ a.text-dark:hover, a.text-dark:focus { white-space: pre-wrap !important; } pre, -blockquote { + blockquote { border: 1px solid #adb5bd; page-break-inside: avoid; } tr, -img { + img { page-break-inside: avoid; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } @page { @@ -245371,20 +245411,20 @@ h3 { border-collapse: collapse !important; } .table td, -.table th { + .table th { background-color: #fff !important; } .table-bordered th, -.table-bordered td { + .table-bordered td { border: 1px solid #dee2e6 !important; } .table-dark { color: inherit; } .table-dark th, -.table-dark td, -.table-dark thead th, -.table-dark tbody + tbody { + .table-dark td, + .table-dark thead th, + .table-dark tbody + tbody { border-color: #dee2e6; } .table .thead-dark th { @@ -262002,7 +262042,7 @@ textarea.form-control { display: inline-block; } .form-inline .input-group, -.form-inline .custom-select { + .form-inline .custom-select { width: auto; } .form-inline .form-check { @@ -263488,8 +263528,8 @@ input[type=button].btn-block { } @media (prefers-reduced-motion: reduce) { .custom-control-label::before, -.custom-file-label, -.custom-select { + .custom-file-label, + .custom-select { transition: none; } } @@ -263661,11 +263701,11 @@ input[type=button].btn-block { @media (max-width: 575.98px) { .navbar-expand-sm > .container, -.navbar-expand-sm > .container-fluid, -.navbar-expand-sm > .container-sm, -.navbar-expand-sm > .container-md, -.navbar-expand-sm > .container-lg, -.navbar-expand-sm > .container-xl { + .navbar-expand-sm > .container-fluid, + .navbar-expand-sm > .container-sm, + .navbar-expand-sm > .container-md, + .navbar-expand-sm > .container-lg, + .navbar-expand-sm > .container-xl { padding-right: 0; padding-left: 0; } @@ -263686,11 +263726,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-sm > .container, -.navbar-expand-sm > .container-fluid, -.navbar-expand-sm > .container-sm, -.navbar-expand-sm > .container-md, -.navbar-expand-sm > .container-lg, -.navbar-expand-sm > .container-xl { + .navbar-expand-sm > .container-fluid, + .navbar-expand-sm > .container-sm, + .navbar-expand-sm > .container-md, + .navbar-expand-sm > .container-lg, + .navbar-expand-sm > .container-xl { flex-wrap: nowrap; } .navbar-expand-sm .navbar-nav-scroll { @@ -263706,11 +263746,11 @@ input[type=button].btn-block { } @media (max-width: 767.98px) { .navbar-expand-md > .container, -.navbar-expand-md > .container-fluid, -.navbar-expand-md > .container-sm, -.navbar-expand-md > .container-md, -.navbar-expand-md > .container-lg, -.navbar-expand-md > .container-xl { + .navbar-expand-md > .container-fluid, + .navbar-expand-md > .container-sm, + .navbar-expand-md > .container-md, + .navbar-expand-md > .container-lg, + .navbar-expand-md > .container-xl { padding-right: 0; padding-left: 0; } @@ -263731,11 +263771,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-md > .container, -.navbar-expand-md > .container-fluid, -.navbar-expand-md > .container-sm, -.navbar-expand-md > .container-md, -.navbar-expand-md > .container-lg, -.navbar-expand-md > .container-xl { + .navbar-expand-md > .container-fluid, + .navbar-expand-md > .container-sm, + .navbar-expand-md > .container-md, + .navbar-expand-md > .container-lg, + .navbar-expand-md > .container-xl { flex-wrap: nowrap; } .navbar-expand-md .navbar-nav-scroll { @@ -263751,11 +263791,11 @@ input[type=button].btn-block { } @media (max-width: 991.98px) { .navbar-expand-lg > .container, -.navbar-expand-lg > .container-fluid, -.navbar-expand-lg > .container-sm, -.navbar-expand-lg > .container-md, -.navbar-expand-lg > .container-lg, -.navbar-expand-lg > .container-xl { + .navbar-expand-lg > .container-fluid, + .navbar-expand-lg > .container-sm, + .navbar-expand-lg > .container-md, + .navbar-expand-lg > .container-lg, + .navbar-expand-lg > .container-xl { padding-right: 0; padding-left: 0; } @@ -263776,11 +263816,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-lg > .container, -.navbar-expand-lg > .container-fluid, -.navbar-expand-lg > .container-sm, -.navbar-expand-lg > .container-md, -.navbar-expand-lg > .container-lg, -.navbar-expand-lg > .container-xl { + .navbar-expand-lg > .container-fluid, + .navbar-expand-lg > .container-sm, + .navbar-expand-lg > .container-md, + .navbar-expand-lg > .container-lg, + .navbar-expand-lg > .container-xl { flex-wrap: nowrap; } .navbar-expand-lg .navbar-nav-scroll { @@ -263796,11 +263836,11 @@ input[type=button].btn-block { } @media (max-width: 1199.98px) { .navbar-expand-xl > .container, -.navbar-expand-xl > .container-fluid, -.navbar-expand-xl > .container-sm, -.navbar-expand-xl > .container-md, -.navbar-expand-xl > .container-lg, -.navbar-expand-xl > .container-xl { + .navbar-expand-xl > .container-fluid, + .navbar-expand-xl > .container-sm, + .navbar-expand-xl > .container-md, + .navbar-expand-xl > .container-lg, + .navbar-expand-xl > .container-xl { padding-right: 0; padding-left: 0; } @@ -263821,11 +263861,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-xl > .container, -.navbar-expand-xl > .container-fluid, -.navbar-expand-xl > .container-sm, -.navbar-expand-xl > .container-md, -.navbar-expand-xl > .container-lg, -.navbar-expand-xl > .container-xl { + .navbar-expand-xl > .container-fluid, + .navbar-expand-xl > .container-sm, + .navbar-expand-xl > .container-md, + .navbar-expand-xl > .container-lg, + .navbar-expand-xl > .container-xl { flex-wrap: nowrap; } .navbar-expand-xl .navbar-nav-scroll { @@ -264116,11 +264156,11 @@ input[type=button].btn-block { border-bottom-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-top, -.card-group > .card:not(:last-child) .card-header { + .card-group > .card:not(:last-child) .card-header { border-top-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-bottom, -.card-group > .card:not(:last-child) .card-footer { + .card-group > .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; } .card-group > .card:not(:first-child) { @@ -264128,11 +264168,11 @@ input[type=button].btn-block { border-bottom-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-top, -.card-group > .card:not(:first-child) .card-header { + .card-group > .card:not(:first-child) .card-header { border-top-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-bottom, -.card-group > .card:not(:first-child) .card-footer { + .card-group > .card:not(:first-child) .card-footer { border-bottom-left-radius: 0; } } @@ -265171,7 +265211,7 @@ a.close.disabled { } @media (min-width: 992px) { .modal-lg, -.modal-xl { + .modal-xl { max-width: 800px; } } @@ -265494,7 +265534,7 @@ a.close.disabled { } @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-left, -.carousel-fade .active.carousel-item-right { + .carousel-fade .active.carousel-item-right { transition: none; } } @@ -265519,7 +265559,7 @@ a.close.disabled { } @media (prefers-reduced-motion: reduce) { .carousel-control-prev, -.carousel-control-next { + .carousel-control-next { transition: none; } } @@ -265655,7 +265695,7 @@ a.close.disabled { @media (prefers-reduced-motion: reduce) { .spinner-border, -.spinner-grow { + .spinner-grow { animation-duration: 1.5s; } } @@ -267329,342 +267369,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-sm-0, -.my-sm-0 { + .my-sm-0 { margin-top: 0 !important; } .mr-sm-0, -.mx-sm-0 { + .mx-sm-0 { margin-right: 0 !important; } .mb-sm-0, -.my-sm-0 { + .my-sm-0 { margin-bottom: 0 !important; } .ml-sm-0, -.mx-sm-0 { + .mx-sm-0 { margin-left: 0 !important; } .m-sm-1 { margin: 0.25rem !important; } .mt-sm-1, -.my-sm-1 { + .my-sm-1 { margin-top: 0.25rem !important; } .mr-sm-1, -.mx-sm-1 { + .mx-sm-1 { margin-right: 0.25rem !important; } .mb-sm-1, -.my-sm-1 { + .my-sm-1 { margin-bottom: 0.25rem !important; } .ml-sm-1, -.mx-sm-1 { + .mx-sm-1 { margin-left: 0.25rem !important; } .m-sm-2 { margin: 0.5rem !important; } .mt-sm-2, -.my-sm-2 { + .my-sm-2 { margin-top: 0.5rem !important; } .mr-sm-2, -.mx-sm-2 { + .mx-sm-2 { margin-right: 0.5rem !important; } .mb-sm-2, -.my-sm-2 { + .my-sm-2 { margin-bottom: 0.5rem !important; } .ml-sm-2, -.mx-sm-2 { + .mx-sm-2 { margin-left: 0.5rem !important; } .m-sm-3 { margin: 1rem !important; } .mt-sm-3, -.my-sm-3 { + .my-sm-3 { margin-top: 1rem !important; } .mr-sm-3, -.mx-sm-3 { + .mx-sm-3 { margin-right: 1rem !important; } .mb-sm-3, -.my-sm-3 { + .my-sm-3 { margin-bottom: 1rem !important; } .ml-sm-3, -.mx-sm-3 { + .mx-sm-3 { margin-left: 1rem !important; } .m-sm-4 { margin: 1.5rem !important; } .mt-sm-4, -.my-sm-4 { + .my-sm-4 { margin-top: 1.5rem !important; } .mr-sm-4, -.mx-sm-4 { + .mx-sm-4 { margin-right: 1.5rem !important; } .mb-sm-4, -.my-sm-4 { + .my-sm-4 { margin-bottom: 1.5rem !important; } .ml-sm-4, -.mx-sm-4 { + .mx-sm-4 { margin-left: 1.5rem !important; } .m-sm-5 { margin: 3rem !important; } .mt-sm-5, -.my-sm-5 { + .my-sm-5 { margin-top: 3rem !important; } .mr-sm-5, -.mx-sm-5 { + .mx-sm-5 { margin-right: 3rem !important; } .mb-sm-5, -.my-sm-5 { + .my-sm-5 { margin-bottom: 3rem !important; } .ml-sm-5, -.mx-sm-5 { + .mx-sm-5 { margin-left: 3rem !important; } .p-sm-0 { padding: 0 !important; } .pt-sm-0, -.py-sm-0 { + .py-sm-0 { padding-top: 0 !important; } .pr-sm-0, -.px-sm-0 { + .px-sm-0 { padding-right: 0 !important; } .pb-sm-0, -.py-sm-0 { + .py-sm-0 { padding-bottom: 0 !important; } .pl-sm-0, -.px-sm-0 { + .px-sm-0 { padding-left: 0 !important; } .p-sm-1 { padding: 0.25rem !important; } .pt-sm-1, -.py-sm-1 { + .py-sm-1 { padding-top: 0.25rem !important; } .pr-sm-1, -.px-sm-1 { + .px-sm-1 { padding-right: 0.25rem !important; } .pb-sm-1, -.py-sm-1 { + .py-sm-1 { padding-bottom: 0.25rem !important; } .pl-sm-1, -.px-sm-1 { + .px-sm-1 { padding-left: 0.25rem !important; } .p-sm-2 { padding: 0.5rem !important; } .pt-sm-2, -.py-sm-2 { + .py-sm-2 { padding-top: 0.5rem !important; } .pr-sm-2, -.px-sm-2 { + .px-sm-2 { padding-right: 0.5rem !important; } .pb-sm-2, -.py-sm-2 { + .py-sm-2 { padding-bottom: 0.5rem !important; } .pl-sm-2, -.px-sm-2 { + .px-sm-2 { padding-left: 0.5rem !important; } .p-sm-3 { padding: 1rem !important; } .pt-sm-3, -.py-sm-3 { + .py-sm-3 { padding-top: 1rem !important; } .pr-sm-3, -.px-sm-3 { + .px-sm-3 { padding-right: 1rem !important; } .pb-sm-3, -.py-sm-3 { + .py-sm-3 { padding-bottom: 1rem !important; } .pl-sm-3, -.px-sm-3 { + .px-sm-3 { padding-left: 1rem !important; } .p-sm-4 { padding: 1.5rem !important; } .pt-sm-4, -.py-sm-4 { + .py-sm-4 { padding-top: 1.5rem !important; } .pr-sm-4, -.px-sm-4 { + .px-sm-4 { padding-right: 1.5rem !important; } .pb-sm-4, -.py-sm-4 { + .py-sm-4 { padding-bottom: 1.5rem !important; } .pl-sm-4, -.px-sm-4 { + .px-sm-4 { padding-left: 1.5rem !important; } .p-sm-5 { padding: 3rem !important; } .pt-sm-5, -.py-sm-5 { + .py-sm-5 { padding-top: 3rem !important; } .pr-sm-5, -.px-sm-5 { + .px-sm-5 { padding-right: 3rem !important; } .pb-sm-5, -.py-sm-5 { + .py-sm-5 { padding-bottom: 3rem !important; } .pl-sm-5, -.px-sm-5 { + .px-sm-5 { padding-left: 3rem !important; } .m-sm-n1 { margin: -0.25rem !important; } .mt-sm-n1, -.my-sm-n1 { + .my-sm-n1 { margin-top: -0.25rem !important; } .mr-sm-n1, -.mx-sm-n1 { + .mx-sm-n1 { margin-right: -0.25rem !important; } .mb-sm-n1, -.my-sm-n1 { + .my-sm-n1 { margin-bottom: -0.25rem !important; } .ml-sm-n1, -.mx-sm-n1 { + .mx-sm-n1 { margin-left: -0.25rem !important; } .m-sm-n2 { margin: -0.5rem !important; } .mt-sm-n2, -.my-sm-n2 { + .my-sm-n2 { margin-top: -0.5rem !important; } .mr-sm-n2, -.mx-sm-n2 { + .mx-sm-n2 { margin-right: -0.5rem !important; } .mb-sm-n2, -.my-sm-n2 { + .my-sm-n2 { margin-bottom: -0.5rem !important; } .ml-sm-n2, -.mx-sm-n2 { + .mx-sm-n2 { margin-left: -0.5rem !important; } .m-sm-n3 { margin: -1rem !important; } .mt-sm-n3, -.my-sm-n3 { + .my-sm-n3 { margin-top: -1rem !important; } .mr-sm-n3, -.mx-sm-n3 { + .mx-sm-n3 { margin-right: -1rem !important; } .mb-sm-n3, -.my-sm-n3 { + .my-sm-n3 { margin-bottom: -1rem !important; } .ml-sm-n3, -.mx-sm-n3 { + .mx-sm-n3 { margin-left: -1rem !important; } .m-sm-n4 { margin: -1.5rem !important; } .mt-sm-n4, -.my-sm-n4 { + .my-sm-n4 { margin-top: -1.5rem !important; } .mr-sm-n4, -.mx-sm-n4 { + .mx-sm-n4 { margin-right: -1.5rem !important; } .mb-sm-n4, -.my-sm-n4 { + .my-sm-n4 { margin-bottom: -1.5rem !important; } .ml-sm-n4, -.mx-sm-n4 { + .mx-sm-n4 { margin-left: -1.5rem !important; } .m-sm-n5 { margin: -3rem !important; } .mt-sm-n5, -.my-sm-n5 { + .my-sm-n5 { margin-top: -3rem !important; } .mr-sm-n5, -.mx-sm-n5 { + .mx-sm-n5 { margin-right: -3rem !important; } .mb-sm-n5, -.my-sm-n5 { + .my-sm-n5 { margin-bottom: -3rem !important; } .ml-sm-n5, -.mx-sm-n5 { + .mx-sm-n5 { margin-left: -3rem !important; } .m-sm-auto { margin: auto !important; } .mt-sm-auto, -.my-sm-auto { + .my-sm-auto { margin-top: auto !important; } .mr-sm-auto, -.mx-sm-auto { + .mx-sm-auto { margin-right: auto !important; } .mb-sm-auto, -.my-sm-auto { + .my-sm-auto { margin-bottom: auto !important; } .ml-sm-auto, -.mx-sm-auto { + .mx-sm-auto { margin-left: auto !important; } } @@ -267673,342 +267713,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-md-0, -.my-md-0 { + .my-md-0 { margin-top: 0 !important; } .mr-md-0, -.mx-md-0 { + .mx-md-0 { margin-right: 0 !important; } .mb-md-0, -.my-md-0 { + .my-md-0 { margin-bottom: 0 !important; } .ml-md-0, -.mx-md-0 { + .mx-md-0 { margin-left: 0 !important; } .m-md-1 { margin: 0.25rem !important; } .mt-md-1, -.my-md-1 { + .my-md-1 { margin-top: 0.25rem !important; } .mr-md-1, -.mx-md-1 { + .mx-md-1 { margin-right: 0.25rem !important; } .mb-md-1, -.my-md-1 { + .my-md-1 { margin-bottom: 0.25rem !important; } .ml-md-1, -.mx-md-1 { + .mx-md-1 { margin-left: 0.25rem !important; } .m-md-2 { margin: 0.5rem !important; } .mt-md-2, -.my-md-2 { + .my-md-2 { margin-top: 0.5rem !important; } .mr-md-2, -.mx-md-2 { + .mx-md-2 { margin-right: 0.5rem !important; } .mb-md-2, -.my-md-2 { + .my-md-2 { margin-bottom: 0.5rem !important; } .ml-md-2, -.mx-md-2 { + .mx-md-2 { margin-left: 0.5rem !important; } .m-md-3 { margin: 1rem !important; } .mt-md-3, -.my-md-3 { + .my-md-3 { margin-top: 1rem !important; } .mr-md-3, -.mx-md-3 { + .mx-md-3 { margin-right: 1rem !important; } .mb-md-3, -.my-md-3 { + .my-md-3 { margin-bottom: 1rem !important; } .ml-md-3, -.mx-md-3 { + .mx-md-3 { margin-left: 1rem !important; } .m-md-4 { margin: 1.5rem !important; } .mt-md-4, -.my-md-4 { + .my-md-4 { margin-top: 1.5rem !important; } .mr-md-4, -.mx-md-4 { + .mx-md-4 { margin-right: 1.5rem !important; } .mb-md-4, -.my-md-4 { + .my-md-4 { margin-bottom: 1.5rem !important; } .ml-md-4, -.mx-md-4 { + .mx-md-4 { margin-left: 1.5rem !important; } .m-md-5 { margin: 3rem !important; } .mt-md-5, -.my-md-5 { + .my-md-5 { margin-top: 3rem !important; } .mr-md-5, -.mx-md-5 { + .mx-md-5 { margin-right: 3rem !important; } .mb-md-5, -.my-md-5 { + .my-md-5 { margin-bottom: 3rem !important; } .ml-md-5, -.mx-md-5 { + .mx-md-5 { margin-left: 3rem !important; } .p-md-0 { padding: 0 !important; } .pt-md-0, -.py-md-0 { + .py-md-0 { padding-top: 0 !important; } .pr-md-0, -.px-md-0 { + .px-md-0 { padding-right: 0 !important; } .pb-md-0, -.py-md-0 { + .py-md-0 { padding-bottom: 0 !important; } .pl-md-0, -.px-md-0 { + .px-md-0 { padding-left: 0 !important; } .p-md-1 { padding: 0.25rem !important; } .pt-md-1, -.py-md-1 { + .py-md-1 { padding-top: 0.25rem !important; } .pr-md-1, -.px-md-1 { + .px-md-1 { padding-right: 0.25rem !important; } .pb-md-1, -.py-md-1 { + .py-md-1 { padding-bottom: 0.25rem !important; } .pl-md-1, -.px-md-1 { + .px-md-1 { padding-left: 0.25rem !important; } .p-md-2 { padding: 0.5rem !important; } .pt-md-2, -.py-md-2 { + .py-md-2 { padding-top: 0.5rem !important; } .pr-md-2, -.px-md-2 { + .px-md-2 { padding-right: 0.5rem !important; } .pb-md-2, -.py-md-2 { + .py-md-2 { padding-bottom: 0.5rem !important; } .pl-md-2, -.px-md-2 { + .px-md-2 { padding-left: 0.5rem !important; } .p-md-3 { padding: 1rem !important; } .pt-md-3, -.py-md-3 { + .py-md-3 { padding-top: 1rem !important; } .pr-md-3, -.px-md-3 { + .px-md-3 { padding-right: 1rem !important; } .pb-md-3, -.py-md-3 { + .py-md-3 { padding-bottom: 1rem !important; } .pl-md-3, -.px-md-3 { + .px-md-3 { padding-left: 1rem !important; } .p-md-4 { padding: 1.5rem !important; } .pt-md-4, -.py-md-4 { + .py-md-4 { padding-top: 1.5rem !important; } .pr-md-4, -.px-md-4 { + .px-md-4 { padding-right: 1.5rem !important; } .pb-md-4, -.py-md-4 { + .py-md-4 { padding-bottom: 1.5rem !important; } .pl-md-4, -.px-md-4 { + .px-md-4 { padding-left: 1.5rem !important; } .p-md-5 { padding: 3rem !important; } .pt-md-5, -.py-md-5 { + .py-md-5 { padding-top: 3rem !important; } .pr-md-5, -.px-md-5 { + .px-md-5 { padding-right: 3rem !important; } .pb-md-5, -.py-md-5 { + .py-md-5 { padding-bottom: 3rem !important; } .pl-md-5, -.px-md-5 { + .px-md-5 { padding-left: 3rem !important; } .m-md-n1 { margin: -0.25rem !important; } .mt-md-n1, -.my-md-n1 { + .my-md-n1 { margin-top: -0.25rem !important; } .mr-md-n1, -.mx-md-n1 { + .mx-md-n1 { margin-right: -0.25rem !important; } .mb-md-n1, -.my-md-n1 { + .my-md-n1 { margin-bottom: -0.25rem !important; } .ml-md-n1, -.mx-md-n1 { + .mx-md-n1 { margin-left: -0.25rem !important; } .m-md-n2 { margin: -0.5rem !important; } .mt-md-n2, -.my-md-n2 { + .my-md-n2 { margin-top: -0.5rem !important; } .mr-md-n2, -.mx-md-n2 { + .mx-md-n2 { margin-right: -0.5rem !important; } .mb-md-n2, -.my-md-n2 { + .my-md-n2 { margin-bottom: -0.5rem !important; } .ml-md-n2, -.mx-md-n2 { + .mx-md-n2 { margin-left: -0.5rem !important; } .m-md-n3 { margin: -1rem !important; } .mt-md-n3, -.my-md-n3 { + .my-md-n3 { margin-top: -1rem !important; } .mr-md-n3, -.mx-md-n3 { + .mx-md-n3 { margin-right: -1rem !important; } .mb-md-n3, -.my-md-n3 { + .my-md-n3 { margin-bottom: -1rem !important; } .ml-md-n3, -.mx-md-n3 { + .mx-md-n3 { margin-left: -1rem !important; } .m-md-n4 { margin: -1.5rem !important; } .mt-md-n4, -.my-md-n4 { + .my-md-n4 { margin-top: -1.5rem !important; } .mr-md-n4, -.mx-md-n4 { + .mx-md-n4 { margin-right: -1.5rem !important; } .mb-md-n4, -.my-md-n4 { + .my-md-n4 { margin-bottom: -1.5rem !important; } .ml-md-n4, -.mx-md-n4 { + .mx-md-n4 { margin-left: -1.5rem !important; } .m-md-n5 { margin: -3rem !important; } .mt-md-n5, -.my-md-n5 { + .my-md-n5 { margin-top: -3rem !important; } .mr-md-n5, -.mx-md-n5 { + .mx-md-n5 { margin-right: -3rem !important; } .mb-md-n5, -.my-md-n5 { + .my-md-n5 { margin-bottom: -3rem !important; } .ml-md-n5, -.mx-md-n5 { + .mx-md-n5 { margin-left: -3rem !important; } .m-md-auto { margin: auto !important; } .mt-md-auto, -.my-md-auto { + .my-md-auto { margin-top: auto !important; } .mr-md-auto, -.mx-md-auto { + .mx-md-auto { margin-right: auto !important; } .mb-md-auto, -.my-md-auto { + .my-md-auto { margin-bottom: auto !important; } .ml-md-auto, -.mx-md-auto { + .mx-md-auto { margin-left: auto !important; } } @@ -268017,342 +268057,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-lg-0, -.my-lg-0 { + .my-lg-0 { margin-top: 0 !important; } .mr-lg-0, -.mx-lg-0 { + .mx-lg-0 { margin-right: 0 !important; } .mb-lg-0, -.my-lg-0 { + .my-lg-0 { margin-bottom: 0 !important; } .ml-lg-0, -.mx-lg-0 { + .mx-lg-0 { margin-left: 0 !important; } .m-lg-1 { margin: 0.25rem !important; } .mt-lg-1, -.my-lg-1 { + .my-lg-1 { margin-top: 0.25rem !important; } .mr-lg-1, -.mx-lg-1 { + .mx-lg-1 { margin-right: 0.25rem !important; } .mb-lg-1, -.my-lg-1 { + .my-lg-1 { margin-bottom: 0.25rem !important; } .ml-lg-1, -.mx-lg-1 { + .mx-lg-1 { margin-left: 0.25rem !important; } .m-lg-2 { margin: 0.5rem !important; } .mt-lg-2, -.my-lg-2 { + .my-lg-2 { margin-top: 0.5rem !important; } .mr-lg-2, -.mx-lg-2 { + .mx-lg-2 { margin-right: 0.5rem !important; } .mb-lg-2, -.my-lg-2 { + .my-lg-2 { margin-bottom: 0.5rem !important; } .ml-lg-2, -.mx-lg-2 { + .mx-lg-2 { margin-left: 0.5rem !important; } .m-lg-3 { margin: 1rem !important; } .mt-lg-3, -.my-lg-3 { + .my-lg-3 { margin-top: 1rem !important; } .mr-lg-3, -.mx-lg-3 { + .mx-lg-3 { margin-right: 1rem !important; } .mb-lg-3, -.my-lg-3 { + .my-lg-3 { margin-bottom: 1rem !important; } .ml-lg-3, -.mx-lg-3 { + .mx-lg-3 { margin-left: 1rem !important; } .m-lg-4 { margin: 1.5rem !important; } .mt-lg-4, -.my-lg-4 { + .my-lg-4 { margin-top: 1.5rem !important; } .mr-lg-4, -.mx-lg-4 { + .mx-lg-4 { margin-right: 1.5rem !important; } .mb-lg-4, -.my-lg-4 { + .my-lg-4 { margin-bottom: 1.5rem !important; } .ml-lg-4, -.mx-lg-4 { + .mx-lg-4 { margin-left: 1.5rem !important; } .m-lg-5 { margin: 3rem !important; } .mt-lg-5, -.my-lg-5 { + .my-lg-5 { margin-top: 3rem !important; } .mr-lg-5, -.mx-lg-5 { + .mx-lg-5 { margin-right: 3rem !important; } .mb-lg-5, -.my-lg-5 { + .my-lg-5 { margin-bottom: 3rem !important; } .ml-lg-5, -.mx-lg-5 { + .mx-lg-5 { margin-left: 3rem !important; } .p-lg-0 { padding: 0 !important; } .pt-lg-0, -.py-lg-0 { + .py-lg-0 { padding-top: 0 !important; } .pr-lg-0, -.px-lg-0 { + .px-lg-0 { padding-right: 0 !important; } .pb-lg-0, -.py-lg-0 { + .py-lg-0 { padding-bottom: 0 !important; } .pl-lg-0, -.px-lg-0 { + .px-lg-0 { padding-left: 0 !important; } .p-lg-1 { padding: 0.25rem !important; } .pt-lg-1, -.py-lg-1 { + .py-lg-1 { padding-top: 0.25rem !important; } .pr-lg-1, -.px-lg-1 { + .px-lg-1 { padding-right: 0.25rem !important; } .pb-lg-1, -.py-lg-1 { + .py-lg-1 { padding-bottom: 0.25rem !important; } .pl-lg-1, -.px-lg-1 { + .px-lg-1 { padding-left: 0.25rem !important; } .p-lg-2 { padding: 0.5rem !important; } .pt-lg-2, -.py-lg-2 { + .py-lg-2 { padding-top: 0.5rem !important; } .pr-lg-2, -.px-lg-2 { + .px-lg-2 { padding-right: 0.5rem !important; } .pb-lg-2, -.py-lg-2 { + .py-lg-2 { padding-bottom: 0.5rem !important; } .pl-lg-2, -.px-lg-2 { + .px-lg-2 { padding-left: 0.5rem !important; } .p-lg-3 { padding: 1rem !important; } .pt-lg-3, -.py-lg-3 { + .py-lg-3 { padding-top: 1rem !important; } .pr-lg-3, -.px-lg-3 { + .px-lg-3 { padding-right: 1rem !important; } .pb-lg-3, -.py-lg-3 { + .py-lg-3 { padding-bottom: 1rem !important; } .pl-lg-3, -.px-lg-3 { + .px-lg-3 { padding-left: 1rem !important; } .p-lg-4 { padding: 1.5rem !important; } .pt-lg-4, -.py-lg-4 { + .py-lg-4 { padding-top: 1.5rem !important; } .pr-lg-4, -.px-lg-4 { + .px-lg-4 { padding-right: 1.5rem !important; } .pb-lg-4, -.py-lg-4 { + .py-lg-4 { padding-bottom: 1.5rem !important; } .pl-lg-4, -.px-lg-4 { + .px-lg-4 { padding-left: 1.5rem !important; } .p-lg-5 { padding: 3rem !important; } .pt-lg-5, -.py-lg-5 { + .py-lg-5 { padding-top: 3rem !important; } .pr-lg-5, -.px-lg-5 { + .px-lg-5 { padding-right: 3rem !important; } .pb-lg-5, -.py-lg-5 { + .py-lg-5 { padding-bottom: 3rem !important; } .pl-lg-5, -.px-lg-5 { + .px-lg-5 { padding-left: 3rem !important; } .m-lg-n1 { margin: -0.25rem !important; } .mt-lg-n1, -.my-lg-n1 { + .my-lg-n1 { margin-top: -0.25rem !important; } .mr-lg-n1, -.mx-lg-n1 { + .mx-lg-n1 { margin-right: -0.25rem !important; } .mb-lg-n1, -.my-lg-n1 { + .my-lg-n1 { margin-bottom: -0.25rem !important; } .ml-lg-n1, -.mx-lg-n1 { + .mx-lg-n1 { margin-left: -0.25rem !important; } .m-lg-n2 { margin: -0.5rem !important; } .mt-lg-n2, -.my-lg-n2 { + .my-lg-n2 { margin-top: -0.5rem !important; } .mr-lg-n2, -.mx-lg-n2 { + .mx-lg-n2 { margin-right: -0.5rem !important; } .mb-lg-n2, -.my-lg-n2 { + .my-lg-n2 { margin-bottom: -0.5rem !important; } .ml-lg-n2, -.mx-lg-n2 { + .mx-lg-n2 { margin-left: -0.5rem !important; } .m-lg-n3 { margin: -1rem !important; } .mt-lg-n3, -.my-lg-n3 { + .my-lg-n3 { margin-top: -1rem !important; } .mr-lg-n3, -.mx-lg-n3 { + .mx-lg-n3 { margin-right: -1rem !important; } .mb-lg-n3, -.my-lg-n3 { + .my-lg-n3 { margin-bottom: -1rem !important; } .ml-lg-n3, -.mx-lg-n3 { + .mx-lg-n3 { margin-left: -1rem !important; } .m-lg-n4 { margin: -1.5rem !important; } .mt-lg-n4, -.my-lg-n4 { + .my-lg-n4 { margin-top: -1.5rem !important; } .mr-lg-n4, -.mx-lg-n4 { + .mx-lg-n4 { margin-right: -1.5rem !important; } .mb-lg-n4, -.my-lg-n4 { + .my-lg-n4 { margin-bottom: -1.5rem !important; } .ml-lg-n4, -.mx-lg-n4 { + .mx-lg-n4 { margin-left: -1.5rem !important; } .m-lg-n5 { margin: -3rem !important; } .mt-lg-n5, -.my-lg-n5 { + .my-lg-n5 { margin-top: -3rem !important; } .mr-lg-n5, -.mx-lg-n5 { + .mx-lg-n5 { margin-right: -3rem !important; } .mb-lg-n5, -.my-lg-n5 { + .my-lg-n5 { margin-bottom: -3rem !important; } .ml-lg-n5, -.mx-lg-n5 { + .mx-lg-n5 { margin-left: -3rem !important; } .m-lg-auto { margin: auto !important; } .mt-lg-auto, -.my-lg-auto { + .my-lg-auto { margin-top: auto !important; } .mr-lg-auto, -.mx-lg-auto { + .mx-lg-auto { margin-right: auto !important; } .mb-lg-auto, -.my-lg-auto { + .my-lg-auto { margin-bottom: auto !important; } .ml-lg-auto, -.mx-lg-auto { + .mx-lg-auto { margin-left: auto !important; } } @@ -268361,342 +268401,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-xl-0, -.my-xl-0 { + .my-xl-0 { margin-top: 0 !important; } .mr-xl-0, -.mx-xl-0 { + .mx-xl-0 { margin-right: 0 !important; } .mb-xl-0, -.my-xl-0 { + .my-xl-0 { margin-bottom: 0 !important; } .ml-xl-0, -.mx-xl-0 { + .mx-xl-0 { margin-left: 0 !important; } .m-xl-1 { margin: 0.25rem !important; } .mt-xl-1, -.my-xl-1 { + .my-xl-1 { margin-top: 0.25rem !important; } .mr-xl-1, -.mx-xl-1 { + .mx-xl-1 { margin-right: 0.25rem !important; } .mb-xl-1, -.my-xl-1 { + .my-xl-1 { margin-bottom: 0.25rem !important; } .ml-xl-1, -.mx-xl-1 { + .mx-xl-1 { margin-left: 0.25rem !important; } .m-xl-2 { margin: 0.5rem !important; } .mt-xl-2, -.my-xl-2 { + .my-xl-2 { margin-top: 0.5rem !important; } .mr-xl-2, -.mx-xl-2 { + .mx-xl-2 { margin-right: 0.5rem !important; } .mb-xl-2, -.my-xl-2 { + .my-xl-2 { margin-bottom: 0.5rem !important; } .ml-xl-2, -.mx-xl-2 { + .mx-xl-2 { margin-left: 0.5rem !important; } .m-xl-3 { margin: 1rem !important; } .mt-xl-3, -.my-xl-3 { + .my-xl-3 { margin-top: 1rem !important; } .mr-xl-3, -.mx-xl-3 { + .mx-xl-3 { margin-right: 1rem !important; } .mb-xl-3, -.my-xl-3 { + .my-xl-3 { margin-bottom: 1rem !important; } .ml-xl-3, -.mx-xl-3 { + .mx-xl-3 { margin-left: 1rem !important; } .m-xl-4 { margin: 1.5rem !important; } .mt-xl-4, -.my-xl-4 { + .my-xl-4 { margin-top: 1.5rem !important; } .mr-xl-4, -.mx-xl-4 { + .mx-xl-4 { margin-right: 1.5rem !important; } .mb-xl-4, -.my-xl-4 { + .my-xl-4 { margin-bottom: 1.5rem !important; } .ml-xl-4, -.mx-xl-4 { + .mx-xl-4 { margin-left: 1.5rem !important; } .m-xl-5 { margin: 3rem !important; } .mt-xl-5, -.my-xl-5 { + .my-xl-5 { margin-top: 3rem !important; } .mr-xl-5, -.mx-xl-5 { + .mx-xl-5 { margin-right: 3rem !important; } .mb-xl-5, -.my-xl-5 { + .my-xl-5 { margin-bottom: 3rem !important; } .ml-xl-5, -.mx-xl-5 { + .mx-xl-5 { margin-left: 3rem !important; } .p-xl-0 { padding: 0 !important; } .pt-xl-0, -.py-xl-0 { + .py-xl-0 { padding-top: 0 !important; } .pr-xl-0, -.px-xl-0 { + .px-xl-0 { padding-right: 0 !important; } .pb-xl-0, -.py-xl-0 { + .py-xl-0 { padding-bottom: 0 !important; } .pl-xl-0, -.px-xl-0 { + .px-xl-0 { padding-left: 0 !important; } .p-xl-1 { padding: 0.25rem !important; } .pt-xl-1, -.py-xl-1 { + .py-xl-1 { padding-top: 0.25rem !important; } .pr-xl-1, -.px-xl-1 { + .px-xl-1 { padding-right: 0.25rem !important; } .pb-xl-1, -.py-xl-1 { + .py-xl-1 { padding-bottom: 0.25rem !important; } .pl-xl-1, -.px-xl-1 { + .px-xl-1 { padding-left: 0.25rem !important; } .p-xl-2 { padding: 0.5rem !important; } .pt-xl-2, -.py-xl-2 { + .py-xl-2 { padding-top: 0.5rem !important; } .pr-xl-2, -.px-xl-2 { + .px-xl-2 { padding-right: 0.5rem !important; } .pb-xl-2, -.py-xl-2 { + .py-xl-2 { padding-bottom: 0.5rem !important; } .pl-xl-2, -.px-xl-2 { + .px-xl-2 { padding-left: 0.5rem !important; } .p-xl-3 { padding: 1rem !important; } .pt-xl-3, -.py-xl-3 { + .py-xl-3 { padding-top: 1rem !important; } .pr-xl-3, -.px-xl-3 { + .px-xl-3 { padding-right: 1rem !important; } .pb-xl-3, -.py-xl-3 { + .py-xl-3 { padding-bottom: 1rem !important; } .pl-xl-3, -.px-xl-3 { + .px-xl-3 { padding-left: 1rem !important; } .p-xl-4 { padding: 1.5rem !important; } .pt-xl-4, -.py-xl-4 { + .py-xl-4 { padding-top: 1.5rem !important; } .pr-xl-4, -.px-xl-4 { + .px-xl-4 { padding-right: 1.5rem !important; } .pb-xl-4, -.py-xl-4 { + .py-xl-4 { padding-bottom: 1.5rem !important; } .pl-xl-4, -.px-xl-4 { + .px-xl-4 { padding-left: 1.5rem !important; } .p-xl-5 { padding: 3rem !important; } .pt-xl-5, -.py-xl-5 { + .py-xl-5 { padding-top: 3rem !important; } .pr-xl-5, -.px-xl-5 { + .px-xl-5 { padding-right: 3rem !important; } .pb-xl-5, -.py-xl-5 { + .py-xl-5 { padding-bottom: 3rem !important; } .pl-xl-5, -.px-xl-5 { + .px-xl-5 { padding-left: 3rem !important; } .m-xl-n1 { margin: -0.25rem !important; } .mt-xl-n1, -.my-xl-n1 { + .my-xl-n1 { margin-top: -0.25rem !important; } .mr-xl-n1, -.mx-xl-n1 { + .mx-xl-n1 { margin-right: -0.25rem !important; } .mb-xl-n1, -.my-xl-n1 { + .my-xl-n1 { margin-bottom: -0.25rem !important; } .ml-xl-n1, -.mx-xl-n1 { + .mx-xl-n1 { margin-left: -0.25rem !important; } .m-xl-n2 { margin: -0.5rem !important; } .mt-xl-n2, -.my-xl-n2 { + .my-xl-n2 { margin-top: -0.5rem !important; } .mr-xl-n2, -.mx-xl-n2 { + .mx-xl-n2 { margin-right: -0.5rem !important; } .mb-xl-n2, -.my-xl-n2 { + .my-xl-n2 { margin-bottom: -0.5rem !important; } .ml-xl-n2, -.mx-xl-n2 { + .mx-xl-n2 { margin-left: -0.5rem !important; } .m-xl-n3 { margin: -1rem !important; } .mt-xl-n3, -.my-xl-n3 { + .my-xl-n3 { margin-top: -1rem !important; } .mr-xl-n3, -.mx-xl-n3 { + .mx-xl-n3 { margin-right: -1rem !important; } .mb-xl-n3, -.my-xl-n3 { + .my-xl-n3 { margin-bottom: -1rem !important; } .ml-xl-n3, -.mx-xl-n3 { + .mx-xl-n3 { margin-left: -1rem !important; } .m-xl-n4 { margin: -1.5rem !important; } .mt-xl-n4, -.my-xl-n4 { + .my-xl-n4 { margin-top: -1.5rem !important; } .mr-xl-n4, -.mx-xl-n4 { + .mx-xl-n4 { margin-right: -1.5rem !important; } .mb-xl-n4, -.my-xl-n4 { + .my-xl-n4 { margin-bottom: -1.5rem !important; } .ml-xl-n4, -.mx-xl-n4 { + .mx-xl-n4 { margin-left: -1.5rem !important; } .m-xl-n5 { margin: -3rem !important; } .mt-xl-n5, -.my-xl-n5 { + .my-xl-n5 { margin-top: -3rem !important; } .mr-xl-n5, -.mx-xl-n5 { + .mx-xl-n5 { margin-right: -3rem !important; } .mb-xl-n5, -.my-xl-n5 { + .my-xl-n5 { margin-bottom: -3rem !important; } .ml-xl-n5, -.mx-xl-n5 { + .mx-xl-n5 { margin-left: -3rem !important; } .m-xl-auto { margin: auto !important; } .mt-xl-auto, -.my-xl-auto { + .my-xl-auto { margin-top: auto !important; } .mr-xl-auto, -.mx-xl-auto { + .mx-xl-auto { margin-right: auto !important; } .mb-xl-auto, -.my-xl-auto { + .my-xl-auto { margin-bottom: auto !important; } .ml-xl-auto, -.mx-xl-auto { + .mx-xl-auto { margin-left: auto !important; } } @@ -268941,8 +268981,8 @@ a.text-dark:hover, a.text-dark:focus { @media print { *, -*::before, -*::after { + *::before, + *::after { text-shadow: none !important; box-shadow: none !important; } @@ -268956,22 +268996,22 @@ a.text-dark:hover, a.text-dark:focus { white-space: pre-wrap !important; } pre, -blockquote { + blockquote { border: 1px solid #adb5bd; page-break-inside: avoid; } tr, -img { + img { page-break-inside: avoid; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } @page { @@ -268993,20 +269033,20 @@ h3 { border-collapse: collapse !important; } .table td, -.table th { + .table th { background-color: #fff !important; } .table-bordered th, -.table-bordered td { + .table-bordered td { border: 1px solid #dee2e6 !important; } .table-dark { color: inherit; } .table-dark th, -.table-dark td, -.table-dark thead th, -.table-dark tbody + tbody { + .table-dark td, + .table-dark thead th, + .table-dark tbody + tbody { border-color: #dee2e6; } .table .thead-dark th { @@ -271204,7 +271244,7 @@ textarea.form-control { display: inline-block; } .form-inline .input-group, -.form-inline .custom-select { + .form-inline .custom-select { width: auto; } .form-inline .form-check { @@ -272690,8 +272730,8 @@ input[type=button].btn-block { } @media (prefers-reduced-motion: reduce) { .custom-control-label::before, -.custom-file-label, -.custom-select { + .custom-file-label, + .custom-select { transition: none; } } @@ -272863,11 +272903,11 @@ input[type=button].btn-block { @media (max-width: 575.98px) { .navbar-expand-sm > .container, -.navbar-expand-sm > .container-fluid, -.navbar-expand-sm > .container-sm, -.navbar-expand-sm > .container-md, -.navbar-expand-sm > .container-lg, -.navbar-expand-sm > .container-xl { + .navbar-expand-sm > .container-fluid, + .navbar-expand-sm > .container-sm, + .navbar-expand-sm > .container-md, + .navbar-expand-sm > .container-lg, + .navbar-expand-sm > .container-xl { padding-right: 0; padding-left: 0; } @@ -272888,11 +272928,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-sm > .container, -.navbar-expand-sm > .container-fluid, -.navbar-expand-sm > .container-sm, -.navbar-expand-sm > .container-md, -.navbar-expand-sm > .container-lg, -.navbar-expand-sm > .container-xl { + .navbar-expand-sm > .container-fluid, + .navbar-expand-sm > .container-sm, + .navbar-expand-sm > .container-md, + .navbar-expand-sm > .container-lg, + .navbar-expand-sm > .container-xl { flex-wrap: nowrap; } .navbar-expand-sm .navbar-nav-scroll { @@ -272908,11 +272948,11 @@ input[type=button].btn-block { } @media (max-width: 767.98px) { .navbar-expand-md > .container, -.navbar-expand-md > .container-fluid, -.navbar-expand-md > .container-sm, -.navbar-expand-md > .container-md, -.navbar-expand-md > .container-lg, -.navbar-expand-md > .container-xl { + .navbar-expand-md > .container-fluid, + .navbar-expand-md > .container-sm, + .navbar-expand-md > .container-md, + .navbar-expand-md > .container-lg, + .navbar-expand-md > .container-xl { padding-right: 0; padding-left: 0; } @@ -272933,11 +272973,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-md > .container, -.navbar-expand-md > .container-fluid, -.navbar-expand-md > .container-sm, -.navbar-expand-md > .container-md, -.navbar-expand-md > .container-lg, -.navbar-expand-md > .container-xl { + .navbar-expand-md > .container-fluid, + .navbar-expand-md > .container-sm, + .navbar-expand-md > .container-md, + .navbar-expand-md > .container-lg, + .navbar-expand-md > .container-xl { flex-wrap: nowrap; } .navbar-expand-md .navbar-nav-scroll { @@ -272953,11 +272993,11 @@ input[type=button].btn-block { } @media (max-width: 991.98px) { .navbar-expand-lg > .container, -.navbar-expand-lg > .container-fluid, -.navbar-expand-lg > .container-sm, -.navbar-expand-lg > .container-md, -.navbar-expand-lg > .container-lg, -.navbar-expand-lg > .container-xl { + .navbar-expand-lg > .container-fluid, + .navbar-expand-lg > .container-sm, + .navbar-expand-lg > .container-md, + .navbar-expand-lg > .container-lg, + .navbar-expand-lg > .container-xl { padding-right: 0; padding-left: 0; } @@ -272978,11 +273018,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-lg > .container, -.navbar-expand-lg > .container-fluid, -.navbar-expand-lg > .container-sm, -.navbar-expand-lg > .container-md, -.navbar-expand-lg > .container-lg, -.navbar-expand-lg > .container-xl { + .navbar-expand-lg > .container-fluid, + .navbar-expand-lg > .container-sm, + .navbar-expand-lg > .container-md, + .navbar-expand-lg > .container-lg, + .navbar-expand-lg > .container-xl { flex-wrap: nowrap; } .navbar-expand-lg .navbar-nav-scroll { @@ -272998,11 +273038,11 @@ input[type=button].btn-block { } @media (max-width: 1199.98px) { .navbar-expand-xl > .container, -.navbar-expand-xl > .container-fluid, -.navbar-expand-xl > .container-sm, -.navbar-expand-xl > .container-md, -.navbar-expand-xl > .container-lg, -.navbar-expand-xl > .container-xl { + .navbar-expand-xl > .container-fluid, + .navbar-expand-xl > .container-sm, + .navbar-expand-xl > .container-md, + .navbar-expand-xl > .container-lg, + .navbar-expand-xl > .container-xl { padding-right: 0; padding-left: 0; } @@ -273023,11 +273063,11 @@ input[type=button].btn-block { padding-left: 0.5rem; } .navbar-expand-xl > .container, -.navbar-expand-xl > .container-fluid, -.navbar-expand-xl > .container-sm, -.navbar-expand-xl > .container-md, -.navbar-expand-xl > .container-lg, -.navbar-expand-xl > .container-xl { + .navbar-expand-xl > .container-fluid, + .navbar-expand-xl > .container-sm, + .navbar-expand-xl > .container-md, + .navbar-expand-xl > .container-lg, + .navbar-expand-xl > .container-xl { flex-wrap: nowrap; } .navbar-expand-xl .navbar-nav-scroll { @@ -273318,11 +273358,11 @@ input[type=button].btn-block { border-bottom-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-top, -.card-group > .card:not(:last-child) .card-header { + .card-group > .card:not(:last-child) .card-header { border-top-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-bottom, -.card-group > .card:not(:last-child) .card-footer { + .card-group > .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; } .card-group > .card:not(:first-child) { @@ -273330,11 +273370,11 @@ input[type=button].btn-block { border-bottom-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-top, -.card-group > .card:not(:first-child) .card-header { + .card-group > .card:not(:first-child) .card-header { border-top-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-bottom, -.card-group > .card:not(:first-child) .card-footer { + .card-group > .card:not(:first-child) .card-footer { border-bottom-left-radius: 0; } } @@ -274373,7 +274413,7 @@ a.close.disabled { } @media (min-width: 992px) { .modal-lg, -.modal-xl { + .modal-xl { max-width: 800px; } } @@ -274696,7 +274736,7 @@ a.close.disabled { } @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-left, -.carousel-fade .active.carousel-item-right { + .carousel-fade .active.carousel-item-right { transition: none; } } @@ -274721,7 +274761,7 @@ a.close.disabled { } @media (prefers-reduced-motion: reduce) { .carousel-control-prev, -.carousel-control-next { + .carousel-control-next { transition: none; } } @@ -274857,7 +274897,7 @@ a.close.disabled { @media (prefers-reduced-motion: reduce) { .spinner-border, -.spinner-grow { + .spinner-grow { animation-duration: 1.5s; } } @@ -276531,342 +276571,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-sm-0, -.my-sm-0 { + .my-sm-0 { margin-top: 0 !important; } .mr-sm-0, -.mx-sm-0 { + .mx-sm-0 { margin-right: 0 !important; } .mb-sm-0, -.my-sm-0 { + .my-sm-0 { margin-bottom: 0 !important; } .ml-sm-0, -.mx-sm-0 { + .mx-sm-0 { margin-left: 0 !important; } .m-sm-1 { margin: 0.25rem !important; } .mt-sm-1, -.my-sm-1 { + .my-sm-1 { margin-top: 0.25rem !important; } .mr-sm-1, -.mx-sm-1 { + .mx-sm-1 { margin-right: 0.25rem !important; } .mb-sm-1, -.my-sm-1 { + .my-sm-1 { margin-bottom: 0.25rem !important; } .ml-sm-1, -.mx-sm-1 { + .mx-sm-1 { margin-left: 0.25rem !important; } .m-sm-2 { margin: 0.5rem !important; } .mt-sm-2, -.my-sm-2 { + .my-sm-2 { margin-top: 0.5rem !important; } .mr-sm-2, -.mx-sm-2 { + .mx-sm-2 { margin-right: 0.5rem !important; } .mb-sm-2, -.my-sm-2 { + .my-sm-2 { margin-bottom: 0.5rem !important; } .ml-sm-2, -.mx-sm-2 { + .mx-sm-2 { margin-left: 0.5rem !important; } .m-sm-3 { margin: 1rem !important; } .mt-sm-3, -.my-sm-3 { + .my-sm-3 { margin-top: 1rem !important; } .mr-sm-3, -.mx-sm-3 { + .mx-sm-3 { margin-right: 1rem !important; } .mb-sm-3, -.my-sm-3 { + .my-sm-3 { margin-bottom: 1rem !important; } .ml-sm-3, -.mx-sm-3 { + .mx-sm-3 { margin-left: 1rem !important; } .m-sm-4 { margin: 1.5rem !important; } .mt-sm-4, -.my-sm-4 { + .my-sm-4 { margin-top: 1.5rem !important; } .mr-sm-4, -.mx-sm-4 { + .mx-sm-4 { margin-right: 1.5rem !important; } .mb-sm-4, -.my-sm-4 { + .my-sm-4 { margin-bottom: 1.5rem !important; } .ml-sm-4, -.mx-sm-4 { + .mx-sm-4 { margin-left: 1.5rem !important; } .m-sm-5 { margin: 3rem !important; } .mt-sm-5, -.my-sm-5 { + .my-sm-5 { margin-top: 3rem !important; } .mr-sm-5, -.mx-sm-5 { + .mx-sm-5 { margin-right: 3rem !important; } .mb-sm-5, -.my-sm-5 { + .my-sm-5 { margin-bottom: 3rem !important; } .ml-sm-5, -.mx-sm-5 { + .mx-sm-5 { margin-left: 3rem !important; } .p-sm-0 { padding: 0 !important; } .pt-sm-0, -.py-sm-0 { + .py-sm-0 { padding-top: 0 !important; } .pr-sm-0, -.px-sm-0 { + .px-sm-0 { padding-right: 0 !important; } .pb-sm-0, -.py-sm-0 { + .py-sm-0 { padding-bottom: 0 !important; } .pl-sm-0, -.px-sm-0 { + .px-sm-0 { padding-left: 0 !important; } .p-sm-1 { padding: 0.25rem !important; } .pt-sm-1, -.py-sm-1 { + .py-sm-1 { padding-top: 0.25rem !important; } .pr-sm-1, -.px-sm-1 { + .px-sm-1 { padding-right: 0.25rem !important; } .pb-sm-1, -.py-sm-1 { + .py-sm-1 { padding-bottom: 0.25rem !important; } .pl-sm-1, -.px-sm-1 { + .px-sm-1 { padding-left: 0.25rem !important; } .p-sm-2 { padding: 0.5rem !important; } .pt-sm-2, -.py-sm-2 { + .py-sm-2 { padding-top: 0.5rem !important; } .pr-sm-2, -.px-sm-2 { + .px-sm-2 { padding-right: 0.5rem !important; } .pb-sm-2, -.py-sm-2 { + .py-sm-2 { padding-bottom: 0.5rem !important; } .pl-sm-2, -.px-sm-2 { + .px-sm-2 { padding-left: 0.5rem !important; } .p-sm-3 { padding: 1rem !important; } .pt-sm-3, -.py-sm-3 { + .py-sm-3 { padding-top: 1rem !important; } .pr-sm-3, -.px-sm-3 { + .px-sm-3 { padding-right: 1rem !important; } .pb-sm-3, -.py-sm-3 { + .py-sm-3 { padding-bottom: 1rem !important; } .pl-sm-3, -.px-sm-3 { + .px-sm-3 { padding-left: 1rem !important; } .p-sm-4 { padding: 1.5rem !important; } .pt-sm-4, -.py-sm-4 { + .py-sm-4 { padding-top: 1.5rem !important; } .pr-sm-4, -.px-sm-4 { + .px-sm-4 { padding-right: 1.5rem !important; } .pb-sm-4, -.py-sm-4 { + .py-sm-4 { padding-bottom: 1.5rem !important; } .pl-sm-4, -.px-sm-4 { + .px-sm-4 { padding-left: 1.5rem !important; } .p-sm-5 { padding: 3rem !important; } .pt-sm-5, -.py-sm-5 { + .py-sm-5 { padding-top: 3rem !important; } .pr-sm-5, -.px-sm-5 { + .px-sm-5 { padding-right: 3rem !important; } .pb-sm-5, -.py-sm-5 { + .py-sm-5 { padding-bottom: 3rem !important; } .pl-sm-5, -.px-sm-5 { + .px-sm-5 { padding-left: 3rem !important; } .m-sm-n1 { margin: -0.25rem !important; } .mt-sm-n1, -.my-sm-n1 { + .my-sm-n1 { margin-top: -0.25rem !important; } .mr-sm-n1, -.mx-sm-n1 { + .mx-sm-n1 { margin-right: -0.25rem !important; } .mb-sm-n1, -.my-sm-n1 { + .my-sm-n1 { margin-bottom: -0.25rem !important; } .ml-sm-n1, -.mx-sm-n1 { + .mx-sm-n1 { margin-left: -0.25rem !important; } .m-sm-n2 { margin: -0.5rem !important; } .mt-sm-n2, -.my-sm-n2 { + .my-sm-n2 { margin-top: -0.5rem !important; } .mr-sm-n2, -.mx-sm-n2 { + .mx-sm-n2 { margin-right: -0.5rem !important; } .mb-sm-n2, -.my-sm-n2 { + .my-sm-n2 { margin-bottom: -0.5rem !important; } .ml-sm-n2, -.mx-sm-n2 { + .mx-sm-n2 { margin-left: -0.5rem !important; } .m-sm-n3 { margin: -1rem !important; } .mt-sm-n3, -.my-sm-n3 { + .my-sm-n3 { margin-top: -1rem !important; } .mr-sm-n3, -.mx-sm-n3 { + .mx-sm-n3 { margin-right: -1rem !important; } .mb-sm-n3, -.my-sm-n3 { + .my-sm-n3 { margin-bottom: -1rem !important; } .ml-sm-n3, -.mx-sm-n3 { + .mx-sm-n3 { margin-left: -1rem !important; } .m-sm-n4 { margin: -1.5rem !important; } .mt-sm-n4, -.my-sm-n4 { + .my-sm-n4 { margin-top: -1.5rem !important; } .mr-sm-n4, -.mx-sm-n4 { + .mx-sm-n4 { margin-right: -1.5rem !important; } .mb-sm-n4, -.my-sm-n4 { + .my-sm-n4 { margin-bottom: -1.5rem !important; } .ml-sm-n4, -.mx-sm-n4 { + .mx-sm-n4 { margin-left: -1.5rem !important; } .m-sm-n5 { margin: -3rem !important; } .mt-sm-n5, -.my-sm-n5 { + .my-sm-n5 { margin-top: -3rem !important; } .mr-sm-n5, -.mx-sm-n5 { + .mx-sm-n5 { margin-right: -3rem !important; } .mb-sm-n5, -.my-sm-n5 { + .my-sm-n5 { margin-bottom: -3rem !important; } .ml-sm-n5, -.mx-sm-n5 { + .mx-sm-n5 { margin-left: -3rem !important; } .m-sm-auto { margin: auto !important; } .mt-sm-auto, -.my-sm-auto { + .my-sm-auto { margin-top: auto !important; } .mr-sm-auto, -.mx-sm-auto { + .mx-sm-auto { margin-right: auto !important; } .mb-sm-auto, -.my-sm-auto { + .my-sm-auto { margin-bottom: auto !important; } .ml-sm-auto, -.mx-sm-auto { + .mx-sm-auto { margin-left: auto !important; } } @@ -276875,342 +276915,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-md-0, -.my-md-0 { + .my-md-0 { margin-top: 0 !important; } .mr-md-0, -.mx-md-0 { + .mx-md-0 { margin-right: 0 !important; } .mb-md-0, -.my-md-0 { + .my-md-0 { margin-bottom: 0 !important; } .ml-md-0, -.mx-md-0 { + .mx-md-0 { margin-left: 0 !important; } .m-md-1 { margin: 0.25rem !important; } .mt-md-1, -.my-md-1 { + .my-md-1 { margin-top: 0.25rem !important; } .mr-md-1, -.mx-md-1 { + .mx-md-1 { margin-right: 0.25rem !important; } .mb-md-1, -.my-md-1 { + .my-md-1 { margin-bottom: 0.25rem !important; } .ml-md-1, -.mx-md-1 { + .mx-md-1 { margin-left: 0.25rem !important; } .m-md-2 { margin: 0.5rem !important; } .mt-md-2, -.my-md-2 { + .my-md-2 { margin-top: 0.5rem !important; } .mr-md-2, -.mx-md-2 { + .mx-md-2 { margin-right: 0.5rem !important; } .mb-md-2, -.my-md-2 { + .my-md-2 { margin-bottom: 0.5rem !important; } .ml-md-2, -.mx-md-2 { + .mx-md-2 { margin-left: 0.5rem !important; } .m-md-3 { margin: 1rem !important; } .mt-md-3, -.my-md-3 { + .my-md-3 { margin-top: 1rem !important; } .mr-md-3, -.mx-md-3 { + .mx-md-3 { margin-right: 1rem !important; } .mb-md-3, -.my-md-3 { + .my-md-3 { margin-bottom: 1rem !important; } .ml-md-3, -.mx-md-3 { + .mx-md-3 { margin-left: 1rem !important; } .m-md-4 { margin: 1.5rem !important; } .mt-md-4, -.my-md-4 { + .my-md-4 { margin-top: 1.5rem !important; } .mr-md-4, -.mx-md-4 { + .mx-md-4 { margin-right: 1.5rem !important; } .mb-md-4, -.my-md-4 { + .my-md-4 { margin-bottom: 1.5rem !important; } .ml-md-4, -.mx-md-4 { + .mx-md-4 { margin-left: 1.5rem !important; } .m-md-5 { margin: 3rem !important; } .mt-md-5, -.my-md-5 { + .my-md-5 { margin-top: 3rem !important; } .mr-md-5, -.mx-md-5 { + .mx-md-5 { margin-right: 3rem !important; } .mb-md-5, -.my-md-5 { + .my-md-5 { margin-bottom: 3rem !important; } .ml-md-5, -.mx-md-5 { + .mx-md-5 { margin-left: 3rem !important; } .p-md-0 { padding: 0 !important; } .pt-md-0, -.py-md-0 { + .py-md-0 { padding-top: 0 !important; } .pr-md-0, -.px-md-0 { + .px-md-0 { padding-right: 0 !important; } .pb-md-0, -.py-md-0 { + .py-md-0 { padding-bottom: 0 !important; } .pl-md-0, -.px-md-0 { + .px-md-0 { padding-left: 0 !important; } .p-md-1 { padding: 0.25rem !important; } .pt-md-1, -.py-md-1 { + .py-md-1 { padding-top: 0.25rem !important; } .pr-md-1, -.px-md-1 { + .px-md-1 { padding-right: 0.25rem !important; } .pb-md-1, -.py-md-1 { + .py-md-1 { padding-bottom: 0.25rem !important; } .pl-md-1, -.px-md-1 { + .px-md-1 { padding-left: 0.25rem !important; } .p-md-2 { padding: 0.5rem !important; } .pt-md-2, -.py-md-2 { + .py-md-2 { padding-top: 0.5rem !important; } .pr-md-2, -.px-md-2 { + .px-md-2 { padding-right: 0.5rem !important; } .pb-md-2, -.py-md-2 { + .py-md-2 { padding-bottom: 0.5rem !important; } .pl-md-2, -.px-md-2 { + .px-md-2 { padding-left: 0.5rem !important; } .p-md-3 { padding: 1rem !important; } .pt-md-3, -.py-md-3 { + .py-md-3 { padding-top: 1rem !important; } .pr-md-3, -.px-md-3 { + .px-md-3 { padding-right: 1rem !important; } .pb-md-3, -.py-md-3 { + .py-md-3 { padding-bottom: 1rem !important; } .pl-md-3, -.px-md-3 { + .px-md-3 { padding-left: 1rem !important; } .p-md-4 { padding: 1.5rem !important; } .pt-md-4, -.py-md-4 { + .py-md-4 { padding-top: 1.5rem !important; } .pr-md-4, -.px-md-4 { + .px-md-4 { padding-right: 1.5rem !important; } .pb-md-4, -.py-md-4 { + .py-md-4 { padding-bottom: 1.5rem !important; } .pl-md-4, -.px-md-4 { + .px-md-4 { padding-left: 1.5rem !important; } .p-md-5 { padding: 3rem !important; } .pt-md-5, -.py-md-5 { + .py-md-5 { padding-top: 3rem !important; } .pr-md-5, -.px-md-5 { + .px-md-5 { padding-right: 3rem !important; } .pb-md-5, -.py-md-5 { + .py-md-5 { padding-bottom: 3rem !important; } .pl-md-5, -.px-md-5 { + .px-md-5 { padding-left: 3rem !important; } .m-md-n1 { margin: -0.25rem !important; } .mt-md-n1, -.my-md-n1 { + .my-md-n1 { margin-top: -0.25rem !important; } .mr-md-n1, -.mx-md-n1 { + .mx-md-n1 { margin-right: -0.25rem !important; } .mb-md-n1, -.my-md-n1 { + .my-md-n1 { margin-bottom: -0.25rem !important; } .ml-md-n1, -.mx-md-n1 { + .mx-md-n1 { margin-left: -0.25rem !important; } .m-md-n2 { margin: -0.5rem !important; } .mt-md-n2, -.my-md-n2 { + .my-md-n2 { margin-top: -0.5rem !important; } .mr-md-n2, -.mx-md-n2 { + .mx-md-n2 { margin-right: -0.5rem !important; } .mb-md-n2, -.my-md-n2 { + .my-md-n2 { margin-bottom: -0.5rem !important; } .ml-md-n2, -.mx-md-n2 { + .mx-md-n2 { margin-left: -0.5rem !important; } .m-md-n3 { margin: -1rem !important; } .mt-md-n3, -.my-md-n3 { + .my-md-n3 { margin-top: -1rem !important; } .mr-md-n3, -.mx-md-n3 { + .mx-md-n3 { margin-right: -1rem !important; } .mb-md-n3, -.my-md-n3 { + .my-md-n3 { margin-bottom: -1rem !important; } .ml-md-n3, -.mx-md-n3 { + .mx-md-n3 { margin-left: -1rem !important; } .m-md-n4 { margin: -1.5rem !important; } .mt-md-n4, -.my-md-n4 { + .my-md-n4 { margin-top: -1.5rem !important; } .mr-md-n4, -.mx-md-n4 { + .mx-md-n4 { margin-right: -1.5rem !important; } .mb-md-n4, -.my-md-n4 { + .my-md-n4 { margin-bottom: -1.5rem !important; } .ml-md-n4, -.mx-md-n4 { + .mx-md-n4 { margin-left: -1.5rem !important; } .m-md-n5 { margin: -3rem !important; } .mt-md-n5, -.my-md-n5 { + .my-md-n5 { margin-top: -3rem !important; } .mr-md-n5, -.mx-md-n5 { + .mx-md-n5 { margin-right: -3rem !important; } .mb-md-n5, -.my-md-n5 { + .my-md-n5 { margin-bottom: -3rem !important; } .ml-md-n5, -.mx-md-n5 { + .mx-md-n5 { margin-left: -3rem !important; } .m-md-auto { margin: auto !important; } .mt-md-auto, -.my-md-auto { + .my-md-auto { margin-top: auto !important; } .mr-md-auto, -.mx-md-auto { + .mx-md-auto { margin-right: auto !important; } .mb-md-auto, -.my-md-auto { + .my-md-auto { margin-bottom: auto !important; } .ml-md-auto, -.mx-md-auto { + .mx-md-auto { margin-left: auto !important; } } @@ -277219,342 +277259,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-lg-0, -.my-lg-0 { + .my-lg-0 { margin-top: 0 !important; } .mr-lg-0, -.mx-lg-0 { + .mx-lg-0 { margin-right: 0 !important; } .mb-lg-0, -.my-lg-0 { + .my-lg-0 { margin-bottom: 0 !important; } .ml-lg-0, -.mx-lg-0 { + .mx-lg-0 { margin-left: 0 !important; } .m-lg-1 { margin: 0.25rem !important; } .mt-lg-1, -.my-lg-1 { + .my-lg-1 { margin-top: 0.25rem !important; } .mr-lg-1, -.mx-lg-1 { + .mx-lg-1 { margin-right: 0.25rem !important; } .mb-lg-1, -.my-lg-1 { + .my-lg-1 { margin-bottom: 0.25rem !important; } .ml-lg-1, -.mx-lg-1 { + .mx-lg-1 { margin-left: 0.25rem !important; } .m-lg-2 { margin: 0.5rem !important; } .mt-lg-2, -.my-lg-2 { + .my-lg-2 { margin-top: 0.5rem !important; } .mr-lg-2, -.mx-lg-2 { + .mx-lg-2 { margin-right: 0.5rem !important; } .mb-lg-2, -.my-lg-2 { + .my-lg-2 { margin-bottom: 0.5rem !important; } .ml-lg-2, -.mx-lg-2 { + .mx-lg-2 { margin-left: 0.5rem !important; } .m-lg-3 { margin: 1rem !important; } .mt-lg-3, -.my-lg-3 { + .my-lg-3 { margin-top: 1rem !important; } .mr-lg-3, -.mx-lg-3 { + .mx-lg-3 { margin-right: 1rem !important; } .mb-lg-3, -.my-lg-3 { + .my-lg-3 { margin-bottom: 1rem !important; } .ml-lg-3, -.mx-lg-3 { + .mx-lg-3 { margin-left: 1rem !important; } .m-lg-4 { margin: 1.5rem !important; } .mt-lg-4, -.my-lg-4 { + .my-lg-4 { margin-top: 1.5rem !important; } .mr-lg-4, -.mx-lg-4 { + .mx-lg-4 { margin-right: 1.5rem !important; } .mb-lg-4, -.my-lg-4 { + .my-lg-4 { margin-bottom: 1.5rem !important; } .ml-lg-4, -.mx-lg-4 { + .mx-lg-4 { margin-left: 1.5rem !important; } .m-lg-5 { margin: 3rem !important; } .mt-lg-5, -.my-lg-5 { + .my-lg-5 { margin-top: 3rem !important; } .mr-lg-5, -.mx-lg-5 { + .mx-lg-5 { margin-right: 3rem !important; } .mb-lg-5, -.my-lg-5 { + .my-lg-5 { margin-bottom: 3rem !important; } .ml-lg-5, -.mx-lg-5 { + .mx-lg-5 { margin-left: 3rem !important; } .p-lg-0 { padding: 0 !important; } .pt-lg-0, -.py-lg-0 { + .py-lg-0 { padding-top: 0 !important; } .pr-lg-0, -.px-lg-0 { + .px-lg-0 { padding-right: 0 !important; } .pb-lg-0, -.py-lg-0 { + .py-lg-0 { padding-bottom: 0 !important; } .pl-lg-0, -.px-lg-0 { + .px-lg-0 { padding-left: 0 !important; } .p-lg-1 { padding: 0.25rem !important; } .pt-lg-1, -.py-lg-1 { + .py-lg-1 { padding-top: 0.25rem !important; } .pr-lg-1, -.px-lg-1 { + .px-lg-1 { padding-right: 0.25rem !important; } .pb-lg-1, -.py-lg-1 { + .py-lg-1 { padding-bottom: 0.25rem !important; } .pl-lg-1, -.px-lg-1 { + .px-lg-1 { padding-left: 0.25rem !important; } .p-lg-2 { padding: 0.5rem !important; } .pt-lg-2, -.py-lg-2 { + .py-lg-2 { padding-top: 0.5rem !important; } .pr-lg-2, -.px-lg-2 { + .px-lg-2 { padding-right: 0.5rem !important; } .pb-lg-2, -.py-lg-2 { + .py-lg-2 { padding-bottom: 0.5rem !important; } .pl-lg-2, -.px-lg-2 { + .px-lg-2 { padding-left: 0.5rem !important; } .p-lg-3 { padding: 1rem !important; } .pt-lg-3, -.py-lg-3 { + .py-lg-3 { padding-top: 1rem !important; } .pr-lg-3, -.px-lg-3 { + .px-lg-3 { padding-right: 1rem !important; } .pb-lg-3, -.py-lg-3 { + .py-lg-3 { padding-bottom: 1rem !important; } .pl-lg-3, -.px-lg-3 { + .px-lg-3 { padding-left: 1rem !important; } .p-lg-4 { padding: 1.5rem !important; } .pt-lg-4, -.py-lg-4 { + .py-lg-4 { padding-top: 1.5rem !important; } .pr-lg-4, -.px-lg-4 { + .px-lg-4 { padding-right: 1.5rem !important; } .pb-lg-4, -.py-lg-4 { + .py-lg-4 { padding-bottom: 1.5rem !important; } .pl-lg-4, -.px-lg-4 { + .px-lg-4 { padding-left: 1.5rem !important; } .p-lg-5 { padding: 3rem !important; } .pt-lg-5, -.py-lg-5 { + .py-lg-5 { padding-top: 3rem !important; } .pr-lg-5, -.px-lg-5 { + .px-lg-5 { padding-right: 3rem !important; } .pb-lg-5, -.py-lg-5 { + .py-lg-5 { padding-bottom: 3rem !important; } .pl-lg-5, -.px-lg-5 { + .px-lg-5 { padding-left: 3rem !important; } .m-lg-n1 { margin: -0.25rem !important; } .mt-lg-n1, -.my-lg-n1 { + .my-lg-n1 { margin-top: -0.25rem !important; } .mr-lg-n1, -.mx-lg-n1 { + .mx-lg-n1 { margin-right: -0.25rem !important; } .mb-lg-n1, -.my-lg-n1 { + .my-lg-n1 { margin-bottom: -0.25rem !important; } .ml-lg-n1, -.mx-lg-n1 { + .mx-lg-n1 { margin-left: -0.25rem !important; } .m-lg-n2 { margin: -0.5rem !important; } .mt-lg-n2, -.my-lg-n2 { + .my-lg-n2 { margin-top: -0.5rem !important; } .mr-lg-n2, -.mx-lg-n2 { + .mx-lg-n2 { margin-right: -0.5rem !important; } .mb-lg-n2, -.my-lg-n2 { + .my-lg-n2 { margin-bottom: -0.5rem !important; } .ml-lg-n2, -.mx-lg-n2 { + .mx-lg-n2 { margin-left: -0.5rem !important; } .m-lg-n3 { margin: -1rem !important; } .mt-lg-n3, -.my-lg-n3 { + .my-lg-n3 { margin-top: -1rem !important; } .mr-lg-n3, -.mx-lg-n3 { + .mx-lg-n3 { margin-right: -1rem !important; } .mb-lg-n3, -.my-lg-n3 { + .my-lg-n3 { margin-bottom: -1rem !important; } .ml-lg-n3, -.mx-lg-n3 { + .mx-lg-n3 { margin-left: -1rem !important; } .m-lg-n4 { margin: -1.5rem !important; } .mt-lg-n4, -.my-lg-n4 { + .my-lg-n4 { margin-top: -1.5rem !important; } .mr-lg-n4, -.mx-lg-n4 { + .mx-lg-n4 { margin-right: -1.5rem !important; } .mb-lg-n4, -.my-lg-n4 { + .my-lg-n4 { margin-bottom: -1.5rem !important; } .ml-lg-n4, -.mx-lg-n4 { + .mx-lg-n4 { margin-left: -1.5rem !important; } .m-lg-n5 { margin: -3rem !important; } .mt-lg-n5, -.my-lg-n5 { + .my-lg-n5 { margin-top: -3rem !important; } .mr-lg-n5, -.mx-lg-n5 { + .mx-lg-n5 { margin-right: -3rem !important; } .mb-lg-n5, -.my-lg-n5 { + .my-lg-n5 { margin-bottom: -3rem !important; } .ml-lg-n5, -.mx-lg-n5 { + .mx-lg-n5 { margin-left: -3rem !important; } .m-lg-auto { margin: auto !important; } .mt-lg-auto, -.my-lg-auto { + .my-lg-auto { margin-top: auto !important; } .mr-lg-auto, -.mx-lg-auto { + .mx-lg-auto { margin-right: auto !important; } .mb-lg-auto, -.my-lg-auto { + .my-lg-auto { margin-bottom: auto !important; } .ml-lg-auto, -.mx-lg-auto { + .mx-lg-auto { margin-left: auto !important; } } @@ -277563,342 +277603,342 @@ button.bg-dark:focus { margin: 0 !important; } .mt-xl-0, -.my-xl-0 { + .my-xl-0 { margin-top: 0 !important; } .mr-xl-0, -.mx-xl-0 { + .mx-xl-0 { margin-right: 0 !important; } .mb-xl-0, -.my-xl-0 { + .my-xl-0 { margin-bottom: 0 !important; } .ml-xl-0, -.mx-xl-0 { + .mx-xl-0 { margin-left: 0 !important; } .m-xl-1 { margin: 0.25rem !important; } .mt-xl-1, -.my-xl-1 { + .my-xl-1 { margin-top: 0.25rem !important; } .mr-xl-1, -.mx-xl-1 { + .mx-xl-1 { margin-right: 0.25rem !important; } .mb-xl-1, -.my-xl-1 { + .my-xl-1 { margin-bottom: 0.25rem !important; } .ml-xl-1, -.mx-xl-1 { + .mx-xl-1 { margin-left: 0.25rem !important; } .m-xl-2 { margin: 0.5rem !important; } .mt-xl-2, -.my-xl-2 { + .my-xl-2 { margin-top: 0.5rem !important; } .mr-xl-2, -.mx-xl-2 { + .mx-xl-2 { margin-right: 0.5rem !important; } .mb-xl-2, -.my-xl-2 { + .my-xl-2 { margin-bottom: 0.5rem !important; } .ml-xl-2, -.mx-xl-2 { + .mx-xl-2 { margin-left: 0.5rem !important; } .m-xl-3 { margin: 1rem !important; } .mt-xl-3, -.my-xl-3 { + .my-xl-3 { margin-top: 1rem !important; } .mr-xl-3, -.mx-xl-3 { + .mx-xl-3 { margin-right: 1rem !important; } .mb-xl-3, -.my-xl-3 { + .my-xl-3 { margin-bottom: 1rem !important; } .ml-xl-3, -.mx-xl-3 { + .mx-xl-3 { margin-left: 1rem !important; } .m-xl-4 { margin: 1.5rem !important; } .mt-xl-4, -.my-xl-4 { + .my-xl-4 { margin-top: 1.5rem !important; } .mr-xl-4, -.mx-xl-4 { + .mx-xl-4 { margin-right: 1.5rem !important; } .mb-xl-4, -.my-xl-4 { + .my-xl-4 { margin-bottom: 1.5rem !important; } .ml-xl-4, -.mx-xl-4 { + .mx-xl-4 { margin-left: 1.5rem !important; } .m-xl-5 { margin: 3rem !important; } .mt-xl-5, -.my-xl-5 { + .my-xl-5 { margin-top: 3rem !important; } .mr-xl-5, -.mx-xl-5 { + .mx-xl-5 { margin-right: 3rem !important; } .mb-xl-5, -.my-xl-5 { + .my-xl-5 { margin-bottom: 3rem !important; } .ml-xl-5, -.mx-xl-5 { + .mx-xl-5 { margin-left: 3rem !important; } .p-xl-0 { padding: 0 !important; } .pt-xl-0, -.py-xl-0 { + .py-xl-0 { padding-top: 0 !important; } .pr-xl-0, -.px-xl-0 { + .px-xl-0 { padding-right: 0 !important; } .pb-xl-0, -.py-xl-0 { + .py-xl-0 { padding-bottom: 0 !important; } .pl-xl-0, -.px-xl-0 { + .px-xl-0 { padding-left: 0 !important; } .p-xl-1 { padding: 0.25rem !important; } .pt-xl-1, -.py-xl-1 { + .py-xl-1 { padding-top: 0.25rem !important; } .pr-xl-1, -.px-xl-1 { + .px-xl-1 { padding-right: 0.25rem !important; } .pb-xl-1, -.py-xl-1 { + .py-xl-1 { padding-bottom: 0.25rem !important; } .pl-xl-1, -.px-xl-1 { + .px-xl-1 { padding-left: 0.25rem !important; } .p-xl-2 { padding: 0.5rem !important; } .pt-xl-2, -.py-xl-2 { + .py-xl-2 { padding-top: 0.5rem !important; } .pr-xl-2, -.px-xl-2 { + .px-xl-2 { padding-right: 0.5rem !important; } .pb-xl-2, -.py-xl-2 { + .py-xl-2 { padding-bottom: 0.5rem !important; } .pl-xl-2, -.px-xl-2 { + .px-xl-2 { padding-left: 0.5rem !important; } .p-xl-3 { padding: 1rem !important; } .pt-xl-3, -.py-xl-3 { + .py-xl-3 { padding-top: 1rem !important; } .pr-xl-3, -.px-xl-3 { + .px-xl-3 { padding-right: 1rem !important; } .pb-xl-3, -.py-xl-3 { + .py-xl-3 { padding-bottom: 1rem !important; } .pl-xl-3, -.px-xl-3 { + .px-xl-3 { padding-left: 1rem !important; } .p-xl-4 { padding: 1.5rem !important; } .pt-xl-4, -.py-xl-4 { + .py-xl-4 { padding-top: 1.5rem !important; } .pr-xl-4, -.px-xl-4 { + .px-xl-4 { padding-right: 1.5rem !important; } .pb-xl-4, -.py-xl-4 { + .py-xl-4 { padding-bottom: 1.5rem !important; } .pl-xl-4, -.px-xl-4 { + .px-xl-4 { padding-left: 1.5rem !important; } .p-xl-5 { padding: 3rem !important; } .pt-xl-5, -.py-xl-5 { + .py-xl-5 { padding-top: 3rem !important; } .pr-xl-5, -.px-xl-5 { + .px-xl-5 { padding-right: 3rem !important; } .pb-xl-5, -.py-xl-5 { + .py-xl-5 { padding-bottom: 3rem !important; } .pl-xl-5, -.px-xl-5 { + .px-xl-5 { padding-left: 3rem !important; } .m-xl-n1 { margin: -0.25rem !important; } .mt-xl-n1, -.my-xl-n1 { + .my-xl-n1 { margin-top: -0.25rem !important; } .mr-xl-n1, -.mx-xl-n1 { + .mx-xl-n1 { margin-right: -0.25rem !important; } .mb-xl-n1, -.my-xl-n1 { + .my-xl-n1 { margin-bottom: -0.25rem !important; } .ml-xl-n1, -.mx-xl-n1 { + .mx-xl-n1 { margin-left: -0.25rem !important; } .m-xl-n2 { margin: -0.5rem !important; } .mt-xl-n2, -.my-xl-n2 { + .my-xl-n2 { margin-top: -0.5rem !important; } .mr-xl-n2, -.mx-xl-n2 { + .mx-xl-n2 { margin-right: -0.5rem !important; } .mb-xl-n2, -.my-xl-n2 { + .my-xl-n2 { margin-bottom: -0.5rem !important; } .ml-xl-n2, -.mx-xl-n2 { + .mx-xl-n2 { margin-left: -0.5rem !important; } .m-xl-n3 { margin: -1rem !important; } .mt-xl-n3, -.my-xl-n3 { + .my-xl-n3 { margin-top: -1rem !important; } .mr-xl-n3, -.mx-xl-n3 { + .mx-xl-n3 { margin-right: -1rem !important; } .mb-xl-n3, -.my-xl-n3 { + .my-xl-n3 { margin-bottom: -1rem !important; } .ml-xl-n3, -.mx-xl-n3 { + .mx-xl-n3 { margin-left: -1rem !important; } .m-xl-n4 { margin: -1.5rem !important; } .mt-xl-n4, -.my-xl-n4 { + .my-xl-n4 { margin-top: -1.5rem !important; } .mr-xl-n4, -.mx-xl-n4 { + .mx-xl-n4 { margin-right: -1.5rem !important; } .mb-xl-n4, -.my-xl-n4 { + .my-xl-n4 { margin-bottom: -1.5rem !important; } .ml-xl-n4, -.mx-xl-n4 { + .mx-xl-n4 { margin-left: -1.5rem !important; } .m-xl-n5 { margin: -3rem !important; } .mt-xl-n5, -.my-xl-n5 { + .my-xl-n5 { margin-top: -3rem !important; } .mr-xl-n5, -.mx-xl-n5 { + .mx-xl-n5 { margin-right: -3rem !important; } .mb-xl-n5, -.my-xl-n5 { + .my-xl-n5 { margin-bottom: -3rem !important; } .ml-xl-n5, -.mx-xl-n5 { + .mx-xl-n5 { margin-left: -3rem !important; } .m-xl-auto { margin: auto !important; } .mt-xl-auto, -.my-xl-auto { + .my-xl-auto { margin-top: auto !important; } .mr-xl-auto, -.mx-xl-auto { + .mx-xl-auto { margin-right: auto !important; } .mb-xl-auto, -.my-xl-auto { + .my-xl-auto { margin-bottom: auto !important; } .ml-xl-auto, -.mx-xl-auto { + .mx-xl-auto { margin-left: auto !important; } } @@ -278143,8 +278183,8 @@ a.text-dark:hover, a.text-dark:focus { @media print { *, -*::before, -*::after { + *::before, + *::after { text-shadow: none !important; box-shadow: none !important; } @@ -278158,22 +278198,22 @@ a.text-dark:hover, a.text-dark:focus { white-space: pre-wrap !important; } pre, -blockquote { + blockquote { border: 1px solid #adb5bd; page-break-inside: avoid; } tr, -img { + img { page-break-inside: avoid; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } @page { @@ -278195,20 +278235,20 @@ h3 { border-collapse: collapse !important; } .table td, -.table th { + .table th { background-color: #fff !important; } .table-bordered th, -.table-bordered td { + .table-bordered td { border: 1px solid #dee2e6 !important; } .table-dark { color: inherit; } .table-dark th, -.table-dark td, -.table-dark thead th, -.table-dark tbody + tbody { + .table-dark td, + .table-dark thead th, + .table-dark tbody + tbody { border-color: #dee2e6; } .table .thead-dark th { @@ -278224,11 +278264,21 @@ exports[`loader should work with "bootstrap" package v4, import as a package ('s exports[`loader should work with "bootstrap" package v5 without tilde, import as a package ('dart-sass', 'legacy' API, 'sass' syntax): errors 1`] = `[]`; -exports[`loader should work with "bootstrap" package v5 without tilde, import as a package ('dart-sass', 'legacy' API, 'sass' syntax): warnings 1`] = `[]`; +exports[`loader should work with "bootstrap" package v5 without tilde, import as a package ('dart-sass', 'legacy' API, 'sass' syntax): warnings 1`] = ` +[ + "ModuleWarning: Module Warning (from ../src/cjs.js): +Deprecation $weight: Passing a number without unit % (100) is deprecated.", +] +`; exports[`loader should work with "bootstrap" package v5 without tilde, import as a package ('dart-sass', 'legacy' API, 'scss' syntax): errors 1`] = `[]`; -exports[`loader should work with "bootstrap" package v5 without tilde, import as a package ('dart-sass', 'legacy' API, 'scss' syntax): warnings 1`] = `[]`; +exports[`loader should work with "bootstrap" package v5 without tilde, import as a package ('dart-sass', 'legacy' API, 'scss' syntax): warnings 1`] = ` +[ + "ModuleWarning: Module Warning (from ../src/cjs.js): +Deprecation $weight: Passing a number without unit % (100) is deprecated.", +] +`; exports[`loader should work with "bootstrap" package v5 without tilde, import as a package ('node-sass', 'legacy' API, 'sass' syntax): errors 1`] = `[]`; @@ -278240,11 +278290,21 @@ exports[`loader should work with "bootstrap" package v5 without tilde, import as exports[`loader should work with "bootstrap" package v5 without tilde, import as a package ('sass-embedded', 'legacy' API, 'sass' syntax): errors 1`] = `[]`; -exports[`loader should work with "bootstrap" package v5 without tilde, import as a package ('sass-embedded', 'legacy' API, 'sass' syntax): warnings 1`] = `[]`; +exports[`loader should work with "bootstrap" package v5 without tilde, import as a package ('sass-embedded', 'legacy' API, 'sass' syntax): warnings 1`] = ` +[ + "ModuleWarning: Module Warning (from ../src/cjs.js): +Deprecation $weight: Passing a number without unit % (100) is deprecated.", +] +`; exports[`loader should work with "bootstrap" package v5 without tilde, import as a package ('sass-embedded', 'legacy' API, 'scss' syntax): errors 1`] = `[]`; -exports[`loader should work with "bootstrap" package v5 without tilde, import as a package ('sass-embedded', 'legacy' API, 'scss' syntax): warnings 1`] = `[]`; +exports[`loader should work with "bootstrap" package v5 without tilde, import as a package ('sass-embedded', 'legacy' API, 'scss' syntax): warnings 1`] = ` +[ + "ModuleWarning: Module Warning (from ../src/cjs.js): +Deprecation $weight: Passing a number without unit % (100) is deprecated.", +] +`; exports[`loader should work with "bootstrap" package v5, import as a package ('dart-sass', 'legacy' API, 'sass' syntax): css 1`] = ` "@charset "UTF-8"; @@ -279250,51 +279310,51 @@ progress { margin-left: 91.66666667%; } .g-sm-0, -.gx-sm-0 { + .gx-sm-0 { --bs-gutter-x: 0; } .g-sm-0, -.gy-sm-0 { + .gy-sm-0 { --bs-gutter-y: 0; } .g-sm-1, -.gx-sm-1 { + .gx-sm-1 { --bs-gutter-x: 0.25rem; } .g-sm-1, -.gy-sm-1 { + .gy-sm-1 { --bs-gutter-y: 0.25rem; } .g-sm-2, -.gx-sm-2 { + .gx-sm-2 { --bs-gutter-x: 0.5rem; } .g-sm-2, -.gy-sm-2 { + .gy-sm-2 { --bs-gutter-y: 0.5rem; } .g-sm-3, -.gx-sm-3 { + .gx-sm-3 { --bs-gutter-x: 1rem; } .g-sm-3, -.gy-sm-3 { + .gy-sm-3 { --bs-gutter-y: 1rem; } .g-sm-4, -.gx-sm-4 { + .gx-sm-4 { --bs-gutter-x: 1.5rem; } .g-sm-4, -.gy-sm-4 { + .gy-sm-4 { --bs-gutter-y: 1.5rem; } .g-sm-5, -.gx-sm-5 { + .gx-sm-5 { --bs-gutter-x: 3rem; } .g-sm-5, -.gy-sm-5 { + .gy-sm-5 { --bs-gutter-y: 3rem; } } @@ -279419,51 +279479,51 @@ progress { margin-left: 91.66666667%; } .g-md-0, -.gx-md-0 { + .gx-md-0 { --bs-gutter-x: 0; } .g-md-0, -.gy-md-0 { + .gy-md-0 { --bs-gutter-y: 0; } .g-md-1, -.gx-md-1 { + .gx-md-1 { --bs-gutter-x: 0.25rem; } .g-md-1, -.gy-md-1 { + .gy-md-1 { --bs-gutter-y: 0.25rem; } .g-md-2, -.gx-md-2 { + .gx-md-2 { --bs-gutter-x: 0.5rem; } .g-md-2, -.gy-md-2 { + .gy-md-2 { --bs-gutter-y: 0.5rem; } .g-md-3, -.gx-md-3 { + .gx-md-3 { --bs-gutter-x: 1rem; } .g-md-3, -.gy-md-3 { + .gy-md-3 { --bs-gutter-y: 1rem; } .g-md-4, -.gx-md-4 { + .gx-md-4 { --bs-gutter-x: 1.5rem; } .g-md-4, -.gy-md-4 { + .gy-md-4 { --bs-gutter-y: 1.5rem; } .g-md-5, -.gx-md-5 { + .gx-md-5 { --bs-gutter-x: 3rem; } .g-md-5, -.gy-md-5 { + .gy-md-5 { --bs-gutter-y: 3rem; } } @@ -279588,51 +279648,51 @@ progress { margin-left: 91.66666667%; } .g-lg-0, -.gx-lg-0 { + .gx-lg-0 { --bs-gutter-x: 0; } .g-lg-0, -.gy-lg-0 { + .gy-lg-0 { --bs-gutter-y: 0; } .g-lg-1, -.gx-lg-1 { + .gx-lg-1 { --bs-gutter-x: 0.25rem; } .g-lg-1, -.gy-lg-1 { + .gy-lg-1 { --bs-gutter-y: 0.25rem; } .g-lg-2, -.gx-lg-2 { + .gx-lg-2 { --bs-gutter-x: 0.5rem; } .g-lg-2, -.gy-lg-2 { + .gy-lg-2 { --bs-gutter-y: 0.5rem; } .g-lg-3, -.gx-lg-3 { + .gx-lg-3 { --bs-gutter-x: 1rem; } .g-lg-3, -.gy-lg-3 { + .gy-lg-3 { --bs-gutter-y: 1rem; } .g-lg-4, -.gx-lg-4 { + .gx-lg-4 { --bs-gutter-x: 1.5rem; } .g-lg-4, -.gy-lg-4 { + .gy-lg-4 { --bs-gutter-y: 1.5rem; } .g-lg-5, -.gx-lg-5 { + .gx-lg-5 { --bs-gutter-x: 3rem; } .g-lg-5, -.gy-lg-5 { + .gy-lg-5 { --bs-gutter-y: 3rem; } } @@ -279757,51 +279817,51 @@ progress { margin-left: 91.66666667%; } .g-xl-0, -.gx-xl-0 { + .gx-xl-0 { --bs-gutter-x: 0; } .g-xl-0, -.gy-xl-0 { + .gy-xl-0 { --bs-gutter-y: 0; } .g-xl-1, -.gx-xl-1 { + .gx-xl-1 { --bs-gutter-x: 0.25rem; } .g-xl-1, -.gy-xl-1 { + .gy-xl-1 { --bs-gutter-y: 0.25rem; } .g-xl-2, -.gx-xl-2 { + .gx-xl-2 { --bs-gutter-x: 0.5rem; } .g-xl-2, -.gy-xl-2 { + .gy-xl-2 { --bs-gutter-y: 0.5rem; } .g-xl-3, -.gx-xl-3 { + .gx-xl-3 { --bs-gutter-x: 1rem; } .g-xl-3, -.gy-xl-3 { + .gy-xl-3 { --bs-gutter-y: 1rem; } .g-xl-4, -.gx-xl-4 { + .gx-xl-4 { --bs-gutter-x: 1.5rem; } .g-xl-4, -.gy-xl-4 { + .gy-xl-4 { --bs-gutter-y: 1.5rem; } .g-xl-5, -.gx-xl-5 { + .gx-xl-5 { --bs-gutter-x: 3rem; } .g-xl-5, -.gy-xl-5 { + .gy-xl-5 { --bs-gutter-y: 3rem; } } @@ -279926,51 +279986,51 @@ progress { margin-left: 91.66666667%; } .g-xxl-0, -.gx-xxl-0 { + .gx-xxl-0 { --bs-gutter-x: 0; } .g-xxl-0, -.gy-xxl-0 { + .gy-xxl-0 { --bs-gutter-y: 0; } .g-xxl-1, -.gx-xxl-1 { + .gx-xxl-1 { --bs-gutter-x: 0.25rem; } .g-xxl-1, -.gy-xxl-1 { + .gy-xxl-1 { --bs-gutter-y: 0.25rem; } .g-xxl-2, -.gx-xxl-2 { + .gx-xxl-2 { --bs-gutter-x: 0.5rem; } .g-xxl-2, -.gy-xxl-2 { + .gy-xxl-2 { --bs-gutter-y: 0.5rem; } .g-xxl-3, -.gx-xxl-3 { + .gx-xxl-3 { --bs-gutter-x: 1rem; } .g-xxl-3, -.gy-xxl-3 { + .gy-xxl-3 { --bs-gutter-y: 1rem; } .g-xxl-4, -.gx-xxl-4 { + .gx-xxl-4 { --bs-gutter-x: 1.5rem; } .g-xxl-4, -.gy-xxl-4 { + .gy-xxl-4 { --bs-gutter-y: 1.5rem; } .g-xxl-5, -.gx-xxl-5 { + .gx-xxl-5 { --bs-gutter-x: 3rem; } .g-xxl-5, -.gy-xxl-5 { + .gy-xxl-5 { --bs-gutter-y: 3rem; } } @@ -282083,7 +282143,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-sm .offcanvas-top, -.navbar-expand-sm .offcanvas-bottom { + .navbar-expand-sm .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -282136,7 +282196,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-md .offcanvas-top, -.navbar-expand-md .offcanvas-bottom { + .navbar-expand-md .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -282189,7 +282249,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-lg .offcanvas-top, -.navbar-expand-lg .offcanvas-bottom { + .navbar-expand-lg .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -282242,7 +282302,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-xl .offcanvas-top, -.navbar-expand-xl .offcanvas-bottom { + .navbar-expand-xl .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -282295,7 +282355,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-xxl .offcanvas-top, -.navbar-expand-xxl .offcanvas-bottom { + .navbar-expand-xxl .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -282565,11 +282625,11 @@ textarea.form-control-lg { border-bottom-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-top, -.card-group > .card:not(:last-child) .card-header { + .card-group > .card:not(:last-child) .card-header { border-top-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-bottom, -.card-group > .card:not(:last-child) .card-footer { + .card-group > .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; } .card-group > .card:not(:first-child) { @@ -282577,11 +282637,11 @@ textarea.form-control-lg { border-bottom-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-top, -.card-group > .card:not(:first-child) .card-header { + .card-group > .card:not(:first-child) .card-header { border-top-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-bottom, -.card-group > .card:not(:first-child) .card-footer { + .card-group > .card:not(:first-child) .card-footer { border-bottom-left-radius: 0; } } @@ -283522,7 +283582,7 @@ textarea.form-control-lg { } @media (min-width: 992px) { .modal-lg, -.modal-xl { + .modal-xl { max-width: 800px; } } @@ -283963,7 +284023,7 @@ textarea.form-control-lg { } @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-start, -.carousel-fade .active.carousel-item-end { + .carousel-fade .active.carousel-item-end { transition: none; } } @@ -283988,7 +284048,7 @@ textarea.form-control-lg { } @media (prefers-reduced-motion: reduce) { .carousel-control-prev, -.carousel-control-next { + .carousel-control-next { transition: none; } } @@ -284147,7 +284207,7 @@ textarea.form-control-lg { @media (prefers-reduced-motion: reduce) { .spinner-border, -.spinner-grow { + .spinner-grow { animation-duration: 1.5s; } } @@ -288356,7 +288416,12 @@ textarea.form-control-lg { exports[`loader should work with "bootstrap" package v5, import as a package ('dart-sass', 'legacy' API, 'sass' syntax): errors 1`] = `[]`; -exports[`loader should work with "bootstrap" package v5, import as a package ('dart-sass', 'legacy' API, 'sass' syntax): warnings 1`] = `[]`; +exports[`loader should work with "bootstrap" package v5, import as a package ('dart-sass', 'legacy' API, 'sass' syntax): warnings 1`] = ` +[ + "ModuleWarning: Module Warning (from ../src/cjs.js): +Deprecation $weight: Passing a number without unit % (100) is deprecated.", +] +`; exports[`loader should work with "bootstrap" package v5, import as a package ('dart-sass', 'legacy' API, 'scss' syntax): css 1`] = ` "@charset "UTF-8"; @@ -289362,51 +289427,51 @@ progress { margin-left: 91.66666667%; } .g-sm-0, -.gx-sm-0 { + .gx-sm-0 { --bs-gutter-x: 0; } .g-sm-0, -.gy-sm-0 { + .gy-sm-0 { --bs-gutter-y: 0; } .g-sm-1, -.gx-sm-1 { + .gx-sm-1 { --bs-gutter-x: 0.25rem; } .g-sm-1, -.gy-sm-1 { + .gy-sm-1 { --bs-gutter-y: 0.25rem; } .g-sm-2, -.gx-sm-2 { + .gx-sm-2 { --bs-gutter-x: 0.5rem; } .g-sm-2, -.gy-sm-2 { + .gy-sm-2 { --bs-gutter-y: 0.5rem; } .g-sm-3, -.gx-sm-3 { + .gx-sm-3 { --bs-gutter-x: 1rem; } .g-sm-3, -.gy-sm-3 { + .gy-sm-3 { --bs-gutter-y: 1rem; } .g-sm-4, -.gx-sm-4 { + .gx-sm-4 { --bs-gutter-x: 1.5rem; } .g-sm-4, -.gy-sm-4 { + .gy-sm-4 { --bs-gutter-y: 1.5rem; } .g-sm-5, -.gx-sm-5 { + .gx-sm-5 { --bs-gutter-x: 3rem; } .g-sm-5, -.gy-sm-5 { + .gy-sm-5 { --bs-gutter-y: 3rem; } } @@ -289531,51 +289596,51 @@ progress { margin-left: 91.66666667%; } .g-md-0, -.gx-md-0 { + .gx-md-0 { --bs-gutter-x: 0; } .g-md-0, -.gy-md-0 { + .gy-md-0 { --bs-gutter-y: 0; } .g-md-1, -.gx-md-1 { + .gx-md-1 { --bs-gutter-x: 0.25rem; } .g-md-1, -.gy-md-1 { + .gy-md-1 { --bs-gutter-y: 0.25rem; } .g-md-2, -.gx-md-2 { + .gx-md-2 { --bs-gutter-x: 0.5rem; } .g-md-2, -.gy-md-2 { + .gy-md-2 { --bs-gutter-y: 0.5rem; } .g-md-3, -.gx-md-3 { + .gx-md-3 { --bs-gutter-x: 1rem; } .g-md-3, -.gy-md-3 { + .gy-md-3 { --bs-gutter-y: 1rem; } .g-md-4, -.gx-md-4 { + .gx-md-4 { --bs-gutter-x: 1.5rem; } .g-md-4, -.gy-md-4 { + .gy-md-4 { --bs-gutter-y: 1.5rem; } .g-md-5, -.gx-md-5 { + .gx-md-5 { --bs-gutter-x: 3rem; } .g-md-5, -.gy-md-5 { + .gy-md-5 { --bs-gutter-y: 3rem; } } @@ -289700,51 +289765,51 @@ progress { margin-left: 91.66666667%; } .g-lg-0, -.gx-lg-0 { + .gx-lg-0 { --bs-gutter-x: 0; } .g-lg-0, -.gy-lg-0 { + .gy-lg-0 { --bs-gutter-y: 0; } .g-lg-1, -.gx-lg-1 { + .gx-lg-1 { --bs-gutter-x: 0.25rem; } .g-lg-1, -.gy-lg-1 { + .gy-lg-1 { --bs-gutter-y: 0.25rem; } .g-lg-2, -.gx-lg-2 { + .gx-lg-2 { --bs-gutter-x: 0.5rem; } .g-lg-2, -.gy-lg-2 { + .gy-lg-2 { --bs-gutter-y: 0.5rem; } .g-lg-3, -.gx-lg-3 { + .gx-lg-3 { --bs-gutter-x: 1rem; } .g-lg-3, -.gy-lg-3 { + .gy-lg-3 { --bs-gutter-y: 1rem; } .g-lg-4, -.gx-lg-4 { + .gx-lg-4 { --bs-gutter-x: 1.5rem; } .g-lg-4, -.gy-lg-4 { + .gy-lg-4 { --bs-gutter-y: 1.5rem; } .g-lg-5, -.gx-lg-5 { + .gx-lg-5 { --bs-gutter-x: 3rem; } .g-lg-5, -.gy-lg-5 { + .gy-lg-5 { --bs-gutter-y: 3rem; } } @@ -289869,51 +289934,51 @@ progress { margin-left: 91.66666667%; } .g-xl-0, -.gx-xl-0 { + .gx-xl-0 { --bs-gutter-x: 0; } .g-xl-0, -.gy-xl-0 { + .gy-xl-0 { --bs-gutter-y: 0; } .g-xl-1, -.gx-xl-1 { + .gx-xl-1 { --bs-gutter-x: 0.25rem; } .g-xl-1, -.gy-xl-1 { + .gy-xl-1 { --bs-gutter-y: 0.25rem; } .g-xl-2, -.gx-xl-2 { + .gx-xl-2 { --bs-gutter-x: 0.5rem; } .g-xl-2, -.gy-xl-2 { + .gy-xl-2 { --bs-gutter-y: 0.5rem; } .g-xl-3, -.gx-xl-3 { + .gx-xl-3 { --bs-gutter-x: 1rem; } .g-xl-3, -.gy-xl-3 { + .gy-xl-3 { --bs-gutter-y: 1rem; } .g-xl-4, -.gx-xl-4 { + .gx-xl-4 { --bs-gutter-x: 1.5rem; } .g-xl-4, -.gy-xl-4 { + .gy-xl-4 { --bs-gutter-y: 1.5rem; } .g-xl-5, -.gx-xl-5 { + .gx-xl-5 { --bs-gutter-x: 3rem; } .g-xl-5, -.gy-xl-5 { + .gy-xl-5 { --bs-gutter-y: 3rem; } } @@ -290038,51 +290103,51 @@ progress { margin-left: 91.66666667%; } .g-xxl-0, -.gx-xxl-0 { + .gx-xxl-0 { --bs-gutter-x: 0; } .g-xxl-0, -.gy-xxl-0 { + .gy-xxl-0 { --bs-gutter-y: 0; } .g-xxl-1, -.gx-xxl-1 { + .gx-xxl-1 { --bs-gutter-x: 0.25rem; } .g-xxl-1, -.gy-xxl-1 { + .gy-xxl-1 { --bs-gutter-y: 0.25rem; } .g-xxl-2, -.gx-xxl-2 { + .gx-xxl-2 { --bs-gutter-x: 0.5rem; } .g-xxl-2, -.gy-xxl-2 { + .gy-xxl-2 { --bs-gutter-y: 0.5rem; } .g-xxl-3, -.gx-xxl-3 { + .gx-xxl-3 { --bs-gutter-x: 1rem; } .g-xxl-3, -.gy-xxl-3 { + .gy-xxl-3 { --bs-gutter-y: 1rem; } .g-xxl-4, -.gx-xxl-4 { + .gx-xxl-4 { --bs-gutter-x: 1.5rem; } .g-xxl-4, -.gy-xxl-4 { + .gy-xxl-4 { --bs-gutter-y: 1.5rem; } .g-xxl-5, -.gx-xxl-5 { + .gx-xxl-5 { --bs-gutter-x: 3rem; } .g-xxl-5, -.gy-xxl-5 { + .gy-xxl-5 { --bs-gutter-y: 3rem; } } @@ -292195,7 +292260,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-sm .offcanvas-top, -.navbar-expand-sm .offcanvas-bottom { + .navbar-expand-sm .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -292248,7 +292313,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-md .offcanvas-top, -.navbar-expand-md .offcanvas-bottom { + .navbar-expand-md .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -292301,7 +292366,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-lg .offcanvas-top, -.navbar-expand-lg .offcanvas-bottom { + .navbar-expand-lg .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -292354,7 +292419,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-xl .offcanvas-top, -.navbar-expand-xl .offcanvas-bottom { + .navbar-expand-xl .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -292407,7 +292472,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-xxl .offcanvas-top, -.navbar-expand-xxl .offcanvas-bottom { + .navbar-expand-xxl .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -292677,11 +292742,11 @@ textarea.form-control-lg { border-bottom-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-top, -.card-group > .card:not(:last-child) .card-header { + .card-group > .card:not(:last-child) .card-header { border-top-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-bottom, -.card-group > .card:not(:last-child) .card-footer { + .card-group > .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; } .card-group > .card:not(:first-child) { @@ -292689,11 +292754,11 @@ textarea.form-control-lg { border-bottom-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-top, -.card-group > .card:not(:first-child) .card-header { + .card-group > .card:not(:first-child) .card-header { border-top-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-bottom, -.card-group > .card:not(:first-child) .card-footer { + .card-group > .card:not(:first-child) .card-footer { border-bottom-left-radius: 0; } } @@ -293634,7 +293699,7 @@ textarea.form-control-lg { } @media (min-width: 992px) { .modal-lg, -.modal-xl { + .modal-xl { max-width: 800px; } } @@ -294075,7 +294140,7 @@ textarea.form-control-lg { } @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-start, -.carousel-fade .active.carousel-item-end { + .carousel-fade .active.carousel-item-end { transition: none; } } @@ -294100,7 +294165,7 @@ textarea.form-control-lg { } @media (prefers-reduced-motion: reduce) { .carousel-control-prev, -.carousel-control-next { + .carousel-control-next { transition: none; } } @@ -294259,7 +294324,7 @@ textarea.form-control-lg { @media (prefers-reduced-motion: reduce) { .spinner-border, -.spinner-grow { + .spinner-grow { animation-duration: 1.5s; } } @@ -298468,7 +298533,12 @@ textarea.form-control-lg { exports[`loader should work with "bootstrap" package v5, import as a package ('dart-sass', 'legacy' API, 'scss' syntax): errors 1`] = `[]`; -exports[`loader should work with "bootstrap" package v5, import as a package ('dart-sass', 'legacy' API, 'scss' syntax): warnings 1`] = `[]`; +exports[`loader should work with "bootstrap" package v5, import as a package ('dart-sass', 'legacy' API, 'scss' syntax): warnings 1`] = ` +[ + "ModuleWarning: Module Warning (from ../src/cjs.js): +Deprecation $weight: Passing a number without unit % (100) is deprecated.", +] +`; exports[`loader should work with "bootstrap" package v5, import as a package ('node-sass', 'legacy' API, 'sass' syntax): css 1`] = ` "/*! @@ -315110,51 +315180,51 @@ progress { margin-left: 91.66666667%; } .g-sm-0, -.gx-sm-0 { + .gx-sm-0 { --bs-gutter-x: 0; } .g-sm-0, -.gy-sm-0 { + .gy-sm-0 { --bs-gutter-y: 0; } .g-sm-1, -.gx-sm-1 { + .gx-sm-1 { --bs-gutter-x: 0.25rem; } .g-sm-1, -.gy-sm-1 { + .gy-sm-1 { --bs-gutter-y: 0.25rem; } .g-sm-2, -.gx-sm-2 { + .gx-sm-2 { --bs-gutter-x: 0.5rem; } .g-sm-2, -.gy-sm-2 { + .gy-sm-2 { --bs-gutter-y: 0.5rem; } .g-sm-3, -.gx-sm-3 { + .gx-sm-3 { --bs-gutter-x: 1rem; } .g-sm-3, -.gy-sm-3 { + .gy-sm-3 { --bs-gutter-y: 1rem; } .g-sm-4, -.gx-sm-4 { + .gx-sm-4 { --bs-gutter-x: 1.5rem; } .g-sm-4, -.gy-sm-4 { + .gy-sm-4 { --bs-gutter-y: 1.5rem; } .g-sm-5, -.gx-sm-5 { + .gx-sm-5 { --bs-gutter-x: 3rem; } .g-sm-5, -.gy-sm-5 { + .gy-sm-5 { --bs-gutter-y: 3rem; } } @@ -315279,51 +315349,51 @@ progress { margin-left: 91.66666667%; } .g-md-0, -.gx-md-0 { + .gx-md-0 { --bs-gutter-x: 0; } .g-md-0, -.gy-md-0 { + .gy-md-0 { --bs-gutter-y: 0; } .g-md-1, -.gx-md-1 { + .gx-md-1 { --bs-gutter-x: 0.25rem; } .g-md-1, -.gy-md-1 { + .gy-md-1 { --bs-gutter-y: 0.25rem; } .g-md-2, -.gx-md-2 { + .gx-md-2 { --bs-gutter-x: 0.5rem; } .g-md-2, -.gy-md-2 { + .gy-md-2 { --bs-gutter-y: 0.5rem; } .g-md-3, -.gx-md-3 { + .gx-md-3 { --bs-gutter-x: 1rem; } .g-md-3, -.gy-md-3 { + .gy-md-3 { --bs-gutter-y: 1rem; } .g-md-4, -.gx-md-4 { + .gx-md-4 { --bs-gutter-x: 1.5rem; } .g-md-4, -.gy-md-4 { + .gy-md-4 { --bs-gutter-y: 1.5rem; } .g-md-5, -.gx-md-5 { + .gx-md-5 { --bs-gutter-x: 3rem; } .g-md-5, -.gy-md-5 { + .gy-md-5 { --bs-gutter-y: 3rem; } } @@ -315448,51 +315518,51 @@ progress { margin-left: 91.66666667%; } .g-lg-0, -.gx-lg-0 { + .gx-lg-0 { --bs-gutter-x: 0; } .g-lg-0, -.gy-lg-0 { + .gy-lg-0 { --bs-gutter-y: 0; } .g-lg-1, -.gx-lg-1 { + .gx-lg-1 { --bs-gutter-x: 0.25rem; } .g-lg-1, -.gy-lg-1 { + .gy-lg-1 { --bs-gutter-y: 0.25rem; } .g-lg-2, -.gx-lg-2 { + .gx-lg-2 { --bs-gutter-x: 0.5rem; } .g-lg-2, -.gy-lg-2 { + .gy-lg-2 { --bs-gutter-y: 0.5rem; } .g-lg-3, -.gx-lg-3 { + .gx-lg-3 { --bs-gutter-x: 1rem; } .g-lg-3, -.gy-lg-3 { + .gy-lg-3 { --bs-gutter-y: 1rem; } .g-lg-4, -.gx-lg-4 { + .gx-lg-4 { --bs-gutter-x: 1.5rem; } .g-lg-4, -.gy-lg-4 { + .gy-lg-4 { --bs-gutter-y: 1.5rem; } .g-lg-5, -.gx-lg-5 { + .gx-lg-5 { --bs-gutter-x: 3rem; } .g-lg-5, -.gy-lg-5 { + .gy-lg-5 { --bs-gutter-y: 3rem; } } @@ -315617,51 +315687,51 @@ progress { margin-left: 91.66666667%; } .g-xl-0, -.gx-xl-0 { + .gx-xl-0 { --bs-gutter-x: 0; } .g-xl-0, -.gy-xl-0 { + .gy-xl-0 { --bs-gutter-y: 0; } .g-xl-1, -.gx-xl-1 { + .gx-xl-1 { --bs-gutter-x: 0.25rem; } .g-xl-1, -.gy-xl-1 { + .gy-xl-1 { --bs-gutter-y: 0.25rem; } .g-xl-2, -.gx-xl-2 { + .gx-xl-2 { --bs-gutter-x: 0.5rem; } .g-xl-2, -.gy-xl-2 { + .gy-xl-2 { --bs-gutter-y: 0.5rem; } .g-xl-3, -.gx-xl-3 { + .gx-xl-3 { --bs-gutter-x: 1rem; } .g-xl-3, -.gy-xl-3 { + .gy-xl-3 { --bs-gutter-y: 1rem; } .g-xl-4, -.gx-xl-4 { + .gx-xl-4 { --bs-gutter-x: 1.5rem; } .g-xl-4, -.gy-xl-4 { + .gy-xl-4 { --bs-gutter-y: 1.5rem; } .g-xl-5, -.gx-xl-5 { + .gx-xl-5 { --bs-gutter-x: 3rem; } .g-xl-5, -.gy-xl-5 { + .gy-xl-5 { --bs-gutter-y: 3rem; } } @@ -315786,51 +315856,51 @@ progress { margin-left: 91.66666667%; } .g-xxl-0, -.gx-xxl-0 { + .gx-xxl-0 { --bs-gutter-x: 0; } .g-xxl-0, -.gy-xxl-0 { + .gy-xxl-0 { --bs-gutter-y: 0; } .g-xxl-1, -.gx-xxl-1 { + .gx-xxl-1 { --bs-gutter-x: 0.25rem; } .g-xxl-1, -.gy-xxl-1 { + .gy-xxl-1 { --bs-gutter-y: 0.25rem; } .g-xxl-2, -.gx-xxl-2 { + .gx-xxl-2 { --bs-gutter-x: 0.5rem; } .g-xxl-2, -.gy-xxl-2 { + .gy-xxl-2 { --bs-gutter-y: 0.5rem; } .g-xxl-3, -.gx-xxl-3 { + .gx-xxl-3 { --bs-gutter-x: 1rem; } .g-xxl-3, -.gy-xxl-3 { + .gy-xxl-3 { --bs-gutter-y: 1rem; } .g-xxl-4, -.gx-xxl-4 { + .gx-xxl-4 { --bs-gutter-x: 1.5rem; } .g-xxl-4, -.gy-xxl-4 { + .gy-xxl-4 { --bs-gutter-y: 1.5rem; } .g-xxl-5, -.gx-xxl-5 { + .gx-xxl-5 { --bs-gutter-x: 3rem; } .g-xxl-5, -.gy-xxl-5 { + .gy-xxl-5 { --bs-gutter-y: 3rem; } } @@ -317943,7 +318013,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-sm .offcanvas-top, -.navbar-expand-sm .offcanvas-bottom { + .navbar-expand-sm .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -317996,7 +318066,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-md .offcanvas-top, -.navbar-expand-md .offcanvas-bottom { + .navbar-expand-md .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -318049,7 +318119,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-lg .offcanvas-top, -.navbar-expand-lg .offcanvas-bottom { + .navbar-expand-lg .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -318102,7 +318172,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-xl .offcanvas-top, -.navbar-expand-xl .offcanvas-bottom { + .navbar-expand-xl .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -318155,7 +318225,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-xxl .offcanvas-top, -.navbar-expand-xxl .offcanvas-bottom { + .navbar-expand-xxl .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -318425,11 +318495,11 @@ textarea.form-control-lg { border-bottom-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-top, -.card-group > .card:not(:last-child) .card-header { + .card-group > .card:not(:last-child) .card-header { border-top-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-bottom, -.card-group > .card:not(:last-child) .card-footer { + .card-group > .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; } .card-group > .card:not(:first-child) { @@ -318437,11 +318507,11 @@ textarea.form-control-lg { border-bottom-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-top, -.card-group > .card:not(:first-child) .card-header { + .card-group > .card:not(:first-child) .card-header { border-top-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-bottom, -.card-group > .card:not(:first-child) .card-footer { + .card-group > .card:not(:first-child) .card-footer { border-bottom-left-radius: 0; } } @@ -319382,7 +319452,7 @@ textarea.form-control-lg { } @media (min-width: 992px) { .modal-lg, -.modal-xl { + .modal-xl { max-width: 800px; } } @@ -319823,7 +319893,7 @@ textarea.form-control-lg { } @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-start, -.carousel-fade .active.carousel-item-end { + .carousel-fade .active.carousel-item-end { transition: none; } } @@ -319848,7 +319918,7 @@ textarea.form-control-lg { } @media (prefers-reduced-motion: reduce) { .carousel-control-prev, -.carousel-control-next { + .carousel-control-next { transition: none; } } @@ -320007,7 +320077,7 @@ textarea.form-control-lg { @media (prefers-reduced-motion: reduce) { .spinner-border, -.spinner-grow { + .spinner-grow { animation-duration: 1.5s; } } @@ -324216,7 +324286,12 @@ textarea.form-control-lg { exports[`loader should work with "bootstrap" package v5, import as a package ('sass-embedded', 'legacy' API, 'sass' syntax): errors 1`] = `[]`; -exports[`loader should work with "bootstrap" package v5, import as a package ('sass-embedded', 'legacy' API, 'sass' syntax): warnings 1`] = `[]`; +exports[`loader should work with "bootstrap" package v5, import as a package ('sass-embedded', 'legacy' API, 'sass' syntax): warnings 1`] = ` +[ + "ModuleWarning: Module Warning (from ../src/cjs.js): +Deprecation $weight: Passing a number without unit % (100) is deprecated.", +] +`; exports[`loader should work with "bootstrap" package v5, import as a package ('sass-embedded', 'legacy' API, 'scss' syntax): css 1`] = ` "@charset "UTF-8"; @@ -325222,51 +325297,51 @@ progress { margin-left: 91.66666667%; } .g-sm-0, -.gx-sm-0 { + .gx-sm-0 { --bs-gutter-x: 0; } .g-sm-0, -.gy-sm-0 { + .gy-sm-0 { --bs-gutter-y: 0; } .g-sm-1, -.gx-sm-1 { + .gx-sm-1 { --bs-gutter-x: 0.25rem; } .g-sm-1, -.gy-sm-1 { + .gy-sm-1 { --bs-gutter-y: 0.25rem; } .g-sm-2, -.gx-sm-2 { + .gx-sm-2 { --bs-gutter-x: 0.5rem; } .g-sm-2, -.gy-sm-2 { + .gy-sm-2 { --bs-gutter-y: 0.5rem; } .g-sm-3, -.gx-sm-3 { + .gx-sm-3 { --bs-gutter-x: 1rem; } .g-sm-3, -.gy-sm-3 { + .gy-sm-3 { --bs-gutter-y: 1rem; } .g-sm-4, -.gx-sm-4 { + .gx-sm-4 { --bs-gutter-x: 1.5rem; } .g-sm-4, -.gy-sm-4 { + .gy-sm-4 { --bs-gutter-y: 1.5rem; } .g-sm-5, -.gx-sm-5 { + .gx-sm-5 { --bs-gutter-x: 3rem; } .g-sm-5, -.gy-sm-5 { + .gy-sm-5 { --bs-gutter-y: 3rem; } } @@ -325391,51 +325466,51 @@ progress { margin-left: 91.66666667%; } .g-md-0, -.gx-md-0 { + .gx-md-0 { --bs-gutter-x: 0; } .g-md-0, -.gy-md-0 { + .gy-md-0 { --bs-gutter-y: 0; } .g-md-1, -.gx-md-1 { + .gx-md-1 { --bs-gutter-x: 0.25rem; } .g-md-1, -.gy-md-1 { + .gy-md-1 { --bs-gutter-y: 0.25rem; } .g-md-2, -.gx-md-2 { + .gx-md-2 { --bs-gutter-x: 0.5rem; } .g-md-2, -.gy-md-2 { + .gy-md-2 { --bs-gutter-y: 0.5rem; } .g-md-3, -.gx-md-3 { + .gx-md-3 { --bs-gutter-x: 1rem; } .g-md-3, -.gy-md-3 { + .gy-md-3 { --bs-gutter-y: 1rem; } .g-md-4, -.gx-md-4 { + .gx-md-4 { --bs-gutter-x: 1.5rem; } .g-md-4, -.gy-md-4 { + .gy-md-4 { --bs-gutter-y: 1.5rem; } .g-md-5, -.gx-md-5 { + .gx-md-5 { --bs-gutter-x: 3rem; } .g-md-5, -.gy-md-5 { + .gy-md-5 { --bs-gutter-y: 3rem; } } @@ -325560,51 +325635,51 @@ progress { margin-left: 91.66666667%; } .g-lg-0, -.gx-lg-0 { + .gx-lg-0 { --bs-gutter-x: 0; } .g-lg-0, -.gy-lg-0 { + .gy-lg-0 { --bs-gutter-y: 0; } .g-lg-1, -.gx-lg-1 { + .gx-lg-1 { --bs-gutter-x: 0.25rem; } .g-lg-1, -.gy-lg-1 { + .gy-lg-1 { --bs-gutter-y: 0.25rem; } .g-lg-2, -.gx-lg-2 { + .gx-lg-2 { --bs-gutter-x: 0.5rem; } .g-lg-2, -.gy-lg-2 { + .gy-lg-2 { --bs-gutter-y: 0.5rem; } .g-lg-3, -.gx-lg-3 { + .gx-lg-3 { --bs-gutter-x: 1rem; } .g-lg-3, -.gy-lg-3 { + .gy-lg-3 { --bs-gutter-y: 1rem; } .g-lg-4, -.gx-lg-4 { + .gx-lg-4 { --bs-gutter-x: 1.5rem; } .g-lg-4, -.gy-lg-4 { + .gy-lg-4 { --bs-gutter-y: 1.5rem; } .g-lg-5, -.gx-lg-5 { + .gx-lg-5 { --bs-gutter-x: 3rem; } .g-lg-5, -.gy-lg-5 { + .gy-lg-5 { --bs-gutter-y: 3rem; } } @@ -325729,51 +325804,51 @@ progress { margin-left: 91.66666667%; } .g-xl-0, -.gx-xl-0 { + .gx-xl-0 { --bs-gutter-x: 0; } .g-xl-0, -.gy-xl-0 { + .gy-xl-0 { --bs-gutter-y: 0; } .g-xl-1, -.gx-xl-1 { + .gx-xl-1 { --bs-gutter-x: 0.25rem; } .g-xl-1, -.gy-xl-1 { + .gy-xl-1 { --bs-gutter-y: 0.25rem; } .g-xl-2, -.gx-xl-2 { + .gx-xl-2 { --bs-gutter-x: 0.5rem; } .g-xl-2, -.gy-xl-2 { + .gy-xl-2 { --bs-gutter-y: 0.5rem; } .g-xl-3, -.gx-xl-3 { + .gx-xl-3 { --bs-gutter-x: 1rem; } .g-xl-3, -.gy-xl-3 { + .gy-xl-3 { --bs-gutter-y: 1rem; } .g-xl-4, -.gx-xl-4 { + .gx-xl-4 { --bs-gutter-x: 1.5rem; } .g-xl-4, -.gy-xl-4 { + .gy-xl-4 { --bs-gutter-y: 1.5rem; } .g-xl-5, -.gx-xl-5 { + .gx-xl-5 { --bs-gutter-x: 3rem; } .g-xl-5, -.gy-xl-5 { + .gy-xl-5 { --bs-gutter-y: 3rem; } } @@ -325898,51 +325973,51 @@ progress { margin-left: 91.66666667%; } .g-xxl-0, -.gx-xxl-0 { + .gx-xxl-0 { --bs-gutter-x: 0; } .g-xxl-0, -.gy-xxl-0 { + .gy-xxl-0 { --bs-gutter-y: 0; } .g-xxl-1, -.gx-xxl-1 { + .gx-xxl-1 { --bs-gutter-x: 0.25rem; } .g-xxl-1, -.gy-xxl-1 { + .gy-xxl-1 { --bs-gutter-y: 0.25rem; } .g-xxl-2, -.gx-xxl-2 { + .gx-xxl-2 { --bs-gutter-x: 0.5rem; } .g-xxl-2, -.gy-xxl-2 { + .gy-xxl-2 { --bs-gutter-y: 0.5rem; } .g-xxl-3, -.gx-xxl-3 { + .gx-xxl-3 { --bs-gutter-x: 1rem; } .g-xxl-3, -.gy-xxl-3 { + .gy-xxl-3 { --bs-gutter-y: 1rem; } .g-xxl-4, -.gx-xxl-4 { + .gx-xxl-4 { --bs-gutter-x: 1.5rem; } .g-xxl-4, -.gy-xxl-4 { + .gy-xxl-4 { --bs-gutter-y: 1.5rem; } .g-xxl-5, -.gx-xxl-5 { + .gx-xxl-5 { --bs-gutter-x: 3rem; } .g-xxl-5, -.gy-xxl-5 { + .gy-xxl-5 { --bs-gutter-y: 3rem; } } @@ -328055,7 +328130,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-sm .offcanvas-top, -.navbar-expand-sm .offcanvas-bottom { + .navbar-expand-sm .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -328108,7 +328183,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-md .offcanvas-top, -.navbar-expand-md .offcanvas-bottom { + .navbar-expand-md .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -328161,7 +328236,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-lg .offcanvas-top, -.navbar-expand-lg .offcanvas-bottom { + .navbar-expand-lg .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -328214,7 +328289,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-xl .offcanvas-top, -.navbar-expand-xl .offcanvas-bottom { + .navbar-expand-xl .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -328267,7 +328342,7 @@ textarea.form-control-lg { transform: none; } .navbar-expand-xxl .offcanvas-top, -.navbar-expand-xxl .offcanvas-bottom { + .navbar-expand-xxl .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; @@ -328537,11 +328612,11 @@ textarea.form-control-lg { border-bottom-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-top, -.card-group > .card:not(:last-child) .card-header { + .card-group > .card:not(:last-child) .card-header { border-top-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-bottom, -.card-group > .card:not(:last-child) .card-footer { + .card-group > .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; } .card-group > .card:not(:first-child) { @@ -328549,11 +328624,11 @@ textarea.form-control-lg { border-bottom-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-top, -.card-group > .card:not(:first-child) .card-header { + .card-group > .card:not(:first-child) .card-header { border-top-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-bottom, -.card-group > .card:not(:first-child) .card-footer { + .card-group > .card:not(:first-child) .card-footer { border-bottom-left-radius: 0; } } @@ -329494,7 +329569,7 @@ textarea.form-control-lg { } @media (min-width: 992px) { .modal-lg, -.modal-xl { + .modal-xl { max-width: 800px; } } @@ -329935,7 +330010,7 @@ textarea.form-control-lg { } @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-start, -.carousel-fade .active.carousel-item-end { + .carousel-fade .active.carousel-item-end { transition: none; } } @@ -329960,7 +330035,7 @@ textarea.form-control-lg { } @media (prefers-reduced-motion: reduce) { .carousel-control-prev, -.carousel-control-next { + .carousel-control-next { transition: none; } } @@ -330119,7 +330194,7 @@ textarea.form-control-lg { @media (prefers-reduced-motion: reduce) { .spinner-border, -.spinner-grow { + .spinner-grow { animation-duration: 1.5s; } } @@ -334328,7 +334403,12 @@ textarea.form-control-lg { exports[`loader should work with "bootstrap" package v5, import as a package ('sass-embedded', 'legacy' API, 'scss' syntax): errors 1`] = `[]`; -exports[`loader should work with "bootstrap" package v5, import as a package ('sass-embedded', 'legacy' API, 'scss' syntax): warnings 1`] = `[]`; +exports[`loader should work with "bootstrap" package v5, import as a package ('sass-embedded', 'legacy' API, 'scss' syntax): warnings 1`] = ` +[ + "ModuleWarning: Module Warning (from ../src/cjs.js): +Deprecation $weight: Passing a number without unit % (100) is deprecated.", +] +`; exports[`loader should work with a package with "sass" and "exports" fields ('dart-sass', 'legacy' API, 'sass' syntax): css 1`] = ` ".load-me { @@ -336489,15 +336569,15 @@ th { /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print { *, -*:before, -*:after { + *:before, + *:after { color: #000 !important; text-shadow: none !important; background: transparent !important; box-shadow: none !important; } a, -a:visited { + a:visited { text-decoration: underline; } a[href]:after { @@ -336507,11 +336587,11 @@ a:visited { content: " (" attr(title) ")"; } a[href^="#"]:after, -a[href^="javascript:"]:after { + a[href^="javascript:"]:after { content: ""; } pre, -blockquote { + blockquote { border: 1px solid #999; page-break-inside: avoid; } @@ -336519,27 +336599,27 @@ blockquote { display: table-header-group; } tr, -img { + img { page-break-inside: avoid; } img { max-width: 100% !important; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } .navbar { display: none; } .btn > .caret, -.dropup > .btn > .caret { + .dropup > .btn > .caret { border-top-color: #000 !important; } .label { @@ -336549,11 +336629,11 @@ h3 { border-collapse: collapse !important; } .table td, -.table th { + .table th { background-color: #fff !important; } .table-bordered th, -.table-bordered td { + .table-bordered td { border: 1px solid #ddd !important; } } @@ -339130,36 +339210,36 @@ th { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, -.table-responsive > .table > thead > tr > td, -.table-responsive > .table > tbody > tr > th, -.table-responsive > .table > tbody > tr > td, -.table-responsive > .table > tfoot > tr > th, -.table-responsive > .table > tfoot > tr > td { + .table-responsive > .table > thead > tr > td, + .table-responsive > .table > tbody > tr > th, + .table-responsive > .table > tbody > tr > td, + .table-responsive > .table > tfoot > tr > th, + .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, -.table-responsive > .table-bordered > thead > tr > td:first-child, -.table-responsive > .table-bordered > tbody > tr > th:first-child, -.table-responsive > .table-bordered > tbody > tr > td:first-child, -.table-responsive > .table-bordered > tfoot > tr > th:first-child, -.table-responsive > .table-bordered > tfoot > tr > td:first-child { + .table-responsive > .table-bordered > thead > tr > td:first-child, + .table-responsive > .table-bordered > tbody > tr > th:first-child, + .table-responsive > .table-bordered > tbody > tr > td:first-child, + .table-responsive > .table-bordered > tfoot > tr > th:first-child, + .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, -.table-responsive > .table-bordered > thead > tr > td:last-child, -.table-responsive > .table-bordered > tbody > tr > th:last-child, -.table-responsive > .table-bordered > tbody > tr > td:last-child, -.table-responsive > .table-bordered > tfoot > tr > th:last-child, -.table-responsive > .table-bordered > tfoot > tr > td:last-child { + .table-responsive > .table-bordered > thead > tr > td:last-child, + .table-responsive > .table-bordered > tbody > tr > th:last-child, + .table-responsive > .table-bordered > tbody > tr > td:last-child, + .table-responsive > .table-bordered > tfoot > tr > th:last-child, + .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, -.table-responsive > .table-bordered > tbody > tr:last-child > td, -.table-responsive > .table-bordered > tfoot > tr:last-child > th, -.table-responsive > .table-bordered > tfoot > tr:last-child > td { + .table-responsive > .table-bordered > tbody > tr:last-child > td, + .table-responsive > .table-bordered > tfoot > tr:last-child > th, + .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } @@ -339292,35 +339372,35 @@ textarea.form-control { @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type=date].form-control, -input[type=time].form-control, -input[type=datetime-local].form-control, -input[type=month].form-control { + input[type=time].form-control, + input[type=datetime-local].form-control, + input[type=month].form-control { line-height: 34px; } input[type=date].input-sm, -.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date], -input[type=time].input-sm, -.input-group-sm > .input-group-btn > input[type=time].btn, -.input-group-sm input[type=time], -input[type=datetime-local].input-sm, -.input-group-sm > .input-group-btn > input[type=datetime-local].btn, -.input-group-sm input[type=datetime-local], -input[type=month].input-sm, -.input-group-sm > .input-group-btn > input[type=month].btn, -.input-group-sm input[type=month] { + .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date], + input[type=time].input-sm, + .input-group-sm > .input-group-btn > input[type=time].btn, + .input-group-sm input[type=time], + input[type=datetime-local].input-sm, + .input-group-sm > .input-group-btn > input[type=datetime-local].btn, + .input-group-sm input[type=datetime-local], + input[type=month].input-sm, + .input-group-sm > .input-group-btn > input[type=month].btn, + .input-group-sm input[type=month] { line-height: 30px; } input[type=date].input-lg, -.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date], -input[type=time].input-lg, -.input-group-lg > .input-group-btn > input[type=time].btn, -.input-group-lg input[type=time], -input[type=datetime-local].input-lg, -.input-group-lg > .input-group-btn > input[type=datetime-local].btn, -.input-group-lg input[type=datetime-local], -input[type=month].input-lg, -.input-group-lg > .input-group-btn > input[type=month].btn, -.input-group-lg input[type=month] { + .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date], + input[type=time].input-lg, + .input-group-lg > .input-group-btn > input[type=time].btn, + .input-group-lg input[type=time], + input[type=datetime-local].input-lg, + .input-group-lg > .input-group-btn > input[type=datetime-local].btn, + .input-group-lg input[type=datetime-local], + input[type=month].input-lg, + .input-group-lg > .input-group-btn > input[type=month].btn, + .input-group-lg input[type=month] { line-height: 46px; } } @@ -339654,8 +339734,8 @@ select[multiple].input-lg, vertical-align: middle; } .form-inline .input-group .input-group-addon, -.form-inline .input-group .input-group-btn, -.form-inline .input-group .form-control { + .form-inline .input-group .input-group-btn, + .form-inline .input-group .form-control { width: auto; } .form-inline .input-group > .form-control { @@ -339666,18 +339746,18 @@ select[multiple].input-lg, vertical-align: middle; } .form-inline .radio, -.form-inline .checkbox { + .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio label, -.form-inline .checkbox label { + .form-inline .checkbox label { padding-left: 0; } .form-inline .radio input[type=radio], -.form-inline .checkbox input[type=checkbox] { + .form-inline .checkbox input[type=checkbox] { position: relative; margin-left: 0; } @@ -340697,8 +340777,8 @@ tbody.collapse.in { border-radius: 4px 4px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, -.nav-tabs-justified > .active > a:hover, -.nav-tabs-justified > .active > a:focus { + .nav-tabs-justified > .active > a:hover, + .nav-tabs-justified > .active > a:focus { border-bottom-color: #fff; } } @@ -340800,13 +340880,13 @@ tbody.collapse.in { } @media (max-device-width: 480px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, -.navbar-fixed-bottom .navbar-collapse { + .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } @media (min-width: 768px) { .navbar-fixed-top, -.navbar-fixed-bottom { + .navbar-fixed-bottom { border-radius: 0; } } @@ -340831,9 +340911,9 @@ tbody.collapse.in { } @media (min-width: 768px) { .container > .navbar-header, -.container > .navbar-collapse, -.container-fluid > .navbar-header, -.container-fluid > .navbar-collapse { + .container > .navbar-collapse, + .container-fluid > .navbar-header, + .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } @@ -340917,7 +340997,7 @@ tbody.collapse.in { box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, -.navbar-nav .open .dropdown-menu .dropdown-header { + .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { @@ -340971,8 +341051,8 @@ tbody.collapse.in { vertical-align: middle; } .navbar-form .input-group .input-group-addon, -.navbar-form .input-group .input-group-btn, -.navbar-form .input-group .form-control { + .navbar-form .input-group .input-group-btn, + .navbar-form .input-group .form-control { width: auto; } .navbar-form .input-group > .form-control { @@ -340983,18 +341063,18 @@ tbody.collapse.in { vertical-align: middle; } .navbar-form .radio, -.navbar-form .checkbox { + .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .radio label, -.navbar-form .checkbox label { + .navbar-form .checkbox label { padding-left: 0; } .navbar-form .radio input[type=radio], -.navbar-form .checkbox input[type=checkbox] { + .navbar-form .checkbox input[type=checkbox] { position: relative; margin-left: 0; } @@ -341549,7 +341629,7 @@ a.badge:hover, a.badge:focus { padding-left: 60px; } .jumbotron h1, -.jumbotron .h1 { + .jumbotron .h1 { font-size: 63px; } } @@ -343061,20 +343141,20 @@ button.close { @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, -.carousel-control .glyphicon-chevron-right, -.carousel-control .icon-prev, -.carousel-control .icon-next { + .carousel-control .glyphicon-chevron-right, + .carousel-control .icon-prev, + .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -10px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, -.carousel-control .icon-prev { + .carousel-control .icon-prev { margin-left: -10px; } .carousel-control .glyphicon-chevron-right, -.carousel-control .icon-next { + .carousel-control .icon-next { margin-right: -10px; } .carousel-caption { @@ -343181,7 +343261,7 @@ button.close { display: table-row !important; } th.visible-xs, -td.visible-xs { + td.visible-xs { display: table-cell !important; } } @@ -343214,7 +343294,7 @@ td.visible-xs { display: table-row !important; } th.visible-sm, -td.visible-sm { + td.visible-sm { display: table-cell !important; } } @@ -343247,7 +343327,7 @@ td.visible-sm { display: table-row !important; } th.visible-md, -td.visible-md { + td.visible-md { display: table-cell !important; } } @@ -343280,7 +343360,7 @@ td.visible-md { display: table-row !important; } th.visible-lg, -td.visible-lg { + td.visible-lg { display: table-cell !important; } } @@ -343337,7 +343417,7 @@ td.visible-lg { display: table-row !important; } th.visible-print, -td.visible-print { + td.visible-print { display: table-cell !important; } } @@ -343609,15 +343689,15 @@ th { /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print { *, -*:before, -*:after { + *:before, + *:after { color: #000 !important; text-shadow: none !important; background: transparent !important; box-shadow: none !important; } a, -a:visited { + a:visited { text-decoration: underline; } a[href]:after { @@ -343627,11 +343707,11 @@ a:visited { content: " (" attr(title) ")"; } a[href^="#"]:after, -a[href^="javascript:"]:after { + a[href^="javascript:"]:after { content: ""; } pre, -blockquote { + blockquote { border: 1px solid #999; page-break-inside: avoid; } @@ -343639,27 +343719,27 @@ blockquote { display: table-header-group; } tr, -img { + img { page-break-inside: avoid; } img { max-width: 100% !important; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } .navbar { display: none; } .btn > .caret, -.dropup > .btn > .caret { + .dropup > .btn > .caret { border-top-color: #000 !important; } .label { @@ -343669,11 +343749,11 @@ h3 { border-collapse: collapse !important; } .table td, -.table th { + .table th { background-color: #fff !important; } .table-bordered th, -.table-bordered td { + .table-bordered td { border: 1px solid #ddd !important; } } @@ -346250,36 +346330,36 @@ th { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, -.table-responsive > .table > thead > tr > td, -.table-responsive > .table > tbody > tr > th, -.table-responsive > .table > tbody > tr > td, -.table-responsive > .table > tfoot > tr > th, -.table-responsive > .table > tfoot > tr > td { + .table-responsive > .table > thead > tr > td, + .table-responsive > .table > tbody > tr > th, + .table-responsive > .table > tbody > tr > td, + .table-responsive > .table > tfoot > tr > th, + .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, -.table-responsive > .table-bordered > thead > tr > td:first-child, -.table-responsive > .table-bordered > tbody > tr > th:first-child, -.table-responsive > .table-bordered > tbody > tr > td:first-child, -.table-responsive > .table-bordered > tfoot > tr > th:first-child, -.table-responsive > .table-bordered > tfoot > tr > td:first-child { + .table-responsive > .table-bordered > thead > tr > td:first-child, + .table-responsive > .table-bordered > tbody > tr > th:first-child, + .table-responsive > .table-bordered > tbody > tr > td:first-child, + .table-responsive > .table-bordered > tfoot > tr > th:first-child, + .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, -.table-responsive > .table-bordered > thead > tr > td:last-child, -.table-responsive > .table-bordered > tbody > tr > th:last-child, -.table-responsive > .table-bordered > tbody > tr > td:last-child, -.table-responsive > .table-bordered > tfoot > tr > th:last-child, -.table-responsive > .table-bordered > tfoot > tr > td:last-child { + .table-responsive > .table-bordered > thead > tr > td:last-child, + .table-responsive > .table-bordered > tbody > tr > th:last-child, + .table-responsive > .table-bordered > tbody > tr > td:last-child, + .table-responsive > .table-bordered > tfoot > tr > th:last-child, + .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, -.table-responsive > .table-bordered > tbody > tr:last-child > td, -.table-responsive > .table-bordered > tfoot > tr:last-child > th, -.table-responsive > .table-bordered > tfoot > tr:last-child > td { + .table-responsive > .table-bordered > tbody > tr:last-child > td, + .table-responsive > .table-bordered > tfoot > tr:last-child > th, + .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } @@ -346412,35 +346492,35 @@ textarea.form-control { @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type=date].form-control, -input[type=time].form-control, -input[type=datetime-local].form-control, -input[type=month].form-control { + input[type=time].form-control, + input[type=datetime-local].form-control, + input[type=month].form-control { line-height: 34px; } input[type=date].input-sm, -.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date], -input[type=time].input-sm, -.input-group-sm > .input-group-btn > input[type=time].btn, -.input-group-sm input[type=time], -input[type=datetime-local].input-sm, -.input-group-sm > .input-group-btn > input[type=datetime-local].btn, -.input-group-sm input[type=datetime-local], -input[type=month].input-sm, -.input-group-sm > .input-group-btn > input[type=month].btn, -.input-group-sm input[type=month] { + .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date], + input[type=time].input-sm, + .input-group-sm > .input-group-btn > input[type=time].btn, + .input-group-sm input[type=time], + input[type=datetime-local].input-sm, + .input-group-sm > .input-group-btn > input[type=datetime-local].btn, + .input-group-sm input[type=datetime-local], + input[type=month].input-sm, + .input-group-sm > .input-group-btn > input[type=month].btn, + .input-group-sm input[type=month] { line-height: 30px; } input[type=date].input-lg, -.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date], -input[type=time].input-lg, -.input-group-lg > .input-group-btn > input[type=time].btn, -.input-group-lg input[type=time], -input[type=datetime-local].input-lg, -.input-group-lg > .input-group-btn > input[type=datetime-local].btn, -.input-group-lg input[type=datetime-local], -input[type=month].input-lg, -.input-group-lg > .input-group-btn > input[type=month].btn, -.input-group-lg input[type=month] { + .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date], + input[type=time].input-lg, + .input-group-lg > .input-group-btn > input[type=time].btn, + .input-group-lg input[type=time], + input[type=datetime-local].input-lg, + .input-group-lg > .input-group-btn > input[type=datetime-local].btn, + .input-group-lg input[type=datetime-local], + input[type=month].input-lg, + .input-group-lg > .input-group-btn > input[type=month].btn, + .input-group-lg input[type=month] { line-height: 46px; } } @@ -346774,8 +346854,8 @@ select[multiple].input-lg, vertical-align: middle; } .form-inline .input-group .input-group-addon, -.form-inline .input-group .input-group-btn, -.form-inline .input-group .form-control { + .form-inline .input-group .input-group-btn, + .form-inline .input-group .form-control { width: auto; } .form-inline .input-group > .form-control { @@ -346786,18 +346866,18 @@ select[multiple].input-lg, vertical-align: middle; } .form-inline .radio, -.form-inline .checkbox { + .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio label, -.form-inline .checkbox label { + .form-inline .checkbox label { padding-left: 0; } .form-inline .radio input[type=radio], -.form-inline .checkbox input[type=checkbox] { + .form-inline .checkbox input[type=checkbox] { position: relative; margin-left: 0; } @@ -347817,8 +347897,8 @@ tbody.collapse.in { border-radius: 4px 4px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, -.nav-tabs-justified > .active > a:hover, -.nav-tabs-justified > .active > a:focus { + .nav-tabs-justified > .active > a:hover, + .nav-tabs-justified > .active > a:focus { border-bottom-color: #fff; } } @@ -347920,13 +348000,13 @@ tbody.collapse.in { } @media (max-device-width: 480px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, -.navbar-fixed-bottom .navbar-collapse { + .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } @media (min-width: 768px) { .navbar-fixed-top, -.navbar-fixed-bottom { + .navbar-fixed-bottom { border-radius: 0; } } @@ -347951,9 +348031,9 @@ tbody.collapse.in { } @media (min-width: 768px) { .container > .navbar-header, -.container > .navbar-collapse, -.container-fluid > .navbar-header, -.container-fluid > .navbar-collapse { + .container > .navbar-collapse, + .container-fluid > .navbar-header, + .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } @@ -348037,7 +348117,7 @@ tbody.collapse.in { box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, -.navbar-nav .open .dropdown-menu .dropdown-header { + .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { @@ -348091,8 +348171,8 @@ tbody.collapse.in { vertical-align: middle; } .navbar-form .input-group .input-group-addon, -.navbar-form .input-group .input-group-btn, -.navbar-form .input-group .form-control { + .navbar-form .input-group .input-group-btn, + .navbar-form .input-group .form-control { width: auto; } .navbar-form .input-group > .form-control { @@ -348103,18 +348183,18 @@ tbody.collapse.in { vertical-align: middle; } .navbar-form .radio, -.navbar-form .checkbox { + .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .radio label, -.navbar-form .checkbox label { + .navbar-form .checkbox label { padding-left: 0; } .navbar-form .radio input[type=radio], -.navbar-form .checkbox input[type=checkbox] { + .navbar-form .checkbox input[type=checkbox] { position: relative; margin-left: 0; } @@ -348669,7 +348749,7 @@ a.badge:hover, a.badge:focus { padding-left: 60px; } .jumbotron h1, -.jumbotron .h1 { + .jumbotron .h1 { font-size: 63px; } } @@ -350181,20 +350261,20 @@ button.close { @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, -.carousel-control .glyphicon-chevron-right, -.carousel-control .icon-prev, -.carousel-control .icon-next { + .carousel-control .glyphicon-chevron-right, + .carousel-control .icon-prev, + .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -10px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, -.carousel-control .icon-prev { + .carousel-control .icon-prev { margin-left: -10px; } .carousel-control .glyphicon-chevron-right, -.carousel-control .icon-next { + .carousel-control .icon-next { margin-right: -10px; } .carousel-caption { @@ -350301,7 +350381,7 @@ button.close { display: table-row !important; } th.visible-xs, -td.visible-xs { + td.visible-xs { display: table-cell !important; } } @@ -350334,7 +350414,7 @@ td.visible-xs { display: table-row !important; } th.visible-sm, -td.visible-sm { + td.visible-sm { display: table-cell !important; } } @@ -350367,7 +350447,7 @@ td.visible-sm { display: table-row !important; } th.visible-md, -td.visible-md { + td.visible-md { display: table-cell !important; } } @@ -350400,7 +350480,7 @@ td.visible-md { display: table-row !important; } th.visible-lg, -td.visible-lg { + td.visible-lg { display: table-cell !important; } } @@ -350457,7 +350537,7 @@ td.visible-lg { display: table-row !important; } th.visible-print, -td.visible-print { + td.visible-print { display: table-cell !important; } } @@ -350729,15 +350809,15 @@ th { /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print { *, -*:before, -*:after { + *:before, + *:after { color: #000 !important; text-shadow: none !important; background: transparent !important; box-shadow: none !important; } a, -a:visited { + a:visited { text-decoration: underline; } a[href]:after { @@ -350747,11 +350827,11 @@ a:visited { content: " (" attr(title) ")"; } a[href^="#"]:after, -a[href^="javascript:"]:after { + a[href^="javascript:"]:after { content: ""; } pre, -blockquote { + blockquote { border: 1px solid #999; page-break-inside: avoid; } @@ -350759,27 +350839,27 @@ blockquote { display: table-header-group; } tr, -img { + img { page-break-inside: avoid; } img { max-width: 100% !important; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } .navbar { display: none; } .btn > .caret, -.dropup > .btn > .caret { + .dropup > .btn > .caret { border-top-color: #000 !important; } .label { @@ -350789,11 +350869,11 @@ h3 { border-collapse: collapse !important; } .table td, -.table th { + .table th { background-color: #fff !important; } .table-bordered th, -.table-bordered td { + .table-bordered td { border: 1px solid #ddd !important; } } @@ -353370,36 +353450,36 @@ th { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, -.table-responsive > .table > thead > tr > td, -.table-responsive > .table > tbody > tr > th, -.table-responsive > .table > tbody > tr > td, -.table-responsive > .table > tfoot > tr > th, -.table-responsive > .table > tfoot > tr > td { + .table-responsive > .table > thead > tr > td, + .table-responsive > .table > tbody > tr > th, + .table-responsive > .table > tbody > tr > td, + .table-responsive > .table > tfoot > tr > th, + .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, -.table-responsive > .table-bordered > thead > tr > td:first-child, -.table-responsive > .table-bordered > tbody > tr > th:first-child, -.table-responsive > .table-bordered > tbody > tr > td:first-child, -.table-responsive > .table-bordered > tfoot > tr > th:first-child, -.table-responsive > .table-bordered > tfoot > tr > td:first-child { + .table-responsive > .table-bordered > thead > tr > td:first-child, + .table-responsive > .table-bordered > tbody > tr > th:first-child, + .table-responsive > .table-bordered > tbody > tr > td:first-child, + .table-responsive > .table-bordered > tfoot > tr > th:first-child, + .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, -.table-responsive > .table-bordered > thead > tr > td:last-child, -.table-responsive > .table-bordered > tbody > tr > th:last-child, -.table-responsive > .table-bordered > tbody > tr > td:last-child, -.table-responsive > .table-bordered > tfoot > tr > th:last-child, -.table-responsive > .table-bordered > tfoot > tr > td:last-child { + .table-responsive > .table-bordered > thead > tr > td:last-child, + .table-responsive > .table-bordered > tbody > tr > th:last-child, + .table-responsive > .table-bordered > tbody > tr > td:last-child, + .table-responsive > .table-bordered > tfoot > tr > th:last-child, + .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, -.table-responsive > .table-bordered > tbody > tr:last-child > td, -.table-responsive > .table-bordered > tfoot > tr:last-child > th, -.table-responsive > .table-bordered > tfoot > tr:last-child > td { + .table-responsive > .table-bordered > tbody > tr:last-child > td, + .table-responsive > .table-bordered > tfoot > tr:last-child > th, + .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } @@ -353532,35 +353612,35 @@ textarea.form-control { @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type=date].form-control, -input[type=time].form-control, -input[type=datetime-local].form-control, -input[type=month].form-control { + input[type=time].form-control, + input[type=datetime-local].form-control, + input[type=month].form-control { line-height: 34px; } input[type=date].input-sm, -.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date], -input[type=time].input-sm, -.input-group-sm > .input-group-btn > input[type=time].btn, -.input-group-sm input[type=time], -input[type=datetime-local].input-sm, -.input-group-sm > .input-group-btn > input[type=datetime-local].btn, -.input-group-sm input[type=datetime-local], -input[type=month].input-sm, -.input-group-sm > .input-group-btn > input[type=month].btn, -.input-group-sm input[type=month] { + .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date], + input[type=time].input-sm, + .input-group-sm > .input-group-btn > input[type=time].btn, + .input-group-sm input[type=time], + input[type=datetime-local].input-sm, + .input-group-sm > .input-group-btn > input[type=datetime-local].btn, + .input-group-sm input[type=datetime-local], + input[type=month].input-sm, + .input-group-sm > .input-group-btn > input[type=month].btn, + .input-group-sm input[type=month] { line-height: 30px; } input[type=date].input-lg, -.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date], -input[type=time].input-lg, -.input-group-lg > .input-group-btn > input[type=time].btn, -.input-group-lg input[type=time], -input[type=datetime-local].input-lg, -.input-group-lg > .input-group-btn > input[type=datetime-local].btn, -.input-group-lg input[type=datetime-local], -input[type=month].input-lg, -.input-group-lg > .input-group-btn > input[type=month].btn, -.input-group-lg input[type=month] { + .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date], + input[type=time].input-lg, + .input-group-lg > .input-group-btn > input[type=time].btn, + .input-group-lg input[type=time], + input[type=datetime-local].input-lg, + .input-group-lg > .input-group-btn > input[type=datetime-local].btn, + .input-group-lg input[type=datetime-local], + input[type=month].input-lg, + .input-group-lg > .input-group-btn > input[type=month].btn, + .input-group-lg input[type=month] { line-height: 46px; } } @@ -353894,8 +353974,8 @@ select[multiple].input-lg, vertical-align: middle; } .form-inline .input-group .input-group-addon, -.form-inline .input-group .input-group-btn, -.form-inline .input-group .form-control { + .form-inline .input-group .input-group-btn, + .form-inline .input-group .form-control { width: auto; } .form-inline .input-group > .form-control { @@ -353906,18 +353986,18 @@ select[multiple].input-lg, vertical-align: middle; } .form-inline .radio, -.form-inline .checkbox { + .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio label, -.form-inline .checkbox label { + .form-inline .checkbox label { padding-left: 0; } .form-inline .radio input[type=radio], -.form-inline .checkbox input[type=checkbox] { + .form-inline .checkbox input[type=checkbox] { position: relative; margin-left: 0; } @@ -354937,8 +355017,8 @@ tbody.collapse.in { border-radius: 4px 4px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, -.nav-tabs-justified > .active > a:hover, -.nav-tabs-justified > .active > a:focus { + .nav-tabs-justified > .active > a:hover, + .nav-tabs-justified > .active > a:focus { border-bottom-color: #fff; } } @@ -355040,13 +355120,13 @@ tbody.collapse.in { } @media (max-device-width: 480px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, -.navbar-fixed-bottom .navbar-collapse { + .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } @media (min-width: 768px) { .navbar-fixed-top, -.navbar-fixed-bottom { + .navbar-fixed-bottom { border-radius: 0; } } @@ -355071,9 +355151,9 @@ tbody.collapse.in { } @media (min-width: 768px) { .container > .navbar-header, -.container > .navbar-collapse, -.container-fluid > .navbar-header, -.container-fluid > .navbar-collapse { + .container > .navbar-collapse, + .container-fluid > .navbar-header, + .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } @@ -355157,7 +355237,7 @@ tbody.collapse.in { box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, -.navbar-nav .open .dropdown-menu .dropdown-header { + .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { @@ -355211,8 +355291,8 @@ tbody.collapse.in { vertical-align: middle; } .navbar-form .input-group .input-group-addon, -.navbar-form .input-group .input-group-btn, -.navbar-form .input-group .form-control { + .navbar-form .input-group .input-group-btn, + .navbar-form .input-group .form-control { width: auto; } .navbar-form .input-group > .form-control { @@ -355223,18 +355303,18 @@ tbody.collapse.in { vertical-align: middle; } .navbar-form .radio, -.navbar-form .checkbox { + .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .radio label, -.navbar-form .checkbox label { + .navbar-form .checkbox label { padding-left: 0; } .navbar-form .radio input[type=radio], -.navbar-form .checkbox input[type=checkbox] { + .navbar-form .checkbox input[type=checkbox] { position: relative; margin-left: 0; } @@ -355789,7 +355869,7 @@ a.badge:hover, a.badge:focus { padding-left: 60px; } .jumbotron h1, -.jumbotron .h1 { + .jumbotron .h1 { font-size: 63px; } } @@ -357301,20 +357381,20 @@ button.close { @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, -.carousel-control .glyphicon-chevron-right, -.carousel-control .icon-prev, -.carousel-control .icon-next { + .carousel-control .glyphicon-chevron-right, + .carousel-control .icon-prev, + .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -10px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, -.carousel-control .icon-prev { + .carousel-control .icon-prev { margin-left: -10px; } .carousel-control .glyphicon-chevron-right, -.carousel-control .icon-next { + .carousel-control .icon-next { margin-right: -10px; } .carousel-caption { @@ -357421,7 +357501,7 @@ button.close { display: table-row !important; } th.visible-xs, -td.visible-xs { + td.visible-xs { display: table-cell !important; } } @@ -357454,7 +357534,7 @@ td.visible-xs { display: table-row !important; } th.visible-sm, -td.visible-sm { + td.visible-sm { display: table-cell !important; } } @@ -357487,7 +357567,7 @@ td.visible-sm { display: table-row !important; } th.visible-md, -td.visible-md { + td.visible-md { display: table-cell !important; } } @@ -357520,7 +357600,7 @@ td.visible-md { display: table-row !important; } th.visible-lg, -td.visible-lg { + td.visible-lg { display: table-cell !important; } } @@ -357577,7 +357657,7 @@ td.visible-lg { display: table-row !important; } th.visible-print, -td.visible-print { + td.visible-print { display: table-cell !important; } } @@ -357849,15 +357929,15 @@ th { /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print { *, -*:before, -*:after { + *:before, + *:after { color: #000 !important; text-shadow: none !important; background: transparent !important; box-shadow: none !important; } a, -a:visited { + a:visited { text-decoration: underline; } a[href]:after { @@ -357867,11 +357947,11 @@ a:visited { content: " (" attr(title) ")"; } a[href^="#"]:after, -a[href^="javascript:"]:after { + a[href^="javascript:"]:after { content: ""; } pre, -blockquote { + blockquote { border: 1px solid #999; page-break-inside: avoid; } @@ -357879,27 +357959,27 @@ blockquote { display: table-header-group; } tr, -img { + img { page-break-inside: avoid; } img { max-width: 100% !important; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } .navbar { display: none; } .btn > .caret, -.dropup > .btn > .caret { + .dropup > .btn > .caret { border-top-color: #000 !important; } .label { @@ -357909,11 +357989,11 @@ h3 { border-collapse: collapse !important; } .table td, -.table th { + .table th { background-color: #fff !important; } .table-bordered th, -.table-bordered td { + .table-bordered td { border: 1px solid #ddd !important; } } @@ -360490,36 +360570,36 @@ th { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, -.table-responsive > .table > thead > tr > td, -.table-responsive > .table > tbody > tr > th, -.table-responsive > .table > tbody > tr > td, -.table-responsive > .table > tfoot > tr > th, -.table-responsive > .table > tfoot > tr > td { + .table-responsive > .table > thead > tr > td, + .table-responsive > .table > tbody > tr > th, + .table-responsive > .table > tbody > tr > td, + .table-responsive > .table > tfoot > tr > th, + .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, -.table-responsive > .table-bordered > thead > tr > td:first-child, -.table-responsive > .table-bordered > tbody > tr > th:first-child, -.table-responsive > .table-bordered > tbody > tr > td:first-child, -.table-responsive > .table-bordered > tfoot > tr > th:first-child, -.table-responsive > .table-bordered > tfoot > tr > td:first-child { + .table-responsive > .table-bordered > thead > tr > td:first-child, + .table-responsive > .table-bordered > tbody > tr > th:first-child, + .table-responsive > .table-bordered > tbody > tr > td:first-child, + .table-responsive > .table-bordered > tfoot > tr > th:first-child, + .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, -.table-responsive > .table-bordered > thead > tr > td:last-child, -.table-responsive > .table-bordered > tbody > tr > th:last-child, -.table-responsive > .table-bordered > tbody > tr > td:last-child, -.table-responsive > .table-bordered > tfoot > tr > th:last-child, -.table-responsive > .table-bordered > tfoot > tr > td:last-child { + .table-responsive > .table-bordered > thead > tr > td:last-child, + .table-responsive > .table-bordered > tbody > tr > th:last-child, + .table-responsive > .table-bordered > tbody > tr > td:last-child, + .table-responsive > .table-bordered > tfoot > tr > th:last-child, + .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, -.table-responsive > .table-bordered > tbody > tr:last-child > td, -.table-responsive > .table-bordered > tfoot > tr:last-child > th, -.table-responsive > .table-bordered > tfoot > tr:last-child > td { + .table-responsive > .table-bordered > tbody > tr:last-child > td, + .table-responsive > .table-bordered > tfoot > tr:last-child > th, + .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } @@ -360652,35 +360732,35 @@ textarea.form-control { @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type=date].form-control, -input[type=time].form-control, -input[type=datetime-local].form-control, -input[type=month].form-control { + input[type=time].form-control, + input[type=datetime-local].form-control, + input[type=month].form-control { line-height: 34px; } input[type=date].input-sm, -.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date], -input[type=time].input-sm, -.input-group-sm > .input-group-btn > input[type=time].btn, -.input-group-sm input[type=time], -input[type=datetime-local].input-sm, -.input-group-sm > .input-group-btn > input[type=datetime-local].btn, -.input-group-sm input[type=datetime-local], -input[type=month].input-sm, -.input-group-sm > .input-group-btn > input[type=month].btn, -.input-group-sm input[type=month] { + .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date], + input[type=time].input-sm, + .input-group-sm > .input-group-btn > input[type=time].btn, + .input-group-sm input[type=time], + input[type=datetime-local].input-sm, + .input-group-sm > .input-group-btn > input[type=datetime-local].btn, + .input-group-sm input[type=datetime-local], + input[type=month].input-sm, + .input-group-sm > .input-group-btn > input[type=month].btn, + .input-group-sm input[type=month] { line-height: 30px; } input[type=date].input-lg, -.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date], -input[type=time].input-lg, -.input-group-lg > .input-group-btn > input[type=time].btn, -.input-group-lg input[type=time], -input[type=datetime-local].input-lg, -.input-group-lg > .input-group-btn > input[type=datetime-local].btn, -.input-group-lg input[type=datetime-local], -input[type=month].input-lg, -.input-group-lg > .input-group-btn > input[type=month].btn, -.input-group-lg input[type=month] { + .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date], + input[type=time].input-lg, + .input-group-lg > .input-group-btn > input[type=time].btn, + .input-group-lg input[type=time], + input[type=datetime-local].input-lg, + .input-group-lg > .input-group-btn > input[type=datetime-local].btn, + .input-group-lg input[type=datetime-local], + input[type=month].input-lg, + .input-group-lg > .input-group-btn > input[type=month].btn, + .input-group-lg input[type=month] { line-height: 46px; } } @@ -361014,8 +361094,8 @@ select[multiple].input-lg, vertical-align: middle; } .form-inline .input-group .input-group-addon, -.form-inline .input-group .input-group-btn, -.form-inline .input-group .form-control { + .form-inline .input-group .input-group-btn, + .form-inline .input-group .form-control { width: auto; } .form-inline .input-group > .form-control { @@ -361026,18 +361106,18 @@ select[multiple].input-lg, vertical-align: middle; } .form-inline .radio, -.form-inline .checkbox { + .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio label, -.form-inline .checkbox label { + .form-inline .checkbox label { padding-left: 0; } .form-inline .radio input[type=radio], -.form-inline .checkbox input[type=checkbox] { + .form-inline .checkbox input[type=checkbox] { position: relative; margin-left: 0; } @@ -362057,8 +362137,8 @@ tbody.collapse.in { border-radius: 4px 4px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, -.nav-tabs-justified > .active > a:hover, -.nav-tabs-justified > .active > a:focus { + .nav-tabs-justified > .active > a:hover, + .nav-tabs-justified > .active > a:focus { border-bottom-color: #fff; } } @@ -362160,13 +362240,13 @@ tbody.collapse.in { } @media (max-device-width: 480px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, -.navbar-fixed-bottom .navbar-collapse { + .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } @media (min-width: 768px) { .navbar-fixed-top, -.navbar-fixed-bottom { + .navbar-fixed-bottom { border-radius: 0; } } @@ -362191,9 +362271,9 @@ tbody.collapse.in { } @media (min-width: 768px) { .container > .navbar-header, -.container > .navbar-collapse, -.container-fluid > .navbar-header, -.container-fluid > .navbar-collapse { + .container > .navbar-collapse, + .container-fluid > .navbar-header, + .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } @@ -362277,7 +362357,7 @@ tbody.collapse.in { box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, -.navbar-nav .open .dropdown-menu .dropdown-header { + .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { @@ -362331,8 +362411,8 @@ tbody.collapse.in { vertical-align: middle; } .navbar-form .input-group .input-group-addon, -.navbar-form .input-group .input-group-btn, -.navbar-form .input-group .form-control { + .navbar-form .input-group .input-group-btn, + .navbar-form .input-group .form-control { width: auto; } .navbar-form .input-group > .form-control { @@ -362343,18 +362423,18 @@ tbody.collapse.in { vertical-align: middle; } .navbar-form .radio, -.navbar-form .checkbox { + .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .radio label, -.navbar-form .checkbox label { + .navbar-form .checkbox label { padding-left: 0; } .navbar-form .radio input[type=radio], -.navbar-form .checkbox input[type=checkbox] { + .navbar-form .checkbox input[type=checkbox] { position: relative; margin-left: 0; } @@ -362909,7 +362989,7 @@ a.badge:hover, a.badge:focus { padding-left: 60px; } .jumbotron h1, -.jumbotron .h1 { + .jumbotron .h1 { font-size: 63px; } } @@ -364421,20 +364501,20 @@ button.close { @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, -.carousel-control .glyphicon-chevron-right, -.carousel-control .icon-prev, -.carousel-control .icon-next { + .carousel-control .glyphicon-chevron-right, + .carousel-control .icon-prev, + .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -10px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, -.carousel-control .icon-prev { + .carousel-control .icon-prev { margin-left: -10px; } .carousel-control .glyphicon-chevron-right, -.carousel-control .icon-next { + .carousel-control .icon-next { margin-right: -10px; } .carousel-caption { @@ -364541,7 +364621,7 @@ button.close { display: table-row !important; } th.visible-xs, -td.visible-xs { + td.visible-xs { display: table-cell !important; } } @@ -364574,7 +364654,7 @@ td.visible-xs { display: table-row !important; } th.visible-sm, -td.visible-sm { + td.visible-sm { display: table-cell !important; } } @@ -364607,7 +364687,7 @@ td.visible-sm { display: table-row !important; } th.visible-md, -td.visible-md { + td.visible-md { display: table-cell !important; } } @@ -364640,7 +364720,7 @@ td.visible-md { display: table-row !important; } th.visible-lg, -td.visible-lg { + td.visible-lg { display: table-cell !important; } } @@ -364697,7 +364777,7 @@ td.visible-lg { display: table-row !important; } th.visible-print, -td.visible-print { + td.visible-print { display: table-cell !important; } } @@ -364969,15 +365049,15 @@ th { /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print { *, -*:before, -*:after { + *:before, + *:after { color: #000 !important; text-shadow: none !important; background: transparent !important; box-shadow: none !important; } a, -a:visited { + a:visited { text-decoration: underline; } a[href]:after { @@ -364987,11 +365067,11 @@ a:visited { content: " (" attr(title) ")"; } a[href^="#"]:after, -a[href^="javascript:"]:after { + a[href^="javascript:"]:after { content: ""; } pre, -blockquote { + blockquote { border: 1px solid #999; page-break-inside: avoid; } @@ -364999,27 +365079,27 @@ blockquote { display: table-header-group; } tr, -img { + img { page-break-inside: avoid; } img { max-width: 100% !important; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } .navbar { display: none; } .btn > .caret, -.dropup > .btn > .caret { + .dropup > .btn > .caret { border-top-color: #000 !important; } .label { @@ -365029,11 +365109,11 @@ h3 { border-collapse: collapse !important; } .table td, -.table th { + .table th { background-color: #fff !important; } .table-bordered th, -.table-bordered td { + .table-bordered td { border: 1px solid #ddd !important; } } @@ -367610,36 +367690,36 @@ th { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, -.table-responsive > .table > thead > tr > td, -.table-responsive > .table > tbody > tr > th, -.table-responsive > .table > tbody > tr > td, -.table-responsive > .table > tfoot > tr > th, -.table-responsive > .table > tfoot > tr > td { + .table-responsive > .table > thead > tr > td, + .table-responsive > .table > tbody > tr > th, + .table-responsive > .table > tbody > tr > td, + .table-responsive > .table > tfoot > tr > th, + .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, -.table-responsive > .table-bordered > thead > tr > td:first-child, -.table-responsive > .table-bordered > tbody > tr > th:first-child, -.table-responsive > .table-bordered > tbody > tr > td:first-child, -.table-responsive > .table-bordered > tfoot > tr > th:first-child, -.table-responsive > .table-bordered > tfoot > tr > td:first-child { + .table-responsive > .table-bordered > thead > tr > td:first-child, + .table-responsive > .table-bordered > tbody > tr > th:first-child, + .table-responsive > .table-bordered > tbody > tr > td:first-child, + .table-responsive > .table-bordered > tfoot > tr > th:first-child, + .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, -.table-responsive > .table-bordered > thead > tr > td:last-child, -.table-responsive > .table-bordered > tbody > tr > th:last-child, -.table-responsive > .table-bordered > tbody > tr > td:last-child, -.table-responsive > .table-bordered > tfoot > tr > th:last-child, -.table-responsive > .table-bordered > tfoot > tr > td:last-child { + .table-responsive > .table-bordered > thead > tr > td:last-child, + .table-responsive > .table-bordered > tbody > tr > th:last-child, + .table-responsive > .table-bordered > tbody > tr > td:last-child, + .table-responsive > .table-bordered > tfoot > tr > th:last-child, + .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, -.table-responsive > .table-bordered > tbody > tr:last-child > td, -.table-responsive > .table-bordered > tfoot > tr:last-child > th, -.table-responsive > .table-bordered > tfoot > tr:last-child > td { + .table-responsive > .table-bordered > tbody > tr:last-child > td, + .table-responsive > .table-bordered > tfoot > tr:last-child > th, + .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } @@ -367772,35 +367852,35 @@ textarea.form-control { @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type=date].form-control, -input[type=time].form-control, -input[type=datetime-local].form-control, -input[type=month].form-control { + input[type=time].form-control, + input[type=datetime-local].form-control, + input[type=month].form-control { line-height: 34px; } input[type=date].input-sm, -.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date], -input[type=time].input-sm, -.input-group-sm > .input-group-btn > input[type=time].btn, -.input-group-sm input[type=time], -input[type=datetime-local].input-sm, -.input-group-sm > .input-group-btn > input[type=datetime-local].btn, -.input-group-sm input[type=datetime-local], -input[type=month].input-sm, -.input-group-sm > .input-group-btn > input[type=month].btn, -.input-group-sm input[type=month] { + .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date], + input[type=time].input-sm, + .input-group-sm > .input-group-btn > input[type=time].btn, + .input-group-sm input[type=time], + input[type=datetime-local].input-sm, + .input-group-sm > .input-group-btn > input[type=datetime-local].btn, + .input-group-sm input[type=datetime-local], + input[type=month].input-sm, + .input-group-sm > .input-group-btn > input[type=month].btn, + .input-group-sm input[type=month] { line-height: 30px; } input[type=date].input-lg, -.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date], -input[type=time].input-lg, -.input-group-lg > .input-group-btn > input[type=time].btn, -.input-group-lg input[type=time], -input[type=datetime-local].input-lg, -.input-group-lg > .input-group-btn > input[type=datetime-local].btn, -.input-group-lg input[type=datetime-local], -input[type=month].input-lg, -.input-group-lg > .input-group-btn > input[type=month].btn, -.input-group-lg input[type=month] { + .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date], + input[type=time].input-lg, + .input-group-lg > .input-group-btn > input[type=time].btn, + .input-group-lg input[type=time], + input[type=datetime-local].input-lg, + .input-group-lg > .input-group-btn > input[type=datetime-local].btn, + .input-group-lg input[type=datetime-local], + input[type=month].input-lg, + .input-group-lg > .input-group-btn > input[type=month].btn, + .input-group-lg input[type=month] { line-height: 46px; } } @@ -368134,8 +368214,8 @@ select[multiple].input-lg, vertical-align: middle; } .form-inline .input-group .input-group-addon, -.form-inline .input-group .input-group-btn, -.form-inline .input-group .form-control { + .form-inline .input-group .input-group-btn, + .form-inline .input-group .form-control { width: auto; } .form-inline .input-group > .form-control { @@ -368146,18 +368226,18 @@ select[multiple].input-lg, vertical-align: middle; } .form-inline .radio, -.form-inline .checkbox { + .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio label, -.form-inline .checkbox label { + .form-inline .checkbox label { padding-left: 0; } .form-inline .radio input[type=radio], -.form-inline .checkbox input[type=checkbox] { + .form-inline .checkbox input[type=checkbox] { position: relative; margin-left: 0; } @@ -369177,8 +369257,8 @@ tbody.collapse.in { border-radius: 4px 4px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, -.nav-tabs-justified > .active > a:hover, -.nav-tabs-justified > .active > a:focus { + .nav-tabs-justified > .active > a:hover, + .nav-tabs-justified > .active > a:focus { border-bottom-color: #fff; } } @@ -369280,13 +369360,13 @@ tbody.collapse.in { } @media (max-device-width: 480px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, -.navbar-fixed-bottom .navbar-collapse { + .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } @media (min-width: 768px) { .navbar-fixed-top, -.navbar-fixed-bottom { + .navbar-fixed-bottom { border-radius: 0; } } @@ -369311,9 +369391,9 @@ tbody.collapse.in { } @media (min-width: 768px) { .container > .navbar-header, -.container > .navbar-collapse, -.container-fluid > .navbar-header, -.container-fluid > .navbar-collapse { + .container > .navbar-collapse, + .container-fluid > .navbar-header, + .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } @@ -369397,7 +369477,7 @@ tbody.collapse.in { box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, -.navbar-nav .open .dropdown-menu .dropdown-header { + .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { @@ -369451,8 +369531,8 @@ tbody.collapse.in { vertical-align: middle; } .navbar-form .input-group .input-group-addon, -.navbar-form .input-group .input-group-btn, -.navbar-form .input-group .form-control { + .navbar-form .input-group .input-group-btn, + .navbar-form .input-group .form-control { width: auto; } .navbar-form .input-group > .form-control { @@ -369463,18 +369543,18 @@ tbody.collapse.in { vertical-align: middle; } .navbar-form .radio, -.navbar-form .checkbox { + .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .radio label, -.navbar-form .checkbox label { + .navbar-form .checkbox label { padding-left: 0; } .navbar-form .radio input[type=radio], -.navbar-form .checkbox input[type=checkbox] { + .navbar-form .checkbox input[type=checkbox] { position: relative; margin-left: 0; } @@ -370029,7 +370109,7 @@ a.badge:hover, a.badge:focus { padding-left: 60px; } .jumbotron h1, -.jumbotron .h1 { + .jumbotron .h1 { font-size: 63px; } } @@ -371541,20 +371621,20 @@ button.close { @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, -.carousel-control .glyphicon-chevron-right, -.carousel-control .icon-prev, -.carousel-control .icon-next { + .carousel-control .glyphicon-chevron-right, + .carousel-control .icon-prev, + .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -10px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, -.carousel-control .icon-prev { + .carousel-control .icon-prev { margin-left: -10px; } .carousel-control .glyphicon-chevron-right, -.carousel-control .icon-next { + .carousel-control .icon-next { margin-right: -10px; } .carousel-caption { @@ -371661,7 +371741,7 @@ button.close { display: table-row !important; } th.visible-xs, -td.visible-xs { + td.visible-xs { display: table-cell !important; } } @@ -371694,7 +371774,7 @@ td.visible-xs { display: table-row !important; } th.visible-sm, -td.visible-sm { + td.visible-sm { display: table-cell !important; } } @@ -371727,7 +371807,7 @@ td.visible-sm { display: table-row !important; } th.visible-md, -td.visible-md { + td.visible-md { display: table-cell !important; } } @@ -371760,7 +371840,7 @@ td.visible-md { display: table-row !important; } th.visible-lg, -td.visible-lg { + td.visible-lg { display: table-cell !important; } } @@ -371817,7 +371897,7 @@ td.visible-lg { display: table-row !important; } th.visible-print, -td.visible-print { + td.visible-print { display: table-cell !important; } } @@ -372089,15 +372169,15 @@ th { /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print { *, -*:before, -*:after { + *:before, + *:after { color: #000 !important; text-shadow: none !important; background: transparent !important; box-shadow: none !important; } a, -a:visited { + a:visited { text-decoration: underline; } a[href]:after { @@ -372107,11 +372187,11 @@ a:visited { content: " (" attr(title) ")"; } a[href^="#"]:after, -a[href^="javascript:"]:after { + a[href^="javascript:"]:after { content: ""; } pre, -blockquote { + blockquote { border: 1px solid #999; page-break-inside: avoid; } @@ -372119,27 +372199,27 @@ blockquote { display: table-header-group; } tr, -img { + img { page-break-inside: avoid; } img { max-width: 100% !important; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } .navbar { display: none; } .btn > .caret, -.dropup > .btn > .caret { + .dropup > .btn > .caret { border-top-color: #000 !important; } .label { @@ -372149,11 +372229,11 @@ h3 { border-collapse: collapse !important; } .table td, -.table th { + .table th { background-color: #fff !important; } .table-bordered th, -.table-bordered td { + .table-bordered td { border: 1px solid #ddd !important; } } @@ -374730,36 +374810,36 @@ th { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, -.table-responsive > .table > thead > tr > td, -.table-responsive > .table > tbody > tr > th, -.table-responsive > .table > tbody > tr > td, -.table-responsive > .table > tfoot > tr > th, -.table-responsive > .table > tfoot > tr > td { + .table-responsive > .table > thead > tr > td, + .table-responsive > .table > tbody > tr > th, + .table-responsive > .table > tbody > tr > td, + .table-responsive > .table > tfoot > tr > th, + .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, -.table-responsive > .table-bordered > thead > tr > td:first-child, -.table-responsive > .table-bordered > tbody > tr > th:first-child, -.table-responsive > .table-bordered > tbody > tr > td:first-child, -.table-responsive > .table-bordered > tfoot > tr > th:first-child, -.table-responsive > .table-bordered > tfoot > tr > td:first-child { + .table-responsive > .table-bordered > thead > tr > td:first-child, + .table-responsive > .table-bordered > tbody > tr > th:first-child, + .table-responsive > .table-bordered > tbody > tr > td:first-child, + .table-responsive > .table-bordered > tfoot > tr > th:first-child, + .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, -.table-responsive > .table-bordered > thead > tr > td:last-child, -.table-responsive > .table-bordered > tbody > tr > th:last-child, -.table-responsive > .table-bordered > tbody > tr > td:last-child, -.table-responsive > .table-bordered > tfoot > tr > th:last-child, -.table-responsive > .table-bordered > tfoot > tr > td:last-child { + .table-responsive > .table-bordered > thead > tr > td:last-child, + .table-responsive > .table-bordered > tbody > tr > th:last-child, + .table-responsive > .table-bordered > tbody > tr > td:last-child, + .table-responsive > .table-bordered > tfoot > tr > th:last-child, + .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, -.table-responsive > .table-bordered > tbody > tr:last-child > td, -.table-responsive > .table-bordered > tfoot > tr:last-child > th, -.table-responsive > .table-bordered > tfoot > tr:last-child > td { + .table-responsive > .table-bordered > tbody > tr:last-child > td, + .table-responsive > .table-bordered > tfoot > tr:last-child > th, + .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } @@ -374892,35 +374972,35 @@ textarea.form-control { @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type=date].form-control, -input[type=time].form-control, -input[type=datetime-local].form-control, -input[type=month].form-control { + input[type=time].form-control, + input[type=datetime-local].form-control, + input[type=month].form-control { line-height: 34px; } input[type=date].input-sm, -.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date], -input[type=time].input-sm, -.input-group-sm > .input-group-btn > input[type=time].btn, -.input-group-sm input[type=time], -input[type=datetime-local].input-sm, -.input-group-sm > .input-group-btn > input[type=datetime-local].btn, -.input-group-sm input[type=datetime-local], -input[type=month].input-sm, -.input-group-sm > .input-group-btn > input[type=month].btn, -.input-group-sm input[type=month] { + .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date], + input[type=time].input-sm, + .input-group-sm > .input-group-btn > input[type=time].btn, + .input-group-sm input[type=time], + input[type=datetime-local].input-sm, + .input-group-sm > .input-group-btn > input[type=datetime-local].btn, + .input-group-sm input[type=datetime-local], + input[type=month].input-sm, + .input-group-sm > .input-group-btn > input[type=month].btn, + .input-group-sm input[type=month] { line-height: 30px; } input[type=date].input-lg, -.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date], -input[type=time].input-lg, -.input-group-lg > .input-group-btn > input[type=time].btn, -.input-group-lg input[type=time], -input[type=datetime-local].input-lg, -.input-group-lg > .input-group-btn > input[type=datetime-local].btn, -.input-group-lg input[type=datetime-local], -input[type=month].input-lg, -.input-group-lg > .input-group-btn > input[type=month].btn, -.input-group-lg input[type=month] { + .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date], + input[type=time].input-lg, + .input-group-lg > .input-group-btn > input[type=time].btn, + .input-group-lg input[type=time], + input[type=datetime-local].input-lg, + .input-group-lg > .input-group-btn > input[type=datetime-local].btn, + .input-group-lg input[type=datetime-local], + input[type=month].input-lg, + .input-group-lg > .input-group-btn > input[type=month].btn, + .input-group-lg input[type=month] { line-height: 46px; } } @@ -375254,8 +375334,8 @@ select[multiple].input-lg, vertical-align: middle; } .form-inline .input-group .input-group-addon, -.form-inline .input-group .input-group-btn, -.form-inline .input-group .form-control { + .form-inline .input-group .input-group-btn, + .form-inline .input-group .form-control { width: auto; } .form-inline .input-group > .form-control { @@ -375266,18 +375346,18 @@ select[multiple].input-lg, vertical-align: middle; } .form-inline .radio, -.form-inline .checkbox { + .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio label, -.form-inline .checkbox label { + .form-inline .checkbox label { padding-left: 0; } .form-inline .radio input[type=radio], -.form-inline .checkbox input[type=checkbox] { + .form-inline .checkbox input[type=checkbox] { position: relative; margin-left: 0; } @@ -376297,8 +376377,8 @@ tbody.collapse.in { border-radius: 4px 4px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, -.nav-tabs-justified > .active > a:hover, -.nav-tabs-justified > .active > a:focus { + .nav-tabs-justified > .active > a:hover, + .nav-tabs-justified > .active > a:focus { border-bottom-color: #fff; } } @@ -376400,13 +376480,13 @@ tbody.collapse.in { } @media (max-device-width: 480px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, -.navbar-fixed-bottom .navbar-collapse { + .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } @media (min-width: 768px) { .navbar-fixed-top, -.navbar-fixed-bottom { + .navbar-fixed-bottom { border-radius: 0; } } @@ -376431,9 +376511,9 @@ tbody.collapse.in { } @media (min-width: 768px) { .container > .navbar-header, -.container > .navbar-collapse, -.container-fluid > .navbar-header, -.container-fluid > .navbar-collapse { + .container > .navbar-collapse, + .container-fluid > .navbar-header, + .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } @@ -376517,7 +376597,7 @@ tbody.collapse.in { box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, -.navbar-nav .open .dropdown-menu .dropdown-header { + .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { @@ -376571,8 +376651,8 @@ tbody.collapse.in { vertical-align: middle; } .navbar-form .input-group .input-group-addon, -.navbar-form .input-group .input-group-btn, -.navbar-form .input-group .form-control { + .navbar-form .input-group .input-group-btn, + .navbar-form .input-group .form-control { width: auto; } .navbar-form .input-group > .form-control { @@ -376583,18 +376663,18 @@ tbody.collapse.in { vertical-align: middle; } .navbar-form .radio, -.navbar-form .checkbox { + .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .radio label, -.navbar-form .checkbox label { + .navbar-form .checkbox label { padding-left: 0; } .navbar-form .radio input[type=radio], -.navbar-form .checkbox input[type=checkbox] { + .navbar-form .checkbox input[type=checkbox] { position: relative; margin-left: 0; } @@ -377149,7 +377229,7 @@ a.badge:hover, a.badge:focus { padding-left: 60px; } .jumbotron h1, -.jumbotron .h1 { + .jumbotron .h1 { font-size: 63px; } } @@ -378661,20 +378741,20 @@ button.close { @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, -.carousel-control .glyphicon-chevron-right, -.carousel-control .icon-prev, -.carousel-control .icon-next { + .carousel-control .glyphicon-chevron-right, + .carousel-control .icon-prev, + .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -10px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, -.carousel-control .icon-prev { + .carousel-control .icon-prev { margin-left: -10px; } .carousel-control .glyphicon-chevron-right, -.carousel-control .icon-next { + .carousel-control .icon-next { margin-right: -10px; } .carousel-caption { @@ -378781,7 +378861,7 @@ button.close { display: table-row !important; } th.visible-xs, -td.visible-xs { + td.visible-xs { display: table-cell !important; } } @@ -378814,7 +378894,7 @@ td.visible-xs { display: table-row !important; } th.visible-sm, -td.visible-sm { + td.visible-sm { display: table-cell !important; } } @@ -378847,7 +378927,7 @@ td.visible-sm { display: table-row !important; } th.visible-md, -td.visible-md { + td.visible-md { display: table-cell !important; } } @@ -378880,7 +378960,7 @@ td.visible-md { display: table-row !important; } th.visible-lg, -td.visible-lg { + td.visible-lg { display: table-cell !important; } } @@ -378937,7 +379017,7 @@ td.visible-lg { display: table-row !important; } th.visible-print, -td.visible-print { + td.visible-print { display: table-cell !important; } } @@ -379209,15 +379289,15 @@ th { /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print { *, -*:before, -*:after { + *:before, + *:after { color: #000 !important; text-shadow: none !important; background: transparent !important; box-shadow: none !important; } a, -a:visited { + a:visited { text-decoration: underline; } a[href]:after { @@ -379227,11 +379307,11 @@ a:visited { content: " (" attr(title) ")"; } a[href^="#"]:after, -a[href^="javascript:"]:after { + a[href^="javascript:"]:after { content: ""; } pre, -blockquote { + blockquote { border: 1px solid #999; page-break-inside: avoid; } @@ -379239,27 +379319,27 @@ blockquote { display: table-header-group; } tr, -img { + img { page-break-inside: avoid; } img { max-width: 100% !important; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } .navbar { display: none; } .btn > .caret, -.dropup > .btn > .caret { + .dropup > .btn > .caret { border-top-color: #000 !important; } .label { @@ -379269,11 +379349,11 @@ h3 { border-collapse: collapse !important; } .table td, -.table th { + .table th { background-color: #fff !important; } .table-bordered th, -.table-bordered td { + .table-bordered td { border: 1px solid #ddd !important; } } @@ -381850,36 +381930,36 @@ th { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, -.table-responsive > .table > thead > tr > td, -.table-responsive > .table > tbody > tr > th, -.table-responsive > .table > tbody > tr > td, -.table-responsive > .table > tfoot > tr > th, -.table-responsive > .table > tfoot > tr > td { + .table-responsive > .table > thead > tr > td, + .table-responsive > .table > tbody > tr > th, + .table-responsive > .table > tbody > tr > td, + .table-responsive > .table > tfoot > tr > th, + .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, -.table-responsive > .table-bordered > thead > tr > td:first-child, -.table-responsive > .table-bordered > tbody > tr > th:first-child, -.table-responsive > .table-bordered > tbody > tr > td:first-child, -.table-responsive > .table-bordered > tfoot > tr > th:first-child, -.table-responsive > .table-bordered > tfoot > tr > td:first-child { + .table-responsive > .table-bordered > thead > tr > td:first-child, + .table-responsive > .table-bordered > tbody > tr > th:first-child, + .table-responsive > .table-bordered > tbody > tr > td:first-child, + .table-responsive > .table-bordered > tfoot > tr > th:first-child, + .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, -.table-responsive > .table-bordered > thead > tr > td:last-child, -.table-responsive > .table-bordered > tbody > tr > th:last-child, -.table-responsive > .table-bordered > tbody > tr > td:last-child, -.table-responsive > .table-bordered > tfoot > tr > th:last-child, -.table-responsive > .table-bordered > tfoot > tr > td:last-child { + .table-responsive > .table-bordered > thead > tr > td:last-child, + .table-responsive > .table-bordered > tbody > tr > th:last-child, + .table-responsive > .table-bordered > tbody > tr > td:last-child, + .table-responsive > .table-bordered > tfoot > tr > th:last-child, + .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, -.table-responsive > .table-bordered > tbody > tr:last-child > td, -.table-responsive > .table-bordered > tfoot > tr:last-child > th, -.table-responsive > .table-bordered > tfoot > tr:last-child > td { + .table-responsive > .table-bordered > tbody > tr:last-child > td, + .table-responsive > .table-bordered > tfoot > tr:last-child > th, + .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } @@ -382012,35 +382092,35 @@ textarea.form-control { @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type=date].form-control, -input[type=time].form-control, -input[type=datetime-local].form-control, -input[type=month].form-control { + input[type=time].form-control, + input[type=datetime-local].form-control, + input[type=month].form-control { line-height: 34px; } input[type=date].input-sm, -.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date], -input[type=time].input-sm, -.input-group-sm > .input-group-btn > input[type=time].btn, -.input-group-sm input[type=time], -input[type=datetime-local].input-sm, -.input-group-sm > .input-group-btn > input[type=datetime-local].btn, -.input-group-sm input[type=datetime-local], -input[type=month].input-sm, -.input-group-sm > .input-group-btn > input[type=month].btn, -.input-group-sm input[type=month] { + .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date], + input[type=time].input-sm, + .input-group-sm > .input-group-btn > input[type=time].btn, + .input-group-sm input[type=time], + input[type=datetime-local].input-sm, + .input-group-sm > .input-group-btn > input[type=datetime-local].btn, + .input-group-sm input[type=datetime-local], + input[type=month].input-sm, + .input-group-sm > .input-group-btn > input[type=month].btn, + .input-group-sm input[type=month] { line-height: 30px; } input[type=date].input-lg, -.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date], -input[type=time].input-lg, -.input-group-lg > .input-group-btn > input[type=time].btn, -.input-group-lg input[type=time], -input[type=datetime-local].input-lg, -.input-group-lg > .input-group-btn > input[type=datetime-local].btn, -.input-group-lg input[type=datetime-local], -input[type=month].input-lg, -.input-group-lg > .input-group-btn > input[type=month].btn, -.input-group-lg input[type=month] { + .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date], + input[type=time].input-lg, + .input-group-lg > .input-group-btn > input[type=time].btn, + .input-group-lg input[type=time], + input[type=datetime-local].input-lg, + .input-group-lg > .input-group-btn > input[type=datetime-local].btn, + .input-group-lg input[type=datetime-local], + input[type=month].input-lg, + .input-group-lg > .input-group-btn > input[type=month].btn, + .input-group-lg input[type=month] { line-height: 46px; } } @@ -382374,8 +382454,8 @@ select[multiple].input-lg, vertical-align: middle; } .form-inline .input-group .input-group-addon, -.form-inline .input-group .input-group-btn, -.form-inline .input-group .form-control { + .form-inline .input-group .input-group-btn, + .form-inline .input-group .form-control { width: auto; } .form-inline .input-group > .form-control { @@ -382386,18 +382466,18 @@ select[multiple].input-lg, vertical-align: middle; } .form-inline .radio, -.form-inline .checkbox { + .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio label, -.form-inline .checkbox label { + .form-inline .checkbox label { padding-left: 0; } .form-inline .radio input[type=radio], -.form-inline .checkbox input[type=checkbox] { + .form-inline .checkbox input[type=checkbox] { position: relative; margin-left: 0; } @@ -383417,8 +383497,8 @@ tbody.collapse.in { border-radius: 4px 4px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, -.nav-tabs-justified > .active > a:hover, -.nav-tabs-justified > .active > a:focus { + .nav-tabs-justified > .active > a:hover, + .nav-tabs-justified > .active > a:focus { border-bottom-color: #fff; } } @@ -383520,13 +383600,13 @@ tbody.collapse.in { } @media (max-device-width: 480px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, -.navbar-fixed-bottom .navbar-collapse { + .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } @media (min-width: 768px) { .navbar-fixed-top, -.navbar-fixed-bottom { + .navbar-fixed-bottom { border-radius: 0; } } @@ -383551,9 +383631,9 @@ tbody.collapse.in { } @media (min-width: 768px) { .container > .navbar-header, -.container > .navbar-collapse, -.container-fluid > .navbar-header, -.container-fluid > .navbar-collapse { + .container > .navbar-collapse, + .container-fluid > .navbar-header, + .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } @@ -383637,7 +383717,7 @@ tbody.collapse.in { box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, -.navbar-nav .open .dropdown-menu .dropdown-header { + .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { @@ -383691,8 +383771,8 @@ tbody.collapse.in { vertical-align: middle; } .navbar-form .input-group .input-group-addon, -.navbar-form .input-group .input-group-btn, -.navbar-form .input-group .form-control { + .navbar-form .input-group .input-group-btn, + .navbar-form .input-group .form-control { width: auto; } .navbar-form .input-group > .form-control { @@ -383703,18 +383783,18 @@ tbody.collapse.in { vertical-align: middle; } .navbar-form .radio, -.navbar-form .checkbox { + .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .radio label, -.navbar-form .checkbox label { + .navbar-form .checkbox label { padding-left: 0; } .navbar-form .radio input[type=radio], -.navbar-form .checkbox input[type=checkbox] { + .navbar-form .checkbox input[type=checkbox] { position: relative; margin-left: 0; } @@ -384269,7 +384349,7 @@ a.badge:hover, a.badge:focus { padding-left: 60px; } .jumbotron h1, -.jumbotron .h1 { + .jumbotron .h1 { font-size: 63px; } } @@ -385781,20 +385861,20 @@ button.close { @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, -.carousel-control .glyphicon-chevron-right, -.carousel-control .icon-prev, -.carousel-control .icon-next { + .carousel-control .glyphicon-chevron-right, + .carousel-control .icon-prev, + .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -10px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, -.carousel-control .icon-prev { + .carousel-control .icon-prev { margin-left: -10px; } .carousel-control .glyphicon-chevron-right, -.carousel-control .icon-next { + .carousel-control .icon-next { margin-right: -10px; } .carousel-caption { @@ -385901,7 +385981,7 @@ button.close { display: table-row !important; } th.visible-xs, -td.visible-xs { + td.visible-xs { display: table-cell !important; } } @@ -385934,7 +386014,7 @@ td.visible-xs { display: table-row !important; } th.visible-sm, -td.visible-sm { + td.visible-sm { display: table-cell !important; } } @@ -385967,7 +386047,7 @@ td.visible-sm { display: table-row !important; } th.visible-md, -td.visible-md { + td.visible-md { display: table-cell !important; } } @@ -386000,7 +386080,7 @@ td.visible-md { display: table-row !important; } th.visible-lg, -td.visible-lg { + td.visible-lg { display: table-cell !important; } } @@ -386057,7 +386137,7 @@ td.visible-lg { display: table-row !important; } th.visible-print, -td.visible-print { + td.visible-print { display: table-cell !important; } } @@ -386329,15 +386409,15 @@ th { /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ @media print { *, -*:before, -*:after { + *:before, + *:after { color: #000 !important; text-shadow: none !important; background: transparent !important; box-shadow: none !important; } a, -a:visited { + a:visited { text-decoration: underline; } a[href]:after { @@ -386347,11 +386427,11 @@ a:visited { content: " (" attr(title) ")"; } a[href^="#"]:after, -a[href^="javascript:"]:after { + a[href^="javascript:"]:after { content: ""; } pre, -blockquote { + blockquote { border: 1px solid #999; page-break-inside: avoid; } @@ -386359,27 +386439,27 @@ blockquote { display: table-header-group; } tr, -img { + img { page-break-inside: avoid; } img { max-width: 100% !important; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } .navbar { display: none; } .btn > .caret, -.dropup > .btn > .caret { + .dropup > .btn > .caret { border-top-color: #000 !important; } .label { @@ -386389,11 +386469,11 @@ h3 { border-collapse: collapse !important; } .table td, -.table th { + .table th { background-color: #fff !important; } .table-bordered th, -.table-bordered td { + .table-bordered td { border: 1px solid #ddd !important; } } @@ -388970,36 +389050,36 @@ th { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, -.table-responsive > .table > thead > tr > td, -.table-responsive > .table > tbody > tr > th, -.table-responsive > .table > tbody > tr > td, -.table-responsive > .table > tfoot > tr > th, -.table-responsive > .table > tfoot > tr > td { + .table-responsive > .table > thead > tr > td, + .table-responsive > .table > tbody > tr > th, + .table-responsive > .table > tbody > tr > td, + .table-responsive > .table > tfoot > tr > th, + .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, -.table-responsive > .table-bordered > thead > tr > td:first-child, -.table-responsive > .table-bordered > tbody > tr > th:first-child, -.table-responsive > .table-bordered > tbody > tr > td:first-child, -.table-responsive > .table-bordered > tfoot > tr > th:first-child, -.table-responsive > .table-bordered > tfoot > tr > td:first-child { + .table-responsive > .table-bordered > thead > tr > td:first-child, + .table-responsive > .table-bordered > tbody > tr > th:first-child, + .table-responsive > .table-bordered > tbody > tr > td:first-child, + .table-responsive > .table-bordered > tfoot > tr > th:first-child, + .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, -.table-responsive > .table-bordered > thead > tr > td:last-child, -.table-responsive > .table-bordered > tbody > tr > th:last-child, -.table-responsive > .table-bordered > tbody > tr > td:last-child, -.table-responsive > .table-bordered > tfoot > tr > th:last-child, -.table-responsive > .table-bordered > tfoot > tr > td:last-child { + .table-responsive > .table-bordered > thead > tr > td:last-child, + .table-responsive > .table-bordered > tbody > tr > th:last-child, + .table-responsive > .table-bordered > tbody > tr > td:last-child, + .table-responsive > .table-bordered > tfoot > tr > th:last-child, + .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, -.table-responsive > .table-bordered > tbody > tr:last-child > td, -.table-responsive > .table-bordered > tfoot > tr:last-child > th, -.table-responsive > .table-bordered > tfoot > tr:last-child > td { + .table-responsive > .table-bordered > tbody > tr:last-child > td, + .table-responsive > .table-bordered > tfoot > tr:last-child > th, + .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } @@ -389132,35 +389212,35 @@ textarea.form-control { @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type=date].form-control, -input[type=time].form-control, -input[type=datetime-local].form-control, -input[type=month].form-control { + input[type=time].form-control, + input[type=datetime-local].form-control, + input[type=month].form-control { line-height: 34px; } input[type=date].input-sm, -.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date], -input[type=time].input-sm, -.input-group-sm > .input-group-btn > input[type=time].btn, -.input-group-sm input[type=time], -input[type=datetime-local].input-sm, -.input-group-sm > .input-group-btn > input[type=datetime-local].btn, -.input-group-sm input[type=datetime-local], -input[type=month].input-sm, -.input-group-sm > .input-group-btn > input[type=month].btn, -.input-group-sm input[type=month] { + .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date], + input[type=time].input-sm, + .input-group-sm > .input-group-btn > input[type=time].btn, + .input-group-sm input[type=time], + input[type=datetime-local].input-sm, + .input-group-sm > .input-group-btn > input[type=datetime-local].btn, + .input-group-sm input[type=datetime-local], + input[type=month].input-sm, + .input-group-sm > .input-group-btn > input[type=month].btn, + .input-group-sm input[type=month] { line-height: 30px; } input[type=date].input-lg, -.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date], -input[type=time].input-lg, -.input-group-lg > .input-group-btn > input[type=time].btn, -.input-group-lg input[type=time], -input[type=datetime-local].input-lg, -.input-group-lg > .input-group-btn > input[type=datetime-local].btn, -.input-group-lg input[type=datetime-local], -input[type=month].input-lg, -.input-group-lg > .input-group-btn > input[type=month].btn, -.input-group-lg input[type=month] { + .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date], + input[type=time].input-lg, + .input-group-lg > .input-group-btn > input[type=time].btn, + .input-group-lg input[type=time], + input[type=datetime-local].input-lg, + .input-group-lg > .input-group-btn > input[type=datetime-local].btn, + .input-group-lg input[type=datetime-local], + input[type=month].input-lg, + .input-group-lg > .input-group-btn > input[type=month].btn, + .input-group-lg input[type=month] { line-height: 46px; } } @@ -389494,8 +389574,8 @@ select[multiple].input-lg, vertical-align: middle; } .form-inline .input-group .input-group-addon, -.form-inline .input-group .input-group-btn, -.form-inline .input-group .form-control { + .form-inline .input-group .input-group-btn, + .form-inline .input-group .form-control { width: auto; } .form-inline .input-group > .form-control { @@ -389506,18 +389586,18 @@ select[multiple].input-lg, vertical-align: middle; } .form-inline .radio, -.form-inline .checkbox { + .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio label, -.form-inline .checkbox label { + .form-inline .checkbox label { padding-left: 0; } .form-inline .radio input[type=radio], -.form-inline .checkbox input[type=checkbox] { + .form-inline .checkbox input[type=checkbox] { position: relative; margin-left: 0; } @@ -390537,8 +390617,8 @@ tbody.collapse.in { border-radius: 4px 4px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, -.nav-tabs-justified > .active > a:hover, -.nav-tabs-justified > .active > a:focus { + .nav-tabs-justified > .active > a:hover, + .nav-tabs-justified > .active > a:focus { border-bottom-color: #fff; } } @@ -390640,13 +390720,13 @@ tbody.collapse.in { } @media (max-device-width: 480px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, -.navbar-fixed-bottom .navbar-collapse { + .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } @media (min-width: 768px) { .navbar-fixed-top, -.navbar-fixed-bottom { + .navbar-fixed-bottom { border-radius: 0; } } @@ -390671,9 +390751,9 @@ tbody.collapse.in { } @media (min-width: 768px) { .container > .navbar-header, -.container > .navbar-collapse, -.container-fluid > .navbar-header, -.container-fluid > .navbar-collapse { + .container > .navbar-collapse, + .container-fluid > .navbar-header, + .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } @@ -390757,7 +390837,7 @@ tbody.collapse.in { box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, -.navbar-nav .open .dropdown-menu .dropdown-header { + .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { @@ -390811,8 +390891,8 @@ tbody.collapse.in { vertical-align: middle; } .navbar-form .input-group .input-group-addon, -.navbar-form .input-group .input-group-btn, -.navbar-form .input-group .form-control { + .navbar-form .input-group .input-group-btn, + .navbar-form .input-group .form-control { width: auto; } .navbar-form .input-group > .form-control { @@ -390823,18 +390903,18 @@ tbody.collapse.in { vertical-align: middle; } .navbar-form .radio, -.navbar-form .checkbox { + .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .radio label, -.navbar-form .checkbox label { + .navbar-form .checkbox label { padding-left: 0; } .navbar-form .radio input[type=radio], -.navbar-form .checkbox input[type=checkbox] { + .navbar-form .checkbox input[type=checkbox] { position: relative; margin-left: 0; } @@ -391389,7 +391469,7 @@ a.badge:hover, a.badge:focus { padding-left: 60px; } .jumbotron h1, -.jumbotron .h1 { + .jumbotron .h1 { font-size: 63px; } } @@ -392901,20 +392981,20 @@ button.close { @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, -.carousel-control .glyphicon-chevron-right, -.carousel-control .icon-prev, -.carousel-control .icon-next { + .carousel-control .glyphicon-chevron-right, + .carousel-control .icon-prev, + .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -10px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, -.carousel-control .icon-prev { + .carousel-control .icon-prev { margin-left: -10px; } .carousel-control .glyphicon-chevron-right, -.carousel-control .icon-next { + .carousel-control .icon-next { margin-right: -10px; } .carousel-caption { @@ -393021,7 +393101,7 @@ button.close { display: table-row !important; } th.visible-xs, -td.visible-xs { + td.visible-xs { display: table-cell !important; } } @@ -393054,7 +393134,7 @@ td.visible-xs { display: table-row !important; } th.visible-sm, -td.visible-sm { + td.visible-sm { display: table-cell !important; } } @@ -393087,7 +393167,7 @@ td.visible-sm { display: table-row !important; } th.visible-md, -td.visible-md { + td.visible-md { display: table-cell !important; } } @@ -393120,7 +393200,7 @@ td.visible-md { display: table-row !important; } th.visible-lg, -td.visible-lg { + td.visible-lg { display: table-cell !important; } } @@ -393177,7 +393257,7 @@ td.visible-lg { display: table-row !important; } th.visible-print, -td.visible-print { + td.visible-print { display: table-cell !important; } } @@ -394137,22 +394217,22 @@ ul.no-bullet, ol.no-bullet { display: table-cell !important; } a, -a:visited { + a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } .ir a:after, -a[href^="javascript:"]:after, -a[href^="#"]:after { + a[href^="javascript:"]:after, + a[href^="#"]:after { content: ""; } abbr[title]:after { content: " (" attr(title) ")"; } pre, -blockquote { + blockquote { border: 1px solid #8a8a8a; page-break-inside: avoid; } @@ -394160,7 +394240,7 @@ blockquote { display: table-header-group; } tr, -img { + img { page-break-inside: avoid; } img { @@ -394170,13 +394250,13 @@ img { margin: 0.5cm; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } .print-break-inside { @@ -397041,8 +397121,8 @@ table.unstriped tbody tr { display: none; } table.stack tr, -table.stack th, -table.stack td { + table.stack th, + table.stack td { display: block; } table.stack td { @@ -399097,7 +399177,7 @@ html.is-reveal-open body { flex-wrap: wrap; } .top-bar.stacked-for-medium .top-bar-left, -.top-bar.stacked-for-medium .top-bar-right { + .top-bar.stacked-for-medium .top-bar-right { flex: 0 0 100%; max-width: 100%; } @@ -399107,7 +399187,7 @@ html.is-reveal-open body { flex-wrap: wrap; } .top-bar.stacked-for-large .top-bar-left, -.top-bar.stacked-for-large .top-bar-right { + .top-bar.stacked-for-large .top-bar-right { flex: 0 0 100%; max-width: 100%; } @@ -399246,13 +399326,13 @@ html.is-reveal-open body { } @media screen and (orientation: landscape) { .show-for-landscape, -.hide-for-portrait { + .hide-for-portrait { display: block !important; } } @media screen and (orientation: portrait) { .show-for-landscape, -.hide-for-portrait { + .hide-for-portrait { display: none !important; } } @@ -399263,13 +399343,13 @@ html.is-reveal-open body { } @media screen and (orientation: landscape) { .hide-for-landscape, -.show-for-portrait { + .show-for-portrait { display: none !important; } } @media screen and (orientation: portrait) { .hide-for-landscape, -.show-for-portrait { + .show-for-portrait { display: block !important; } } @@ -400237,22 +400317,22 @@ ul.no-bullet, ol.no-bullet { display: table-cell !important; } a, -a:visited { + a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } .ir a:after, -a[href^="javascript:"]:after, -a[href^="#"]:after { + a[href^="javascript:"]:after, + a[href^="#"]:after { content: ""; } abbr[title]:after { content: " (" attr(title) ")"; } pre, -blockquote { + blockquote { border: 1px solid #8a8a8a; page-break-inside: avoid; } @@ -400260,7 +400340,7 @@ blockquote { display: table-header-group; } tr, -img { + img { page-break-inside: avoid; } img { @@ -400270,13 +400350,13 @@ img { margin: 0.5cm; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } .print-break-inside { @@ -403141,8 +403221,8 @@ table.unstriped tbody tr { display: none; } table.stack tr, -table.stack th, -table.stack td { + table.stack th, + table.stack td { display: block; } table.stack td { @@ -405197,7 +405277,7 @@ html.is-reveal-open body { flex-wrap: wrap; } .top-bar.stacked-for-medium .top-bar-left, -.top-bar.stacked-for-medium .top-bar-right { + .top-bar.stacked-for-medium .top-bar-right { flex: 0 0 100%; max-width: 100%; } @@ -405207,7 +405287,7 @@ html.is-reveal-open body { flex-wrap: wrap; } .top-bar.stacked-for-large .top-bar-left, -.top-bar.stacked-for-large .top-bar-right { + .top-bar.stacked-for-large .top-bar-right { flex: 0 0 100%; max-width: 100%; } @@ -405346,13 +405426,13 @@ html.is-reveal-open body { } @media screen and (orientation: landscape) { .show-for-landscape, -.hide-for-portrait { + .hide-for-portrait { display: block !important; } } @media screen and (orientation: portrait) { .show-for-landscape, -.hide-for-portrait { + .hide-for-portrait { display: none !important; } } @@ -405363,13 +405443,13 @@ html.is-reveal-open body { } @media screen and (orientation: landscape) { .hide-for-landscape, -.show-for-portrait { + .show-for-portrait { display: none !important; } } @media screen and (orientation: portrait) { .hide-for-landscape, -.show-for-portrait { + .show-for-portrait { display: block !important; } } @@ -406337,22 +406417,22 @@ ul.no-bullet, ol.no-bullet { display: table-cell !important; } a, -a:visited { + a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } .ir a:after, -a[href^="javascript:"]:after, -a[href^="#"]:after { + a[href^="javascript:"]:after, + a[href^="#"]:after { content: ""; } abbr[title]:after { content: " (" attr(title) ")"; } pre, -blockquote { + blockquote { border: 1px solid #8a8a8a; page-break-inside: avoid; } @@ -406360,7 +406440,7 @@ blockquote { display: table-header-group; } tr, -img { + img { page-break-inside: avoid; } img { @@ -406370,13 +406450,13 @@ img { margin: 0.5cm; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } .print-break-inside { @@ -409241,8 +409321,8 @@ table.unstriped tbody tr { display: none; } table.stack tr, -table.stack th, -table.stack td { + table.stack th, + table.stack td { display: block; } table.stack td { @@ -411297,7 +411377,7 @@ html.is-reveal-open body { flex-wrap: wrap; } .top-bar.stacked-for-medium .top-bar-left, -.top-bar.stacked-for-medium .top-bar-right { + .top-bar.stacked-for-medium .top-bar-right { flex: 0 0 100%; max-width: 100%; } @@ -411307,7 +411387,7 @@ html.is-reveal-open body { flex-wrap: wrap; } .top-bar.stacked-for-large .top-bar-left, -.top-bar.stacked-for-large .top-bar-right { + .top-bar.stacked-for-large .top-bar-right { flex: 0 0 100%; max-width: 100%; } @@ -411446,13 +411526,13 @@ html.is-reveal-open body { } @media screen and (orientation: landscape) { .show-for-landscape, -.hide-for-portrait { + .hide-for-portrait { display: block !important; } } @media screen and (orientation: portrait) { .show-for-landscape, -.hide-for-portrait { + .hide-for-portrait { display: none !important; } } @@ -411463,13 +411543,13 @@ html.is-reveal-open body { } @media screen and (orientation: landscape) { .hide-for-landscape, -.show-for-portrait { + .show-for-portrait { display: none !important; } } @media screen and (orientation: portrait) { .hide-for-landscape, -.show-for-portrait { + .show-for-portrait { display: block !important; } } @@ -412437,22 +412517,22 @@ ul.no-bullet, ol.no-bullet { display: table-cell !important; } a, -a:visited { + a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } .ir a:after, -a[href^="javascript:"]:after, -a[href^="#"]:after { + a[href^="javascript:"]:after, + a[href^="#"]:after { content: ""; } abbr[title]:after { content: " (" attr(title) ")"; } pre, -blockquote { + blockquote { border: 1px solid #8a8a8a; page-break-inside: avoid; } @@ -412460,7 +412540,7 @@ blockquote { display: table-header-group; } tr, -img { + img { page-break-inside: avoid; } img { @@ -412470,13 +412550,13 @@ img { margin: 0.5cm; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } .print-break-inside { @@ -415341,8 +415421,8 @@ table.unstriped tbody tr { display: none; } table.stack tr, -table.stack th, -table.stack td { + table.stack th, + table.stack td { display: block; } table.stack td { @@ -417397,7 +417477,7 @@ html.is-reveal-open body { flex-wrap: wrap; } .top-bar.stacked-for-medium .top-bar-left, -.top-bar.stacked-for-medium .top-bar-right { + .top-bar.stacked-for-medium .top-bar-right { flex: 0 0 100%; max-width: 100%; } @@ -417407,7 +417487,7 @@ html.is-reveal-open body { flex-wrap: wrap; } .top-bar.stacked-for-large .top-bar-left, -.top-bar.stacked-for-large .top-bar-right { + .top-bar.stacked-for-large .top-bar-right { flex: 0 0 100%; max-width: 100%; } @@ -417546,13 +417626,13 @@ html.is-reveal-open body { } @media screen and (orientation: landscape) { .show-for-landscape, -.hide-for-portrait { + .hide-for-portrait { display: block !important; } } @media screen and (orientation: portrait) { .show-for-landscape, -.hide-for-portrait { + .hide-for-portrait { display: none !important; } } @@ -417563,13 +417643,13 @@ html.is-reveal-open body { } @media screen and (orientation: landscape) { .hide-for-landscape, -.show-for-portrait { + .show-for-portrait { display: none !important; } } @media screen and (orientation: portrait) { .hide-for-landscape, -.show-for-portrait { + .show-for-portrait { display: block !important; } } @@ -427913,22 +427993,22 @@ ul.no-bullet, ol.no-bullet { display: table-cell !important; } a, -a:visited { + a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } .ir a:after, -a[href^="javascript:"]:after, -a[href^="#"]:after { + a[href^="javascript:"]:after, + a[href^="#"]:after { content: ""; } abbr[title]:after { content: " (" attr(title) ")"; } pre, -blockquote { + blockquote { border: 1px solid #8a8a8a; page-break-inside: avoid; } @@ -427936,7 +428016,7 @@ blockquote { display: table-header-group; } tr, -img { + img { page-break-inside: avoid; } img { @@ -427946,13 +428026,13 @@ img { margin: 0.5cm; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } .print-break-inside { @@ -430817,8 +430897,8 @@ table.unstriped tbody tr { display: none; } table.stack tr, -table.stack th, -table.stack td { + table.stack th, + table.stack td { display: block; } table.stack td { @@ -432873,7 +432953,7 @@ html.is-reveal-open body { flex-wrap: wrap; } .top-bar.stacked-for-medium .top-bar-left, -.top-bar.stacked-for-medium .top-bar-right { + .top-bar.stacked-for-medium .top-bar-right { flex: 0 0 100%; max-width: 100%; } @@ -432883,7 +432963,7 @@ html.is-reveal-open body { flex-wrap: wrap; } .top-bar.stacked-for-large .top-bar-left, -.top-bar.stacked-for-large .top-bar-right { + .top-bar.stacked-for-large .top-bar-right { flex: 0 0 100%; max-width: 100%; } @@ -433022,13 +433102,13 @@ html.is-reveal-open body { } @media screen and (orientation: landscape) { .show-for-landscape, -.hide-for-portrait { + .hide-for-portrait { display: block !important; } } @media screen and (orientation: portrait) { .show-for-landscape, -.hide-for-portrait { + .hide-for-portrait { display: none !important; } } @@ -433039,13 +433119,13 @@ html.is-reveal-open body { } @media screen and (orientation: landscape) { .hide-for-landscape, -.show-for-portrait { + .show-for-portrait { display: none !important; } } @media screen and (orientation: portrait) { .hide-for-landscape, -.show-for-portrait { + .show-for-portrait { display: block !important; } } @@ -434013,22 +434093,22 @@ ul.no-bullet, ol.no-bullet { display: table-cell !important; } a, -a:visited { + a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } .ir a:after, -a[href^="javascript:"]:after, -a[href^="#"]:after { + a[href^="javascript:"]:after, + a[href^="#"]:after { content: ""; } abbr[title]:after { content: " (" attr(title) ")"; } pre, -blockquote { + blockquote { border: 1px solid #8a8a8a; page-break-inside: avoid; } @@ -434036,7 +434116,7 @@ blockquote { display: table-header-group; } tr, -img { + img { page-break-inside: avoid; } img { @@ -434046,13 +434126,13 @@ img { margin: 0.5cm; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } .print-break-inside { @@ -436917,8 +436997,8 @@ table.unstriped tbody tr { display: none; } table.stack tr, -table.stack th, -table.stack td { + table.stack th, + table.stack td { display: block; } table.stack td { @@ -438973,7 +439053,7 @@ html.is-reveal-open body { flex-wrap: wrap; } .top-bar.stacked-for-medium .top-bar-left, -.top-bar.stacked-for-medium .top-bar-right { + .top-bar.stacked-for-medium .top-bar-right { flex: 0 0 100%; max-width: 100%; } @@ -438983,7 +439063,7 @@ html.is-reveal-open body { flex-wrap: wrap; } .top-bar.stacked-for-large .top-bar-left, -.top-bar.stacked-for-large .top-bar-right { + .top-bar.stacked-for-large .top-bar-right { flex: 0 0 100%; max-width: 100%; } @@ -439122,13 +439202,13 @@ html.is-reveal-open body { } @media screen and (orientation: landscape) { .show-for-landscape, -.hide-for-portrait { + .hide-for-portrait { display: block !important; } } @media screen and (orientation: portrait) { .show-for-landscape, -.hide-for-portrait { + .hide-for-portrait { display: none !important; } } @@ -439139,13 +439219,13 @@ html.is-reveal-open body { } @media screen and (orientation: landscape) { .hide-for-landscape, -.show-for-portrait { + .show-for-portrait { display: none !important; } } @media screen and (orientation: portrait) { .hide-for-landscape, -.show-for-portrait { + .show-for-portrait { display: block !important; } } @@ -440113,22 +440193,22 @@ ul.no-bullet, ol.no-bullet { display: table-cell !important; } a, -a:visited { + a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } .ir a:after, -a[href^="javascript:"]:after, -a[href^="#"]:after { + a[href^="javascript:"]:after, + a[href^="#"]:after { content: ""; } abbr[title]:after { content: " (" attr(title) ")"; } pre, -blockquote { + blockquote { border: 1px solid #8a8a8a; page-break-inside: avoid; } @@ -440136,7 +440216,7 @@ blockquote { display: table-header-group; } tr, -img { + img { page-break-inside: avoid; } img { @@ -440146,13 +440226,13 @@ img { margin: 0.5cm; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } .print-break-inside { @@ -443017,8 +443097,8 @@ table.unstriped tbody tr { display: none; } table.stack tr, -table.stack th, -table.stack td { + table.stack th, + table.stack td { display: block; } table.stack td { @@ -445073,7 +445153,7 @@ html.is-reveal-open body { flex-wrap: wrap; } .top-bar.stacked-for-medium .top-bar-left, -.top-bar.stacked-for-medium .top-bar-right { + .top-bar.stacked-for-medium .top-bar-right { flex: 0 0 100%; max-width: 100%; } @@ -445083,7 +445163,7 @@ html.is-reveal-open body { flex-wrap: wrap; } .top-bar.stacked-for-large .top-bar-left, -.top-bar.stacked-for-large .top-bar-right { + .top-bar.stacked-for-large .top-bar-right { flex: 0 0 100%; max-width: 100%; } @@ -445222,13 +445302,13 @@ html.is-reveal-open body { } @media screen and (orientation: landscape) { .show-for-landscape, -.hide-for-portrait { + .hide-for-portrait { display: block !important; } } @media screen and (orientation: portrait) { .show-for-landscape, -.hide-for-portrait { + .hide-for-portrait { display: none !important; } } @@ -445239,13 +445319,13 @@ html.is-reveal-open body { } @media screen and (orientation: landscape) { .hide-for-landscape, -.show-for-portrait { + .show-for-portrait { display: none !important; } } @media screen and (orientation: portrait) { .hide-for-landscape, -.show-for-portrait { + .show-for-portrait { display: block !important; } } @@ -446213,22 +446293,22 @@ ul.no-bullet, ol.no-bullet { display: table-cell !important; } a, -a:visited { + a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } .ir a:after, -a[href^="javascript:"]:after, -a[href^="#"]:after { + a[href^="javascript:"]:after, + a[href^="#"]:after { content: ""; } abbr[title]:after { content: " (" attr(title) ")"; } pre, -blockquote { + blockquote { border: 1px solid #8a8a8a; page-break-inside: avoid; } @@ -446236,7 +446316,7 @@ blockquote { display: table-header-group; } tr, -img { + img { page-break-inside: avoid; } img { @@ -446246,13 +446326,13 @@ img { margin: 0.5cm; } p, -h2, -h3 { + h2, + h3 { orphans: 3; widows: 3; } h2, -h3 { + h3 { page-break-after: avoid; } .print-break-inside { @@ -449117,8 +449197,8 @@ table.unstriped tbody tr { display: none; } table.stack tr, -table.stack th, -table.stack td { + table.stack th, + table.stack td { display: block; } table.stack td { @@ -451173,7 +451253,7 @@ html.is-reveal-open body { flex-wrap: wrap; } .top-bar.stacked-for-medium .top-bar-left, -.top-bar.stacked-for-medium .top-bar-right { + .top-bar.stacked-for-medium .top-bar-right { flex: 0 0 100%; max-width: 100%; } @@ -451183,7 +451263,7 @@ html.is-reveal-open body { flex-wrap: wrap; } .top-bar.stacked-for-large .top-bar-left, -.top-bar.stacked-for-large .top-bar-right { + .top-bar.stacked-for-large .top-bar-right { flex: 0 0 100%; max-width: 100%; } @@ -451322,13 +451402,13 @@ html.is-reveal-open body { } @media screen and (orientation: landscape) { .show-for-landscape, -.hide-for-portrait { + .hide-for-portrait { display: block !important; } } @media screen and (orientation: portrait) { .show-for-landscape, -.hide-for-portrait { + .hide-for-portrait { display: none !important; } } @@ -451339,13 +451419,13 @@ html.is-reveal-open body { } @media screen and (orientation: landscape) { .hide-for-landscape, -.show-for-portrait { + .show-for-portrait { display: none !important; } } @media screen and (orientation: portrait) { .hide-for-landscape, -.show-for-portrait { + .show-for-portrait { display: block !important; } } @@ -454767,7 +454847,7 @@ Deprecation Using / for division outside of calc() is deprecated and will be rem ] `; -exports[`loader should work with the 'resolve.byDependecy.sass' option ('dart-sass', 'legacy' API, 'sass' syntax): css 1`] = ` +exports[`loader should work with the 'resolve.byDependency.sass' option ('dart-sass', 'legacy' API, 'sass' syntax): css 1`] = ` ".a { color: red; } @@ -454777,11 +454857,11 @@ exports[`loader should work with the 'resolve.byDependecy.sass' option ('dart-sa }" `; -exports[`loader should work with the 'resolve.byDependecy.sass' option ('dart-sass', 'legacy' API, 'sass' syntax): errors 1`] = `[]`; +exports[`loader should work with the 'resolve.byDependency.sass' option ('dart-sass', 'legacy' API, 'sass' syntax): errors 1`] = `[]`; -exports[`loader should work with the 'resolve.byDependecy.sass' option ('dart-sass', 'legacy' API, 'sass' syntax): warnings 1`] = `[]`; +exports[`loader should work with the 'resolve.byDependency.sass' option ('dart-sass', 'legacy' API, 'sass' syntax): warnings 1`] = `[]`; -exports[`loader should work with the 'resolve.byDependecy.sass' option ('dart-sass', 'legacy' API, 'scss' syntax): css 1`] = ` +exports[`loader should work with the 'resolve.byDependency.sass' option ('dart-sass', 'legacy' API, 'scss' syntax): css 1`] = ` ".a { color: red; } @@ -454791,11 +454871,11 @@ exports[`loader should work with the 'resolve.byDependecy.sass' option ('dart-sa }" `; -exports[`loader should work with the 'resolve.byDependecy.sass' option ('dart-sass', 'legacy' API, 'scss' syntax): errors 1`] = `[]`; +exports[`loader should work with the 'resolve.byDependency.sass' option ('dart-sass', 'legacy' API, 'scss' syntax): errors 1`] = `[]`; -exports[`loader should work with the 'resolve.byDependecy.sass' option ('dart-sass', 'legacy' API, 'scss' syntax): warnings 1`] = `[]`; +exports[`loader should work with the 'resolve.byDependency.sass' option ('dart-sass', 'legacy' API, 'scss' syntax): warnings 1`] = `[]`; -exports[`loader should work with the 'resolve.byDependecy.sass' option ('node-sass', 'legacy' API, 'sass' syntax): css 1`] = ` +exports[`loader should work with the 'resolve.byDependency.sass' option ('node-sass', 'legacy' API, 'sass' syntax): css 1`] = ` ".a { color: red; } @@ -454804,11 +454884,11 @@ exports[`loader should work with the 'resolve.byDependecy.sass' option ('node-sa " `; -exports[`loader should work with the 'resolve.byDependecy.sass' option ('node-sass', 'legacy' API, 'sass' syntax): errors 1`] = `[]`; +exports[`loader should work with the 'resolve.byDependency.sass' option ('node-sass', 'legacy' API, 'sass' syntax): errors 1`] = `[]`; -exports[`loader should work with the 'resolve.byDependecy.sass' option ('node-sass', 'legacy' API, 'sass' syntax): warnings 1`] = `[]`; +exports[`loader should work with the 'resolve.byDependency.sass' option ('node-sass', 'legacy' API, 'sass' syntax): warnings 1`] = `[]`; -exports[`loader should work with the 'resolve.byDependecy.sass' option ('node-sass', 'legacy' API, 'scss' syntax): css 1`] = ` +exports[`loader should work with the 'resolve.byDependency.sass' option ('node-sass', 'legacy' API, 'scss' syntax): css 1`] = ` ".a { color: red; } @@ -454817,11 +454897,11 @@ exports[`loader should work with the 'resolve.byDependecy.sass' option ('node-sa " `; -exports[`loader should work with the 'resolve.byDependecy.sass' option ('node-sass', 'legacy' API, 'scss' syntax): errors 1`] = `[]`; +exports[`loader should work with the 'resolve.byDependency.sass' option ('node-sass', 'legacy' API, 'scss' syntax): errors 1`] = `[]`; -exports[`loader should work with the 'resolve.byDependecy.sass' option ('node-sass', 'legacy' API, 'scss' syntax): warnings 1`] = `[]`; +exports[`loader should work with the 'resolve.byDependency.sass' option ('node-sass', 'legacy' API, 'scss' syntax): warnings 1`] = `[]`; -exports[`loader should work with the 'resolve.byDependecy.sass' option ('sass-embedded', 'legacy' API, 'sass' syntax): css 1`] = ` +exports[`loader should work with the 'resolve.byDependency.sass' option ('sass-embedded', 'legacy' API, 'sass' syntax): css 1`] = ` ".a { color: red; } @@ -454831,11 +454911,11 @@ exports[`loader should work with the 'resolve.byDependecy.sass' option ('sass-em }" `; -exports[`loader should work with the 'resolve.byDependecy.sass' option ('sass-embedded', 'legacy' API, 'sass' syntax): errors 1`] = `[]`; +exports[`loader should work with the 'resolve.byDependency.sass' option ('sass-embedded', 'legacy' API, 'sass' syntax): errors 1`] = `[]`; -exports[`loader should work with the 'resolve.byDependecy.sass' option ('sass-embedded', 'legacy' API, 'sass' syntax): warnings 1`] = `[]`; +exports[`loader should work with the 'resolve.byDependency.sass' option ('sass-embedded', 'legacy' API, 'sass' syntax): warnings 1`] = `[]`; -exports[`loader should work with the 'resolve.byDependecy.sass' option ('sass-embedded', 'legacy' API, 'scss' syntax): css 1`] = ` +exports[`loader should work with the 'resolve.byDependency.sass' option ('sass-embedded', 'legacy' API, 'scss' syntax): css 1`] = ` ".a { color: red; } @@ -454845,6 +454925,6 @@ exports[`loader should work with the 'resolve.byDependecy.sass' option ('sass-em }" `; -exports[`loader should work with the 'resolve.byDependecy.sass' option ('sass-embedded', 'legacy' API, 'scss' syntax): errors 1`] = `[]`; +exports[`loader should work with the 'resolve.byDependency.sass' option ('sass-embedded', 'legacy' API, 'scss' syntax): errors 1`] = `[]`; -exports[`loader should work with the 'resolve.byDependecy.sass' option ('sass-embedded', 'legacy' API, 'scss' syntax): warnings 1`] = `[]`; +exports[`loader should work with the 'resolve.byDependency.sass' option ('sass-embedded', 'legacy' API, 'scss' syntax): warnings 1`] = `[]`; diff --git a/test/__snapshots__/sassOptions-option.test.js.snap b/test/__snapshots__/sassOptions-option.test.js.snap index b270af18..55bee5f2 100644 --- a/test/__snapshots__/sassOptions-option.test.js.snap +++ b/test/__snapshots__/sassOptions-option.test.js.snap @@ -4158,6 +4158,22 @@ exports[`sassOptions option should work when the option like "Object" ('sass-emb exports[`sassOptions option should work when the option like "Object" ('sass-embedded', 'modern' API, 'scss' syntax): warnings 1`] = `[]`; +exports[`sassOptions option should work with custom scheme import ('dart-sass', 'modern' API, 'sass' syntax): errors 1`] = `[]`; + +exports[`sassOptions option should work with custom scheme import ('dart-sass', 'modern' API, 'sass' syntax): warnings 1`] = `[]`; + +exports[`sassOptions option should work with custom scheme import ('dart-sass', 'modern' API, 'scss' syntax): errors 1`] = `[]`; + +exports[`sassOptions option should work with custom scheme import ('dart-sass', 'modern' API, 'scss' syntax): warnings 1`] = `[]`; + +exports[`sassOptions option should work with custom scheme import ('sass-embedded', 'modern' API, 'sass' syntax): errors 1`] = `[]`; + +exports[`sassOptions option should work with custom scheme import ('sass-embedded', 'modern' API, 'sass' syntax): warnings 1`] = `[]`; + +exports[`sassOptions option should work with custom scheme import ('sass-embedded', 'modern' API, 'scss' syntax): errors 1`] = `[]`; + +exports[`sassOptions option should work with custom scheme import ('sass-embedded', 'modern' API, 'scss' syntax): warnings 1`] = `[]`; + exports[`sassOptions option should work with the "fiber" option ('dart-sass', 'legacy' API, 'sass' syntax): css 1`] = ` "@charset "UTF-8"; @import "./file.css"; diff --git a/test/helpers/getCodeFromSass.js b/test/helpers/getCodeFromSass.js index 95f9c9c1..665b30b5 100644 --- a/test/helpers/getCodeFromSass.js +++ b/test/helpers/getCodeFromSass.js @@ -72,7 +72,7 @@ async function getCodeFromSass(testId, options, context = {}) { } console.warn( - "Expedted to receive .packageExportsCustomConditionTestVariant to properly resolve stylesheet in sass only compilation. " + "Expected to receive .packageExportsCustomConditionTestVariant to properly resolve stylesheet in sass only compilation. " ); return ""; }; diff --git a/test/loader.test.js b/test/loader.test.js index 50f6cebf..d147e2b1 100644 --- a/test/loader.test.js +++ b/test/loader.test.js @@ -1210,7 +1210,7 @@ describe("loader", () => { } if (!isModernAPI) { - it(`should work with the 'resolve.byDependecy.sass' option ('${implementationName}', '${api}' API, '${syntax}' syntax)`, async () => { + it(`should work with the 'resolve.byDependency.sass' option ('${implementationName}', '${api}' API, '${syntax}' syntax)`, async () => { const testId = getTestId("by-dependency", syntax); const options = { implementation, diff --git a/test/sass/modern-vars.sass b/test/sass/modern-vars.sass new file mode 100644 index 00000000..35c06b47 --- /dev/null +++ b/test/sass/modern-vars.sass @@ -0,0 +1 @@ +$color-fg: #000 diff --git a/test/sass/modern.sass b/test/sass/modern.sass new file mode 100644 index 00000000..3f38808d --- /dev/null +++ b/test/sass/modern.sass @@ -0,0 +1,6 @@ +@import 'modern-vars' +// this is import by custom importer +@import 'bgcolor:cornflowerblue' + +a + --color-fg: $color-fg diff --git a/test/sassOptions-option.test.js b/test/sassOptions-option.test.js index bac298e5..07a65d26 100644 --- a/test/sassOptions-option.test.js +++ b/test/sassOptions-option.test.js @@ -149,6 +149,39 @@ describe("sassOptions option", () => { expect(getWarnings(stats)).toMatchSnapshot("warnings"); expect(getErrors(stats)).toMatchSnapshot("errors"); }); + + it(`should work with custom scheme import ('${implementationName}', '${api}' API, '${syntax}' syntax)`, async () => { + const testId = getTestId("modern", syntax); + const options = { + implementation, + api, + sassOptions: { + // https://sass-lang.com/documentation/js-api/interfaces/Importer + importers: [ + { + canonicalize(url) { + if (!url.startsWith("bgcolor:")) { + return null; + } + + return new URL(url); + }, + load(canonicalUrl) { + return { + contents: `body {background-color: ${canonicalUrl.pathname}}`, + syntax: "scss", + }; + }, + }, + ], + }, + }; + const compiler = getCompiler(testId, { loader: { options } }); + const stats = await compile(compiler); + + expect(getWarnings(stats)).toMatchSnapshot("warnings"); + expect(getErrors(stats)).toMatchSnapshot("errors"); + }); } else { it(`should ignore the "file" option ('${implementationName}', '${api}' API, '${syntax}' syntax)`, async () => { const testId = getTestId("language", syntax); diff --git a/test/scss/modern-vars.scss b/test/scss/modern-vars.scss new file mode 100644 index 00000000..a46f606a --- /dev/null +++ b/test/scss/modern-vars.scss @@ -0,0 +1 @@ +$color-fg: #000; diff --git a/test/scss/modern.scss b/test/scss/modern.scss new file mode 100644 index 00000000..e06a74ce --- /dev/null +++ b/test/scss/modern.scss @@ -0,0 +1,7 @@ +@import 'modern-vars'; +// this is import by custom importer +@import 'bgcolor:cornflowerblue'; + +a { + --color-fg: $color-fg; +}