commit 58eedc53e12801385a3af7ed9dc3ccf41e2d3be8 Author: edgarhrh <77600139+edgarhrh@users.noreply.github.com> Date: Tue Oct 22 09:08:26 2024 +0800 1 diff --git a/.babelrc b/.babelrc new file mode 100644 index 0000000..5672c7a --- /dev/null +++ b/.babelrc @@ -0,0 +1,10 @@ +{ + "presets": [ + [ + "@babel/preset-env", + { + "targets": "> 0.25%, not dead" + } + ] + ] +} diff --git a/.env.dev b/.env.dev new file mode 100644 index 0000000..e499c0c --- /dev/null +++ b/.env.dev @@ -0,0 +1,2 @@ +NODE_ENV="development" +VITE_BASE_API="/api" \ No newline at end of file diff --git a/.env.prod b/.env.prod new file mode 100644 index 0000000..c6c7df3 --- /dev/null +++ b/.env.prod @@ -0,0 +1,2 @@ +NODE_ENV="production" +VITE_BASE_API="http://localhost:5090/" \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8c1642d --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +.DS_Store +dist +dist-ssr +coverage +*.local + +/cypress/videos/ +/cypress/screenshots/ + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? + +*.tsbuildinfo + +.vercel diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html new file mode 100644 index 0000000..49cd27e --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + + + + + + 博工科技 + + +
+ + + diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..1907fb6 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,4342 @@ +{ + "name": "-", + "version": "0.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "-", + "version": "0.0.0", + "dependencies": { + "@phosphor-icons/vue": "^2.1.6", + "@vueuse/core": "^10.8.0", + "axios": "^1.7.2", + "bootstrap": "^5.3.3", + "swiper": "^11.0.6", + "vant": "^4.9.4", + "vue": "^3.4.15", + "vue-countup-v3": "^1.4.1", + "vue-router": "^4.2.5" + }, + "devDependencies": { + "@babel/core": "^7.24.9", + "@babel/preset-env": "^7.25.0", + "@rollup/plugin-babel": "^6.0.4", + "@tsconfig/node20": "^20.1.2", + "@types/bootstrap": "^5.2.10", + "@vitejs/plugin-vue": "^5.0.3", + "@vitejs/plugin-vue-jsx": "^4.0.0", + "@vue/tsconfig": "^0.5.1", + "amfe-flexible": "^2.2.1", + "npm-run-all2": "^6.1.1", + "postcss-pxtorem": "^6.0.0", + "sass": "^1.71.1", + "typescript": "~5.3.0", + "vite": "^5.0.11", + "vue-tsc": "^1.8.27" + } + }, + "node_modules/@ampproject/remapping": { + "version": "2.3.0", + "resolved": "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.3.0.tgz", + "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", + "dev": true, + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.24" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.24.7.tgz", + "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==", + "dev": true, + "dependencies": { + "@babel/highlight": "^7.24.7", + "picocolors": "^1.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/compat-data": { + "version": "7.25.0", + "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.25.0.tgz", + "integrity": "sha512-P4fwKI2mjEb3ZU5cnMJzvRsRKGBUcs8jvxIoRmr6ufAY9Xk2Bz7JubRTTivkw55c7WQJfTECeqYVa+HZ0FzREg==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core": { + "version": "7.24.9", + "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.24.9.tgz", + "integrity": "sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==", + "dev": true, + "dependencies": { + "@ampproject/remapping": "^2.2.0", + "@babel/code-frame": "^7.24.7", + "@babel/generator": "^7.24.9", + "@babel/helper-compilation-targets": "^7.24.8", + "@babel/helper-module-transforms": "^7.24.9", + "@babel/helpers": "^7.24.8", + "@babel/parser": "^7.24.8", + "@babel/template": "^7.24.7", + "@babel/traverse": "^7.24.8", + "@babel/types": "^7.24.9", + "convert-source-map": "^2.0.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.3", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + } + }, + "node_modules/@babel/core/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/generator": { + "version": "7.25.0", + "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.25.0.tgz", + "integrity": "sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==", + "dev": true, + "dependencies": { + "@babel/types": "^7.25.0", + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25", + "jsesc": "^2.5.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-annotate-as-pure": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz", + "integrity": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==", + "dev": true, + "dependencies": { + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.7.tgz", + "integrity": "sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==", + "dev": true, + "dependencies": { + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets": { + "version": "7.24.8", + "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz", + "integrity": "sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.24.8", + "@babel/helper-validator-option": "^7.24.8", + "browserslist": "^4.23.1", + "lru-cache": "^5.1.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmmirror.com/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.1", + "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/helper-compilation-targets/node_modules/yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true + }, + "node_modules/@babel/helper-create-class-features-plugin": { + "version": "7.25.0", + "resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.0.tgz", + "integrity": "sha512-GYM6BxeQsETc9mnct+nIIpf63SAyzvyYN7UB/IlTyd+MBg06afFGp0mIeUqGyWgS2mxad6vqbMrHVlaL3m70sQ==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-member-expression-to-functions": "^7.24.8", + "@babel/helper-optimise-call-expression": "^7.24.7", + "@babel/helper-replace-supers": "^7.25.0", + "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", + "@babel/traverse": "^7.25.0", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/helper-create-regexp-features-plugin": { + "version": "7.25.0", + "resolved": "https://registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.0.tgz", + "integrity": "sha512-q0T+dknZS+L5LDazIP+02gEZITG5unzvb6yIjcmj5i0eFrs5ToBV2m2JGH4EsE/gtP8ygEGLGApBgRIZkTm7zg==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.24.7", + "regexpu-core": "^5.3.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/helper-define-polyfill-provider": { + "version": "0.6.2", + "resolved": "https://registry.npmmirror.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz", + "integrity": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==", + "dev": true, + "dependencies": { + "@babel/helper-compilation-targets": "^7.22.6", + "@babel/helper-plugin-utils": "^7.22.5", + "debug": "^4.1.1", + "lodash.debounce": "^4.0.8", + "resolve": "^1.14.2" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/@babel/helper-member-expression-to-functions": { + "version": "7.24.8", + "resolved": "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz", + "integrity": "sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==", + "dev": true, + "dependencies": { + "@babel/traverse": "^7.24.8", + "@babel/types": "^7.24.8" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-imports": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz", + "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==", + "dev": true, + "dependencies": { + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms": { + "version": "7.25.0", + "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.0.tgz", + "integrity": "sha512-bIkOa2ZJYn7FHnepzr5iX9Kmz8FjIz4UKzJ9zhX3dnYuVW0xul9RuR3skBfoLu+FPTQw90EHW9rJsSZhyLQ3fQ==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "^7.24.7", + "@babel/helper-simple-access": "^7.24.7", + "@babel/helper-validator-identifier": "^7.24.7", + "@babel/traverse": "^7.25.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-optimise-call-expression": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz", + "integrity": "sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==", + "dev": true, + "dependencies": { + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-plugin-utils": { + "version": "7.24.8", + "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz", + "integrity": "sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-remap-async-to-generator": { + "version": "7.25.0", + "resolved": "https://registry.npmmirror.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.0.tgz", + "integrity": "sha512-NhavI2eWEIz/H9dbrG0TuOicDhNexze43i5z7lEqwYm0WEZVTwnPpA0EafUTP7+6/W79HWIP2cTe3Z5NiSTVpw==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-wrap-function": "^7.25.0", + "@babel/traverse": "^7.25.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-replace-supers": { + "version": "7.25.0", + "resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.25.0.tgz", + "integrity": "sha512-q688zIvQVYtZu+i2PsdIu/uWGRpfxzr5WESsfpShfZECkO+d2o+WROWezCi/Q6kJ0tfPa5+pUGUlfx2HhrA3Bg==", + "dev": true, + "dependencies": { + "@babel/helper-member-expression-to-functions": "^7.24.8", + "@babel/helper-optimise-call-expression": "^7.24.7", + "@babel/traverse": "^7.25.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-simple-access": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz", + "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==", + "dev": true, + "dependencies": { + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-skip-transparent-expression-wrappers": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz", + "integrity": "sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==", + "dev": true, + "dependencies": { + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-string-parser": { + "version": "7.24.8", + "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz", + "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz", + "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-option": { + "version": "7.24.8", + "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz", + "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-wrap-function": { + "version": "7.25.0", + "resolved": "https://registry.npmmirror.com/@babel/helper-wrap-function/-/helper-wrap-function-7.25.0.tgz", + "integrity": "sha512-s6Q1ebqutSiZnEjaofc/UKDyC4SbzV5n5SrA2Gq8UawLycr3i04f1dX4OzoQVnexm6aOCh37SQNYlJ/8Ku+PMQ==", + "dev": true, + "dependencies": { + "@babel/template": "^7.25.0", + "@babel/traverse": "^7.25.0", + "@babel/types": "^7.25.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers": { + "version": "7.25.0", + "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.25.0.tgz", + "integrity": "sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==", + "dev": true, + "dependencies": { + "@babel/template": "^7.25.0", + "@babel/types": "^7.25.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/highlight/-/highlight-7.24.7.tgz", + "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==", + "dev": true, + "dependencies": { + "@babel/helper-validator-identifier": "^7.24.7", + "chalk": "^2.4.2", + "js-tokens": "^4.0.0", + "picocolors": "^1.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/parser": { + "version": "7.25.0", + "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.25.0.tgz", + "integrity": "sha512-CzdIU9jdP0dg7HdyB+bHvDJGagUv+qtzZt5rYCWwW6tITNqV9odjp6Qu41gkG0ca5UfdDUWrKkiAnHHdGRnOrA==", + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { + "version": "7.25.0", + "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.0.tgz", + "integrity": "sha512-dG0aApncVQwAUJa8tP1VHTnmU67BeIQvKafd3raEx315H54FfkZSz3B/TT+33ZQAjatGJA79gZqTtqL5QZUKXw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/traverse": "^7.25.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": { + "version": "7.25.0", + "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.0.tgz", + "integrity": "sha512-Bm4bH2qsX880b/3ziJ8KD711LT7z4u8CFudmjqle65AZj/HNUFhEf90dqYv6O86buWvSBmeQDjv0Tn2aF/bIBA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.8" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { + "version": "7.25.0", + "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.0.tgz", + "integrity": "sha512-lXwdNZtTmeVOOFtwM/WDe7yg1PL8sYhRk/XH0FzbR2HDQ0xC+EnQ/JHeoMYSavtU115tnUk0q9CDyq8si+LMAA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.8" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.7.tgz", + "integrity": "sha512-+izXIbke1T33mY4MSNnrqhPXDz01WYhEf3yF5NbnUtkiNnm+XBZJl3kNfoK6NKmYlz/D07+l2GWVK/QfDkNCuQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", + "@babel/plugin-transform-optional-chaining": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.13.0" + } + }, + "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { + "version": "7.25.0", + "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.0.tgz", + "integrity": "sha512-tggFrk1AIShG/RUQbEwt2Tr/E+ObkfwrPjR6BjbRvsx24+PSjK8zrq0GWPNCjo8qpRx4DuJzlcvWJqlm+0h3kw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/traverse": "^7.25.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-proposal-private-property-in-object": { + "version": "7.21.0-placeholder-for-preset-env.2", + "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", + "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", + "dev": true, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-async-generators": { + "version": "7.8.4", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-class-properties": { + "version": "7.12.13", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", + "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.12.13" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-class-static-block": { + "version": "7.14.5", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", + "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-dynamic-import": { + "version": "7.8.3", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", + "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-export-namespace-from": { + "version": "7.8.3", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", + "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.3" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-import-assertions": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.7.tgz", + "integrity": "sha512-Ec3NRUMoi8gskrkBe3fNmEQfxDvY8bgfQpz6jlk/41kX9eUjvpyqWU7PBP/pLAvMaSQjbMNKJmvX57jP+M6bPg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-import-attributes": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.7.tgz", + "integrity": "sha512-hbX+lKKeUMGihnK8nvKqmXBInriT3GVjzXKFriV3YC6APGxMbP8RZNFwy91+hocLXq90Mta+HshoB31802bb8A==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-import-meta": { + "version": "7.10.4", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", + "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-json-strings": { + "version": "7.8.3", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-jsx": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz", + "integrity": "sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-logical-assignment-operators": { + "version": "7.10.4", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", + "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { + "version": "7.8.3", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", + "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-numeric-separator": { + "version": "7.10.4", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", + "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-object-rest-spread": { + "version": "7.8.3", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-catch-binding": { + "version": "7.8.3", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", + "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-chaining": { + "version": "7.8.3", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", + "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-private-property-in-object": { + "version": "7.14.5", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", + "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-top-level-await": { + "version": "7.14.5", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", + "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-typescript": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.7.tgz", + "integrity": "sha512-c/+fVeJBB0FeKsFvwytYiUD+LBvhHjGSI0g446PRGdSVGZLRNArBUno2PETbAly3tpiNAQR5XaZ+JslxkotsbA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-unicode-sets-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", + "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-transform-arrow-functions": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.7.tgz", + "integrity": "sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-async-generator-functions": { + "version": "7.25.0", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.0.tgz", + "integrity": "sha512-uaIi2FdqzjpAMvVqvB51S42oC2JEVgh0LDsGfZVDysWE8LrJtQC2jvKmOqEYThKyB7bDEb7BP1GYWDm7tABA0Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-remap-async-to-generator": "^7.25.0", + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/traverse": "^7.25.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-async-to-generator": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.7.tgz", + "integrity": "sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-remap-async-to-generator": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-block-scoped-functions": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.7.tgz", + "integrity": "sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-block-scoping": { + "version": "7.25.0", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.0.tgz", + "integrity": "sha512-yBQjYoOjXlFv9nlXb3f1casSHOZkWr29NX+zChVanLg5Nc157CrbEX9D7hxxtTpuFy7Q0YzmmWfJxzvps4kXrQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.8" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-class-properties": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz", + "integrity": "sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-class-static-block": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.7.tgz", + "integrity": "sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-class-static-block": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.12.0" + } + }, + "node_modules/@babel/plugin-transform-classes": { + "version": "7.25.0", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.0.tgz", + "integrity": "sha512-xyi6qjr/fYU304fiRwFbekzkqVJZ6A7hOjWZd+89FVcBqPV3S9Wuozz82xdpLspckeaafntbzglaW4pqpzvtSw==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-compilation-targets": "^7.24.8", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-replace-supers": "^7.25.0", + "@babel/traverse": "^7.25.0", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-computed-properties": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.7.tgz", + "integrity": "sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/template": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-destructuring": { + "version": "7.24.8", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.8.tgz", + "integrity": "sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.8" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-dotall-regex": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.7.tgz", + "integrity": "sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-duplicate-keys": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.7.tgz", + "integrity": "sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": { + "version": "7.25.0", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.0.tgz", + "integrity": "sha512-YLpb4LlYSc3sCUa35un84poXoraOiQucUTTu8X1j18JV+gNa8E0nyUf/CjZ171IRGr4jEguF+vzJU66QZhn29g==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.25.0", + "@babel/helper-plugin-utils": "^7.24.8" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-transform-dynamic-import": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz", + "integrity": "sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-dynamic-import": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-exponentiation-operator": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.7.tgz", + "integrity": "sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ==", + "dev": true, + "dependencies": { + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-export-namespace-from": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.7.tgz", + "integrity": "sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-for-of": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.7.tgz", + "integrity": "sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-function-name": { + "version": "7.25.1", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.1.tgz", + "integrity": "sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==", + "dev": true, + "dependencies": { + "@babel/helper-compilation-targets": "^7.24.8", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/traverse": "^7.25.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-json-strings": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.7.tgz", + "integrity": "sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-json-strings": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-literals": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.7.tgz", + "integrity": "sha512-vcwCbb4HDH+hWi8Pqenwnjy+UiklO4Kt1vfspcQYFhJdpthSnW8XvWGyDZWKNVrVbVViI/S7K9PDJZiUmP2fYQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-logical-assignment-operators": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.7.tgz", + "integrity": "sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-member-expression-literals": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.7.tgz", + "integrity": "sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-amd": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.7.tgz", + "integrity": "sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-commonjs": { + "version": "7.24.8", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz", + "integrity": "sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.24.8", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-simple-access": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-systemjs": { + "version": "7.25.0", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.0.tgz", + "integrity": "sha512-YPJfjQPDXxyQWg/0+jHKj1llnY5f/R6a0p/vP4lPymxLu7Lvl4k2WMitqi08yxwQcCVUUdG9LCUj4TNEgAp3Jw==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.25.0", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-validator-identifier": "^7.24.7", + "@babel/traverse": "^7.25.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-umd": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz", + "integrity": "sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.24.7.tgz", + "integrity": "sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-transform-new-target": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.7.tgz", + "integrity": "sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.7.tgz", + "integrity": "sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-numeric-separator": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.7.tgz", + "integrity": "sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-numeric-separator": "^7.10.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-object-rest-spread": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.7.tgz", + "integrity": "sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==", + "dev": true, + "dependencies": { + "@babel/helper-compilation-targets": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-transform-parameters": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-object-super": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.7.tgz", + "integrity": "sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-replace-supers": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-optional-catch-binding": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.7.tgz", + "integrity": "sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-optional-chaining": { + "version": "7.24.8", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.8.tgz", + "integrity": "sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-parameters": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.7.tgz", + "integrity": "sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-private-methods": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.7.tgz", + "integrity": "sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-private-property-in-object": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.7.tgz", + "integrity": "sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-create-class-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-property-literals": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.7.tgz", + "integrity": "sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-regenerator": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.7.tgz", + "integrity": "sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7", + "regenerator-transform": "^0.15.2" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-reserved-words": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.7.tgz", + "integrity": "sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-shorthand-properties": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.7.tgz", + "integrity": "sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-spread": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.7.tgz", + "integrity": "sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-sticky-regex": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.7.tgz", + "integrity": "sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-template-literals": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.7.tgz", + "integrity": "sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-typeof-symbol": { + "version": "7.24.8", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.8.tgz", + "integrity": "sha512-adNTUpDCVnmAE58VEqKlAA6ZBlNkMnWD0ZcW76lyNFN3MJniyGFZfNwERVk8Ap56MCnXztmDr19T4mPTztcuaw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.8" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-typescript": { + "version": "7.25.0", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.0.tgz", + "integrity": "sha512-LZicxFzHIw+Sa3pzgMgSz6gdpsdkfiMObHUzhSIrwKF0+/rP/nuR49u79pSS+zIFJ1FeGeqQD2Dq4QGFbOVvSw==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-create-class-features-plugin": "^7.25.0", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", + "@babel/plugin-syntax-typescript": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-escapes": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.7.tgz", + "integrity": "sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-property-regex": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.7.tgz", + "integrity": "sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-regex": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.7.tgz", + "integrity": "sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-sets-regex": { + "version": "7.24.7", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.7.tgz", + "integrity": "sha512-2G8aAvF4wy1w/AGZkemprdGMRg5o6zPNhbHVImRz3lss55TYCBd6xStN19rt8XJHq20sqV0JbyWjOWwQRwV/wg==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/preset-env": { + "version": "7.25.0", + "resolved": "https://registry.npmmirror.com/@babel/preset-env/-/preset-env-7.25.0.tgz", + "integrity": "sha512-vYAA8PrCOeZfG4D87hmw1KJ1BPubghXP1e2MacRFwECGNKL76dkA38JEwYllbvQCpf/kLxsTtir0b8MtxKoVCw==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.25.0", + "@babel/helper-compilation-targets": "^7.24.8", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-validator-option": "^7.24.8", + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.0", + "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.0", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.0", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7", + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.0", + "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-class-properties": "^7.12.13", + "@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.24.7", + "@babel/plugin-syntax-import-attributes": "^7.24.7", + "@babel/plugin-syntax-import-meta": "^7.10.4", + "@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", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5", + "@babel/plugin-syntax-top-level-await": "^7.14.5", + "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", + "@babel/plugin-transform-arrow-functions": "^7.24.7", + "@babel/plugin-transform-async-generator-functions": "^7.25.0", + "@babel/plugin-transform-async-to-generator": "^7.24.7", + "@babel/plugin-transform-block-scoped-functions": "^7.24.7", + "@babel/plugin-transform-block-scoping": "^7.25.0", + "@babel/plugin-transform-class-properties": "^7.24.7", + "@babel/plugin-transform-class-static-block": "^7.24.7", + "@babel/plugin-transform-classes": "^7.25.0", + "@babel/plugin-transform-computed-properties": "^7.24.7", + "@babel/plugin-transform-destructuring": "^7.24.8", + "@babel/plugin-transform-dotall-regex": "^7.24.7", + "@babel/plugin-transform-duplicate-keys": "^7.24.7", + "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.0", + "@babel/plugin-transform-dynamic-import": "^7.24.7", + "@babel/plugin-transform-exponentiation-operator": "^7.24.7", + "@babel/plugin-transform-export-namespace-from": "^7.24.7", + "@babel/plugin-transform-for-of": "^7.24.7", + "@babel/plugin-transform-function-name": "^7.25.0", + "@babel/plugin-transform-json-strings": "^7.24.7", + "@babel/plugin-transform-literals": "^7.24.7", + "@babel/plugin-transform-logical-assignment-operators": "^7.24.7", + "@babel/plugin-transform-member-expression-literals": "^7.24.7", + "@babel/plugin-transform-modules-amd": "^7.24.7", + "@babel/plugin-transform-modules-commonjs": "^7.24.8", + "@babel/plugin-transform-modules-systemjs": "^7.25.0", + "@babel/plugin-transform-modules-umd": "^7.24.7", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.24.7", + "@babel/plugin-transform-new-target": "^7.24.7", + "@babel/plugin-transform-nullish-coalescing-operator": "^7.24.7", + "@babel/plugin-transform-numeric-separator": "^7.24.7", + "@babel/plugin-transform-object-rest-spread": "^7.24.7", + "@babel/plugin-transform-object-super": "^7.24.7", + "@babel/plugin-transform-optional-catch-binding": "^7.24.7", + "@babel/plugin-transform-optional-chaining": "^7.24.8", + "@babel/plugin-transform-parameters": "^7.24.7", + "@babel/plugin-transform-private-methods": "^7.24.7", + "@babel/plugin-transform-private-property-in-object": "^7.24.7", + "@babel/plugin-transform-property-literals": "^7.24.7", + "@babel/plugin-transform-regenerator": "^7.24.7", + "@babel/plugin-transform-reserved-words": "^7.24.7", + "@babel/plugin-transform-shorthand-properties": "^7.24.7", + "@babel/plugin-transform-spread": "^7.24.7", + "@babel/plugin-transform-sticky-regex": "^7.24.7", + "@babel/plugin-transform-template-literals": "^7.24.7", + "@babel/plugin-transform-typeof-symbol": "^7.24.8", + "@babel/plugin-transform-unicode-escapes": "^7.24.7", + "@babel/plugin-transform-unicode-property-regex": "^7.24.7", + "@babel/plugin-transform-unicode-regex": "^7.24.7", + "@babel/plugin-transform-unicode-sets-regex": "^7.24.7", + "@babel/preset-modules": "0.1.6-no-external-plugins", + "babel-plugin-polyfill-corejs2": "^0.4.10", + "babel-plugin-polyfill-corejs3": "^0.10.4", + "babel-plugin-polyfill-regenerator": "^0.6.1", + "core-js-compat": "^3.37.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/preset-env/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/preset-modules": { + "version": "0.1.6-no-external-plugins", + "resolved": "https://registry.npmmirror.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", + "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.0.0", + "@babel/types": "^7.4.4", + "esutils": "^2.0.2" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/@babel/regjsgen": { + "version": "0.8.0", + "resolved": "https://registry.npmmirror.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz", + "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==", + "dev": true + }, + "node_modules/@babel/runtime": { + "version": "7.25.0", + "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.25.0.tgz", + "integrity": "sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==", + "dev": true, + "dependencies": { + "regenerator-runtime": "^0.14.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/template": { + "version": "7.25.0", + "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.25.0.tgz", + "integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.24.7", + "@babel/parser": "^7.25.0", + "@babel/types": "^7.25.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse": { + "version": "7.25.1", + "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.25.1.tgz", + "integrity": "sha512-LrHHoWq08ZpmmFqBAzN+hUdWwy5zt7FGa/hVwMcOqW6OVtwqaoD5utfuGYU87JYxdZgLUvktAsn37j/sYR9siA==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.24.7", + "@babel/generator": "^7.25.0", + "@babel/parser": "^7.25.0", + "@babel/template": "^7.25.0", + "@babel/types": "^7.25.0", + "debug": "^4.3.1", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/types": { + "version": "7.25.0", + "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.25.0.tgz", + "integrity": "sha512-LcnxQSsd9aXOIgmmSpvZ/1yo46ra2ESYyqLcryaBZOghxy5qqOBjvCWP5JfkI8yl9rlxRgdLTTMCQQRcN2hdCg==", + "dev": true, + "dependencies": { + "@babel/helper-string-parser": "^7.24.8", + "@babel/helper-validator-identifier": "^7.24.7", + "to-fast-properties": "^2.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@esbuild/aix-ppc64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.19.12.tgz", + "integrity": "sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "aix" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-arm": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.12.tgz", + "integrity": "sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-arm64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.12.tgz", + "integrity": "sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-x64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.12.tgz", + "integrity": "sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-arm64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.12.tgz", + "integrity": "sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-x64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.12.tgz", + "integrity": "sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-arm64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.12.tgz", + "integrity": "sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-x64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.12.tgz", + "integrity": "sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.12.tgz", + "integrity": "sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.12.tgz", + "integrity": "sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ia32": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.12.tgz", + "integrity": "sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-loong64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.12.tgz", + "integrity": "sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==", + "cpu": [ + "loong64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-mips64el": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.12.tgz", + "integrity": "sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==", + "cpu": [ + "mips64el" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ppc64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.12.tgz", + "integrity": "sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-riscv64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.12.tgz", + "integrity": "sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==", + "cpu": [ + "riscv64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-s390x": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.12.tgz", + "integrity": "sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==", + "cpu": [ + "s390x" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-x64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.12.tgz", + "integrity": "sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/netbsd-x64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.12.tgz", + "integrity": "sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/openbsd-x64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.12.tgz", + "integrity": "sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/sunos-x64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.12.tgz", + "integrity": "sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-arm64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.12.tgz", + "integrity": "sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-ia32": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.12.tgz", + "integrity": "sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-x64": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.12.tgz", + "integrity": "sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.5", + "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", + "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", + "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.2.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.24" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.2", + "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/set-array": { + "version": "1.2.1", + "resolved": "https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.2.1.tgz", + "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==" + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.25", + "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", + "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", + "dev": true, + "dependencies": { + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" + } + }, + "node_modules/@phosphor-icons/vue": { + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/@phosphor-icons/vue/-/vue-2.1.6.tgz", + "integrity": "sha512-j4iVvNT4JbDR2udIVfakKZHd14i3jCvO4b24OC0W/1rasftU8qVg1Tnb3QDwAT0teNU+UxvaM+kCWxfGHC2dUg==", + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "vue": ">=3.2.39" + } + }, + "node_modules/@popperjs/core": { + "version": "2.11.8", + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", + "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/popperjs" + } + }, + "node_modules/@rollup/plugin-babel": { + "version": "6.0.4", + "resolved": "https://registry.npmmirror.com/@rollup/plugin-babel/-/plugin-babel-6.0.4.tgz", + "integrity": "sha512-YF7Y52kFdFT/xVSuVdjkV5ZdX/3YtmX0QulG+x0taQOtJdHYzVU61aSSkAgVJ7NOv6qPkIYiJSgSWWN/DM5sGw==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "^7.18.6", + "@rollup/pluginutils": "^5.0.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0", + "@types/babel__core": "^7.1.9", + "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" + }, + "peerDependenciesMeta": { + "@types/babel__core": { + "optional": true + }, + "rollup": { + "optional": true + } + } + }, + "node_modules/@rollup/pluginutils": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-5.1.0.tgz", + "integrity": "sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==", + "dev": true, + "dependencies": { + "@types/estree": "^1.0.0", + "estree-walker": "^2.0.2", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" + }, + "peerDependenciesMeta": { + "rollup": { + "optional": true + } + } + }, + "node_modules/@rollup/rollup-android-arm-eabi": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.12.0.tgz", + "integrity": "sha512-+ac02NL/2TCKRrJu2wffk1kZ+RyqxVUlbjSagNgPm94frxtr+XDL12E5Ll1enWskLrtrZ2r8L3wED1orIibV/w==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-android-arm64": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.12.0.tgz", + "integrity": "sha512-OBqcX2BMe6nvjQ0Nyp7cC90cnumt8PXmO7Dp3gfAju/6YwG0Tj74z1vKrfRz7qAv23nBcYM8BCbhrsWqO7PzQQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-darwin-arm64": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.12.0.tgz", + "integrity": "sha512-X64tZd8dRE/QTrBIEs63kaOBG0b5GVEd3ccoLtyf6IdXtHdh8h+I56C2yC3PtC9Ucnv0CpNFJLqKFVgCYe0lOQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-darwin-x64": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.12.0.tgz", + "integrity": "sha512-cc71KUZoVbUJmGP2cOuiZ9HSOP14AzBAThn3OU+9LcA1+IUqswJyR1cAJj3Mg55HbjZP6OLAIscbQsQLrpgTOg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-linux-arm-gnueabihf": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.12.0.tgz", + "integrity": "sha512-a6w/Y3hyyO6GlpKL2xJ4IOh/7d+APaqLYdMf86xnczU3nurFTaVN9s9jOXQg97BE4nYm/7Ga51rjec5nfRdrvA==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-gnu": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.12.0.tgz", + "integrity": "sha512-0fZBq27b+D7Ar5CQMofVN8sggOVhEtzFUwOwPppQt0k+VR+7UHMZZY4y+64WJ06XOhBTKXtQB/Sv0NwQMXyNAA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-musl": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.12.0.tgz", + "integrity": "sha512-eTvzUS3hhhlgeAv6bfigekzWZjaEX9xP9HhxB0Dvrdbkk5w/b+1Sxct2ZuDxNJKzsRStSq1EaEkVSEe7A7ipgQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-gnu": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.12.0.tgz", + "integrity": "sha512-ix+qAB9qmrCRiaO71VFfY8rkiAZJL8zQRXveS27HS+pKdjwUfEhqo2+YF2oI+H/22Xsiski+qqwIBxVewLK7sw==", + "cpu": [ + "riscv64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.12.0.tgz", + "integrity": "sha512-TenQhZVOtw/3qKOPa7d+QgkeM6xY0LtwzR8OplmyL5LrgTWIXpTQg2Q2ycBf8jm+SFW2Wt/DTn1gf7nFp3ssVA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-musl": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.12.0.tgz", + "integrity": "sha512-LfFdRhNnW0zdMvdCb5FNuWlls2WbbSridJvxOvYWgSBOYZtgBfW9UGNJG//rwMqTX1xQE9BAodvMH9tAusKDUw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-win32-arm64-msvc": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.12.0.tgz", + "integrity": "sha512-JPDxovheWNp6d7AHCgsUlkuCKvtu3RB55iNEkaQcf0ttsDU/JZF+iQnYcQJSk/7PtT4mjjVG8N1kpwnI9SLYaw==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-ia32-msvc": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.12.0.tgz", + "integrity": "sha512-fjtuvMWRGJn1oZacG8IPnzIV6GF2/XG+h71FKn76OYFqySXInJtseAqdprVTDTyqPxQOG9Exak5/E9Z3+EJ8ZA==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-x64-msvc": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.12.0.tgz", + "integrity": "sha512-ZYmr5mS2wd4Dew/JjT0Fqi2NPB/ZhZ2VvPp7SmvPZb4Y1CG/LRcS6tcRo2cYU7zLK5A7cdbhWnnWmUjoI4qapg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@tsconfig/node20": { + "version": "20.1.2", + "resolved": "https://registry.npmjs.org/@tsconfig/node20/-/node20-20.1.2.tgz", + "integrity": "sha512-madaWq2k+LYMEhmcp0fs+OGaLFk0OenpHa4gmI4VEmCKX4PJntQ6fnnGADVFrVkBj0wIdAlQnK/MrlYTHsa1gQ==", + "dev": true + }, + "node_modules/@types/bootstrap": { + "version": "5.2.10", + "resolved": "https://registry.npmjs.org/@types/bootstrap/-/bootstrap-5.2.10.tgz", + "integrity": "sha512-F2X+cd6551tep0MvVZ6nM8v7XgGN/twpdNDjqS1TUM7YFNEtQYWk+dKAnH+T1gr6QgCoGMPl487xw/9hXooa2g==", + "dev": true, + "dependencies": { + "@popperjs/core": "^2.9.2" + } + }, + "node_modules/@types/estree": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", + "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", + "dev": true + }, + "node_modules/@types/node": { + "version": "20.14.13", + "resolved": "https://registry.npmmirror.com/@types/node/-/node-20.14.13.tgz", + "integrity": "sha512-+bHoGiZb8UiQ0+WEtmph2IWQCjIqg8MDZMAV+ppRRhUZnquF5mQkP/9vpSwJClEiSM/C7fZZExPzfU0vJTyp8w==", + "dev": true, + "optional": true, + "peer": true, + "dependencies": { + "undici-types": "~5.26.4" + } + }, + "node_modules/@types/web-bluetooth": { + "version": "0.0.20", + "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz", + "integrity": "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==" + }, + "node_modules/@vant/popperjs": { + "version": "1.3.0", + "resolved": "https://registry.npmmirror.com/@vant/popperjs/-/popperjs-1.3.0.tgz", + "integrity": "sha512-hB+czUG+aHtjhaEmCJDuXOep0YTZjdlRR+4MSmIFnkCQIxJaXLQdSsR90XWvAI2yvKUI7TCGqR8pQg2RtvkMHw==" + }, + "node_modules/@vant/use": { + "version": "1.6.0", + "resolved": "https://registry.npmmirror.com/@vant/use/-/use-1.6.0.tgz", + "integrity": "sha512-PHHxeAASgiOpSmMjceweIrv2AxDZIkWXyaczksMoWvKV2YAYEhoizRuk/xFnKF+emUIi46TsQ+rvlm/t2BBCfA==", + "peerDependencies": { + "vue": "^3.0.0" + } + }, + "node_modules/@vitejs/plugin-vue": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.0.4.tgz", + "integrity": "sha512-WS3hevEszI6CEVEx28F8RjTX97k3KsrcY6kvTg7+Whm5y3oYvcqzVeGCU3hxSAn4uY2CLCkeokkGKpoctccilQ==", + "dev": true, + "engines": { + "node": "^18.0.0 || >=20.0.0" + }, + "peerDependencies": { + "vite": "^5.0.0", + "vue": "^3.2.25" + } + }, + "node_modules/@vitejs/plugin-vue-jsx": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue-jsx/-/plugin-vue-jsx-4.0.0.tgz", + "integrity": "sha512-A+6wL2AdQhDsLsDnY+2v4rRDI1HLJGIMc97a8FURO9tqKsH5QvjWrzsa5DH3NlZsM742W2wODl2fF+bfcTWtXw==", + "dev": true, + "dependencies": { + "@babel/core": "^7.24.6", + "@babel/plugin-transform-typescript": "^7.24.6", + "@vue/babel-plugin-jsx": "^1.2.2" + }, + "engines": { + "node": "^18.0.0 || >=20.0.0" + }, + "peerDependencies": { + "vite": "^5.0.0", + "vue": "^3.0.0" + } + }, + "node_modules/@volar/language-core": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@volar/language-core/-/language-core-1.11.1.tgz", + "integrity": "sha512-dOcNn3i9GgZAcJt43wuaEykSluAuOkQgzni1cuxLxTV0nJKanQztp7FxyswdRILaKH+P2XZMPRp2S4MV/pElCw==", + "dev": true, + "dependencies": { + "@volar/source-map": "1.11.1" + } + }, + "node_modules/@volar/source-map": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@volar/source-map/-/source-map-1.11.1.tgz", + "integrity": "sha512-hJnOnwZ4+WT5iupLRnuzbULZ42L7BWWPMmruzwtLhJfpDVoZLjNBxHDi2sY2bgZXCKlpU5XcsMFoYrsQmPhfZg==", + "dev": true, + "dependencies": { + "muggle-string": "^0.3.1" + } + }, + "node_modules/@volar/typescript": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@volar/typescript/-/typescript-1.11.1.tgz", + "integrity": "sha512-iU+t2mas/4lYierSnoFOeRFQUhAEMgsFuQxoxvwn5EdQopw43j+J27a4lt9LMInx1gLJBC6qL14WYGlgymaSMQ==", + "dev": true, + "dependencies": { + "@volar/language-core": "1.11.1", + "path-browserify": "^1.0.1" + } + }, + "node_modules/@vue/babel-helper-vue-transform-on": { + "version": "1.2.2", + "resolved": "https://registry.npmmirror.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.2.2.tgz", + "integrity": "sha512-nOttamHUR3YzdEqdM/XXDyCSdxMA9VizUKoroLX6yTyRtggzQMHXcmwh8a7ZErcJttIBIc9s68a1B8GZ+Dmvsw==", + "dev": true + }, + "node_modules/@vue/babel-plugin-jsx": { + "version": "1.2.2", + "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.2.2.tgz", + "integrity": "sha512-nYTkZUVTu4nhP199UoORePsql0l+wj7v/oyQjtThUVhJl1U+6qHuoVhIvR3bf7eVKjbCK+Cs2AWd7mi9Mpz9rA==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "~7.22.15", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-jsx": "^7.23.3", + "@babel/template": "^7.23.9", + "@babel/traverse": "^7.23.9", + "@babel/types": "^7.23.9", + "@vue/babel-helper-vue-transform-on": "1.2.2", + "@vue/babel-plugin-resolve-type": "1.2.2", + "camelcase": "^6.3.0", + "html-tags": "^3.3.1", + "svg-tags": "^1.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + }, + "peerDependenciesMeta": { + "@babel/core": { + "optional": true + } + } + }, + "node_modules/@vue/babel-plugin-jsx/node_modules/@babel/helper-module-imports": { + "version": "7.22.15", + "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz", + "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.15" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@vue/babel-plugin-resolve-type": { + "version": "1.2.2", + "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-resolve-type/-/babel-plugin-resolve-type-1.2.2.tgz", + "integrity": "sha512-EntyroPwNg5IPVdUJupqs0CFzuf6lUrVvCspmv2J1FITLeGnUCuoGNNk78dgCusxEiYj6RMkTJflGSxk5aIC4A==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.23.5", + "@babel/helper-module-imports": "~7.22.15", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/parser": "^7.23.9", + "@vue/compiler-sfc": "^3.4.15" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@vue/babel-plugin-resolve-type/node_modules/@babel/helper-module-imports": { + "version": "7.22.15", + "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz", + "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.15" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@vue/compiler-core": { + "version": "3.4.19", + "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.4.19.tgz", + "integrity": "sha512-gj81785z0JNzRcU0Mq98E56e4ltO1yf8k5PQ+tV/7YHnbZkrM0fyFyuttnN8ngJZjbpofWE/m4qjKBiLl8Ju4w==", + "dependencies": { + "@babel/parser": "^7.23.9", + "@vue/shared": "3.4.19", + "entities": "^4.5.0", + "estree-walker": "^2.0.2", + "source-map-js": "^1.0.2" + } + }, + "node_modules/@vue/compiler-dom": { + "version": "3.4.19", + "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.4.19.tgz", + "integrity": "sha512-vm6+cogWrshjqEHTzIDCp72DKtea8Ry/QVpQRYoyTIg9k7QZDX6D8+HGURjtmatfgM8xgCFtJJaOlCaRYRK3QA==", + "dependencies": { + "@vue/compiler-core": "3.4.19", + "@vue/shared": "3.4.19" + } + }, + "node_modules/@vue/compiler-sfc": { + "version": "3.4.19", + "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.4.19.tgz", + "integrity": "sha512-LQ3U4SN0DlvV0xhr1lUsgLCYlwQfUfetyPxkKYu7dkfvx7g3ojrGAkw0AERLOKYXuAGnqFsEuytkdcComei3Yg==", + "dependencies": { + "@babel/parser": "^7.23.9", + "@vue/compiler-core": "3.4.19", + "@vue/compiler-dom": "3.4.19", + "@vue/compiler-ssr": "3.4.19", + "@vue/shared": "3.4.19", + "estree-walker": "^2.0.2", + "magic-string": "^0.30.6", + "postcss": "^8.4.33", + "source-map-js": "^1.0.2" + } + }, + "node_modules/@vue/compiler-ssr": { + "version": "3.4.19", + "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.4.19.tgz", + "integrity": "sha512-P0PLKC4+u4OMJ8sinba/5Z/iDT84uMRRlrWzadgLA69opCpI1gG4N55qDSC+dedwq2fJtzmGald05LWR5TFfLw==", + "dependencies": { + "@vue/compiler-dom": "3.4.19", + "@vue/shared": "3.4.19" + } + }, + "node_modules/@vue/devtools-api": { + "version": "6.6.1", + "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.6.1.tgz", + "integrity": "sha512-LgPscpE3Vs0x96PzSSB4IGVSZXZBZHpfxs+ZA1d+VEPwHdOXowy/Y2CsvCAIFrf+ssVU1pD1jidj505EpUnfbA==" + }, + "node_modules/@vue/language-core": { + "version": "1.8.27", + "resolved": "https://registry.npmjs.org/@vue/language-core/-/language-core-1.8.27.tgz", + "integrity": "sha512-L8Kc27VdQserNaCUNiSFdDl9LWT24ly8Hpwf1ECy3aFb9m6bDhBGQYOujDm21N7EW3moKIOKEanQwe1q5BK+mA==", + "dev": true, + "dependencies": { + "@volar/language-core": "~1.11.1", + "@volar/source-map": "~1.11.1", + "@vue/compiler-dom": "^3.3.0", + "@vue/shared": "^3.3.0", + "computeds": "^0.0.1", + "minimatch": "^9.0.3", + "muggle-string": "^0.3.1", + "path-browserify": "^1.0.1", + "vue-template-compiler": "^2.7.14" + }, + "peerDependencies": { + "typescript": "*" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@vue/reactivity": { + "version": "3.4.19", + "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.4.19.tgz", + "integrity": "sha512-+VcwrQvLZgEclGZRHx4O2XhyEEcKaBi50WbxdVItEezUf4fqRh838Ix6amWTdX0CNb/b6t3Gkz3eOebfcSt+UA==", + "dependencies": { + "@vue/shared": "3.4.19" + } + }, + "node_modules/@vue/runtime-core": { + "version": "3.4.19", + "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.4.19.tgz", + "integrity": "sha512-/Z3tFwOrerJB/oyutmJGoYbuoadphDcJAd5jOuJE86THNZji9pYjZroQ2NFsZkTxOq0GJbb+s2kxTYToDiyZzw==", + "dependencies": { + "@vue/reactivity": "3.4.19", + "@vue/shared": "3.4.19" + } + }, + "node_modules/@vue/runtime-dom": { + "version": "3.4.19", + "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.4.19.tgz", + "integrity": "sha512-IyZzIDqfNCF0OyZOauL+F4yzjMPN2rPd8nhqPP2N1lBn3kYqJpPHHru+83Rkvo2lHz5mW+rEeIMEF9qY3PB94g==", + "dependencies": { + "@vue/runtime-core": "3.4.19", + "@vue/shared": "3.4.19", + "csstype": "^3.1.3" + } + }, + "node_modules/@vue/server-renderer": { + "version": "3.4.19", + "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.4.19.tgz", + "integrity": "sha512-eAj2p0c429RZyyhtMRnttjcSToch+kTWxFPHlzGMkR28ZbF1PDlTcmGmlDxccBuqNd9iOQ7xPRPAGgPVj+YpQw==", + "dependencies": { + "@vue/compiler-ssr": "3.4.19", + "@vue/shared": "3.4.19" + }, + "peerDependencies": { + "vue": "3.4.19" + } + }, + "node_modules/@vue/shared": { + "version": "3.4.19", + "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.4.19.tgz", + "integrity": "sha512-/KliRRHMF6LoiThEy+4c1Z4KB/gbPrGjWwJR+crg2otgrf/egKzRaCPvJ51S5oetgsgXLfc4Rm5ZgrKHZrtMSw==" + }, + "node_modules/@vue/tsconfig": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/@vue/tsconfig/-/tsconfig-0.5.1.tgz", + "integrity": "sha512-VcZK7MvpjuTPx2w6blwnwZAu5/LgBUtejFOi3pPGQFXQN5Ela03FUtd2Qtg4yWGGissVL0dr6Ro1LfOFh+PCuQ==", + "dev": true + }, + "node_modules/@vueuse/core": { + "version": "10.8.0", + "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-10.8.0.tgz", + "integrity": "sha512-G9Ok9fjx10TkNIPn8V1dJmK1NcdJCtYmDRyYiTMUyJ1p0Tywc1zmOoCQ2xhHYyz8ULBU4KjIJQ9n+Lrty74iVw==", + "dependencies": { + "@types/web-bluetooth": "^0.0.20", + "@vueuse/metadata": "10.8.0", + "@vueuse/shared": "10.8.0", + "vue-demi": ">=0.14.7" + }, + "funding": { + "url": "https://github.com/sponsors/antfu" + } + }, + "node_modules/@vueuse/core/node_modules/vue-demi": { + "version": "0.14.7", + "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.7.tgz", + "integrity": "sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==", + "hasInstallScript": true, + "bin": { + "vue-demi-fix": "bin/vue-demi-fix.js", + "vue-demi-switch": "bin/vue-demi-switch.js" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/antfu" + }, + "peerDependencies": { + "@vue/composition-api": "^1.0.0-rc.1", + "vue": "^3.0.0-0 || ^2.6.0" + }, + "peerDependenciesMeta": { + "@vue/composition-api": { + "optional": true + } + } + }, + "node_modules/@vueuse/metadata": { + "version": "10.8.0", + "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-10.8.0.tgz", + "integrity": "sha512-Nim/Vle5OgXcXhAvGOgkJQXB1Yb+Kq/fMbLuv3YYDYbiQrwr39ljuD4k9fPeq4yUyokYRo2RaNQmbbIMWB/9+w==", + "funding": { + "url": "https://github.com/sponsors/antfu" + } + }, + "node_modules/@vueuse/shared": { + "version": "10.8.0", + "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-10.8.0.tgz", + "integrity": "sha512-dUdy6zwHhULGxmr9YUg8e+EnB39gcM4Fe2oKBSrh3cOsV30JcMPtsyuspgFCUo5xxFNaeMf/W2yyKfST7Bg8oQ==", + "dependencies": { + "vue-demi": ">=0.14.7" + }, + "funding": { + "url": "https://github.com/sponsors/antfu" + } + }, + "node_modules/@vueuse/shared/node_modules/vue-demi": { + "version": "0.14.7", + "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.7.tgz", + "integrity": "sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==", + "hasInstallScript": true, + "bin": { + "vue-demi-fix": "bin/vue-demi-fix.js", + "vue-demi-switch": "bin/vue-demi-switch.js" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/antfu" + }, + "peerDependencies": { + "@vue/composition-api": "^1.0.0-rc.1", + "vue": "^3.0.0-0 || ^2.6.0" + }, + "peerDependenciesMeta": { + "@vue/composition-api": { + "optional": true + } + } + }, + "node_modules/amfe-flexible": { + "version": "2.2.1", + "resolved": "https://registry.npmmirror.com/amfe-flexible/-/amfe-flexible-2.2.1.tgz", + "integrity": "sha512-L2VfvDzoETBjhRptg5u/IUuzHSuxm22JpSRb404p/TBGeRfwWmmNEbB+TFPIP/sS/+pbM18bCFH9QnMojLuPNw==", + "dev": true + }, + "node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "dev": true, + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + }, + "node_modules/axios": { + "version": "1.7.2", + "resolved": "https://registry.npmmirror.com/axios/-/axios-1.7.2.tgz", + "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==", + "dependencies": { + "follow-redirects": "^1.15.6", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, + "node_modules/babel-plugin-polyfill-corejs2": { + "version": "0.4.11", + "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz", + "integrity": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.22.6", + "@babel/helper-define-polyfill-provider": "^0.6.2", + "semver": "^6.3.1" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/babel-plugin-polyfill-corejs3": { + "version": "0.10.4", + "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz", + "integrity": "sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==", + "dev": true, + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.6.1", + "core-js-compat": "^3.36.1" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/babel-plugin-polyfill-regenerator": { + "version": "0.6.2", + "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz", + "integrity": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==", + "dev": true, + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.6.2" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true + }, + "node_modules/binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/bootstrap": { + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.3.tgz", + "integrity": "sha512-8HLCdWgyoMguSO9o+aH+iuZ+aht+mzW0u3HIMzVu7Srrpv7EBBxTnrFlSCskwdY1+EOFQSm7uMJhNQHkdPcmjg==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/twbs" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + } + ], + "peerDependencies": { + "@popperjs/core": "^2.11.8" + } + }, + "node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "dependencies": { + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/browserslist": { + "version": "4.23.3", + "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.23.3.tgz", + "integrity": "sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "caniuse-lite": "^1.0.30001646", + "electron-to-chromium": "^1.5.4", + "node-releases": "^2.0.18", + "update-browserslist-db": "^1.1.0" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, + "node_modules/camelcase": { + "version": "6.3.0", + "resolved": "https://registry.npmmirror.com/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001653", + "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001653.tgz", + "integrity": "sha512-XGWQVB8wFQ2+9NZwZ10GxTYC5hk0Fa+q8cSkr0tgvMhYhMHP/QC+WTgrePMDBWiWc/pV+1ik82Al20XOK25Gcw==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ] + }, + "node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmmirror.com/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/chalk/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/chokidar": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", + "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", + "dev": true, + "dependencies": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true + }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/computeds": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/computeds/-/computeds-0.0.1.tgz", + "integrity": "sha512-7CEBgcMjVmitjYo5q8JTJVra6X5mQ20uTThdK+0kR7UEaDrAWEQcRiBtWJzga4eRpP6afNwwLsX2SET2JhVB1Q==", + "dev": true + }, + "node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true + }, + "node_modules/core-js-compat": { + "version": "3.37.1", + "resolved": "https://registry.npmmirror.com/core-js-compat/-/core-js-compat-3.37.1.tgz", + "integrity": "sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==", + "dev": true, + "dependencies": { + "browserslist": "^4.23.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, + "node_modules/countup.js": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/countup.js/-/countup.js-2.8.0.tgz", + "integrity": "sha512-f7xEhX0awl4NOElHulrl4XRfKoNH3rB+qfNSZZyjSZhaAoUk6elvhH+MNxMmlmuUJ2/QNTWPSA7U4mNtIAKljQ==" + }, + "node_modules/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, + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/csstype": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", + "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" + }, + "node_modules/de-indent": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/de-indent/-/de-indent-1.0.2.tgz", + "integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==", + "dev": true + }, + "node_modules/debug": { + "version": "4.3.6", + "resolved": "https://registry.npmmirror.com/debug/-/debug-4.3.6.tgz", + "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/electron-to-chromium": { + "version": "1.5.13", + "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.13.tgz", + "integrity": "sha512-lbBcvtIJ4J6sS4tb5TLp1b4LyfCdMkwStzXPyAgVgTRAsep4bvrAGaBOP7ZJtQMNJpSQ9SqG4brWOroNaQtm7Q==", + "dev": true + }, + "node_modules/entities": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/esbuild": { + "version": "0.19.12", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.12.tgz", + "integrity": "sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==", + "dev": true, + "hasInstallScript": true, + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=12" + }, + "optionalDependencies": { + "@esbuild/aix-ppc64": "0.19.12", + "@esbuild/android-arm": "0.19.12", + "@esbuild/android-arm64": "0.19.12", + "@esbuild/android-x64": "0.19.12", + "@esbuild/darwin-arm64": "0.19.12", + "@esbuild/darwin-x64": "0.19.12", + "@esbuild/freebsd-arm64": "0.19.12", + "@esbuild/freebsd-x64": "0.19.12", + "@esbuild/linux-arm": "0.19.12", + "@esbuild/linux-arm64": "0.19.12", + "@esbuild/linux-ia32": "0.19.12", + "@esbuild/linux-loong64": "0.19.12", + "@esbuild/linux-mips64el": "0.19.12", + "@esbuild/linux-ppc64": "0.19.12", + "@esbuild/linux-riscv64": "0.19.12", + "@esbuild/linux-s390x": "0.19.12", + "@esbuild/linux-x64": "0.19.12", + "@esbuild/netbsd-x64": "0.19.12", + "@esbuild/openbsd-x64": "0.19.12", + "@esbuild/sunos-x64": "0.19.12", + "@esbuild/win32-arm64": "0.19.12", + "@esbuild/win32-ia32": "0.19.12", + "@esbuild/win32-x64": "0.19.12" + } + }, + "node_modules/escalade": { + "version": "3.1.2", + "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.1.2.tgz", + "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/estree-walker": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" + }, + "node_modules/esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/follow-redirects": { + "version": "1.15.6", + "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.6.tgz", + "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } + } + }, + "node_modules/form-data": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/globals": { + "version": "11.12.0", + "resolved": "https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/he": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", + "dev": true, + "bin": { + "he": "bin/he" + } + }, + "node_modules/html-tags": { + "version": "3.3.1", + "resolved": "https://registry.npmmirror.com/html-tags/-/html-tags-3.3.1.tgz", + "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/immutable": { + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.5.tgz", + "integrity": "sha512-8eabxkth9gZatlwl5TBuJnCsoTADlL6ftEr7A4qgdaTsPyreilDSnUk57SO+jfKcNtxPa22U5KK6DSeAYhpBJw==", + "dev": true + }, + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dev": true, + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-core-module": { + "version": "2.15.0", + "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.15.0.tgz", + "integrity": "sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==", + "dev": true, + "dependencies": { + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "dev": true + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true + }, + "node_modules/jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "dev": true, + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/json-parse-even-better-errors": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.1.tgz", + "integrity": "sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==", + "dev": true, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/json5": { + "version": "2.2.3", + "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "dev": true, + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/lodash.debounce": { + "version": "4.0.8", + "resolved": "https://registry.npmmirror.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz", + "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", + "dev": true + }, + "node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/magic-string": { + "version": "0.30.7", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.7.tgz", + "integrity": "sha512-8vBuFF/I/+OSLRmdf2wwFCJCz+nSn0m6DPvGH1fS/KiQoSaR+sETbov0eIk9KhEKy8CYqIkIAnbohxT/4H0kuA==", + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.4.15" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/memorystream": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/memorystream/-/memorystream-0.3.1.tgz", + "integrity": "sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==", + "dev": true, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/minimatch": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "node_modules/muggle-string": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/muggle-string/-/muggle-string-0.3.1.tgz", + "integrity": "sha512-ckmWDJjphvd/FvZawgygcUeQCxzvohjFO5RxTjj4eq8kw359gFF3E1brjfI+viLMxss5JrHTDRHZvu2/tuy0Qg==", + "dev": true + }, + "node_modules/nanoid": { + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/node-releases": { + "version": "2.0.18", + "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.18.tgz", + "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==", + "dev": true + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/npm-normalize-package-bin": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz", + "integrity": "sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==", + "dev": true, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm-run-all2": { + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-6.1.2.tgz", + "integrity": "sha512-WwwnS8Ft+RpXve6T2EIEVpFLSqN+ORHRvgNk3H9N62SZXjmzKoRhMFg3I17TK3oMaAEr+XFbRirWS2Fn3BCPSg==", + "dev": true, + "dependencies": { + "ansi-styles": "^6.2.1", + "cross-spawn": "^7.0.3", + "memorystream": "^0.3.1", + "minimatch": "^9.0.0", + "pidtree": "^0.6.0", + "read-package-json-fast": "^3.0.2", + "shell-quote": "^1.7.3" + }, + "bin": { + "npm-run-all": "bin/npm-run-all/index.js", + "npm-run-all2": "bin/npm-run-all/index.js", + "run-p": "bin/run-p/index.js", + "run-s": "bin/run-s/index.js" + }, + "engines": { + "node": "^14.18.0 || >=16.0.0", + "npm": ">= 8" + } + }, + "node_modules/path-browserify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz", + "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==", + "dev": true + }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "node_modules/picocolors": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.0.1.tgz", + "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==" + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/pidtree": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/pidtree/-/pidtree-0.6.0.tgz", + "integrity": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==", + "dev": true, + "bin": { + "pidtree": "bin/pidtree.js" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/postcss": { + "version": "8.4.35", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.35.tgz", + "integrity": "sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "nanoid": "^3.3.7", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/postcss-pxtorem": { + "version": "6.0.0", + "resolved": "https://registry.npmmirror.com/postcss-pxtorem/-/postcss-pxtorem-6.0.0.tgz", + "integrity": "sha512-ZRXrD7MLLjLk2RNGV6UA4f5Y7gy+a/j1EqjAfp9NdcNYVjUMvg5HTYduTjSkKBkRkfqbg/iKrjMO70V4g1LZeg==", + "dev": true, + "peerDependencies": { + "postcss": "^8.0.0" + } + }, + "node_modules/proxy-from-env": { + "version": "1.1.0", + "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" + }, + "node_modules/read-package-json-fast": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-3.0.2.tgz", + "integrity": "sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==", + "dev": true, + "dependencies": { + "json-parse-even-better-errors": "^3.0.0", + "npm-normalize-package-bin": "^3.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dev": true, + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/regenerate": { + "version": "1.4.2", + "resolved": "https://registry.npmmirror.com/regenerate/-/regenerate-1.4.2.tgz", + "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", + "dev": true + }, + "node_modules/regenerate-unicode-properties": { + "version": "10.1.1", + "resolved": "https://registry.npmmirror.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz", + "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==", + "dev": true, + "dependencies": { + "regenerate": "^1.4.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/regenerator-runtime": { + "version": "0.14.1", + "resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", + "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", + "dev": true + }, + "node_modules/regenerator-transform": { + "version": "0.15.2", + "resolved": "https://registry.npmmirror.com/regenerator-transform/-/regenerator-transform-0.15.2.tgz", + "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", + "dev": true, + "dependencies": { + "@babel/runtime": "^7.8.4" + } + }, + "node_modules/regexpu-core": { + "version": "5.3.2", + "resolved": "https://registry.npmmirror.com/regexpu-core/-/regexpu-core-5.3.2.tgz", + "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", + "dev": true, + "dependencies": { + "@babel/regjsgen": "^0.8.0", + "regenerate": "^1.4.2", + "regenerate-unicode-properties": "^10.1.0", + "regjsparser": "^0.9.1", + "unicode-match-property-ecmascript": "^2.0.0", + "unicode-match-property-value-ecmascript": "^2.1.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/regjsparser": { + "version": "0.9.1", + "resolved": "https://registry.npmmirror.com/regjsparser/-/regjsparser-0.9.1.tgz", + "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", + "dev": true, + "dependencies": { + "jsesc": "~0.5.0" + }, + "bin": { + "regjsparser": "bin/parser" + } + }, + "node_modules/regjsparser/node_modules/jsesc": { + "version": "0.5.0", + "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-0.5.0.tgz", + "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", + "dev": true, + "bin": { + "jsesc": "bin/jsesc" + } + }, + "node_modules/resolve": { + "version": "1.22.8", + "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.8.tgz", + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", + "dev": true, + "dependencies": { + "is-core-module": "^2.13.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/rollup": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.12.0.tgz", + "integrity": "sha512-wz66wn4t1OHIJw3+XU7mJJQV/2NAfw5OAk6G6Hoo3zcvz/XOfQ52Vgi+AN4Uxoxi0KBBwk2g8zPrTDA4btSB/Q==", + "dev": true, + "dependencies": { + "@types/estree": "1.0.5" + }, + "bin": { + "rollup": "dist/bin/rollup" + }, + "engines": { + "node": ">=18.0.0", + "npm": ">=8.0.0" + }, + "optionalDependencies": { + "@rollup/rollup-android-arm-eabi": "4.12.0", + "@rollup/rollup-android-arm64": "4.12.0", + "@rollup/rollup-darwin-arm64": "4.12.0", + "@rollup/rollup-darwin-x64": "4.12.0", + "@rollup/rollup-linux-arm-gnueabihf": "4.12.0", + "@rollup/rollup-linux-arm64-gnu": "4.12.0", + "@rollup/rollup-linux-arm64-musl": "4.12.0", + "@rollup/rollup-linux-riscv64-gnu": "4.12.0", + "@rollup/rollup-linux-x64-gnu": "4.12.0", + "@rollup/rollup-linux-x64-musl": "4.12.0", + "@rollup/rollup-win32-arm64-msvc": "4.12.0", + "@rollup/rollup-win32-ia32-msvc": "4.12.0", + "@rollup/rollup-win32-x64-msvc": "4.12.0", + "fsevents": "~2.3.2" + } + }, + "node_modules/sass": { + "version": "1.71.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.71.1.tgz", + "integrity": "sha512-wovtnV2PxzteLlfNzbgm1tFXPLoZILYAMJtvoXXkD7/+1uP41eKkIt1ypWq5/q2uT94qHjXehEYfmjKOvjL9sg==", + "dev": true, + "dependencies": { + "chokidar": ">=3.0.0 <4.0.0", + "immutable": "^4.0.0", + "source-map-js": ">=0.6.2 <2.0.0" + }, + "bin": { + "sass": "sass.js" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/semver": { + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", + "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/shell-quote": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz", + "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/source-map-js": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", + "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/svg-tags": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/svg-tags/-/svg-tags-1.0.0.tgz", + "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==", + "dev": true + }, + "node_modules/swiper": { + "version": "11.0.6", + "resolved": "https://registry.npmjs.org/swiper/-/swiper-11.0.6.tgz", + "integrity": "sha512-W/Me7MQl5rNgdM5x9i3Gll76WsyVpnHn91GhBOyL7RCFUeg62aVnflzlVfIpXzZ/87FtJOfAoDH79ZH2Yq76zA==", + "funding": [ + { + "type": "patreon", + "url": "https://www.patreon.com/swiperjs" + }, + { + "type": "open_collective", + "url": "http://opencollective.com/swiper" + } + ], + "engines": { + "node": ">= 4.7.0" + } + }, + "node_modules/to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/typescript": { + "version": "5.3.3", + "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.3.3.tgz", + "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", + "devOptional": true, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, + "node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "dev": true, + "optional": true, + "peer": true + }, + "node_modules/unicode-canonical-property-names-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", + "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-match-property-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", + "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", + "dev": true, + "dependencies": { + "unicode-canonical-property-names-ecmascript": "^2.0.0", + "unicode-property-aliases-ecmascript": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-match-property-value-ecmascript": { + "version": "2.1.0", + "resolved": "https://registry.npmmirror.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", + "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-property-aliases-ecmascript": { + "version": "2.1.0", + "resolved": "https://registry.npmmirror.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", + "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/update-browserslist-db": { + "version": "1.1.0", + "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz", + "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "escalade": "^3.1.2", + "picocolors": "^1.0.1" + }, + "bin": { + "update-browserslist-db": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, + "node_modules/vant": { + "version": "4.9.4", + "resolved": "https://registry.npmmirror.com/vant/-/vant-4.9.4.tgz", + "integrity": "sha512-dUu3yopMf2a6MkrdBWxGfDIcHmSs/ULgvBkBcfK8gE29QZ/A6kFyhnUzcMU2yklMGUUwAygzx44TPEfhp7hkfQ==", + "dependencies": { + "@vant/popperjs": "^1.3.0", + "@vant/use": "^1.6.0", + "@vue/shared": "^3.4.33" + }, + "peerDependencies": { + "vue": "^3.0.0" + } + }, + "node_modules/vant/node_modules/@vue/shared": { + "version": "3.4.38", + "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.4.38.tgz", + "integrity": "sha512-q0xCiLkuWWQLzVrecPb0RMsNWyxICOjPrcrwxTUEHb1fsnvni4dcuyG7RT/Ie7VPTvnjzIaWzRMUBsrqNj/hhw==" + }, + "node_modules/vite": { + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.4.tgz", + "integrity": "sha512-n+MPqzq+d9nMVTKyewqw6kSt+R3CkvF9QAKY8obiQn8g1fwTscKxyfaYnC632HtBXAQGc1Yjomphwn1dtwGAHg==", + "dev": true, + "dependencies": { + "esbuild": "^0.19.3", + "postcss": "^8.4.35", + "rollup": "^4.2.0" + }, + "bin": { + "vite": "bin/vite.js" + }, + "engines": { + "node": "^18.0.0 || >=20.0.0" + }, + "funding": { + "url": "https://github.com/vitejs/vite?sponsor=1" + }, + "optionalDependencies": { + "fsevents": "~2.3.3" + }, + "peerDependencies": { + "@types/node": "^18.0.0 || >=20.0.0", + "less": "*", + "lightningcss": "^1.21.0", + "sass": "*", + "stylus": "*", + "sugarss": "*", + "terser": "^5.4.0" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "less": { + "optional": true + }, + "lightningcss": { + "optional": true + }, + "sass": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + } + } + }, + "node_modules/vue": { + "version": "3.4.19", + "resolved": "https://registry.npmjs.org/vue/-/vue-3.4.19.tgz", + "integrity": "sha512-W/7Fc9KUkajFU8dBeDluM4sRGc/aa4YJnOYck8dkjgZoXtVsn3OeTGni66FV1l3+nvPA7VBFYtPioaGKUmEADw==", + "dependencies": { + "@vue/compiler-dom": "3.4.19", + "@vue/compiler-sfc": "3.4.19", + "@vue/runtime-dom": "3.4.19", + "@vue/server-renderer": "3.4.19", + "@vue/shared": "3.4.19" + }, + "peerDependencies": { + "typescript": "*" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/vue-countup-v3": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/vue-countup-v3/-/vue-countup-v3-1.4.1.tgz", + "integrity": "sha512-umhQyf4rGdH5tL+ZuWgnoEbq7VpqxC0NH3Yd5TfaYVggGhuD5ihMd2TuNo9PU+F+SCwIGho8Muvfu2LYQBft0A==", + "dependencies": { + "countup.js": "^2.6.2" + }, + "peerDependencies": { + "vue": "^3.0.0" + } + }, + "node_modules/vue-router": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.3.0.tgz", + "integrity": "sha512-dqUcs8tUeG+ssgWhcPbjHvazML16Oga5w34uCUmsk7i0BcnskoLGwjpa15fqMr2Fa5JgVBrdL2MEgqz6XZ/6IQ==", + "dependencies": { + "@vue/devtools-api": "^6.5.1" + }, + "funding": { + "url": "https://github.com/sponsors/posva" + }, + "peerDependencies": { + "vue": "^3.2.0" + } + }, + "node_modules/vue-template-compiler": { + "version": "2.7.16", + "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.7.16.tgz", + "integrity": "sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==", + "dev": true, + "dependencies": { + "de-indent": "^1.0.2", + "he": "^1.2.0" + } + }, + "node_modules/vue-tsc": { + "version": "1.8.27", + "resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-1.8.27.tgz", + "integrity": "sha512-WesKCAZCRAbmmhuGl3+VrdWItEvfoFIPXOvUJkjULi+x+6G/Dy69yO3TBRJDr9eUlmsNAwVmxsNZxvHKzbkKdg==", + "dev": true, + "dependencies": { + "@volar/typescript": "~1.11.1", + "@vue/language-core": "1.8.27", + "semver": "^7.5.4" + }, + "bin": { + "vue-tsc": "bin/vue-tsc.js" + }, + "peerDependencies": { + "typescript": "*" + } + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..2b31feb --- /dev/null +++ b/package.json @@ -0,0 +1,44 @@ +{ + "name": "-", + "version": "0.0.0", + "private": true, + "type": "module", + "scripts": { + "dev": "vite --mode dev --host", + "build": "vite build", + "prod": "vite --mode prod", + "build:dev": "vue-tsc --noEmit && vite build --mode dev", + "build:prod": "vue-tsc --noEmit && vite build --mode prod", + "preview": "vite preview", + "build-only": "vite build", + "type-check": "vue-tsc --build --force" + }, + "dependencies": { + "@phosphor-icons/vue": "^2.1.6", + "@vueuse/core": "^10.8.0", + "axios": "^1.7.2", + "bootstrap": "^5.3.3", + "swiper": "^11.0.6", + "vant": "^4.9.4", + "vue": "^3.4.15", + "vue-countup-v3": "^1.4.1", + "vue-router": "^4.2.5" + }, + "devDependencies": { + "@babel/core": "^7.24.9", + "@babel/preset-env": "^7.25.0", + "@rollup/plugin-babel": "^6.0.4", + "@tsconfig/node20": "^20.1.2", + "@types/bootstrap": "^5.2.10", + "@vitejs/plugin-vue": "^5.0.3", + "@vitejs/plugin-vue-jsx": "^4.0.0", + "@vue/tsconfig": "^0.5.1", + "amfe-flexible": "^2.2.1", + "npm-run-all2": "^6.1.1", + "postcss-pxtorem": "^6.0.0", + "sass": "^1.71.1", + "typescript": "~5.3.0", + "vite": "^5.0.11", + "vue-tsc": "^1.8.27" + } +} diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..ebc6b00 Binary files /dev/null and b/public/favicon.ico differ diff --git a/src/App.vue b/src/App.vue new file mode 100644 index 0000000..7fab274 --- /dev/null +++ b/src/App.vue @@ -0,0 +1,18 @@ + + + diff --git a/src/assets/data/navbarData.ts b/src/assets/data/navbarData.ts new file mode 100644 index 0000000..39bb745 --- /dev/null +++ b/src/assets/data/navbarData.ts @@ -0,0 +1,46 @@ +export const navbarData = [ + { + id: "menu1", + menuTitle: "Home", + path: "#", + menuItems: [ + { + id: "homeONe", + title: "Home One", + menuItemPath: "/", + }, + { + id: "homeTwo", + title: "Home Two", + menuItemPath: "/landing-page-two", + }, + ], + }, + { + id: "about-page", + menuTitle: "About", + path: "/about-us", + }, + { + id: "menu2", + menuTitle: "Blog", + path: "#", + menuItems: [ + { + id: "all-blogs", + title: "Blogs", + menuItemPath: "/blogs", + }, + { + id: "Blogs-details", + title: "Blog Details", + menuItemPath: "/blog-details", + }, + ], + }, + { + id: "contact-page", + menuTitle: "Contact", + path: "/contact", + }, +]; diff --git a/src/assets/image/444164749.jpg b/src/assets/image/444164749.jpg new file mode 100644 index 0000000..54eef64 Binary files /dev/null and b/src/assets/image/444164749.jpg differ diff --git a/src/assets/image/about-1.png b/src/assets/image/about-1.png new file mode 100644 index 0000000..d39f3b8 Binary files /dev/null and b/src/assets/image/about-1.png differ diff --git a/src/assets/image/all-project-link.png b/src/assets/image/all-project-link.png new file mode 100644 index 0000000..b65e527 Binary files /dev/null and b/src/assets/image/all-project-link.png differ diff --git a/src/assets/image/back.png b/src/assets/image/back.png new file mode 100644 index 0000000..48aaad0 Binary files /dev/null and b/src/assets/image/back.png differ diff --git a/src/assets/image/calden.png b/src/assets/image/calden.png new file mode 100644 index 0000000..7012183 Binary files /dev/null and b/src/assets/image/calden.png differ diff --git a/src/assets/image/capture/1.png b/src/assets/image/capture/1.png new file mode 100644 index 0000000..3a1c76d Binary files /dev/null and b/src/assets/image/capture/1.png differ diff --git a/src/assets/image/capture/10.png b/src/assets/image/capture/10.png new file mode 100644 index 0000000..0c85709 Binary files /dev/null and b/src/assets/image/capture/10.png differ diff --git a/src/assets/image/capture/11.png b/src/assets/image/capture/11.png new file mode 100644 index 0000000..1ebf613 Binary files /dev/null and b/src/assets/image/capture/11.png differ diff --git a/src/assets/image/capture/12.png b/src/assets/image/capture/12.png new file mode 100644 index 0000000..f223ea5 Binary files /dev/null and b/src/assets/image/capture/12.png differ diff --git a/src/assets/image/capture/13.png b/src/assets/image/capture/13.png new file mode 100644 index 0000000..dd7aa99 Binary files /dev/null and b/src/assets/image/capture/13.png differ diff --git a/src/assets/image/capture/2.png b/src/assets/image/capture/2.png new file mode 100644 index 0000000..3dc75ae Binary files /dev/null and b/src/assets/image/capture/2.png differ diff --git a/src/assets/image/capture/3.png b/src/assets/image/capture/3.png new file mode 100644 index 0000000..32af5ed Binary files /dev/null and b/src/assets/image/capture/3.png differ diff --git a/src/assets/image/capture/4.png b/src/assets/image/capture/4.png new file mode 100644 index 0000000..ec095bc Binary files /dev/null and b/src/assets/image/capture/4.png differ diff --git a/src/assets/image/capture/5.png b/src/assets/image/capture/5.png new file mode 100644 index 0000000..db095dd Binary files /dev/null and b/src/assets/image/capture/5.png differ diff --git a/src/assets/image/capture/6.png b/src/assets/image/capture/6.png new file mode 100644 index 0000000..8cfd8c6 Binary files /dev/null and b/src/assets/image/capture/6.png differ diff --git a/src/assets/image/capture/7.png b/src/assets/image/capture/7.png new file mode 100644 index 0000000..3d22f44 Binary files /dev/null and b/src/assets/image/capture/7.png differ diff --git a/src/assets/image/capture/8.png b/src/assets/image/capture/8.png new file mode 100644 index 0000000..540b914 Binary files /dev/null and b/src/assets/image/capture/8.png differ diff --git a/src/assets/image/capture/9.png b/src/assets/image/capture/9.png new file mode 100644 index 0000000..949e22d Binary files /dev/null and b/src/assets/image/capture/9.png differ diff --git a/src/assets/image/image.png b/src/assets/image/image.png new file mode 100644 index 0000000..0c5d0d3 Binary files /dev/null and b/src/assets/image/image.png differ diff --git a/src/assets/image/index1/111.jpg b/src/assets/image/index1/111.jpg new file mode 100644 index 0000000..0d02d35 Binary files /dev/null and b/src/assets/image/index1/111.jpg differ diff --git a/src/assets/image/index1/222.jpg b/src/assets/image/index1/222.jpg new file mode 100644 index 0000000..0b1665f Binary files /dev/null and b/src/assets/image/index1/222.jpg differ diff --git a/src/assets/image/index1/333.jpg b/src/assets/image/index1/333.jpg new file mode 100644 index 0000000..4f1ed5c Binary files /dev/null and b/src/assets/image/index1/333.jpg differ diff --git a/src/assets/image/index1/444.jpg b/src/assets/image/index1/444.jpg new file mode 100644 index 0000000..af385e8 Binary files /dev/null and b/src/assets/image/index1/444.jpg differ diff --git a/src/assets/image/index1/baogaoBG.png b/src/assets/image/index1/baogaoBG.png new file mode 100644 index 0000000..2d170e1 Binary files /dev/null and b/src/assets/image/index1/baogaoBG.png differ diff --git a/src/assets/image/index1/cbg.png b/src/assets/image/index1/cbg.png new file mode 100644 index 0000000..0b7109c Binary files /dev/null and b/src/assets/image/index1/cbg.png differ diff --git a/src/assets/image/index1/close.png b/src/assets/image/index1/close.png new file mode 100644 index 0000000..a3d4460 Binary files /dev/null and b/src/assets/image/index1/close.png differ diff --git a/src/assets/image/index1/close1.png b/src/assets/image/index1/close1.png new file mode 100644 index 0000000..5218905 Binary files /dev/null and b/src/assets/image/index1/close1.png differ diff --git a/src/assets/image/index1/icon01.png b/src/assets/image/index1/icon01.png new file mode 100644 index 0000000..4158a95 Binary files /dev/null and b/src/assets/image/index1/icon01.png differ diff --git a/src/assets/image/index1/icon02.png b/src/assets/image/index1/icon02.png new file mode 100644 index 0000000..8db408e Binary files /dev/null and b/src/assets/image/index1/icon02.png differ diff --git a/src/assets/image/index1/icon03.png b/src/assets/image/index1/icon03.png new file mode 100644 index 0000000..a6dfa3e Binary files /dev/null and b/src/assets/image/index1/icon03.png differ diff --git a/src/assets/image/index1/icon04.png b/src/assets/image/index1/icon04.png new file mode 100644 index 0000000..612fefe Binary files /dev/null and b/src/assets/image/index1/icon04.png differ diff --git a/src/assets/image/index1/playBtn.svg b/src/assets/image/index1/playBtn.svg new file mode 100644 index 0000000..e95d05d --- /dev/null +++ b/src/assets/image/index1/playBtn.svg @@ -0,0 +1 @@ +Play_40x40 \ No newline at end of file diff --git a/src/assets/image/index1/tj.png b/src/assets/image/index1/tj.png new file mode 100644 index 0000000..9128cd3 Binary files /dev/null and b/src/assets/image/index1/tj.png differ diff --git a/src/assets/image/index1/yuyueBG.png b/src/assets/image/index1/yuyueBG.png new file mode 100644 index 0000000..ef56641 Binary files /dev/null and b/src/assets/image/index1/yuyueBG.png differ diff --git a/src/assets/image/index1/吴华林.jpg b/src/assets/image/index1/吴华林.jpg new file mode 100644 index 0000000..99d4b5e Binary files /dev/null and b/src/assets/image/index1/吴华林.jpg differ diff --git a/src/assets/image/index1/李陶.jpg b/src/assets/image/index1/李陶.jpg new file mode 100644 index 0000000..d872d14 Binary files /dev/null and b/src/assets/image/index1/李陶.jpg differ diff --git a/src/assets/image/index1/胡文详.jpg b/src/assets/image/index1/胡文详.jpg new file mode 100644 index 0000000..b1dee57 Binary files /dev/null and b/src/assets/image/index1/胡文详.jpg differ diff --git a/src/assets/image/index1/袁道红.jpg b/src/assets/image/index1/袁道红.jpg new file mode 100644 index 0000000..c8082d5 Binary files /dev/null and b/src/assets/image/index1/袁道红.jpg differ diff --git a/src/assets/image/location.png b/src/assets/image/location.png new file mode 100644 index 0000000..67eb397 Binary files /dev/null and b/src/assets/image/location.png differ diff --git a/src/assets/image/logo.png b/src/assets/image/logo.png new file mode 100644 index 0000000..d732dd4 Binary files /dev/null and b/src/assets/image/logo.png differ diff --git a/src/assets/image/not-found.png b/src/assets/image/not-found.png new file mode 100644 index 0000000..301abe2 Binary files /dev/null and b/src/assets/image/not-found.png differ diff --git a/src/assets/image/report.png b/src/assets/image/report.png new file mode 100644 index 0000000..5d7b648 Binary files /dev/null and b/src/assets/image/report.png differ diff --git a/src/assets/image/test/01.png b/src/assets/image/test/01.png new file mode 100644 index 0000000..32096a0 Binary files /dev/null and b/src/assets/image/test/01.png differ diff --git a/src/assets/image/test/02.png b/src/assets/image/test/02.png new file mode 100644 index 0000000..6a96108 Binary files /dev/null and b/src/assets/image/test/02.png differ diff --git a/src/assets/image/test/03.png b/src/assets/image/test/03.png new file mode 100644 index 0000000..290998c Binary files /dev/null and b/src/assets/image/test/03.png differ diff --git a/src/assets/image/test/04.png b/src/assets/image/test/04.png new file mode 100644 index 0000000..c6603c2 Binary files /dev/null and b/src/assets/image/test/04.png differ diff --git a/src/assets/image/test/1.png b/src/assets/image/test/1.png new file mode 100644 index 0000000..468c30a Binary files /dev/null and b/src/assets/image/test/1.png differ diff --git a/src/assets/image/test/10.png b/src/assets/image/test/10.png new file mode 100644 index 0000000..4ed0b26 Binary files /dev/null and b/src/assets/image/test/10.png differ diff --git a/src/assets/image/test/11.png b/src/assets/image/test/11.png new file mode 100644 index 0000000..e5f8239 Binary files /dev/null and b/src/assets/image/test/11.png differ diff --git a/src/assets/image/test/12.png b/src/assets/image/test/12.png new file mode 100644 index 0000000..8090381 Binary files /dev/null and b/src/assets/image/test/12.png differ diff --git a/src/assets/image/test/13.png b/src/assets/image/test/13.png new file mode 100644 index 0000000..f298003 Binary files /dev/null and b/src/assets/image/test/13.png differ diff --git a/src/assets/image/test/14.png b/src/assets/image/test/14.png new file mode 100644 index 0000000..f88ddaa Binary files /dev/null and b/src/assets/image/test/14.png differ diff --git a/src/assets/image/test/15.png b/src/assets/image/test/15.png new file mode 100644 index 0000000..a46b8fb Binary files /dev/null and b/src/assets/image/test/15.png differ diff --git a/src/assets/image/test/16.png b/src/assets/image/test/16.png new file mode 100644 index 0000000..8acc042 Binary files /dev/null and b/src/assets/image/test/16.png differ diff --git a/src/assets/image/test/17.png b/src/assets/image/test/17.png new file mode 100644 index 0000000..f596122 Binary files /dev/null and b/src/assets/image/test/17.png differ diff --git a/src/assets/image/test/18.png b/src/assets/image/test/18.png new file mode 100644 index 0000000..8934464 Binary files /dev/null and b/src/assets/image/test/18.png differ diff --git a/src/assets/image/test/19.png b/src/assets/image/test/19.png new file mode 100644 index 0000000..82985ae Binary files /dev/null and b/src/assets/image/test/19.png differ diff --git a/src/assets/image/test/2.png b/src/assets/image/test/2.png new file mode 100644 index 0000000..fd8a136 Binary files /dev/null and b/src/assets/image/test/2.png differ diff --git a/src/assets/image/test/20.png b/src/assets/image/test/20.png new file mode 100644 index 0000000..23de6b1 Binary files /dev/null and b/src/assets/image/test/20.png differ diff --git a/src/assets/image/test/21.png b/src/assets/image/test/21.png new file mode 100644 index 0000000..a6b2c2c Binary files /dev/null and b/src/assets/image/test/21.png differ diff --git a/src/assets/image/test/22.png b/src/assets/image/test/22.png new file mode 100644 index 0000000..d19e50d Binary files /dev/null and b/src/assets/image/test/22.png differ diff --git a/src/assets/image/test/23.png b/src/assets/image/test/23.png new file mode 100644 index 0000000..0a62b44 Binary files /dev/null and b/src/assets/image/test/23.png differ diff --git a/src/assets/image/test/24.png b/src/assets/image/test/24.png new file mode 100644 index 0000000..745f358 Binary files /dev/null and b/src/assets/image/test/24.png differ diff --git a/src/assets/image/test/3.jpg b/src/assets/image/test/3.jpg new file mode 100644 index 0000000..0b7e774 Binary files /dev/null and b/src/assets/image/test/3.jpg differ diff --git a/src/assets/image/test/3.png b/src/assets/image/test/3.png new file mode 100644 index 0000000..9426af0 Binary files /dev/null and b/src/assets/image/test/3.png differ diff --git a/src/assets/image/test/4.png b/src/assets/image/test/4.png new file mode 100644 index 0000000..59ef2e8 Binary files /dev/null and b/src/assets/image/test/4.png differ diff --git a/src/assets/image/test/5.png b/src/assets/image/test/5.png new file mode 100644 index 0000000..a8110be Binary files /dev/null and b/src/assets/image/test/5.png differ diff --git a/src/assets/image/test/6.png b/src/assets/image/test/6.png new file mode 100644 index 0000000..db45dcf Binary files /dev/null and b/src/assets/image/test/6.png differ diff --git a/src/assets/image/test/7.png b/src/assets/image/test/7.png new file mode 100644 index 0000000..bc9b87b Binary files /dev/null and b/src/assets/image/test/7.png differ diff --git a/src/assets/image/test/8.png b/src/assets/image/test/8.png new file mode 100644 index 0000000..75b4d69 Binary files /dev/null and b/src/assets/image/test/8.png differ diff --git a/src/assets/image/test/9.png b/src/assets/image/test/9.png new file mode 100644 index 0000000..5dca52e Binary files /dev/null and b/src/assets/image/test/9.png differ diff --git a/src/assets/image/tick.png b/src/assets/image/tick.png new file mode 100644 index 0000000..f95dab4 Binary files /dev/null and b/src/assets/image/tick.png differ diff --git a/src/assets/styles/_common.scss b/src/assets/styles/_common.scss new file mode 100644 index 0000000..7e2784d --- /dev/null +++ b/src/assets/styles/_common.scss @@ -0,0 +1,284 @@ +// reset code start +* { + -webkit-tap-highlight-color: transparent; +} + +a { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + text-decoration: none; + color: var(--white-neutral1); +} + +button { + background: none; +} + +ol, +ul, +dl { + margin-top: 0; + margin-bottom: 0rem; +} + +input:focus { + outline: 1px solid var(--black-neutral2) !important; +} + +input[type="number"]::-webkit-inner-spin-button, +input[type="number"]::-webkit-outer-spin-button { + -webkit-appearance: none; + margin: 0; +} + +input[type="date"] { + text-transform: uppercase; +} + +input[type="date"]::-webkit-inner-spin-button, +input[type="date"]::-webkit-calendar-picker-indicator { + display: none; + -webkit-appearance: none; +} + +input, +textarea { + padding: 12px 20px; + color: rgba(var(--black-neutral2), 1); + width: 100%; + outline-color: transparent; + font-size: 14px; + border-radius: 6px; + background-color: transparent; +} +input::-moz-placeholder, +textarea::-moz-placeholder { + font-size: 16px; +} +input::placeholder, +textarea::placeholder { + font-size: 16px; +} +input:focus, +textarea:focus { + outline: 1px solid #2fa75f; + box-shadow: none; + border: 1px solid transparent; +} +span { + display: inline-block; +} +// reset code end + +[theme="custom-light"] .light-mood-image-shape { + filter: brightness(0) !important; +} + +// light theme common class +[theme="custom-light"] .bg-light-white { + border: 1px solid rgba(179, 182, 185, 0.2); + background: #fff; + box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04); +} + +[theme="custom-light"] .light-theme-white-text { + color: #fff !important; +} + +/* scroll bar style */ +::-webkit-scrollbar-track { + -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); + background-color: var(--black-neutral1); +} +::-webkit-scrollbar { + width: 6px; + background-color: var(--secondary-color); +} + +.cart-scrollbar::-webkit-scrollbar { + height: 3px; +} + +::-webkit-scrollbar-thumb { + background-color: var(--secondary-color); + border-radius: 10px; + width: 2px; +} + +/* swiper slider */ +.swiper-wrapper { + -webkit-transition-timing-function: linear !important; + -o-transition-timing-function: linear !important; + transition-timing-function: linear !important; +} + +.m-t-120px { + margin-top: 120px; + @media (max-width: 1400px) { + margin-top: 100px; + } + @media (max-width: 1200px) { + margin-top: 80px; + } + @media (max-width: 992px) { + margin-top: 60px; + } +} + +.m-t-60px { + margin-top: 60px; + @media (max-width: 1400px) { + margin-top: 40px; + } + @media (max-width: 1200px) { + margin-top: 36px; + } + @media (max-width: 992px) { + margin-top: 32px; + } +} +.m-t-40px { + margin-top: 40px; + @media (max-width: 1400px) { + margin-top: 32px; + } + @media (max-width: 1200px) { + margin-top: 28px; + } + @media (max-width: 992px) { + margin-top: 24px; + } +} + +.m-t-32px { + margin-top: 32px; + @media (max-width: 1400px) { + margin-top: 26px; + } + @media (max-width: 1200px) { + margin-top: 24px; + } + @media (max-width: 992px) { + margin-top: 20px; + } +} + +.m-b-60px { + margin-bottom: 60px; +} +.m-t-32px { + margin-top: 32px; +} + +.p-32px { + padding: 32px; + + @media (max-width: 1400px) { + padding: 24px; + } +} + +.overflow-x-hidden { + overflow-x: hidden; +} + +.gap-6px { + gap: 6px; +} + +// animation +@keyframes scaleUp { + 50% { + transform: scale(1.25); + } +} + +.scale-up-down { + animation: scaleUp 2s linear infinite; +} + +//marque left +@keyframes marqueeLeft { + 0% { + left: 0; + } + 100% { + left: -100%; + } +} + +.to-left { + animation: marqueeLeft 25s linear infinite; + white-space: nowrap; +} + +// marque right +@keyframes marqueeRight { + 0% { + right: 0; + } + 100% { + right: -100%; + } +} + +@-webkit-keyframes rotating { + from { + -webkit-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(360deg); + -o-transform: rotate(360deg); + transform: rotate(360deg); + } +} +@keyframes rotating { + from { + -ms-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -webkit-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -ms-transform: rotate(360deg); + -moz-transform: rotate(360deg); + -webkit-transform: rotate(360deg); + -o-transform: rotate(360deg); + transform: rotate(360deg); + } +} +.rotating { + -webkit-animation: rotating 2s linear infinite; + -moz-animation: rotating 2s linear infinite; + -ms-animation: rotating 2s linear infinite; + -o-animation: rotating 2s linear infinite; + animation: rotating 2s linear infinite; +} + +.to-right { + animation: marqueeRight 25s linear infinite; +} + +// back to home button style +.button-back-to-home { + padding: 12px 20px; + background: var(--secondary-color); + border-radius: 8px; + color: var(--white-neutral1); + display: flex; + grid-area: 8px; + align-items: center; + width: fit-content; + position: relative; + z-index: 2; + transition: all 0.3s ease; + + &:hover { + scale: 1.02; + color: var(--white-neutral1); + } +} diff --git a/src/assets/styles/_navbar.scss b/src/assets/styles/_navbar.scss new file mode 100644 index 0000000..bbba76c --- /dev/null +++ b/src/assets/styles/_navbar.scss @@ -0,0 +1,483 @@ +.navbar-container { + margin-top: 40px; +} + +.desktop-navbar-container { + display: flex; + justify-content: space-between; + align-items: center; + + border-radius: 16px; + border: 1px solid var(--black-neutral3); + background: linear-gradient(153deg, rgba(255, 255, 255, 0.12) -65.62%, rgba(255, 255, 255, 0.04) 83.28%); + + backdrop-filter: blur(25px); + padding: 16px 24px; + + @media (max-width: 1200px) { + display: none; + } +} + +[theme='custom-light'] .desktop-navbar-container { + background: #fff; + border: 1px solid rgba(179, 182, 185, 0.2); + box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04); +} + +.logo-main { + font-size: 32px; + font-style: normal; + font-weight: 600; + line-height: 120%; + + &:hover { + color: #fff; + } + span { + color: var(--secondary-color); + } +} + +[theme='custom-light'] .logo-main { + &:hover { + color: #1d1d1d; + } +} + +.desktop-menu-items { + display: flex; + justify-content: space-between; + gap: 40px; + list-style: none; + color: var(--white-neutral1) !important; + + @media (max-width: 1400px) { + gap: 24px; + } +} + +[theme='custom-light'] .menu-item-text-white { + color: #222426 !important; + -webkit-text-fill-color: #222426 !important; +} + +#primary { + display: flex; + align-items: center; + justify-content: center; + height: 100%; + padding-left: 0px !important; + li { + .desktop-menu-item { + transition: all 0.3s ease-in-out; + white-space: nowrap; + text-decoration: none; + display: block; + position: relative; + z-index: 1; + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + background-image: linear-gradient(to right, var(--secondary-color), var(--secondary-color) 50%, #fff 50%); + background-size: 200% 100%; + background-position: -100%; + transition: all 0.3s ease-in-out; + &:before { + display: block; + content: ''; + width: 0; + height: 3px; + bottom: 5px; + left: 0; + bottom: -3px; + z-index: 0; + position: absolute; + background: var(--secondary-color); + transition: all 0.3s ease-in-out; + } + &:hover { + background-position: 0%; + &:before { + width: 100%; + } + } + } + } +} + +.menu-active { + background-position: 0% !important; + &:before { + width: 100% !important; + } +} + +.navbar-hover-text { + transition: all 0.3s ease-in-out; + &:hover { + color: var(--secondary-color); + } +} + +.main-menu-dropdown { + position: absolute; + top: 40px; + background: var(--black-neutral2); + z-index: 3; + display: flex; + flex-direction: column; + border-radius: 0 12px 0; + max-height: 0; + overflow: hidden; + opacity: 0; + transition: all 0.4s ease-in-out; + padding-bottom: 5px; +} + +[theme='custom-light'] .main-menu-dropdown { + background: #ffefd7; +} + +[theme='custom-light'] .main-menu-dropdown { + border-color: #a8a5a5e0; + background: #ecececec; + box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04); +} + +.menu-item-with-dropdown { + transition: all 0.3s ease-in-out; + cursor: pointer; + + .menu-arrow-icon { + transition: all 0.3s ease-in-out; + stroke-width: 3; + } + + &:hover .menu-arrow-icon { + transition: all 0.3s ease-in-out; + transform: rotate(180deg); + color: var(--secondary-color); + } + + &:hover .main-menu-dropdown { + max-height: 400px; + opacity: 1; + } +} + +.desktop-menu-dropdown-item { + box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; + transition: all 0.3s ease-in-out; + padding: 15px; + + &:hover { + border-color: transparent; + } +} + +// mobile navbar +.mobile-navbar-container { + border-radius: 16px; + border: 1px solid var(--black-neutral3); + background: linear-gradient(153deg, rgba(255, 255, 255, 0.12) -65.62%, rgba(255, 255, 255, 0.04) 83.28%); + color: var(--white-neutral1); + backdrop-filter: blur(25px); + padding: 10px; + display: flex; + align-items: center; + justify-content: space-between; + + @media (min-width: 1200px) { + display: none; + } +} + +// menu icon start +@mixin line-props { + width: 100%; + height: 2px; + background-color: #fff; + border-radius: 4px; + position: absolute; + transition: transform 0.4s ease, opacity 0.4s ease; +} + +.hamburger { + padding: 10px 0px; + cursor: pointer; + display: inline-block; + overflow: hidden; + background-color: transparent; + + &__container { + width: 36px; + height: 24px; + position: relative; + } + + &:hover { + .hamburger__inner { + transform: translate(-51px, 50%); + opacity: 0; + &::before, + &::after { + transform: translate(102px, 0); + opacity: 0; + } + } + } + + &.is-active { + .hamburger__inner { + display: none; + } + } + + &__inner { + @include line-props; + top: 50%; + transform: translate(5px, -50%); + opacity: 1; + &::before, + &::after { + @include line-props; + content: ''; + opacity: 1; + transform: translate(-5px, 0); + } + + &::before { + top: -13px; + } + + &::after { + top: 13px; + } + } + + &:hover { + .hamburger__hidden { + opacity: 1; + transform: translate(0, -50%); + &::before, + &::after { + opacity: 1; + transform: translate(0, 0); + } + } + } + + &.is-active { + .hamburger__hidden { + opacity: 1; + transform: rotate(45deg); + &::before { + transform: translate(0, 13px) rotate(90deg); + transform-origin: center; + } + + &::after { + transform: translate(0, -13px) rotate(0); + transform-origin: center; + } + } + } + + &__hidden { + @include line-props; + background-color: var(--secondary-color); + top: 50%; + transform: translate(51px, -50%); + &::before, + &::after { + @include line-props; + background-color: var(--secondary-color); + content: ''; + transform: translate(102px, 0); + } + + &::before { + top: -13px; + } + + &::after { + top: 13px; + } + } +} + +[theme='custom-light'] .hamburger__inner { + background: var(--secondary-color); +} + +[theme='custom-light'] .hamburger__inner::before, +[theme='custom-light'] .hamburger__inner::after { + background: var(--secondary-color); +} +// menu icon end + +// mobile sidebar menu +.mobile-sidebar-containe { + background: var(--black-neutral4); + width: 250px; + position: fixed; + height: 100vh; + top: 0; + left: 0; + transition: all 0.7s; + overflow-y: scroll; + z-index: 4; + border-radius: 0px 32px 32px 0px; + + &::-webkit-scrollbar { + display: none; + } + + transform: translateX(-300px); + + .sidebar-logo { + padding: 40px 85px 70px 57px; + &:hover { + color: var(--secondary-color); + } + } + + .mobile-sidebar-menus { + list-style: none; + display: flex; + flex-direction: column; + gap: 32px; + padding: 0; + + .mobile-menu-item { + border-bottom: 1px solid #2b2b2b; + padding-bottom: 20px; + cursor: pointer; + } + .mobile-single-menu { + padding-left: 32px; + padding-right: 32px; + + transition: all 0.3s ease-in-out; + &:hover { + color: var(--secondary-color); + } + } + + .mobile-menu-link { + display: flex; + gap: 12px; + align-items: center; + font-size: 16px !important; + } + } +} + +[theme='custom-light'] .mobile-menu-item { + border-bottom: 1px solid rgba(54, 60, 66, 0.2) !important; +} + +[theme='custom-light'] .mobile-sidebar-containe { + background: #fff; + + box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; +} + +@media (max-width: 1400px) { + .mobile-sidebar-show { + z-index: 3; + transform: translateX(0px); + } + + .mobile-sidebar-hide { + z-index: 3; + transform: translateX(-300px); + } +} + +.logo-main-mobile { + font-size: 32px; + font-style: normal; + font-weight: 600; + line-height: 120%; + padding: 32px; + &:hover { + color: #fff; + } + span { + color: var(--secondary-color); + } +} + +[theme='custom-light'] .logo-main-mobile { + &:hover { + color: #1d1d1d; + } +} + +.mobile-sidebar-overlay { + width: 100vw; + height: 100vh; + position: fixed; + top: 0; + left: 0; + z-index: 3; + background: black; + opacity: 0.5; + transition: all 0.8s ease-in-out; + + // @media (min-width: 1200px) { + // display: none; + // } +} + +.mobile-sidebar-overlay-show { + transform: translateX(0px); +} + +.mobile-sidebar-overlay-hide { + transform: translateX(-100%); +} + +.icon-normal { + transition: all 0.3s ease-in-out; +} + +.icon-rotate { + transition: all 0.3s ease-in-out; + transform: rotate(180deg); +} + +.text-secondary { + color: var(--secondary-color) !important; +} + +.mobile-sidebar-menu-modal { + top: 0px; + padding: 24px 0; + margin: 0 32px; + background: var(--black-neutral3); + display: flex; + gap: 12px; + align-items: center; + flex-direction: column; + border-radius: 0px 20px 0px; + .sub-item { + border-bottom: 1px solid var(--black-neutral2); + padding-bottom: 20px; + width: 100%; + text-align: center; + } +} + +[theme='custom-light'] .mobile-sidebar-menu-modal { + border: 1px solid rgba(179, 182, 185, 0.2); + background: #ecececec; + box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04); +} + +[theme='custom-light'] .sub-item { + border-color: #a8a5a5e0; + background: #ecececec; + box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04); +} diff --git a/src/assets/styles/_them.scss b/src/assets/styles/_them.scss new file mode 100644 index 0000000..ec2a430 --- /dev/null +++ b/src/assets/styles/_them.scss @@ -0,0 +1,51 @@ +.theme-modal-button { + position: fixed; + right: 0px; + top: 50%; + background-color: #24202f; + border-radius: 10px 0 0 10px; + z-index: 4; + + button { + background: transparent; + padding: 5px; + } + .setting-icon { + background-color: transparent !important; + } +} + +.theme-modal { + position: fixed; + right: -350px; + top: 57%; + background-color: #24202f; + border-radius: 10px 0 0 10px; + width: 100px; + padding: 12px 0; + display: flex; + flex-direction: column; + transition: all 0.7s ease-in-out; + z-index: 4; + + &__theme-dir { + padding: 8px 12px; + font-size: 20px; + color: #fff; + border-bottom: 2px solid var(--secondary-color); + transition: all 0.3s ease-in-out; + height: fit-content; + + &:hover { + background: var(--secondary-color); + } + + &:last-child { + border-bottom: none; + } + } +} + +.modal-open { + right: 0; +} diff --git a/src/assets/styles/_typography.scss b/src/assets/styles/_typography.scss new file mode 100644 index 0000000..1d84ef3 --- /dev/null +++ b/src/assets/styles/_typography.scss @@ -0,0 +1,165 @@ +body { + background-color: var(--black-neutral1) !important; + margin: 0; + margin: 0; + color: var(--white-neutral1) !important; + font-family: var(--body-font) !important; +} + +button { + border: none; +} + +a { + text-decoration: none; +} + +h1, +h2, +h3, +h4, +h5, +h6, +p, +button, +input { + margin: 0; + padding: 0; + border: 0; +} + +.display-4 { + font-size: 56px; + font-weight: 600; + line-height: 120%; + + @media (max-width: 1400px) { + font-size: 40px; + } + @media (max-width: 992px) { + font-size: 32px; + } + @media (max-width: 768px) { + font-size: 28px; + } +} + +.heading-1 { + font-size: 48px; + font-weight: 700; + @media (max-width: 1400px) { + font-size: 38px; + } + @media (max-width: 1200px) { + font-size: 32px; + } + @media (max-width: 992px) { + font-size: 28px; + } + @media (max-width: 768px) { + font-size: 26px; + } +} + +.heading-2 { + font-size: 40px; + font-weight: 600; + @media (max-width: 1400px) { + font-size: 32px; + } + @media (max-width: 1200px) { + font-size: 28px; + } + @media (max-width: 992px) { + font-size: 26px; + } + @media (max-width: 768px) { + font-size: 24px; + } +} + +.heading-3 { + font-size: 32px; + font-weight: 600; + line-height: 120%; + @media (max-width: 1400px) { + font-size: 28px; + } + @media (max-width: 992px) { + font-size: 24px; + } + @media (max-width: 768px) { + font-size: 20px; + } +} + +.heading-4 { + font-size: 24px; + font-weight: 500; + line-height: 130%; + @media (max-width: 1400px) { + font-size: 20px; + } + @media (max-width: 992px) { + font-size: 18px; + } +} + +.heading-5 { + font-size: 20px; + font-weight: 600; + line-height: 130%; + @media (max-width: 1400px) { + font-size: 18px; + } +} + +.textLead { + font-size: 24px; + line-height: 150%; + @media (max-width: 1400px) { + font-size: 20px; + } +} +.textXL { + font-size: 20px; + line-height: 150%; + @media (max-width: 1400px) { + font-size: 18px; + } +} + +.textL { + font-size: 18px; + line-height: 150%; + @media (max-width: 1400px) { + font-size: 16px; + } +} + +.textM { + font-size: 16px; + line-height: 150%; + @media (max-width: 1400px) { + font-size: 14px; + } +} + +.textS { + font-size: 14px; + line-height: 150%; +} + +.font-bold { + font-weight: 700; +} +.font-semi-bold { + font-weight: 600; +} +.font-medium { + font-weight: 500; +} + +.font-thin { + font-weight: 300; +} diff --git a/src/assets/styles/_variables.scss b/src/assets/styles/_variables.scss new file mode 100644 index 0000000..88d0dcf --- /dev/null +++ b/src/assets/styles/_variables.scss @@ -0,0 +1,44 @@ +// color variables + +:root { + --body-font: 'Kanit', sans-serif; + --primary-color: #ff6900; + --secondary-color: rgba(2, 232, 217, 1); + --accent1: #fff; + --accent2: #e6e6e6; + --accent3: #ffce32; + --accent4: #ffefd7; + --accent5: #cdff00; + --white: #ffffff; + + --white-neutral1: #0a090d; + --white-neutral2: #2b2b2b; + --white-neutral3: #222426; + --white-neutral4: #1a1a1a; + + --black-neutral1: #ffffff; + --black-neutral2: #f2f6f6; + --black-neutral3: #b3b6b9; + --black-neutral4: #f8f8f8; +} + +[theme='custom-dark'] { + --primary-color: #ff6900; + --secondary-color: rgba(2, 232, 217, 1); + --accent1: #1d1d1d; + --accent2: #323232; + --accent3: #ffce32; + --accent4: #ffefd7; + --accent5: #cdff00; + --white: #ffffff; + + --black-neutral1: #0a090d; + --black-neutral2: #2b2b2b; + --black-neutral3: #222426; + --black-neutral4: #1a1a1a; + + --white-neutral1: #ffffff; + --white-neutral2: #f2f6f6; + --white-neutral3: #b3b6b9; + --white-neutral4: #f8f8f8; +} diff --git a/src/assets/styles/bootstrap-custom.scss b/src/assets/styles/bootstrap-custom.scss new file mode 100644 index 0000000..11da4c8 --- /dev/null +++ b/src/assets/styles/bootstrap-custom.scss @@ -0,0 +1,16425 @@ +// customize breakpoints +$grid-breakpoints: ( + xs: 0, + sm: 576px, + md: 768px, + lg: 992px, + xl: 1290px, + xxl: 1400px, + 3xl: 1600px, + 4xl: 1800px, +); + +// import bootstrap source files +@import '/node_modules/bootstrap/scss/bootstrap.scss'; + +/*! + * Bootstrap v5.2.3 (https://getbootstrap.com/) + * Copyright 2011-2022 The Bootstrap Authors + * Copyright 2011-2022 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + */ +:root { + --bs-blue: #0d6efd; + --bs-indigo: #6610f2; + --bs-purple: #6f42c1; + --bs-pink: #d63384; + --bs-red: #dc3545; + --bs-orange: #fd7e14; + --bs-yellow: #ffc107; + --bs-green: #198754; + --bs-teal: #20c997; + --bs-cyan: #0dcaf0; + --bs-black: #000; + --bs-white: #fff; + --bs-gray: #6c757d; + --bs-gray-dark: #343a40; + --bs-gray-100: #f8f9fa; + --bs-gray-200: #e9ecef; + --bs-gray-300: #dee2e6; + --bs-gray-400: #ced4da; + --bs-gray-500: #adb5bd; + --bs-gray-600: #6c757d; + --bs-gray-700: #495057; + --bs-gray-800: #343a40; + --bs-gray-900: #212529; + --bs-primary: #0d6efd; + --bs-secondary: #6c757d; + --bs-success: #198754; + --bs-info: #0dcaf0; + --bs-warning: #ffc107; + --bs-danger: #dc3545; + --bs-light: #f8f9fa; + --bs-dark: #212529; + --bs-primary-rgb: 13, 110, 253; + --bs-secondary-rgb: 108, 117, 125; + --bs-success-rgb: 25, 135, 84; + --bs-info-rgb: 13, 202, 240; + --bs-warning-rgb: 255, 193, 7; + --bs-danger-rgb: 220, 53, 69; + --bs-light-rgb: 248, 249, 250; + --bs-dark-rgb: 33, 37, 41; + --bs-white-rgb: 255, 255, 255; + --bs-black-rgb: 0, 0, 0; + --bs-body-color-rgb: 33, 37, 41; + --bs-body-bg-rgb: 255, 255, 255; + --bs-font-sans-serif: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', 'Liberation Sans', + Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; + --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace; + --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); + --bs-body-font-family: var(--bs-font-sans-serif); + --bs-body-font-size: 1rem; + --bs-body-font-weight: 400; + --bs-body-line-height: 1.5; + --bs-body-color: #212529; + --bs-body-bg: #fff; + --bs-border-width: 1px; + --bs-border-style: solid; + --bs-border-color: #dee2e6; + --bs-border-color-translucent: rgba(0, 0, 0, 0.175); + --bs-border-radius: 0.375rem; + --bs-border-radius-sm: 0.25rem; + --bs-border-radius-lg: 0.5rem; + --bs-border-radius-xl: 1rem; + --bs-border-radius-2xl: 2rem; + --bs-border-radius-pill: 50rem; + --bs-link-color: #0d6efd; + --bs-link-hover-color: #0a58ca; + --bs-code-color: #d63384; + --bs-highlight-bg: #fff3cd; +} + +*, +*::before, +*::after { + box-sizing: border-box; +} + +@media (prefers-reduced-motion: no-preference) { + :root { + scroll-behavior: smooth; + } +} + +body { + margin: 0; + font-family: var(--bs-body-font-family); + font-size: var(--bs-body-font-size); + font-weight: var(--bs-body-font-weight); + line-height: var(--bs-body-line-height); + color: var(--bs-body-color); + text-align: var(--bs-body-text-align); + background-color: var(--bs-body-bg); + -webkit-text-size-adjust: 100%; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} + +hr { + margin: 1rem 0; + color: inherit; + border: 0; + border-top: 1px solid; + opacity: 0.25; +} + +h6, +.h6, +h5, +.h5, +h4, +.h4, +h3, +.h3, +h2, +.h2, +h1, +.h1 { + margin-top: 0; + margin-bottom: 0.5rem; + font-weight: 500; + line-height: 1.2; +} + +h1, +.h1 { + font-size: calc(1.375rem + 1.5vw); +} +@media (min-width: 1200px) { + h1, + .h1 { + font-size: 2.5rem; + } +} + +h2, +.h2 { + font-size: calc(1.325rem + 0.9vw); +} +@media (min-width: 1200px) { + h2, + .h2 { + font-size: 2rem; + } +} + +h3, +.h3 { + font-size: calc(1.3rem + 0.6vw); +} +@media (min-width: 1200px) { + h3, + .h3 { + font-size: 1.75rem; + } +} + +h4, +.h4 { + font-size: calc(1.275rem + 0.3vw); +} +@media (min-width: 1200px) { + h4, + .h4 { + font-size: 1.5rem; + } +} + +h5, +.h5 { + font-size: 1.25rem; +} + +h6, +.h6 { + font-size: 1rem; +} + +p { + margin-top: 0; + margin-bottom: 1rem; +} + +abbr[title] { + -webkit-text-decoration: underline dotted; + text-decoration: underline dotted; + cursor: help; + -webkit-text-decoration-skip-ink: none; + text-decoration-skip-ink: none; +} + +address { + margin-bottom: 1rem; + font-style: normal; + line-height: inherit; +} + +ol, +ul { + padding-left: 2rem; +} + +ol, +ul, +dl { + margin-top: 0; + margin-bottom: 1rem; +} + +ol ol, +ul ul, +ol ul, +ul ol { + margin-bottom: 0; +} + +dt { + font-weight: 700; +} + +dd { + margin-bottom: 0.5rem; + margin-left: 0; +} + +blockquote { + margin: 0 0 1rem; +} + +b, +strong { + font-weight: bolder; +} + +small, +.small { + font-size: 0.875em; +} + +mark, +.mark { + padding: 0.1875em; + background-color: var(--bs-highlight-bg); +} + +sub, +sup { + position: relative; + font-size: 0.75em; + line-height: 0; + vertical-align: baseline; +} + +sub { + bottom: -0.25em; +} + +sup { + top: -0.5em; +} + +a { + color: var(--bs-link-color); + text-decoration: underline; +} +a:hover { + color: var(--bs-link-hover-color); +} + +a:not([href]):not([class]), +a:not([href]):not([class]):hover { + color: inherit; + text-decoration: none; +} + +pre, +code, +kbd, +samp { + font-family: var(--bs-font-monospace); + font-size: 1em; +} + +pre { + display: block; + margin-top: 0; + margin-bottom: 1rem; + overflow: auto; + font-size: 0.875em; +} +pre code { + font-size: inherit; + color: inherit; + word-break: normal; +} + +code { + font-size: 0.875em; + color: var(--bs-code-color); + word-wrap: break-word; +} +a > code { + color: inherit; +} + +kbd { + padding: 0.1875rem 0.375rem; + font-size: 0.875em; + color: var(--bs-body-bg); + background-color: var(--bs-body-color); + border-radius: 0.25rem; +} +kbd kbd { + padding: 0; + font-size: 1em; +} + +figure { + margin: 0 0 1rem; +} + +img, +svg { + vertical-align: middle; +} + +table { + caption-side: bottom; + border-collapse: collapse; +} + +caption { + padding-top: 0.5rem; + padding-bottom: 0.5rem; + color: #6c757d; + text-align: left; +} + +th { + text-align: inherit; + text-align: -webkit-match-parent; +} + +thead, +tbody, +tfoot, +tr, +td, +th { + border-color: inherit; + border-style: solid; + border-width: 0; +} + +label { + display: inline-block; +} + +button { + border-radius: 0; +} + +button:focus:not(:focus-visible) { + outline: 0; +} + +input, +button, +select, +optgroup, +textarea { + margin: 0; + font-family: inherit; + font-size: inherit; + line-height: inherit; +} + +button, +select { + text-transform: none; +} + +[role='button'] { + cursor: pointer; +} + +select { + word-wrap: normal; +} +select:disabled { + opacity: 1; +} + +[list]:not([type='date']):not([type='datetime-local']):not([type='month']):not([type='week']):not( + [type='time'] + )::-webkit-calendar-picker-indicator { + display: none !important; +} + +button, +[type='button'], +[type='reset'], +[type='submit'] { + -webkit-appearance: button; +} +button:not(:disabled), +[type='button']:not(:disabled), +[type='reset']:not(:disabled), +[type='submit']:not(:disabled) { + cursor: pointer; +} + +::-moz-focus-inner { + padding: 0; + border-style: none; +} + +textarea { + resize: vertical; +} + +fieldset { + min-width: 0; + padding: 0; + margin: 0; + border: 0; +} + +legend { + float: left; + width: 100%; + padding: 0; + margin-bottom: 0.5rem; + font-size: calc(1.275rem + 0.3vw); + line-height: inherit; +} +@media (min-width: 1200px) { + legend { + font-size: 1.5rem; + } +} +legend + * { + clear: left; +} + +::-webkit-datetime-edit-fields-wrapper, +::-webkit-datetime-edit-text, +::-webkit-datetime-edit-minute, +::-webkit-datetime-edit-hour-field, +::-webkit-datetime-edit-day-field, +::-webkit-datetime-edit-month-field, +::-webkit-datetime-edit-year-field { + padding: 0; +} + +::-webkit-inner-spin-button { + height: auto; +} + +[type='search'] { + outline-offset: -2px; + -webkit-appearance: textfield; +} + +/* rtl:raw: +[type="tel"], +[type="url"], +[type="email"], +[type="number"] { + direction: ltr; +} +*/ +::-webkit-search-decoration { + -webkit-appearance: none; +} + +::-webkit-color-swatch-wrapper { + padding: 0; +} + +::file-selector-button { + font: inherit; + -webkit-appearance: button; +} + +output { + display: inline-block; +} + +iframe { + border: 0; +} + +summary { + display: list-item; + cursor: pointer; +} + +progress { + vertical-align: baseline; +} + +[hidden] { + display: none !important; +} + +.lead { + font-size: 1.25rem; + font-weight: 300; +} + +.display-1 { + font-size: calc(1.625rem + 4.5vw); + font-weight: 300; + line-height: 1.2; +} +@media (min-width: 1200px) { + .display-1 { + font-size: 5rem; + } +} + +.display-2 { + font-size: calc(1.575rem + 3.9vw); + font-weight: 300; + line-height: 1.2; +} +@media (min-width: 1200px) { + .display-2 { + font-size: 4.5rem; + } +} + +.display-3 { + font-size: calc(1.525rem + 3.3vw); + font-weight: 300; + line-height: 1.2; +} +@media (min-width: 1200px) { + .display-3 { + font-size: 4rem; + } +} + +.display-4 { + font-size: calc(1.475rem + 2.7vw); + font-weight: 300; + line-height: 1.2; +} +@media (min-width: 1200px) { + .display-4 { + font-size: 3.5rem; + } +} + +.display-5 { + font-size: calc(1.425rem + 2.1vw); + font-weight: 300; + line-height: 1.2; +} +@media (min-width: 1200px) { + .display-5 { + font-size: 3rem; + } +} + +.display-6 { + font-size: calc(1.375rem + 1.5vw); + font-weight: 300; + line-height: 1.2; +} +@media (min-width: 1200px) { + .display-6 { + font-size: 2.5rem; + } +} + +.list-unstyled { + padding-left: 0; + list-style: none; +} + +.list-inline { + padding-left: 0; + list-style: none; +} + +.list-inline-item { + display: inline-block; +} +.list-inline-item:not(:last-child) { + margin-right: 0.5rem; +} + +.initialism { + font-size: 0.875em; + text-transform: uppercase; +} + +.blockquote { + margin-bottom: 1rem; + font-size: 1.25rem; +} +.blockquote > :last-child { + margin-bottom: 0; +} + +.blockquote-footer { + margin-top: -1rem; + margin-bottom: 1rem; + font-size: 0.875em; + color: #6c757d; +} +.blockquote-footer::before { + content: '— '; +} + +.img-fluid { + max-width: 100%; + height: auto; +} + +.img-thumbnail { + padding: 0.25rem; + background-color: #fff; + border: 1px solid var(--bs-border-color); + border-radius: 0.375rem; + max-width: 100%; + height: auto; +} + +.figure { + display: inline-block; +} + +.figure-img { + margin-bottom: 0.5rem; + line-height: 1; +} + +.figure-caption { + font-size: 0.875em; + color: #6c757d; +} + +.container, +.container-fluid, +.container-xxl, +.container-xl, +.container-lg, +.container-md, +.container-sm { + --bs-gutter-x: 1.5rem; + --bs-gutter-y: 0; + width: 100%; + padding-right: calc(var(--bs-gutter-x) * 0.5); + padding-left: calc(var(--bs-gutter-x) * 0.5); + margin-right: auto; + margin-left: auto; +} + +// @media (min-width: 576px) { +// .container-sm, +// .container { +// max-width: 540px; +// } +// } +// @media (min-width: 768px) { +// .container-md, +// .container-sm, +// .container { +// max-width: 720px; +// } +// } +// @media (min-width: 992px) { +// .container-lg, +// .container-md, +// .container-sm, +// .container { +// max-width: 960px; +// } +// } +// @media (min-width: 1200px) { +// .container-xl, +// .container-lg, +// .container-md, +// .container-sm, +// .container { +// max-width: 1140px; +// } +// } +// @media (min-width: 1400px) { +// .container-xxl, +// .container-xl, +// .container-lg, +// .container-md, +// .container-sm, +// .container { +// max-width: 1320px; +// } +// } +.row { + --bs-gutter-x: 1.5rem; + --bs-gutter-y: 0; + display: flex; + flex-wrap: wrap; + margin-top: calc(-1 * var(--bs-gutter-y)); + margin-right: calc(-0.5 * var(--bs-gutter-x)); + margin-left: calc(-0.5 * var(--bs-gutter-x)); +} +.row > * { + flex-shrink: 0; + width: 100%; + max-width: 100%; + padding-right: calc(var(--bs-gutter-x) * 0.5); + padding-left: calc(var(--bs-gutter-x) * 0.5); + margin-top: var(--bs-gutter-y); +} + +.col { + flex: 1 0 0%; +} + +.row-cols-auto > * { + flex: 0 0 auto; + width: auto; +} + +.row-cols-1 > * { + flex: 0 0 auto; + width: 100%; +} + +.row-cols-2 > * { + flex: 0 0 auto; + width: 50%; +} + +.row-cols-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; +} + +.row-cols-4 > * { + flex: 0 0 auto; + width: 25%; +} + +.row-cols-5 > * { + flex: 0 0 auto; + width: 20%; +} + +.row-cols-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; +} + +.col-auto { + flex: 0 0 auto; + width: auto; +} + +.col-1 { + flex: 0 0 auto; + width: 8.33333333%; +} + +.col-2 { + flex: 0 0 auto; + width: 16.66666667%; +} + +.col-3 { + flex: 0 0 auto; + width: 25%; +} + +.col-4 { + flex: 0 0 auto; + width: 33.33333333%; +} + +.col-5 { + flex: 0 0 auto; + width: 41.66666667%; +} + +.col-6 { + flex: 0 0 auto; + width: 50%; +} + +.col-7 { + flex: 0 0 auto; + width: 58.33333333%; +} + +.col-8 { + flex: 0 0 auto; + width: 66.66666667%; +} + +.col-9 { + flex: 0 0 auto; + width: 75%; +} + +.col-10 { + flex: 0 0 auto; + width: 83.33333333%; +} + +.col-11 { + flex: 0 0 auto; + width: 91.66666667%; +} + +.col-12 { + flex: 0 0 auto; + width: 100%; +} + +.offset-1 { + margin-left: 8.33333333%; +} + +.offset-2 { + margin-left: 16.66666667%; +} + +.offset-3 { + margin-left: 25%; +} + +.offset-4 { + margin-left: 33.33333333%; +} + +.offset-5 { + margin-left: 41.66666667%; +} + +.offset-6 { + margin-left: 50%; +} + +.offset-7 { + margin-left: 58.33333333%; +} + +.offset-8 { + margin-left: 66.66666667%; +} + +.offset-9 { + margin-left: 75%; +} + +.offset-10 { + margin-left: 83.33333333%; +} + +.offset-11 { + margin-left: 91.66666667%; +} + +.g-20, +.gx-20 { + --bs-gutter-x: 5rem; +} + +.g-20, +.gy-20 { + --bs-gutter-y: 5rem; +} + +.g-19, +.gx-19 { + --bs-gutter-x: 4.75rem; +} + +.g-19, +.gy-19 { + --bs-gutter-y: 4.75rem; +} + +.g-18, +.gx-18 { + --bs-gutter-x: 4.5rem; +} + +.g-18, +.gy-18 { + --bs-gutter-y: 4.5rem; +} + +.g-17, +.gx-17 { + --bs-gutter-x: 4.25rem; +} + +.g-17, +.gy-17 { + --bs-gutter-y: 4.25rem; +} + +.g-16, +.gx-16 { + --bs-gutter-x: 4rem; +} + +.g-16, +.gy-16 { + --bs-gutter-y: 4rem; +} + +.g-15, +.gx-15 { + --bs-gutter-x: 3.75rem; +} + +.g-15, +.gy-15 { + --bs-gutter-y: 3.75rem; +} + +.g-14, +.gx-14 { + --bs-gutter-x: 3.5rem; +} + +.g-14, +.gy-14 { + --bs-gutter-y: 3.5rem; +} + +.g-13, +.gx-13 { + --bs-gutter-x: 3.25rem; +} + +.g-13, +.gy-13 { + --bs-gutter-y: 3.25rem; +} + +.g-12, +.gx-12 { + --bs-gutter-x: 3rem; +} + +.g-12, +.gy-12 { + --bs-gutter-y: 3rem; +} + +.g-11, +.gx-11 { + --bs-gutter-x: 2.75rem; +} + +.g-11, +.gy-11 { + --bs-gutter-y: 2.75rem; +} + +.g-10, +.gx-10 { + --bs-gutter-x: 2.5rem; +} + +.g-10, +.gy-10 { + --bs-gutter-y: 2.5rem; +} + +.g-9, +.gx-9 { + --bs-gutter-x: 2.25rem; +} + +.g-9, +.gy-9 { + --bs-gutter-y: 2.25rem; +} + +.g-8, +.gx-8 { + --bs-gutter-x: 2rem; +} + +.g-8, +.gy-8 { + --bs-gutter-y: 2rem; +} + +.g-7, +.gx-7 { + --bs-gutter-x: 1.75rem; +} + +.g-7, +.gy-7 { + --bs-gutter-y: 1.75rem; +} + +.g-6, +.gx-6 { + --bs-gutter-x: 1.5rem; +} + +.g-6, +.gy-6 { + --bs-gutter-y: 1.5rem; +} + +.g-5, +.gx-5 { + --bs-gutter-x: 1.25rem; +} + +.g-5, +.gy-5 { + --bs-gutter-y: 1.25rem; +} + +.g-4, +.gx-4 { + --bs-gutter-x: 1rem; +} + +.g-4, +.gy-4 { + --bs-gutter-y: 1rem; +} + +.g-3, +.gx-3 { + --bs-gutter-x: 0.75rem; +} + +.g-3, +.gy-3 { + --bs-gutter-y: 0.75rem; +} + +.g-2, +.gx-2 { + --bs-gutter-x: 0.5rem; +} + +.g-2, +.gy-2 { + --bs-gutter-y: 0.5rem; +} + +.g-1, +.gx-1 { + --bs-gutter-x: 0.25rem; +} + +.g-1, +.gy-1 { + --bs-gutter-y: 0.25rem; +} + +.g-0, +.gx-0 { + --bs-gutter-x: 0; +} + +.g-0, +.gy-0 { + --bs-gutter-y: 0; +} + +@media (min-width: 576px) { + .col-sm { + flex: 1 0 0%; + } + .row-cols-sm-auto > * { + flex: 0 0 auto; + width: auto; + } + .row-cols-sm-1 > * { + flex: 0 0 auto; + width: 100%; + } + .row-cols-sm-2 > * { + flex: 0 0 auto; + width: 50%; + } + .row-cols-sm-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + .row-cols-sm-4 > * { + flex: 0 0 auto; + width: 25%; + } + .row-cols-sm-5 > * { + flex: 0 0 auto; + width: 20%; + } + .row-cols-sm-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } + .col-sm-auto { + flex: 0 0 auto; + width: auto; + } + .col-sm-1 { + flex: 0 0 auto; + width: 8.33333333%; + } + .col-sm-2 { + flex: 0 0 auto; + width: 16.66666667%; + } + .col-sm-3 { + flex: 0 0 auto; + width: 25%; + } + .col-sm-4 { + flex: 0 0 auto; + width: 33.33333333%; + } + .col-sm-5 { + flex: 0 0 auto; + width: 41.66666667%; + } + .col-sm-6 { + flex: 0 0 auto; + width: 50%; + } + .col-sm-7 { + flex: 0 0 auto; + width: 58.33333333%; + } + .col-sm-8 { + flex: 0 0 auto; + width: 66.66666667%; + } + .col-sm-9 { + flex: 0 0 auto; + width: 75%; + } + .col-sm-10 { + flex: 0 0 auto; + width: 83.33333333%; + } + .col-sm-11 { + flex: 0 0 auto; + width: 91.66666667%; + } + .col-sm-12 { + flex: 0 0 auto; + width: 100%; + } + .offset-sm-0 { + margin-left: 0; + } + .offset-sm-1 { + margin-left: 8.33333333%; + } + .offset-sm-2 { + margin-left: 16.66666667%; + } + .offset-sm-3 { + margin-left: 25%; + } + .offset-sm-4 { + margin-left: 33.33333333%; + } + .offset-sm-5 { + margin-left: 41.66666667%; + } + .offset-sm-6 { + margin-left: 50%; + } + .offset-sm-7 { + margin-left: 58.33333333%; + } + .offset-sm-8 { + margin-left: 66.66666667%; + } + .offset-sm-9 { + margin-left: 75%; + } + .offset-sm-10 { + margin-left: 83.33333333%; + } + .offset-sm-11 { + margin-left: 91.66666667%; + } + .g-sm-20, + .gx-sm-20 { + --bs-gutter-x: 5rem; + } + .g-sm-20, + .gy-sm-20 { + --bs-gutter-y: 5rem; + } + .g-sm-19, + .gx-sm-19 { + --bs-gutter-x: 4.75rem; + } + .g-sm-19, + .gy-sm-19 { + --bs-gutter-y: 4.75rem; + } + .g-sm-18, + .gx-sm-18 { + --bs-gutter-x: 4.5rem; + } + .g-sm-18, + .gy-sm-18 { + --bs-gutter-y: 4.5rem; + } + .g-sm-17, + .gx-sm-17 { + --bs-gutter-x: 4.25rem; + } + .g-sm-17, + .gy-sm-17 { + --bs-gutter-y: 4.25rem; + } + .g-sm-16, + .gx-sm-16 { + --bs-gutter-x: 4rem; + } + .g-sm-16, + .gy-sm-16 { + --bs-gutter-y: 4rem; + } + .g-sm-15, + .gx-sm-15 { + --bs-gutter-x: 3.75rem; + } + .g-sm-15, + .gy-sm-15 { + --bs-gutter-y: 3.75rem; + } + .g-sm-14, + .gx-sm-14 { + --bs-gutter-x: 3.5rem; + } + .g-sm-14, + .gy-sm-14 { + --bs-gutter-y: 3.5rem; + } + .g-sm-13, + .gx-sm-13 { + --bs-gutter-x: 3.25rem; + } + .g-sm-13, + .gy-sm-13 { + --bs-gutter-y: 3.25rem; + } + .g-sm-12, + .gx-sm-12 { + --bs-gutter-x: 3rem; + } + .g-sm-12, + .gy-sm-12 { + --bs-gutter-y: 3rem; + } + .g-sm-11, + .gx-sm-11 { + --bs-gutter-x: 2.75rem; + } + .g-sm-11, + .gy-sm-11 { + --bs-gutter-y: 2.75rem; + } + .g-sm-10, + .gx-sm-10 { + --bs-gutter-x: 2.5rem; + } + .g-sm-10, + .gy-sm-10 { + --bs-gutter-y: 2.5rem; + } + .g-sm-9, + .gx-sm-9 { + --bs-gutter-x: 2.25rem; + } + .g-sm-9, + .gy-sm-9 { + --bs-gutter-y: 2.25rem; + } + .g-sm-8, + .gx-sm-8 { + --bs-gutter-x: 2rem; + } + .g-sm-8, + .gy-sm-8 { + --bs-gutter-y: 2rem; + } + .g-sm-7, + .gx-sm-7 { + --bs-gutter-x: 1.75rem; + } + .g-sm-7, + .gy-sm-7 { + --bs-gutter-y: 1.75rem; + } + .g-sm-6, + .gx-sm-6 { + --bs-gutter-x: 1.5rem; + } + .g-sm-6, + .gy-sm-6 { + --bs-gutter-y: 1.5rem; + } + .g-sm-5, + .gx-sm-5 { + --bs-gutter-x: 1.25rem; + } + .g-sm-5, + .gy-sm-5 { + --bs-gutter-y: 1.25rem; + } + .g-sm-4, + .gx-sm-4 { + --bs-gutter-x: 1rem; + } + .g-sm-4, + .gy-sm-4 { + --bs-gutter-y: 1rem; + } + .g-sm-3, + .gx-sm-3 { + --bs-gutter-x: 0.75rem; + } + .g-sm-3, + .gy-sm-3 { + --bs-gutter-y: 0.75rem; + } + .g-sm-2, + .gx-sm-2 { + --bs-gutter-x: 0.5rem; + } + .g-sm-2, + .gy-sm-2 { + --bs-gutter-y: 0.5rem; + } + .g-sm-1, + .gx-sm-1 { + --bs-gutter-x: 0.25rem; + } + .g-sm-1, + .gy-sm-1 { + --bs-gutter-y: 0.25rem; + } + .g-sm-0, + .gx-sm-0 { + --bs-gutter-x: 0; + } + .g-sm-0, + .gy-sm-0 { + --bs-gutter-y: 0; + } +} +@media (min-width: 768px) { + .col-md { + flex: 1 0 0%; + } + .row-cols-md-auto > * { + flex: 0 0 auto; + width: auto; + } + .row-cols-md-1 > * { + flex: 0 0 auto; + width: 100%; + } + .row-cols-md-2 > * { + flex: 0 0 auto; + width: 50%; + } + .row-cols-md-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + .row-cols-md-4 > * { + flex: 0 0 auto; + width: 25%; + } + .row-cols-md-5 > * { + flex: 0 0 auto; + width: 20%; + } + .row-cols-md-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } + .col-md-auto { + flex: 0 0 auto; + width: auto; + } + .col-md-1 { + flex: 0 0 auto; + width: 8.33333333%; + } + .col-md-2 { + flex: 0 0 auto; + width: 16.66666667%; + } + .col-md-3 { + flex: 0 0 auto; + width: 25%; + } + .col-md-4 { + flex: 0 0 auto; + width: 33.33333333%; + } + .col-md-5 { + flex: 0 0 auto; + width: 41.66666667%; + } + .col-md-6 { + flex: 0 0 auto; + width: 50%; + } + .col-md-7 { + flex: 0 0 auto; + width: 58.33333333%; + } + .col-md-8 { + flex: 0 0 auto; + width: 66.66666667%; + } + .col-md-9 { + flex: 0 0 auto; + width: 75%; + } + .col-md-10 { + flex: 0 0 auto; + width: 83.33333333%; + } + .col-md-11 { + flex: 0 0 auto; + width: 91.66666667%; + } + .col-md-12 { + flex: 0 0 auto; + width: 100%; + } + .offset-md-0 { + margin-left: 0; + } + .offset-md-1 { + margin-left: 8.33333333%; + } + .offset-md-2 { + margin-left: 16.66666667%; + } + .offset-md-3 { + margin-left: 25%; + } + .offset-md-4 { + margin-left: 33.33333333%; + } + .offset-md-5 { + margin-left: 41.66666667%; + } + .offset-md-6 { + margin-left: 50%; + } + .offset-md-7 { + margin-left: 58.33333333%; + } + .offset-md-8 { + margin-left: 66.66666667%; + } + .offset-md-9 { + margin-left: 75%; + } + .offset-md-10 { + margin-left: 83.33333333%; + } + .offset-md-11 { + margin-left: 91.66666667%; + } + .g-md-20, + .gx-md-20 { + --bs-gutter-x: 5rem; + } + .g-md-20, + .gy-md-20 { + --bs-gutter-y: 5rem; + } + .g-md-19, + .gx-md-19 { + --bs-gutter-x: 4.75rem; + } + .g-md-19, + .gy-md-19 { + --bs-gutter-y: 4.75rem; + } + .g-md-18, + .gx-md-18 { + --bs-gutter-x: 4.5rem; + } + .g-md-18, + .gy-md-18 { + --bs-gutter-y: 4.5rem; + } + .g-md-17, + .gx-md-17 { + --bs-gutter-x: 4.25rem; + } + .g-md-17, + .gy-md-17 { + --bs-gutter-y: 4.25rem; + } + .g-md-16, + .gx-md-16 { + --bs-gutter-x: 4rem; + } + .g-md-16, + .gy-md-16 { + --bs-gutter-y: 4rem; + } + .g-md-15, + .gx-md-15 { + --bs-gutter-x: 3.75rem; + } + .g-md-15, + .gy-md-15 { + --bs-gutter-y: 3.75rem; + } + .g-md-14, + .gx-md-14 { + --bs-gutter-x: 3.5rem; + } + .g-md-14, + .gy-md-14 { + --bs-gutter-y: 3.5rem; + } + .g-md-13, + .gx-md-13 { + --bs-gutter-x: 3.25rem; + } + .g-md-13, + .gy-md-13 { + --bs-gutter-y: 3.25rem; + } + .g-md-12, + .gx-md-12 { + --bs-gutter-x: 3rem; + } + .g-md-12, + .gy-md-12 { + --bs-gutter-y: 3rem; + } + .g-md-11, + .gx-md-11 { + --bs-gutter-x: 2.75rem; + } + .g-md-11, + .gy-md-11 { + --bs-gutter-y: 2.75rem; + } + .g-md-10, + .gx-md-10 { + --bs-gutter-x: 2.5rem; + } + .g-md-10, + .gy-md-10 { + --bs-gutter-y: 2.5rem; + } + .g-md-9, + .gx-md-9 { + --bs-gutter-x: 2.25rem; + } + .g-md-9, + .gy-md-9 { + --bs-gutter-y: 2.25rem; + } + .g-md-8, + .gx-md-8 { + --bs-gutter-x: 2rem; + } + .g-md-8, + .gy-md-8 { + --bs-gutter-y: 2rem; + } + .g-md-7, + .gx-md-7 { + --bs-gutter-x: 1.75rem; + } + .g-md-7, + .gy-md-7 { + --bs-gutter-y: 1.75rem; + } + .g-md-6, + .gx-md-6 { + --bs-gutter-x: 1.5rem; + } + .g-md-6, + .gy-md-6 { + --bs-gutter-y: 1.5rem; + } + .g-md-5, + .gx-md-5 { + --bs-gutter-x: 1.25rem; + } + .g-md-5, + .gy-md-5 { + --bs-gutter-y: 1.25rem; + } + .g-md-4, + .gx-md-4 { + --bs-gutter-x: 1rem; + } + .g-md-4, + .gy-md-4 { + --bs-gutter-y: 1rem; + } + .g-md-3, + .gx-md-3 { + --bs-gutter-x: 0.75rem; + } + .g-md-3, + .gy-md-3 { + --bs-gutter-y: 0.75rem; + } + .g-md-2, + .gx-md-2 { + --bs-gutter-x: 0.5rem; + } + .g-md-2, + .gy-md-2 { + --bs-gutter-y: 0.5rem; + } + .g-md-1, + .gx-md-1 { + --bs-gutter-x: 0.25rem; + } + .g-md-1, + .gy-md-1 { + --bs-gutter-y: 0.25rem; + } + .g-md-0, + .gx-md-0 { + --bs-gutter-x: 0; + } + .g-md-0, + .gy-md-0 { + --bs-gutter-y: 0; + } +} +@media (min-width: 992px) { + .col-lg { + flex: 1 0 0%; + } + .row-cols-lg-auto > * { + flex: 0 0 auto; + width: auto; + } + .row-cols-lg-1 > * { + flex: 0 0 auto; + width: 100%; + } + .row-cols-lg-2 > * { + flex: 0 0 auto; + width: 50%; + } + .row-cols-lg-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + .row-cols-lg-4 > * { + flex: 0 0 auto; + width: 25%; + } + .row-cols-lg-5 > * { + flex: 0 0 auto; + width: 20%; + } + .row-cols-lg-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } + .col-lg-auto { + flex: 0 0 auto; + width: auto; + } + .col-lg-1 { + flex: 0 0 auto; + width: 8.33333333%; + } + .col-lg-2 { + flex: 0 0 auto; + width: 16.66666667%; + } + .col-lg-3 { + flex: 0 0 auto; + width: 25%; + } + .col-lg-4 { + flex: 0 0 auto; + width: 33.33333333%; + } + .col-lg-5 { + flex: 0 0 auto; + width: 41.66666667%; + } + .col-lg-6 { + flex: 0 0 auto; + width: 50%; + } + .col-lg-7 { + flex: 0 0 auto; + width: 58.33333333%; + } + .col-lg-8 { + flex: 0 0 auto; + width: 66.66666667%; + } + .col-lg-9 { + flex: 0 0 auto; + width: 75%; + } + .col-lg-10 { + flex: 0 0 auto; + width: 83.33333333%; + } + .col-lg-11 { + flex: 0 0 auto; + width: 91.66666667%; + } + .col-lg-12 { + flex: 0 0 auto; + width: 100%; + } + .offset-lg-0 { + margin-left: 0; + } + .offset-lg-1 { + margin-left: 8.33333333%; + } + .offset-lg-2 { + margin-left: 16.66666667%; + } + .offset-lg-3 { + margin-left: 25%; + } + .offset-lg-4 { + margin-left: 33.33333333%; + } + .offset-lg-5 { + margin-left: 41.66666667%; + } + .offset-lg-6 { + margin-left: 50%; + } + .offset-lg-7 { + margin-left: 58.33333333%; + } + .offset-lg-8 { + margin-left: 66.66666667%; + } + .offset-lg-9 { + margin-left: 75%; + } + .offset-lg-10 { + margin-left: 83.33333333%; + } + .offset-lg-11 { + margin-left: 91.66666667%; + } + .g-lg-20, + .gx-lg-20 { + --bs-gutter-x: 5rem; + } + .g-lg-20, + .gy-lg-20 { + --bs-gutter-y: 5rem; + } + .g-lg-19, + .gx-lg-19 { + --bs-gutter-x: 4.75rem; + } + .g-lg-19, + .gy-lg-19 { + --bs-gutter-y: 4.75rem; + } + .g-lg-18, + .gx-lg-18 { + --bs-gutter-x: 4.5rem; + } + .g-lg-18, + .gy-lg-18 { + --bs-gutter-y: 4.5rem; + } + .g-lg-17, + .gx-lg-17 { + --bs-gutter-x: 4.25rem; + } + .g-lg-17, + .gy-lg-17 { + --bs-gutter-y: 4.25rem; + } + .g-lg-16, + .gx-lg-16 { + --bs-gutter-x: 4rem; + } + .g-lg-16, + .gy-lg-16 { + --bs-gutter-y: 4rem; + } + .g-lg-15, + .gx-lg-15 { + --bs-gutter-x: 3.75rem; + } + .g-lg-15, + .gy-lg-15 { + --bs-gutter-y: 3.75rem; + } + .g-lg-14, + .gx-lg-14 { + --bs-gutter-x: 3.5rem; + } + .g-lg-14, + .gy-lg-14 { + --bs-gutter-y: 3.5rem; + } + .g-lg-13, + .gx-lg-13 { + --bs-gutter-x: 3.25rem; + } + .g-lg-13, + .gy-lg-13 { + --bs-gutter-y: 3.25rem; + } + .g-lg-12, + .gx-lg-12 { + --bs-gutter-x: 3rem; + } + .g-lg-12, + .gy-lg-12 { + --bs-gutter-y: 3rem; + } + .g-lg-11, + .gx-lg-11 { + --bs-gutter-x: 2.75rem; + } + .g-lg-11, + .gy-lg-11 { + --bs-gutter-y: 2.75rem; + } + .g-lg-10, + .gx-lg-10 { + --bs-gutter-x: 2.5rem; + } + .g-lg-10, + .gy-lg-10 { + --bs-gutter-y: 2.5rem; + } + .g-lg-9, + .gx-lg-9 { + --bs-gutter-x: 2.25rem; + } + .g-lg-9, + .gy-lg-9 { + --bs-gutter-y: 2.25rem; + } + .g-lg-8, + .gx-lg-8 { + --bs-gutter-x: 2rem; + } + .g-lg-8, + .gy-lg-8 { + --bs-gutter-y: 2rem; + } + .g-lg-7, + .gx-lg-7 { + --bs-gutter-x: 1.75rem; + } + .g-lg-7, + .gy-lg-7 { + --bs-gutter-y: 1.75rem; + } + .g-lg-6, + .gx-lg-6 { + --bs-gutter-x: 1.5rem; + } + .g-lg-6, + .gy-lg-6 { + --bs-gutter-y: 1.5rem; + } + .g-lg-5, + .gx-lg-5 { + --bs-gutter-x: 1.25rem; + } + .g-lg-5, + .gy-lg-5 { + --bs-gutter-y: 1.25rem; + } + .g-lg-4, + .gx-lg-4 { + --bs-gutter-x: 1rem; + } + .g-lg-4, + .gy-lg-4 { + --bs-gutter-y: 1rem; + } + .g-lg-3, + .gx-lg-3 { + --bs-gutter-x: 0.75rem; + } + .g-lg-3, + .gy-lg-3 { + --bs-gutter-y: 0.75rem; + } + .g-lg-2, + .gx-lg-2 { + --bs-gutter-x: 0.5rem; + } + .g-lg-2, + .gy-lg-2 { + --bs-gutter-y: 0.5rem; + } + .g-lg-1, + .gx-lg-1 { + --bs-gutter-x: 0.25rem; + } + .g-lg-1, + .gy-lg-1 { + --bs-gutter-y: 0.25rem; + } + .g-lg-0, + .gx-lg-0 { + --bs-gutter-x: 0; + } + .g-lg-0, + .gy-lg-0 { + --bs-gutter-y: 0; + } +} +@media (min-width: 1200px) { + .col-xl { + flex: 1 0 0%; + } + .row-cols-xl-auto > * { + flex: 0 0 auto; + width: auto; + } + .row-cols-xl-1 > * { + flex: 0 0 auto; + width: 100%; + } + .row-cols-xl-2 > * { + flex: 0 0 auto; + width: 50%; + } + .row-cols-xl-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + .row-cols-xl-4 > * { + flex: 0 0 auto; + width: 25%; + } + .row-cols-xl-5 > * { + flex: 0 0 auto; + width: 20%; + } + .row-cols-xl-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } + .col-xl-auto { + flex: 0 0 auto; + width: auto; + } + .col-xl-1 { + flex: 0 0 auto; + width: 8.33333333%; + } + .col-xl-2 { + flex: 0 0 auto; + width: 16.66666667%; + } + .col-xl-3 { + flex: 0 0 auto; + width: 25%; + } + .col-xl-4 { + flex: 0 0 auto; + width: 33.33333333%; + } + .col-xl-5 { + flex: 0 0 auto; + width: 41.66666667%; + } + .col-xl-6 { + flex: 0 0 auto; + width: 50%; + } + .col-xl-7 { + flex: 0 0 auto; + width: 58.33333333%; + } + .col-xl-8 { + flex: 0 0 auto; + width: 66.66666667%; + } + .col-xl-9 { + flex: 0 0 auto; + width: 75%; + } + .col-xl-10 { + flex: 0 0 auto; + width: 83.33333333%; + } + .col-xl-11 { + flex: 0 0 auto; + width: 91.66666667%; + } + .col-xl-12 { + flex: 0 0 auto; + width: 100%; + } + .offset-xl-0 { + margin-left: 0; + } + .offset-xl-1 { + margin-left: 8.33333333%; + } + .offset-xl-2 { + margin-left: 16.66666667%; + } + .offset-xl-3 { + margin-left: 25%; + } + .offset-xl-4 { + margin-left: 33.33333333%; + } + .offset-xl-5 { + margin-left: 41.66666667%; + } + .offset-xl-6 { + margin-left: 50%; + } + .offset-xl-7 { + margin-left: 58.33333333%; + } + .offset-xl-8 { + margin-left: 66.66666667%; + } + .offset-xl-9 { + margin-left: 75%; + } + .offset-xl-10 { + margin-left: 83.33333333%; + } + .offset-xl-11 { + margin-left: 91.66666667%; + } + .g-xl-20, + .gx-xl-20 { + --bs-gutter-x: 5rem; + } + .g-xl-20, + .gy-xl-20 { + --bs-gutter-y: 5rem; + } + .g-xl-19, + .gx-xl-19 { + --bs-gutter-x: 4.75rem; + } + .g-xl-19, + .gy-xl-19 { + --bs-gutter-y: 4.75rem; + } + .g-xl-18, + .gx-xl-18 { + --bs-gutter-x: 4.5rem; + } + .g-xl-18, + .gy-xl-18 { + --bs-gutter-y: 4.5rem; + } + .g-xl-17, + .gx-xl-17 { + --bs-gutter-x: 4.25rem; + } + .g-xl-17, + .gy-xl-17 { + --bs-gutter-y: 4.25rem; + } + .g-xl-16, + .gx-xl-16 { + --bs-gutter-x: 4rem; + } + .g-xl-16, + .gy-xl-16 { + --bs-gutter-y: 4rem; + } + .g-xl-15, + .gx-xl-15 { + --bs-gutter-x: 3.75rem; + } + .g-xl-15, + .gy-xl-15 { + --bs-gutter-y: 3.75rem; + } + .g-xl-14, + .gx-xl-14 { + --bs-gutter-x: 3.5rem; + } + .g-xl-14, + .gy-xl-14 { + --bs-gutter-y: 3.5rem; + } + .g-xl-13, + .gx-xl-13 { + --bs-gutter-x: 3.25rem; + } + .g-xl-13, + .gy-xl-13 { + --bs-gutter-y: 3.25rem; + } + .g-xl-12, + .gx-xl-12 { + --bs-gutter-x: 3rem; + } + .g-xl-12, + .gy-xl-12 { + --bs-gutter-y: 3rem; + } + .g-xl-11, + .gx-xl-11 { + --bs-gutter-x: 2.75rem; + } + .g-xl-11, + .gy-xl-11 { + --bs-gutter-y: 2.75rem; + } + .g-xl-10, + .gx-xl-10 { + --bs-gutter-x: 2.5rem; + } + .g-xl-10, + .gy-xl-10 { + --bs-gutter-y: 2.5rem; + } + .g-xl-9, + .gx-xl-9 { + --bs-gutter-x: 2.25rem; + } + .g-xl-9, + .gy-xl-9 { + --bs-gutter-y: 2.25rem; + } + .g-xl-8, + .gx-xl-8 { + --bs-gutter-x: 2rem; + } + .g-xl-8, + .gy-xl-8 { + --bs-gutter-y: 2rem; + } + .g-xl-7, + .gx-xl-7 { + --bs-gutter-x: 1.75rem; + } + .g-xl-7, + .gy-xl-7 { + --bs-gutter-y: 1.75rem; + } + .g-xl-6, + .gx-xl-6 { + --bs-gutter-x: 1.5rem; + } + .g-xl-6, + .gy-xl-6 { + --bs-gutter-y: 1.5rem; + } + .g-xl-5, + .gx-xl-5 { + --bs-gutter-x: 1.25rem; + } + .g-xl-5, + .gy-xl-5 { + --bs-gutter-y: 1.25rem; + } + .g-xl-4, + .gx-xl-4 { + --bs-gutter-x: 1rem; + } + .g-xl-4, + .gy-xl-4 { + --bs-gutter-y: 1rem; + } + .g-xl-3, + .gx-xl-3 { + --bs-gutter-x: 0.75rem; + } + .g-xl-3, + .gy-xl-3 { + --bs-gutter-y: 0.75rem; + } + .g-xl-2, + .gx-xl-2 { + --bs-gutter-x: 0.5rem; + } + .g-xl-2, + .gy-xl-2 { + --bs-gutter-y: 0.5rem; + } + .g-xl-1, + .gx-xl-1 { + --bs-gutter-x: 0.25rem; + } + .g-xl-1, + .gy-xl-1 { + --bs-gutter-y: 0.25rem; + } + .g-xl-0, + .gx-xl-0 { + --bs-gutter-x: 0; + } + .g-xl-0, + .gy-xl-0 { + --bs-gutter-y: 0; + } +} +@media (min-width: 1400px) { + .col-xxl { + flex: 1 0 0%; + } + .row-cols-xxl-auto > * { + flex: 0 0 auto; + width: auto; + } + .row-cols-xxl-1 > * { + flex: 0 0 auto; + width: 100%; + } + .row-cols-xxl-2 > * { + flex: 0 0 auto; + width: 50%; + } + .row-cols-xxl-3 > * { + flex: 0 0 auto; + width: 33.3333333333%; + } + .row-cols-xxl-4 > * { + flex: 0 0 auto; + width: 25%; + } + .row-cols-xxl-5 > * { + flex: 0 0 auto; + width: 20%; + } + .row-cols-xxl-6 > * { + flex: 0 0 auto; + width: 16.6666666667%; + } + .col-xxl-auto { + flex: 0 0 auto; + width: auto; + } + .col-xxl-1 { + flex: 0 0 auto; + width: 8.33333333%; + } + .col-xxl-2 { + flex: 0 0 auto; + width: 16.66666667%; + } + .col-xxl-3 { + flex: 0 0 auto; + width: 25%; + } + .col-xxl-4 { + flex: 0 0 auto; + width: 33.33333333%; + } + .col-xxl-5 { + flex: 0 0 auto; + width: 41.66666667%; + } + .col-xxl-6 { + flex: 0 0 auto; + width: 50%; + } + .col-xxl-7 { + flex: 0 0 auto; + width: 58.33333333%; + } + .col-xxl-8 { + flex: 0 0 auto; + width: 66.66666667%; + } + .col-xxl-9 { + flex: 0 0 auto; + width: 75%; + } + .col-xxl-10 { + flex: 0 0 auto; + width: 83.33333333%; + } + .col-xxl-11 { + flex: 0 0 auto; + width: 91.66666667%; + } + .col-xxl-12 { + flex: 0 0 auto; + width: 100%; + } + .offset-xxl-0 { + margin-left: 0; + } + .offset-xxl-1 { + margin-left: 8.33333333%; + } + .offset-xxl-2 { + margin-left: 16.66666667%; + } + .offset-xxl-3 { + margin-left: 25%; + } + .offset-xxl-4 { + margin-left: 33.33333333%; + } + .offset-xxl-5 { + margin-left: 41.66666667%; + } + .offset-xxl-6 { + margin-left: 50%; + } + .offset-xxl-7 { + margin-left: 58.33333333%; + } + .offset-xxl-8 { + margin-left: 66.66666667%; + } + .offset-xxl-9 { + margin-left: 75%; + } + .offset-xxl-10 { + margin-left: 83.33333333%; + } + .offset-xxl-11 { + margin-left: 91.66666667%; + } + .g-xxl-20, + .gx-xxl-20 { + --bs-gutter-x: 5rem; + } + .g-xxl-20, + .gy-xxl-20 { + --bs-gutter-y: 5rem; + } + .g-xxl-19, + .gx-xxl-19 { + --bs-gutter-x: 4.75rem; + } + .g-xxl-19, + .gy-xxl-19 { + --bs-gutter-y: 4.75rem; + } + .g-xxl-18, + .gx-xxl-18 { + --bs-gutter-x: 4.5rem; + } + .g-xxl-18, + .gy-xxl-18 { + --bs-gutter-y: 4.5rem; + } + .g-xxl-17, + .gx-xxl-17 { + --bs-gutter-x: 4.25rem; + } + .g-xxl-17, + .gy-xxl-17 { + --bs-gutter-y: 4.25rem; + } + .g-xxl-16, + .gx-xxl-16 { + --bs-gutter-x: 4rem; + } + .g-xxl-16, + .gy-xxl-16 { + --bs-gutter-y: 4rem; + } + .g-xxl-15, + .gx-xxl-15 { + --bs-gutter-x: 3.75rem; + } + .g-xxl-15, + .gy-xxl-15 { + --bs-gutter-y: 3.75rem; + } + .g-xxl-14, + .gx-xxl-14 { + --bs-gutter-x: 3.5rem; + } + .g-xxl-14, + .gy-xxl-14 { + --bs-gutter-y: 3.5rem; + } + .g-xxl-13, + .gx-xxl-13 { + --bs-gutter-x: 3.25rem; + } + .g-xxl-13, + .gy-xxl-13 { + --bs-gutter-y: 3.25rem; + } + .g-xxl-12, + .gx-xxl-12 { + --bs-gutter-x: 3rem; + } + .g-xxl-12, + .gy-xxl-12 { + --bs-gutter-y: 3rem; + } + .g-xxl-11, + .gx-xxl-11 { + --bs-gutter-x: 2.75rem; + } + .g-xxl-11, + .gy-xxl-11 { + --bs-gutter-y: 2.75rem; + } + .g-xxl-10, + .gx-xxl-10 { + --bs-gutter-x: 2.5rem; + } + .g-xxl-10, + .gy-xxl-10 { + --bs-gutter-y: 2.5rem; + } + .g-xxl-9, + .gx-xxl-9 { + --bs-gutter-x: 2.25rem; + } + .g-xxl-9, + .gy-xxl-9 { + --bs-gutter-y: 2.25rem; + } + .g-xxl-8, + .gx-xxl-8 { + --bs-gutter-x: 2rem; + } + .g-xxl-8, + .gy-xxl-8 { + --bs-gutter-y: 2rem; + } + .g-xxl-7, + .gx-xxl-7 { + --bs-gutter-x: 1.75rem; + } + .g-xxl-7, + .gy-xxl-7 { + --bs-gutter-y: 1.75rem; + } + .g-xxl-6, + .gx-xxl-6 { + --bs-gutter-x: 1.5rem; + } + .g-xxl-6, + .gy-xxl-6 { + --bs-gutter-y: 1.5rem; + } + .g-xxl-5, + .gx-xxl-5 { + --bs-gutter-x: 1.25rem; + } + .g-xxl-5, + .gy-xxl-5 { + --bs-gutter-y: 1.25rem; + } + .g-xxl-4, + .gx-xxl-4 { + --bs-gutter-x: 1rem; + } + .g-xxl-4, + .gy-xxl-4 { + --bs-gutter-y: 1rem; + } + .g-xxl-3, + .gx-xxl-3 { + --bs-gutter-x: 0.75rem; + } + .g-xxl-3, + .gy-xxl-3 { + --bs-gutter-y: 0.75rem; + } + .g-xxl-2, + .gx-xxl-2 { + --bs-gutter-x: 0.5rem; + } + .g-xxl-2, + .gy-xxl-2 { + --bs-gutter-y: 0.5rem; + } + .g-xxl-1, + .gx-xxl-1 { + --bs-gutter-x: 0.25rem; + } + .g-xxl-1, + .gy-xxl-1 { + --bs-gutter-y: 0.25rem; + } + .g-xxl-0, + .gx-xxl-0 { + --bs-gutter-x: 0; + } + .g-xxl-0, + .gy-xxl-0 { + --bs-gutter-y: 0; + } +} +.table { + --bs-table-color: var(--bs-body-color); + --bs-table-bg: transparent; + --bs-table-border-color: var(--bs-border-color); + --bs-table-accent-bg: transparent; + --bs-table-striped-color: var(--bs-body-color); + --bs-table-striped-bg: rgba(0, 0, 0, 0.05); + --bs-table-active-color: var(--bs-body-color); + --bs-table-active-bg: rgba(0, 0, 0, 0.1); + --bs-table-hover-color: var(--bs-body-color); + --bs-table-hover-bg: rgba(0, 0, 0, 0.075); + width: 100%; + margin-bottom: 1rem; + color: var(--bs-table-color); + vertical-align: top; + border-color: var(--bs-table-border-color); +} +.table > :not(caption) > * > * { + padding: 0.5rem 0.5rem; + background-color: var(--bs-table-bg); + border-bottom-width: 1px; + box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); +} +.table > tbody { + vertical-align: inherit; +} +.table > thead { + vertical-align: bottom; +} + +.table-group-divider { + border-top: 2px solid currentcolor; +} + +.caption-top { + caption-side: top; +} + +.table-sm > :not(caption) > * > * { + padding: 0.25rem 0.25rem; +} + +.table-bordered > :not(caption) > * { + border-width: 1px 0; +} +.table-bordered > :not(caption) > * > * { + border-width: 0 1px; +} + +.table-borderless > :not(caption) > * > * { + border-bottom-width: 0; +} +.table-borderless > :not(:first-child) { + border-top-width: 0; +} + +.table-striped > tbody > tr:nth-of-type(odd) > * { + --bs-table-accent-bg: var(--bs-table-striped-bg); + color: var(--bs-table-striped-color); +} + +.table-striped-columns > :not(caption) > tr > :nth-child(even) { + --bs-table-accent-bg: var(--bs-table-striped-bg); + color: var(--bs-table-striped-color); +} + +.table-active { + --bs-table-accent-bg: var(--bs-table-active-bg); + color: var(--bs-table-active-color); +} + +.table-hover > tbody > tr:hover > * { + --bs-table-accent-bg: var(--bs-table-hover-bg); + color: var(--bs-table-hover-color); +} + +.table-primary { + --bs-table-color: #000; + --bs-table-bg: #cfe2ff; + --bs-table-border-color: #bacbe6; + --bs-table-striped-bg: #c5d7f2; + --bs-table-striped-color: #000; + --bs-table-active-bg: #bacbe6; + --bs-table-active-color: #000; + --bs-table-hover-bg: #bfd1ec; + --bs-table-hover-color: #000; + color: var(--bs-table-color); + border-color: var(--bs-table-border-color); +} + +.table-secondary { + --bs-table-color: #000; + --bs-table-bg: #e2e3e5; + --bs-table-border-color: #cbccce; + --bs-table-striped-bg: #d7d8da; + --bs-table-striped-color: #000; + --bs-table-active-bg: #cbccce; + --bs-table-active-color: #000; + --bs-table-hover-bg: #d1d2d4; + --bs-table-hover-color: #000; + color: var(--bs-table-color); + border-color: var(--bs-table-border-color); +} + +.table-success { + --bs-table-color: #000; + --bs-table-bg: #d1e7dd; + --bs-table-border-color: #bcd0c7; + --bs-table-striped-bg: #c7dbd2; + --bs-table-striped-color: #000; + --bs-table-active-bg: #bcd0c7; + --bs-table-active-color: #000; + --bs-table-hover-bg: #c1d6cc; + --bs-table-hover-color: #000; + color: var(--bs-table-color); + border-color: var(--bs-table-border-color); +} + +.table-info { + --bs-table-color: #000; + --bs-table-bg: #cff4fc; + --bs-table-border-color: #badce3; + --bs-table-striped-bg: #c5e8ef; + --bs-table-striped-color: #000; + --bs-table-active-bg: #badce3; + --bs-table-active-color: #000; + --bs-table-hover-bg: #bfe2e9; + --bs-table-hover-color: #000; + color: var(--bs-table-color); + border-color: var(--bs-table-border-color); +} + +.table-warning { + --bs-table-color: #000; + --bs-table-bg: #fff3cd; + --bs-table-border-color: #e6dbb9; + --bs-table-striped-bg: #f2e7c3; + --bs-table-striped-color: #000; + --bs-table-active-bg: #e6dbb9; + --bs-table-active-color: #000; + --bs-table-hover-bg: #ece1be; + --bs-table-hover-color: #000; + color: var(--bs-table-color); + border-color: var(--bs-table-border-color); +} + +.table-danger { + --bs-table-color: #000; + --bs-table-bg: #f8d7da; + --bs-table-border-color: #dfc2c4; + --bs-table-striped-bg: #eccccf; + --bs-table-striped-color: #000; + --bs-table-active-bg: #dfc2c4; + --bs-table-active-color: #000; + --bs-table-hover-bg: #e5c7ca; + --bs-table-hover-color: #000; + color: var(--bs-table-color); + border-color: var(--bs-table-border-color); +} + +.table-light { + --bs-table-color: #000; + --bs-table-bg: #f8f9fa; + --bs-table-border-color: #dfe0e1; + --bs-table-striped-bg: #ecedee; + --bs-table-striped-color: #000; + --bs-table-active-bg: #dfe0e1; + --bs-table-active-color: #000; + --bs-table-hover-bg: #e5e6e7; + --bs-table-hover-color: #000; + color: var(--bs-table-color); + border-color: var(--bs-table-border-color); +} + +.table-dark { + --bs-table-color: #fff; + --bs-table-bg: #212529; + --bs-table-border-color: #373b3e; + --bs-table-striped-bg: #2c3034; + --bs-table-striped-color: #fff; + --bs-table-active-bg: #373b3e; + --bs-table-active-color: #fff; + --bs-table-hover-bg: #323539; + --bs-table-hover-color: #fff; + color: var(--bs-table-color); + border-color: var(--bs-table-border-color); +} + +.table-responsive { + overflow-x: auto; + -webkit-overflow-scrolling: touch; +} + +@media (max-width: 575.98px) { + .table-responsive-sm { + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } +} +@media (max-width: 767.98px) { + .table-responsive-md { + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } +} +@media (max-width: 991.98px) { + .table-responsive-lg { + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } +} +@media (max-width: 1199.98px) { + .table-responsive-xl { + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } +} +@media (max-width: 1399.98px) { + .table-responsive-xxl { + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } +} +.form-label { + margin-bottom: 0.5rem; +} + +.col-form-label { + padding-top: calc(0.375rem + 1px); + padding-bottom: calc(0.375rem + 1px); + margin-bottom: 0; + font-size: inherit; + line-height: 1.5; +} + +.col-form-label-lg { + padding-top: calc(0.5rem + 1px); + padding-bottom: calc(0.5rem + 1px); + font-size: 1.25rem; +} + +.col-form-label-sm { + padding-top: calc(0.25rem + 1px); + padding-bottom: calc(0.25rem + 1px); + font-size: 0.875rem; +} + +.form-text { + margin-top: 0.25rem; + font-size: 0.875em; + color: #6c757d; +} + +.form-control { + display: block; + width: 100%; + padding: 0.375rem 0.75rem; + font-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #212529; + background-color: #fff; + background-clip: padding-box; + border: 1px solid #ced4da; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + border-radius: 0.375rem; + transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .form-control { + transition: none; + } +} +.form-control[type='file'] { + overflow: hidden; +} +.form-control[type='file']:not(:disabled):not([readonly]) { + cursor: pointer; +} +.form-control:focus { + color: #212529; + background-color: #fff; + border-color: #86b7fe; + outline: 0; + box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); +} +.form-control::-webkit-date-and-time-value { + height: 1.5em; +} +.form-control::-moz-placeholder { + color: #6c757d; + opacity: 1; +} +.form-control::placeholder { + color: #6c757d; + opacity: 1; +} +.form-control:disabled { + background-color: #e9ecef; + opacity: 1; +} +.form-control::file-selector-button { + padding: 0.375rem 0.75rem; + margin: -0.375rem -0.75rem; + -webkit-margin-end: 0.75rem; + margin-inline-end: 0.75rem; + color: #212529; + background-color: #e9ecef; + pointer-events: none; + border-color: inherit; + border-style: solid; + border-width: 0; + border-inline-end-width: 1px; + border-radius: 0; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, + box-shadow 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .form-control::file-selector-button { + transition: none; + } +} +.form-control:hover:not(:disabled):not([readonly])::file-selector-button { + background-color: #dde0e3; +} + +.form-control-plaintext { + display: block; + width: 100%; + padding: 0.375rem 0; + margin-bottom: 0; + line-height: 1.5; + color: #212529; + background-color: transparent; + border: solid transparent; + border-width: 1px 0; +} +.form-control-plaintext:focus { + outline: 0; +} +.form-control-plaintext.form-control-sm, +.form-control-plaintext.form-control-lg { + padding-right: 0; + padding-left: 0; +} + +.form-control-sm { + min-height: calc(1.5em + 0.5rem + 2px); + padding: 0.25rem 0.5rem; + font-size: 0.875rem; + border-radius: 0.25rem; +} +.form-control-sm::file-selector-button { + padding: 0.25rem 0.5rem; + margin: -0.25rem -0.5rem; + -webkit-margin-end: 0.5rem; + margin-inline-end: 0.5rem; +} + +.form-control-lg { + min-height: calc(1.5em + 1rem + 2px); + padding: 0.5rem 1rem; + font-size: 1.25rem; + border-radius: 0.5rem; +} +.form-control-lg::file-selector-button { + padding: 0.5rem 1rem; + margin: -0.5rem -1rem; + -webkit-margin-end: 1rem; + margin-inline-end: 1rem; +} + +textarea.form-control { + min-height: calc(1.5em + 0.75rem + 2px); +} +textarea.form-control-sm { + min-height: calc(1.5em + 0.5rem + 2px); +} +textarea.form-control-lg { + min-height: calc(1.5em + 1rem + 2px); +} + +.form-control-color { + width: 3rem; + height: calc(1.5em + 0.75rem + 2px); + padding: 0.375rem; +} +.form-control-color:not(:disabled):not([readonly]) { + cursor: pointer; +} +.form-control-color::-moz-color-swatch { + border: 0 !important; + border-radius: 0.375rem; +} +.form-control-color::-webkit-color-swatch { + border-radius: 0.375rem; +} +.form-control-color.form-control-sm { + height: calc(1.5em + 0.5rem + 2px); +} +.form-control-color.form-control-lg { + height: calc(1.5em + 1rem + 2px); +} + +.form-select { + display: block; + width: 100%; + padding: 0.375rem 2.25rem 0.375rem 0.75rem; + -moz-padding-start: calc(0.75rem - 3px); + font-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #212529; + background-color: #fff; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"); + background-repeat: no-repeat; + background-position: right 0.75rem center; + background-size: 16px 12px; + border: 1px solid #ced4da; + border-radius: 0.375rem; + transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} +@media (prefers-reduced-motion: reduce) { + .form-select { + transition: none; + } +} +.form-select:focus { + border-color: #86b7fe; + outline: 0; + box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); +} +.form-select[multiple], +.form-select[size]:not([size='1']) { + padding-right: 0.75rem; + background-image: none; +} +.form-select:disabled { + background-color: #e9ecef; +} +.form-select:-moz-focusring { + color: transparent; + text-shadow: 0 0 0 #212529; +} + +.form-select-sm { + padding-top: 0.25rem; + padding-bottom: 0.25rem; + padding-left: 0.5rem; + font-size: 0.875rem; + border-radius: 0.25rem; +} + +.form-select-lg { + padding-top: 0.5rem; + padding-bottom: 0.5rem; + padding-left: 1rem; + font-size: 1.25rem; + border-radius: 0.5rem; +} + +.form-check { + display: block; + min-height: 1.5rem; + padding-left: 1.5em; + margin-bottom: 0.125rem; +} +.form-check .form-check-input { + float: left; + margin-left: -1.5em; +} + +.form-check-reverse { + padding-right: 1.5em; + padding-left: 0; + text-align: right; +} +.form-check-reverse .form-check-input { + float: right; + margin-right: -1.5em; + margin-left: 0; +} + +.form-check-input { + width: 1em; + height: 1em; + margin-top: 0.25em; + vertical-align: top; + background-color: #fff; + background-repeat: no-repeat; + background-position: center; + background-size: contain; + border: 1px solid rgba(0, 0, 0, 0.25); + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + -webkit-print-color-adjust: exact; + print-color-adjust: exact; +} +.form-check-input[type='checkbox'] { + border-radius: 0.25em; +} +.form-check-input[type='radio'] { + border-radius: 50%; +} +.form-check-input:active { + filter: brightness(90%); +} +.form-check-input:focus { + border-color: #86b7fe; + outline: 0; + box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); +} +.form-check-input:checked { + background-color: #0d6efd; + border-color: #0d6efd; +} +.form-check-input:checked[type='checkbox'] { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); +} +.form-check-input:checked[type='radio'] { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); +} +.form-check-input[type='checkbox']:indeterminate { + background-color: #0d6efd; + border-color: #0d6efd; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); +} +.form-check-input:disabled { + pointer-events: none; + filter: none; + opacity: 0.5; +} +.form-check-input[disabled] ~ .form-check-label, +.form-check-input:disabled ~ .form-check-label { + cursor: default; + opacity: 0.5; +} + +.form-switch { + padding-left: 2.5em; +} +.form-switch .form-check-input { + width: 2em; + margin-left: -2.5em; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e"); + background-position: left center; + border-radius: 2em; + transition: background-position 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .form-switch .form-check-input { + transition: none; + } +} +.form-switch .form-check-input:focus { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e"); +} +.form-switch .form-check-input:checked { + background-position: right center; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); +} +.form-switch.form-check-reverse { + padding-right: 2.5em; + padding-left: 0; +} +.form-switch.form-check-reverse .form-check-input { + margin-right: -2.5em; + margin-left: 0; +} + +.form-check-inline { + display: inline-block; + margin-right: 1rem; +} + +.btn-check { + position: absolute; + clip: rect(0, 0, 0, 0); + pointer-events: none; +} +.btn-check[disabled] + .btn, +.btn-check:disabled + .btn { + pointer-events: none; + filter: none; + opacity: 0.65; +} + +.form-range { + width: 100%; + height: 1.5rem; + padding: 0; + background-color: transparent; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} +.form-range:focus { + outline: 0; +} +.form-range:focus::-webkit-slider-thumb { + box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); +} +.form-range:focus::-moz-range-thumb { + box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); +} +.form-range::-moz-focus-outer { + border: 0; +} +.form-range::-webkit-slider-thumb { + width: 1rem; + height: 1rem; + margin-top: -0.25rem; + background-color: #0d6efd; + border: 0; + border-radius: 1rem; + -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + -webkit-appearance: none; + appearance: none; +} +@media (prefers-reduced-motion: reduce) { + .form-range::-webkit-slider-thumb { + -webkit-transition: none; + transition: none; + } +} +.form-range::-webkit-slider-thumb:active { + background-color: #b6d4fe; +} +.form-range::-webkit-slider-runnable-track { + width: 100%; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: #dee2e6; + border-color: transparent; + border-radius: 1rem; +} +.form-range::-moz-range-thumb { + width: 1rem; + height: 1rem; + background-color: #0d6efd; + border: 0; + border-radius: 1rem; + -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; + -moz-appearance: none; + appearance: none; +} +@media (prefers-reduced-motion: reduce) { + .form-range::-moz-range-thumb { + -moz-transition: none; + transition: none; + } +} +.form-range::-moz-range-thumb:active { + background-color: #b6d4fe; +} +.form-range::-moz-range-track { + width: 100%; + height: 0.5rem; + color: transparent; + cursor: pointer; + background-color: #dee2e6; + border-color: transparent; + border-radius: 1rem; +} +.form-range:disabled { + pointer-events: none; +} +.form-range:disabled::-webkit-slider-thumb { + background-color: #adb5bd; +} +.form-range:disabled::-moz-range-thumb { + background-color: #adb5bd; +} + +.form-floating { + position: relative; +} +.form-floating > .form-control, +.form-floating > .form-control-plaintext, +.form-floating > .form-select { + height: calc(3.5rem + 2px); + line-height: 1.25; +} +.form-floating > label { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + padding: 1rem 0.75rem; + overflow: hidden; + text-align: start; + text-overflow: ellipsis; + white-space: nowrap; + pointer-events: none; + border: 1px solid transparent; + transform-origin: 0 0; + transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .form-floating > label { + transition: none; + } +} +.form-floating > .form-control, +.form-floating > .form-control-plaintext { + padding: 1rem 0.75rem; +} +.form-floating > .form-control::-moz-placeholder, +.form-floating > .form-control-plaintext::-moz-placeholder { + color: transparent; +} +.form-floating > .form-control::placeholder, +.form-floating > .form-control-plaintext::placeholder { + color: transparent; +} +.form-floating > .form-control:not(:-moz-placeholder-shown), +.form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) { + padding-top: 1.625rem; + padding-bottom: 0.625rem; +} +.form-floating > .form-control:focus, +.form-floating > .form-control:not(:placeholder-shown), +.form-floating > .form-control-plaintext:focus, +.form-floating > .form-control-plaintext:not(:placeholder-shown) { + padding-top: 1.625rem; + padding-bottom: 0.625rem; +} +.form-floating > .form-control:-webkit-autofill, +.form-floating > .form-control-plaintext:-webkit-autofill { + padding-top: 1.625rem; + padding-bottom: 0.625rem; +} +.form-floating > .form-select { + padding-top: 1.625rem; + padding-bottom: 0.625rem; +} +.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label { + opacity: 0.65; + transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); +} +.form-floating > .form-control:focus ~ label, +.form-floating > .form-control:not(:placeholder-shown) ~ label, +.form-floating > .form-control-plaintext ~ label, +.form-floating > .form-select ~ label { + opacity: 0.65; + transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); +} +.form-floating > .form-control:-webkit-autofill ~ label { + opacity: 0.65; + transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); +} +.form-floating > .form-control-plaintext ~ label { + border-width: 1px 0; +} + +.input-group { + position: relative; + display: flex; + flex-wrap: wrap; + align-items: stretch; + width: 100%; +} +.input-group > .form-control, +.input-group > .form-select, +.input-group > .form-floating { + position: relative; + flex: 1 1 auto; + width: 1%; + min-width: 0; +} +.input-group > .form-control:focus, +.input-group > .form-select:focus, +.input-group > .form-floating:focus-within { + z-index: 5; +} +.input-group .btn { + position: relative; + z-index: 2; +} +.input-group .btn:focus { + z-index: 5; +} + +.input-group-text { + display: flex; + align-items: center; + padding: 0.375rem 0.75rem; + font-size: 1rem; + font-weight: 400; + line-height: 1.5; + color: #212529; + text-align: center; + white-space: nowrap; + background-color: #e9ecef; + border: 1px solid #ced4da; + border-radius: 0.375rem; +} + +.input-group-lg > .form-control, +.input-group-lg > .form-select, +.input-group-lg > .input-group-text, +.input-group-lg > .btn { + padding: 0.5rem 1rem; + font-size: 1.25rem; + border-radius: 0.5rem; +} + +.input-group-sm > .form-control, +.input-group-sm > .form-select, +.input-group-sm > .input-group-text, +.input-group-sm > .btn { + padding: 0.25rem 0.5rem; + font-size: 0.875rem; + border-radius: 0.25rem; +} + +.input-group-lg > .form-select, +.input-group-sm > .form-select { + padding-right: 3rem; +} + +.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), +.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3), +.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, +.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), +.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4), +.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control, +.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.input-group + > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not( + .invalid-feedback + ) { + margin-left: -1px; + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} +.input-group > .form-floating:not(:first-child) > .form-control, +.input-group > .form-floating:not(:first-child) > .form-select { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +.valid-feedback { + display: none; + width: 100%; + margin-top: 0.25rem; + font-size: 0.875em; + color: #198754; +} + +.valid-tooltip { + position: absolute; + top: 100%; + z-index: 5; + display: none; + max-width: 100%; + padding: 0.25rem 0.5rem; + margin-top: 0.1rem; + font-size: 0.875rem; + color: #fff; + background-color: rgba(25, 135, 84, 0.9); + border-radius: 0.375rem; +} + +.was-validated :valid ~ .valid-feedback, +.was-validated :valid ~ .valid-tooltip, +.is-valid ~ .valid-feedback, +.is-valid ~ .valid-tooltip { + display: block; +} + +.was-validated .form-control:valid, +.form-control.is-valid { + border-color: #198754; + padding-right: calc(1.5em + 0.75rem); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); + background-repeat: no-repeat; + background-position: right calc(0.375em + 0.1875rem) center; + background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +} +.was-validated .form-control:valid:focus, +.form-control.is-valid:focus { + border-color: #198754; + box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); +} + +.was-validated textarea.form-control:valid, +textarea.form-control.is-valid { + padding-right: calc(1.5em + 0.75rem); + background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); +} + +.was-validated .form-select:valid, +.form-select.is-valid { + border-color: #198754; +} +.was-validated .form-select:valid:not([multiple]):not([size]), +.was-validated .form-select:valid:not([multiple])[size='1'], +.form-select.is-valid:not([multiple]):not([size]), +.form-select.is-valid:not([multiple])[size='1'] { + padding-right: 4.125rem; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), + url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); + background-position: right 0.75rem center, center right 2.25rem; + background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +} +.was-validated .form-select:valid:focus, +.form-select.is-valid:focus { + border-color: #198754; + box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); +} + +.was-validated .form-control-color:valid, +.form-control-color.is-valid { + width: calc(3rem + calc(1.5em + 0.75rem)); +} + +.was-validated .form-check-input:valid, +.form-check-input.is-valid { + border-color: #198754; +} +.was-validated .form-check-input:valid:checked, +.form-check-input.is-valid:checked { + background-color: #198754; +} +.was-validated .form-check-input:valid:focus, +.form-check-input.is-valid:focus { + box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); +} +.was-validated .form-check-input:valid ~ .form-check-label, +.form-check-input.is-valid ~ .form-check-label { + color: #198754; +} + +.form-check-inline .form-check-input ~ .valid-feedback { + margin-left: 0.5em; +} + +.was-validated .input-group > .form-control:not(:focus):valid, +.input-group > .form-control:not(:focus).is-valid, +.was-validated .input-group > .form-select:not(:focus):valid, +.input-group > .form-select:not(:focus).is-valid, +.was-validated .input-group > .form-floating:not(:focus-within):valid, +.input-group > .form-floating:not(:focus-within).is-valid { + z-index: 3; +} + +.invalid-feedback { + display: none; + width: 100%; + margin-top: 0.25rem; + font-size: 0.875em; + color: #dc3545; +} + +.invalid-tooltip { + position: absolute; + top: 100%; + z-index: 5; + display: none; + max-width: 100%; + padding: 0.25rem 0.5rem; + margin-top: 0.1rem; + font-size: 0.875rem; + color: #fff; + background-color: rgba(220, 53, 69, 0.9); + border-radius: 0.375rem; +} + +.was-validated :invalid ~ .invalid-feedback, +.was-validated :invalid ~ .invalid-tooltip, +.is-invalid ~ .invalid-feedback, +.is-invalid ~ .invalid-tooltip { + display: block; +} + +.was-validated .form-control:invalid, +.form-control.is-invalid { + border-color: #dc3545; + padding-right: calc(1.5em + 0.75rem); + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); + background-repeat: no-repeat; + background-position: right calc(0.375em + 0.1875rem) center; + background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +} +.was-validated .form-control:invalid:focus, +.form-control.is-invalid:focus { + border-color: #dc3545; + box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); +} + +.was-validated textarea.form-control:invalid, +textarea.form-control.is-invalid { + padding-right: calc(1.5em + 0.75rem); + background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); +} + +.was-validated .form-select:invalid, +.form-select.is-invalid { + border-color: #dc3545; +} +.was-validated .form-select:invalid:not([multiple]):not([size]), +.was-validated .form-select:invalid:not([multiple])[size='1'], +.form-select.is-invalid:not([multiple]):not([size]), +.form-select.is-invalid:not([multiple])[size='1'] { + padding-right: 4.125rem; + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), + url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); + background-position: right 0.75rem center, center right 2.25rem; + background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); +} +.was-validated .form-select:invalid:focus, +.form-select.is-invalid:focus { + border-color: #dc3545; + box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); +} + +.was-validated .form-control-color:invalid, +.form-control-color.is-invalid { + width: calc(3rem + calc(1.5em + 0.75rem)); +} + +.was-validated .form-check-input:invalid, +.form-check-input.is-invalid { + border-color: #dc3545; +} +.was-validated .form-check-input:invalid:checked, +.form-check-input.is-invalid:checked { + background-color: #dc3545; +} +.was-validated .form-check-input:invalid:focus, +.form-check-input.is-invalid:focus { + box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); +} +.was-validated .form-check-input:invalid ~ .form-check-label, +.form-check-input.is-invalid ~ .form-check-label { + color: #dc3545; +} + +.form-check-inline .form-check-input ~ .invalid-feedback { + margin-left: 0.5em; +} + +.was-validated .input-group > .form-control:not(:focus):invalid, +.input-group > .form-control:not(:focus).is-invalid, +.was-validated .input-group > .form-select:not(:focus):invalid, +.input-group > .form-select:not(:focus).is-invalid, +.was-validated .input-group > .form-floating:not(:focus-within):invalid, +.input-group > .form-floating:not(:focus-within).is-invalid { + z-index: 4; +} + +.btn { + --bs-btn-padding-x: 0.75rem; + --bs-btn-padding-y: 0.375rem; + --bs-btn-font-family: ; + --bs-btn-font-size: 1rem; + --bs-btn-font-weight: 400; + --bs-btn-line-height: 1.5; + --bs-btn-color: #212529; + --bs-btn-bg: transparent; + --bs-btn-border-width: 1px; + --bs-btn-border-color: transparent; + --bs-btn-border-radius: 0.375rem; + --bs-btn-hover-border-color: transparent; + --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); + --bs-btn-disabled-opacity: 0.65; + --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5); + display: inline-block; + padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x); + font-family: var(--bs-btn-font-family); + font-size: var(--bs-btn-font-size); + font-weight: var(--bs-btn-font-weight); + line-height: var(--bs-btn-line-height); + color: var(--bs-btn-color); + text-align: center; + text-decoration: none; + vertical-align: middle; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + border: var(--bs-btn-border-width) solid var(--bs-btn-border-color); + border-radius: var(--bs-btn-border-radius); + background-color: var(--bs-btn-bg); + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, + box-shadow 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .btn { + transition: none; + } +} +.btn:hover { + color: var(--bs-btn-hover-color); + background-color: var(--bs-btn-hover-bg); + border-color: var(--bs-btn-hover-border-color); +} +.btn-check + .btn:hover { + color: var(--bs-btn-color); + background-color: var(--bs-btn-bg); + border-color: var(--bs-btn-border-color); +} +.btn:focus-visible { + color: var(--bs-btn-hover-color); + background-color: var(--bs-btn-hover-bg); + border-color: var(--bs-btn-hover-border-color); + outline: 0; + box-shadow: var(--bs-btn-focus-box-shadow); +} +.btn-check:focus-visible + .btn { + border-color: var(--bs-btn-hover-border-color); + outline: 0; + box-shadow: var(--bs-btn-focus-box-shadow); +} +.btn-check:checked + .btn, +:not(.btn-check) + .btn:active, +.btn:first-child:active, +.btn.active, +.btn.show { + color: var(--bs-btn-active-color); + background-color: var(--bs-btn-active-bg); + border-color: var(--bs-btn-active-border-color); +} +.btn-check:checked + .btn:focus-visible, +:not(.btn-check) + .btn:active:focus-visible, +.btn:first-child:active:focus-visible, +.btn.active:focus-visible, +.btn.show:focus-visible { + box-shadow: var(--bs-btn-focus-box-shadow); +} +.btn:disabled, +.btn.disabled, +fieldset:disabled .btn { + color: var(--bs-btn-disabled-color); + pointer-events: none; + background-color: var(--bs-btn-disabled-bg); + border-color: var(--bs-btn-disabled-border-color); + opacity: var(--bs-btn-disabled-opacity); +} + +.btn-primary { + --bs-btn-color: #fff; + --bs-btn-bg: #0d6efd; + --bs-btn-border-color: #0d6efd; + --bs-btn-hover-color: #fff; + --bs-btn-hover-bg: #0b5ed7; + --bs-btn-hover-border-color: #0a58ca; + --bs-btn-focus-shadow-rgb: 49, 132, 253; + --bs-btn-active-color: #fff; + --bs-btn-active-bg: #0a58ca; + --bs-btn-active-border-color: #0a53be; + --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + --bs-btn-disabled-color: #fff; + --bs-btn-disabled-bg: #0d6efd; + --bs-btn-disabled-border-color: #0d6efd; +} + +.btn-secondary { + --bs-btn-color: #fff; + --bs-btn-bg: #6c757d; + --bs-btn-border-color: #6c757d; + --bs-btn-hover-color: #fff; + --bs-btn-hover-bg: #5c636a; + --bs-btn-hover-border-color: #565e64; + --bs-btn-focus-shadow-rgb: 130, 138, 145; + --bs-btn-active-color: #fff; + --bs-btn-active-bg: #565e64; + --bs-btn-active-border-color: #51585e; + --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + --bs-btn-disabled-color: #fff; + --bs-btn-disabled-bg: #6c757d; + --bs-btn-disabled-border-color: #6c757d; +} + +.btn-success { + --bs-btn-color: #fff; + --bs-btn-bg: #198754; + --bs-btn-border-color: #198754; + --bs-btn-hover-color: #fff; + --bs-btn-hover-bg: #157347; + --bs-btn-hover-border-color: #146c43; + --bs-btn-focus-shadow-rgb: 60, 153, 110; + --bs-btn-active-color: #fff; + --bs-btn-active-bg: #146c43; + --bs-btn-active-border-color: #13653f; + --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + --bs-btn-disabled-color: #fff; + --bs-btn-disabled-bg: #198754; + --bs-btn-disabled-border-color: #198754; +} + +.btn-info { + --bs-btn-color: #000; + --bs-btn-bg: #0dcaf0; + --bs-btn-border-color: #0dcaf0; + --bs-btn-hover-color: #000; + --bs-btn-hover-bg: #31d2f2; + --bs-btn-hover-border-color: #25cff2; + --bs-btn-focus-shadow-rgb: 11, 172, 204; + --bs-btn-active-color: #000; + --bs-btn-active-bg: #3dd5f3; + --bs-btn-active-border-color: #25cff2; + --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + --bs-btn-disabled-color: #000; + --bs-btn-disabled-bg: #0dcaf0; + --bs-btn-disabled-border-color: #0dcaf0; +} + +.btn-warning { + --bs-btn-color: #000; + --bs-btn-bg: #ffc107; + --bs-btn-border-color: #ffc107; + --bs-btn-hover-color: #000; + --bs-btn-hover-bg: #ffca2c; + --bs-btn-hover-border-color: #ffc720; + --bs-btn-focus-shadow-rgb: 217, 164, 6; + --bs-btn-active-color: #000; + --bs-btn-active-bg: #ffcd39; + --bs-btn-active-border-color: #ffc720; + --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + --bs-btn-disabled-color: #000; + --bs-btn-disabled-bg: #ffc107; + --bs-btn-disabled-border-color: #ffc107; +} + +.btn-danger { + --bs-btn-color: #fff; + --bs-btn-bg: #dc3545; + --bs-btn-border-color: #dc3545; + --bs-btn-hover-color: #fff; + --bs-btn-hover-bg: #bb2d3b; + --bs-btn-hover-border-color: #b02a37; + --bs-btn-focus-shadow-rgb: 225, 83, 97; + --bs-btn-active-color: #fff; + --bs-btn-active-bg: #b02a37; + --bs-btn-active-border-color: #a52834; + --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + --bs-btn-disabled-color: #fff; + --bs-btn-disabled-bg: #dc3545; + --bs-btn-disabled-border-color: #dc3545; +} + +.btn-light { + --bs-btn-color: #000; + --bs-btn-bg: #f8f9fa; + --bs-btn-border-color: #f8f9fa; + --bs-btn-hover-color: #000; + --bs-btn-hover-bg: #d3d4d5; + --bs-btn-hover-border-color: #c6c7c8; + --bs-btn-focus-shadow-rgb: 211, 212, 213; + --bs-btn-active-color: #000; + --bs-btn-active-bg: #c6c7c8; + --bs-btn-active-border-color: #babbbc; + --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + --bs-btn-disabled-color: #000; + --bs-btn-disabled-bg: #f8f9fa; + --bs-btn-disabled-border-color: #f8f9fa; +} + +.btn-dark { + --bs-btn-color: #fff; + --bs-btn-bg: #212529; + --bs-btn-border-color: #212529; + --bs-btn-hover-color: #fff; + --bs-btn-hover-bg: #424649; + --bs-btn-hover-border-color: #373b3e; + --bs-btn-focus-shadow-rgb: 66, 70, 73; + --bs-btn-active-color: #fff; + --bs-btn-active-bg: #4d5154; + --bs-btn-active-border-color: #373b3e; + --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + --bs-btn-disabled-color: #fff; + --bs-btn-disabled-bg: #212529; + --bs-btn-disabled-border-color: #212529; +} + +.btn-outline-primary { + --bs-btn-color: #0d6efd; + --bs-btn-border-color: #0d6efd; + --bs-btn-hover-color: #fff; + --bs-btn-hover-bg: #0d6efd; + --bs-btn-hover-border-color: #0d6efd; + --bs-btn-focus-shadow-rgb: 13, 110, 253; + --bs-btn-active-color: #fff; + --bs-btn-active-bg: #0d6efd; + --bs-btn-active-border-color: #0d6efd; + --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + --bs-btn-disabled-color: #0d6efd; + --bs-btn-disabled-bg: transparent; + --bs-btn-disabled-border-color: #0d6efd; + --bs-gradient: none; +} + +.btn-outline-secondary { + --bs-btn-color: #6c757d; + --bs-btn-border-color: #6c757d; + --bs-btn-hover-color: #fff; + --bs-btn-hover-bg: #6c757d; + --bs-btn-hover-border-color: #6c757d; + --bs-btn-focus-shadow-rgb: 108, 117, 125; + --bs-btn-active-color: #fff; + --bs-btn-active-bg: #6c757d; + --bs-btn-active-border-color: #6c757d; + --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + --bs-btn-disabled-color: #6c757d; + --bs-btn-disabled-bg: transparent; + --bs-btn-disabled-border-color: #6c757d; + --bs-gradient: none; +} + +.btn-outline-success { + --bs-btn-color: #198754; + --bs-btn-border-color: #198754; + --bs-btn-hover-color: #fff; + --bs-btn-hover-bg: #198754; + --bs-btn-hover-border-color: #198754; + --bs-btn-focus-shadow-rgb: 25, 135, 84; + --bs-btn-active-color: #fff; + --bs-btn-active-bg: #198754; + --bs-btn-active-border-color: #198754; + --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + --bs-btn-disabled-color: #198754; + --bs-btn-disabled-bg: transparent; + --bs-btn-disabled-border-color: #198754; + --bs-gradient: none; +} + +.btn-outline-info { + --bs-btn-color: #0dcaf0; + --bs-btn-border-color: #0dcaf0; + --bs-btn-hover-color: #000; + --bs-btn-hover-bg: #0dcaf0; + --bs-btn-hover-border-color: #0dcaf0; + --bs-btn-focus-shadow-rgb: 13, 202, 240; + --bs-btn-active-color: #000; + --bs-btn-active-bg: #0dcaf0; + --bs-btn-active-border-color: #0dcaf0; + --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + --bs-btn-disabled-color: #0dcaf0; + --bs-btn-disabled-bg: transparent; + --bs-btn-disabled-border-color: #0dcaf0; + --bs-gradient: none; +} + +.btn-outline-warning { + --bs-btn-color: #ffc107; + --bs-btn-border-color: #ffc107; + --bs-btn-hover-color: #000; + --bs-btn-hover-bg: #ffc107; + --bs-btn-hover-border-color: #ffc107; + --bs-btn-focus-shadow-rgb: 255, 193, 7; + --bs-btn-active-color: #000; + --bs-btn-active-bg: #ffc107; + --bs-btn-active-border-color: #ffc107; + --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + --bs-btn-disabled-color: #ffc107; + --bs-btn-disabled-bg: transparent; + --bs-btn-disabled-border-color: #ffc107; + --bs-gradient: none; +} + +.btn-outline-danger { + --bs-btn-color: #dc3545; + --bs-btn-border-color: #dc3545; + --bs-btn-hover-color: #fff; + --bs-btn-hover-bg: #dc3545; + --bs-btn-hover-border-color: #dc3545; + --bs-btn-focus-shadow-rgb: 220, 53, 69; + --bs-btn-active-color: #fff; + --bs-btn-active-bg: #dc3545; + --bs-btn-active-border-color: #dc3545; + --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + --bs-btn-disabled-color: #dc3545; + --bs-btn-disabled-bg: transparent; + --bs-btn-disabled-border-color: #dc3545; + --bs-gradient: none; +} + +.btn-outline-light { + --bs-btn-color: #f8f9fa; + --bs-btn-border-color: #f8f9fa; + --bs-btn-hover-color: #000; + --bs-btn-hover-bg: #f8f9fa; + --bs-btn-hover-border-color: #f8f9fa; + --bs-btn-focus-shadow-rgb: 248, 249, 250; + --bs-btn-active-color: #000; + --bs-btn-active-bg: #f8f9fa; + --bs-btn-active-border-color: #f8f9fa; + --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + --bs-btn-disabled-color: #f8f9fa; + --bs-btn-disabled-bg: transparent; + --bs-btn-disabled-border-color: #f8f9fa; + --bs-gradient: none; +} + +.btn-outline-dark { + --bs-btn-color: #212529; + --bs-btn-border-color: #212529; + --bs-btn-hover-color: #fff; + --bs-btn-hover-bg: #212529; + --bs-btn-hover-border-color: #212529; + --bs-btn-focus-shadow-rgb: 33, 37, 41; + --bs-btn-active-color: #fff; + --bs-btn-active-bg: #212529; + --bs-btn-active-border-color: #212529; + --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + --bs-btn-disabled-color: #212529; + --bs-btn-disabled-bg: transparent; + --bs-btn-disabled-border-color: #212529; + --bs-gradient: none; +} + +.btn-link { + --bs-btn-font-weight: 400; + --bs-btn-color: var(--bs-link-color); + --bs-btn-bg: transparent; + --bs-btn-border-color: transparent; + --bs-btn-hover-color: var(--bs-link-hover-color); + --bs-btn-hover-border-color: transparent; + --bs-btn-active-color: var(--bs-link-hover-color); + --bs-btn-active-border-color: transparent; + --bs-btn-disabled-color: #6c757d; + --bs-btn-disabled-border-color: transparent; + --bs-btn-box-shadow: none; + --bs-btn-focus-shadow-rgb: 49, 132, 253; + text-decoration: underline; +} +.btn-link:focus-visible { + color: var(--bs-btn-color); +} +.btn-link:hover { + color: var(--bs-btn-hover-color); +} + +.btn-lg, +.btn-group-lg > .btn { + --bs-btn-padding-y: 0.5rem; + --bs-btn-padding-x: 1rem; + --bs-btn-font-size: 1.25rem; + --bs-btn-border-radius: 0.5rem; +} + +.btn-sm, +.btn-group-sm > .btn { + --bs-btn-padding-y: 0.25rem; + --bs-btn-padding-x: 0.5rem; + --bs-btn-font-size: 0.875rem; + --bs-btn-border-radius: 0.25rem; +} + +.fade { + transition: opacity 0.15s linear; +} +@media (prefers-reduced-motion: reduce) { + .fade { + transition: none; + } +} +.fade:not(.show) { + opacity: 0; +} + +.collapse:not(.show) { + display: none; +} + +.collapsing { + height: 0; + overflow: hidden; + transition: height 0.35s ease; +} +@media (prefers-reduced-motion: reduce) { + .collapsing { + transition: none; + } +} +.collapsing.collapse-horizontal { + width: 0; + height: auto; + transition: width 0.35s ease; +} +@media (prefers-reduced-motion: reduce) { + .collapsing.collapse-horizontal { + transition: none; + } +} + +.dropup, +.dropend, +.dropdown, +.dropstart, +.dropup-center, +.dropdown-center { + position: relative; +} + +.dropdown-toggle { + white-space: nowrap; +} +.dropdown-toggle::after { + display: inline-block; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ''; + border-top: 0.3em solid; + border-right: 0.3em solid transparent; + border-bottom: 0; + border-left: 0.3em solid transparent; +} +.dropdown-toggle:empty::after { + margin-left: 0; +} + +.dropdown-menu { + --bs-dropdown-zindex: 1000; + --bs-dropdown-min-width: 10rem; + --bs-dropdown-padding-x: 0; + --bs-dropdown-padding-y: 0.5rem; + --bs-dropdown-spacer: 0.125rem; + --bs-dropdown-font-size: 1rem; + --bs-dropdown-color: #212529; + --bs-dropdown-bg: #fff; + --bs-dropdown-border-color: var(--bs-border-color-translucent); + --bs-dropdown-border-radius: 0.375rem; + --bs-dropdown-border-width: 1px; + --bs-dropdown-inner-border-radius: calc(0.375rem - 1px); + --bs-dropdown-divider-bg: var(--bs-border-color-translucent); + --bs-dropdown-divider-margin-y: 0.5rem; + --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); + --bs-dropdown-link-color: #212529; + --bs-dropdown-link-hover-color: #1e2125; + --bs-dropdown-link-hover-bg: #e9ecef; + --bs-dropdown-link-active-color: #fff; + --bs-dropdown-link-active-bg: #0d6efd; + --bs-dropdown-link-disabled-color: #adb5bd; + --bs-dropdown-item-padding-x: 1rem; + --bs-dropdown-item-padding-y: 0.25rem; + --bs-dropdown-header-color: #6c757d; + --bs-dropdown-header-padding-x: 1rem; + --bs-dropdown-header-padding-y: 0.5rem; + position: absolute; + z-index: var(--bs-dropdown-zindex); + display: none; + min-width: var(--bs-dropdown-min-width); + padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x); + margin: 0; + font-size: var(--bs-dropdown-font-size); + color: var(--bs-dropdown-color); + text-align: left; + list-style: none; + background-color: var(--bs-dropdown-bg); + background-clip: padding-box; + border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color); + border-radius: var(--bs-dropdown-border-radius); +} +.dropdown-menu[data-bs-popper] { + top: 100%; + left: 0; + margin-top: var(--bs-dropdown-spacer); +} + +.dropdown-menu-start { + --bs-position: start; +} +.dropdown-menu-start[data-bs-popper] { + right: auto; + left: 0; +} + +.dropdown-menu-end { + --bs-position: end; +} +.dropdown-menu-end[data-bs-popper] { + right: 0; + left: auto; +} + +@media (min-width: 576px) { + .dropdown-menu-sm-start { + --bs-position: start; + } + .dropdown-menu-sm-start[data-bs-popper] { + right: auto; + left: 0; + } + .dropdown-menu-sm-end { + --bs-position: end; + } + .dropdown-menu-sm-end[data-bs-popper] { + right: 0; + left: auto; + } +} +@media (min-width: 768px) { + .dropdown-menu-md-start { + --bs-position: start; + } + .dropdown-menu-md-start[data-bs-popper] { + right: auto; + left: 0; + } + .dropdown-menu-md-end { + --bs-position: end; + } + .dropdown-menu-md-end[data-bs-popper] { + right: 0; + left: auto; + } +} +@media (min-width: 992px) { + .dropdown-menu-lg-start { + --bs-position: start; + } + .dropdown-menu-lg-start[data-bs-popper] { + right: auto; + left: 0; + } + .dropdown-menu-lg-end { + --bs-position: end; + } + .dropdown-menu-lg-end[data-bs-popper] { + right: 0; + left: auto; + } +} +@media (min-width: 1200px) { + .dropdown-menu-xl-start { + --bs-position: start; + } + .dropdown-menu-xl-start[data-bs-popper] { + right: auto; + left: 0; + } + .dropdown-menu-xl-end { + --bs-position: end; + } + .dropdown-menu-xl-end[data-bs-popper] { + right: 0; + left: auto; + } +} +@media (min-width: 1400px) { + .dropdown-menu-xxl-start { + --bs-position: start; + } + .dropdown-menu-xxl-start[data-bs-popper] { + right: auto; + left: 0; + } + .dropdown-menu-xxl-end { + --bs-position: end; + } + .dropdown-menu-xxl-end[data-bs-popper] { + right: 0; + left: auto; + } +} +.dropup .dropdown-menu[data-bs-popper] { + top: auto; + bottom: 100%; + margin-top: 0; + margin-bottom: var(--bs-dropdown-spacer); +} +.dropup .dropdown-toggle::after { + display: inline-block; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ''; + border-top: 0; + border-right: 0.3em solid transparent; + border-bottom: 0.3em solid; + border-left: 0.3em solid transparent; +} +.dropup .dropdown-toggle:empty::after { + margin-left: 0; +} + +.dropend .dropdown-menu[data-bs-popper] { + top: 0; + right: auto; + left: 100%; + margin-top: 0; + margin-left: var(--bs-dropdown-spacer); +} +.dropend .dropdown-toggle::after { + display: inline-block; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ''; + border-top: 0.3em solid transparent; + border-right: 0; + border-bottom: 0.3em solid transparent; + border-left: 0.3em solid; +} +.dropend .dropdown-toggle:empty::after { + margin-left: 0; +} +.dropend .dropdown-toggle::after { + vertical-align: 0; +} + +.dropstart .dropdown-menu[data-bs-popper] { + top: 0; + right: 100%; + left: auto; + margin-top: 0; + margin-right: var(--bs-dropdown-spacer); +} +.dropstart .dropdown-toggle::after { + display: inline-block; + margin-left: 0.255em; + vertical-align: 0.255em; + content: ''; +} +.dropstart .dropdown-toggle::after { + display: none; +} +.dropstart .dropdown-toggle::before { + display: inline-block; + margin-right: 0.255em; + vertical-align: 0.255em; + content: ''; + border-top: 0.3em solid transparent; + border-right: 0.3em solid; + border-bottom: 0.3em solid transparent; +} +.dropstart .dropdown-toggle:empty::after { + margin-left: 0; +} +.dropstart .dropdown-toggle::before { + vertical-align: 0; +} + +.dropdown-divider { + height: 0; + margin: var(--bs-dropdown-divider-margin-y) 0; + overflow: hidden; + border-top: 1px solid var(--bs-dropdown-divider-bg); + opacity: 1; +} + +.dropdown-item { + display: block; + width: 100%; + padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x); + clear: both; + font-weight: 400; + color: var(--bs-dropdown-link-color); + text-align: inherit; + text-decoration: none; + white-space: nowrap; + background-color: transparent; + border: 0; +} +.dropdown-item:hover, +.dropdown-item:focus { + color: var(--bs-dropdown-link-hover-color); + background-color: var(--bs-dropdown-link-hover-bg); +} +.dropdown-item.active, +.dropdown-item:active { + color: var(--bs-dropdown-link-active-color); + text-decoration: none; + background-color: var(--bs-dropdown-link-active-bg); +} +.dropdown-item.disabled, +.dropdown-item:disabled { + color: var(--bs-dropdown-link-disabled-color); + pointer-events: none; + background-color: transparent; +} + +.dropdown-menu.show { + display: block; +} + +.dropdown-header { + display: block; + padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x); + margin-bottom: 0; + font-size: 0.875rem; + color: var(--bs-dropdown-header-color); + white-space: nowrap; +} + +.dropdown-item-text { + display: block; + padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x); + color: var(--bs-dropdown-link-color); +} + +.dropdown-menu-dark { + --bs-dropdown-color: #dee2e6; + --bs-dropdown-bg: #343a40; + --bs-dropdown-border-color: var(--bs-border-color-translucent); + --bs-dropdown-box-shadow: ; + --bs-dropdown-link-color: #dee2e6; + --bs-dropdown-link-hover-color: #fff; + --bs-dropdown-divider-bg: var(--bs-border-color-translucent); + --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15); + --bs-dropdown-link-active-color: #fff; + --bs-dropdown-link-active-bg: #0d6efd; + --bs-dropdown-link-disabled-color: #adb5bd; + --bs-dropdown-header-color: #adb5bd; +} + +.btn-group, +.btn-group-vertical { + position: relative; + display: inline-flex; + vertical-align: middle; +} +.btn-group > .btn, +.btn-group-vertical > .btn { + position: relative; + flex: 1 1 auto; +} +.btn-group > .btn-check:checked + .btn, +.btn-group > .btn-check:focus + .btn, +.btn-group > .btn:hover, +.btn-group > .btn:focus, +.btn-group > .btn:active, +.btn-group > .btn.active, +.btn-group-vertical > .btn-check:checked + .btn, +.btn-group-vertical > .btn-check:focus + .btn, +.btn-group-vertical > .btn:hover, +.btn-group-vertical > .btn:focus, +.btn-group-vertical > .btn:active, +.btn-group-vertical > .btn.active { + z-index: 1; +} + +.btn-toolbar { + display: flex; + flex-wrap: wrap; + justify-content: flex-start; +} +.btn-toolbar .input-group { + width: auto; +} + +.btn-group { + border-radius: 0.375rem; +} +.btn-group > :not(.btn-check:first-child) + .btn, +.btn-group > .btn-group:not(:first-child) { + margin-left: -1px; +} +.btn-group > .btn:not(:last-child):not(.dropdown-toggle), +.btn-group > .btn.dropdown-toggle-split:first-child, +.btn-group > .btn-group:not(:last-child) > .btn { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.btn-group > .btn:nth-child(n + 3), +.btn-group > :not(.btn-check) + .btn, +.btn-group > .btn-group:not(:first-child) > .btn { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +.dropdown-toggle-split { + padding-right: 0.5625rem; + padding-left: 0.5625rem; +} +.dropdown-toggle-split::after, +.dropup .dropdown-toggle-split::after, +.dropend .dropdown-toggle-split::after { + margin-left: 0; +} +.dropstart .dropdown-toggle-split::before { + margin-right: 0; +} + +.btn-sm + .dropdown-toggle-split, +.btn-group-sm > .btn + .dropdown-toggle-split { + padding-right: 0.375rem; + padding-left: 0.375rem; +} + +.btn-lg + .dropdown-toggle-split, +.btn-group-lg > .btn + .dropdown-toggle-split { + padding-right: 0.75rem; + padding-left: 0.75rem; +} + +.btn-group-vertical { + flex-direction: column; + align-items: flex-start; + justify-content: center; +} +.btn-group-vertical > .btn, +.btn-group-vertical > .btn-group { + width: 100%; +} +.btn-group-vertical > .btn:not(:first-child), +.btn-group-vertical > .btn-group:not(:first-child) { + margin-top: -1px; +} +.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), +.btn-group-vertical > .btn-group:not(:last-child) > .btn { + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} +.btn-group-vertical > .btn ~ .btn, +.btn-group-vertical > .btn-group:not(:first-child) > .btn { + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.nav { + --bs-nav-link-padding-x: 1rem; + --bs-nav-link-padding-y: 0.5rem; + --bs-nav-link-font-weight: ; + --bs-nav-link-color: var(--bs-link-color); + --bs-nav-link-hover-color: var(--bs-link-hover-color); + --bs-nav-link-disabled-color: #6c757d; + display: flex; + flex-wrap: wrap; + padding-left: 0; + margin-bottom: 0; + list-style: none; +} + +.nav-link { + display: block; + padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x); + font-size: var(--bs-nav-link-font-size); + font-weight: var(--bs-nav-link-font-weight); + color: var(--bs-nav-link-color); + text-decoration: none; + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .nav-link { + transition: none; + } +} +.nav-link:hover, +.nav-link:focus { + color: var(--bs-nav-link-hover-color); +} +.nav-link.disabled { + color: var(--bs-nav-link-disabled-color); + pointer-events: none; + cursor: default; +} + +.nav-tabs { + --bs-nav-tabs-border-width: 1px; + --bs-nav-tabs-border-color: #dee2e6; + --bs-nav-tabs-border-radius: 0.375rem; + --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6; + --bs-nav-tabs-link-active-color: #495057; + --bs-nav-tabs-link-active-bg: #fff; + --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff; + border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color); +} +.nav-tabs .nav-link { + margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width)); + background: none; + border: var(--bs-nav-tabs-border-width) solid transparent; + border-top-left-radius: var(--bs-nav-tabs-border-radius); + border-top-right-radius: var(--bs-nav-tabs-border-radius); +} +.nav-tabs .nav-link:hover, +.nav-tabs .nav-link:focus { + isolation: isolate; + border-color: var(--bs-nav-tabs-link-hover-border-color); +} +.nav-tabs .nav-link.disabled, +.nav-tabs .nav-link:disabled { + color: var(--bs-nav-link-disabled-color); + background-color: transparent; + border-color: transparent; +} +.nav-tabs .nav-link.active, +.nav-tabs .nav-item.show .nav-link { + color: var(--bs-nav-tabs-link-active-color); + background-color: var(--bs-nav-tabs-link-active-bg); + border-color: var(--bs-nav-tabs-link-active-border-color); +} +.nav-tabs .dropdown-menu { + margin-top: calc(-1 * var(--bs-nav-tabs-border-width)); + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.nav-pills { + --bs-nav-pills-border-radius: 0.375rem; + --bs-nav-pills-link-active-color: #fff; + --bs-nav-pills-link-active-bg: #0d6efd; +} +.nav-pills .nav-link { + background: none; + border: 0; + border-radius: var(--bs-nav-pills-border-radius); +} +.nav-pills .nav-link:disabled { + color: var(--bs-nav-link-disabled-color); + background-color: transparent; + border-color: transparent; +} +.nav-pills .nav-link.active, +.nav-pills .show > .nav-link { + color: var(--bs-nav-pills-link-active-color); + background-color: var(--bs-nav-pills-link-active-bg); +} + +.nav-fill > .nav-link, +.nav-fill .nav-item { + flex: 1 1 auto; + text-align: center; +} + +.nav-justified > .nav-link, +.nav-justified .nav-item { + flex-basis: 0; + flex-grow: 1; + text-align: center; +} + +.nav-fill .nav-item .nav-link, +.nav-justified .nav-item .nav-link { + width: 100%; +} + +.tab-content > .tab-pane { + display: none; +} +.tab-content > .active { + display: block; +} + +.navbar { + --bs-navbar-padding-x: 0; + --bs-navbar-padding-y: 0.5rem; + --bs-navbar-color: rgba(0, 0, 0, 0.55); + --bs-navbar-hover-color: rgba(0, 0, 0, 0.7); + --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3); + --bs-navbar-active-color: rgba(0, 0, 0, 0.9); + --bs-navbar-brand-padding-y: 0.3125rem; + --bs-navbar-brand-margin-end: 1rem; + --bs-navbar-brand-font-size: 1.25rem; + --bs-navbar-brand-color: rgba(0, 0, 0, 0.9); + --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9); + --bs-navbar-nav-link-padding-x: 0.5rem; + --bs-navbar-toggler-padding-y: 0.25rem; + --bs-navbar-toggler-padding-x: 0.75rem; + --bs-navbar-toggler-font-size: 1.25rem; + --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); + --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1); + --bs-navbar-toggler-border-radius: 0.375rem; + --bs-navbar-toggler-focus-width: 0.25rem; + --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out; + position: relative; + display: flex; + flex-wrap: wrap; + align-items: center; + justify-content: space-between; + padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x); +} +.navbar > .container, +.navbar > .container-fluid, +.navbar > .container-sm, +.navbar > .container-md, +.navbar > .container-lg, +.navbar > .container-xl, +.navbar > .container-xxl { + display: flex; + flex-wrap: inherit; + align-items: center; + justify-content: space-between; +} +.navbar-brand { + padding-top: var(--bs-navbar-brand-padding-y); + padding-bottom: var(--bs-navbar-brand-padding-y); + margin-right: var(--bs-navbar-brand-margin-end); + font-size: var(--bs-navbar-brand-font-size); + color: var(--bs-navbar-brand-color); + text-decoration: none; + white-space: nowrap; +} +.navbar-brand:hover, +.navbar-brand:focus { + color: var(--bs-navbar-brand-hover-color); +} + +.navbar-nav { + --bs-nav-link-padding-x: 0; + --bs-nav-link-padding-y: 0.5rem; + --bs-nav-link-font-weight: ; + --bs-nav-link-color: var(--bs-navbar-color); + --bs-nav-link-hover-color: var(--bs-navbar-hover-color); + --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color); + display: flex; + flex-direction: column; + padding-left: 0; + margin-bottom: 0; + list-style: none; +} +.navbar-nav .show > .nav-link, +.navbar-nav .nav-link.active { + color: var(--bs-navbar-active-color); +} +.navbar-nav .dropdown-menu { + position: static; +} + +.navbar-text { + padding-top: 0.5rem; + padding-bottom: 0.5rem; + color: var(--bs-navbar-color); +} +.navbar-text a, +.navbar-text a:hover, +.navbar-text a:focus { + color: var(--bs-navbar-active-color); +} + +.navbar-collapse { + flex-basis: 100%; + flex-grow: 1; + align-items: center; +} + +.navbar-toggler { + padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x); + font-size: var(--bs-navbar-toggler-font-size); + line-height: 1; + color: var(--bs-navbar-color); + background-color: transparent; + border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color); + border-radius: var(--bs-navbar-toggler-border-radius); + transition: var(--bs-navbar-toggler-transition); +} +@media (prefers-reduced-motion: reduce) { + .navbar-toggler { + transition: none; + } +} +.navbar-toggler:hover { + text-decoration: none; +} +.navbar-toggler:focus { + text-decoration: none; + outline: 0; + box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width); +} + +.navbar-toggler-icon { + display: inline-block; + width: 1.5em; + height: 1.5em; + vertical-align: middle; + background-image: var(--bs-navbar-toggler-icon-bg); + background-repeat: no-repeat; + background-position: center; + background-size: 100%; +} + +.navbar-nav-scroll { + max-height: var(--bs-scroll-height, 75vh); + overflow-y: auto; +} + +@media (min-width: 576px) { + .navbar-expand-sm { + flex-wrap: nowrap; + justify-content: flex-start; + } + .navbar-expand-sm .navbar-nav { + flex-direction: row; + } + .navbar-expand-sm .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-sm .navbar-nav .nav-link { + padding-right: var(--bs-navbar-nav-link-padding-x); + padding-left: var(--bs-navbar-nav-link-padding-x); + } + .navbar-expand-sm .navbar-nav-scroll { + overflow: visible; + } + .navbar-expand-sm .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .navbar-expand-sm .navbar-toggler { + display: none; + } + .navbar-expand-sm .offcanvas { + position: static; + z-index: auto; + flex-grow: 1; + width: auto !important; + height: auto !important; + visibility: visible !important; + background-color: transparent !important; + border: 0 !important; + transform: none !important; + transition: none; + } + .navbar-expand-sm .offcanvas .offcanvas-header { + display: none; + } + .navbar-expand-sm .offcanvas .offcanvas-body { + display: flex; + flex-grow: 0; + padding: 0; + overflow-y: visible; + } +} +@media (min-width: 768px) { + .navbar-expand-md { + flex-wrap: nowrap; + justify-content: flex-start; + } + .navbar-expand-md .navbar-nav { + flex-direction: row; + } + .navbar-expand-md .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-md .navbar-nav .nav-link { + padding-right: var(--bs-navbar-nav-link-padding-x); + padding-left: var(--bs-navbar-nav-link-padding-x); + } + .navbar-expand-md .navbar-nav-scroll { + overflow: visible; + } + .navbar-expand-md .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .navbar-expand-md .navbar-toggler { + display: none; + } + .navbar-expand-md .offcanvas { + position: static; + z-index: auto; + flex-grow: 1; + width: auto !important; + height: auto !important; + visibility: visible !important; + background-color: transparent !important; + border: 0 !important; + transform: none !important; + transition: none; + } + .navbar-expand-md .offcanvas .offcanvas-header { + display: none; + } + .navbar-expand-md .offcanvas .offcanvas-body { + display: flex; + flex-grow: 0; + padding: 0; + overflow-y: visible; + } +} +@media (min-width: 992px) { + .navbar-expand-lg { + flex-wrap: nowrap; + justify-content: flex-start; + } + .navbar-expand-lg .navbar-nav { + flex-direction: row; + } + .navbar-expand-lg .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-lg .navbar-nav .nav-link { + padding-right: var(--bs-navbar-nav-link-padding-x); + padding-left: var(--bs-navbar-nav-link-padding-x); + } + .navbar-expand-lg .navbar-nav-scroll { + overflow: visible; + } + .navbar-expand-lg .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .navbar-expand-lg .navbar-toggler { + display: none; + } + .navbar-expand-lg .offcanvas { + position: static; + z-index: auto; + flex-grow: 1; + width: auto !important; + height: auto !important; + visibility: visible !important; + background-color: transparent !important; + border: 0 !important; + transform: none !important; + transition: none; + } + .navbar-expand-lg .offcanvas .offcanvas-header { + display: none; + } + .navbar-expand-lg .offcanvas .offcanvas-body { + display: flex; + flex-grow: 0; + padding: 0; + overflow-y: visible; + } +} +@media (min-width: 1200px) { + .navbar-expand-xl { + flex-wrap: nowrap; + justify-content: flex-start; + } + .navbar-expand-xl .navbar-nav { + flex-direction: row; + } + .navbar-expand-xl .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-xl .navbar-nav .nav-link { + padding-right: var(--bs-navbar-nav-link-padding-x); + padding-left: var(--bs-navbar-nav-link-padding-x); + } + .navbar-expand-xl .navbar-nav-scroll { + overflow: visible; + } + .navbar-expand-xl .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .navbar-expand-xl .navbar-toggler { + display: none; + } + .navbar-expand-xl .offcanvas { + position: static; + z-index: auto; + flex-grow: 1; + width: auto !important; + height: auto !important; + visibility: visible !important; + background-color: transparent !important; + border: 0 !important; + transform: none !important; + transition: none; + } + .navbar-expand-xl .offcanvas .offcanvas-header { + display: none; + } + .navbar-expand-xl .offcanvas .offcanvas-body { + display: flex; + flex-grow: 0; + padding: 0; + overflow-y: visible; + } +} +@media (min-width: 1400px) { + .navbar-expand-xxl { + flex-wrap: nowrap; + justify-content: flex-start; + } + .navbar-expand-xxl .navbar-nav { + flex-direction: row; + } + .navbar-expand-xxl .navbar-nav .dropdown-menu { + position: absolute; + } + .navbar-expand-xxl .navbar-nav .nav-link { + padding-right: var(--bs-navbar-nav-link-padding-x); + padding-left: var(--bs-navbar-nav-link-padding-x); + } + .navbar-expand-xxl .navbar-nav-scroll { + overflow: visible; + } + .navbar-expand-xxl .navbar-collapse { + display: flex !important; + flex-basis: auto; + } + .navbar-expand-xxl .navbar-toggler { + display: none; + } + .navbar-expand-xxl .offcanvas { + position: static; + z-index: auto; + flex-grow: 1; + width: auto !important; + height: auto !important; + visibility: visible !important; + background-color: transparent !important; + border: 0 !important; + transform: none !important; + transition: none; + } + .navbar-expand-xxl .offcanvas .offcanvas-header { + display: none; + } + .navbar-expand-xxl .offcanvas .offcanvas-body { + display: flex; + flex-grow: 0; + padding: 0; + overflow-y: visible; + } +} +.navbar-expand { + flex-wrap: nowrap; + justify-content: flex-start; +} +.navbar-expand .navbar-nav { + flex-direction: row; +} +.navbar-expand .navbar-nav .dropdown-menu { + position: absolute; +} +.navbar-expand .navbar-nav .nav-link { + padding-right: var(--bs-navbar-nav-link-padding-x); + padding-left: var(--bs-navbar-nav-link-padding-x); +} +.navbar-expand .navbar-nav-scroll { + overflow: visible; +} +.navbar-expand .navbar-collapse { + display: flex !important; + flex-basis: auto; +} +.navbar-expand .navbar-toggler { + display: none; +} +.navbar-expand .offcanvas { + position: static; + z-index: auto; + flex-grow: 1; + width: auto !important; + height: auto !important; + visibility: visible !important; + background-color: transparent !important; + border: 0 !important; + transform: none !important; + transition: none; +} +.navbar-expand .offcanvas .offcanvas-header { + display: none; +} +.navbar-expand .offcanvas .offcanvas-body { + display: flex; + flex-grow: 0; + padding: 0; + overflow-y: visible; +} + +.navbar-dark { + --bs-navbar-color: rgba(255, 255, 255, 0.55); + --bs-navbar-hover-color: rgba(255, 255, 255, 0.75); + --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25); + --bs-navbar-active-color: #fff; + --bs-navbar-brand-color: #fff; + --bs-navbar-brand-hover-color: #fff; + --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1); + --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); +} + +.card { + --bs-card-spacer-y: 1rem; + --bs-card-spacer-x: 1rem; + --bs-card-title-spacer-y: 0.5rem; + --bs-card-border-width: 1px; + --bs-card-border-color: var(--bs-border-color-translucent); + --bs-card-border-radius: 0.375rem; + --bs-card-box-shadow: ; + --bs-card-inner-border-radius: calc(0.375rem - 1px); + --bs-card-cap-padding-y: 0.5rem; + --bs-card-cap-padding-x: 1rem; + --bs-card-cap-bg: rgba(0, 0, 0, 0.03); + --bs-card-cap-color: ; + --bs-card-height: ; + --bs-card-color: ; + --bs-card-bg: #fff; + --bs-card-img-overlay-padding: 1rem; + --bs-card-group-margin: 0.75rem; + position: relative; + display: flex; + flex-direction: column; + min-width: 0; + height: var(--bs-card-height); + word-wrap: break-word; + background-color: var(--bs-card-bg); + background-clip: border-box; + border: var(--bs-card-border-width) solid var(--bs-card-border-color); + border-radius: var(--bs-card-border-radius); +} +.card > hr { + margin-right: 0; + margin-left: 0; +} +.card > .list-group { + border-top: inherit; + border-bottom: inherit; +} +.card > .list-group:first-child { + border-top-width: 0; + border-top-left-radius: var(--bs-card-inner-border-radius); + border-top-right-radius: var(--bs-card-inner-border-radius); +} +.card > .list-group:last-child { + border-bottom-width: 0; + border-bottom-right-radius: var(--bs-card-inner-border-radius); + border-bottom-left-radius: var(--bs-card-inner-border-radius); +} +.card > .card-header + .list-group, +.card > .list-group + .card-footer { + border-top: 0; +} + +.card-body { + flex: 1 1 auto; + padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x); + color: var(--bs-card-color); +} + +.card-title { + margin-bottom: var(--bs-card-title-spacer-y); +} + +.card-subtitle { + margin-top: calc(-0.5 * var(--bs-card-title-spacer-y)); + margin-bottom: 0; +} + +.card-text:last-child { + margin-bottom: 0; +} + +.card-link + .card-link { + margin-left: var(--bs-card-spacer-x); +} + +.card-header { + padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x); + margin-bottom: 0; + color: var(--bs-card-cap-color); + background-color: var(--bs-card-cap-bg); + border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color); +} +.card-header:first-child { + border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0; +} + +.card-footer { + padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x); + color: var(--bs-card-cap-color); + background-color: var(--bs-card-cap-bg); + border-top: var(--bs-card-border-width) solid var(--bs-card-border-color); +} +.card-footer:last-child { + border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius); +} + +.card-header-tabs { + margin-right: calc(-0.5 * var(--bs-card-cap-padding-x)); + margin-bottom: calc(-1 * var(--bs-card-cap-padding-y)); + margin-left: calc(-0.5 * var(--bs-card-cap-padding-x)); + border-bottom: 0; +} +.card-header-tabs .nav-link.active { + background-color: var(--bs-card-bg); + border-bottom-color: var(--bs-card-bg); +} + +.card-header-pills { + margin-right: calc(-0.5 * var(--bs-card-cap-padding-x)); + margin-left: calc(-0.5 * var(--bs-card-cap-padding-x)); +} + +.card-img-overlay { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + padding: var(--bs-card-img-overlay-padding); + border-radius: var(--bs-card-inner-border-radius); +} + +.card-img, +.card-img-top, +.card-img-bottom { + width: 100%; +} + +.card-img, +.card-img-top { + border-top-left-radius: var(--bs-card-inner-border-radius); + border-top-right-radius: var(--bs-card-inner-border-radius); +} + +.card-img, +.card-img-bottom { + border-bottom-right-radius: var(--bs-card-inner-border-radius); + border-bottom-left-radius: var(--bs-card-inner-border-radius); +} + +.card-group > .card { + margin-bottom: var(--bs-card-group-margin); +} +@media (min-width: 576px) { + .card-group { + display: flex; + flex-flow: row wrap; + } + .card-group > .card { + flex: 1 0 0%; + margin-bottom: 0; + } + .card-group > .card + .card { + margin-left: 0; + border-left: 0; + } + .card-group > .card:not(:last-child) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + } + .card-group > .card:not(:last-child) .card-img-top, + .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 { + border-bottom-right-radius: 0; + } + .card-group > .card:not(:first-child) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + } + .card-group > .card:not(:first-child) .card-img-top, + .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 { + border-bottom-left-radius: 0; + } +} + +.accordion { + --bs-accordion-color: #212529; + --bs-accordion-bg: #fff; + --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, + box-shadow 0.15s ease-in-out, border-radius 0.15s ease; + --bs-accordion-border-color: var(--bs-border-color); + --bs-accordion-border-width: 1px; + --bs-accordion-border-radius: 0.375rem; + --bs-accordion-inner-border-radius: calc(0.375rem - 1px); + --bs-accordion-btn-padding-x: 1.25rem; + --bs-accordion-btn-padding-y: 1rem; + --bs-accordion-btn-color: #212529; + --bs-accordion-btn-bg: var(--bs-accordion-bg); + --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); + --bs-accordion-btn-icon-width: 1.25rem; + --bs-accordion-btn-icon-transform: rotate(-180deg); + --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out; + --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); + --bs-accordion-btn-focus-border-color: #86b7fe; + --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); + --bs-accordion-body-padding-x: 1.25rem; + --bs-accordion-body-padding-y: 1rem; + --bs-accordion-active-color: #0c63e4; + --bs-accordion-active-bg: #e7f1ff; +} + +.accordion-button { + position: relative; + display: flex; + align-items: center; + width: 100%; + padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x); + font-size: 1rem; + color: var(--bs-accordion-btn-color); + text-align: left; + background-color: var(--bs-accordion-btn-bg); + border: 0; + border-radius: 0; + overflow-anchor: none; + transition: var(--bs-accordion-transition); +} +@media (prefers-reduced-motion: reduce) { + .accordion-button { + transition: none; + } +} +.accordion-button:not(.collapsed) { + color: var(--bs-accordion-active-color); + background-color: var(--bs-accordion-active-bg); + box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color); +} +.accordion-button:not(.collapsed)::after { + background-image: var(--bs-accordion-btn-active-icon); + transform: var(--bs-accordion-btn-icon-transform); +} +.accordion-button::after { + flex-shrink: 0; + width: var(--bs-accordion-btn-icon-width); + height: var(--bs-accordion-btn-icon-width); + margin-left: auto; + content: ''; + background-image: var(--bs-accordion-btn-icon); + background-repeat: no-repeat; + background-size: var(--bs-accordion-btn-icon-width); + transition: var(--bs-accordion-btn-icon-transition); +} +@media (prefers-reduced-motion: reduce) { + .accordion-button::after { + transition: none; + } +} +.accordion-button:hover { + z-index: 2; +} +.accordion-button:focus { + z-index: 3; + border-color: var(--bs-accordion-btn-focus-border-color); + outline: 0; + box-shadow: var(--bs-accordion-btn-focus-box-shadow); +} + +.accordion-header { + margin-bottom: 0; +} + +.accordion-item { + color: var(--bs-accordion-color); + background-color: var(--bs-accordion-bg); + border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color); +} +.accordion-item:first-of-type { + border-top-left-radius: var(--bs-accordion-border-radius); + border-top-right-radius: var(--bs-accordion-border-radius); +} +.accordion-item:first-of-type .accordion-button { + border-top-left-radius: var(--bs-accordion-inner-border-radius); + border-top-right-radius: var(--bs-accordion-inner-border-radius); +} +.accordion-item:not(:first-of-type) { + border-top: 0; +} +.accordion-item:last-of-type { + border-bottom-right-radius: var(--bs-accordion-border-radius); + border-bottom-left-radius: var(--bs-accordion-border-radius); +} +.accordion-item:last-of-type .accordion-button.collapsed { + border-bottom-right-radius: var(--bs-accordion-inner-border-radius); + border-bottom-left-radius: var(--bs-accordion-inner-border-radius); +} +.accordion-item:last-of-type .accordion-collapse { + border-bottom-right-radius: var(--bs-accordion-border-radius); + border-bottom-left-radius: var(--bs-accordion-border-radius); +} + +.accordion-body { + padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x); +} + +.accordion-flush .accordion-collapse { + border-width: 0; +} +.accordion-flush .accordion-item { + border-right: 0; + border-left: 0; + border-radius: 0; +} +.accordion-flush .accordion-item:first-child { + border-top: 0; +} +.accordion-flush .accordion-item:last-child { + border-bottom: 0; +} +.accordion-flush .accordion-item .accordion-button, +.accordion-flush .accordion-item .accordion-button.collapsed { + border-radius: 0; +} + +.breadcrumb { + --bs-breadcrumb-padding-x: 0; + --bs-breadcrumb-padding-y: 0; + --bs-breadcrumb-margin-bottom: 1rem; + --bs-breadcrumb-bg: ; + --bs-breadcrumb-border-radius: ; + --bs-breadcrumb-divider-color: #6c757d; + --bs-breadcrumb-item-padding-x: 0.5rem; + --bs-breadcrumb-item-active-color: #6c757d; + display: flex; + flex-wrap: wrap; + padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x); + margin-bottom: var(--bs-breadcrumb-margin-bottom); + font-size: var(--bs-breadcrumb-font-size); + list-style: none; + background-color: var(--bs-breadcrumb-bg); + border-radius: var(--bs-breadcrumb-border-radius); +} + +.breadcrumb-item + .breadcrumb-item { + padding-left: var(--bs-breadcrumb-item-padding-x); +} +.breadcrumb-item + .breadcrumb-item::before { + float: left; + padding-right: var(--bs-breadcrumb-item-padding-x); + color: var(--bs-breadcrumb-divider-color); + content: var(--bs-breadcrumb-divider, '/') /* rtl: var(--bs-breadcrumb-divider, "/") */; +} +.breadcrumb-item.active { + color: var(--bs-breadcrumb-item-active-color); +} + +.pagination { + --bs-pagination-padding-x: 0.75rem; + --bs-pagination-padding-y: 0.375rem; + --bs-pagination-font-size: 1rem; + --bs-pagination-color: var(--bs-link-color); + --bs-pagination-bg: #fff; + --bs-pagination-border-width: 1px; + --bs-pagination-border-color: #dee2e6; + --bs-pagination-border-radius: 0.375rem; + --bs-pagination-hover-color: var(--bs-link-hover-color); + --bs-pagination-hover-bg: #e9ecef; + --bs-pagination-hover-border-color: #dee2e6; + --bs-pagination-focus-color: var(--bs-link-hover-color); + --bs-pagination-focus-bg: #e9ecef; + --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); + --bs-pagination-active-color: #fff; + --bs-pagination-active-bg: #0d6efd; + --bs-pagination-active-border-color: #0d6efd; + --bs-pagination-disabled-color: #6c757d; + --bs-pagination-disabled-bg: #fff; + --bs-pagination-disabled-border-color: #dee2e6; + display: flex; + padding-left: 0; + list-style: none; +} + +.page-link { + position: relative; + display: block; + padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x); + font-size: var(--bs-pagination-font-size); + color: var(--bs-pagination-color); + text-decoration: none; + background-color: var(--bs-pagination-bg); + border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color); + transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, + box-shadow 0.15s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .page-link { + transition: none; + } +} +.page-link:hover { + z-index: 2; + color: var(--bs-pagination-hover-color); + background-color: var(--bs-pagination-hover-bg); + border-color: var(--bs-pagination-hover-border-color); +} +.page-link:focus { + z-index: 3; + color: var(--bs-pagination-focus-color); + background-color: var(--bs-pagination-focus-bg); + outline: 0; + box-shadow: var(--bs-pagination-focus-box-shadow); +} +.page-link.active, +.active > .page-link { + z-index: 3; + color: var(--bs-pagination-active-color); + background-color: var(--bs-pagination-active-bg); + border-color: var(--bs-pagination-active-border-color); +} +.page-link.disabled, +.disabled > .page-link { + color: var(--bs-pagination-disabled-color); + pointer-events: none; + background-color: var(--bs-pagination-disabled-bg); + border-color: var(--bs-pagination-disabled-border-color); +} + +.page-item:not(:first-child) .page-link { + margin-left: -1px; +} +.page-item:first-child .page-link { + border-top-left-radius: var(--bs-pagination-border-radius); + border-bottom-left-radius: var(--bs-pagination-border-radius); +} +.page-item:last-child .page-link { + border-top-right-radius: var(--bs-pagination-border-radius); + border-bottom-right-radius: var(--bs-pagination-border-radius); +} + +.pagination-lg { + --bs-pagination-padding-x: 1.5rem; + --bs-pagination-padding-y: 0.75rem; + --bs-pagination-font-size: 1.25rem; + --bs-pagination-border-radius: 0.5rem; +} + +.pagination-sm { + --bs-pagination-padding-x: 0.5rem; + --bs-pagination-padding-y: 0.25rem; + --bs-pagination-font-size: 0.875rem; + --bs-pagination-border-radius: 0.25rem; +} + +.badge { + --bs-badge-padding-x: 0.65em; + --bs-badge-padding-y: 0.35em; + --bs-badge-font-size: 0.75em; + --bs-badge-font-weight: 700; + --bs-badge-color: #fff; + --bs-badge-border-radius: 0.375rem; + display: inline-block; + padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x); + font-size: var(--bs-badge-font-size); + font-weight: var(--bs-badge-font-weight); + line-height: 1; + color: var(--bs-badge-color); + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: var(--bs-badge-border-radius); +} +.badge:empty { + display: none; +} + +.btn .badge { + position: relative; + top: -1px; +} + +.alert { + --bs-alert-bg: transparent; + --bs-alert-padding-x: 1rem; + --bs-alert-padding-y: 1rem; + --bs-alert-margin-bottom: 1rem; + --bs-alert-color: inherit; + --bs-alert-border-color: transparent; + --bs-alert-border: 1px solid var(--bs-alert-border-color); + --bs-alert-border-radius: 0.375rem; + position: relative; + padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x); + margin-bottom: var(--bs-alert-margin-bottom); + color: var(--bs-alert-color); + background-color: var(--bs-alert-bg); + border: var(--bs-alert-border); + border-radius: var(--bs-alert-border-radius); +} + +.alert-heading { + color: inherit; +} + +.alert-link { + font-weight: 700; +} + +.alert-dismissible { + padding-right: 3rem; +} +.alert-dismissible .btn-close { + position: absolute; + top: 0; + right: 0; + z-index: 2; + padding: 1.25rem 1rem; +} + +.alert-primary { + --bs-alert-color: #084298; + --bs-alert-bg: #cfe2ff; + --bs-alert-border-color: #b6d4fe; +} +.alert-primary .alert-link { + color: #06357a; +} + +.alert-secondary { + --bs-alert-color: #41464b; + --bs-alert-bg: #e2e3e5; + --bs-alert-border-color: #d3d6d8; +} +.alert-secondary .alert-link { + color: #34383c; +} + +.alert-success { + --bs-alert-color: #0f5132; + --bs-alert-bg: #d1e7dd; + --bs-alert-border-color: #badbcc; +} +.alert-success .alert-link { + color: #0c4128; +} + +.alert-info { + --bs-alert-color: #055160; + --bs-alert-bg: #cff4fc; + --bs-alert-border-color: #b6effb; +} +.alert-info .alert-link { + color: #04414d; +} + +.alert-warning { + --bs-alert-color: #664d03; + --bs-alert-bg: #fff3cd; + --bs-alert-border-color: #ffecb5; +} +.alert-warning .alert-link { + color: #523e02; +} + +.alert-danger { + --bs-alert-color: #842029; + --bs-alert-bg: #f8d7da; + --bs-alert-border-color: #f5c2c7; +} +.alert-danger .alert-link { + color: #6a1a21; +} + +.alert-light { + --bs-alert-color: #636464; + --bs-alert-bg: #fefefe; + --bs-alert-border-color: #fdfdfe; +} +.alert-light .alert-link { + color: #4f5050; +} + +.alert-dark { + --bs-alert-color: #141619; + --bs-alert-bg: #d3d3d4; + --bs-alert-border-color: #bcbebf; +} +.alert-dark .alert-link { + color: #101214; +} + +@keyframes progress-bar-stripes { + 0% { + background-position-x: 1rem; + } +} +.progress { + --bs-progress-height: 1rem; + --bs-progress-font-size: 0.75rem; + --bs-progress-bg: #e9ecef; + --bs-progress-border-radius: 0.375rem; + --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); + --bs-progress-bar-color: #fff; + --bs-progress-bar-bg: #0d6efd; + --bs-progress-bar-transition: width 0.6s ease; + display: flex; + height: var(--bs-progress-height); + overflow: hidden; + font-size: var(--bs-progress-font-size); + background-color: var(--bs-progress-bg); + border-radius: var(--bs-progress-border-radius); +} + +.progress-bar { + display: flex; + flex-direction: column; + justify-content: center; + overflow: hidden; + color: var(--bs-progress-bar-color); + text-align: center; + white-space: nowrap; + background-color: var(--bs-progress-bar-bg); + transition: var(--bs-progress-bar-transition); +} +@media (prefers-reduced-motion: reduce) { + .progress-bar { + transition: none; + } +} + +.progress-bar-striped { + background-image: linear-gradient( + 45deg, + rgba(255, 255, 255, 0.15) 25%, + transparent 25%, + transparent 50%, + rgba(255, 255, 255, 0.15) 50%, + rgba(255, 255, 255, 0.15) 75%, + transparent 75%, + transparent + ); + background-size: var(--bs-progress-height) var(--bs-progress-height); +} + +.progress-bar-animated { + animation: 1s linear infinite progress-bar-stripes; +} +@media (prefers-reduced-motion: reduce) { + .progress-bar-animated { + animation: none; + } +} + +.list-group { + --bs-list-group-color: #212529; + --bs-list-group-bg: #fff; + --bs-list-group-border-color: rgba(0, 0, 0, 0.125); + --bs-list-group-border-width: 1px; + --bs-list-group-border-radius: 0.375rem; + --bs-list-group-item-padding-x: 1rem; + --bs-list-group-item-padding-y: 0.5rem; + --bs-list-group-action-color: #495057; + --bs-list-group-action-hover-color: #495057; + --bs-list-group-action-hover-bg: #f8f9fa; + --bs-list-group-action-active-color: #212529; + --bs-list-group-action-active-bg: #e9ecef; + --bs-list-group-disabled-color: #6c757d; + --bs-list-group-disabled-bg: #fff; + --bs-list-group-active-color: #fff; + --bs-list-group-active-bg: #0d6efd; + --bs-list-group-active-border-color: #0d6efd; + display: flex; + flex-direction: column; + padding-left: 0; + margin-bottom: 0; + border-radius: var(--bs-list-group-border-radius); +} + +.list-group-numbered { + list-style-type: none; + counter-reset: section; +} +.list-group-numbered > .list-group-item::before { + content: counters(section, '.') '. '; + counter-increment: section; +} + +.list-group-item-action { + width: 100%; + color: var(--bs-list-group-action-color); + text-align: inherit; +} +.list-group-item-action:hover, +.list-group-item-action:focus { + z-index: 1; + color: var(--bs-list-group-action-hover-color); + text-decoration: none; + background-color: var(--bs-list-group-action-hover-bg); +} +.list-group-item-action:active { + color: var(--bs-list-group-action-active-color); + background-color: var(--bs-list-group-action-active-bg); +} + +.list-group-item { + position: relative; + display: block; + padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x); + color: var(--bs-list-group-color); + text-decoration: none; + background-color: var(--bs-list-group-bg); + border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color); +} +.list-group-item:first-child { + border-top-left-radius: inherit; + border-top-right-radius: inherit; +} +.list-group-item:last-child { + border-bottom-right-radius: inherit; + border-bottom-left-radius: inherit; +} +.list-group-item.disabled, +.list-group-item:disabled { + color: var(--bs-list-group-disabled-color); + pointer-events: none; + background-color: var(--bs-list-group-disabled-bg); +} +.list-group-item.active { + z-index: 2; + color: var(--bs-list-group-active-color); + background-color: var(--bs-list-group-active-bg); + border-color: var(--bs-list-group-active-border-color); +} +.list-group-item + .list-group-item { + border-top-width: 0; +} +.list-group-item + .list-group-item.active { + margin-top: calc(-1 * var(--bs-list-group-border-width)); + border-top-width: var(--bs-list-group-border-width); +} + +.list-group-horizontal { + flex-direction: row; +} +.list-group-horizontal > .list-group-item:first-child:not(:last-child) { + border-bottom-left-radius: var(--bs-list-group-border-radius); + border-top-right-radius: 0; +} +.list-group-horizontal > .list-group-item:last-child:not(:first-child) { + border-top-right-radius: var(--bs-list-group-border-radius); + border-bottom-left-radius: 0; +} +.list-group-horizontal > .list-group-item.active { + margin-top: 0; +} +.list-group-horizontal > .list-group-item + .list-group-item { + border-top-width: var(--bs-list-group-border-width); + border-left-width: 0; +} +.list-group-horizontal > .list-group-item + .list-group-item.active { + margin-left: calc(-1 * var(--bs-list-group-border-width)); + border-left-width: var(--bs-list-group-border-width); +} + +@media (min-width: 576px) { + .list-group-horizontal-sm { + flex-direction: row; + } + .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) { + border-bottom-left-radius: var(--bs-list-group-border-radius); + border-top-right-radius: 0; + } + .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) { + border-top-right-radius: var(--bs-list-group-border-radius); + border-bottom-left-radius: 0; + } + .list-group-horizontal-sm > .list-group-item.active { + margin-top: 0; + } + .list-group-horizontal-sm > .list-group-item + .list-group-item { + border-top-width: var(--bs-list-group-border-width); + border-left-width: 0; + } + .list-group-horizontal-sm > .list-group-item + .list-group-item.active { + margin-left: calc(-1 * var(--bs-list-group-border-width)); + border-left-width: var(--bs-list-group-border-width); + } +} +@media (min-width: 768px) { + .list-group-horizontal-md { + flex-direction: row; + } + .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) { + border-bottom-left-radius: var(--bs-list-group-border-radius); + border-top-right-radius: 0; + } + .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) { + border-top-right-radius: var(--bs-list-group-border-radius); + border-bottom-left-radius: 0; + } + .list-group-horizontal-md > .list-group-item.active { + margin-top: 0; + } + .list-group-horizontal-md > .list-group-item + .list-group-item { + border-top-width: var(--bs-list-group-border-width); + border-left-width: 0; + } + .list-group-horizontal-md > .list-group-item + .list-group-item.active { + margin-left: calc(-1 * var(--bs-list-group-border-width)); + border-left-width: var(--bs-list-group-border-width); + } +} +@media (min-width: 992px) { + .list-group-horizontal-lg { + flex-direction: row; + } + .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) { + border-bottom-left-radius: var(--bs-list-group-border-radius); + border-top-right-radius: 0; + } + .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) { + border-top-right-radius: var(--bs-list-group-border-radius); + border-bottom-left-radius: 0; + } + .list-group-horizontal-lg > .list-group-item.active { + margin-top: 0; + } + .list-group-horizontal-lg > .list-group-item + .list-group-item { + border-top-width: var(--bs-list-group-border-width); + border-left-width: 0; + } + .list-group-horizontal-lg > .list-group-item + .list-group-item.active { + margin-left: calc(-1 * var(--bs-list-group-border-width)); + border-left-width: var(--bs-list-group-border-width); + } +} +@media (min-width: 1200px) { + .list-group-horizontal-xl { + flex-direction: row; + } + .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) { + border-bottom-left-radius: var(--bs-list-group-border-radius); + border-top-right-radius: 0; + } + .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) { + border-top-right-radius: var(--bs-list-group-border-radius); + border-bottom-left-radius: 0; + } + .list-group-horizontal-xl > .list-group-item.active { + margin-top: 0; + } + .list-group-horizontal-xl > .list-group-item + .list-group-item { + border-top-width: var(--bs-list-group-border-width); + border-left-width: 0; + } + .list-group-horizontal-xl > .list-group-item + .list-group-item.active { + margin-left: calc(-1 * var(--bs-list-group-border-width)); + border-left-width: var(--bs-list-group-border-width); + } +} +@media (min-width: 1400px) { + .list-group-horizontal-xxl { + flex-direction: row; + } + .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) { + border-bottom-left-radius: var(--bs-list-group-border-radius); + border-top-right-radius: 0; + } + .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) { + border-top-right-radius: var(--bs-list-group-border-radius); + border-bottom-left-radius: 0; + } + .list-group-horizontal-xxl > .list-group-item.active { + margin-top: 0; + } + .list-group-horizontal-xxl > .list-group-item + .list-group-item { + border-top-width: var(--bs-list-group-border-width); + border-left-width: 0; + } + .list-group-horizontal-xxl > .list-group-item + .list-group-item.active { + margin-left: calc(-1 * var(--bs-list-group-border-width)); + border-left-width: var(--bs-list-group-border-width); + } +} +.list-group-flush { + border-radius: 0; +} +.list-group-flush > .list-group-item { + border-width: 0 0 var(--bs-list-group-border-width); +} +.list-group-flush > .list-group-item:last-child { + border-bottom-width: 0; +} + +.list-group-item-primary { + color: #084298; + background-color: #cfe2ff; +} +.list-group-item-primary.list-group-item-action:hover, +.list-group-item-primary.list-group-item-action:focus { + color: #084298; + background-color: #bacbe6; +} +.list-group-item-primary.list-group-item-action.active { + color: #fff; + background-color: #084298; + border-color: #084298; +} + +.list-group-item-secondary { + color: #41464b; + background-color: #e2e3e5; +} +.list-group-item-secondary.list-group-item-action:hover, +.list-group-item-secondary.list-group-item-action:focus { + color: #41464b; + background-color: #cbccce; +} +.list-group-item-secondary.list-group-item-action.active { + color: #fff; + background-color: #41464b; + border-color: #41464b; +} + +.list-group-item-success { + color: #0f5132; + background-color: #d1e7dd; +} +.list-group-item-success.list-group-item-action:hover, +.list-group-item-success.list-group-item-action:focus { + color: #0f5132; + background-color: #bcd0c7; +} +.list-group-item-success.list-group-item-action.active { + color: #fff; + background-color: #0f5132; + border-color: #0f5132; +} + +.list-group-item-info { + color: #055160; + background-color: #cff4fc; +} +.list-group-item-info.list-group-item-action:hover, +.list-group-item-info.list-group-item-action:focus { + color: #055160; + background-color: #badce3; +} +.list-group-item-info.list-group-item-action.active { + color: #fff; + background-color: #055160; + border-color: #055160; +} + +.list-group-item-warning { + color: #664d03; + background-color: #fff3cd; +} +.list-group-item-warning.list-group-item-action:hover, +.list-group-item-warning.list-group-item-action:focus { + color: #664d03; + background-color: #e6dbb9; +} +.list-group-item-warning.list-group-item-action.active { + color: #fff; + background-color: #664d03; + border-color: #664d03; +} + +.list-group-item-danger { + color: #842029; + background-color: #f8d7da; +} +.list-group-item-danger.list-group-item-action:hover, +.list-group-item-danger.list-group-item-action:focus { + color: #842029; + background-color: #dfc2c4; +} +.list-group-item-danger.list-group-item-action.active { + color: #fff; + background-color: #842029; + border-color: #842029; +} + +.list-group-item-light { + color: #636464; + background-color: #fefefe; +} +.list-group-item-light.list-group-item-action:hover, +.list-group-item-light.list-group-item-action:focus { + color: #636464; + background-color: #e5e5e5; +} +.list-group-item-light.list-group-item-action.active { + color: #fff; + background-color: #636464; + border-color: #636464; +} + +.list-group-item-dark { + color: #141619; + background-color: #d3d3d4; +} +.list-group-item-dark.list-group-item-action:hover, +.list-group-item-dark.list-group-item-action:focus { + color: #141619; + background-color: #bebebf; +} +.list-group-item-dark.list-group-item-action.active { + color: #fff; + background-color: #141619; + border-color: #141619; +} + +.btn-close { + box-sizing: content-box; + width: 1em; + height: 1em; + padding: 0.25em 0.25em; + color: #000; + background: transparent + url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") + center/1em auto no-repeat; + border: 0; + border-radius: 0.375rem; + opacity: 0.5; +} +.btn-close:hover { + color: #000; + text-decoration: none; + opacity: 0.75; +} +.btn-close:focus { + outline: 0; + box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); + opacity: 1; +} +.btn-close:disabled, +.btn-close.disabled { + pointer-events: none; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + opacity: 0.25; +} + +.btn-close-white { + filter: invert(1) grayscale(100%) brightness(200%); +} + +.toast { + --bs-toast-zindex: 1090; + --bs-toast-padding-x: 0.75rem; + --bs-toast-padding-y: 0.5rem; + --bs-toast-spacing: 1.5rem; + --bs-toast-max-width: 350px; + --bs-toast-font-size: 0.875rem; + --bs-toast-color: ; + --bs-toast-bg: rgba(255, 255, 255, 0.85); + --bs-toast-border-width: 1px; + --bs-toast-border-color: var(--bs-border-color-translucent); + --bs-toast-border-radius: 0.375rem; + --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); + --bs-toast-header-color: #6c757d; + --bs-toast-header-bg: rgba(255, 255, 255, 0.85); + --bs-toast-header-border-color: rgba(0, 0, 0, 0.05); + width: var(--bs-toast-max-width); + max-width: 100%; + font-size: var(--bs-toast-font-size); + color: var(--bs-toast-color); + pointer-events: auto; + background-color: var(--bs-toast-bg); + background-clip: padding-box; + border: var(--bs-toast-border-width) solid var(--bs-toast-border-color); + box-shadow: var(--bs-toast-box-shadow); + border-radius: var(--bs-toast-border-radius); +} +.toast.showing { + opacity: 0; +} +.toast:not(.show) { + display: none; +} + +.toast-container { + --bs-toast-zindex: 1090; + position: absolute; + z-index: var(--bs-toast-zindex); + width: -moz-max-content; + width: max-content; + max-width: 100%; + pointer-events: none; +} +.toast-container > :not(:last-child) { + margin-bottom: var(--bs-toast-spacing); +} + +.toast-header { + display: flex; + align-items: center; + padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x); + color: var(--bs-toast-header-color); + background-color: var(--bs-toast-header-bg); + background-clip: padding-box; + border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color); + border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width)); + border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width)); +} +.toast-header .btn-close { + margin-right: calc(-0.5 * var(--bs-toast-padding-x)); + margin-left: var(--bs-toast-padding-x); +} + +.toast-body { + padding: var(--bs-toast-padding-x); + word-wrap: break-word; +} + +.modal { + --bs-modal-zindex: 1055; + --bs-modal-width: 500px; + --bs-modal-padding: 1rem; + --bs-modal-margin: 0.5rem; + --bs-modal-color: ; + --bs-modal-bg: #fff; + --bs-modal-border-color: var(--bs-border-color-translucent); + --bs-modal-border-width: 1px; + --bs-modal-border-radius: 0.5rem; + --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); + --bs-modal-inner-border-radius: calc(0.5rem - 1px); + --bs-modal-header-padding-x: 1rem; + --bs-modal-header-padding-y: 1rem; + --bs-modal-header-padding: 1rem 1rem; + --bs-modal-header-border-color: var(--bs-border-color); + --bs-modal-header-border-width: 1px; + --bs-modal-title-line-height: 1.5; + --bs-modal-footer-gap: 0.5rem; + --bs-modal-footer-bg: ; + --bs-modal-footer-border-color: var(--bs-border-color); + --bs-modal-footer-border-width: 1px; + position: fixed; + top: 0; + left: 0; + z-index: var(--bs-modal-zindex); + display: none; + width: 100%; + height: 100%; + overflow-x: hidden; + overflow-y: auto; + outline: 0; +} + +.modal-dialog { + position: relative; + width: auto; + margin: var(--bs-modal-margin); + pointer-events: none; +} +.modal.fade .modal-dialog { + transition: transform 0.3s ease-out; + transform: translate(0, -50px); +} +@media (prefers-reduced-motion: reduce) { + .modal.fade .modal-dialog { + transition: none; + } +} +.modal.show .modal-dialog { + transform: none; +} +.modal.modal-static .modal-dialog { + transform: scale(1.02); +} + +.modal-dialog-scrollable { + height: calc(100% - var(--bs-modal-margin) * 2); +} +.modal-dialog-scrollable .modal-content { + max-height: 100%; + overflow: hidden; +} +.modal-dialog-scrollable .modal-body { + overflow-y: auto; +} + +.modal-dialog-centered { + display: flex; + align-items: center; + min-height: calc(100% - var(--bs-modal-margin) * 2); +} + +.modal-content { + position: relative; + display: flex; + flex-direction: column; + width: 100%; + color: var(--bs-modal-color); + pointer-events: auto; + background-color: var(--bs-modal-bg); + background-clip: padding-box; + border: var(--bs-modal-border-width) solid var(--bs-modal-border-color); + border-radius: var(--bs-modal-border-radius); + outline: 0; +} + +.modal-backdrop { + --bs-backdrop-zindex: 1050; + --bs-backdrop-bg: #000; + --bs-backdrop-opacity: 0.5; + position: fixed; + top: 0; + left: 0; + z-index: var(--bs-backdrop-zindex); + width: 100vw; + height: 100vh; + background-color: var(--bs-backdrop-bg); +} +.modal-backdrop.fade { + opacity: 0; +} +.modal-backdrop.show { + opacity: var(--bs-backdrop-opacity); +} + +.modal-header { + display: flex; + flex-shrink: 0; + align-items: center; + justify-content: space-between; + padding: var(--bs-modal-header-padding); + border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color); + border-top-left-radius: var(--bs-modal-inner-border-radius); + border-top-right-radius: var(--bs-modal-inner-border-radius); +} +.modal-header .btn-close { + padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5); + margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) + calc(-0.5 * var(--bs-modal-header-padding-y)) auto; +} + +.modal-title { + margin-bottom: 0; + line-height: var(--bs-modal-title-line-height); +} + +.modal-body { + position: relative; + flex: 1 1 auto; + padding: var(--bs-modal-padding); +} + +.modal-footer { + display: flex; + flex-shrink: 0; + flex-wrap: wrap; + align-items: center; + justify-content: flex-end; + padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5); + background-color: var(--bs-modal-footer-bg); + border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color); + border-bottom-right-radius: var(--bs-modal-inner-border-radius); + border-bottom-left-radius: var(--bs-modal-inner-border-radius); +} +.modal-footer > * { + margin: calc(var(--bs-modal-footer-gap) * 0.5); +} + +@media (min-width: 576px) { + .modal { + --bs-modal-margin: 1.75rem; + --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); + } + .modal-dialog { + max-width: var(--bs-modal-width); + margin-right: auto; + margin-left: auto; + } + .modal-sm { + --bs-modal-width: 300px; + } +} +@media (min-width: 992px) { + .modal-lg, + .modal-xl { + --bs-modal-width: 800px; + } +} +@media (min-width: 1200px) { + .modal-xl { + --bs-modal-width: 1140px; + } +} +.modal-fullscreen { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; +} +.modal-fullscreen .modal-content { + height: 100%; + border: 0; + border-radius: 0; +} +.modal-fullscreen .modal-header, +.modal-fullscreen .modal-footer { + border-radius: 0; +} +.modal-fullscreen .modal-body { + overflow-y: auto; +} + +@media (max-width: 575.98px) { + .modal-fullscreen-sm-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; + } + .modal-fullscreen-sm-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; + } + .modal-fullscreen-sm-down .modal-header, + .modal-fullscreen-sm-down .modal-footer { + border-radius: 0; + } + .modal-fullscreen-sm-down .modal-body { + overflow-y: auto; + } +} +@media (max-width: 767.98px) { + .modal-fullscreen-md-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; + } + .modal-fullscreen-md-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; + } + .modal-fullscreen-md-down .modal-header, + .modal-fullscreen-md-down .modal-footer { + border-radius: 0; + } + .modal-fullscreen-md-down .modal-body { + overflow-y: auto; + } +} +@media (max-width: 991.98px) { + .modal-fullscreen-lg-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; + } + .modal-fullscreen-lg-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; + } + .modal-fullscreen-lg-down .modal-header, + .modal-fullscreen-lg-down .modal-footer { + border-radius: 0; + } + .modal-fullscreen-lg-down .modal-body { + overflow-y: auto; + } +} +@media (max-width: 1199.98px) { + .modal-fullscreen-xl-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; + } + .modal-fullscreen-xl-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; + } + .modal-fullscreen-xl-down .modal-header, + .modal-fullscreen-xl-down .modal-footer { + border-radius: 0; + } + .modal-fullscreen-xl-down .modal-body { + overflow-y: auto; + } +} +@media (max-width: 1399.98px) { + .modal-fullscreen-xxl-down { + width: 100vw; + max-width: none; + height: 100%; + margin: 0; + } + .modal-fullscreen-xxl-down .modal-content { + height: 100%; + border: 0; + border-radius: 0; + } + .modal-fullscreen-xxl-down .modal-header, + .modal-fullscreen-xxl-down .modal-footer { + border-radius: 0; + } + .modal-fullscreen-xxl-down .modal-body { + overflow-y: auto; + } +} +.tooltip { + --bs-tooltip-zindex: 1080; + --bs-tooltip-max-width: 200px; + --bs-tooltip-padding-x: 0.5rem; + --bs-tooltip-padding-y: 0.25rem; + --bs-tooltip-margin: ; + --bs-tooltip-font-size: 0.875rem; + --bs-tooltip-color: #fff; + --bs-tooltip-bg: #000; + --bs-tooltip-border-radius: 0.375rem; + --bs-tooltip-opacity: 0.9; + --bs-tooltip-arrow-width: 0.8rem; + --bs-tooltip-arrow-height: 0.4rem; + z-index: var(--bs-tooltip-zindex); + display: block; + padding: var(--bs-tooltip-arrow-height); + margin: var(--bs-tooltip-margin); + font-family: var(--bs-font-sans-serif); + font-style: normal; + font-weight: 400; + line-height: 1.5; + text-align: left; + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + letter-spacing: normal; + word-break: normal; + white-space: normal; + word-spacing: normal; + line-break: auto; + font-size: var(--bs-tooltip-font-size); + word-wrap: break-word; + opacity: 0; +} +.tooltip.show { + opacity: var(--bs-tooltip-opacity); +} +.tooltip .tooltip-arrow { + display: block; + width: var(--bs-tooltip-arrow-width); + height: var(--bs-tooltip-arrow-height); +} +.tooltip .tooltip-arrow::before { + position: absolute; + content: ''; + border-color: transparent; + border-style: solid; +} + +.bs-tooltip-top .tooltip-arrow, +.bs-tooltip-auto[data-popper-placement^='top'] .tooltip-arrow { + bottom: 0; +} +.bs-tooltip-top .tooltip-arrow::before, +.bs-tooltip-auto[data-popper-placement^='top'] .tooltip-arrow::before { + top: -1px; + border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0; + border-top-color: var(--bs-tooltip-bg); +} + +/* rtl:begin:ignore */ +.bs-tooltip-end .tooltip-arrow, +.bs-tooltip-auto[data-popper-placement^='right'] .tooltip-arrow { + left: 0; + width: var(--bs-tooltip-arrow-height); + height: var(--bs-tooltip-arrow-width); +} +.bs-tooltip-end .tooltip-arrow::before, +.bs-tooltip-auto[data-popper-placement^='right'] .tooltip-arrow::before { + right: -1px; + border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) + calc(var(--bs-tooltip-arrow-width) * 0.5) 0; + border-right-color: var(--bs-tooltip-bg); +} + +/* rtl:end:ignore */ +.bs-tooltip-bottom .tooltip-arrow, +.bs-tooltip-auto[data-popper-placement^='bottom'] .tooltip-arrow { + top: 0; +} +.bs-tooltip-bottom .tooltip-arrow::before, +.bs-tooltip-auto[data-popper-placement^='bottom'] .tooltip-arrow::before { + bottom: -1px; + border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height); + border-bottom-color: var(--bs-tooltip-bg); +} + +/* rtl:begin:ignore */ +.bs-tooltip-start .tooltip-arrow, +.bs-tooltip-auto[data-popper-placement^='left'] .tooltip-arrow { + right: 0; + width: var(--bs-tooltip-arrow-height); + height: var(--bs-tooltip-arrow-width); +} +.bs-tooltip-start .tooltip-arrow::before, +.bs-tooltip-auto[data-popper-placement^='left'] .tooltip-arrow::before { + left: -1px; + border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) + var(--bs-tooltip-arrow-height); + border-left-color: var(--bs-tooltip-bg); +} + +/* rtl:end:ignore */ +.tooltip-inner { + max-width: var(--bs-tooltip-max-width); + padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x); + color: var(--bs-tooltip-color); + text-align: center; + background-color: var(--bs-tooltip-bg); + border-radius: var(--bs-tooltip-border-radius); +} + +.popover { + --bs-popover-zindex: 1070; + --bs-popover-max-width: 276px; + --bs-popover-font-size: 0.875rem; + --bs-popover-bg: #fff; + --bs-popover-border-width: 1px; + --bs-popover-border-color: var(--bs-border-color-translucent); + --bs-popover-border-radius: 0.5rem; + --bs-popover-inner-border-radius: calc(0.5rem - 1px); + --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); + --bs-popover-header-padding-x: 1rem; + --bs-popover-header-padding-y: 0.5rem; + --bs-popover-header-font-size: 1rem; + --bs-popover-header-color: ; + --bs-popover-header-bg: #f0f0f0; + --bs-popover-body-padding-x: 1rem; + --bs-popover-body-padding-y: 1rem; + --bs-popover-body-color: #212529; + --bs-popover-arrow-width: 1rem; + --bs-popover-arrow-height: 0.5rem; + --bs-popover-arrow-border: var(--bs-popover-border-color); + z-index: var(--bs-popover-zindex); + display: block; + max-width: var(--bs-popover-max-width); + font-family: var(--bs-font-sans-serif); + font-style: normal; + font-weight: 400; + line-height: 1.5; + text-align: left; + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + letter-spacing: normal; + word-break: normal; + white-space: normal; + word-spacing: normal; + line-break: auto; + font-size: var(--bs-popover-font-size); + word-wrap: break-word; + background-color: var(--bs-popover-bg); + background-clip: padding-box; + border: var(--bs-popover-border-width) solid var(--bs-popover-border-color); + border-radius: var(--bs-popover-border-radius); +} +.popover .popover-arrow { + display: block; + width: var(--bs-popover-arrow-width); + height: var(--bs-popover-arrow-height); +} +.popover .popover-arrow::before, +.popover .popover-arrow::after { + position: absolute; + display: block; + content: ''; + border-color: transparent; + border-style: solid; + border-width: 0; +} + +.bs-popover-top > .popover-arrow, +.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow { + bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)); +} +.bs-popover-top > .popover-arrow::before, +.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::before, +.bs-popover-top > .popover-arrow::after, +.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::after { + border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0; +} +.bs-popover-top > .popover-arrow::before, +.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::before { + bottom: 0; + border-top-color: var(--bs-popover-arrow-border); +} +.bs-popover-top > .popover-arrow::after, +.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::after { + bottom: var(--bs-popover-border-width); + border-top-color: var(--bs-popover-bg); +} + +/* rtl:begin:ignore */ +.bs-popover-end > .popover-arrow, +.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow { + left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)); + width: var(--bs-popover-arrow-height); + height: var(--bs-popover-arrow-width); +} +.bs-popover-end > .popover-arrow::before, +.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::before, +.bs-popover-end > .popover-arrow::after, +.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::after { + border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) + calc(var(--bs-popover-arrow-width) * 0.5) 0; +} +.bs-popover-end > .popover-arrow::before, +.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::before { + left: 0; + border-right-color: var(--bs-popover-arrow-border); +} +.bs-popover-end > .popover-arrow::after, +.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow::after { + left: var(--bs-popover-border-width); + border-right-color: var(--bs-popover-bg); +} + +/* rtl:end:ignore */ +.bs-popover-bottom > .popover-arrow, +.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow { + top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)); +} +.bs-popover-bottom > .popover-arrow::before, +.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::before, +.bs-popover-bottom > .popover-arrow::after, +.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::after { + border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height); +} +.bs-popover-bottom > .popover-arrow::before, +.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::before { + top: 0; + border-bottom-color: var(--bs-popover-arrow-border); +} +.bs-popover-bottom > .popover-arrow::after, +.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow::after { + top: var(--bs-popover-border-width); + border-bottom-color: var(--bs-popover-bg); +} +.bs-popover-bottom .popover-header::before, +.bs-popover-auto[data-popper-placement^='bottom'] .popover-header::before { + position: absolute; + top: 0; + left: 50%; + display: block; + width: var(--bs-popover-arrow-width); + margin-left: calc(-0.5 * var(--bs-popover-arrow-width)); + content: ''; + border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg); +} + +/* rtl:begin:ignore */ +.bs-popover-start > .popover-arrow, +.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow { + right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)); + width: var(--bs-popover-arrow-height); + height: var(--bs-popover-arrow-width); +} +.bs-popover-start > .popover-arrow::before, +.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::before, +.bs-popover-start > .popover-arrow::after, +.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::after { + border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) + var(--bs-popover-arrow-height); +} +.bs-popover-start > .popover-arrow::before, +.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::before { + right: 0; + border-left-color: var(--bs-popover-arrow-border); +} +.bs-popover-start > .popover-arrow::after, +.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow::after { + right: var(--bs-popover-border-width); + border-left-color: var(--bs-popover-bg); +} + +/* rtl:end:ignore */ +.popover-header { + padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x); + margin-bottom: 0; + font-size: var(--bs-popover-header-font-size); + color: var(--bs-popover-header-color); + background-color: var(--bs-popover-header-bg); + border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color); + border-top-left-radius: var(--bs-popover-inner-border-radius); + border-top-right-radius: var(--bs-popover-inner-border-radius); +} +.popover-header:empty { + display: none; +} + +.popover-body { + padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x); + color: var(--bs-popover-body-color); +} + +.carousel { + position: relative; +} + +.carousel.pointer-event { + touch-action: pan-y; +} + +.carousel-inner { + position: relative; + width: 100%; + overflow: hidden; +} +.carousel-inner::after { + display: block; + clear: both; + content: ''; +} + +.carousel-item { + position: relative; + display: none; + float: left; + width: 100%; + margin-right: -100%; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + transition: transform 0.6s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .carousel-item { + transition: none; + } +} + +.carousel-item.active, +.carousel-item-next, +.carousel-item-prev { + display: block; +} + +.carousel-item-next:not(.carousel-item-start), +.active.carousel-item-end { + transform: translateX(100%); +} + +.carousel-item-prev:not(.carousel-item-end), +.active.carousel-item-start { + transform: translateX(-100%); +} + +.carousel-fade .carousel-item { + opacity: 0; + transition-property: opacity; + transform: none; +} +.carousel-fade .carousel-item.active, +.carousel-fade .carousel-item-next.carousel-item-start, +.carousel-fade .carousel-item-prev.carousel-item-end { + z-index: 1; + opacity: 1; +} +.carousel-fade .active.carousel-item-start, +.carousel-fade .active.carousel-item-end { + z-index: 0; + opacity: 0; + transition: opacity 0s 0.6s; +} +@media (prefers-reduced-motion: reduce) { + .carousel-fade .active.carousel-item-start, + .carousel-fade .active.carousel-item-end { + transition: none; + } +} + +.carousel-control-prev, +.carousel-control-next { + position: absolute; + top: 0; + bottom: 0; + z-index: 1; + display: flex; + align-items: center; + justify-content: center; + width: 15%; + padding: 0; + color: #fff; + text-align: center; + background: none; + border: 0; + opacity: 0.5; + transition: opacity 0.15s ease; +} +@media (prefers-reduced-motion: reduce) { + .carousel-control-prev, + .carousel-control-next { + transition: none; + } +} +.carousel-control-prev:hover, +.carousel-control-prev:focus, +.carousel-control-next:hover, +.carousel-control-next:focus { + color: #fff; + text-decoration: none; + outline: 0; + opacity: 0.9; +} + +.carousel-control-prev { + left: 0; +} + +.carousel-control-next { + right: 0; +} + +.carousel-control-prev-icon, +.carousel-control-next-icon { + display: inline-block; + width: 2rem; + height: 2rem; + background-repeat: no-repeat; + background-position: 50%; + background-size: 100% 100%; +} + +/* rtl:options: { + "autoRename": true, + "stringMap":[ { + "name" : "prev-next", + "search" : "prev", + "replace" : "next" + } ] +} */ +.carousel-control-prev-icon { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); +} + +.carousel-control-next-icon { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); +} + +.carousel-indicators { + position: absolute; + right: 0; + bottom: 0; + left: 0; + z-index: 2; + display: flex; + justify-content: center; + padding: 0; + margin-right: 15%; + margin-bottom: 1rem; + margin-left: 15%; + list-style: none; +} +.carousel-indicators [data-bs-target] { + box-sizing: content-box; + flex: 0 1 auto; + width: 30px; + height: 3px; + padding: 0; + margin-right: 3px; + margin-left: 3px; + text-indent: -999px; + cursor: pointer; + background-color: #fff; + background-clip: padding-box; + border: 0; + border-top: 10px solid transparent; + border-bottom: 10px solid transparent; + opacity: 0.5; + transition: opacity 0.6s ease; +} +@media (prefers-reduced-motion: reduce) { + .carousel-indicators [data-bs-target] { + transition: none; + } +} +.carousel-indicators .active { + opacity: 1; +} + +.carousel-caption { + position: absolute; + right: 15%; + bottom: 1.25rem; + left: 15%; + padding-top: 1.25rem; + padding-bottom: 1.25rem; + color: #fff; + text-align: center; +} + +.carousel-dark .carousel-control-prev-icon, +.carousel-dark .carousel-control-next-icon { + filter: invert(1) grayscale(100); +} +.carousel-dark .carousel-indicators [data-bs-target] { + background-color: #000; +} +.carousel-dark .carousel-caption { + color: #000; +} + +.spinner-grow, +.spinner-border { + display: inline-block; + width: var(--bs-spinner-width); + height: var(--bs-spinner-height); + vertical-align: var(--bs-spinner-vertical-align); + border-radius: 50%; + animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name); +} + +@keyframes spinner-border { + to { + transform: rotate(360deg) /* rtl:ignore */; + } +} +.spinner-border { + --bs-spinner-width: 2rem; + --bs-spinner-height: 2rem; + --bs-spinner-vertical-align: -0.125em; + --bs-spinner-border-width: 0.25em; + --bs-spinner-animation-speed: 0.75s; + --bs-spinner-animation-name: spinner-border; + border: var(--bs-spinner-border-width) solid currentcolor; + border-right-color: transparent; +} + +.spinner-border-sm { + --bs-spinner-width: 1rem; + --bs-spinner-height: 1rem; + --bs-spinner-border-width: 0.2em; +} + +@keyframes spinner-grow { + 0% { + transform: scale(0); + } + 50% { + opacity: 1; + transform: none; + } +} +.spinner-grow { + --bs-spinner-width: 2rem; + --bs-spinner-height: 2rem; + --bs-spinner-vertical-align: -0.125em; + --bs-spinner-animation-speed: 0.75s; + --bs-spinner-animation-name: spinner-grow; + background-color: currentcolor; + opacity: 0; +} + +.spinner-grow-sm { + --bs-spinner-width: 1rem; + --bs-spinner-height: 1rem; +} + +@media (prefers-reduced-motion: reduce) { + .spinner-border, + .spinner-grow { + --bs-spinner-animation-speed: 1.5s; + } +} +.offcanvas, +.offcanvas-xxl, +.offcanvas-xl, +.offcanvas-lg, +.offcanvas-md, +.offcanvas-sm { + --bs-offcanvas-zindex: 1045; + --bs-offcanvas-width: 400px; + --bs-offcanvas-height: 30vh; + --bs-offcanvas-padding-x: 1rem; + --bs-offcanvas-padding-y: 1rem; + --bs-offcanvas-color: ; + --bs-offcanvas-bg: #fff; + --bs-offcanvas-border-width: 1px; + --bs-offcanvas-border-color: var(--bs-border-color-translucent); + --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); +} + +@media (max-width: 575.98px) { + .offcanvas-sm { + position: fixed; + bottom: 0; + z-index: var(--bs-offcanvas-zindex); + display: flex; + flex-direction: column; + max-width: 100%; + color: var(--bs-offcanvas-color); + visibility: hidden; + background-color: var(--bs-offcanvas-bg); + background-clip: padding-box; + outline: 0; + transition: transform 0.3s ease-in-out; + } +} +@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) { + .offcanvas-sm { + transition: none; + } +} +@media (max-width: 575.98px) { + .offcanvas-sm.offcanvas-start { + top: 0; + left: 0; + width: var(--bs-offcanvas-width); + border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color); + transform: translateX(-100%); + } +} +@media (max-width: 575.98px) { + .offcanvas-sm.offcanvas-end { + top: 0; + right: 0; + width: var(--bs-offcanvas-width); + border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color); + transform: translateX(100%); + } +} +@media (max-width: 575.98px) { + .offcanvas-sm.offcanvas-top { + top: 0; + right: 0; + left: 0; + height: var(--bs-offcanvas-height); + max-height: 100%; + border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color); + transform: translateY(-100%); + } +} +@media (max-width: 575.98px) { + .offcanvas-sm.offcanvas-bottom { + right: 0; + left: 0; + height: var(--bs-offcanvas-height); + max-height: 100%; + border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color); + transform: translateY(100%); + } +} +@media (max-width: 575.98px) { + .offcanvas-sm.showing, + .offcanvas-sm.show:not(.hiding) { + transform: none; + } +} +@media (max-width: 575.98px) { + .offcanvas-sm.showing, + .offcanvas-sm.hiding, + .offcanvas-sm.show { + visibility: visible; + } +} +@media (min-width: 576px) { + .offcanvas-sm { + --bs-offcanvas-height: auto; + --bs-offcanvas-border-width: 0; + background-color: transparent !important; + } + .offcanvas-sm .offcanvas-header { + display: none; + } + .offcanvas-sm .offcanvas-body { + display: flex; + flex-grow: 0; + padding: 0; + overflow-y: visible; + background-color: transparent !important; + } +} + +@media (max-width: 767.98px) { + .offcanvas-md { + position: fixed; + bottom: 0; + z-index: var(--bs-offcanvas-zindex); + display: flex; + flex-direction: column; + max-width: 100%; + color: var(--bs-offcanvas-color); + visibility: hidden; + background-color: var(--bs-offcanvas-bg); + background-clip: padding-box; + outline: 0; + transition: transform 0.3s ease-in-out; + } +} +@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) { + .offcanvas-md { + transition: none; + } +} +@media (max-width: 767.98px) { + .offcanvas-md.offcanvas-start { + top: 0; + left: 0; + width: var(--bs-offcanvas-width); + border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color); + transform: translateX(-100%); + } +} +@media (max-width: 767.98px) { + .offcanvas-md.offcanvas-end { + top: 0; + right: 0; + width: var(--bs-offcanvas-width); + border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color); + transform: translateX(100%); + } +} +@media (max-width: 767.98px) { + .offcanvas-md.offcanvas-top { + top: 0; + right: 0; + left: 0; + height: var(--bs-offcanvas-height); + max-height: 100%; + border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color); + transform: translateY(-100%); + } +} +@media (max-width: 767.98px) { + .offcanvas-md.offcanvas-bottom { + right: 0; + left: 0; + height: var(--bs-offcanvas-height); + max-height: 100%; + border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color); + transform: translateY(100%); + } +} +@media (max-width: 767.98px) { + .offcanvas-md.showing, + .offcanvas-md.show:not(.hiding) { + transform: none; + } +} +@media (max-width: 767.98px) { + .offcanvas-md.showing, + .offcanvas-md.hiding, + .offcanvas-md.show { + visibility: visible; + } +} +@media (min-width: 768px) { + .offcanvas-md { + --bs-offcanvas-height: auto; + --bs-offcanvas-border-width: 0; + background-color: transparent !important; + } + .offcanvas-md .offcanvas-header { + display: none; + } + .offcanvas-md .offcanvas-body { + display: flex; + flex-grow: 0; + padding: 0; + overflow-y: visible; + background-color: transparent !important; + } +} + +@media (max-width: 991.98px) { + .offcanvas-lg { + position: fixed; + bottom: 0; + z-index: var(--bs-offcanvas-zindex); + display: flex; + flex-direction: column; + max-width: 100%; + color: var(--bs-offcanvas-color); + visibility: hidden; + background-color: var(--bs-offcanvas-bg); + background-clip: padding-box; + outline: 0; + transition: transform 0.3s ease-in-out; + } +} +@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) { + .offcanvas-lg { + transition: none; + } +} +@media (max-width: 991.98px) { + .offcanvas-lg.offcanvas-start { + top: 0; + left: 0; + width: var(--bs-offcanvas-width); + border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color); + transform: translateX(-100%); + } +} +@media (max-width: 991.98px) { + .offcanvas-lg.offcanvas-end { + top: 0; + right: 0; + width: var(--bs-offcanvas-width); + border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color); + transform: translateX(100%); + } +} +@media (max-width: 991.98px) { + .offcanvas-lg.offcanvas-top { + top: 0; + right: 0; + left: 0; + height: var(--bs-offcanvas-height); + max-height: 100%; + border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color); + transform: translateY(-100%); + } +} +@media (max-width: 991.98px) { + .offcanvas-lg.offcanvas-bottom { + right: 0; + left: 0; + height: var(--bs-offcanvas-height); + max-height: 100%; + border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color); + transform: translateY(100%); + } +} +@media (max-width: 991.98px) { + .offcanvas-lg.showing, + .offcanvas-lg.show:not(.hiding) { + transform: none; + } +} +@media (max-width: 991.98px) { + .offcanvas-lg.showing, + .offcanvas-lg.hiding, + .offcanvas-lg.show { + visibility: visible; + } +} +@media (min-width: 992px) { + .offcanvas-lg { + --bs-offcanvas-height: auto; + --bs-offcanvas-border-width: 0; + background-color: transparent !important; + } + .offcanvas-lg .offcanvas-header { + display: none; + } + .offcanvas-lg .offcanvas-body { + display: flex; + flex-grow: 0; + padding: 0; + overflow-y: visible; + background-color: transparent !important; + } +} + +@media (max-width: 1199.98px) { + .offcanvas-xl { + position: fixed; + bottom: 0; + z-index: var(--bs-offcanvas-zindex); + display: flex; + flex-direction: column; + max-width: 100%; + color: var(--bs-offcanvas-color); + visibility: hidden; + background-color: var(--bs-offcanvas-bg); + background-clip: padding-box; + outline: 0; + transition: transform 0.3s ease-in-out; + } +} +@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) { + .offcanvas-xl { + transition: none; + } +} +@media (max-width: 1199.98px) { + .offcanvas-xl.offcanvas-start { + top: 0; + left: 0; + width: var(--bs-offcanvas-width); + border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color); + transform: translateX(-100%); + } +} +@media (max-width: 1199.98px) { + .offcanvas-xl.offcanvas-end { + top: 0; + right: 0; + width: var(--bs-offcanvas-width); + border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color); + transform: translateX(100%); + } +} +@media (max-width: 1199.98px) { + .offcanvas-xl.offcanvas-top { + top: 0; + right: 0; + left: 0; + height: var(--bs-offcanvas-height); + max-height: 100%; + border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color); + transform: translateY(-100%); + } +} +@media (max-width: 1199.98px) { + .offcanvas-xl.offcanvas-bottom { + right: 0; + left: 0; + height: var(--bs-offcanvas-height); + max-height: 100%; + border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color); + transform: translateY(100%); + } +} +@media (max-width: 1199.98px) { + .offcanvas-xl.showing, + .offcanvas-xl.show:not(.hiding) { + transform: none; + } +} +@media (max-width: 1199.98px) { + .offcanvas-xl.showing, + .offcanvas-xl.hiding, + .offcanvas-xl.show { + visibility: visible; + } +} +@media (min-width: 1200px) { + .offcanvas-xl { + --bs-offcanvas-height: auto; + --bs-offcanvas-border-width: 0; + background-color: transparent !important; + } + .offcanvas-xl .offcanvas-header { + display: none; + } + .offcanvas-xl .offcanvas-body { + display: flex; + flex-grow: 0; + padding: 0; + overflow-y: visible; + background-color: transparent !important; + } +} + +@media (max-width: 1399.98px) { + .offcanvas-xxl { + position: fixed; + bottom: 0; + z-index: var(--bs-offcanvas-zindex); + display: flex; + flex-direction: column; + max-width: 100%; + color: var(--bs-offcanvas-color); + visibility: hidden; + background-color: var(--bs-offcanvas-bg); + background-clip: padding-box; + outline: 0; + transition: transform 0.3s ease-in-out; + } +} +@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) { + .offcanvas-xxl { + transition: none; + } +} +@media (max-width: 1399.98px) { + .offcanvas-xxl.offcanvas-start { + top: 0; + left: 0; + width: var(--bs-offcanvas-width); + border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color); + transform: translateX(-100%); + } +} +@media (max-width: 1399.98px) { + .offcanvas-xxl.offcanvas-end { + top: 0; + right: 0; + width: var(--bs-offcanvas-width); + border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color); + transform: translateX(100%); + } +} +@media (max-width: 1399.98px) { + .offcanvas-xxl.offcanvas-top { + top: 0; + right: 0; + left: 0; + height: var(--bs-offcanvas-height); + max-height: 100%; + border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color); + transform: translateY(-100%); + } +} +@media (max-width: 1399.98px) { + .offcanvas-xxl.offcanvas-bottom { + right: 0; + left: 0; + height: var(--bs-offcanvas-height); + max-height: 100%; + border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color); + transform: translateY(100%); + } +} +@media (max-width: 1399.98px) { + .offcanvas-xxl.showing, + .offcanvas-xxl.show:not(.hiding) { + transform: none; + } +} +@media (max-width: 1399.98px) { + .offcanvas-xxl.showing, + .offcanvas-xxl.hiding, + .offcanvas-xxl.show { + visibility: visible; + } +} +@media (min-width: 1400px) { + .offcanvas-xxl { + --bs-offcanvas-height: auto; + --bs-offcanvas-border-width: 0; + background-color: transparent !important; + } + .offcanvas-xxl .offcanvas-header { + display: none; + } + .offcanvas-xxl .offcanvas-body { + display: flex; + flex-grow: 0; + padding: 0; + overflow-y: visible; + background-color: transparent !important; + } +} + +.offcanvas { + position: fixed; + bottom: 0; + z-index: var(--bs-offcanvas-zindex); + display: flex; + flex-direction: column; + max-width: 100%; + color: var(--bs-offcanvas-color); + visibility: hidden; + background-color: var(--bs-offcanvas-bg); + background-clip: padding-box; + outline: 0; + transition: transform 0.3s ease-in-out; +} +@media (prefers-reduced-motion: reduce) { + .offcanvas { + transition: none; + } +} +.offcanvas.offcanvas-start { + top: 0; + left: 0; + width: var(--bs-offcanvas-width); + border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color); + transform: translateX(-100%); +} +.offcanvas.offcanvas-end { + top: 0; + right: 0; + width: var(--bs-offcanvas-width); + border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color); + transform: translateX(100%); +} +.offcanvas.offcanvas-top { + top: 0; + right: 0; + left: 0; + height: var(--bs-offcanvas-height); + max-height: 100%; + border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color); + transform: translateY(-100%); +} +.offcanvas.offcanvas-bottom { + right: 0; + left: 0; + height: var(--bs-offcanvas-height); + max-height: 100%; + border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color); + transform: translateY(100%); +} +.offcanvas.showing, +.offcanvas.show:not(.hiding) { + transform: none; +} +.offcanvas.showing, +.offcanvas.hiding, +.offcanvas.show { + visibility: visible; +} + +.offcanvas-backdrop { + position: fixed; + top: 0; + left: 0; + z-index: 1040; + width: 100vw; + height: 100vh; + background-color: #000; +} +.offcanvas-backdrop.fade { + opacity: 0; +} +.offcanvas-backdrop.show { + opacity: 0.5; +} + +.offcanvas-header { + display: flex; + align-items: center; + justify-content: space-between; + padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x); +} +.offcanvas-header .btn-close { + padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5); + margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y)); + margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x)); + margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y)); +} + +.offcanvas-title { + margin-bottom: 0; + line-height: 1.5; +} + +.offcanvas-body { + flex-grow: 1; + padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x); + overflow-y: auto; +} + +.placeholder { + display: inline-block; + min-height: 1em; + vertical-align: middle; + cursor: wait; + background-color: currentcolor; + opacity: 0.5; +} +.placeholder.btn::before { + display: inline-block; + content: ''; +} + +.placeholder-xs { + min-height: 0.6em; +} + +.placeholder-sm { + min-height: 0.8em; +} + +.placeholder-lg { + min-height: 1.2em; +} + +.placeholder-glow .placeholder { + animation: placeholder-glow 2s ease-in-out infinite; +} + +@keyframes placeholder-glow { + 50% { + opacity: 0.2; + } +} +.placeholder-wave { + -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%); + mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%); + -webkit-mask-size: 200% 100%; + mask-size: 200% 100%; + animation: placeholder-wave 2s linear infinite; +} + +@keyframes placeholder-wave { + 100% { + -webkit-mask-position: -200% 0%; + mask-position: -200% 0%; + } +} +.clearfix::after { + display: block; + clear: both; + content: ''; +} + +.text-bg-primary { + color: #fff !important; + background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important; +} + +.text-bg-secondary { + color: #fff !important; + background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important; +} + +.text-bg-success { + color: #fff !important; + background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important; +} + +.text-bg-info { + color: #000 !important; + background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important; +} + +.text-bg-warning { + color: #000 !important; + background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important; +} + +.text-bg-danger { + color: #fff !important; + background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important; +} + +.text-bg-light { + color: #000 !important; + background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important; +} + +.text-bg-dark { + color: #fff !important; + background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important; +} + +.link-primary { + color: #0d6efd !important; +} +.link-primary:hover, +.link-primary:focus { + color: #0a58ca !important; +} + +.link-secondary { + color: #6c757d !important; +} +.link-secondary:hover, +.link-secondary:focus { + color: #565e64 !important; +} + +.link-success { + color: #198754 !important; +} +.link-success:hover, +.link-success:focus { + color: #146c43 !important; +} + +.link-info { + color: #0dcaf0 !important; +} +.link-info:hover, +.link-info:focus { + color: #3dd5f3 !important; +} + +.link-warning { + color: #ffc107 !important; +} +.link-warning:hover, +.link-warning:focus { + color: #ffcd39 !important; +} + +.link-danger { + color: #dc3545 !important; +} +.link-danger:hover, +.link-danger:focus { + color: #b02a37 !important; +} + +.link-light { + color: #f8f9fa !important; +} +.link-light:hover, +.link-light:focus { + color: #f9fafb !important; +} + +.link-dark { + color: #212529 !important; +} +.link-dark:hover, +.link-dark:focus { + color: #1a1e21 !important; +} + +.ratio { + position: relative; + width: 100%; +} +.ratio::before { + display: block; + padding-top: var(--bs-aspect-ratio); + content: ''; +} +.ratio > * { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; +} + +.ratio-1x1 { + --bs-aspect-ratio: 100%; +} + +.ratio-4x3 { + --bs-aspect-ratio: 75%; +} + +.ratio-16x9 { + --bs-aspect-ratio: 56.25%; +} + +.ratio-21x9 { + --bs-aspect-ratio: 42.8571428571%; +} + +.fixed-top { + position: fixed; + top: 0; + right: 0; + left: 0; + z-index: 1030; +} + +.fixed-bottom { + position: fixed; + right: 0; + bottom: 0; + left: 0; + z-index: 1030; +} + +.sticky-top { + position: sticky; + top: 0; + z-index: 1020; +} + +.sticky-bottom { + position: sticky; + bottom: 0; + z-index: 1020; +} + +@media (min-width: 576px) { + .sticky-sm-top { + position: sticky; + top: 0; + z-index: 1020; + } + .sticky-sm-bottom { + position: sticky; + bottom: 0; + z-index: 1020; + } +} +@media (min-width: 768px) { + .sticky-md-top { + position: sticky; + top: 0; + z-index: 1020; + } + .sticky-md-bottom { + position: sticky; + bottom: 0; + z-index: 1020; + } +} +@media (min-width: 992px) { + .sticky-lg-top { + position: sticky; + top: 0; + z-index: 1020; + } + .sticky-lg-bottom { + position: sticky; + bottom: 0; + z-index: 1020; + } +} +@media (min-width: 1200px) { + .sticky-xl-top { + position: sticky; + top: 0; + z-index: 1020; + } + .sticky-xl-bottom { + position: sticky; + bottom: 0; + z-index: 1020; + } +} +@media (min-width: 1400px) { + .sticky-xxl-top { + position: sticky; + top: 0; + z-index: 1020; + } + .sticky-xxl-bottom { + position: sticky; + bottom: 0; + z-index: 1020; + } +} +.hstack { + display: flex; + flex-direction: row; + align-items: center; + align-self: stretch; +} + +.vstack { + display: flex; + flex: 1 1 auto; + flex-direction: column; + align-self: stretch; +} + +.visually-hidden, +.visually-hidden-focusable:not(:focus):not(:focus-within) { + position: absolute !important; + width: 1px !important; + height: 1px !important; + padding: 0 !important; + margin: -1px !important; + overflow: hidden !important; + clip: rect(0, 0, 0, 0) !important; + white-space: nowrap !important; + border: 0 !important; +} + +.stretched-link::after { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1; + content: ''; +} + +.text-truncate { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.vr { + display: inline-block; + align-self: stretch; + width: 1px; + min-height: 1em; + background-color: currentcolor; + opacity: 0.25; +} + +.align-baseline { + vertical-align: baseline !important; +} + +.align-top { + vertical-align: top !important; +} + +.align-middle { + vertical-align: middle !important; +} + +.align-bottom { + vertical-align: bottom !important; +} + +.align-text-bottom { + vertical-align: text-bottom !important; +} + +.align-text-top { + vertical-align: text-top !important; +} + +.float-start { + float: left !important; +} + +.float-end { + float: right !important; +} + +.float-none { + float: none !important; +} + +.opacity-0 { + opacity: 0 !important; +} + +.opacity-25 { + opacity: 0.25 !important; +} + +.opacity-50 { + opacity: 0.5 !important; +} + +.opacity-75 { + opacity: 0.75 !important; +} + +.opacity-100 { + opacity: 1 !important; +} + +.overflow-auto { + overflow: auto !important; +} + +.overflow-hidden { + overflow: hidden !important; +} + +.overflow-visible { + overflow: visible !important; +} + +.overflow-scroll { + overflow: scroll !important; +} + +.d-inline { + display: inline !important; +} + +.d-inline-block { + display: inline-block !important; +} + +.d-block { + display: block !important; +} + +.d-grid { + display: grid !important; +} + +.d-table { + display: table !important; +} + +.d-table-row { + display: table-row !important; +} + +.d-table-cell { + display: table-cell !important; +} + +.d-flex { + display: flex !important; +} + +.d-inline-flex { + display: inline-flex !important; +} + +.d-none { + display: none !important; +} + +.shadow { + box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; +} + +.shadow-sm { + box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; +} + +.shadow-lg { + box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; +} + +.shadow-none { + box-shadow: none !important; +} + +.position-static { + position: static !important; +} + +.position-relative { + position: relative !important; +} + +.position-absolute { + position: absolute !important; +} + +.position-fixed { + position: fixed !important; +} + +.position-sticky { + position: sticky !important; +} + +.top-0 { + top: 0 !important; +} + +.top-50 { + top: 50% !important; +} + +.top-100 { + top: 100% !important; +} + +.bottom-0 { + bottom: 0 !important; +} + +.bottom-50 { + bottom: 50% !important; +} + +.bottom-100 { + bottom: 100% !important; +} + +.start-0 { + left: 0 !important; +} + +.start-50 { + left: 50% !important; +} + +.start-100 { + left: 100% !important; +} + +.end-0 { + right: 0 !important; +} + +.end-50 { + right: 50% !important; +} + +.end-100 { + right: 100% !important; +} + +.translate-middle { + transform: translate(-50%, -50%) !important; +} + +.translate-middle-x { + transform: translateX(-50%) !important; +} + +.translate-middle-y { + transform: translateY(-50%) !important; +} + +.border { + border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; +} + +.border-0 { + border: 0 !important; +} + +.border-top { + border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; +} + +.border-top-0 { + border-top: 0 !important; +} + +.border-end { + border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; +} + +.border-end-0 { + border-right: 0 !important; +} + +.border-bottom { + border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; +} + +.border-bottom-0 { + border-bottom: 0 !important; +} + +.border-start { + border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; +} + +.border-start-0 { + border-left: 0 !important; +} + +.border-primary { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important; +} + +.border-secondary { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important; +} + +.border-success { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important; +} + +.border-info { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important; +} + +.border-warning { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important; +} + +.border-danger { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important; +} + +.border-light { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important; +} + +.border-dark { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important; +} + +.border-white { + --bs-border-opacity: 1; + border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important; +} + +.border-1 { + --bs-border-width: 1px; +} + +.border-2 { + --bs-border-width: 2px; +} + +.border-3 { + --bs-border-width: 3px; +} + +.border-4 { + --bs-border-width: 4px; +} + +.border-5 { + --bs-border-width: 5px; +} + +.border-opacity-10 { + --bs-border-opacity: 0.1; +} + +.border-opacity-25 { + --bs-border-opacity: 0.25; +} + +.border-opacity-50 { + --bs-border-opacity: 0.5; +} + +.border-opacity-75 { + --bs-border-opacity: 0.75; +} + +.border-opacity-100 { + --bs-border-opacity: 1; +} + +.w-25 { + width: 25% !important; +} + +.w-50 { + width: 50% !important; +} + +.w-75 { + width: 75% !important; +} + +.w-100 { + width: 100% !important; +} + +.w-auto { + width: auto !important; +} + +.mw-100 { + max-width: 100% !important; +} + +.vw-100 { + width: 100vw !important; +} + +.min-vw-100 { + min-width: 100vw !important; +} + +.h-25 { + height: 25% !important; +} + +.h-50 { + height: 50% !important; +} + +.h-75 { + height: 75% !important; +} + +.h-100 { + height: 100% !important; +} + +.h-auto { + height: auto !important; +} + +.mh-100 { + max-height: 100% !important; +} + +.vh-100 { + height: 100vh !important; +} + +.min-vh-100 { + min-height: 100vh !important; +} + +.flex-fill { + flex: 1 1 auto !important; +} + +.flex-row { + flex-direction: row !important; +} + +.flex-column { + flex-direction: column !important; +} + +.flex-row-reverse { + flex-direction: row-reverse !important; +} + +.flex-column-reverse { + flex-direction: column-reverse !important; +} + +.flex-grow-0 { + flex-grow: 0 !important; +} + +.flex-grow-1 { + flex-grow: 1 !important; +} + +.flex-shrink-0 { + flex-shrink: 0 !important; +} + +.flex-shrink-1 { + flex-shrink: 1 !important; +} + +.flex-wrap { + flex-wrap: wrap !important; +} + +.flex-nowrap { + flex-wrap: nowrap !important; +} + +.flex-wrap-reverse { + flex-wrap: wrap-reverse !important; +} + +.justify-content-start { + justify-content: flex-start !important; +} + +.justify-content-end { + justify-content: flex-end !important; +} + +.justify-content-center { + justify-content: center !important; +} + +.justify-content-between { + justify-content: space-between !important; +} + +.justify-content-around { + justify-content: space-around !important; +} + +.justify-content-evenly { + justify-content: space-evenly !important; +} + +.align-items-start { + align-items: flex-start !important; +} + +.align-items-end { + align-items: flex-end !important; +} + +.align-items-center { + align-items: center !important; +} + +.align-items-baseline { + align-items: baseline !important; +} + +.align-items-stretch { + align-items: stretch !important; +} + +.align-content-start { + align-content: flex-start !important; +} + +.align-content-end { + align-content: flex-end !important; +} + +.align-content-center { + align-content: center !important; +} + +.align-content-between { + align-content: space-between !important; +} + +.align-content-around { + align-content: space-around !important; +} + +.align-content-stretch { + align-content: stretch !important; +} + +.align-self-auto { + align-self: auto !important; +} + +.align-self-start { + align-self: flex-start !important; +} + +.align-self-end { + align-self: flex-end !important; +} + +.align-self-center { + align-self: center !important; +} + +.align-self-baseline { + align-self: baseline !important; +} + +.align-self-stretch { + align-self: stretch !important; +} + +.order-first { + order: -1 !important; +} + +.order-0 { + order: 0 !important; +} + +.order-1 { + order: 1 !important; +} + +.order-2 { + order: 2 !important; +} + +.order-3 { + order: 3 !important; +} + +.order-4 { + order: 4 !important; +} + +.order-5 { + order: 5 !important; +} + +.order-last { + order: 6 !important; +} + +.m-20 { + margin: 5rem !important; +} + +.m-19 { + margin: 4.75rem !important; +} + +.m-18 { + margin: 4.5rem !important; +} + +.m-17 { + margin: 4.25rem !important; +} + +.m-16 { + margin: 4rem !important; +} + +.m-15 { + margin: 3.75rem !important; +} + +.m-14 { + margin: 3.5rem !important; +} + +.m-13 { + margin: 3.25rem !important; +} + +.m-12 { + margin: 3rem !important; +} + +.m-11 { + margin: 2.75rem !important; +} + +.m-10 { + margin: 2.5rem !important; +} + +.m-9 { + margin: 2.25rem !important; +} + +.m-8 { + margin: 2rem !important; +} + +.m-7 { + margin: 1.75rem !important; +} + +.m-6 { + margin: 1.5rem !important; +} + +.m-5 { + margin: 1.25rem !important; +} + +.m-4 { + margin: 1rem !important; +} + +.m-3 { + margin: 0.75rem !important; +} + +.m-2 { + margin: 0.5rem !important; +} + +.m-1 { + margin: 0.25rem !important; +} + +.m-0 { + margin: 0 !important; +} + +.m-auto { + margin: auto !important; +} + +.mx-20 { + margin-right: 5rem !important; + margin-left: 5rem !important; +} + +.mx-19 { + margin-right: 4.75rem !important; + margin-left: 4.75rem !important; +} + +.mx-18 { + margin-right: 4.5rem !important; + margin-left: 4.5rem !important; +} + +.mx-17 { + margin-right: 4.25rem !important; + margin-left: 4.25rem !important; +} + +.mx-16 { + margin-right: 4rem !important; + margin-left: 4rem !important; +} + +.mx-15 { + margin-right: 3.75rem !important; + margin-left: 3.75rem !important; +} + +.mx-14 { + margin-right: 3.5rem !important; + margin-left: 3.5rem !important; +} + +.mx-13 { + margin-right: 3.25rem !important; + margin-left: 3.25rem !important; +} + +.mx-12 { + margin-right: 3rem !important; + margin-left: 3rem !important; +} + +.mx-11 { + margin-right: 2.75rem !important; + margin-left: 2.75rem !important; +} + +.mx-10 { + margin-right: 2.5rem !important; + margin-left: 2.5rem !important; +} + +.mx-9 { + margin-right: 2.25rem !important; + margin-left: 2.25rem !important; +} + +.mx-8 { + margin-right: 2rem !important; + margin-left: 2rem !important; +} + +.mx-7 { + margin-right: 1.75rem !important; + margin-left: 1.75rem !important; +} + +.mx-6 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; +} + +.mx-5 { + margin-right: 1.25rem !important; + margin-left: 1.25rem !important; +} + +.mx-4 { + margin-right: 1rem !important; + margin-left: 1rem !important; +} + +.mx-3 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; +} + +.mx-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; +} + +.mx-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; +} + +.mx-0 { + margin-right: 0 !important; + margin-left: 0 !important; +} + +.mx-auto { + margin-right: auto !important; + margin-left: auto !important; +} + +.my-20 { + margin-top: 5rem !important; + margin-bottom: 5rem !important; +} + +.my-19 { + margin-top: 4.75rem !important; + margin-bottom: 4.75rem !important; +} + +.my-18 { + margin-top: 4.5rem !important; + margin-bottom: 4.5rem !important; +} + +.my-17 { + margin-top: 4.25rem !important; + margin-bottom: 4.25rem !important; +} + +.my-16 { + margin-top: 4rem !important; + margin-bottom: 4rem !important; +} + +.my-15 { + margin-top: 3.75rem !important; + margin-bottom: 3.75rem !important; +} + +.my-14 { + margin-top: 3.5rem !important; + margin-bottom: 3.5rem !important; +} + +.my-13 { + margin-top: 3.25rem !important; + margin-bottom: 3.25rem !important; +} + +.my-12 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; +} + +.my-11 { + margin-top: 2.75rem !important; + margin-bottom: 2.75rem !important; +} + +.my-10 { + margin-top: 2.5rem !important; + margin-bottom: 2.5rem !important; +} + +.my-9 { + margin-top: 2.25rem !important; + margin-bottom: 2.25rem !important; +} + +.my-8 { + margin-top: 2rem !important; + margin-bottom: 2rem !important; +} + +.my-7 { + margin-top: 1.75rem !important; + margin-bottom: 1.75rem !important; +} + +.my-6 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; +} + +.my-5 { + margin-top: 1.25rem !important; + margin-bottom: 1.25rem !important; +} + +.my-4 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; +} + +.my-3 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; +} + +.my-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; +} + +.my-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; +} + +.my-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; +} + +.my-auto { + margin-top: auto !important; + margin-bottom: auto !important; +} + +.mt-20 { + margin-top: 5rem !important; +} + +.mt-19 { + margin-top: 4.75rem !important; +} + +.mt-18 { + margin-top: 4.5rem !important; +} + +.mt-17 { + margin-top: 4.25rem !important; +} + +.mt-16 { + margin-top: 4rem !important; +} + +.mt-15 { + margin-top: 3.75rem !important; +} + +.mt-14 { + margin-top: 3.5rem !important; +} + +.mt-13 { + margin-top: 3.25rem !important; +} + +.mt-12 { + margin-top: 3rem !important; +} + +.mt-11 { + margin-top: 2.75rem !important; +} + +.mt-10 { + margin-top: 2.5rem !important; +} + +.mt-9 { + margin-top: 2.25rem !important; +} + +.mt-8 { + margin-top: 2rem !important; +} + +.mt-7 { + margin-top: 1.75rem !important; +} + +.mt-6 { + margin-top: 1.5rem !important; +} + +.mt-5 { + margin-top: 1.25rem !important; +} + +.mt-4 { + margin-top: 1rem !important; +} + +.mt-3 { + margin-top: 0.75rem !important; +} + +.mt-2 { + margin-top: 0.5rem !important; +} + +.mt-1 { + margin-top: 0.25rem !important; +} + +.mt-0 { + margin-top: 0 !important; +} + +.mt-auto { + margin-top: auto !important; +} + +.me-20 { + margin-right: 5rem !important; +} + +.me-19 { + margin-right: 4.75rem !important; +} + +.me-18 { + margin-right: 4.5rem !important; +} + +.me-17 { + margin-right: 4.25rem !important; +} + +.me-16 { + margin-right: 4rem !important; +} + +.me-15 { + margin-right: 3.75rem !important; +} + +.me-14 { + margin-right: 3.5rem !important; +} + +.me-13 { + margin-right: 3.25rem !important; +} + +.me-12 { + margin-right: 3rem !important; +} + +.me-11 { + margin-right: 2.75rem !important; +} + +.me-10 { + margin-right: 2.5rem !important; +} + +.me-9 { + margin-right: 2.25rem !important; +} + +.me-8 { + margin-right: 2rem !important; +} + +.me-7 { + margin-right: 1.75rem !important; +} + +.me-6 { + margin-right: 1.5rem !important; +} + +.me-5 { + margin-right: 1.25rem !important; +} + +.me-4 { + margin-right: 1rem !important; +} + +.me-3 { + margin-right: 0.75rem !important; +} + +.me-2 { + margin-right: 0.5rem !important; +} + +.me-1 { + margin-right: 0.25rem !important; +} + +.me-0 { + margin-right: 0 !important; +} + +.me-auto { + margin-right: auto !important; +} + +.mb-20 { + margin-bottom: 5rem !important; +} + +.mb-19 { + margin-bottom: 4.75rem !important; +} + +.mb-18 { + margin-bottom: 4.5rem !important; +} + +.mb-17 { + margin-bottom: 4.25rem !important; +} + +.mb-16 { + margin-bottom: 4rem !important; +} + +.mb-15 { + margin-bottom: 3.75rem !important; +} + +.mb-14 { + margin-bottom: 3.5rem !important; +} + +.mb-13 { + margin-bottom: 3.25rem !important; +} + +.mb-12 { + margin-bottom: 3rem !important; +} + +.mb-11 { + margin-bottom: 2.75rem !important; +} + +.mb-10 { + margin-bottom: 2.5rem !important; +} + +.mb-9 { + margin-bottom: 2.25rem !important; +} + +.mb-8 { + margin-bottom: 2rem !important; +} + +.mb-7 { + margin-bottom: 1.75rem !important; +} + +.mb-6 { + margin-bottom: 1.5rem !important; +} + +.mb-5 { + margin-bottom: 1.25rem !important; +} + +.mb-4 { + margin-bottom: 1rem !important; +} + +.mb-3 { + margin-bottom: 0.75rem !important; +} + +.mb-2 { + margin-bottom: 0.5rem !important; +} + +.mb-1 { + margin-bottom: 0.25rem !important; +} + +.mb-0 { + margin-bottom: 0 !important; +} + +.mb-auto { + margin-bottom: auto !important; +} + +.ms-20 { + margin-left: 5rem !important; +} + +.ms-19 { + margin-left: 4.75rem !important; +} + +.ms-18 { + margin-left: 4.5rem !important; +} + +.ms-17 { + margin-left: 4.25rem !important; +} + +.ms-16 { + margin-left: 4rem !important; +} + +.ms-15 { + margin-left: 3.75rem !important; +} + +.ms-14 { + margin-left: 3.5rem !important; +} + +.ms-13 { + margin-left: 3.25rem !important; +} + +.ms-12 { + margin-left: 3rem !important; +} + +.ms-11 { + margin-left: 2.75rem !important; +} + +.ms-10 { + margin-left: 2.5rem !important; +} + +.ms-9 { + margin-left: 2.25rem !important; +} + +.ms-8 { + margin-left: 2rem !important; +} + +.ms-7 { + margin-left: 1.75rem !important; +} + +.ms-6 { + margin-left: 1.5rem !important; +} + +.ms-5 { + margin-left: 1.25rem !important; +} + +.ms-4 { + margin-left: 1rem !important; +} + +.ms-3 { + margin-left: 0.75rem !important; +} + +.ms-2 { + margin-left: 0.5rem !important; +} + +.ms-1 { + margin-left: 0.25rem !important; +} + +.ms-0 { + margin-left: 0 !important; +} + +.ms-auto { + margin-left: auto !important; +} + +.p-20 { + padding: 5rem !important; +} + +.p-19 { + padding: 4.75rem !important; +} + +.p-18 { + padding: 4.5rem !important; +} + +.p-17 { + padding: 4.25rem !important; +} + +.p-16 { + padding: 4rem !important; +} + +.p-15 { + padding: 3.75rem !important; +} + +.p-14 { + padding: 3.5rem !important; +} + +.p-13 { + padding: 3.25rem !important; +} + +.p-12 { + padding: 3rem !important; +} + +.p-11 { + padding: 2.75rem !important; +} + +.p-10 { + padding: 2.5rem !important; +} + +.p-9 { + padding: 2.25rem !important; +} + +.p-8 { + padding: 2rem !important; +} + +.p-7 { + padding: 1.75rem !important; +} + +.p-6 { + padding: 1.5rem !important; +} + +.p-5 { + padding: 1.25rem !important; +} + +.p-4 { + padding: 1rem !important; +} + +.p-3 { + padding: 0.75rem !important; +} + +.p-2 { + padding: 0.5rem !important; +} + +.p-1 { + padding: 0.25rem !important; +} + +.p-0 { + padding: 0 !important; +} + +.px-20 { + padding-right: 5rem !important; + padding-left: 5rem !important; +} + +.px-19 { + padding-right: 4.75rem !important; + padding-left: 4.75rem !important; +} + +.px-18 { + padding-right: 4.5rem !important; + padding-left: 4.5rem !important; +} + +.px-17 { + padding-right: 4.25rem !important; + padding-left: 4.25rem !important; +} + +.px-16 { + padding-right: 4rem !important; + padding-left: 4rem !important; +} + +.px-15 { + padding-right: 3.75rem !important; + padding-left: 3.75rem !important; +} + +.px-14 { + padding-right: 3.5rem !important; + padding-left: 3.5rem !important; +} + +.px-13 { + padding-right: 3.25rem !important; + padding-left: 3.25rem !important; +} + +.px-12 { + padding-right: 3rem !important; + padding-left: 3rem !important; +} + +.px-11 { + padding-right: 2.75rem !important; + padding-left: 2.75rem !important; +} + +.px-10 { + padding-right: 2.5rem !important; + padding-left: 2.5rem !important; +} + +.px-9 { + padding-right: 2.25rem !important; + padding-left: 2.25rem !important; +} + +.px-8 { + padding-right: 2rem !important; + padding-left: 2rem !important; +} + +.px-7 { + padding-right: 1.75rem !important; + padding-left: 1.75rem !important; +} + +.px-6 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; +} + +.px-5 { + padding-right: 1.25rem !important; + padding-left: 1.25rem !important; +} + +.px-4 { + padding-right: 1rem !important; + padding-left: 1rem !important; +} + +.px-3 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; +} + +.px-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; +} + +.px-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; +} + +.px-0 { + padding-right: 0 !important; + padding-left: 0 !important; +} + +.py-20 { + padding-top: 5rem !important; + padding-bottom: 5rem !important; +} + +.py-19 { + padding-top: 4.75rem !important; + padding-bottom: 4.75rem !important; +} + +.py-18 { + padding-top: 4.5rem !important; + padding-bottom: 4.5rem !important; +} + +.py-17 { + padding-top: 4.25rem !important; + padding-bottom: 4.25rem !important; +} + +.py-16 { + padding-top: 4rem !important; + padding-bottom: 4rem !important; +} + +.py-15 { + padding-top: 3.75rem !important; + padding-bottom: 3.75rem !important; +} + +.py-14 { + padding-top: 3.5rem !important; + padding-bottom: 3.5rem !important; +} + +.py-13 { + padding-top: 3.25rem !important; + padding-bottom: 3.25rem !important; +} + +.py-12 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; +} + +.py-11 { + padding-top: 2.75rem !important; + padding-bottom: 2.75rem !important; +} + +.py-10 { + padding-top: 2.5rem !important; + padding-bottom: 2.5rem !important; +} + +.py-9 { + padding-top: 2.25rem !important; + padding-bottom: 2.25rem !important; +} + +.py-8 { + padding-top: 2rem !important; + padding-bottom: 2rem !important; +} + +.py-7 { + padding-top: 1.75rem !important; + padding-bottom: 1.75rem !important; +} + +.py-6 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; +} + +.py-5 { + padding-top: 1.25rem !important; + padding-bottom: 1.25rem !important; +} + +.py-4 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; +} + +.py-3 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; +} + +.py-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; +} + +.py-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; +} + +.py-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; +} + +.pt-20 { + padding-top: 5rem !important; +} + +.pt-19 { + padding-top: 4.75rem !important; +} + +.pt-18 { + padding-top: 4.5rem !important; +} + +.pt-17 { + padding-top: 4.25rem !important; +} + +.pt-16 { + padding-top: 4rem !important; +} + +.pt-15 { + padding-top: 3.75rem !important; +} + +.pt-14 { + padding-top: 3.5rem !important; +} + +.pt-13 { + padding-top: 3.25rem !important; +} + +.pt-12 { + padding-top: 3rem !important; +} + +.pt-11 { + padding-top: 2.75rem !important; +} + +.pt-10 { + padding-top: 2.5rem !important; +} + +.pt-9 { + padding-top: 2.25rem !important; +} + +.pt-8 { + padding-top: 2rem !important; +} + +.pt-7 { + padding-top: 1.75rem !important; +} + +.pt-6 { + padding-top: 1.5rem !important; +} + +.pt-5 { + padding-top: 1.25rem !important; +} + +.pt-4 { + padding-top: 1rem !important; +} + +.pt-3 { + padding-top: 0.75rem !important; +} + +.pt-2 { + padding-top: 0.5rem !important; +} + +.pt-1 { + padding-top: 0.25rem !important; +} + +.pt-0 { + padding-top: 0 !important; +} + +.pe-20 { + padding-right: 5rem !important; +} + +.pe-19 { + padding-right: 4.75rem !important; +} + +.pe-18 { + padding-right: 4.5rem !important; +} + +.pe-17 { + padding-right: 4.25rem !important; +} + +.pe-16 { + padding-right: 4rem !important; +} + +.pe-15 { + padding-right: 3.75rem !important; +} + +.pe-14 { + padding-right: 3.5rem !important; +} + +.pe-13 { + padding-right: 3.25rem !important; +} + +.pe-12 { + padding-right: 3rem !important; +} + +.pe-11 { + padding-right: 2.75rem !important; +} + +.pe-10 { + padding-right: 2.5rem !important; +} + +.pe-9 { + padding-right: 2.25rem !important; +} + +.pe-8 { + padding-right: 2rem !important; +} + +.pe-7 { + padding-right: 1.75rem !important; +} + +.pe-6 { + padding-right: 1.5rem !important; +} + +.pe-5 { + padding-right: 1.25rem !important; +} + +.pe-4 { + padding-right: 1rem !important; +} + +.pe-3 { + padding-right: 0.75rem !important; +} + +.pe-2 { + padding-right: 0.5rem !important; +} + +.pe-1 { + padding-right: 0.25rem !important; +} + +.pe-0 { + padding-right: 0 !important; +} + +.pb-20 { + padding-bottom: 5rem !important; +} + +.pb-19 { + padding-bottom: 4.75rem !important; +} + +.pb-18 { + padding-bottom: 4.5rem !important; +} + +.pb-17 { + padding-bottom: 4.25rem !important; +} + +.pb-16 { + padding-bottom: 4rem !important; +} + +.pb-15 { + padding-bottom: 3.75rem !important; +} + +.pb-14 { + padding-bottom: 3.5rem !important; +} + +.pb-13 { + padding-bottom: 3.25rem !important; +} + +.pb-12 { + padding-bottom: 3rem !important; +} + +.pb-11 { + padding-bottom: 2.75rem !important; +} + +.pb-10 { + padding-bottom: 2.5rem !important; +} + +.pb-9 { + padding-bottom: 2.25rem !important; +} + +.pb-8 { + padding-bottom: 2rem !important; +} + +.pb-7 { + padding-bottom: 1.75rem !important; +} + +.pb-6 { + padding-bottom: 1.5rem !important; +} + +.pb-5 { + padding-bottom: 1.25rem !important; +} + +.pb-4 { + padding-bottom: 1rem !important; +} + +.pb-3 { + padding-bottom: 0.75rem !important; +} + +.pb-2 { + padding-bottom: 0.5rem !important; +} + +.pb-1 { + padding-bottom: 0.25rem !important; +} + +.pb-0 { + padding-bottom: 0 !important; +} + +.ps-20 { + padding-left: 5rem !important; +} + +.ps-19 { + padding-left: 4.75rem !important; +} + +.ps-18 { + padding-left: 4.5rem !important; +} + +.ps-17 { + padding-left: 4.25rem !important; +} + +.ps-16 { + padding-left: 4rem !important; +} + +.ps-15 { + padding-left: 3.75rem !important; +} + +.ps-14 { + padding-left: 3.5rem !important; +} + +.ps-13 { + padding-left: 3.25rem !important; +} + +.ps-12 { + padding-left: 3rem !important; +} + +.ps-11 { + padding-left: 2.75rem !important; +} + +.ps-10 { + padding-left: 2.5rem !important; +} + +.ps-9 { + padding-left: 2.25rem !important; +} + +.ps-8 { + padding-left: 2rem !important; +} + +.ps-7 { + padding-left: 1.75rem !important; +} + +.ps-6 { + padding-left: 1.5rem !important; +} + +.ps-5 { + padding-left: 1.25rem !important; +} + +.ps-4 { + padding-left: 1rem !important; +} + +.ps-3 { + padding-left: 0.75rem !important; +} + +.ps-2 { + padding-left: 0.5rem !important; +} + +.ps-1 { + padding-left: 0.25rem !important; +} + +.ps-0 { + padding-left: 0 !important; +} + +.gap-20 { + gap: 5rem !important; +} + +.gap-19 { + gap: 4.75rem !important; +} + +.gap-18 { + gap: 4.5rem !important; +} + +.gap-17 { + gap: 4.25rem !important; +} + +.gap-16 { + gap: 4rem !important; +} + +.gap-15 { + gap: 3.75rem !important; +} + +.gap-14 { + gap: 3.5rem !important; +} + +.gap-13 { + gap: 3.25rem !important; +} + +.gap-12 { + gap: 3rem !important; +} + +.gap-11 { + gap: 2.75rem !important; +} + +.gap-10 { + gap: 2.5rem !important; +} + +.gap-9 { + gap: 2.25rem !important; +} + +.gap-8 { + gap: 2rem !important; +} + +.gap-7 { + gap: 1.75rem !important; +} + +.gap-6 { + gap: 1.5rem !important; +} + +.gap-5 { + gap: 1.25rem !important; +} + +.gap-4 { + gap: 1rem !important; +} + +.gap-3 { + gap: 0.75rem !important; +} + +.gap-2 { + gap: 0.5rem !important; +} + +.gap-1 { + gap: 0.25rem !important; +} + +.gap-0 { + gap: 0 !important; +} + +.font-monospace { + font-family: var(--bs-font-monospace) !important; +} + +.fs-1 { + font-size: calc(1.375rem + 1.5vw) !important; +} + +.fs-2 { + font-size: calc(1.325rem + 0.9vw) !important; +} + +.fs-3 { + font-size: calc(1.3rem + 0.6vw) !important; +} + +.fs-4 { + font-size: calc(1.275rem + 0.3vw) !important; +} + +.fs-5 { + font-size: 1.25rem !important; +} + +.fs-6 { + font-size: 1rem !important; +} + +.fst-italic { + font-style: italic !important; +} + +.fst-normal { + font-style: normal !important; +} + +.fw-light { + font-weight: 300 !important; +} + +.fw-lighter { + font-weight: lighter !important; +} + +.fw-normal { + font-weight: 400 !important; +} + +.fw-bold { + font-weight: 700 !important; +} + +.fw-semibold { + font-weight: 600 !important; +} + +.fw-bolder { + font-weight: bolder !important; +} + +.lh-1 { + line-height: 1 !important; +} + +.lh-sm { + line-height: 1.25 !important; +} + +.lh-base { + line-height: 1.5 !important; +} + +.lh-lg { + line-height: 2 !important; +} + +.text-start { + text-align: left !important; +} + +.text-end { + text-align: right !important; +} + +.text-center { + text-align: center !important; +} + +.text-decoration-none { + text-decoration: none !important; +} + +.text-decoration-underline { + text-decoration: underline !important; +} + +.text-decoration-line-through { + text-decoration: line-through !important; +} + +.text-lowercase { + text-transform: lowercase !important; +} + +.text-uppercase { + text-transform: uppercase !important; +} + +.text-capitalize { + text-transform: capitalize !important; +} + +.text-wrap { + white-space: normal !important; +} + +.text-nowrap { + white-space: nowrap !important; +} + +/* rtl:begin:remove */ +.text-break { + word-wrap: break-word !important; + word-break: break-word !important; +} + +/* rtl:end:remove */ +.text-primary { + --bs-text-opacity: 1; + color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; +} + +.text-secondary { + --bs-text-opacity: 1; + color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; +} + +.text-success { + --bs-text-opacity: 1; + color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; +} + +.text-info { + --bs-text-opacity: 1; + color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; +} + +.text-warning { + --bs-text-opacity: 1; + color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; +} + +.text-danger { + --bs-text-opacity: 1; + color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; +} + +.text-light { + --bs-text-opacity: 1; + color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; +} + +.text-dark { + --bs-text-opacity: 1; + color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; +} + +.text-black { + --bs-text-opacity: 1; + color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; +} + +.text-white { + --bs-text-opacity: 1; + color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; +} + +.text-body { + --bs-text-opacity: 1; + color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; +} + +.text-muted { + --bs-text-opacity: 1; + color: #6c757d !important; +} + +.text-black-50 { + --bs-text-opacity: 1; + color: rgba(0, 0, 0, 0.5) !important; +} + +.text-white-50 { + --bs-text-opacity: 1; + color: rgba(255, 255, 255, 0.5) !important; +} + +.text-reset { + --bs-text-opacity: 1; + color: inherit !important; +} + +.text-opacity-25 { + --bs-text-opacity: 0.25; +} + +.text-opacity-50 { + --bs-text-opacity: 0.5; +} + +.text-opacity-75 { + --bs-text-opacity: 0.75; +} + +.text-opacity-100 { + --bs-text-opacity: 1; +} + +.bg-primary { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-secondary { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-success { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-info { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-warning { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-danger { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-light { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-dark { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-black { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-white { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-body { + --bs-bg-opacity: 1; + background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; +} + +.bg-transparent { + --bs-bg-opacity: 1; + background-color: transparent !important; +} + +.bg-opacity-10 { + --bs-bg-opacity: 0.1; +} + +.bg-opacity-25 { + --bs-bg-opacity: 0.25; +} + +.bg-opacity-50 { + --bs-bg-opacity: 0.5; +} + +.bg-opacity-75 { + --bs-bg-opacity: 0.75; +} + +.bg-opacity-100 { + --bs-bg-opacity: 1; +} + +.bg-gradient { + background-image: var(--bs-gradient) !important; +} + +.user-select-all { + -webkit-user-select: all !important; + -moz-user-select: all !important; + user-select: all !important; +} + +.user-select-auto { + -webkit-user-select: auto !important; + -moz-user-select: auto !important; + user-select: auto !important; +} + +.user-select-none { + -webkit-user-select: none !important; + -moz-user-select: none !important; + user-select: none !important; +} + +.pe-none { + pointer-events: none !important; +} + +.pe-auto { + pointer-events: auto !important; +} + +.rounded { + border-radius: var(--bs-border-radius) !important; +} + +.rounded-0 { + border-radius: 0 !important; +} + +.rounded-1 { + border-radius: var(--bs-border-radius-sm) !important; +} + +.rounded-2 { + border-radius: var(--bs-border-radius) !important; +} + +.rounded-3 { + border-radius: var(--bs-border-radius-lg) !important; +} + +.rounded-4 { + border-radius: var(--bs-border-radius-xl) !important; +} + +.rounded-5 { + border-radius: var(--bs-border-radius-2xl) !important; +} + +.rounded-circle { + border-radius: 50% !important; +} + +.rounded-pill { + border-radius: var(--bs-border-radius-pill) !important; +} + +.rounded-top { + border-top-left-radius: var(--bs-border-radius) !important; + border-top-right-radius: var(--bs-border-radius) !important; +} + +.rounded-end { + border-top-right-radius: var(--bs-border-radius) !important; + border-bottom-right-radius: var(--bs-border-radius) !important; +} + +.rounded-bottom { + border-bottom-right-radius: var(--bs-border-radius) !important; + border-bottom-left-radius: var(--bs-border-radius) !important; +} + +.rounded-start { + border-bottom-left-radius: var(--bs-border-radius) !important; + border-top-left-radius: var(--bs-border-radius) !important; +} + +.visible { + visibility: visible !important; +} + +.invisible { + visibility: hidden !important; +} + +@media (min-width: 576px) { + .float-sm-start { + float: left !important; + } + .float-sm-end { + float: right !important; + } + .float-sm-none { + float: none !important; + } + .d-sm-inline { + display: inline !important; + } + .d-sm-inline-block { + display: inline-block !important; + } + .d-sm-block { + display: block !important; + } + .d-sm-grid { + display: grid !important; + } + .d-sm-table { + display: table !important; + } + .d-sm-table-row { + display: table-row !important; + } + .d-sm-table-cell { + display: table-cell !important; + } + .d-sm-flex { + display: flex !important; + } + .d-sm-inline-flex { + display: inline-flex !important; + } + .d-sm-none { + display: none !important; + } + .flex-sm-fill { + flex: 1 1 auto !important; + } + .flex-sm-row { + flex-direction: row !important; + } + .flex-sm-column { + flex-direction: column !important; + } + .flex-sm-row-reverse { + flex-direction: row-reverse !important; + } + .flex-sm-column-reverse { + flex-direction: column-reverse !important; + } + .flex-sm-grow-0 { + flex-grow: 0 !important; + } + .flex-sm-grow-1 { + flex-grow: 1 !important; + } + .flex-sm-shrink-0 { + flex-shrink: 0 !important; + } + .flex-sm-shrink-1 { + flex-shrink: 1 !important; + } + .flex-sm-wrap { + flex-wrap: wrap !important; + } + .flex-sm-nowrap { + flex-wrap: nowrap !important; + } + .flex-sm-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .justify-content-sm-start { + justify-content: flex-start !important; + } + .justify-content-sm-end { + justify-content: flex-end !important; + } + .justify-content-sm-center { + justify-content: center !important; + } + .justify-content-sm-between { + justify-content: space-between !important; + } + .justify-content-sm-around { + justify-content: space-around !important; + } + .justify-content-sm-evenly { + justify-content: space-evenly !important; + } + .align-items-sm-start { + align-items: flex-start !important; + } + .align-items-sm-end { + align-items: flex-end !important; + } + .align-items-sm-center { + align-items: center !important; + } + .align-items-sm-baseline { + align-items: baseline !important; + } + .align-items-sm-stretch { + align-items: stretch !important; + } + .align-content-sm-start { + align-content: flex-start !important; + } + .align-content-sm-end { + align-content: flex-end !important; + } + .align-content-sm-center { + align-content: center !important; + } + .align-content-sm-between { + align-content: space-between !important; + } + .align-content-sm-around { + align-content: space-around !important; + } + .align-content-sm-stretch { + align-content: stretch !important; + } + .align-self-sm-auto { + align-self: auto !important; + } + .align-self-sm-start { + align-self: flex-start !important; + } + .align-self-sm-end { + align-self: flex-end !important; + } + .align-self-sm-center { + align-self: center !important; + } + .align-self-sm-baseline { + align-self: baseline !important; + } + .align-self-sm-stretch { + align-self: stretch !important; + } + .order-sm-first { + order: -1 !important; + } + .order-sm-0 { + order: 0 !important; + } + .order-sm-1 { + order: 1 !important; + } + .order-sm-2 { + order: 2 !important; + } + .order-sm-3 { + order: 3 !important; + } + .order-sm-4 { + order: 4 !important; + } + .order-sm-5 { + order: 5 !important; + } + .order-sm-last { + order: 6 !important; + } + .m-sm-20 { + margin: 5rem !important; + } + .m-sm-19 { + margin: 4.75rem !important; + } + .m-sm-18 { + margin: 4.5rem !important; + } + .m-sm-17 { + margin: 4.25rem !important; + } + .m-sm-16 { + margin: 4rem !important; + } + .m-sm-15 { + margin: 3.75rem !important; + } + .m-sm-14 { + margin: 3.5rem !important; + } + .m-sm-13 { + margin: 3.25rem !important; + } + .m-sm-12 { + margin: 3rem !important; + } + .m-sm-11 { + margin: 2.75rem !important; + } + .m-sm-10 { + margin: 2.5rem !important; + } + .m-sm-9 { + margin: 2.25rem !important; + } + .m-sm-8 { + margin: 2rem !important; + } + .m-sm-7 { + margin: 1.75rem !important; + } + .m-sm-6 { + margin: 1.5rem !important; + } + .m-sm-5 { + margin: 1.25rem !important; + } + .m-sm-4 { + margin: 1rem !important; + } + .m-sm-3 { + margin: 0.75rem !important; + } + .m-sm-2 { + margin: 0.5rem !important; + } + .m-sm-1 { + margin: 0.25rem !important; + } + .m-sm-0 { + margin: 0 !important; + } + .m-sm-auto { + margin: auto !important; + } + .mx-sm-20 { + margin-right: 5rem !important; + margin-left: 5rem !important; + } + .mx-sm-19 { + margin-right: 4.75rem !important; + margin-left: 4.75rem !important; + } + .mx-sm-18 { + margin-right: 4.5rem !important; + margin-left: 4.5rem !important; + } + .mx-sm-17 { + margin-right: 4.25rem !important; + margin-left: 4.25rem !important; + } + .mx-sm-16 { + margin-right: 4rem !important; + margin-left: 4rem !important; + } + .mx-sm-15 { + margin-right: 3.75rem !important; + margin-left: 3.75rem !important; + } + .mx-sm-14 { + margin-right: 3.5rem !important; + margin-left: 3.5rem !important; + } + .mx-sm-13 { + margin-right: 3.25rem !important; + margin-left: 3.25rem !important; + } + .mx-sm-12 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + .mx-sm-11 { + margin-right: 2.75rem !important; + margin-left: 2.75rem !important; + } + .mx-sm-10 { + margin-right: 2.5rem !important; + margin-left: 2.5rem !important; + } + .mx-sm-9 { + margin-right: 2.25rem !important; + margin-left: 2.25rem !important; + } + .mx-sm-8 { + margin-right: 2rem !important; + margin-left: 2rem !important; + } + .mx-sm-7 { + margin-right: 1.75rem !important; + margin-left: 1.75rem !important; + } + .mx-sm-6 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + .mx-sm-5 { + margin-right: 1.25rem !important; + margin-left: 1.25rem !important; + } + .mx-sm-4 { + margin-right: 1rem !important; + margin-left: 1rem !important; + } + .mx-sm-3 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; + } + .mx-sm-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; + } + .mx-sm-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; + } + .mx-sm-0 { + margin-right: 0 !important; + margin-left: 0 !important; + } + .mx-sm-auto { + margin-right: auto !important; + margin-left: auto !important; + } + .my-sm-20 { + margin-top: 5rem !important; + margin-bottom: 5rem !important; + } + .my-sm-19 { + margin-top: 4.75rem !important; + margin-bottom: 4.75rem !important; + } + .my-sm-18 { + margin-top: 4.5rem !important; + margin-bottom: 4.5rem !important; + } + .my-sm-17 { + margin-top: 4.25rem !important; + margin-bottom: 4.25rem !important; + } + .my-sm-16 { + margin-top: 4rem !important; + margin-bottom: 4rem !important; + } + .my-sm-15 { + margin-top: 3.75rem !important; + margin-bottom: 3.75rem !important; + } + .my-sm-14 { + margin-top: 3.5rem !important; + margin-bottom: 3.5rem !important; + } + .my-sm-13 { + margin-top: 3.25rem !important; + margin-bottom: 3.25rem !important; + } + .my-sm-12 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .my-sm-11 { + margin-top: 2.75rem !important; + margin-bottom: 2.75rem !important; + } + .my-sm-10 { + margin-top: 2.5rem !important; + margin-bottom: 2.5rem !important; + } + .my-sm-9 { + margin-top: 2.25rem !important; + margin-bottom: 2.25rem !important; + } + .my-sm-8 { + margin-top: 2rem !important; + margin-bottom: 2rem !important; + } + .my-sm-7 { + margin-top: 1.75rem !important; + margin-bottom: 1.75rem !important; + } + .my-sm-6 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .my-sm-5 { + margin-top: 1.25rem !important; + margin-bottom: 1.25rem !important; + } + .my-sm-4 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + .my-sm-3 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; + } + .my-sm-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + .my-sm-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + .my-sm-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + .my-sm-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + .mt-sm-20 { + margin-top: 5rem !important; + } + .mt-sm-19 { + margin-top: 4.75rem !important; + } + .mt-sm-18 { + margin-top: 4.5rem !important; + } + .mt-sm-17 { + margin-top: 4.25rem !important; + } + .mt-sm-16 { + margin-top: 4rem !important; + } + .mt-sm-15 { + margin-top: 3.75rem !important; + } + .mt-sm-14 { + margin-top: 3.5rem !important; + } + .mt-sm-13 { + margin-top: 3.25rem !important; + } + .mt-sm-12 { + margin-top: 3rem !important; + } + .mt-sm-11 { + margin-top: 2.75rem !important; + } + .mt-sm-10 { + margin-top: 2.5rem !important; + } + .mt-sm-9 { + margin-top: 2.25rem !important; + } + .mt-sm-8 { + margin-top: 2rem !important; + } + .mt-sm-7 { + margin-top: 1.75rem !important; + } + .mt-sm-6 { + margin-top: 1.5rem !important; + } + .mt-sm-5 { + margin-top: 1.25rem !important; + } + .mt-sm-4 { + margin-top: 1rem !important; + } + .mt-sm-3 { + margin-top: 0.75rem !important; + } + .mt-sm-2 { + margin-top: 0.5rem !important; + } + .mt-sm-1 { + margin-top: 0.25rem !important; + } + .mt-sm-0 { + margin-top: 0 !important; + } + .mt-sm-auto { + margin-top: auto !important; + } + .me-sm-20 { + margin-right: 5rem !important; + } + .me-sm-19 { + margin-right: 4.75rem !important; + } + .me-sm-18 { + margin-right: 4.5rem !important; + } + .me-sm-17 { + margin-right: 4.25rem !important; + } + .me-sm-16 { + margin-right: 4rem !important; + } + .me-sm-15 { + margin-right: 3.75rem !important; + } + .me-sm-14 { + margin-right: 3.5rem !important; + } + .me-sm-13 { + margin-right: 3.25rem !important; + } + .me-sm-12 { + margin-right: 3rem !important; + } + .me-sm-11 { + margin-right: 2.75rem !important; + } + .me-sm-10 { + margin-right: 2.5rem !important; + } + .me-sm-9 { + margin-right: 2.25rem !important; + } + .me-sm-8 { + margin-right: 2rem !important; + } + .me-sm-7 { + margin-right: 1.75rem !important; + } + .me-sm-6 { + margin-right: 1.5rem !important; + } + .me-sm-5 { + margin-right: 1.25rem !important; + } + .me-sm-4 { + margin-right: 1rem !important; + } + .me-sm-3 { + margin-right: 0.75rem !important; + } + .me-sm-2 { + margin-right: 0.5rem !important; + } + .me-sm-1 { + margin-right: 0.25rem !important; + } + .me-sm-0 { + margin-right: 0 !important; + } + .me-sm-auto { + margin-right: auto !important; + } + .mb-sm-20 { + margin-bottom: 5rem !important; + } + .mb-sm-19 { + margin-bottom: 4.75rem !important; + } + .mb-sm-18 { + margin-bottom: 4.5rem !important; + } + .mb-sm-17 { + margin-bottom: 4.25rem !important; + } + .mb-sm-16 { + margin-bottom: 4rem !important; + } + .mb-sm-15 { + margin-bottom: 3.75rem !important; + } + .mb-sm-14 { + margin-bottom: 3.5rem !important; + } + .mb-sm-13 { + margin-bottom: 3.25rem !important; + } + .mb-sm-12 { + margin-bottom: 3rem !important; + } + .mb-sm-11 { + margin-bottom: 2.75rem !important; + } + .mb-sm-10 { + margin-bottom: 2.5rem !important; + } + .mb-sm-9 { + margin-bottom: 2.25rem !important; + } + .mb-sm-8 { + margin-bottom: 2rem !important; + } + .mb-sm-7 { + margin-bottom: 1.75rem !important; + } + .mb-sm-6 { + margin-bottom: 1.5rem !important; + } + .mb-sm-5 { + margin-bottom: 1.25rem !important; + } + .mb-sm-4 { + margin-bottom: 1rem !important; + } + .mb-sm-3 { + margin-bottom: 0.75rem !important; + } + .mb-sm-2 { + margin-bottom: 0.5rem !important; + } + .mb-sm-1 { + margin-bottom: 0.25rem !important; + } + .mb-sm-0 { + margin-bottom: 0 !important; + } + .mb-sm-auto { + margin-bottom: auto !important; + } + .ms-sm-20 { + margin-left: 5rem !important; + } + .ms-sm-19 { + margin-left: 4.75rem !important; + } + .ms-sm-18 { + margin-left: 4.5rem !important; + } + .ms-sm-17 { + margin-left: 4.25rem !important; + } + .ms-sm-16 { + margin-left: 4rem !important; + } + .ms-sm-15 { + margin-left: 3.75rem !important; + } + .ms-sm-14 { + margin-left: 3.5rem !important; + } + .ms-sm-13 { + margin-left: 3.25rem !important; + } + .ms-sm-12 { + margin-left: 3rem !important; + } + .ms-sm-11 { + margin-left: 2.75rem !important; + } + .ms-sm-10 { + margin-left: 2.5rem !important; + } + .ms-sm-9 { + margin-left: 2.25rem !important; + } + .ms-sm-8 { + margin-left: 2rem !important; + } + .ms-sm-7 { + margin-left: 1.75rem !important; + } + .ms-sm-6 { + margin-left: 1.5rem !important; + } + .ms-sm-5 { + margin-left: 1.25rem !important; + } + .ms-sm-4 { + margin-left: 1rem !important; + } + .ms-sm-3 { + margin-left: 0.75rem !important; + } + .ms-sm-2 { + margin-left: 0.5rem !important; + } + .ms-sm-1 { + margin-left: 0.25rem !important; + } + .ms-sm-0 { + margin-left: 0 !important; + } + .ms-sm-auto { + margin-left: auto !important; + } + .p-sm-20 { + padding: 5rem !important; + } + .p-sm-19 { + padding: 4.75rem !important; + } + .p-sm-18 { + padding: 4.5rem !important; + } + .p-sm-17 { + padding: 4.25rem !important; + } + .p-sm-16 { + padding: 4rem !important; + } + .p-sm-15 { + padding: 3.75rem !important; + } + .p-sm-14 { + padding: 3.5rem !important; + } + .p-sm-13 { + padding: 3.25rem !important; + } + .p-sm-12 { + padding: 3rem !important; + } + .p-sm-11 { + padding: 2.75rem !important; + } + .p-sm-10 { + padding: 2.5rem !important; + } + .p-sm-9 { + padding: 2.25rem !important; + } + .p-sm-8 { + padding: 2rem !important; + } + .p-sm-7 { + padding: 1.75rem !important; + } + .p-sm-6 { + padding: 1.5rem !important; + } + .p-sm-5 { + padding: 1.25rem !important; + } + .p-sm-4 { + padding: 1rem !important; + } + .p-sm-3 { + padding: 0.75rem !important; + } + .p-sm-2 { + padding: 0.5rem !important; + } + .p-sm-1 { + padding: 0.25rem !important; + } + .p-sm-0 { + padding: 0 !important; + } + .px-sm-20 { + padding-right: 5rem !important; + padding-left: 5rem !important; + } + .px-sm-19 { + padding-right: 4.75rem !important; + padding-left: 4.75rem !important; + } + .px-sm-18 { + padding-right: 4.5rem !important; + padding-left: 4.5rem !important; + } + .px-sm-17 { + padding-right: 4.25rem !important; + padding-left: 4.25rem !important; + } + .px-sm-16 { + padding-right: 4rem !important; + padding-left: 4rem !important; + } + .px-sm-15 { + padding-right: 3.75rem !important; + padding-left: 3.75rem !important; + } + .px-sm-14 { + padding-right: 3.5rem !important; + padding-left: 3.5rem !important; + } + .px-sm-13 { + padding-right: 3.25rem !important; + padding-left: 3.25rem !important; + } + .px-sm-12 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + .px-sm-11 { + padding-right: 2.75rem !important; + padding-left: 2.75rem !important; + } + .px-sm-10 { + padding-right: 2.5rem !important; + padding-left: 2.5rem !important; + } + .px-sm-9 { + padding-right: 2.25rem !important; + padding-left: 2.25rem !important; + } + .px-sm-8 { + padding-right: 2rem !important; + padding-left: 2rem !important; + } + .px-sm-7 { + padding-right: 1.75rem !important; + padding-left: 1.75rem !important; + } + .px-sm-6 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + .px-sm-5 { + padding-right: 1.25rem !important; + padding-left: 1.25rem !important; + } + .px-sm-4 { + padding-right: 1rem !important; + padding-left: 1rem !important; + } + .px-sm-3 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; + } + .px-sm-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; + } + .px-sm-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; + } + .px-sm-0 { + padding-right: 0 !important; + padding-left: 0 !important; + } + .py-sm-20 { + padding-top: 5rem !important; + padding-bottom: 5rem !important; + } + .py-sm-19 { + padding-top: 4.75rem !important; + padding-bottom: 4.75rem !important; + } + .py-sm-18 { + padding-top: 4.5rem !important; + padding-bottom: 4.5rem !important; + } + .py-sm-17 { + padding-top: 4.25rem !important; + padding-bottom: 4.25rem !important; + } + .py-sm-16 { + padding-top: 4rem !important; + padding-bottom: 4rem !important; + } + .py-sm-15 { + padding-top: 3.75rem !important; + padding-bottom: 3.75rem !important; + } + .py-sm-14 { + padding-top: 3.5rem !important; + padding-bottom: 3.5rem !important; + } + .py-sm-13 { + padding-top: 3.25rem !important; + padding-bottom: 3.25rem !important; + } + .py-sm-12 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .py-sm-11 { + padding-top: 2.75rem !important; + padding-bottom: 2.75rem !important; + } + .py-sm-10 { + padding-top: 2.5rem !important; + padding-bottom: 2.5rem !important; + } + .py-sm-9 { + padding-top: 2.25rem !important; + padding-bottom: 2.25rem !important; + } + .py-sm-8 { + padding-top: 2rem !important; + padding-bottom: 2rem !important; + } + .py-sm-7 { + padding-top: 1.75rem !important; + padding-bottom: 1.75rem !important; + } + .py-sm-6 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .py-sm-5 { + padding-top: 1.25rem !important; + padding-bottom: 1.25rem !important; + } + .py-sm-4 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + .py-sm-3 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; + } + .py-sm-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + .py-sm-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + .py-sm-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + .pt-sm-20 { + padding-top: 5rem !important; + } + .pt-sm-19 { + padding-top: 4.75rem !important; + } + .pt-sm-18 { + padding-top: 4.5rem !important; + } + .pt-sm-17 { + padding-top: 4.25rem !important; + } + .pt-sm-16 { + padding-top: 4rem !important; + } + .pt-sm-15 { + padding-top: 3.75rem !important; + } + .pt-sm-14 { + padding-top: 3.5rem !important; + } + .pt-sm-13 { + padding-top: 3.25rem !important; + } + .pt-sm-12 { + padding-top: 3rem !important; + } + .pt-sm-11 { + padding-top: 2.75rem !important; + } + .pt-sm-10 { + padding-top: 2.5rem !important; + } + .pt-sm-9 { + padding-top: 2.25rem !important; + } + .pt-sm-8 { + padding-top: 2rem !important; + } + .pt-sm-7 { + padding-top: 1.75rem !important; + } + .pt-sm-6 { + padding-top: 1.5rem !important; + } + .pt-sm-5 { + padding-top: 1.25rem !important; + } + .pt-sm-4 { + padding-top: 1rem !important; + } + .pt-sm-3 { + padding-top: 0.75rem !important; + } + .pt-sm-2 { + padding-top: 0.5rem !important; + } + .pt-sm-1 { + padding-top: 0.25rem !important; + } + .pt-sm-0 { + padding-top: 0 !important; + } + .pe-sm-20 { + padding-right: 5rem !important; + } + .pe-sm-19 { + padding-right: 4.75rem !important; + } + .pe-sm-18 { + padding-right: 4.5rem !important; + } + .pe-sm-17 { + padding-right: 4.25rem !important; + } + .pe-sm-16 { + padding-right: 4rem !important; + } + .pe-sm-15 { + padding-right: 3.75rem !important; + } + .pe-sm-14 { + padding-right: 3.5rem !important; + } + .pe-sm-13 { + padding-right: 3.25rem !important; + } + .pe-sm-12 { + padding-right: 3rem !important; + } + .pe-sm-11 { + padding-right: 2.75rem !important; + } + .pe-sm-10 { + padding-right: 2.5rem !important; + } + .pe-sm-9 { + padding-right: 2.25rem !important; + } + .pe-sm-8 { + padding-right: 2rem !important; + } + .pe-sm-7 { + padding-right: 1.75rem !important; + } + .pe-sm-6 { + padding-right: 1.5rem !important; + } + .pe-sm-5 { + padding-right: 1.25rem !important; + } + .pe-sm-4 { + padding-right: 1rem !important; + } + .pe-sm-3 { + padding-right: 0.75rem !important; + } + .pe-sm-2 { + padding-right: 0.5rem !important; + } + .pe-sm-1 { + padding-right: 0.25rem !important; + } + .pe-sm-0 { + padding-right: 0 !important; + } + .pb-sm-20 { + padding-bottom: 5rem !important; + } + .pb-sm-19 { + padding-bottom: 4.75rem !important; + } + .pb-sm-18 { + padding-bottom: 4.5rem !important; + } + .pb-sm-17 { + padding-bottom: 4.25rem !important; + } + .pb-sm-16 { + padding-bottom: 4rem !important; + } + .pb-sm-15 { + padding-bottom: 3.75rem !important; + } + .pb-sm-14 { + padding-bottom: 3.5rem !important; + } + .pb-sm-13 { + padding-bottom: 3.25rem !important; + } + .pb-sm-12 { + padding-bottom: 3rem !important; + } + .pb-sm-11 { + padding-bottom: 2.75rem !important; + } + .pb-sm-10 { + padding-bottom: 2.5rem !important; + } + .pb-sm-9 { + padding-bottom: 2.25rem !important; + } + .pb-sm-8 { + padding-bottom: 2rem !important; + } + .pb-sm-7 { + padding-bottom: 1.75rem !important; + } + .pb-sm-6 { + padding-bottom: 1.5rem !important; + } + .pb-sm-5 { + padding-bottom: 1.25rem !important; + } + .pb-sm-4 { + padding-bottom: 1rem !important; + } + .pb-sm-3 { + padding-bottom: 0.75rem !important; + } + .pb-sm-2 { + padding-bottom: 0.5rem !important; + } + .pb-sm-1 { + padding-bottom: 0.25rem !important; + } + .pb-sm-0 { + padding-bottom: 0 !important; + } + .ps-sm-20 { + padding-left: 5rem !important; + } + .ps-sm-19 { + padding-left: 4.75rem !important; + } + .ps-sm-18 { + padding-left: 4.5rem !important; + } + .ps-sm-17 { + padding-left: 4.25rem !important; + } + .ps-sm-16 { + padding-left: 4rem !important; + } + .ps-sm-15 { + padding-left: 3.75rem !important; + } + .ps-sm-14 { + padding-left: 3.5rem !important; + } + .ps-sm-13 { + padding-left: 3.25rem !important; + } + .ps-sm-12 { + padding-left: 3rem !important; + } + .ps-sm-11 { + padding-left: 2.75rem !important; + } + .ps-sm-10 { + padding-left: 2.5rem !important; + } + .ps-sm-9 { + padding-left: 2.25rem !important; + } + .ps-sm-8 { + padding-left: 2rem !important; + } + .ps-sm-7 { + padding-left: 1.75rem !important; + } + .ps-sm-6 { + padding-left: 1.5rem !important; + } + .ps-sm-5 { + padding-left: 1.25rem !important; + } + .ps-sm-4 { + padding-left: 1rem !important; + } + .ps-sm-3 { + padding-left: 0.75rem !important; + } + .ps-sm-2 { + padding-left: 0.5rem !important; + } + .ps-sm-1 { + padding-left: 0.25rem !important; + } + .ps-sm-0 { + padding-left: 0 !important; + } + .gap-sm-20 { + gap: 5rem !important; + } + .gap-sm-19 { + gap: 4.75rem !important; + } + .gap-sm-18 { + gap: 4.5rem !important; + } + .gap-sm-17 { + gap: 4.25rem !important; + } + .gap-sm-16 { + gap: 4rem !important; + } + .gap-sm-15 { + gap: 3.75rem !important; + } + .gap-sm-14 { + gap: 3.5rem !important; + } + .gap-sm-13 { + gap: 3.25rem !important; + } + .gap-sm-12 { + gap: 3rem !important; + } + .gap-sm-11 { + gap: 2.75rem !important; + } + .gap-sm-10 { + gap: 2.5rem !important; + } + .gap-sm-9 { + gap: 2.25rem !important; + } + .gap-sm-8 { + gap: 2rem !important; + } + .gap-sm-7 { + gap: 1.75rem !important; + } + .gap-sm-6 { + gap: 1.5rem !important; + } + .gap-sm-5 { + gap: 1.25rem !important; + } + .gap-sm-4 { + gap: 1rem !important; + } + .gap-sm-3 { + gap: 0.75rem !important; + } + .gap-sm-2 { + gap: 0.5rem !important; + } + .gap-sm-1 { + gap: 0.25rem !important; + } + .gap-sm-0 { + gap: 0 !important; + } + .text-sm-start { + text-align: left !important; + } + .text-sm-end { + text-align: right !important; + } + .text-sm-center { + text-align: center !important; + } +} +@media (min-width: 768px) { + .float-md-start { + float: left !important; + } + .float-md-end { + float: right !important; + } + .float-md-none { + float: none !important; + } + .d-md-inline { + display: inline !important; + } + .d-md-inline-block { + display: inline-block !important; + } + .d-md-block { + display: block !important; + } + .d-md-grid { + display: grid !important; + } + .d-md-table { + display: table !important; + } + .d-md-table-row { + display: table-row !important; + } + .d-md-table-cell { + display: table-cell !important; + } + .d-md-flex { + display: flex !important; + } + .d-md-inline-flex { + display: inline-flex !important; + } + .d-md-none { + display: none !important; + } + .flex-md-fill { + flex: 1 1 auto !important; + } + .flex-md-row { + flex-direction: row !important; + } + .flex-md-column { + flex-direction: column !important; + } + .flex-md-row-reverse { + flex-direction: row-reverse !important; + } + .flex-md-column-reverse { + flex-direction: column-reverse !important; + } + .flex-md-grow-0 { + flex-grow: 0 !important; + } + .flex-md-grow-1 { + flex-grow: 1 !important; + } + .flex-md-shrink-0 { + flex-shrink: 0 !important; + } + .flex-md-shrink-1 { + flex-shrink: 1 !important; + } + .flex-md-wrap { + flex-wrap: wrap !important; + } + .flex-md-nowrap { + flex-wrap: nowrap !important; + } + .flex-md-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .justify-content-md-start { + justify-content: flex-start !important; + } + .justify-content-md-end { + justify-content: flex-end !important; + } + .justify-content-md-center { + justify-content: center !important; + } + .justify-content-md-between { + justify-content: space-between !important; + } + .justify-content-md-around { + justify-content: space-around !important; + } + .justify-content-md-evenly { + justify-content: space-evenly !important; + } + .align-items-md-start { + align-items: flex-start !important; + } + .align-items-md-end { + align-items: flex-end !important; + } + .align-items-md-center { + align-items: center !important; + } + .align-items-md-baseline { + align-items: baseline !important; + } + .align-items-md-stretch { + align-items: stretch !important; + } + .align-content-md-start { + align-content: flex-start !important; + } + .align-content-md-end { + align-content: flex-end !important; + } + .align-content-md-center { + align-content: center !important; + } + .align-content-md-between { + align-content: space-between !important; + } + .align-content-md-around { + align-content: space-around !important; + } + .align-content-md-stretch { + align-content: stretch !important; + } + .align-self-md-auto { + align-self: auto !important; + } + .align-self-md-start { + align-self: flex-start !important; + } + .align-self-md-end { + align-self: flex-end !important; + } + .align-self-md-center { + align-self: center !important; + } + .align-self-md-baseline { + align-self: baseline !important; + } + .align-self-md-stretch { + align-self: stretch !important; + } + .order-md-first { + order: -1 !important; + } + .order-md-0 { + order: 0 !important; + } + .order-md-1 { + order: 1 !important; + } + .order-md-2 { + order: 2 !important; + } + .order-md-3 { + order: 3 !important; + } + .order-md-4 { + order: 4 !important; + } + .order-md-5 { + order: 5 !important; + } + .order-md-last { + order: 6 !important; + } + .m-md-20 { + margin: 5rem !important; + } + .m-md-19 { + margin: 4.75rem !important; + } + .m-md-18 { + margin: 4.5rem !important; + } + .m-md-17 { + margin: 4.25rem !important; + } + .m-md-16 { + margin: 4rem !important; + } + .m-md-15 { + margin: 3.75rem !important; + } + .m-md-14 { + margin: 3.5rem !important; + } + .m-md-13 { + margin: 3.25rem !important; + } + .m-md-12 { + margin: 3rem !important; + } + .m-md-11 { + margin: 2.75rem !important; + } + .m-md-10 { + margin: 2.5rem !important; + } + .m-md-9 { + margin: 2.25rem !important; + } + .m-md-8 { + margin: 2rem !important; + } + .m-md-7 { + margin: 1.75rem !important; + } + .m-md-6 { + margin: 1.5rem !important; + } + .m-md-5 { + margin: 1.25rem !important; + } + .m-md-4 { + margin: 1rem !important; + } + .m-md-3 { + margin: 0.75rem !important; + } + .m-md-2 { + margin: 0.5rem !important; + } + .m-md-1 { + margin: 0.25rem !important; + } + .m-md-0 { + margin: 0 !important; + } + .m-md-auto { + margin: auto !important; + } + .mx-md-20 { + margin-right: 5rem !important; + margin-left: 5rem !important; + } + .mx-md-19 { + margin-right: 4.75rem !important; + margin-left: 4.75rem !important; + } + .mx-md-18 { + margin-right: 4.5rem !important; + margin-left: 4.5rem !important; + } + .mx-md-17 { + margin-right: 4.25rem !important; + margin-left: 4.25rem !important; + } + .mx-md-16 { + margin-right: 4rem !important; + margin-left: 4rem !important; + } + .mx-md-15 { + margin-right: 3.75rem !important; + margin-left: 3.75rem !important; + } + .mx-md-14 { + margin-right: 3.5rem !important; + margin-left: 3.5rem !important; + } + .mx-md-13 { + margin-right: 3.25rem !important; + margin-left: 3.25rem !important; + } + .mx-md-12 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + .mx-md-11 { + margin-right: 2.75rem !important; + margin-left: 2.75rem !important; + } + .mx-md-10 { + margin-right: 2.5rem !important; + margin-left: 2.5rem !important; + } + .mx-md-9 { + margin-right: 2.25rem !important; + margin-left: 2.25rem !important; + } + .mx-md-8 { + margin-right: 2rem !important; + margin-left: 2rem !important; + } + .mx-md-7 { + margin-right: 1.75rem !important; + margin-left: 1.75rem !important; + } + .mx-md-6 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + .mx-md-5 { + margin-right: 1.25rem !important; + margin-left: 1.25rem !important; + } + .mx-md-4 { + margin-right: 1rem !important; + margin-left: 1rem !important; + } + .mx-md-3 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; + } + .mx-md-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; + } + .mx-md-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; + } + .mx-md-0 { + margin-right: 0 !important; + margin-left: 0 !important; + } + .mx-md-auto { + margin-right: auto !important; + margin-left: auto !important; + } + .my-md-20 { + margin-top: 5rem !important; + margin-bottom: 5rem !important; + } + .my-md-19 { + margin-top: 4.75rem !important; + margin-bottom: 4.75rem !important; + } + .my-md-18 { + margin-top: 4.5rem !important; + margin-bottom: 4.5rem !important; + } + .my-md-17 { + margin-top: 4.25rem !important; + margin-bottom: 4.25rem !important; + } + .my-md-16 { + margin-top: 4rem !important; + margin-bottom: 4rem !important; + } + .my-md-15 { + margin-top: 3.75rem !important; + margin-bottom: 3.75rem !important; + } + .my-md-14 { + margin-top: 3.5rem !important; + margin-bottom: 3.5rem !important; + } + .my-md-13 { + margin-top: 3.25rem !important; + margin-bottom: 3.25rem !important; + } + .my-md-12 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .my-md-11 { + margin-top: 2.75rem !important; + margin-bottom: 2.75rem !important; + } + .my-md-10 { + margin-top: 2.5rem !important; + margin-bottom: 2.5rem !important; + } + .my-md-9 { + margin-top: 2.25rem !important; + margin-bottom: 2.25rem !important; + } + .my-md-8 { + margin-top: 2rem !important; + margin-bottom: 2rem !important; + } + .my-md-7 { + margin-top: 1.75rem !important; + margin-bottom: 1.75rem !important; + } + .my-md-6 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .my-md-5 { + margin-top: 1.25rem !important; + margin-bottom: 1.25rem !important; + } + .my-md-4 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + .my-md-3 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; + } + .my-md-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + .my-md-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + .my-md-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + .my-md-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + .mt-md-20 { + margin-top: 5rem !important; + } + .mt-md-19 { + margin-top: 4.75rem !important; + } + .mt-md-18 { + margin-top: 4.5rem !important; + } + .mt-md-17 { + margin-top: 4.25rem !important; + } + .mt-md-16 { + margin-top: 4rem !important; + } + .mt-md-15 { + margin-top: 3.75rem !important; + } + .mt-md-14 { + margin-top: 3.5rem !important; + } + .mt-md-13 { + margin-top: 3.25rem !important; + } + .mt-md-12 { + margin-top: 3rem !important; + } + .mt-md-11 { + margin-top: 2.75rem !important; + } + .mt-md-10 { + margin-top: 2.5rem !important; + } + .mt-md-9 { + margin-top: 2.25rem !important; + } + .mt-md-8 { + margin-top: 2rem !important; + } + .mt-md-7 { + margin-top: 1.75rem !important; + } + .mt-md-6 { + margin-top: 1.5rem !important; + } + .mt-md-5 { + margin-top: 1.25rem !important; + } + .mt-md-4 { + margin-top: 1rem !important; + } + .mt-md-3 { + margin-top: 0.75rem !important; + } + .mt-md-2 { + margin-top: 0.5rem !important; + } + .mt-md-1 { + margin-top: 0.25rem !important; + } + .mt-md-0 { + margin-top: 0 !important; + } + .mt-md-auto { + margin-top: auto !important; + } + .me-md-20 { + margin-right: 5rem !important; + } + .me-md-19 { + margin-right: 4.75rem !important; + } + .me-md-18 { + margin-right: 4.5rem !important; + } + .me-md-17 { + margin-right: 4.25rem !important; + } + .me-md-16 { + margin-right: 4rem !important; + } + .me-md-15 { + margin-right: 3.75rem !important; + } + .me-md-14 { + margin-right: 3.5rem !important; + } + .me-md-13 { + margin-right: 3.25rem !important; + } + .me-md-12 { + margin-right: 3rem !important; + } + .me-md-11 { + margin-right: 2.75rem !important; + } + .me-md-10 { + margin-right: 2.5rem !important; + } + .me-md-9 { + margin-right: 2.25rem !important; + } + .me-md-8 { + margin-right: 2rem !important; + } + .me-md-7 { + margin-right: 1.75rem !important; + } + .me-md-6 { + margin-right: 1.5rem !important; + } + .me-md-5 { + margin-right: 1.25rem !important; + } + .me-md-4 { + margin-right: 1rem !important; + } + .me-md-3 { + margin-right: 0.75rem !important; + } + .me-md-2 { + margin-right: 0.5rem !important; + } + .me-md-1 { + margin-right: 0.25rem !important; + } + .me-md-0 { + margin-right: 0 !important; + } + .me-md-auto { + margin-right: auto !important; + } + .mb-md-20 { + margin-bottom: 5rem !important; + } + .mb-md-19 { + margin-bottom: 4.75rem !important; + } + .mb-md-18 { + margin-bottom: 4.5rem !important; + } + .mb-md-17 { + margin-bottom: 4.25rem !important; + } + .mb-md-16 { + margin-bottom: 4rem !important; + } + .mb-md-15 { + margin-bottom: 3.75rem !important; + } + .mb-md-14 { + margin-bottom: 3.5rem !important; + } + .mb-md-13 { + margin-bottom: 3.25rem !important; + } + .mb-md-12 { + margin-bottom: 3rem !important; + } + .mb-md-11 { + margin-bottom: 2.75rem !important; + } + .mb-md-10 { + margin-bottom: 2.5rem !important; + } + .mb-md-9 { + margin-bottom: 2.25rem !important; + } + .mb-md-8 { + margin-bottom: 2rem !important; + } + .mb-md-7 { + margin-bottom: 1.75rem !important; + } + .mb-md-6 { + margin-bottom: 1.5rem !important; + } + .mb-md-5 { + margin-bottom: 1.25rem !important; + } + .mb-md-4 { + margin-bottom: 1rem !important; + } + .mb-md-3 { + margin-bottom: 0.75rem !important; + } + .mb-md-2 { + margin-bottom: 0.5rem !important; + } + .mb-md-1 { + margin-bottom: 0.25rem !important; + } + .mb-md-0 { + margin-bottom: 0 !important; + } + .mb-md-auto { + margin-bottom: auto !important; + } + .ms-md-20 { + margin-left: 5rem !important; + } + .ms-md-19 { + margin-left: 4.75rem !important; + } + .ms-md-18 { + margin-left: 4.5rem !important; + } + .ms-md-17 { + margin-left: 4.25rem !important; + } + .ms-md-16 { + margin-left: 4rem !important; + } + .ms-md-15 { + margin-left: 3.75rem !important; + } + .ms-md-14 { + margin-left: 3.5rem !important; + } + .ms-md-13 { + margin-left: 3.25rem !important; + } + .ms-md-12 { + margin-left: 3rem !important; + } + .ms-md-11 { + margin-left: 2.75rem !important; + } + .ms-md-10 { + margin-left: 2.5rem !important; + } + .ms-md-9 { + margin-left: 2.25rem !important; + } + .ms-md-8 { + margin-left: 2rem !important; + } + .ms-md-7 { + margin-left: 1.75rem !important; + } + .ms-md-6 { + margin-left: 1.5rem !important; + } + .ms-md-5 { + margin-left: 1.25rem !important; + } + .ms-md-4 { + margin-left: 1rem !important; + } + .ms-md-3 { + margin-left: 0.75rem !important; + } + .ms-md-2 { + margin-left: 0.5rem !important; + } + .ms-md-1 { + margin-left: 0.25rem !important; + } + .ms-md-0 { + margin-left: 0 !important; + } + .ms-md-auto { + margin-left: auto !important; + } + .p-md-20 { + padding: 5rem !important; + } + .p-md-19 { + padding: 4.75rem !important; + } + .p-md-18 { + padding: 4.5rem !important; + } + .p-md-17 { + padding: 4.25rem !important; + } + .p-md-16 { + padding: 4rem !important; + } + .p-md-15 { + padding: 3.75rem !important; + } + .p-md-14 { + padding: 3.5rem !important; + } + .p-md-13 { + padding: 3.25rem !important; + } + .p-md-12 { + padding: 3rem !important; + } + .p-md-11 { + padding: 2.75rem !important; + } + .p-md-10 { + padding: 2.5rem !important; + } + .p-md-9 { + padding: 2.25rem !important; + } + .p-md-8 { + padding: 2rem !important; + } + .p-md-7 { + padding: 1.75rem !important; + } + .p-md-6 { + padding: 1.5rem !important; + } + .p-md-5 { + padding: 1.25rem !important; + } + .p-md-4 { + padding: 1rem !important; + } + .p-md-3 { + padding: 0.75rem !important; + } + .p-md-2 { + padding: 0.5rem !important; + } + .p-md-1 { + padding: 0.25rem !important; + } + .p-md-0 { + padding: 0 !important; + } + .px-md-20 { + padding-right: 5rem !important; + padding-left: 5rem !important; + } + .px-md-19 { + padding-right: 4.75rem !important; + padding-left: 4.75rem !important; + } + .px-md-18 { + padding-right: 4.5rem !important; + padding-left: 4.5rem !important; + } + .px-md-17 { + padding-right: 4.25rem !important; + padding-left: 4.25rem !important; + } + .px-md-16 { + padding-right: 4rem !important; + padding-left: 4rem !important; + } + .px-md-15 { + padding-right: 3.75rem !important; + padding-left: 3.75rem !important; + } + .px-md-14 { + padding-right: 3.5rem !important; + padding-left: 3.5rem !important; + } + .px-md-13 { + padding-right: 3.25rem !important; + padding-left: 3.25rem !important; + } + .px-md-12 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + .px-md-11 { + padding-right: 2.75rem !important; + padding-left: 2.75rem !important; + } + .px-md-10 { + padding-right: 2.5rem !important; + padding-left: 2.5rem !important; + } + .px-md-9 { + padding-right: 2.25rem !important; + padding-left: 2.25rem !important; + } + .px-md-8 { + padding-right: 2rem !important; + padding-left: 2rem !important; + } + .px-md-7 { + padding-right: 1.75rem !important; + padding-left: 1.75rem !important; + } + .px-md-6 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + .px-md-5 { + padding-right: 1.25rem !important; + padding-left: 1.25rem !important; + } + .px-md-4 { + padding-right: 1rem !important; + padding-left: 1rem !important; + } + .px-md-3 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; + } + .px-md-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; + } + .px-md-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; + } + .px-md-0 { + padding-right: 0 !important; + padding-left: 0 !important; + } + .py-md-20 { + padding-top: 5rem !important; + padding-bottom: 5rem !important; + } + .py-md-19 { + padding-top: 4.75rem !important; + padding-bottom: 4.75rem !important; + } + .py-md-18 { + padding-top: 4.5rem !important; + padding-bottom: 4.5rem !important; + } + .py-md-17 { + padding-top: 4.25rem !important; + padding-bottom: 4.25rem !important; + } + .py-md-16 { + padding-top: 4rem !important; + padding-bottom: 4rem !important; + } + .py-md-15 { + padding-top: 3.75rem !important; + padding-bottom: 3.75rem !important; + } + .py-md-14 { + padding-top: 3.5rem !important; + padding-bottom: 3.5rem !important; + } + .py-md-13 { + padding-top: 3.25rem !important; + padding-bottom: 3.25rem !important; + } + .py-md-12 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .py-md-11 { + padding-top: 2.75rem !important; + padding-bottom: 2.75rem !important; + } + .py-md-10 { + padding-top: 2.5rem !important; + padding-bottom: 2.5rem !important; + } + .py-md-9 { + padding-top: 2.25rem !important; + padding-bottom: 2.25rem !important; + } + .py-md-8 { + padding-top: 2rem !important; + padding-bottom: 2rem !important; + } + .py-md-7 { + padding-top: 1.75rem !important; + padding-bottom: 1.75rem !important; + } + .py-md-6 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .py-md-5 { + padding-top: 1.25rem !important; + padding-bottom: 1.25rem !important; + } + .py-md-4 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + .py-md-3 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; + } + .py-md-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + .py-md-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + .py-md-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + .pt-md-20 { + padding-top: 5rem !important; + } + .pt-md-19 { + padding-top: 4.75rem !important; + } + .pt-md-18 { + padding-top: 4.5rem !important; + } + .pt-md-17 { + padding-top: 4.25rem !important; + } + .pt-md-16 { + padding-top: 4rem !important; + } + .pt-md-15 { + padding-top: 3.75rem !important; + } + .pt-md-14 { + padding-top: 3.5rem !important; + } + .pt-md-13 { + padding-top: 3.25rem !important; + } + .pt-md-12 { + padding-top: 3rem !important; + } + .pt-md-11 { + padding-top: 2.75rem !important; + } + .pt-md-10 { + padding-top: 2.5rem !important; + } + .pt-md-9 { + padding-top: 2.25rem !important; + } + .pt-md-8 { + padding-top: 2rem !important; + } + .pt-md-7 { + padding-top: 1.75rem !important; + } + .pt-md-6 { + padding-top: 1.5rem !important; + } + .pt-md-5 { + padding-top: 1.25rem !important; + } + .pt-md-4 { + padding-top: 1rem !important; + } + .pt-md-3 { + padding-top: 0.75rem !important; + } + .pt-md-2 { + padding-top: 0.5rem !important; + } + .pt-md-1 { + padding-top: 0.25rem !important; + } + .pt-md-0 { + padding-top: 0 !important; + } + .pe-md-20 { + padding-right: 5rem !important; + } + .pe-md-19 { + padding-right: 4.75rem !important; + } + .pe-md-18 { + padding-right: 4.5rem !important; + } + .pe-md-17 { + padding-right: 4.25rem !important; + } + .pe-md-16 { + padding-right: 4rem !important; + } + .pe-md-15 { + padding-right: 3.75rem !important; + } + .pe-md-14 { + padding-right: 3.5rem !important; + } + .pe-md-13 { + padding-right: 3.25rem !important; + } + .pe-md-12 { + padding-right: 3rem !important; + } + .pe-md-11 { + padding-right: 2.75rem !important; + } + .pe-md-10 { + padding-right: 2.5rem !important; + } + .pe-md-9 { + padding-right: 2.25rem !important; + } + .pe-md-8 { + padding-right: 2rem !important; + } + .pe-md-7 { + padding-right: 1.75rem !important; + } + .pe-md-6 { + padding-right: 1.5rem !important; + } + .pe-md-5 { + padding-right: 1.25rem !important; + } + .pe-md-4 { + padding-right: 1rem !important; + } + .pe-md-3 { + padding-right: 0.75rem !important; + } + .pe-md-2 { + padding-right: 0.5rem !important; + } + .pe-md-1 { + padding-right: 0.25rem !important; + } + .pe-md-0 { + padding-right: 0 !important; + } + .pb-md-20 { + padding-bottom: 5rem !important; + } + .pb-md-19 { + padding-bottom: 4.75rem !important; + } + .pb-md-18 { + padding-bottom: 4.5rem !important; + } + .pb-md-17 { + padding-bottom: 4.25rem !important; + } + .pb-md-16 { + padding-bottom: 4rem !important; + } + .pb-md-15 { + padding-bottom: 3.75rem !important; + } + .pb-md-14 { + padding-bottom: 3.5rem !important; + } + .pb-md-13 { + padding-bottom: 3.25rem !important; + } + .pb-md-12 { + padding-bottom: 3rem !important; + } + .pb-md-11 { + padding-bottom: 2.75rem !important; + } + .pb-md-10 { + padding-bottom: 2.5rem !important; + } + .pb-md-9 { + padding-bottom: 2.25rem !important; + } + .pb-md-8 { + padding-bottom: 2rem !important; + } + .pb-md-7 { + padding-bottom: 1.75rem !important; + } + .pb-md-6 { + padding-bottom: 1.5rem !important; + } + .pb-md-5 { + padding-bottom: 1.25rem !important; + } + .pb-md-4 { + padding-bottom: 1rem !important; + } + .pb-md-3 { + padding-bottom: 0.75rem !important; + } + .pb-md-2 { + padding-bottom: 0.5rem !important; + } + .pb-md-1 { + padding-bottom: 0.25rem !important; + } + .pb-md-0 { + padding-bottom: 0 !important; + } + .ps-md-20 { + padding-left: 5rem !important; + } + .ps-md-19 { + padding-left: 4.75rem !important; + } + .ps-md-18 { + padding-left: 4.5rem !important; + } + .ps-md-17 { + padding-left: 4.25rem !important; + } + .ps-md-16 { + padding-left: 4rem !important; + } + .ps-md-15 { + padding-left: 3.75rem !important; + } + .ps-md-14 { + padding-left: 3.5rem !important; + } + .ps-md-13 { + padding-left: 3.25rem !important; + } + .ps-md-12 { + padding-left: 3rem !important; + } + .ps-md-11 { + padding-left: 2.75rem !important; + } + .ps-md-10 { + padding-left: 2.5rem !important; + } + .ps-md-9 { + padding-left: 2.25rem !important; + } + .ps-md-8 { + padding-left: 2rem !important; + } + .ps-md-7 { + padding-left: 1.75rem !important; + } + .ps-md-6 { + padding-left: 1.5rem !important; + } + .ps-md-5 { + padding-left: 1.25rem !important; + } + .ps-md-4 { + padding-left: 1rem !important; + } + .ps-md-3 { + padding-left: 0.75rem !important; + } + .ps-md-2 { + padding-left: 0.5rem !important; + } + .ps-md-1 { + padding-left: 0.25rem !important; + } + .ps-md-0 { + padding-left: 0 !important; + } + .gap-md-20 { + gap: 5rem !important; + } + .gap-md-19 { + gap: 4.75rem !important; + } + .gap-md-18 { + gap: 4.5rem !important; + } + .gap-md-17 { + gap: 4.25rem !important; + } + .gap-md-16 { + gap: 4rem !important; + } + .gap-md-15 { + gap: 3.75rem !important; + } + .gap-md-14 { + gap: 3.5rem !important; + } + .gap-md-13 { + gap: 3.25rem !important; + } + .gap-md-12 { + gap: 3rem !important; + } + .gap-md-11 { + gap: 2.75rem !important; + } + .gap-md-10 { + gap: 2.5rem !important; + } + .gap-md-9 { + gap: 2.25rem !important; + } + .gap-md-8 { + gap: 2rem !important; + } + .gap-md-7 { + gap: 1.75rem !important; + } + .gap-md-6 { + gap: 1.5rem !important; + } + .gap-md-5 { + gap: 1.25rem !important; + } + .gap-md-4 { + gap: 1rem !important; + } + .gap-md-3 { + gap: 0.75rem !important; + } + .gap-md-2 { + gap: 0.5rem !important; + } + .gap-md-1 { + gap: 0.25rem !important; + } + .gap-md-0 { + gap: 0 !important; + } + .text-md-start { + text-align: left !important; + } + .text-md-end { + text-align: right !important; + } + .text-md-center { + text-align: center !important; + } +} +@media (min-width: 992px) { + .float-lg-start { + float: left !important; + } + .float-lg-end { + float: right !important; + } + .float-lg-none { + float: none !important; + } + .d-lg-inline { + display: inline !important; + } + .d-lg-inline-block { + display: inline-block !important; + } + .d-lg-block { + display: block !important; + } + .d-lg-grid { + display: grid !important; + } + .d-lg-table { + display: table !important; + } + .d-lg-table-row { + display: table-row !important; + } + .d-lg-table-cell { + display: table-cell !important; + } + .d-lg-flex { + display: flex !important; + } + .d-lg-inline-flex { + display: inline-flex !important; + } + .d-lg-none { + display: none !important; + } + .flex-lg-fill { + flex: 1 1 auto !important; + } + .flex-lg-row { + flex-direction: row !important; + } + .flex-lg-column { + flex-direction: column !important; + } + .flex-lg-row-reverse { + flex-direction: row-reverse !important; + } + .flex-lg-column-reverse { + flex-direction: column-reverse !important; + } + .flex-lg-grow-0 { + flex-grow: 0 !important; + } + .flex-lg-grow-1 { + flex-grow: 1 !important; + } + .flex-lg-shrink-0 { + flex-shrink: 0 !important; + } + .flex-lg-shrink-1 { + flex-shrink: 1 !important; + } + .flex-lg-wrap { + flex-wrap: wrap !important; + } + .flex-lg-nowrap { + flex-wrap: nowrap !important; + } + .flex-lg-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .justify-content-lg-start { + justify-content: flex-start !important; + } + .justify-content-lg-end { + justify-content: flex-end !important; + } + .justify-content-lg-center { + justify-content: center !important; + } + .justify-content-lg-between { + justify-content: space-between !important; + } + .justify-content-lg-around { + justify-content: space-around !important; + } + .justify-content-lg-evenly { + justify-content: space-evenly !important; + } + .align-items-lg-start { + align-items: flex-start !important; + } + .align-items-lg-end { + align-items: flex-end !important; + } + .align-items-lg-center { + align-items: center !important; + } + .align-items-lg-baseline { + align-items: baseline !important; + } + .align-items-lg-stretch { + align-items: stretch !important; + } + .align-content-lg-start { + align-content: flex-start !important; + } + .align-content-lg-end { + align-content: flex-end !important; + } + .align-content-lg-center { + align-content: center !important; + } + .align-content-lg-between { + align-content: space-between !important; + } + .align-content-lg-around { + align-content: space-around !important; + } + .align-content-lg-stretch { + align-content: stretch !important; + } + .align-self-lg-auto { + align-self: auto !important; + } + .align-self-lg-start { + align-self: flex-start !important; + } + .align-self-lg-end { + align-self: flex-end !important; + } + .align-self-lg-center { + align-self: center !important; + } + .align-self-lg-baseline { + align-self: baseline !important; + } + .align-self-lg-stretch { + align-self: stretch !important; + } + .order-lg-first { + order: -1 !important; + } + .order-lg-0 { + order: 0 !important; + } + .order-lg-1 { + order: 1 !important; + } + .order-lg-2 { + order: 2 !important; + } + .order-lg-3 { + order: 3 !important; + } + .order-lg-4 { + order: 4 !important; + } + .order-lg-5 { + order: 5 !important; + } + .order-lg-last { + order: 6 !important; + } + .m-lg-20 { + margin: 5rem !important; + } + .m-lg-19 { + margin: 4.75rem !important; + } + .m-lg-18 { + margin: 4.5rem !important; + } + .m-lg-17 { + margin: 4.25rem !important; + } + .m-lg-16 { + margin: 4rem !important; + } + .m-lg-15 { + margin: 3.75rem !important; + } + .m-lg-14 { + margin: 3.5rem !important; + } + .m-lg-13 { + margin: 3.25rem !important; + } + .m-lg-12 { + margin: 3rem !important; + } + .m-lg-11 { + margin: 2.75rem !important; + } + .m-lg-10 { + margin: 2.5rem !important; + } + .m-lg-9 { + margin: 2.25rem !important; + } + .m-lg-8 { + margin: 2rem !important; + } + .m-lg-7 { + margin: 1.75rem !important; + } + .m-lg-6 { + margin: 1.5rem !important; + } + .m-lg-5 { + margin: 1.25rem !important; + } + .m-lg-4 { + margin: 1rem !important; + } + .m-lg-3 { + margin: 0.75rem !important; + } + .m-lg-2 { + margin: 0.5rem !important; + } + .m-lg-1 { + margin: 0.25rem !important; + } + .m-lg-0 { + margin: 0 !important; + } + .m-lg-auto { + margin: auto !important; + } + .mx-lg-20 { + margin-right: 5rem !important; + margin-left: 5rem !important; + } + .mx-lg-19 { + margin-right: 4.75rem !important; + margin-left: 4.75rem !important; + } + .mx-lg-18 { + margin-right: 4.5rem !important; + margin-left: 4.5rem !important; + } + .mx-lg-17 { + margin-right: 4.25rem !important; + margin-left: 4.25rem !important; + } + .mx-lg-16 { + margin-right: 4rem !important; + margin-left: 4rem !important; + } + .mx-lg-15 { + margin-right: 3.75rem !important; + margin-left: 3.75rem !important; + } + .mx-lg-14 { + margin-right: 3.5rem !important; + margin-left: 3.5rem !important; + } + .mx-lg-13 { + margin-right: 3.25rem !important; + margin-left: 3.25rem !important; + } + .mx-lg-12 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + .mx-lg-11 { + margin-right: 2.75rem !important; + margin-left: 2.75rem !important; + } + .mx-lg-10 { + margin-right: 2.5rem !important; + margin-left: 2.5rem !important; + } + .mx-lg-9 { + margin-right: 2.25rem !important; + margin-left: 2.25rem !important; + } + .mx-lg-8 { + margin-right: 2rem !important; + margin-left: 2rem !important; + } + .mx-lg-7 { + margin-right: 1.75rem !important; + margin-left: 1.75rem !important; + } + .mx-lg-6 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + .mx-lg-5 { + margin-right: 1.25rem !important; + margin-left: 1.25rem !important; + } + .mx-lg-4 { + margin-right: 1rem !important; + margin-left: 1rem !important; + } + .mx-lg-3 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; + } + .mx-lg-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; + } + .mx-lg-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; + } + .mx-lg-0 { + margin-right: 0 !important; + margin-left: 0 !important; + } + .mx-lg-auto { + margin-right: auto !important; + margin-left: auto !important; + } + .my-lg-20 { + margin-top: 5rem !important; + margin-bottom: 5rem !important; + } + .my-lg-19 { + margin-top: 4.75rem !important; + margin-bottom: 4.75rem !important; + } + .my-lg-18 { + margin-top: 4.5rem !important; + margin-bottom: 4.5rem !important; + } + .my-lg-17 { + margin-top: 4.25rem !important; + margin-bottom: 4.25rem !important; + } + .my-lg-16 { + margin-top: 4rem !important; + margin-bottom: 4rem !important; + } + .my-lg-15 { + margin-top: 3.75rem !important; + margin-bottom: 3.75rem !important; + } + .my-lg-14 { + margin-top: 3.5rem !important; + margin-bottom: 3.5rem !important; + } + .my-lg-13 { + margin-top: 3.25rem !important; + margin-bottom: 3.25rem !important; + } + .my-lg-12 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .my-lg-11 { + margin-top: 2.75rem !important; + margin-bottom: 2.75rem !important; + } + .my-lg-10 { + margin-top: 2.5rem !important; + margin-bottom: 2.5rem !important; + } + .my-lg-9 { + margin-top: 2.25rem !important; + margin-bottom: 2.25rem !important; + } + .my-lg-8 { + margin-top: 2rem !important; + margin-bottom: 2rem !important; + } + .my-lg-7 { + margin-top: 1.75rem !important; + margin-bottom: 1.75rem !important; + } + .my-lg-6 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .my-lg-5 { + margin-top: 1.25rem !important; + margin-bottom: 1.25rem !important; + } + .my-lg-4 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + .my-lg-3 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; + } + .my-lg-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + .my-lg-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + .my-lg-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + .my-lg-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + .mt-lg-20 { + margin-top: 5rem !important; + } + .mt-lg-19 { + margin-top: 4.75rem !important; + } + .mt-lg-18 { + margin-top: 4.5rem !important; + } + .mt-lg-17 { + margin-top: 4.25rem !important; + } + .mt-lg-16 { + margin-top: 4rem !important; + } + .mt-lg-15 { + margin-top: 3.75rem !important; + } + .mt-lg-14 { + margin-top: 3.5rem !important; + } + .mt-lg-13 { + margin-top: 3.25rem !important; + } + .mt-lg-12 { + margin-top: 3rem !important; + } + .mt-lg-11 { + margin-top: 2.75rem !important; + } + .mt-lg-10 { + margin-top: 2.5rem !important; + } + .mt-lg-9 { + margin-top: 2.25rem !important; + } + .mt-lg-8 { + margin-top: 2rem !important; + } + .mt-lg-7 { + margin-top: 1.75rem !important; + } + .mt-lg-6 { + margin-top: 1.5rem !important; + } + .mt-lg-5 { + margin-top: 1.25rem !important; + } + .mt-lg-4 { + margin-top: 1rem !important; + } + .mt-lg-3 { + margin-top: 0.75rem !important; + } + .mt-lg-2 { + margin-top: 0.5rem !important; + } + .mt-lg-1 { + margin-top: 0.25rem !important; + } + .mt-lg-0 { + margin-top: 0 !important; + } + .mt-lg-auto { + margin-top: auto !important; + } + .me-lg-20 { + margin-right: 5rem !important; + } + .me-lg-19 { + margin-right: 4.75rem !important; + } + .me-lg-18 { + margin-right: 4.5rem !important; + } + .me-lg-17 { + margin-right: 4.25rem !important; + } + .me-lg-16 { + margin-right: 4rem !important; + } + .me-lg-15 { + margin-right: 3.75rem !important; + } + .me-lg-14 { + margin-right: 3.5rem !important; + } + .me-lg-13 { + margin-right: 3.25rem !important; + } + .me-lg-12 { + margin-right: 3rem !important; + } + .me-lg-11 { + margin-right: 2.75rem !important; + } + .me-lg-10 { + margin-right: 2.5rem !important; + } + .me-lg-9 { + margin-right: 2.25rem !important; + } + .me-lg-8 { + margin-right: 2rem !important; + } + .me-lg-7 { + margin-right: 1.75rem !important; + } + .me-lg-6 { + margin-right: 1.5rem !important; + } + .me-lg-5 { + margin-right: 1.25rem !important; + } + .me-lg-4 { + margin-right: 1rem !important; + } + .me-lg-3 { + margin-right: 0.75rem !important; + } + .me-lg-2 { + margin-right: 0.5rem !important; + } + .me-lg-1 { + margin-right: 0.25rem !important; + } + .me-lg-0 { + margin-right: 0 !important; + } + .me-lg-auto { + margin-right: auto !important; + } + .mb-lg-20 { + margin-bottom: 5rem !important; + } + .mb-lg-19 { + margin-bottom: 4.75rem !important; + } + .mb-lg-18 { + margin-bottom: 4.5rem !important; + } + .mb-lg-17 { + margin-bottom: 4.25rem !important; + } + .mb-lg-16 { + margin-bottom: 4rem !important; + } + .mb-lg-15 { + margin-bottom: 3.75rem !important; + } + .mb-lg-14 { + margin-bottom: 3.5rem !important; + } + .mb-lg-13 { + margin-bottom: 3.25rem !important; + } + .mb-lg-12 { + margin-bottom: 3rem !important; + } + .mb-lg-11 { + margin-bottom: 2.75rem !important; + } + .mb-lg-10 { + margin-bottom: 2.5rem !important; + } + .mb-lg-9 { + margin-bottom: 2.25rem !important; + } + .mb-lg-8 { + margin-bottom: 2rem !important; + } + .mb-lg-7 { + margin-bottom: 1.75rem !important; + } + .mb-lg-6 { + margin-bottom: 1.5rem !important; + } + .mb-lg-5 { + margin-bottom: 1.25rem !important; + } + .mb-lg-4 { + margin-bottom: 1rem !important; + } + .mb-lg-3 { + margin-bottom: 0.75rem !important; + } + .mb-lg-2 { + margin-bottom: 0.5rem !important; + } + .mb-lg-1 { + margin-bottom: 0.25rem !important; + } + .mb-lg-0 { + margin-bottom: 0 !important; + } + .mb-lg-auto { + margin-bottom: auto !important; + } + .ms-lg-20 { + margin-left: 5rem !important; + } + .ms-lg-19 { + margin-left: 4.75rem !important; + } + .ms-lg-18 { + margin-left: 4.5rem !important; + } + .ms-lg-17 { + margin-left: 4.25rem !important; + } + .ms-lg-16 { + margin-left: 4rem !important; + } + .ms-lg-15 { + margin-left: 3.75rem !important; + } + .ms-lg-14 { + margin-left: 3.5rem !important; + } + .ms-lg-13 { + margin-left: 3.25rem !important; + } + .ms-lg-12 { + margin-left: 3rem !important; + } + .ms-lg-11 { + margin-left: 2.75rem !important; + } + .ms-lg-10 { + margin-left: 2.5rem !important; + } + .ms-lg-9 { + margin-left: 2.25rem !important; + } + .ms-lg-8 { + margin-left: 2rem !important; + } + .ms-lg-7 { + margin-left: 1.75rem !important; + } + .ms-lg-6 { + margin-left: 1.5rem !important; + } + .ms-lg-5 { + margin-left: 1.25rem !important; + } + .ms-lg-4 { + margin-left: 1rem !important; + } + .ms-lg-3 { + margin-left: 0.75rem !important; + } + .ms-lg-2 { + margin-left: 0.5rem !important; + } + .ms-lg-1 { + margin-left: 0.25rem !important; + } + .ms-lg-0 { + margin-left: 0 !important; + } + .ms-lg-auto { + margin-left: auto !important; + } + .p-lg-20 { + padding: 5rem !important; + } + .p-lg-19 { + padding: 4.75rem !important; + } + .p-lg-18 { + padding: 4.5rem !important; + } + .p-lg-17 { + padding: 4.25rem !important; + } + .p-lg-16 { + padding: 4rem !important; + } + .p-lg-15 { + padding: 3.75rem !important; + } + .p-lg-14 { + padding: 3.5rem !important; + } + .p-lg-13 { + padding: 3.25rem !important; + } + .p-lg-12 { + padding: 3rem !important; + } + .p-lg-11 { + padding: 2.75rem !important; + } + .p-lg-10 { + padding: 2.5rem !important; + } + .p-lg-9 { + padding: 2.25rem !important; + } + .p-lg-8 { + padding: 2rem !important; + } + .p-lg-7 { + padding: 1.75rem !important; + } + .p-lg-6 { + padding: 1.5rem !important; + } + .p-lg-5 { + padding: 1.25rem !important; + } + .p-lg-4 { + padding: 1rem !important; + } + .p-lg-3 { + padding: 0.75rem !important; + } + .p-lg-2 { + padding: 0.5rem !important; + } + .p-lg-1 { + padding: 0.25rem !important; + } + .p-lg-0 { + padding: 0 !important; + } + .px-lg-20 { + padding-right: 5rem !important; + padding-left: 5rem !important; + } + .px-lg-19 { + padding-right: 4.75rem !important; + padding-left: 4.75rem !important; + } + .px-lg-18 { + padding-right: 4.5rem !important; + padding-left: 4.5rem !important; + } + .px-lg-17 { + padding-right: 4.25rem !important; + padding-left: 4.25rem !important; + } + .px-lg-16 { + padding-right: 4rem !important; + padding-left: 4rem !important; + } + .px-lg-15 { + padding-right: 3.75rem !important; + padding-left: 3.75rem !important; + } + .px-lg-14 { + padding-right: 3.5rem !important; + padding-left: 3.5rem !important; + } + .px-lg-13 { + padding-right: 3.25rem !important; + padding-left: 3.25rem !important; + } + .px-lg-12 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + .px-lg-11 { + padding-right: 2.75rem !important; + padding-left: 2.75rem !important; + } + .px-lg-10 { + padding-right: 2.5rem !important; + padding-left: 2.5rem !important; + } + .px-lg-9 { + padding-right: 2.25rem !important; + padding-left: 2.25rem !important; + } + .px-lg-8 { + padding-right: 2rem !important; + padding-left: 2rem !important; + } + .px-lg-7 { + padding-right: 1.75rem !important; + padding-left: 1.75rem !important; + } + .px-lg-6 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + .px-lg-5 { + padding-right: 1.25rem !important; + padding-left: 1.25rem !important; + } + .px-lg-4 { + padding-right: 1rem !important; + padding-left: 1rem !important; + } + .px-lg-3 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; + } + .px-lg-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; + } + .px-lg-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; + } + .px-lg-0 { + padding-right: 0 !important; + padding-left: 0 !important; + } + .py-lg-20 { + padding-top: 5rem !important; + padding-bottom: 5rem !important; + } + .py-lg-19 { + padding-top: 4.75rem !important; + padding-bottom: 4.75rem !important; + } + .py-lg-18 { + padding-top: 4.5rem !important; + padding-bottom: 4.5rem !important; + } + .py-lg-17 { + padding-top: 4.25rem !important; + padding-bottom: 4.25rem !important; + } + .py-lg-16 { + padding-top: 4rem !important; + padding-bottom: 4rem !important; + } + .py-lg-15 { + padding-top: 3.75rem !important; + padding-bottom: 3.75rem !important; + } + .py-lg-14 { + padding-top: 3.5rem !important; + padding-bottom: 3.5rem !important; + } + .py-lg-13 { + padding-top: 3.25rem !important; + padding-bottom: 3.25rem !important; + } + .py-lg-12 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .py-lg-11 { + padding-top: 2.75rem !important; + padding-bottom: 2.75rem !important; + } + .py-lg-10 { + padding-top: 2.5rem !important; + padding-bottom: 2.5rem !important; + } + .py-lg-9 { + padding-top: 2.25rem !important; + padding-bottom: 2.25rem !important; + } + .py-lg-8 { + padding-top: 2rem !important; + padding-bottom: 2rem !important; + } + .py-lg-7 { + padding-top: 1.75rem !important; + padding-bottom: 1.75rem !important; + } + .py-lg-6 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .py-lg-5 { + padding-top: 1.25rem !important; + padding-bottom: 1.25rem !important; + } + .py-lg-4 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + .py-lg-3 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; + } + .py-lg-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + .py-lg-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + .py-lg-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + .pt-lg-20 { + padding-top: 5rem !important; + } + .pt-lg-19 { + padding-top: 4.75rem !important; + } + .pt-lg-18 { + padding-top: 4.5rem !important; + } + .pt-lg-17 { + padding-top: 4.25rem !important; + } + .pt-lg-16 { + padding-top: 4rem !important; + } + .pt-lg-15 { + padding-top: 3.75rem !important; + } + .pt-lg-14 { + padding-top: 3.5rem !important; + } + .pt-lg-13 { + padding-top: 3.25rem !important; + } + .pt-lg-12 { + padding-top: 3rem !important; + } + .pt-lg-11 { + padding-top: 2.75rem !important; + } + .pt-lg-10 { + padding-top: 2.5rem !important; + } + .pt-lg-9 { + padding-top: 2.25rem !important; + } + .pt-lg-8 { + padding-top: 2rem !important; + } + .pt-lg-7 { + padding-top: 1.75rem !important; + } + .pt-lg-6 { + padding-top: 1.5rem !important; + } + .pt-lg-5 { + padding-top: 1.25rem !important; + } + .pt-lg-4 { + padding-top: 1rem !important; + } + .pt-lg-3 { + padding-top: 0.75rem !important; + } + .pt-lg-2 { + padding-top: 0.5rem !important; + } + .pt-lg-1 { + padding-top: 0.25rem !important; + } + .pt-lg-0 { + padding-top: 0 !important; + } + .pe-lg-20 { + padding-right: 5rem !important; + } + .pe-lg-19 { + padding-right: 4.75rem !important; + } + .pe-lg-18 { + padding-right: 4.5rem !important; + } + .pe-lg-17 { + padding-right: 4.25rem !important; + } + .pe-lg-16 { + padding-right: 4rem !important; + } + .pe-lg-15 { + padding-right: 3.75rem !important; + } + .pe-lg-14 { + padding-right: 3.5rem !important; + } + .pe-lg-13 { + padding-right: 3.25rem !important; + } + .pe-lg-12 { + padding-right: 3rem !important; + } + .pe-lg-11 { + padding-right: 2.75rem !important; + } + .pe-lg-10 { + padding-right: 2.5rem !important; + } + .pe-lg-9 { + padding-right: 2.25rem !important; + } + .pe-lg-8 { + padding-right: 2rem !important; + } + .pe-lg-7 { + padding-right: 1.75rem !important; + } + .pe-lg-6 { + padding-right: 1.5rem !important; + } + .pe-lg-5 { + padding-right: 1.25rem !important; + } + .pe-lg-4 { + padding-right: 1rem !important; + } + .pe-lg-3 { + padding-right: 0.75rem !important; + } + .pe-lg-2 { + padding-right: 0.5rem !important; + } + .pe-lg-1 { + padding-right: 0.25rem !important; + } + .pe-lg-0 { + padding-right: 0 !important; + } + .pb-lg-20 { + padding-bottom: 5rem !important; + } + .pb-lg-19 { + padding-bottom: 4.75rem !important; + } + .pb-lg-18 { + padding-bottom: 4.5rem !important; + } + .pb-lg-17 { + padding-bottom: 4.25rem !important; + } + .pb-lg-16 { + padding-bottom: 4rem !important; + } + .pb-lg-15 { + padding-bottom: 3.75rem !important; + } + .pb-lg-14 { + padding-bottom: 3.5rem !important; + } + .pb-lg-13 { + padding-bottom: 3.25rem !important; + } + .pb-lg-12 { + padding-bottom: 3rem !important; + } + .pb-lg-11 { + padding-bottom: 2.75rem !important; + } + .pb-lg-10 { + padding-bottom: 2.5rem !important; + } + .pb-lg-9 { + padding-bottom: 2.25rem !important; + } + .pb-lg-8 { + padding-bottom: 2rem !important; + } + .pb-lg-7 { + padding-bottom: 1.75rem !important; + } + .pb-lg-6 { + padding-bottom: 1.5rem !important; + } + .pb-lg-5 { + padding-bottom: 1.25rem !important; + } + .pb-lg-4 { + padding-bottom: 1rem !important; + } + .pb-lg-3 { + padding-bottom: 0.75rem !important; + } + .pb-lg-2 { + padding-bottom: 0.5rem !important; + } + .pb-lg-1 { + padding-bottom: 0.25rem !important; + } + .pb-lg-0 { + padding-bottom: 0 !important; + } + .ps-lg-20 { + padding-left: 5rem !important; + } + .ps-lg-19 { + padding-left: 4.75rem !important; + } + .ps-lg-18 { + padding-left: 4.5rem !important; + } + .ps-lg-17 { + padding-left: 4.25rem !important; + } + .ps-lg-16 { + padding-left: 4rem !important; + } + .ps-lg-15 { + padding-left: 3.75rem !important; + } + .ps-lg-14 { + padding-left: 3.5rem !important; + } + .ps-lg-13 { + padding-left: 3.25rem !important; + } + .ps-lg-12 { + padding-left: 3rem !important; + } + .ps-lg-11 { + padding-left: 2.75rem !important; + } + .ps-lg-10 { + padding-left: 2.5rem !important; + } + .ps-lg-9 { + padding-left: 2.25rem !important; + } + .ps-lg-8 { + padding-left: 2rem !important; + } + .ps-lg-7 { + padding-left: 1.75rem !important; + } + .ps-lg-6 { + padding-left: 1.5rem !important; + } + .ps-lg-5 { + padding-left: 1.25rem !important; + } + .ps-lg-4 { + padding-left: 1rem !important; + } + .ps-lg-3 { + padding-left: 0.75rem !important; + } + .ps-lg-2 { + padding-left: 0.5rem !important; + } + .ps-lg-1 { + padding-left: 0.25rem !important; + } + .ps-lg-0 { + padding-left: 0 !important; + } + .gap-lg-20 { + gap: 5rem !important; + } + .gap-lg-19 { + gap: 4.75rem !important; + } + .gap-lg-18 { + gap: 4.5rem !important; + } + .gap-lg-17 { + gap: 4.25rem !important; + } + .gap-lg-16 { + gap: 4rem !important; + } + .gap-lg-15 { + gap: 3.75rem !important; + } + .gap-lg-14 { + gap: 3.5rem !important; + } + .gap-lg-13 { + gap: 3.25rem !important; + } + .gap-lg-12 { + gap: 3rem !important; + } + .gap-lg-11 { + gap: 2.75rem !important; + } + .gap-lg-10 { + gap: 2.5rem !important; + } + .gap-lg-9 { + gap: 2.25rem !important; + } + .gap-lg-8 { + gap: 2rem !important; + } + .gap-lg-7 { + gap: 1.75rem !important; + } + .gap-lg-6 { + gap: 1.5rem !important; + } + .gap-lg-5 { + gap: 1.25rem !important; + } + .gap-lg-4 { + gap: 1rem !important; + } + .gap-lg-3 { + gap: 0.75rem !important; + } + .gap-lg-2 { + gap: 0.5rem !important; + } + .gap-lg-1 { + gap: 0.25rem !important; + } + .gap-lg-0 { + gap: 0 !important; + } + .text-lg-start { + text-align: left !important; + } + .text-lg-end { + text-align: right !important; + } + .text-lg-center { + text-align: center !important; + } +} +@media (min-width: 1200px) { + .float-xl-start { + float: left !important; + } + .float-xl-end { + float: right !important; + } + .float-xl-none { + float: none !important; + } + .d-xl-inline { + display: inline !important; + } + .d-xl-inline-block { + display: inline-block !important; + } + .d-xl-block { + display: block !important; + } + .d-xl-grid { + display: grid !important; + } + .d-xl-table { + display: table !important; + } + .d-xl-table-row { + display: table-row !important; + } + .d-xl-table-cell { + display: table-cell !important; + } + .d-xl-flex { + display: flex !important; + } + .d-xl-inline-flex { + display: inline-flex !important; + } + .d-xl-none { + display: none !important; + } + .flex-xl-fill { + flex: 1 1 auto !important; + } + .flex-xl-row { + flex-direction: row !important; + } + .flex-xl-column { + flex-direction: column !important; + } + .flex-xl-row-reverse { + flex-direction: row-reverse !important; + } + .flex-xl-column-reverse { + flex-direction: column-reverse !important; + } + .flex-xl-grow-0 { + flex-grow: 0 !important; + } + .flex-xl-grow-1 { + flex-grow: 1 !important; + } + .flex-xl-shrink-0 { + flex-shrink: 0 !important; + } + .flex-xl-shrink-1 { + flex-shrink: 1 !important; + } + .flex-xl-wrap { + flex-wrap: wrap !important; + } + .flex-xl-nowrap { + flex-wrap: nowrap !important; + } + .flex-xl-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .justify-content-xl-start { + justify-content: flex-start !important; + } + .justify-content-xl-end { + justify-content: flex-end !important; + } + .justify-content-xl-center { + justify-content: center !important; + } + .justify-content-xl-between { + justify-content: space-between !important; + } + .justify-content-xl-around { + justify-content: space-around !important; + } + .justify-content-xl-evenly { + justify-content: space-evenly !important; + } + .align-items-xl-start { + align-items: flex-start !important; + } + .align-items-xl-end { + align-items: flex-end !important; + } + .align-items-xl-center { + align-items: center !important; + } + .align-items-xl-baseline { + align-items: baseline !important; + } + .align-items-xl-stretch { + align-items: stretch !important; + } + .align-content-xl-start { + align-content: flex-start !important; + } + .align-content-xl-end { + align-content: flex-end !important; + } + .align-content-xl-center { + align-content: center !important; + } + .align-content-xl-between { + align-content: space-between !important; + } + .align-content-xl-around { + align-content: space-around !important; + } + .align-content-xl-stretch { + align-content: stretch !important; + } + .align-self-xl-auto { + align-self: auto !important; + } + .align-self-xl-start { + align-self: flex-start !important; + } + .align-self-xl-end { + align-self: flex-end !important; + } + .align-self-xl-center { + align-self: center !important; + } + .align-self-xl-baseline { + align-self: baseline !important; + } + .align-self-xl-stretch { + align-self: stretch !important; + } + .order-xl-first { + order: -1 !important; + } + .order-xl-0 { + order: 0 !important; + } + .order-xl-1 { + order: 1 !important; + } + .order-xl-2 { + order: 2 !important; + } + .order-xl-3 { + order: 3 !important; + } + .order-xl-4 { + order: 4 !important; + } + .order-xl-5 { + order: 5 !important; + } + .order-xl-last { + order: 6 !important; + } + .m-xl-20 { + margin: 5rem !important; + } + .m-xl-19 { + margin: 4.75rem !important; + } + .m-xl-18 { + margin: 4.5rem !important; + } + .m-xl-17 { + margin: 4.25rem !important; + } + .m-xl-16 { + margin: 4rem !important; + } + .m-xl-15 { + margin: 3.75rem !important; + } + .m-xl-14 { + margin: 3.5rem !important; + } + .m-xl-13 { + margin: 3.25rem !important; + } + .m-xl-12 { + margin: 3rem !important; + } + .m-xl-11 { + margin: 2.75rem !important; + } + .m-xl-10 { + margin: 2.5rem !important; + } + .m-xl-9 { + margin: 2.25rem !important; + } + .m-xl-8 { + margin: 2rem !important; + } + .m-xl-7 { + margin: 1.75rem !important; + } + .m-xl-6 { + margin: 1.5rem !important; + } + .m-xl-5 { + margin: 1.25rem !important; + } + .m-xl-4 { + margin: 1rem !important; + } + .m-xl-3 { + margin: 0.75rem !important; + } + .m-xl-2 { + margin: 0.5rem !important; + } + .m-xl-1 { + margin: 0.25rem !important; + } + .m-xl-0 { + margin: 0 !important; + } + .m-xl-auto { + margin: auto !important; + } + .mx-xl-20 { + margin-right: 5rem !important; + margin-left: 5rem !important; + } + .mx-xl-19 { + margin-right: 4.75rem !important; + margin-left: 4.75rem !important; + } + .mx-xl-18 { + margin-right: 4.5rem !important; + margin-left: 4.5rem !important; + } + .mx-xl-17 { + margin-right: 4.25rem !important; + margin-left: 4.25rem !important; + } + .mx-xl-16 { + margin-right: 4rem !important; + margin-left: 4rem !important; + } + .mx-xl-15 { + margin-right: 3.75rem !important; + margin-left: 3.75rem !important; + } + .mx-xl-14 { + margin-right: 3.5rem !important; + margin-left: 3.5rem !important; + } + .mx-xl-13 { + margin-right: 3.25rem !important; + margin-left: 3.25rem !important; + } + .mx-xl-12 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + .mx-xl-11 { + margin-right: 2.75rem !important; + margin-left: 2.75rem !important; + } + .mx-xl-10 { + margin-right: 2.5rem !important; + margin-left: 2.5rem !important; + } + .mx-xl-9 { + margin-right: 2.25rem !important; + margin-left: 2.25rem !important; + } + .mx-xl-8 { + margin-right: 2rem !important; + margin-left: 2rem !important; + } + .mx-xl-7 { + margin-right: 1.75rem !important; + margin-left: 1.75rem !important; + } + .mx-xl-6 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + .mx-xl-5 { + margin-right: 1.25rem !important; + margin-left: 1.25rem !important; + } + .mx-xl-4 { + margin-right: 1rem !important; + margin-left: 1rem !important; + } + .mx-xl-3 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; + } + .mx-xl-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; + } + .mx-xl-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; + } + .mx-xl-0 { + margin-right: 0 !important; + margin-left: 0 !important; + } + .mx-xl-auto { + margin-right: auto !important; + margin-left: auto !important; + } + .my-xl-20 { + margin-top: 5rem !important; + margin-bottom: 5rem !important; + } + .my-xl-19 { + margin-top: 4.75rem !important; + margin-bottom: 4.75rem !important; + } + .my-xl-18 { + margin-top: 4.5rem !important; + margin-bottom: 4.5rem !important; + } + .my-xl-17 { + margin-top: 4.25rem !important; + margin-bottom: 4.25rem !important; + } + .my-xl-16 { + margin-top: 4rem !important; + margin-bottom: 4rem !important; + } + .my-xl-15 { + margin-top: 3.75rem !important; + margin-bottom: 3.75rem !important; + } + .my-xl-14 { + margin-top: 3.5rem !important; + margin-bottom: 3.5rem !important; + } + .my-xl-13 { + margin-top: 3.25rem !important; + margin-bottom: 3.25rem !important; + } + .my-xl-12 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .my-xl-11 { + margin-top: 2.75rem !important; + margin-bottom: 2.75rem !important; + } + .my-xl-10 { + margin-top: 2.5rem !important; + margin-bottom: 2.5rem !important; + } + .my-xl-9 { + margin-top: 2.25rem !important; + margin-bottom: 2.25rem !important; + } + .my-xl-8 { + margin-top: 2rem !important; + margin-bottom: 2rem !important; + } + .my-xl-7 { + margin-top: 1.75rem !important; + margin-bottom: 1.75rem !important; + } + .my-xl-6 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .my-xl-5 { + margin-top: 1.25rem !important; + margin-bottom: 1.25rem !important; + } + .my-xl-4 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + .my-xl-3 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; + } + .my-xl-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + .my-xl-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + .my-xl-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + .my-xl-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + .mt-xl-20 { + margin-top: 5rem !important; + } + .mt-xl-19 { + margin-top: 4.75rem !important; + } + .mt-xl-18 { + margin-top: 4.5rem !important; + } + .mt-xl-17 { + margin-top: 4.25rem !important; + } + .mt-xl-16 { + margin-top: 4rem !important; + } + .mt-xl-15 { + margin-top: 3.75rem !important; + } + .mt-xl-14 { + margin-top: 3.5rem !important; + } + .mt-xl-13 { + margin-top: 3.25rem !important; + } + .mt-xl-12 { + margin-top: 3rem !important; + } + .mt-xl-11 { + margin-top: 2.75rem !important; + } + .mt-xl-10 { + margin-top: 2.5rem !important; + } + .mt-xl-9 { + margin-top: 2.25rem !important; + } + .mt-xl-8 { + margin-top: 2rem !important; + } + .mt-xl-7 { + margin-top: 1.75rem !important; + } + .mt-xl-6 { + margin-top: 1.5rem !important; + } + .mt-xl-5 { + margin-top: 1.25rem !important; + } + .mt-xl-4 { + margin-top: 1rem !important; + } + .mt-xl-3 { + margin-top: 0.75rem !important; + } + .mt-xl-2 { + margin-top: 0.5rem !important; + } + .mt-xl-1 { + margin-top: 0.25rem !important; + } + .mt-xl-0 { + margin-top: 0 !important; + } + .mt-xl-auto { + margin-top: auto !important; + } + .me-xl-20 { + margin-right: 5rem !important; + } + .me-xl-19 { + margin-right: 4.75rem !important; + } + .me-xl-18 { + margin-right: 4.5rem !important; + } + .me-xl-17 { + margin-right: 4.25rem !important; + } + .me-xl-16 { + margin-right: 4rem !important; + } + .me-xl-15 { + margin-right: 3.75rem !important; + } + .me-xl-14 { + margin-right: 3.5rem !important; + } + .me-xl-13 { + margin-right: 3.25rem !important; + } + .me-xl-12 { + margin-right: 3rem !important; + } + .me-xl-11 { + margin-right: 2.75rem !important; + } + .me-xl-10 { + margin-right: 2.5rem !important; + } + .me-xl-9 { + margin-right: 2.25rem !important; + } + .me-xl-8 { + margin-right: 2rem !important; + } + .me-xl-7 { + margin-right: 1.75rem !important; + } + .me-xl-6 { + margin-right: 1.5rem !important; + } + .me-xl-5 { + margin-right: 1.25rem !important; + } + .me-xl-4 { + margin-right: 1rem !important; + } + .me-xl-3 { + margin-right: 0.75rem !important; + } + .me-xl-2 { + margin-right: 0.5rem !important; + } + .me-xl-1 { + margin-right: 0.25rem !important; + } + .me-xl-0 { + margin-right: 0 !important; + } + .me-xl-auto { + margin-right: auto !important; + } + .mb-xl-20 { + margin-bottom: 5rem !important; + } + .mb-xl-19 { + margin-bottom: 4.75rem !important; + } + .mb-xl-18 { + margin-bottom: 4.5rem !important; + } + .mb-xl-17 { + margin-bottom: 4.25rem !important; + } + .mb-xl-16 { + margin-bottom: 4rem !important; + } + .mb-xl-15 { + margin-bottom: 3.75rem !important; + } + .mb-xl-14 { + margin-bottom: 3.5rem !important; + } + .mb-xl-13 { + margin-bottom: 3.25rem !important; + } + .mb-xl-12 { + margin-bottom: 3rem !important; + } + .mb-xl-11 { + margin-bottom: 2.75rem !important; + } + .mb-xl-10 { + margin-bottom: 2.5rem !important; + } + .mb-xl-9 { + margin-bottom: 2.25rem !important; + } + .mb-xl-8 { + margin-bottom: 2rem !important; + } + .mb-xl-7 { + margin-bottom: 1.75rem !important; + } + .mb-xl-6 { + margin-bottom: 1.5rem !important; + } + .mb-xl-5 { + margin-bottom: 1.25rem !important; + } + .mb-xl-4 { + margin-bottom: 1rem !important; + } + .mb-xl-3 { + margin-bottom: 0.75rem !important; + } + .mb-xl-2 { + margin-bottom: 0.5rem !important; + } + .mb-xl-1 { + margin-bottom: 0.25rem !important; + } + .mb-xl-0 { + margin-bottom: 0 !important; + } + .mb-xl-auto { + margin-bottom: auto !important; + } + .ms-xl-20 { + margin-left: 5rem !important; + } + .ms-xl-19 { + margin-left: 4.75rem !important; + } + .ms-xl-18 { + margin-left: 4.5rem !important; + } + .ms-xl-17 { + margin-left: 4.25rem !important; + } + .ms-xl-16 { + margin-left: 4rem !important; + } + .ms-xl-15 { + margin-left: 3.75rem !important; + } + .ms-xl-14 { + margin-left: 3.5rem !important; + } + .ms-xl-13 { + margin-left: 3.25rem !important; + } + .ms-xl-12 { + margin-left: 3rem !important; + } + .ms-xl-11 { + margin-left: 2.75rem !important; + } + .ms-xl-10 { + margin-left: 2.5rem !important; + } + .ms-xl-9 { + margin-left: 2.25rem !important; + } + .ms-xl-8 { + margin-left: 2rem !important; + } + .ms-xl-7 { + margin-left: 1.75rem !important; + } + .ms-xl-6 { + margin-left: 1.5rem !important; + } + .ms-xl-5 { + margin-left: 1.25rem !important; + } + .ms-xl-4 { + margin-left: 1rem !important; + } + .ms-xl-3 { + margin-left: 0.75rem !important; + } + .ms-xl-2 { + margin-left: 0.5rem !important; + } + .ms-xl-1 { + margin-left: 0.25rem !important; + } + .ms-xl-0 { + margin-left: 0 !important; + } + .ms-xl-auto { + margin-left: auto !important; + } + .p-xl-20 { + padding: 5rem !important; + } + .p-xl-19 { + padding: 4.75rem !important; + } + .p-xl-18 { + padding: 4.5rem !important; + } + .p-xl-17 { + padding: 4.25rem !important; + } + .p-xl-16 { + padding: 4rem !important; + } + .p-xl-15 { + padding: 3.75rem !important; + } + .p-xl-14 { + padding: 3.5rem !important; + } + .p-xl-13 { + padding: 3.25rem !important; + } + .p-xl-12 { + padding: 3rem !important; + } + .p-xl-11 { + padding: 2.75rem !important; + } + .p-xl-10 { + padding: 2.5rem !important; + } + .p-xl-9 { + padding: 2.25rem !important; + } + .p-xl-8 { + padding: 2rem !important; + } + .p-xl-7 { + padding: 1.75rem !important; + } + .p-xl-6 { + padding: 1.5rem !important; + } + .p-xl-5 { + padding: 1.25rem !important; + } + .p-xl-4 { + padding: 1rem !important; + } + .p-xl-3 { + padding: 0.75rem !important; + } + .p-xl-2 { + padding: 0.5rem !important; + } + .p-xl-1 { + padding: 0.25rem !important; + } + .p-xl-0 { + padding: 0 !important; + } + .px-xl-20 { + padding-right: 5rem !important; + padding-left: 5rem !important; + } + .px-xl-19 { + padding-right: 4.75rem !important; + padding-left: 4.75rem !important; + } + .px-xl-18 { + padding-right: 4.5rem !important; + padding-left: 4.5rem !important; + } + .px-xl-17 { + padding-right: 4.25rem !important; + padding-left: 4.25rem !important; + } + .px-xl-16 { + padding-right: 4rem !important; + padding-left: 4rem !important; + } + .px-xl-15 { + padding-right: 3.75rem !important; + padding-left: 3.75rem !important; + } + .px-xl-14 { + padding-right: 3.5rem !important; + padding-left: 3.5rem !important; + } + .px-xl-13 { + padding-right: 3.25rem !important; + padding-left: 3.25rem !important; + } + .px-xl-12 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + .px-xl-11 { + padding-right: 2.75rem !important; + padding-left: 2.75rem !important; + } + .px-xl-10 { + padding-right: 2.5rem !important; + padding-left: 2.5rem !important; + } + .px-xl-9 { + padding-right: 2.25rem !important; + padding-left: 2.25rem !important; + } + .px-xl-8 { + padding-right: 2rem !important; + padding-left: 2rem !important; + } + .px-xl-7 { + padding-right: 1.75rem !important; + padding-left: 1.75rem !important; + } + .px-xl-6 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + .px-xl-5 { + padding-right: 1.25rem !important; + padding-left: 1.25rem !important; + } + .px-xl-4 { + padding-right: 1rem !important; + padding-left: 1rem !important; + } + .px-xl-3 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; + } + .px-xl-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; + } + .px-xl-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; + } + .px-xl-0 { + padding-right: 0 !important; + padding-left: 0 !important; + } + .py-xl-20 { + padding-top: 5rem !important; + padding-bottom: 5rem !important; + } + .py-xl-19 { + padding-top: 4.75rem !important; + padding-bottom: 4.75rem !important; + } + .py-xl-18 { + padding-top: 4.5rem !important; + padding-bottom: 4.5rem !important; + } + .py-xl-17 { + padding-top: 4.25rem !important; + padding-bottom: 4.25rem !important; + } + .py-xl-16 { + padding-top: 4rem !important; + padding-bottom: 4rem !important; + } + .py-xl-15 { + padding-top: 3.75rem !important; + padding-bottom: 3.75rem !important; + } + .py-xl-14 { + padding-top: 3.5rem !important; + padding-bottom: 3.5rem !important; + } + .py-xl-13 { + padding-top: 3.25rem !important; + padding-bottom: 3.25rem !important; + } + .py-xl-12 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .py-xl-11 { + padding-top: 2.75rem !important; + padding-bottom: 2.75rem !important; + } + .py-xl-10 { + padding-top: 2.5rem !important; + padding-bottom: 2.5rem !important; + } + .py-xl-9 { + padding-top: 2.25rem !important; + padding-bottom: 2.25rem !important; + } + .py-xl-8 { + padding-top: 2rem !important; + padding-bottom: 2rem !important; + } + .py-xl-7 { + padding-top: 1.75rem !important; + padding-bottom: 1.75rem !important; + } + .py-xl-6 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .py-xl-5 { + padding-top: 1.25rem !important; + padding-bottom: 1.25rem !important; + } + .py-xl-4 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + .py-xl-3 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; + } + .py-xl-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + .py-xl-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + .py-xl-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + .pt-xl-20 { + padding-top: 5rem !important; + } + .pt-xl-19 { + padding-top: 4.75rem !important; + } + .pt-xl-18 { + padding-top: 4.5rem !important; + } + .pt-xl-17 { + padding-top: 4.25rem !important; + } + .pt-xl-16 { + padding-top: 4rem !important; + } + .pt-xl-15 { + padding-top: 3.75rem !important; + } + .pt-xl-14 { + padding-top: 3.5rem !important; + } + .pt-xl-13 { + padding-top: 3.25rem !important; + } + .pt-xl-12 { + padding-top: 3rem !important; + } + .pt-xl-11 { + padding-top: 2.75rem !important; + } + .pt-xl-10 { + padding-top: 2.5rem !important; + } + .pt-xl-9 { + padding-top: 2.25rem !important; + } + .pt-xl-8 { + padding-top: 2rem !important; + } + .pt-xl-7 { + padding-top: 1.75rem !important; + } + .pt-xl-6 { + padding-top: 1.5rem !important; + } + .pt-xl-5 { + padding-top: 1.25rem !important; + } + .pt-xl-4 { + padding-top: 1rem !important; + } + .pt-xl-3 { + padding-top: 0.75rem !important; + } + .pt-xl-2 { + padding-top: 0.5rem !important; + } + .pt-xl-1 { + padding-top: 0.25rem !important; + } + .pt-xl-0 { + padding-top: 0 !important; + } + .pe-xl-20 { + padding-right: 5rem !important; + } + .pe-xl-19 { + padding-right: 4.75rem !important; + } + .pe-xl-18 { + padding-right: 4.5rem !important; + } + .pe-xl-17 { + padding-right: 4.25rem !important; + } + .pe-xl-16 { + padding-right: 4rem !important; + } + .pe-xl-15 { + padding-right: 3.75rem !important; + } + .pe-xl-14 { + padding-right: 3.5rem !important; + } + .pe-xl-13 { + padding-right: 3.25rem !important; + } + .pe-xl-12 { + padding-right: 3rem !important; + } + .pe-xl-11 { + padding-right: 2.75rem !important; + } + .pe-xl-10 { + padding-right: 2.5rem !important; + } + .pe-xl-9 { + padding-right: 2.25rem !important; + } + .pe-xl-8 { + padding-right: 2rem !important; + } + .pe-xl-7 { + padding-right: 1.75rem !important; + } + .pe-xl-6 { + padding-right: 1.5rem !important; + } + .pe-xl-5 { + padding-right: 1.25rem !important; + } + .pe-xl-4 { + padding-right: 1rem !important; + } + .pe-xl-3 { + padding-right: 0.75rem !important; + } + .pe-xl-2 { + padding-right: 0.5rem !important; + } + .pe-xl-1 { + padding-right: 0.25rem !important; + } + .pe-xl-0 { + padding-right: 0 !important; + } + .pb-xl-20 { + padding-bottom: 5rem !important; + } + .pb-xl-19 { + padding-bottom: 4.75rem !important; + } + .pb-xl-18 { + padding-bottom: 4.5rem !important; + } + .pb-xl-17 { + padding-bottom: 4.25rem !important; + } + .pb-xl-16 { + padding-bottom: 4rem !important; + } + .pb-xl-15 { + padding-bottom: 3.75rem !important; + } + .pb-xl-14 { + padding-bottom: 3.5rem !important; + } + .pb-xl-13 { + padding-bottom: 3.25rem !important; + } + .pb-xl-12 { + padding-bottom: 3rem !important; + } + .pb-xl-11 { + padding-bottom: 2.75rem !important; + } + .pb-xl-10 { + padding-bottom: 2.5rem !important; + } + .pb-xl-9 { + padding-bottom: 2.25rem !important; + } + .pb-xl-8 { + padding-bottom: 2rem !important; + } + .pb-xl-7 { + padding-bottom: 1.75rem !important; + } + .pb-xl-6 { + padding-bottom: 1.5rem !important; + } + .pb-xl-5 { + padding-bottom: 1.25rem !important; + } + .pb-xl-4 { + padding-bottom: 1rem !important; + } + .pb-xl-3 { + padding-bottom: 0.75rem !important; + } + .pb-xl-2 { + padding-bottom: 0.5rem !important; + } + .pb-xl-1 { + padding-bottom: 0.25rem !important; + } + .pb-xl-0 { + padding-bottom: 0 !important; + } + .ps-xl-20 { + padding-left: 5rem !important; + } + .ps-xl-19 { + padding-left: 4.75rem !important; + } + .ps-xl-18 { + padding-left: 4.5rem !important; + } + .ps-xl-17 { + padding-left: 4.25rem !important; + } + .ps-xl-16 { + padding-left: 4rem !important; + } + .ps-xl-15 { + padding-left: 3.75rem !important; + } + .ps-xl-14 { + padding-left: 3.5rem !important; + } + .ps-xl-13 { + padding-left: 3.25rem !important; + } + .ps-xl-12 { + padding-left: 3rem !important; + } + .ps-xl-11 { + padding-left: 2.75rem !important; + } + .ps-xl-10 { + padding-left: 2.5rem !important; + } + .ps-xl-9 { + padding-left: 2.25rem !important; + } + .ps-xl-8 { + padding-left: 2rem !important; + } + .ps-xl-7 { + padding-left: 1.75rem !important; + } + .ps-xl-6 { + padding-left: 1.5rem !important; + } + .ps-xl-5 { + padding-left: 1.25rem !important; + } + .ps-xl-4 { + padding-left: 1rem !important; + } + .ps-xl-3 { + padding-left: 0.75rem !important; + } + .ps-xl-2 { + padding-left: 0.5rem !important; + } + .ps-xl-1 { + padding-left: 0.25rem !important; + } + .ps-xl-0 { + padding-left: 0 !important; + } + .gap-xl-20 { + gap: 5rem !important; + } + .gap-xl-19 { + gap: 4.75rem !important; + } + .gap-xl-18 { + gap: 4.5rem !important; + } + .gap-xl-17 { + gap: 4.25rem !important; + } + .gap-xl-16 { + gap: 4rem !important; + } + .gap-xl-15 { + gap: 3.75rem !important; + } + .gap-xl-14 { + gap: 3.5rem !important; + } + .gap-xl-13 { + gap: 3.25rem !important; + } + .gap-xl-12 { + gap: 3rem !important; + } + .gap-xl-11 { + gap: 2.75rem !important; + } + .gap-xl-10 { + gap: 2.5rem !important; + } + .gap-xl-9 { + gap: 2.25rem !important; + } + .gap-xl-8 { + gap: 2rem !important; + } + .gap-xl-7 { + gap: 1.75rem !important; + } + .gap-xl-6 { + gap: 1.5rem !important; + } + .gap-xl-5 { + gap: 1.25rem !important; + } + .gap-xl-4 { + gap: 1rem !important; + } + .gap-xl-3 { + gap: 0.75rem !important; + } + .gap-xl-2 { + gap: 0.5rem !important; + } + .gap-xl-1 { + gap: 0.25rem !important; + } + .gap-xl-0 { + gap: 0 !important; + } + .text-xl-start { + text-align: left !important; + } + .text-xl-end { + text-align: right !important; + } + .text-xl-center { + text-align: center !important; + } +} +@media (min-width: 1400px) { + .float-xxl-start { + float: left !important; + } + .float-xxl-end { + float: right !important; + } + .float-xxl-none { + float: none !important; + } + .d-xxl-inline { + display: inline !important; + } + .d-xxl-inline-block { + display: inline-block !important; + } + .d-xxl-block { + display: block !important; + } + .d-xxl-grid { + display: grid !important; + } + .d-xxl-table { + display: table !important; + } + .d-xxl-table-row { + display: table-row !important; + } + .d-xxl-table-cell { + display: table-cell !important; + } + .d-xxl-flex { + display: flex !important; + } + .d-xxl-inline-flex { + display: inline-flex !important; + } + .d-xxl-none { + display: none !important; + } + .flex-xxl-fill { + flex: 1 1 auto !important; + } + .flex-xxl-row { + flex-direction: row !important; + } + .flex-xxl-column { + flex-direction: column !important; + } + .flex-xxl-row-reverse { + flex-direction: row-reverse !important; + } + .flex-xxl-column-reverse { + flex-direction: column-reverse !important; + } + .flex-xxl-grow-0 { + flex-grow: 0 !important; + } + .flex-xxl-grow-1 { + flex-grow: 1 !important; + } + .flex-xxl-shrink-0 { + flex-shrink: 0 !important; + } + .flex-xxl-shrink-1 { + flex-shrink: 1 !important; + } + .flex-xxl-wrap { + flex-wrap: wrap !important; + } + .flex-xxl-nowrap { + flex-wrap: nowrap !important; + } + .flex-xxl-wrap-reverse { + flex-wrap: wrap-reverse !important; + } + .justify-content-xxl-start { + justify-content: flex-start !important; + } + .justify-content-xxl-end { + justify-content: flex-end !important; + } + .justify-content-xxl-center { + justify-content: center !important; + } + .justify-content-xxl-between { + justify-content: space-between !important; + } + .justify-content-xxl-around { + justify-content: space-around !important; + } + .justify-content-xxl-evenly { + justify-content: space-evenly !important; + } + .align-items-xxl-start { + align-items: flex-start !important; + } + .align-items-xxl-end { + align-items: flex-end !important; + } + .align-items-xxl-center { + align-items: center !important; + } + .align-items-xxl-baseline { + align-items: baseline !important; + } + .align-items-xxl-stretch { + align-items: stretch !important; + } + .align-content-xxl-start { + align-content: flex-start !important; + } + .align-content-xxl-end { + align-content: flex-end !important; + } + .align-content-xxl-center { + align-content: center !important; + } + .align-content-xxl-between { + align-content: space-between !important; + } + .align-content-xxl-around { + align-content: space-around !important; + } + .align-content-xxl-stretch { + align-content: stretch !important; + } + .align-self-xxl-auto { + align-self: auto !important; + } + .align-self-xxl-start { + align-self: flex-start !important; + } + .align-self-xxl-end { + align-self: flex-end !important; + } + .align-self-xxl-center { + align-self: center !important; + } + .align-self-xxl-baseline { + align-self: baseline !important; + } + .align-self-xxl-stretch { + align-self: stretch !important; + } + .order-xxl-first { + order: -1 !important; + } + .order-xxl-0 { + order: 0 !important; + } + .order-xxl-1 { + order: 1 !important; + } + .order-xxl-2 { + order: 2 !important; + } + .order-xxl-3 { + order: 3 !important; + } + .order-xxl-4 { + order: 4 !important; + } + .order-xxl-5 { + order: 5 !important; + } + .order-xxl-last { + order: 6 !important; + } + .m-xxl-20 { + margin: 5rem !important; + } + .m-xxl-19 { + margin: 4.75rem !important; + } + .m-xxl-18 { + margin: 4.5rem !important; + } + .m-xxl-17 { + margin: 4.25rem !important; + } + .m-xxl-16 { + margin: 4rem !important; + } + .m-xxl-15 { + margin: 3.75rem !important; + } + .m-xxl-14 { + margin: 3.5rem !important; + } + .m-xxl-13 { + margin: 3.25rem !important; + } + .m-xxl-12 { + margin: 3rem !important; + } + .m-xxl-11 { + margin: 2.75rem !important; + } + .m-xxl-10 { + margin: 2.5rem !important; + } + .m-xxl-9 { + margin: 2.25rem !important; + } + .m-xxl-8 { + margin: 2rem !important; + } + .m-xxl-7 { + margin: 1.75rem !important; + } + .m-xxl-6 { + margin: 1.5rem !important; + } + .m-xxl-5 { + margin: 1.25rem !important; + } + .m-xxl-4 { + margin: 1rem !important; + } + .m-xxl-3 { + margin: 0.75rem !important; + } + .m-xxl-2 { + margin: 0.5rem !important; + } + .m-xxl-1 { + margin: 0.25rem !important; + } + .m-xxl-0 { + margin: 0 !important; + } + .m-xxl-auto { + margin: auto !important; + } + .mx-xxl-20 { + margin-right: 5rem !important; + margin-left: 5rem !important; + } + .mx-xxl-19 { + margin-right: 4.75rem !important; + margin-left: 4.75rem !important; + } + .mx-xxl-18 { + margin-right: 4.5rem !important; + margin-left: 4.5rem !important; + } + .mx-xxl-17 { + margin-right: 4.25rem !important; + margin-left: 4.25rem !important; + } + .mx-xxl-16 { + margin-right: 4rem !important; + margin-left: 4rem !important; + } + .mx-xxl-15 { + margin-right: 3.75rem !important; + margin-left: 3.75rem !important; + } + .mx-xxl-14 { + margin-right: 3.5rem !important; + margin-left: 3.5rem !important; + } + .mx-xxl-13 { + margin-right: 3.25rem !important; + margin-left: 3.25rem !important; + } + .mx-xxl-12 { + margin-right: 3rem !important; + margin-left: 3rem !important; + } + .mx-xxl-11 { + margin-right: 2.75rem !important; + margin-left: 2.75rem !important; + } + .mx-xxl-10 { + margin-right: 2.5rem !important; + margin-left: 2.5rem !important; + } + .mx-xxl-9 { + margin-right: 2.25rem !important; + margin-left: 2.25rem !important; + } + .mx-xxl-8 { + margin-right: 2rem !important; + margin-left: 2rem !important; + } + .mx-xxl-7 { + margin-right: 1.75rem !important; + margin-left: 1.75rem !important; + } + .mx-xxl-6 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; + } + .mx-xxl-5 { + margin-right: 1.25rem !important; + margin-left: 1.25rem !important; + } + .mx-xxl-4 { + margin-right: 1rem !important; + margin-left: 1rem !important; + } + .mx-xxl-3 { + margin-right: 0.75rem !important; + margin-left: 0.75rem !important; + } + .mx-xxl-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; + } + .mx-xxl-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; + } + .mx-xxl-0 { + margin-right: 0 !important; + margin-left: 0 !important; + } + .mx-xxl-auto { + margin-right: auto !important; + margin-left: auto !important; + } + .my-xxl-20 { + margin-top: 5rem !important; + margin-bottom: 5rem !important; + } + .my-xxl-19 { + margin-top: 4.75rem !important; + margin-bottom: 4.75rem !important; + } + .my-xxl-18 { + margin-top: 4.5rem !important; + margin-bottom: 4.5rem !important; + } + .my-xxl-17 { + margin-top: 4.25rem !important; + margin-bottom: 4.25rem !important; + } + .my-xxl-16 { + margin-top: 4rem !important; + margin-bottom: 4rem !important; + } + .my-xxl-15 { + margin-top: 3.75rem !important; + margin-bottom: 3.75rem !important; + } + .my-xxl-14 { + margin-top: 3.5rem !important; + margin-bottom: 3.5rem !important; + } + .my-xxl-13 { + margin-top: 3.25rem !important; + margin-bottom: 3.25rem !important; + } + .my-xxl-12 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; + } + .my-xxl-11 { + margin-top: 2.75rem !important; + margin-bottom: 2.75rem !important; + } + .my-xxl-10 { + margin-top: 2.5rem !important; + margin-bottom: 2.5rem !important; + } + .my-xxl-9 { + margin-top: 2.25rem !important; + margin-bottom: 2.25rem !important; + } + .my-xxl-8 { + margin-top: 2rem !important; + margin-bottom: 2rem !important; + } + .my-xxl-7 { + margin-top: 1.75rem !important; + margin-bottom: 1.75rem !important; + } + .my-xxl-6 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; + } + .my-xxl-5 { + margin-top: 1.25rem !important; + margin-bottom: 1.25rem !important; + } + .my-xxl-4 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; + } + .my-xxl-3 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; + } + .my-xxl-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; + } + .my-xxl-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; + } + .my-xxl-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; + } + .my-xxl-auto { + margin-top: auto !important; + margin-bottom: auto !important; + } + .mt-xxl-20 { + margin-top: 5rem !important; + } + .mt-xxl-19 { + margin-top: 4.75rem !important; + } + .mt-xxl-18 { + margin-top: 4.5rem !important; + } + .mt-xxl-17 { + margin-top: 4.25rem !important; + } + .mt-xxl-16 { + margin-top: 4rem !important; + } + .mt-xxl-15 { + margin-top: 3.75rem !important; + } + .mt-xxl-14 { + margin-top: 3.5rem !important; + } + .mt-xxl-13 { + margin-top: 3.25rem !important; + } + .mt-xxl-12 { + margin-top: 3rem !important; + } + .mt-xxl-11 { + margin-top: 2.75rem !important; + } + .mt-xxl-10 { + margin-top: 2.5rem !important; + } + .mt-xxl-9 { + margin-top: 2.25rem !important; + } + .mt-xxl-8 { + margin-top: 2rem !important; + } + .mt-xxl-7 { + margin-top: 1.75rem !important; + } + .mt-xxl-6 { + margin-top: 1.5rem !important; + } + .mt-xxl-5 { + margin-top: 1.25rem !important; + } + .mt-xxl-4 { + margin-top: 1rem !important; + } + .mt-xxl-3 { + margin-top: 0.75rem !important; + } + .mt-xxl-2 { + margin-top: 0.5rem !important; + } + .mt-xxl-1 { + margin-top: 0.25rem !important; + } + .mt-xxl-0 { + margin-top: 0 !important; + } + .mt-xxl-auto { + margin-top: auto !important; + } + .me-xxl-20 { + margin-right: 5rem !important; + } + .me-xxl-19 { + margin-right: 4.75rem !important; + } + .me-xxl-18 { + margin-right: 4.5rem !important; + } + .me-xxl-17 { + margin-right: 4.25rem !important; + } + .me-xxl-16 { + margin-right: 4rem !important; + } + .me-xxl-15 { + margin-right: 3.75rem !important; + } + .me-xxl-14 { + margin-right: 3.5rem !important; + } + .me-xxl-13 { + margin-right: 3.25rem !important; + } + .me-xxl-12 { + margin-right: 3rem !important; + } + .me-xxl-11 { + margin-right: 2.75rem !important; + } + .me-xxl-10 { + margin-right: 2.5rem !important; + } + .me-xxl-9 { + margin-right: 2.25rem !important; + } + .me-xxl-8 { + margin-right: 2rem !important; + } + .me-xxl-7 { + margin-right: 1.75rem !important; + } + .me-xxl-6 { + margin-right: 1.5rem !important; + } + .me-xxl-5 { + margin-right: 1.25rem !important; + } + .me-xxl-4 { + margin-right: 1rem !important; + } + .me-xxl-3 { + margin-right: 0.75rem !important; + } + .me-xxl-2 { + margin-right: 0.5rem !important; + } + .me-xxl-1 { + margin-right: 0.25rem !important; + } + .me-xxl-0 { + margin-right: 0 !important; + } + .me-xxl-auto { + margin-right: auto !important; + } + .mb-xxl-20 { + margin-bottom: 5rem !important; + } + .mb-xxl-19 { + margin-bottom: 4.75rem !important; + } + .mb-xxl-18 { + margin-bottom: 4.5rem !important; + } + .mb-xxl-17 { + margin-bottom: 4.25rem !important; + } + .mb-xxl-16 { + margin-bottom: 4rem !important; + } + .mb-xxl-15 { + margin-bottom: 3.75rem !important; + } + .mb-xxl-14 { + margin-bottom: 3.5rem !important; + } + .mb-xxl-13 { + margin-bottom: 3.25rem !important; + } + .mb-xxl-12 { + margin-bottom: 3rem !important; + } + .mb-xxl-11 { + margin-bottom: 2.75rem !important; + } + .mb-xxl-10 { + margin-bottom: 2.5rem !important; + } + .mb-xxl-9 { + margin-bottom: 2.25rem !important; + } + .mb-xxl-8 { + margin-bottom: 2rem !important; + } + .mb-xxl-7 { + margin-bottom: 1.75rem !important; + } + .mb-xxl-6 { + margin-bottom: 1.5rem !important; + } + .mb-xxl-5 { + margin-bottom: 1.25rem !important; + } + .mb-xxl-4 { + margin-bottom: 1rem !important; + } + .mb-xxl-3 { + margin-bottom: 0.75rem !important; + } + .mb-xxl-2 { + margin-bottom: 0.5rem !important; + } + .mb-xxl-1 { + margin-bottom: 0.25rem !important; + } + .mb-xxl-0 { + margin-bottom: 0 !important; + } + .mb-xxl-auto { + margin-bottom: auto !important; + } + .ms-xxl-20 { + margin-left: 5rem !important; + } + .ms-xxl-19 { + margin-left: 4.75rem !important; + } + .ms-xxl-18 { + margin-left: 4.5rem !important; + } + .ms-xxl-17 { + margin-left: 4.25rem !important; + } + .ms-xxl-16 { + margin-left: 4rem !important; + } + .ms-xxl-15 { + margin-left: 3.75rem !important; + } + .ms-xxl-14 { + margin-left: 3.5rem !important; + } + .ms-xxl-13 { + margin-left: 3.25rem !important; + } + .ms-xxl-12 { + margin-left: 3rem !important; + } + .ms-xxl-11 { + margin-left: 2.75rem !important; + } + .ms-xxl-10 { + margin-left: 2.5rem !important; + } + .ms-xxl-9 { + margin-left: 2.25rem !important; + } + .ms-xxl-8 { + margin-left: 2rem !important; + } + .ms-xxl-7 { + margin-left: 1.75rem !important; + } + .ms-xxl-6 { + margin-left: 1.5rem !important; + } + .ms-xxl-5 { + margin-left: 1.25rem !important; + } + .ms-xxl-4 { + margin-left: 1rem !important; + } + .ms-xxl-3 { + margin-left: 0.75rem !important; + } + .ms-xxl-2 { + margin-left: 0.5rem !important; + } + .ms-xxl-1 { + margin-left: 0.25rem !important; + } + .ms-xxl-0 { + margin-left: 0 !important; + } + .ms-xxl-auto { + margin-left: auto !important; + } + .p-xxl-20 { + padding: 5rem !important; + } + .p-xxl-19 { + padding: 4.75rem !important; + } + .p-xxl-18 { + padding: 4.5rem !important; + } + .p-xxl-17 { + padding: 4.25rem !important; + } + .p-xxl-16 { + padding: 4rem !important; + } + .p-xxl-15 { + padding: 3.75rem !important; + } + .p-xxl-14 { + padding: 3.5rem !important; + } + .p-xxl-13 { + padding: 3.25rem !important; + } + .p-xxl-12 { + padding: 3rem !important; + } + .p-xxl-11 { + padding: 2.75rem !important; + } + .p-xxl-10 { + padding: 2.5rem !important; + } + .p-xxl-9 { + padding: 2.25rem !important; + } + .p-xxl-8 { + padding: 2rem !important; + } + .p-xxl-7 { + padding: 1.75rem !important; + } + .p-xxl-6 { + padding: 1.5rem !important; + } + .p-xxl-5 { + padding: 1.25rem !important; + } + .p-xxl-4 { + padding: 1rem !important; + } + .p-xxl-3 { + padding: 0.75rem !important; + } + .p-xxl-2 { + padding: 0.5rem !important; + } + .p-xxl-1 { + padding: 0.25rem !important; + } + .p-xxl-0 { + padding: 0 !important; + } + .px-xxl-20 { + padding-right: 5rem !important; + padding-left: 5rem !important; + } + .px-xxl-19 { + padding-right: 4.75rem !important; + padding-left: 4.75rem !important; + } + .px-xxl-18 { + padding-right: 4.5rem !important; + padding-left: 4.5rem !important; + } + .px-xxl-17 { + padding-right: 4.25rem !important; + padding-left: 4.25rem !important; + } + .px-xxl-16 { + padding-right: 4rem !important; + padding-left: 4rem !important; + } + .px-xxl-15 { + padding-right: 3.75rem !important; + padding-left: 3.75rem !important; + } + .px-xxl-14 { + padding-right: 3.5rem !important; + padding-left: 3.5rem !important; + } + .px-xxl-13 { + padding-right: 3.25rem !important; + padding-left: 3.25rem !important; + } + .px-xxl-12 { + padding-right: 3rem !important; + padding-left: 3rem !important; + } + .px-xxl-11 { + padding-right: 2.75rem !important; + padding-left: 2.75rem !important; + } + .px-xxl-10 { + padding-right: 2.5rem !important; + padding-left: 2.5rem !important; + } + .px-xxl-9 { + padding-right: 2.25rem !important; + padding-left: 2.25rem !important; + } + .px-xxl-8 { + padding-right: 2rem !important; + padding-left: 2rem !important; + } + .px-xxl-7 { + padding-right: 1.75rem !important; + padding-left: 1.75rem !important; + } + .px-xxl-6 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; + } + .px-xxl-5 { + padding-right: 1.25rem !important; + padding-left: 1.25rem !important; + } + .px-xxl-4 { + padding-right: 1rem !important; + padding-left: 1rem !important; + } + .px-xxl-3 { + padding-right: 0.75rem !important; + padding-left: 0.75rem !important; + } + .px-xxl-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; + } + .px-xxl-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; + } + .px-xxl-0 { + padding-right: 0 !important; + padding-left: 0 !important; + } + .py-xxl-20 { + padding-top: 5rem !important; + padding-bottom: 5rem !important; + } + .py-xxl-19 { + padding-top: 4.75rem !important; + padding-bottom: 4.75rem !important; + } + .py-xxl-18 { + padding-top: 4.5rem !important; + padding-bottom: 4.5rem !important; + } + .py-xxl-17 { + padding-top: 4.25rem !important; + padding-bottom: 4.25rem !important; + } + .py-xxl-16 { + padding-top: 4rem !important; + padding-bottom: 4rem !important; + } + .py-xxl-15 { + padding-top: 3.75rem !important; + padding-bottom: 3.75rem !important; + } + .py-xxl-14 { + padding-top: 3.5rem !important; + padding-bottom: 3.5rem !important; + } + .py-xxl-13 { + padding-top: 3.25rem !important; + padding-bottom: 3.25rem !important; + } + .py-xxl-12 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; + } + .py-xxl-11 { + padding-top: 2.75rem !important; + padding-bottom: 2.75rem !important; + } + .py-xxl-10 { + padding-top: 2.5rem !important; + padding-bottom: 2.5rem !important; + } + .py-xxl-9 { + padding-top: 2.25rem !important; + padding-bottom: 2.25rem !important; + } + .py-xxl-8 { + padding-top: 2rem !important; + padding-bottom: 2rem !important; + } + .py-xxl-7 { + padding-top: 1.75rem !important; + padding-bottom: 1.75rem !important; + } + .py-xxl-6 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; + } + .py-xxl-5 { + padding-top: 1.25rem !important; + padding-bottom: 1.25rem !important; + } + .py-xxl-4 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; + } + .py-xxl-3 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; + } + .py-xxl-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; + } + .py-xxl-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; + } + .py-xxl-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; + } + .pt-xxl-20 { + padding-top: 5rem !important; + } + .pt-xxl-19 { + padding-top: 4.75rem !important; + } + .pt-xxl-18 { + padding-top: 4.5rem !important; + } + .pt-xxl-17 { + padding-top: 4.25rem !important; + } + .pt-xxl-16 { + padding-top: 4rem !important; + } + .pt-xxl-15 { + padding-top: 3.75rem !important; + } + .pt-xxl-14 { + padding-top: 3.5rem !important; + } + .pt-xxl-13 { + padding-top: 3.25rem !important; + } + .pt-xxl-12 { + padding-top: 3rem !important; + } + .pt-xxl-11 { + padding-top: 2.75rem !important; + } + .pt-xxl-10 { + padding-top: 2.5rem !important; + } + .pt-xxl-9 { + padding-top: 2.25rem !important; + } + .pt-xxl-8 { + padding-top: 2rem !important; + } + .pt-xxl-7 { + padding-top: 1.75rem !important; + } + .pt-xxl-6 { + padding-top: 1.5rem !important; + } + .pt-xxl-5 { + padding-top: 1.25rem !important; + } + .pt-xxl-4 { + padding-top: 1rem !important; + } + .pt-xxl-3 { + padding-top: 0.75rem !important; + } + .pt-xxl-2 { + padding-top: 0.5rem !important; + } + .pt-xxl-1 { + padding-top: 0.25rem !important; + } + .pt-xxl-0 { + padding-top: 0 !important; + } + .pe-xxl-20 { + padding-right: 5rem !important; + } + .pe-xxl-19 { + padding-right: 4.75rem !important; + } + .pe-xxl-18 { + padding-right: 4.5rem !important; + } + .pe-xxl-17 { + padding-right: 4.25rem !important; + } + .pe-xxl-16 { + padding-right: 4rem !important; + } + .pe-xxl-15 { + padding-right: 3.75rem !important; + } + .pe-xxl-14 { + padding-right: 3.5rem !important; + } + .pe-xxl-13 { + padding-right: 3.25rem !important; + } + .pe-xxl-12 { + padding-right: 3rem !important; + } + .pe-xxl-11 { + padding-right: 2.75rem !important; + } + .pe-xxl-10 { + padding-right: 2.5rem !important; + } + .pe-xxl-9 { + padding-right: 2.25rem !important; + } + .pe-xxl-8 { + padding-right: 2rem !important; + } + .pe-xxl-7 { + padding-right: 1.75rem !important; + } + .pe-xxl-6 { + padding-right: 1.5rem !important; + } + .pe-xxl-5 { + padding-right: 1.25rem !important; + } + .pe-xxl-4 { + padding-right: 1rem !important; + } + .pe-xxl-3 { + padding-right: 0.75rem !important; + } + .pe-xxl-2 { + padding-right: 0.5rem !important; + } + .pe-xxl-1 { + padding-right: 0.25rem !important; + } + .pe-xxl-0 { + padding-right: 0 !important; + } + .pb-xxl-20 { + padding-bottom: 5rem !important; + } + .pb-xxl-19 { + padding-bottom: 4.75rem !important; + } + .pb-xxl-18 { + padding-bottom: 4.5rem !important; + } + .pb-xxl-17 { + padding-bottom: 4.25rem !important; + } + .pb-xxl-16 { + padding-bottom: 4rem !important; + } + .pb-xxl-15 { + padding-bottom: 3.75rem !important; + } + .pb-xxl-14 { + padding-bottom: 3.5rem !important; + } + .pb-xxl-13 { + padding-bottom: 3.25rem !important; + } + .pb-xxl-12 { + padding-bottom: 3rem !important; + } + .pb-xxl-11 { + padding-bottom: 2.75rem !important; + } + .pb-xxl-10 { + padding-bottom: 2.5rem !important; + } + .pb-xxl-9 { + padding-bottom: 2.25rem !important; + } + .pb-xxl-8 { + padding-bottom: 2rem !important; + } + .pb-xxl-7 { + padding-bottom: 1.75rem !important; + } + .pb-xxl-6 { + padding-bottom: 1.5rem !important; + } + .pb-xxl-5 { + padding-bottom: 1.25rem !important; + } + .pb-xxl-4 { + padding-bottom: 1rem !important; + } + .pb-xxl-3 { + padding-bottom: 0.75rem !important; + } + .pb-xxl-2 { + padding-bottom: 0.5rem !important; + } + .pb-xxl-1 { + padding-bottom: 0.25rem !important; + } + .pb-xxl-0 { + padding-bottom: 0 !important; + } + .ps-xxl-20 { + padding-left: 5rem !important; + } + .ps-xxl-19 { + padding-left: 4.75rem !important; + } + .ps-xxl-18 { + padding-left: 4.5rem !important; + } + .ps-xxl-17 { + padding-left: 4.25rem !important; + } + .ps-xxl-16 { + padding-left: 4rem !important; + } + .ps-xxl-15 { + padding-left: 3.75rem !important; + } + .ps-xxl-14 { + padding-left: 3.5rem !important; + } + .ps-xxl-13 { + padding-left: 3.25rem !important; + } + .ps-xxl-12 { + padding-left: 3rem !important; + } + .ps-xxl-11 { + padding-left: 2.75rem !important; + } + .ps-xxl-10 { + padding-left: 2.5rem !important; + } + .ps-xxl-9 { + padding-left: 2.25rem !important; + } + .ps-xxl-8 { + padding-left: 2rem !important; + } + .ps-xxl-7 { + padding-left: 1.75rem !important; + } + .ps-xxl-6 { + padding-left: 1.5rem !important; + } + .ps-xxl-5 { + padding-left: 1.25rem !important; + } + .ps-xxl-4 { + padding-left: 1rem !important; + } + .ps-xxl-3 { + padding-left: 0.75rem !important; + } + .ps-xxl-2 { + padding-left: 0.5rem !important; + } + .ps-xxl-1 { + padding-left: 0.25rem !important; + } + .ps-xxl-0 { + padding-left: 0 !important; + } + .gap-xxl-20 { + gap: 5rem !important; + } + .gap-xxl-19 { + gap: 4.75rem !important; + } + .gap-xxl-18 { + gap: 4.5rem !important; + } + .gap-xxl-17 { + gap: 4.25rem !important; + } + .gap-xxl-16 { + gap: 4rem !important; + } + .gap-xxl-15 { + gap: 3.75rem !important; + } + .gap-xxl-14 { + gap: 3.5rem !important; + } + .gap-xxl-13 { + gap: 3.25rem !important; + } + .gap-xxl-12 { + gap: 3rem !important; + } + .gap-xxl-11 { + gap: 2.75rem !important; + } + .gap-xxl-10 { + gap: 2.5rem !important; + } + .gap-xxl-9 { + gap: 2.25rem !important; + } + .gap-xxl-8 { + gap: 2rem !important; + } + .gap-xxl-7 { + gap: 1.75rem !important; + } + .gap-xxl-6 { + gap: 1.5rem !important; + } + .gap-xxl-5 { + gap: 1.25rem !important; + } + .gap-xxl-4 { + gap: 1rem !important; + } + .gap-xxl-3 { + gap: 0.75rem !important; + } + .gap-xxl-2 { + gap: 0.5rem !important; + } + .gap-xxl-1 { + gap: 0.25rem !important; + } + .gap-xxl-0 { + gap: 0 !important; + } + .text-xxl-start { + text-align: left !important; + } + .text-xxl-end { + text-align: right !important; + } + .text-xxl-center { + text-align: center !important; + } +} +@media (min-width: 1200px) { + .fs-1 { + font-size: 2.5rem !important; + } + .fs-2 { + font-size: 2rem !important; + } + .fs-3 { + font-size: 1.75rem !important; + } + .fs-4 { + font-size: 1.5rem !important; + } +} +@media print { + .d-print-inline { + display: inline !important; + } + .d-print-inline-block { + display: inline-block !important; + } + .d-print-block { + display: block !important; + } + .d-print-grid { + display: grid !important; + } + .d-print-table { + display: table !important; + } + .d-print-table-row { + display: table-row !important; + } + .d-print-table-cell { + display: table-cell !important; + } + .d-print-flex { + display: flex !important; + } + .d-print-inline-flex { + display: inline-flex !important; + } + .d-print-none { + display: none !important; + } +} /*# sourceMappingURL=bootstrap.css.map */ diff --git a/src/assets/styles/dashboard/_all-blog.scss b/src/assets/styles/dashboard/_all-blog.scss new file mode 100644 index 0000000..e9f442e --- /dev/null +++ b/src/assets/styles/dashboard/_all-blog.scss @@ -0,0 +1,83 @@ +.all-blog-top-content { + transition: all 0.9s; + background: var(--accent1); + margin-left: 274px; + margin-top: 124px; + margin-bottom: 24px; + margin-right: 24px; + border: 1px solid var(--black-neutral3); + + @media (max-width: 1400px) { + margin-left: 0; + margin-right: 0px; + } + + @media (max-width: 992px) { + padding: 24px; + } + + @media (max-width: 576px) { + padding: 16px; + } + + @media (max-width: 400px) { + padding: 8px; + } +} + +.all-blog-bottom-content { + transition: all 0.9s; + background: var(--accent1); + margin-left: 274px; + margin-top: 60px; + margin-bottom: 24px; + margin-right: 24px; + border: 1px solid var(--black-neutral3); + padding: 60px; + + @media (max-width: 1400px) { + margin-left: 0; + margin-right: 0px; + margin-top: 24px; + } + + @media (max-width: 992px) { + padding: 24px; + } + + @media (max-width: 576px) { + padding: 16px; + } + + @media (max-width: 400px) { + padding: 8px; + } +} + +.box-bg1 { + border-radius: 20px; + border: 1px solid var(--black-neutral3); + background: rgba(34, 36, 38, 0.4); +} + +[theme="custom-light"] .all-blog-top-content { + border: 1px solid rgba(179, 182, 185, 0.2); + background: #fff !important; + box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04) !important; +} + +[theme="custom-light"] .all-blog-bottom-content { + border: 1px solid rgba(179, 182, 185, 0.2); + background: #fff !important; + box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04) !important; +} + +[theme="custom-light"] .box-bg1 { + border: 1px solid rgba(179, 182, 185, 0.2); + background: #fff !important; + box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04) !important; +} + +.all-blog-table-cover-image { + border-radius: 8px; +} diff --git a/src/assets/styles/dashboard/_dashboard-service.scss b/src/assets/styles/dashboard/_dashboard-service.scss new file mode 100644 index 0000000..1a03828 --- /dev/null +++ b/src/assets/styles/dashboard/_dashboard-service.scss @@ -0,0 +1,16 @@ +.service-table-icon { + display: block; + margin: 0 auto; +} + +.catitem-box input { + background: var(--black-neutral3) !important; + padding: 10px 14px; + border: unset; + outline: none; +} + +[theme="custom-light"] .catitem-box input { + background: #fff !important; + border: 1px solid #aeabab6b; +} diff --git a/src/assets/styles/dashboard/_experiences.scss b/src/assets/styles/dashboard/_experiences.scss new file mode 100644 index 0000000..58c4957 --- /dev/null +++ b/src/assets/styles/dashboard/_experiences.scss @@ -0,0 +1,12 @@ +.description-text { + text-overflow: ellipsis; + overflow: hidden; + max-width: 400px; + white-space: nowrap; +} + +.table-responsive { + &::-webkit-scrollbar { + height: 3px; + } +} diff --git a/src/assets/styles/dashboard/_new-blog.scss b/src/assets/styles/dashboard/_new-blog.scss new file mode 100644 index 0000000..2c92468 --- /dev/null +++ b/src/assets/styles/dashboard/_new-blog.scss @@ -0,0 +1,135 @@ +.bt-dashicon { + border-top: 1px solid var(--black-neutral2); +} + +.img-cheng { + background: var(--black-neutral3); + padding: 10px 14px; + border: unset; + outline: none; + color: var(--n3); + font-size: 14px; + border-radius: 8px; + padding: 40px 12px; + position: relative; +} + +[theme="custom-light"] .img-cheng { + border: 1px solid rgba(179, 182, 185, 0.5); + background: #efecec; +} + +.img-cheng .custom-file { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + opacity: 0; +} + +.f-change-inthis { + position: relative; + height: 48px; + background: var(--black-neutral3); + padding: 10px 14px; + color: var(--n3); + font-size: 14px; + border-radius: 8px; +} + +[theme="custom-light"] .f-change-inthis { + border: 1px solid rgba(179, 182, 185, 0.5); + background: #efecec; +} + +.f-change-inthis input { + position: absolute; + width: 100%; + height: 100%; + top: 0; + left: 0; + border: unset !important; + outline: none !important; + opacity: 0; +} + +.new-blog-dropdown-container { + width: 100% !important; + border-radius: 6px; + background: var(--black-neutral3); + + .dropdown-btn { + border-radius: 12px; + width: 100% !important; + justify-content: space-between; + padding: 9px 14px !important; + } +} + +[theme="custom-light"] .new-blog-dropdown-container { + border: 1px solid rgba(179, 182, 185, 0.5); + background: #efecec; +} + +/* editor custom style start*/ + +.quill-editor { + background: var(--black-neutral3); + border-radius: 12px; +} + +[theme="custom-light"] .quill-editor { + border: 1px solid rgba(179, 182, 185, 0.5); + background: #efecec; +} + +.quill-editor .ql-container { + border-bottom-left-radius: 0.5em; + border-bottom-right-radius: 0.5em; + border: unset !important; +} + +/* Snow Theme */ +.quill-editor .ql-snow.ql-toolbar { + display: block; + background: inherit; + border: unset !important; + border-top-left-radius: 0.5em; + border-top-right-radius: 0.5em; +} + +/* Bubble Theme */ +.quill-editor .ql-bubble .ql-editor { + border: 1px solid #ccc; + border-radius: 0.5em; +} + +.quill-editor .ql-editor { + min-height: 18em; +} + +.ql-editor.ql-blank::before { + font-style: normal !important; + font-size: 14px !important; + color: #fff !important; + font-weight: 500 !important; +} + +.ql-snow .ql-stroke { + stroke: var(--white-neutral3) !important; +} + +.ql-snow .ql-fill, +.ql-snow .ql-stroke.ql-fill { + fill: var(--white-neutral3) !important; +} + +.ql-snow .ql-picker.ql-font .ql-picker-label::before, +.ql-snow .ql-picker.ql-font .ql-picker-item::before, +.ql-snow .ql-picker.ql-size .ql-picker-label::before, +.ql-snow .ql-picker.ql-size .ql-picker-item::before { + color: var(--white-neutral3) !important; +} + +/* editor custom style start end*/ diff --git a/src/assets/styles/dashboard/_personal-info.scss b/src/assets/styles/dashboard/_personal-info.scss new file mode 100644 index 0000000..ed1769a --- /dev/null +++ b/src/assets/styles/dashboard/_personal-info.scss @@ -0,0 +1,474 @@ +.persona-info-container { + .personal-info-content { + margin-top: 44px; + border-radius: 20px; + border: 1px solid var(--black-neutral3); + background: rgba(34, 36, 38, 0.4); + + .personal-info-blue { + padding: 40px 32px 32px 32px; + + @media (max-width: 576px) { + padding: 16px; + } + } + + .personal-info-main-container { + border-top: 1px solid #2b2b2b; + border-bottom: 1px solid #2b2b2b; + padding: 32px 32px 40px 32px; + + display: grid; + grid-template-columns: repeat(12, 1fr); + gap: 24px; + + @media (max-width: 576px) { + padding: 16px; + } + } + + .personal-info-left { + grid-column-start: 1; + grid-column-end: 7; + + @media (max-width: 1400px) { + grid-column-start: 1; + grid-column-end: 13; + } + + .remove-image { + display: flex; + justify-content: space-between; + align-items: center; + + .remove-text { + cursor: pointer; + color: var(--white-neutral3); + } + } + + .image-area { + border-radius: 12px; + border: 1px solid var(--black-neutral2); + background: var(--black-neutral3); + padding-top: 80px; + padding-bottom: 80px; + margin-top: 24px; + } + + .personal-profile-image { + border-radius: 100%; + display: block; + margin: 0 auto; + + @media (max-width: 576px) { + width: 200px; + height: 200px; + } + } + + .personal-profile-shape { + position: absolute; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); + + @media (max-width: 576px) { + width: 210px; + height: 210px; + } + } + } + + .personal-info-right { + grid-column-start: 7; + grid-column-end: 13; + + @media (max-width: 1400px) { + grid-column-start: 1; + grid-column-end: 13; + } + } + } +} + +[theme="custom-light"] .personal-info-content { + border: 1px solid rgba(179, 182, 185, 0.2); + background: #fff; + box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04); +} + +[theme="custom-light"] + .persona-info-container + .personal-info-content + .personal-info-main-container { + border-color: rgba(179, 182, 185, 0.5); +} + +[theme="custom-light"] + .persona-info-container + .personal-info-content + .personal-info-left + .image-area { + border: 1px solid rgba(179, 182, 185, 0.4); + background: #fff; + box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04); +} + +.personal-info-left-main { + display: flex; + flex-direction: column; + gap: 32px; +} + +.profile-image-upload { + border-radius: 12px; + border: 1px solid var(--black-neutral2); + background: var(--black-neutral3); + color: var(--white-neutral1); + display: flex; + align-items: center; +} + +[theme="custom-light"] .profile-image-upload { + background: #efecec; +} + +.choose-file { + border-radius: 12px 0px 0px 12px; + padding: 12px 24px; + border-right: 1px solid var(--black-neutral2); + background: #1d1d1d; + color: var(--white-neutral3); +} + +[theme="custom-light"] .choose-file { + color: #fff; + background: #4c4b4b; +} + +.no-file-chosen { + padding-left: 16px; + color: var(--white-neutral3); +} + +.image-requirements { + display: flex; + justify-content: space-between; + margin-top: 12px; + + @media (max-width: 576px) { + flex-wrap: wrap; + } +} +.image-requirements-text { + font-size: 14px; + font-weight: 300; + line-height: 150%; + color: var(--white-neutral3); +} + +.light-text { + font-size: 14px; + font-weight: 300; + color: var(--white-neutral3); + margin-top: 12px; +} + +.personal-info-title { + p { + color: var(--white-neutral3); + font-weight: 400; + } + + input, + textarea { + width: 100%; + border-radius: 12px; + border: 1px solid var(--black-neutral2); + background: var(--black-neutral3); + padding: 12px 16px; + margin-top: 14px; + + &::placeholder { + color: var(--white-neutral1); + font-weight: 400; + } + + &:focus { + outline: none !important; + } + } +} + +[theme="custom-light"] .personal-info-title input, +[theme="custom-light"] .personal-info-title textarea { + border: 1px solid rgba(179, 182, 185, 0.5); + background: #efecec; +} + +// personal rights section + +.enable-disable-area { + display: flex; + align-items: center; + gap: 12px; + + .text-enable-disable { + color: var(--white-neutral3); + align-self: flex-end; + } +} + +.switch-checkbox { + height: 0; + width: 0; + visibility: hidden; +} + +.switch-label { + display: flex; + align-items: center; + justify-content: space-between; + cursor: pointer; + width: 40px; + height: 24px; + background: grey; + border-radius: 100px; + position: relative; + transition: background-color 0.2s; +} + +.switch-label .switch-button { + content: ""; + position: absolute; + top: 4px; + left: 4px; + width: 16px; + height: 16px; + border-radius: 100%; + transition: 0.2s; + background: #fff; + box-shadow: 0 0 2px 0 rgba(10, 10, 10, 0.29); +} + +.switch-checkbox:checked + .switch-label .switch-button { + left: calc(100% - 2px); + transform: translateX(-100%); +} + +.switch-label:active .switch-button { + width: 20px; +} + +.personal-info-resume-button { + margin-top: 45px; +} + +.resume-text { + color: var(--white-neutral3); +} + +.resume-button { + margin-top: 12px; + border-radius: 12px; + border: 1px solid var(--black-neutral2); + background: var(--black-neutral3); + padding: 12px 4px 12px 24px; + color: var(--white-neutral3); + width: 100%; +} + +[theme="custom-light"] .resume-button { + border: 1px solid rgba(179, 182, 185, 0.2); + background: #efecec; + // box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04); +} + +.resume-file { + margin-top: 54px; + + @media (max-width: 576px) { + margin-top: 32px; + } +} + +.resume-input { + margin-top: 14px; +} + +.resume-required { + margin-top: 12px; + padding-bottom: 52px; + + @media (max-width: 576px) { + padding-bottom: 32px; + } +} + +.information-section { + border-top: 1px solid #2b2b2b; +} + +[theme="custom-light"] .information-section { + border-color: rgba(179, 182, 185, 0.5); +} + +.information-section-title { + color: var(--white-neutral2); + margin-top: 61px; + + @media (max-width: 576px) { + margin-top: 32px; + } +} + +.info-and-text { + display: flex; + align-items: center; + justify-content: space-between; + margin-top: 24px; + gap: 24px; + + @media (max-width: 1860px) { + flex-wrap: wrap; + } +} + +.info-input { + width: 100%; + input { + background: inherit; + } +} + +.info-and-text-add { + background: var(--secondary-color); + border-radius: 12px; + padding: 12px 24px; +} + +[theme="custom-light"] .info-and-text-add { + color: #fff; +} + +.add-info-table { + margin-top: 60px; + + @media (max-width: 576px) { + margin-top: 32px; + overflow-x: scroll; + &::-webkit-scrollbar { + height: 3px; + } + } + + table { + width: 100%; + border-spacing: 0; + margin-top: 20px; + background-color: inherit; + } + + td { + border-top: 1px solid #2b2b2b; + border-bottom: 1px solid #2b2b2b; + padding: 24px; + text-align: left; + } + + .textXL { + white-space: nowrap; + } + + th { + border-top: 1px solid #2b2b2b; + padding: 28px; + } +} + +[theme="custom-light"] .add-info-table td { + border-color: rgba(179, 182, 185, 0.4); +} + +.table-edit-remove { + display: flex; + align-items: center; + gap: 8px; + justify-content: end; +} + +.edit-button { + padding: 8px; + border-radius: 4px; + border: 1px solid var(--black-neutral2); + background: var(--black-neutral3); + transition: all 0.3s ease-in-out; + + &:hover { + border: 1px solid var(--accent3); + background: var(--accent3); + } +} + +[theme="custom-light"] .edit-button { + border: 1px solid rgba(179, 182, 185, 0.2); + background: #f6f1f1; + box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04); + + &:hover { + border: 1px solid var(--accent3); + background: var(--accent3); + } +} + +.remove-button { + border-radius: 4px; + border: 1px solid var(--black-neutral2); + background: var(--black-neutral3); + transition: all 0.3s ease-in-out; + + &:hover { + border: 1px solid var(--primary-color); + background: var(--primary-color); + } + + svg { + transform: rotate(45deg); + } +} + +[theme="custom-light"] .remove-button { + border: 1px solid rgba(179, 182, 185, 0.2); + background: #f6f1f1; + box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04); + + &:hover { + border: 1px solid var(--primary-color); + background: var(--primary-color); + } +} + +.update-button-container { + display: flex; + justify-content: end; +} + +.personal-info-update-button { + border-radius: 12px; + background: var(--secondary-color); + padding: 12px 24px; + margin-top: 32px; + margin-bottom: 40px; + margin-right: 32px; + + transition: all 0.3s ease-in-out; + &:hover { + scale: 1.03; + } +} + +[theme="custom-light"] .personal-info-update-button { + margin-left: 32px; + color: #fff; +} diff --git a/src/assets/styles/dashboard/_sidebarTopBarFooter.scss b/src/assets/styles/dashboard/_sidebarTopBarFooter.scss new file mode 100644 index 0000000..8bf80a5 --- /dev/null +++ b/src/assets/styles/dashboard/_sidebarTopBarFooter.scss @@ -0,0 +1,316 @@ +// top bar start +.top-bar-container { + position: fixed; + top: 0; + transition: all 0.9s; + background: var(--accent1); + width: calc(100% - 250px); + left: 250px; + z-index: 2; + + @media (max-width: 1400px) { + width: 100%; + left: 0; + } + .top-bar-inner { + display: flex; + justify-content: space-between; + align-items: center; + padding: 20px 24px; + + .menu-icon { + padding: 18px; + color: var(--white-neutral3); + + @media (min-width: 1400px) { + visibility: hidden; + } + } + + .user-icon { + padding: 18px; + color: var(--white-neutral3); + background: var(--black-neutral2); + border-radius: 100%; + cursor: pointer; + + transition: all 0.3s ease-in-out; + &:hover { + background: var(--secondary-color); + + svg { + color: #fff; + } + } + } + } +} + +[theme="custom-light"] .top-bar-container { + background: #fff; + box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; +} + +.top-dropdown-container { + position: absolute; + width: 150px; + top: 100px; + right: 20px; + z-index: 200000; + background: var(--black-neutral3); + box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); + max-height: 0; + overflow: hidden; + transition: max-height 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); + border-radius: 12px; +} + +[theme="custom-light"] .top-dropdown-container { + background: #fff; +} + +.top-dropdown-container.active { + max-height: 200px; +} + +.top-dropdown-option { + display: flex; + align-items: center; + gap: 12px; + transition: all 0.3s ease-in-out; + &:hover { + color: #fff; + } +} + +// top bar end + +// inner container +.inner-content { + transition: all 0.9s; + background: var(--accent1); + margin-left: 274px; + margin-top: 124px; + margin-bottom: 24px; + margin-right: 24px; + padding: 224px; + border: 1px solid var(--black-neutral3); + background: var(--black-neutral4); + padding: 60px; + + @media (max-width: 1400px) { + margin-left: 0; + margin-right: 0px; + } + + @media (max-width: 992px) { + padding: 24px; + } + + @media (max-width: 576px) { + padding: 16px; + } + + @media (max-width: 400px) { + padding: 8px; + } +} + +[theme="custom-light"] .inner-content { + border: 1px solid rgba(179, 182, 185, 0.2); + background: #fff; + box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04); +} + +// sidebar start +.sidebar-containe { + background: var(--black-neutral4); + width: 250px; + position: fixed; + height: 100vh; + top: 0; + left: 0; + transition: all 0.7s; + overflow-y: scroll; + z-index: 4; + &::-webkit-scrollbar { + display: none; + } + + @media (max-width: 1400px) { + transform: translateX(-300px); + } + .sidebar-logo { + padding: 40px 85px 70px 57px; + &:hover { + color: var(--secondary-color); + } + } + + .sidebar-menus { + list-style: none; + display: flex; + flex-direction: column; + gap: 32px; + padding: 0; + + .menu-item { + border-bottom: 1px solid #2b2b2b; + padding-bottom: 20px; + cursor: pointer; + } + .single-menu { + padding-left: 32px; + padding-right: 32px; + + transition: all 0.3s ease-in-out; + &:hover { + color: var(--secondary-color); + } + } + + .menu-link { + display: flex; + gap: 12px; + align-items: center; + } + } +} + +[theme="custom-light"] .sidebar-containe .sidebar-menus .menu-item { + border-color: rgba(179, 182, 185, 0.5) !important; +} + +[theme="custom-light"] .sidebar-containe { + background: #fff; + + box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; +} + +@media (max-width: 1400px) { + .sidebar-show { + z-index: 3; + transform: translateX(0px); + } + + .sidebar-hide { + z-index: 3; + transform: translateX(-300px); + } +} + +.sidebar-overlay { + width: 100vw; + height: 100vh; + position: fixed; + top: 0; + left: 0; + z-index: 3; + background: black; + opacity: 0.5; + transition: all 0.8s ease-in-out; +} + +.sidebar-overlay-show { + transform: translateX(0px); +} + +.sidebar-overlay-hide { + transform: translateX(-100%); +} + +.icon-normal { + transition: all 0.3s ease-in-out; +} + +.icon-rotate { + transition: all 0.3s ease-in-out; + transform: rotate(180deg); +} + +.text-secondary { + color: var(--secondary-color) !important; +} + +.sidebar-menu-modal { + top: 0px; + padding: 24px 0; + margin: 0 32px; + background: var(--black-neutral3); + display: flex; + gap: 12px; + align-items: center; + flex-direction: column; + + .sidebar-sub-item { + border-bottom: 1px solid var(--black-neutral2); + padding-bottom: 20px; + width: 100%; + text-align: center; + } +} + +[theme="custom-light"] .sidebar-sub-item { + border-color: #f9f8f8; +} + +[theme="custom-light"] .sidebar-menu-modal { + background: #bfbebe6b; + box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04); +} + +// sidebar end + +// Footer start + +.footer-start { + direction: ltr; +} + +.footer-container { + bottom: 0; + transition: all 0.9s; + background: var(--accent1); + width: calc(100% - 250px); + transform: translateX(250px); + text-align: center; + + @media (max-width: 1400px) { + width: 100%; + transform: translateX(0px); + } +} + +[theme="custom-light"] .footer-container { + background: #fff; + box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; +} + +.dashboard-footer { + display: flex; + align-items: center; + justify-content: center; + padding: 36px 0; + + @media (max-width: 576px) { + flex-wrap: wrap; + } +} + +.dashboard-footer__copyright-text { + border-right: 1px solid #b3b6b9; + padding-right: 12px; + + @media (max-width: 400px) { + border: none; + } +} + +.footer-text-right { + padding-left: 12px; + + a { + color: var(--secondary-color); + } +} +// Footer end diff --git a/src/assets/styles/dashboard/_skills-tools.scss b/src/assets/styles/dashboard/_skills-tools.scss new file mode 100644 index 0000000..0811179 --- /dev/null +++ b/src/assets/styles/dashboard/_skills-tools.scss @@ -0,0 +1,570 @@ +.skills-tools-content { + border-radius: 24px; + border: 1px solid var(--black-neutral3); + margin-top: 40px; +} + +[theme='custom-light'] .skills-tools-content { + border-color: #6e6d6d6b; +} + +.skill-tools-sub-title { + display: flex; + align-items: center; + justify-content: space-between; + padding: 32px 32px 20px 32px; + flex-wrap: wrap; + gap: 16px; + .subtitle { + color: var(--secondary-color); + } + + .subtitle-button { + padding: 12px 24px; + border-radius: 12px; + background: var(--secondary-color); + + transition: all 0.3s ease-in-out; + &:hover { + scale: 1.03; + color: var(--white-neutral1); + } + } +} + +[theme='custom-light'] .skill-tools-sub-title .subtitle-button { + color: #fff; +} + +.skill-tools-table-area { + padding: 20px 32px 32px 32px; + border-top: 1px solid #2b2b2b; +} + +[theme='custom-light'] .skill-tools-table-area { + border-color: rgba(179, 182, 185, 0.5); +} + +.skill-tools-top-area { + display: flex; + justify-content: space-between; + align-items: center; + gap: 16px; + flex-wrap: wrap; +} + +/* Dropdown.css */ +.dropdown-arrow-button { + transition: all 0.3s ease-in-out; +} + +.dropdown-arrow-button-rotate-down { + transform: rotate(180deg); +} + +.dropdown-arrow-button-rotate-up { + transform: rotate(0deg); +} + +.dropdown-container { + position: relative; + display: inline-block; +} + +.dropdown-btn { + background-color: inherit; + color: var(--white-neutral1); + padding: 10px; + font-size: 16px; + border: none; + cursor: pointer; + display: flex; + align-items: center; + gap: 50px; +} + +.dropdown-content { + display: block; + position: absolute; + top: 100%; /* Position dropdown content below the button */ + left: 0; + width: 100%; + background: var(--black-neutral3); + box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); + z-index: 1; + max-height: 0; + overflow: hidden; + transition: max-height 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); + border-radius: 12px; +} + +[theme='custom-light'] .dropdown-content { + background: #fff; +} + +.dropdown-content.active { + max-height: 200px; +} + +.dropdown-option { + padding: 10px; + cursor: pointer; + transition: background-color 0.3s ease; + border-bottom: 1px solid var(--accent2); + + &:last-child { + border: none; + } +} + +.dropdown-option:hover { + background-color: var(--secondary-color); +} + +@keyframes fadeIn { + from { + opacity: 0; + } + to { + opacity: 1; + } +} + +.search-field { + padding: 12px 20px; + border-radius: 12px; + border: 1px solid var(--black-neutral2); + background: inherit; +} + +[theme='custom-light'] .search-field { + border-color: #6e6d6d6b; +} + +.skills-tools-table { + border-radius: 24px; + overflow: hidden; + border: 1px solid var(--black-neutral2); + margin-top: 32px; +} + +.table-skillresponsive { + border: 1px solid var(--black-neutral2); + border-radius: 20px; + margin-top: 32px; +} + +[theme='custom-light'] .table-skillresponsive { + border-color: #6e6d6d6b; +} + +.table-skillresponsive table { + margin-bottom: 0; + background: inherit; +} +.table-skillresponsive table thead th { + border-bottom: 1px solid var(--black-neutral2) !important; +} + +[theme='custom-light'] .table-skillresponsive table thead th { + border-color: #6e6d6d6b !important; +} + +.table-skillresponsive table thead th .skill-title { + gap: 80px; +} + +.n0-color { + color: var(--white-neutral1) !important; +} + +.table-skillresponsive table thead th .skill-title .ttext { + font-size: 20px; + font-weight: 400; + color: var(--white-neutral1); +} + +.table-skillresponsive table tbody tr:not(:last-child) { + border-bottom: 1px solid var(--black-neutral2); +} + +[theme='custom-light'] .table-skillresponsive table tbody tr:not(:last-child) { + border-color: #6e6d6d6b; +} + +.table-skillresponsive table tbody tr:last-child { + border: unset; +} +.table-skillresponsive table tr th, +.table-skillresponsive table tr td { + padding: 20px 32px; + background: inherit; +} + +.table-skillresponsive tr td { + color: var(--white-neutral1); + opacity: 0.8; +} + +.table > :not(caption) > * > * { + border-bottom-width: 0px !important; +} + +.table-skillresponsive table tr th:not(:first-child), +.table-skillresponsive table tr td:not(:first-child) { + border-left: 1px solid var(--black-neutral2); +} + +[theme='custom-light'] .table-skillresponsive table tr th:not(:first-child), +.table-skillresponsive table tr td:not(:first-child) { + border-left: 1px solid #6e6d6d6b; +} + +.cmn-downbtn { + width: 40px; + min-width: 40px; + height: 40px; + background: var(--black-neutral3); + border-radius: 4px; + display: flex; + align-items: center; + justify-content: center; + transition: all 0.4s; +} + +[theme='custom-light'] .cmn-downbtn { + border: 1px solid rgba(179, 182, 185, 0.2); + background: #f6f1f1; + box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04); + transition: all 0.4s; +} + +.cmn-downbtn:hover { + background: var(--secondary-color); +} +.cmn-downbtn:hover svg path { + stroke: #fff; + transition: all 0.4s; +} + +[theme='custom-light'] .cmn-downbtn:hover svg path { + transition: all 0.4s; + stroke: #fff; +} + +.table-icon { + width: 40px; + min-width: 40px; + height: 40px; + background: var(--black-neutral3); + border-radius: 4px; + display: flex; + align-items: center; + justify-content: center; + transition: all 0.4s; +} + +.table-icon svg { + width: 21px; + transition: all 0.4s; +} +.table-icon svg path { + transition: all 0.4s; +} +.table-icon:hover { + cursor: pointer; + background: #ffce32; +} +.table-icon:hover svg path { + stroke: #fff; +} + +.table-icon2hover:hover { + background: #ff6900; +} + +[theme='custom-light'] .table-icon { + border: 1px solid rgba(179, 182, 185, 0.2); + background: #f6f1f1; + box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04); +} + +[theme='custom-light'] .table-icon:hover { + cursor: pointer; + background: #ffce32; +} +[theme='custom-light'] .table-icon:hover svg path { + stroke: #fff; +} + +[theme='custom-light'] .table-icon2hover:hover { + background: #ff6900; +} + +.show-footer { + display: flex; + align-items: center; + gap: 16px; +} +.show-footer .coun { + padding: 11px 12px; + background: var(--secondary-color); + color: var(--white-neutral1); + font-size: 16px; + display: flex; + justify-content: center; + align-items: center; +} +.show-footer .coun span { + color: var(--white-neutral1); +} + +.pre-pagination { + gap: 20px; + border: 1px solid var(--black-neutral2); + border-radius: 12px; + padding: 0 20px; + list-style: none; +} + +[theme='custom-light'] .pre-pagination { + border-color: #6e6d6d6b; +} + +.cmn-downbtn { + width: 40px; + min-width: 40px; + height: 40px; + background: var(--black-neutral3); + border-radius: 4px; + display: flex; + align-items: center; + justify-content: center; + transition: all 0.4s; +} +.cmn-downbtn:hover { + background: var(--secondary-color); +} +.cmn-downbtn:hover svg path { + stroke: var(--white-neutral1); +} + +.remove-items-modal .modal-content { + border: 1px solid rgba(179, 182, 185, 0.3); + background: #1a1a1a; +} + +[theme='custom-light'] .remove-items-modal .modal-content { + border-color: #6e6d6d6b; + background: #fff; +} +.remove-items-modal .modal-content .modal-header { + border-bottom: 1px solid rgba(179, 182, 185, 0.3); +} + +[theme='custom-light'] .remove-items-modal .modal-content .modal-header { + border-bottom: 1px solid #6e6d6d6b; +} + +.remove-items-modal .modal-content .modal-footer { + border-top: 1px solid rgba(179, 182, 185, 0.3); +} + +[theme='custom-light'] .remove-items-modal .modal-content .modal-footer { + border-top: 1px solid #6e6d6d6b; +} + +.remove-items-modal .modal-content .btn-close { + background: none; + width: 32px; + height: 32px; + border: 1px solid var(--white-neutral1); + opacity: 1; + padding: 0; + margin: 0; + border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; + outline: none; +} + +[theme='custom-light'] .remove-items-modal .modal-content .btn-close { + border: 1px solid #6e6d6d6b; +} + +.remove-items-modal .modal-content .btn-close::before { + content: '✖️'; + display: inline-block; + padding: 3px; + vertical-align: middle; + color: var(--white-neutral1); +} + +.delte-alt { + padding: 12px 24px; + display: flex; + align-items: center; + justify-content: center; + color: var(--white-neutral1); + border-radius: 12px; +} +.delte-alt span { + color: var(--white-neutral1); +} +@media (max-width: 575px) { + .delte-alt { + padding: 8px 16px; + } +} + +.delte-two { + background: var(--black-neutral2) !important; +} + +[theme='custom-light'] .delte-two { + background: #2b2b2b !important; +} + +.edit-modal-larges .imgwrapper { + display: flex; + align-items: center; + justify-content: center; + gap: 24px; +} +.edit-modal-larges .img-coverbox { + border: 1px dashed rgba(179, 182, 185, 0.3); + text-align: center; + padding: 16px 10px; + display: flex; + align-items: center; + justify-content: center; + height: 120px; + width: 180px; +} +.edit-modal-larges .img-coverbox img { + width: 30px; +} +.edit-modal-larges .img-coverbox input { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + display: block; + outline: none; + border: unset; + opacity: 0; +} +@media (max-width: 575px) { + .edit-modal-larges .imgwrapper { + gap: 10px; + flex-wrap: wrap; + } +} + +.modal-center-text { + color: var(--white-neutral3); +} + +.s1-color { + color: var(--secondary-color); +} + +.cmn-btn { + background-color: var(--secondary-color); + + &:hover { + background-color: #9c64e6; + } +} + +.cmn-btn { + padding: 12px 28px; + border-radius: 12px; + font-size: 16px; + color: var(--white-neutral1); + display: block; + display: flex; + align-items: center; + justify-content: center; +} + +[theme='custom-light'] .delte-alt span { + color: #fff !important; +} + +.edit-data-category .catitem-box .nice-select { + background: var(--black-neutral3); +} +.edit-data-category .catitem-box .nice-select .current { + color: var(--white-neutral3); + padding: 10px 14px 14px; + font-size: 14px; + font-weight: 400; +} +.edit-data-category .catitem-box .nice-select .list { + background: var(--accent1); + padding: 10px 15px; + height: 26vh; + overflow-y: scroll; +} +.edit-data-category .catitem-box .nice-select .list li { + color: var(--white-neutral1); +} +.edit-data-category .catitem-box .nice-select .list li:hover { + color: var(--secondary-color); +} +.edit-data-category .catitem-box input { + background: var(--black-neutral3); + padding: 10px 14px; + border: unset; + outline: none; + color: var(--white-neutral3); + font-size: 14px; +} + +[theme='custom-light'] .edit-data-category .catitem-box input { + border: 1px solid rgba(179, 182, 185, 0.5); + background: #efecec; +} + +.edit-data-category .catitem-box ::-moz-placeholder { + font-size: 14px; +} +.edit-data-category .catitem-box ::placeholder { + font-size: 14px; +} + +.descrip { + color: var(--white-neutral1); +} +.descrip textarea { + background: var(--black-neutral3); + outline: none; + border: unset; + color: var(--white-neutral1); + border: 1px solid var(--black-neutral2); + font-size: 14px; + font-weight: 400; +} + +[theme='custom-light'] .descrip textarea { + border: 1px solid rgba(179, 182, 185, 0.5); + background: #efecec; +} + +.descrip ::-moz-placeholder { + font-size: 14px; + color: var(--white-neutral3); + line-height: 1.8; +} +.descrip ::placeholder { + font-size: 14px; + color: var(--white-neutral3); + line-height: 1.8; +} + +.n3-color { + color: var(--white-neutral3); +} diff --git a/src/assets/styles/main.scss b/src/assets/styles/main.scss new file mode 100644 index 0000000..8626db4 --- /dev/null +++ b/src/assets/styles/main.scss @@ -0,0 +1,43 @@ +/* 确保没有平滑滚动效果 */ +html { + scroll-behavior: auto !important; +} +ul, +ol, +li, +dl, +dt, +dd { + list-style: none; +} +a { + text-decoration: none; + outline: 0px; + color: #333; +} +img { + border: 0; + max-width: 100%; +} +@import 'bootstrap-custom.scss'; +@import 'variables'; +@import 'typography'; +@import 'common'; +@import 'pages/landing'; +@import 'pages/landing-two'; +@import 'pages/about-us'; +@import 'pages/all-projects'; +@import 'pages/project-details'; +@import 'pages/blog'; +@import 'pages/blog-details'; +@import 'pages/service'; +@import 'pages/contact'; +@import 'pages/not-found'; +@import 'them'; +@import 'dashboard/sidebarTopBarFooter'; +@import 'dashboard/personal-info'; +@import 'dashboard/skills-tools'; +@import 'dashboard/experiences'; +@import 'dashboard/all-blog'; +@import 'dashboard/new-blog'; +@import 'navbar'; diff --git a/src/assets/styles/override.scss b/src/assets/styles/override.scss new file mode 100644 index 0000000..e69de29 diff --git a/src/assets/styles/pages/_about-us.scss b/src/assets/styles/pages/_about-us.scss new file mode 100644 index 0000000..0920ae2 --- /dev/null +++ b/src/assets/styles/pages/_about-us.scss @@ -0,0 +1,516 @@ +.about-top-left-element { + overflow: hidden; + width: 906px; + height: 906px; + border-radius: 906px; + opacity: 0.1; + background: var(--primary-color); + filter: blur(200px); + position: absolute; + left: -450px; + top: -450px; + @media (max-width: 768px) { + width: 400px; + height: 400px; + right: 0px; + bottom: 0px; + } + + @media (max-width: 576px) { + width: 300px; + height: 300px; + right: 0px; + bottom: 0px; + } +} + +.about-card { + position: relative; + border-radius: 20px; + height: 100%; + border: 1px solid var(--black-neutral3); + background: rgba(34, 36, 38, 0.4); +} + +[theme='custom-light'] .about-card { + background: var(--black-neutral1); + border-color: rgba(34, 36, 38, 0.1); +} +.about-body { + display: flex; + flex-direction: column; + gap: 24px; + + @media (max-width: 1400px) { + gap: 20px; + } + + @media (max-width: 1200px) { + gap: 18px; + } + @media (max-width: 992px) { + gap: 16px; + } + + &__1st-row { + display: grid; + grid-template-columns: repeat(12, 1fr); + gap: 24px; + + @media (max-width: 1400px) { + gap: 20px; + } + + @media (max-width: 1200px) { + gap: 18px; + } + @media (max-width: 992px) { + gap: 16px; + } + + .card-hello { + position: relative; + grid-column-start: 1; + grid-column-end: 9; + + padding: 60px 112px 60px 60px; + @media (max-width: 1400px) { + padding: 24px 24px 24px 24px; + } + + @media (max-width: 992px) { + grid-column-start: 1; + grid-column-end: 13; + } + + @media (max-width: 576px) { + text-align: center; + } + + p { + font-weight: 300; + line-height: 150%; + margin-top: 24px; + opacity: 0.7; + } + } + + .card-profile-image { + grid-column-start: 9; + grid-column-end: 13; + padding: 34px 72px; + @media (max-width: 1400px) { + padding: 32px; + } + + @media (max-width: 992px) { + grid-column-start: 1; + grid-row-start: 1; + } + + &__image-container { + position: relative; + width: fit-content; + margin: 0 auto; + + .profile-image { + border-radius: 100%; + margin: 0 auto; + @media (max-width: 1400px) { + width: 200px; + height: 200px; + } + } + + .profile-shape { + position: absolute; + top: -6px; + left: -6px; + + @media (max-width: 1400px) { + width: 210px; + height: 210px; + } + } + } + } + } + + &__2nd-row { + display: grid; + grid-template-columns: repeat(12, 1fr); + gap: 24px; + + @media (max-width: 1400px) { + gap: 20px; + } + + @media (max-width: 1200px) { + gap: 18px; + } + @media (max-width: 992px) { + gap: 16px; + } + + .my-experience { + grid-column-start: 1; + grid-column-end: 5; + @media (max-width: 1400px) { + grid-column-start: 1; + grid-column-end: 9; + } + + @media (max-width: 768px) { + grid-column-start: 1; + grid-column-end: 13; + } + + &__content { + margin-top: 40px; + display: flex; + flex-direction: column; + gap: 24px; + @media (max-width: 1400px) { + gap: 20px; + } + + @media (max-width: 1200px) { + gap: 18px; + } + @media (max-width: 992px) { + gap: 16px; + } + + &-item { + display: flex; + gap: 8px; + align-items: center; + p { + font-weight: 300; + line-height: 150%; + color: var(--white-neutral1); + opacity: 0.7; + } + + .dash { + width: 16px; + height: 1px; + background: var(--white-neutral1); + opacity: 0.7; + max-width: auto 0; + } + } + } + } + + .download-icon { + padding: 8px; + border: 1px solid var(--secondary-color); + border-radius: 100%; + cursor: pointer; + transition: all 0.3s ease-in-out; + + &:hover { + background: var(--secondary-color); + } + } + + .what-i-do { + position: relative; + grid-column-start: 5; + grid-column-end: 8; + + @media (max-width: 1400px) { + grid-column-start: 9; + grid-column-end: 13; + } + + @media (max-width: 768px) { + grid-column-start: 1; + grid-column-end: 13; + } + + &__content { + margin-top: 40px; + display: flex; + flex-direction: column; + gap: 16px; + + &-item { + display: flex; + gap: 8px; + align-items: center; + p { + font-weight: 300; + line-height: 150%; + color: var(--white-neutral1); + opacity: 0.7; + } + + .dash { + width: 16px; + height: 1px; + background: var(--white-neutral1); + opacity: 0.7; + max-width: auto 0; + } + } + } + } + + .experience-in-number { + padding: 40px 73px 40px 48px; + grid-column-start: 8; + grid-column-end: 13; + display: flex; + + justify-content: space-between; + flex-wrap: wrap; + + gap: 32px; + + @media (max-width: 1400px) { + padding: 23px 32px 32px 32px; + grid-column-start: 1; + grid-column-end: 13; + flex-direction: row; + } + + @media (max-width: 390px) { + text-align: center; + justify-content: center; + } + + &__item { + display: flex; + gap: 8px; + flex-direction: column; + } + + &__item-number { + display: flex; + align-items: center; + justify-content: center; + } + + &__item-text { + font-weight: 300; + color: var(--white-neutral1); + opacity: 0.7; + } + } + } + + &__3rd-row { + display: grid; + grid-template-columns: repeat(12, 1fr); + gap: 24px; + + @media (max-width: 1400px) { + gap: 20px; + } + + @media (max-width: 1200px) { + gap: 18px; + } + @media (max-width: 992px) { + gap: 16px; + } + } +} + +[dir='ltr'] .group-shape { + position: absolute; + top: 0; + right: 24px; +} + +[dir='rtl'] .group-shape { + position: absolute; + top: 0; + left: 24px; +} + +[dir='ltr'] .bottom-shape { + position: absolute; + bottom: 0; + right: 0; +} + +[dir='rtl'] .bottom-shape { + position: absolute; + bottom: 0; + left: 0; + transform: rotate(90deg); +} + +// [dir='ltr'] .about-body__1st-row .card-hello img { +// position: absolute; +// top: 20px; +// right: 20px; +// @media (max-width: 992px) { +// width: 70px; +// height: 70px; +// } +// @media (max-width: 576px) { +// width: 50px; +// height: 50px; +// } +// } + +// [dir='rtl'] .about-body__1st-row .card-hello img { +// position: absolute; +// top: 20px; +// left: 20px; +// transform: rotate(-90deg); +// @media (max-width: 992px) { +// width: 70px; +// height: 70px; +// } +// @media (max-width: 576px) { +// width: 50px; +// height: 50px; +// } +// } + +.about-profile { + grid-column-start: 1; + grid-column-end: 4; + + display: flex; + flex-direction: column; + justify-content: space-between; + + // @media (max-width: 1400px) { + // grid-column-start: 1; + // grid-column-end: 4; + // } + + // @media (max-width: 992px) { + // grid-column-start: 1; + // grid-column-end: 7; + // } + + // @media (max-width: 576px) { + // grid-column-start: 1; + // grid-column-end: 13; + // } + + &__text { + font-weight: 300; + color: var(--white-neutral1); + opacity: 0.6; + margin-top: 18px; + } + + .about-profile-link { + margin-top: 0px !important; + } +} + +.about-education { + grid-column-start: 4; + grid-column-end: 10; + position: relative; + + display: flex; + flex-direction: column; + justify-content: space-between; + + @media (max-width: 1400px) { + grid-column-start: 4; + grid-column-end: 13; + } + + @media (max-width: 992px) { + grid-column-start: 1; + grid-row-start: 1; + } + + &__title { + font-weight: 500; + color: var(--white-neutral1); + @media (max-width: 576px) { + padding-bottom: 40px; + } + } + + &__content { + display: flex; + justify-content: space-between; + gap: 8px; + + @media (max-width: 576px) { + flex-direction: column; + gap: 20px; + } + + .year { + font-weight: 300; + opacity: 0.6; + padding-top: 40px; + @media (max-width: 576px) { + padding-top: 0px; + } + } + + .title { + font-weight: 400; + margin-top: 12px; + @media (max-width: 576px) { + margin-top: 8px; + } + } + .university { + font-weight: 300; + line-height: 150%; + opacity: 0.6; + margin-top: 4px; + } + } +} + +[dir='ltr'] .about-education-shape { + position: absolute; + right: 20px; + top: 20px; +} +[dir='rtl'] .about-education-shape { + position: absolute; + left: 20px; + top: 20px; + transform: rotate(-90deg); +} + +.about-get-in-touch { + grid-column-start: 10; + grid-column-end: 13; + display: flex; + flex-direction: column; + gap: 109px; + justify-content: space-between; + @media (max-width: 1400px) { + grid-column-start: 1; + grid-column-end: 13; + gap: 40px; + } + + @media (max-width: 992px) { + grid-column-start: 7; + grid-column-end: 13; + } + + @media (max-width: 576px) { + grid-column-start: 1; + grid-column-end: 13; + } + + &__title { + font-weight: 500; + color: var(--white-neutral1); + white-space: nowrap; + @media (max-width: 1300px) { + white-space: normal; + } + } +} diff --git a/src/assets/styles/pages/_all-projects.scss b/src/assets/styles/pages/_all-projects.scss new file mode 100644 index 0000000..fbb6d5b --- /dev/null +++ b/src/assets/styles/pages/_all-projects.scss @@ -0,0 +1,185 @@ +.image-body { + position: relative; + transition: all 0.9s ease-in-out; + overflow: hidden; + width: fit-content; + &__image { + border-radius: 24px; + // object-fit: cover; + } + + .all-project-link { + color: var(--white-neutral1); + display: flex; + justify-content: space-between; + gap: 8px; + align-items: end; + padding: 32px; + position: absolute; + bottom: 0; + left: 0; + width: 100%; + height: 0; + opacity: 0; + box-sizing: border-box; + transition: all 0.6s ease-in-out; + visibility: hidden; + background: linear-gradient( + 180deg, + rgba(136, 136, 136, 0) 0%, + rgba(29, 29, 29, 0.8) 98.75% + ); + border-radius: 24px; + + @media (max-width: 1400px) { + padding: 24px; + } + + @media (max-width: 992px) { + padding: 16px; + } + + &__text-area { + display: flex; + flex-direction: column; + gap: 12px; + + @media (max-width: 992px) { + gap: 4px; + } + + .link-title { + color: #fff !important; + } + + .link-text { + font-weight: 300 !important; + color: #fff; + } + } + + &__image { + img { + max-width: 100px; + max-height: 60px; + transition: all 0.3s ease-in-out; + &:hover { + transform: rotate(-10deg); + } + @media (max-width: 992px) { + display: none; + } + } + } + } + + &:hover .all-project-link { + opacity: 1; + height: 100%; + visibility: visible; + } +} +.all-project-body { + display: flex; + flex-direction: column; + gap: 24px; + position: relative; + z-index: 2; + + @media (max-width: 1400px) { + gap: 20px; + } + + @media (max-width: 1200px) { + gap: 18px; + } + @media (max-width: 992px) { + gap: 16px; + } + .all-project__1st-row { + display: grid; + grid-template-columns: repeat(12, 1fr); + gap: 24px; + + @media (max-width: 1400px) { + gap: 20px; + } + + @media (max-width: 1200px) { + gap: 18px; + } + @media (max-width: 992px) { + gap: 16px; + } + + &-1st-column { + grid-column-start: 1; + grid-column-end: 7; + + display: flex; + flex-direction: column; + gap: 24px; + + @media (max-width: 1400px) { + gap: 20px; + } + + @media (max-width: 1200px) { + gap: 18px; + } + @media (max-width: 992px) { + gap: 16px; + } + + @media (max-width: 768px) { + grid-column-start: 1; + grid-column-end: 13; + } + } + + &-2nd-column { + grid-column-start: 7; + grid-column-end: 13; + + @media (max-width: 768px) { + grid-column-start: 1; + grid-column-end: 13; + } + } + } + + .all-project__3rd-row { + display: grid; + grid-template-columns: repeat(12, 1fr); + gap: 24px; + + @media (max-width: 1400px) { + gap: 20px; + } + + @media (max-width: 1200px) { + gap: 18px; + } + @media (max-width: 992px) { + gap: 16px; + } + + &-1st-column { + grid-column-start: 1; + grid-column-end: 7; + @media (max-width: 768px) { + grid-column-start: 1; + grid-column-end: 13; + } + } + + &-2nd-column { + grid-column-start: 7; + grid-column-end: 13; + @media (max-width: 768px) { + grid-column-start: 1; + grid-column-end: 13; + } + } + } +} diff --git a/src/assets/styles/pages/_blog-details.scss b/src/assets/styles/pages/_blog-details.scss new file mode 100644 index 0000000..345aa99 --- /dev/null +++ b/src/assets/styles/pages/_blog-details.scss @@ -0,0 +1,617 @@ +.blog-detail-style { + position: relative; + border-radius: 20px; + border: 1px solid var(--black-neutral3); + background: rgba(34, 36, 38, 0.4); +} + +[theme="custom-light"] .blog-detail-style { + border: 1px solid rgba(179, 182, 185, 0.2); + background: #fff; + box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04); +} + +.blog-details-body { + border: 1px solid var(--black-neutral3); + padding: 32px 32px 72px 32px; + + @media (max-width: 1400px) { + padding: 16px; + } + + .banner-image { + border-radius: 12px; + } + + .blog-details-container { + display: grid; + grid-template-columns: repeat(12, 1fr); + margin-top: 20px; + gap: 24px; + + &__left { + grid-column-start: 1; + grid-column-end: 8; + + @media (max-width: 1400px) { + grid-column-start: 1; + grid-column-end: 13; + } + .date-tag { + display: flex; + gap: 24px; + align-items: center; + + .tag { + border-radius: 32px; + border: 1px solid var(--black-neutral3); + background: var(--black-neutral4); + padding: 8px 20px; + } + } + + .main-title { + margin-top: 20px; + } + + .main-title-text { + color: var(--white-neutral1); + opacity: 0.7; + margin-top: 12px; + } + + .quote-box { + border-radius: 24px; + border: 1px solid var(--black-neutral2); + padding: 32px 52px; + margin-top: 20px; + position: relative; + + @media (max-width: 1400px) { + padding: 16px; + } + p { + text-align: center; + font-weight: 500; + } + + .quote { + position: absolute; + bottom: 10px; + right: 20px; + } + } + + .text-after-quote { + color: var(--white-neutral1); + opacity: 0.7; + margin-top: 20px; + } + + .secondary-blog-details { + &__text { + color: var(--white-neutral1); + opacity: 0.7; + margin-top: 12px; + } + + ol { + display: flex; + flex-direction: column; + gap: 12px; + margin-top: 16px; + li { + } + } + + &__end-text { + margin-top: 16px; + color: var(--white-neutral1); + opacity: 0.7; + } + } + + .blog-detail-tags { + padding: 20px 20px 20px 24px; + border-top: 1px solid rgba(34, 36, 38, 0.5); + border-bottom: 1px solid rgba(34, 36, 38, 0.5); + + display: flex; + gap: 16px; + align-items: center; + + @media (max-width: 1400px) { + padding: 16px; + } + .tag-heading { + font-weight: 600; + color: var(--white-neutral1); + } + + .all-tags { + display: flex; + gap: 12px; + align-items: center; + flex-wrap: wrap; + + a { + border-radius: 100px; + background: var(--black-neutral4); + padding: 8px 16px; + font-size: 16px; + font-weight: 300; + line-height: 150%; + transition: all 0.3s ease-in-out; + cursor: pointer; + text-decoration: none; + color: var(--white-neutral1); + &:hover { + background: var(--secondary-color); + } + } + } + } + + .comment-section { + &__area { + .name-and-email { + display: flex; + gap: 24px; + align-items: center; + margin-top: 28px; + + @media (max-width: 576px) { + flex-direction: column; + } + + .name { + border-radius: 12px; + border: 1px solid var(--black-neutral3); + background: rgba(26, 26, 26, 0.4); + padding: 16px 24px 16px 20px; + width: 100%; + color: var(--white-neutral1); + opacity: 0.8; + } + } + + .textarea { + color: var(--white-neutral1); + opacity: 0.8; + border-radius: 12px; + border: 1px solid var(--black-neutral3); + background: rgba(26, 26, 26, 0.4); + padding: 16px 24px 16px 20px; + width: 100%; + margin-top: 24px; + + &:focus { + border-color: none; + outline: none; + } + } + + .comment-submit { + display: flex; + align-items: center; + margin-top: 40px; + background: transparent; + transition: all 0.3s ease-in-out; + + .post-comment { + background: var(--secondary-color); + color: var(--white-neutral1); + font-weight: 500; + padding: 12px 24px; + border: none; + border-radius: 100px; + } + } + } + } + } + + &__right { + grid-column-start: 8; + grid-column-end: 13; + border-radius: 32px; + border: 1px solid var(--black-neutral3); + padding: 24px; + + @media (max-width: 1400px) { + grid-column-start: 1; + grid-column-end: 13; + } + + @media (max-width: 576px) { + border: none; + padding: 0px; + } + + .right__search-box { + border: 1px solid var(--black-neutral3); + background: rgba(26, 26, 26, 0.3); + padding: 40px 24px; + border-radius: 20px; + + @media (max-width: 1400px) { + padding: 16px; + } + + @media (max-width: 992px) { + border: none; + background: none; + padding: 0px; + } + + .search-field { + display: flex; + justify-content: space-between; + border-radius: 20px; + border-radius: 12px; + border: 1px solid rgba(179, 182, 185, 0.2); + padding: 8px 8px 8px 20px; + .search { + width: 100%; + background: transparent; + padding-right: 20px; + color: var(--white-neutral1); + opacity: 0.6; + } + + .search-icon { + padding: 4px; + height: fit-content; + margin: auto 0; + border-radius: 8px; + background: var(--secondary-color); + color: var(--white-neutral1); + } + } + } + + .recent-post { + display: flex; + flex-direction: column; + gap: 24px; + padding: 24px; + border-radius: 20px; + border: 1px solid var(--black-neutral3); + background: rgba(26, 26, 26, 0.3); + + @media (max-width: 1400px) { + padding: 16px; + } + + &__title { + font-weight: 500; + } + + &__card { + display: flex; + align-items: center; + gap: 20px; + padding-bottom: 24px; + border-bottom: 1px solid rgba(34, 36, 38, 0.8); + + @media (max-width: 1400px) { + padding: 16px; + } + + @media (max-width: 576px) { + flex-direction: column; + } + + img { + border-radius: 12px; + } + + &-content { + .recent-post-card-title { + line-height: 150%; + transition: all 0.3s ease; + &:hover { + color: var(--secondary-color) !important; + } + } + .date { + padding-top: 8px; + font-size: 14px; + font-weight: 300; + line-height: 150%; + } + } + } + } + + .categories-card { + border-radius: 20px; + border: 1px solid var(--black-neutral3); + background: rgba(26, 26, 26, 0.3); + padding: 24px 24px 29px 24px; + + &__categories { + display: flex; + gap: 16px; + margin-top: 24px; + flex-direction: column; + + .category { + color: var(--white-neutral1); + opacity: 0.7; + padding-bottom: 24px; + border-bottom: 1px solid rgba(34, 36, 38, 0.8); + width: 100%; + transition: all 0.3s ease-in-out; + + &:hover { + opacity: 1; + } + } + } + } + + .popular-tag { + margin-top: 24px; + border-radius: 20px; + border: 1px solid var(--black-neutral3); + background: rgba(26, 26, 26, 0.3); + padding: 24px 20px 31px 24px; + + @media (max-width: 1400px) { + padding: 16px; + } + + &__tags { + display: flex; + gap: 12px; + align-items: center; + margin-top: 24px; + flex-wrap: wrap; + + .tag { + padding: 8px 16px; + border-radius: 100px; + border: 1px solid var(--black-neutral3); + background: var(--black-neutral4); + color: var(--white-neutral1); + transition: all 0.3s ease-in-out; + &:hover { + background: var(--secondary-color); + } + } + } + } + } + } +} + +[theme="custom-light"] .all-tags a:hover { + color: #fff !important; +} + +[theme="custom-light"] .tag:hover { + color: #fff !important; +} + +[theme="custom-light"] .blog-detail-tags { + border-top: 1px solid #e4e1e1 !important; + border-bottom: 1px solid #e4e1e1 !important; +} + +[theme="custom-light"] .blog-details-container__right { + border-color: #e4e1e1; +} + +[theme="custom-light"] .search-icon { + color: #fff !important; +} + +[theme="custom-light"] + .blog-details-body + .blog-details-container__left + .comment-section__area + .name-and-email + .name { + background: rgba(26, 26, 26, 0.03); +} +[theme="custom-light"] + .blog-details-body + .blog-details-container__left + .comment-section__area + .textarea { + background: rgba(26, 26, 26, 0.03); +} + +[theme="custom-light"] + .blog-details-body + .blog-details-container__right + .right__search-box { + border-color: #e4e1e1; + background: rgba(118, 116, 116, 0.03); +} + +[theme="custom-light"] + .blog-details-body + .blog-details-container__right + .right__search-box + .search-field { + background: #fff; +} + +[theme="custom-light"] + .blog-details-body + .blog-details-container__right + .recent-post { + border-color: #e4e1e1; + background: rgba(118, 116, 116, 0.03); +} + +[theme="custom-light"] + .blog-details-body + .blog-details-container__right + .categories-card { + border-color: #e4e1e1; + background: rgba(26, 26, 26, 0.03); +} + +[theme="custom-light"] + .blog-details-body + .blog-details-container__right + .recent-post__card { + border-color: #e4e1e1; +} + +[theme="custom-light"] + .blog-details-body + .blog-details-container__right + .categories-card__categories + .category { + border-color: #e4e1e1; +} + +[theme="custom-light"] + .blog-details-body + .blog-details-container__right + .popular-tag { + border-color: #e4e1e1; + background: rgba(26, 26, 26, 0.03); +} + +// related Blog + +.see-all-blog { + display: flex; + align-items: center; + background: transparent; + transition: all 0.3s ease-in-out; + + &:hover { + scale: 1.02; + } + + .post-comment { + background: var(--secondary-color); + color: var(--white-neutral1); + font-weight: 500; + padding: 12px 24px; + border: none; + border-radius: 100px; + } + + .icon { + background: var(--secondary-color); + color: var(--white-neutral1); + font-weight: 500; + padding: 9px; + border-radius: 100px; + transition: all 0.3s ease-in-out; + } + + .icon-inner { + transition: all 0.3s ease-in-out; + } + + &:hover .icon-inner { + transform: rotate(45deg); + } +} + +.kewta-btn { + transition: all 0.4s; +} +.kewta-btn .kew-arrow { + position: relative; + overflow: hidden; +} +.kewta-btn .kew-arrow .kt-one { + position: absolute; + bottom: -40px; + left: -50px; + transition: all 0.8s; +} +.kewta-btn .kew-arrow .kt-two { + transition: all 0.8s; + position: absolute; + top: 6px; + left: 7px; +} +.kewta-btn .kew-arrow .kt-two svg { + transition: all 0.8s; +} +.kewta-btn:hover .kew-arrow .kt-one { + position: absolute; + bottom: 6px; + left: 9px; +} +.kewta-btn:hover .kew-arrow .kt-two { + position: absolute; + top: -40px; + left: 40px; +} + +.kew-text { + font-size: 16px; + font-weight: 500; + color: var(--white-neutral1); + padding: 12px 24px; + display: block; + border-radius: 100px; + background: var(--secondary-color); + text-align: center; + transition: all 0.4s; +} + +.kew-arrow { + min-width: 48px; + min-height: 48px; + display: flex; + align-items: center; + justify-content: center; + border-radius: 50%; + border-radius: 50%; + background: var(--secondary-color); + transition: all 0.4s; +} + +.related-blog { + &__heading { + display: flex; + gap: 24px; + align-items: center; + justify-content: space-between; + + @media (max-width: 360px) { + flex-direction: column; + gap: 16px; + } + } + + .blog-card-section { + display: grid; + grid-template-columns: repeat(3, minmax(0, 1fr)); + align-items: center; + gap: 24px; + + @media (max-width: 1400px) { + gap: 16px; + } + + @media (max-width: 992px) { + grid-template-columns: repeat(2, minmax(0, 1fr)); + } + + @media (max-width: 768px) { + grid-template-columns: repeat(1, minmax(0, 1fr)); + } + } +} + +.next-project { + display: block; + color: var(--white-neutral1); + transition: all 0.3s ease-in-out; + &:hover { + color: var(--secondary-color); + } +} diff --git a/src/assets/styles/pages/_blog.scss b/src/assets/styles/pages/_blog.scss new file mode 100644 index 0000000..07afd98 --- /dev/null +++ b/src/assets/styles/pages/_blog.scss @@ -0,0 +1,372 @@ +.blog-link { + &__content { + &__text { + font-weight: 500; + line-height: 150%; + text-transform: capitalize; + color: var(--white-neutral1); + } + } + + &__image { + svg { + transition: all 0.3s ease-in-out; + stroke: var(--white-neutral1); + &:hover { + stroke: var(--secondary-color); + } + + @media (max-width: 1400px) { + width: 60px; + height: 32px; + } + } + } +} + +[theme="custom-light"] .blog-link__image svg { + stroke: #6d6b6b; + + &:hover { + stroke: var(--secondary-color); + } +} + +.tab-active { + transition: all 0.3s ease-in-out !important; + background: var(--secondary-color) !important; + color: #fff !important; +} + +.blog-body { + &__up { + display: grid; + grid-template-columns: repeat(12, 1fr); + gap: 24px; + + @media (max-width: 1400px) { + gap: 16px; + } + + .big-blog-padding { + padding: 20px 20px 24px 20px; + } + + &-left { + grid-column-start: 1; + grid-column-end: 7; + + transition: all 0.3s ease-in-out; + @media (max-width: 992px) { + grid-column-end: 13; + } + + .image-container { + overflow: hidden; + border-radius: 16px; + } + + img { + border-radius: 16px; + display: block; + margin: 0 auto; + transition: all 0.3s ease-in-out; + } + + .up-left__content { + display: flex; + flex-direction: column; + gap: 20px; + &-date { + display: flex; + gap: 24px; + justify-content: space-between; + padding-top: 24px; + .articles-tag { + border-radius: 32px; + border: 1px solid var(--black-neutral2); + background: var(--black-neutral4); + padding: 8px 20px; + transition: all 0.3s ease-in-out; + } + } + + &-title { + .blog-title { + transition: all 0.3s ease-in-out; + } + p { + padding-top: 12px; + color: var(--white-neutral1); + opacity: 0.7; + } + } + } + + &:hover { + img { + transform: scale(1.02); + } + + .articles-tag { + border-color: var(--secondary-color); + } + + .blog-title { + color: var(--secondary-color); + } + + .blog-link-big .blog-link__content__text { + color: var(--secondary-color); + } + + .blog-link-big svg { + stroke: var(--secondary-color) !important; + } + } + } + + &-right { + grid-column-start: 7; + grid-column-end: 13; + display: flex; + flex-direction: column; + gap: 24px; + + @media (max-width: 1400px) { + gap: 16px; + } + + @media (max-width: 992px) { + grid-column-start: 1; + grid-column-end: 13; + } + + &-list { + padding: 12px 24px; + display: flex; + align-items: center; + gap: 24px; + + @media (max-width: 576px) { + flex-direction: column; + } + + img { + border-radius: 20px; + transition: all 0.3s ease-in-out; + } + + .list__content { + display: flex; + flex-direction: column; + gap: 16px; + &-date { + display: flex; + gap: 24px; + justify-content: space-between; + align-items: center; + + .articles-tag { + border-radius: 32px; + border: 1px solid var(--black-neutral2); + background: var(--black-neutral4); + padding: 8px 20px; + transition: all 0.3s ease-in-out; + } + } + + &-title { + p { + padding-top: 8px; + color: var(--white-neutral1); + opacity: 0.7; + } + } + } + + .image-container { + transition: all 0.3s ease-in-out; + overflow: hidden; + border-radius: 20px; + } + + .list-blog-title { + transition: all 0.3s ease-in-out; + } + + &:hover { + img { + transform: scale(1.02); + } + + .articles-tag { + border-color: var(--secondary-color); + } + + .list-blog-title { + color: var(--secondary-color); + } + + .list-blog .blog-link__content__text { + color: var(--secondary-color); + } + + .list-blog svg { + stroke: var(--secondary-color); + } + } + } + } + } + + &__down { + .tab-area { + display: flex; + justify-content: space-between; + gap: 24px; + padding: 15px 24px 15px 20px; + border-radius: 20px; + border: 1px solid var(--black-neutral3); + align-items: center; + margin-top: 24px; + + @media (max-width: 768px) { + flex-direction: column; + } + + &__buttons { + display: flex; + gap: 12px; + align-items: center; + @media (max-width: 576px) { + flex-wrap: wrap; + justify-content: center; + } + &-button { + border-radius: 32px; + border: 1px solid var(--black-neutral1); + background: rgba(26, 26, 26, 0.6); + color: var(--white-neutral1); + padding: 12px 32px; + font-weight: 400; + transition: all 0.3s ease-in-out; + &:hover { + background: var(--secondary-color) !important; + } + } + } + + .slider-buttons { + display: flex; + gap: 12px; + align-items: center; + .blog-slider-button { + background: transparent; + border-radius: 100%; + border: 1px solid var(--white-neutral1); + padding: 12px 13px; + color: var(--white-neutral1); + cursor: pointer; + transition: all 0.4s ease-in-out; + width: fit-content; + + @media (max-width: 992px) { + padding: 8px 10px; + } + + &:hover { + border: 1px solid var(--secondary-color); + background: var(--secondary-color); + } + } + } + } + } +} + +[theme="custom-light"] .tab-area__buttons-button { + border: 1px solid rgba(179, 182, 185, 0.2); + background: #faf4f4; + box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04); + transition: all 0.3s ease-in-out; + + &:hover { + background: var(--secondary-color); + color: #fff; + } +} + +// blog Slider +.blog-slider { + padding: 20px 20px 24px 20px; + img { + border-radius: 12px; + display: block; + margin: 0 auto; + transition: all 0.3s ease-in-out; + } + + .blog-slider__content { + &-date { + display: flex; + align-items: center; + gap: 24px; + justify-content: space-between; + padding-top: 24px; + .articles-tag { + border-radius: 32px; + border: 1px solid var(--black-neutral2); + background: var(--black-neutral4); + padding: 8px 20px; + transition: all 0.3s ease-in-out; + } + } + + &-title { + padding-top: 12px; + p { + padding-top: 8px; + color: var(--white-neutral1); + opacity: 0.7; + } + } + .slider-link { + padding-top: 28px; + } + } + + .image-container { + border-radius: 12px; + overflow: hidden; + transition: all 0.3s ease-in-out; + } + + .list-blog-title, + .slider-link, + .blog-link__content__text { + transition: all 0.3s ease-in-out; + } + + &:hover { + img { + transform: scale(1.02); + } + + .articles-tag { + border-color: var(--secondary-color); + } + + .list-blog-title { + color: var(--secondary-color); + } + + .slider-link .blog-link__content__text { + color: var(--secondary-color); + } + + .slider-link svg { + stroke: var(--secondary-color); + } + } +} diff --git a/src/assets/styles/pages/_consultation.scss b/src/assets/styles/pages/_consultation.scss new file mode 100644 index 0000000..4701fd8 --- /dev/null +++ b/src/assets/styles/pages/_consultation.scss @@ -0,0 +1,137 @@ +.videoInfo { + position: absolute; + left: 0; + right: 0; + bottom: 0; + background: rgba(0, 0, 0, 0.5); + color: #f5f5f5; + padding: 5px; + text-align: left; +} +.videoAuthor { + font-size: 15px; + -webkit-line-clamp: 1; + -webkit-box-orient: vertical; + word-wrap: break-word; + display: -webkit-box; + overflow: hidden; +} +.videoTitle { + font-size: 13px; + max-height: 50px; + -webkit-line-clamp: 3; + -webkit-box-orient: vertical; + word-wrap: break-word; + display: -webkit-box; + overflow: hidden; +} +.swiperItem { + z-index: 9; +} +.swiperItemVideo { + z-index: 1; +} +.videoPlayer { + position: absolute; + left: 0; + right: 0; + top: 0; + bottom: 0; + object-fit: cover; + object-position: center; + z-index: 0; +} +.rightView { + position: absolute; + right: 0; + top: 35%; + bottom: 25%; + width: 50px; + color: #f5f5f5; + text-align: center; + font-size: 15px; + line-height: 50px; + & > div { + margin: 15px auto; + text-align: center; + color: #f5f5f5; + line-height: 15px; + } +} +.userAvatar { + display: flex; + width: 40px; + height: 40px; + background: aliceblue; + border-radius: 100%; + align-items: center; + justify-content: center; + object-fit: cover; +} +.addFollowIcon { + position: absolute; + top: 45px; + left: 16px; + width: 13px; + height: 13px; + padding: 3px; + border-radius: 100%; + background-color: #ff0000; + color: #fff; +} +.viewPopup { + background-color: #f5f5f5; +} +.videoCommentTitle { + display: flex; + align-items: center; + justify-content: center; + line-height: 40px; + font-size: 17px; + color: #464646; +} +.videoCommentInput { + position: absolute; + background-color: #f5f5f5; + width: 100%; + bottom: 0; + color: #464646; +} +.van-cell { + background-color: #f5f5f5; + color: #464646; +} +::v-deep { + .van-field__control { + color: #464646; + } + .van-share-sheet__cancel { + background-color: #f5f5f5; + &:before { + background-color: #f5f5f5; + } + } + .van-popup { + background-color: #f5f5f5; + } +} +.videoCommentList { + width: 100%; + height: 75%; + overflow: auto; +} +.videoCommentUser { + margin-left: 8px; + overflow: hidden; + display: -webkit-box; + -webkit-line-clamp: 1; + -webkit-box-orient: vertical; +} +.videoCommentContent { + font-size: 12px; + color: #656565; +} +.videoCommentTime { + font-size: 12px; + color: #9e9e9e; +} diff --git a/src/assets/styles/pages/_contact.scss b/src/assets/styles/pages/_contact.scss new file mode 100644 index 0000000..47b8dce --- /dev/null +++ b/src/assets/styles/pages/_contact.scss @@ -0,0 +1,219 @@ +input { + outline: none; /* 移除默认 outline */ + appearance: none; /* 移除浏览器的默认样式 */ + -webkit-appearance: none; + -moz-appearance: none; +} + +.container1 { + padding: 12px 16px; + font-family: 'Source Han Sans SC' !important; + min-height: calc(100vh - 49px); + padding-bottom: calc(28px + env(safe-area-inset-bottom)); /* 为底部预留键盘弹出的安全间距 */ + .van-cell:after { + border-bottom: none !important; + } + .van-field { + margin: 10px 0; + padding: 12px 15px; + border-radius: 10px; + background: rgba(255, 255, 255, 0.1); + backdrop-filter: blur(10px); + border: none; + .van-field__label { + width: 64px; + margin-right: 14px; + font-size: 15px; + font-weight: 400; + height: 24px; + line-height: 24px; + color: rgba(255, 255, 255, 1); + font-size: 16px; + font-weight: 400; + white-space: nowrap; + } + + .van-field__body { + font-size: 16px; + line-height: 23.17px; + height: 23.17px; + color: rgba(255, 255, 255, 0.6); + + .van-field__control { + height: 24px; + line-height: 24px; + color: rgba(255, 255, 255, 1); + letter-spacing: 0px; + opacity: 1; + font-size: 16px; + &::placeholder { + height: 24px; + line-height: 24px; + color: rgba(255, 255, 255, 0.6); + } + } + } + } + + .message-container { + padding-top: 11px; + padding-left: 0; + background: none; + .message-label { + font-size: 16px; + } + + .message-input { + height: 200px; + opacity: 1; + border-radius: 10px; + background: rgba(255, 255, 255, 0.1); + backdrop-filter: blur(10px); + padding-top: 9px; + + .van-field__body { + display: contents; + } + .van-field__control { + position: absolute; + top: 0; + left: 0; + height: 100%; + } + } + } + + .button-container { + position: fixed; + left: 16px; + bottom: 28px; + // bottom: calc(28px + env(safe-area-inset-bottom)); + right: 16px; + z-index: 1000; + display: flex; + justify-content: center; + .submit-btn { + height: 48px; + border-radius: 10px; + .van-button__text { + height: 24px; + line-height: 24px; + font-size: 16px; + color: rgba(0, 82, 76, 1); + } + } + } +} + +input:focus { + outline: none !important; +} +.van-icon-arrow { + display: none; +} +.van-picker { + background-color: transparent !important; +} +.van-popup { + background: rgba(17, 17, 17, 1); +} + +.van-picker__toolbar { + background: rgba(17, 17, 17, 1); + border-radius: 20px, 20px, 0px, 0px !important; + position: relative; + display: flex; + align-items: center; + justify-content: space-between; + height: var(--van-picker-toolbar-height); + border-radius: 20px 20px 0px 0px !important; + + .van-haptics-feedback { + font-size: 16px; + height: 23.17px; + line-height: 23.17px; + color: rgba(255, 255, 255, 1); + } + + .van-picker__cancel, + .van-picker__confirm { + display: flex; + justify-content: space-between; + align-items: center; + margin: 20px; + } +} +.van-picker__columns { + height: 320px; + background: rgba(17, 17, 17, 1); + + .van-picker__mask { + // background-image: none !important; /* 移除背景渐变 */ + // background-color: transparent !important; /* 设置为你想要的背景颜色 */ + + background-image: linear-gradient( + to bottom, + rgba(26, 26, 26, 0.85), + rgba(26, 26, 26, 0.15), + rgba(26, 26, 26, 0.15), + rgba(26, 26, 26, 0.85) + ) !important; + background-color: transparent !important; + background-size: auto !important; + } + + .van-picker__frame { + height: 40px; + opacity: 1; + background: rgba(255, 255, 255, 0.15); + border: none; + + &::after { + display: none; + } + } + + .van-ellipsis { + color: rgba(255, 255, 255, 1) !important; + font-size: 16px; + font-weight: 700; + line-height: 19.54px; + font-family: 'Source Han Sans SC' !important; + } +} + +.company-picker { + .van-picker-column__item { + display: flex; + justify-content: center; + // padding-left: 17px; + } + + .van-picker__frame { + height: 40px; + opacity: 1; + background: rgba(255, 255, 255, 0.15); + border: none; + left: 0; + right: 0; + &::after { + display: none; + } + } + + .van-picker__mask { + background-image: none !important; /* 移除背景渐变 */ + background-color: transparent !important; /* 设置为你想要的背景颜色 */ + } +} + +input:focus, +textarea:focus { + outline: none !important; + box-shadow: none; + border: none !important; +} + +.van-picker-column__wrapper { + padding: 0; +} diff --git a/src/assets/styles/pages/_contact_main.scss b/src/assets/styles/pages/_contact_main.scss new file mode 100644 index 0000000..7c9a2a3 --- /dev/null +++ b/src/assets/styles/pages/_contact_main.scss @@ -0,0 +1,27 @@ +.contact-section { + position: relative; + width: 100%; + height: 100%; + background-image: url('../assets/image/image.png'); + border-radius: 10px; + background-repeat: no-repeat; + background-position: 50% 50%; + background-size: cover; + padding: 0 12px; + .icon { + max-width: none; + margin: 20px 0 0 16px; + } + + .contact-section__right .contact-form .input-field-style { + padding: 14px; + } + + .input-field-style { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + position: relative; + padding-right: 30px; + } +} diff --git a/src/assets/styles/pages/_healthy.scss b/src/assets/styles/pages/_healthy.scss new file mode 100644 index 0000000..7d6583f --- /dev/null +++ b/src/assets/styles/pages/_healthy.scss @@ -0,0 +1,387 @@ +.tac { + text-align: center; +} +.tit-color { + color: #5184f7; +} + +.title { + display: flex; + flex-direction: column; + text-align: center; + + .title-top { + font-size: 15px; + font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; + } + + .title-middle { + font-size: 30px; + } + + .title-bottom { + font-size: 12px; + } +} + +.card-fa { + display: flex; + justify-content: space-around; + margin: 10px 0; + /* padding: 20px; */ +} + +.card { + background-color: #ffffff; + border-radius: 10px; + box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); + padding: 15px; + text-align: center; + width: 200px; + margin: 5px; + + .img { + width: 50px; + text-align: center; + } + + .title { + font-size: 14px; + margin: 12px 0 3px; + color: #112950; + } + + .des { + font-size: 11px; + color: #8e9aab; + } +} + +.banner { + position: relative; + border-radius: 10px; + width: 100%; + height: 100%; + + .banner-content { + width: 100%; + height: 100%; + position: absolute; + top: 2px; + border-radius: 10px; + padding-left: 15px; + + .banner-title { + margin-top: 5px; + font-size: 17px; + font-weight: 700; + color: #327796; + } + + .bannber-list { + display: flex; + list-style-type: disc; + padding-left: 5px; + margin: 5px 10px 5px 0px; + background: #a7e1e3; + height: 25px; + line-height: 25px; + border-radius: 18px; + white-space: nowrap; + .bannber-item { + color: #508fa1; + margin: 0 5px; + font-size: 12px; + margin-left: 0; + margin-bottom: 5px; + } + } + + .bannber-btn { + cursor: pointer; + font-size: 12px; + position: absolute; + bottom: 8px; + background-color: #ff9800; + color: #ffffff; + border: none; + border-radius: 5px; + padding: 6px 12px; + &:hover { + background-color: #fb8c00; + } + } + } +} + +.banner1 { + position: relative; + border-radius: 10px; + width: 100%; + height: 100%; + margin-top: 10px !important; + + .content { + width: 100%; + position: absolute; + top: 10px; + padding-left: 20px; + .banner1-title { + font-size: 19px; + font-weight: 600; + letter-spacing: 2px; + line-height: 0px !important; + margin-top: 6px; + margin-bottom: -15px; + } + .banner1-subtitle { + font-size: 12px; + color: #c7ddfe; + } + } + + .row-content { + position: absolute; + top: 55px; + left: 0px; + width: 100%; + display: flex; + justify-content: space-around; + align-content: space-around; + align-items: center; + flex-wrap: wrap; + width: 100%; + height: calc(100% - 60px); + color: #406da5; + .row { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + text-align: center; + width: 25%; + margin: 10px 0; + } + .icon { + width: 35px; + height: 35px; + padding: 0; + } + .text { + flex: 1; + font-size: 14px; + font-weight: 480; + margin-top: 3px; + color: #454545; + white-space: nowrap; + padding: 0 !important; + } + } +} + +.banner2 { + position: relative; + border-radius: 10px; + width: 100%; + height: 100%; + margin-top: 10px; + + .content { + width: 100%; + height: 100%; + position: absolute; + top: 8px; + .banner2-title { + font-size: 20px; + font-weight: 550; + letter-spacing: 2px; + padding-left: 20px; + } + } + + .row-content { + position: absolute; + right: 30px; + bottom: 45px; + height: calc(100% - 90px); + display: flex; + justify-content: space-around; + align-content: space-around; + flex-direction: column; + color: #406da5; + .row { + display: flex; + align-items: center; + margin-bottom: 10px; /* 每行之间的间距 */ + } + .icon { + width: 20px; + height: 20px; + padding: 0; + } + .text { + font-size: 14px; + flex: 1; /* 让文本占据剩余空间 */ + padding-left: 8px !important; + } + } + + .btn { + position: absolute; + bottom: 20px; + left: 50%; + transform: translate(-50%, 0%); + background-color: #ff9800; + color: #ffffff; + border: none; + border-radius: 5px; + padding: 6px 12px; + cursor: pointer; + font-size: 12px; + &:hover { + background-color: #fb8c00; + } + } +} + +.banner3 { + position: relative; + border-radius: 10px; + width: 100%; + height: 100%; + margin-top: 10px; + + .content { + width: 100%; + height: 100%; + position: absolute; + top: 11px; + padding: 0 20px; + .banner3-title { + font-size: 17px; + font-weight: 540; + letter-spacing: 2px; + } + } + + .row-content { + position: absolute; + bottom: 45px; + height: calc(100% - 80px); + display: flex; + justify-content: space-around; + flex-wrap: wrap; + align-content: space-around; + width: 100%; + color: #406da5; + .row { + flex-basis: 50%; + box-sizing: border-box; + align-items: center; + justify-content: center; + margin-bottom: 10px; /* 每行之间的间距 */ + } + .icon { + width: 20px; + height: 20px; + padding: 0; + } + .text { + flex: 1; /* 让文本占据剩余空间 */ + font-size: 14px; + font-weight: 480; + color: #454545; + padding-left: 8px !important; + } + } + + .btn { + position: absolute; + bottom: 0%; + left: 50%; + transform: translate(-50%, -50%); + background-color: #ff9800; + color: #ffffff; + border: none; + border-radius: 5px; + padding: 6px 12px; + cursor: pointer; + font-size: 12px; + &:hover { + background-color: #fb8c00; + } + } +} + +.banner4 { + position: relative; + border-radius: 10px; + width: 100%; + height: 100%; + margin-top: 10px; + + .content { + width: 100%; + height: 100%; + position: absolute; + top: 10px; + padding-left: 20px; + .banner4-title { + font-size: 19px; + font-weight: 600; + letter-spacing: 2px; + line-height: 0px !important; + margin-top: 6px; + margin-bottom: -15px; + } + .banner4-subtitle { + font-size: 12px; + color: #fafafa; + } + } + + .row-content { + position: absolute; + right: 30px; + bottom: 45px; + height: calc(100% - 105px); + display: flex; + justify-content: space-around; + align-content: space-around; + flex-direction: column; + color: #406da5; + + .row { + display: flex; + align-items: center; + margin-bottom: 10px; /* 每行之间的间距 */ + } + .icon { + width: 20px; + height: 20px; + padding: 0; + } + .text { + font-size: 14px; + flex: 1; /* 让文本占据剩余空间 */ + padding-left: 8px !important; + } + } + + .btn { + position: absolute; + bottom: 20px; + left: 50%; + transform: translate(-50%, 0%); + background-color: #ff9800; + color: #ffffff; + border: none; + border-radius: 5px; + padding: 6px 12px; + cursor: pointer; + font-size: 12px; + &:hover { + background-color: #fb8c00; + } + } +} diff --git a/src/assets/styles/pages/_healthy01.scss b/src/assets/styles/pages/_healthy01.scss new file mode 100644 index 0000000..af1c3d3 --- /dev/null +++ b/src/assets/styles/pages/_healthy01.scss @@ -0,0 +1,627 @@ +.container1 { + background-color: rgba(21, 22, 28, 1); + font-family: 'Source Han Sans SC' !important; +} + +/* 修改分页器小圆点的样式 */ +::v-deep .swiper-pagination-bullet-active { + background-color: #fff; /* 当前选中状态的小圆点颜色 */ + border-radius: 4px; +} + +.swiper { + .img { + border-radius: 12px; + width: 100% !important; + } +} + +.card-main { + margin: 20px 0 10px 0; + display: flex; + align-items: center; + justify-content: space-between; + .about-card1 { + display: flex; + width: 49%; + height: 100px; + margin-right: 10px; + border-radius: 10px; + overflow: hidden; + position: relative; + color: #fff; + text-align: left; + padding: 14px 7px 14px 17px; + background: linear-gradient(90deg, rgba(184, 230, 212, 1) 0%, rgba(134, 194, 171, 1) 100%); + + .image { + position: absolute; + top: 14px; + right: 7px; + bottom: 14px; + width: 72px; + height: 72px; + } + + .font-color { + color: rgba(1, 69, 43, 1); + } + } + + .about-card2 { + display: flex; + width: 49%; + height: 100px; + border-radius: 8px; + overflow: hidden; + position: relative; + color: #fff; + text-align: left; + padding: 14px 7px 14px 16px; + background: linear-gradient(90deg, rgba(207, 221, 252, 1) 0%, rgba(128, 158, 224, 1) 99.97%); + + .image { + position: absolute; + top: 16px; + right: 11px; + bottom: 16px; + width: 68px; + height: 68px; + } + + .font-color { + color: rgba(1, 28, 92, 1); + } + } + + .card-profile-image__image-container { + .text { + .title { + width: 54px; + height: 27px; + font-size: 18px; + font-weight: 700; + line-height: 26.06px; + margin-bottom: 5px; + margin-top: 10px; + white-space: nowrap; + } + + .subtitle { + width: 72px; + height: 18px; + font-size: 12px; + font-weight: 400; + line-height: 17.38px; + white-space: nowrap; + } + } + } +} + +.typebox { + overflow: hidden; + border-radius: 10px; + width: 100%; + .container { + width: 100%; + overflow: hidden; + padding: 15px 0; + display: flex; + justify-content: space-around; + .container-item { + text-align: center; + .icon { + width: 30px; + height: 30px; + display: block; + margin: 0 auto; + } + + .title { + text-align: center; + line-height: 30px; + font-size: 13px; + letter-spacing: 1px; + } + } + } +} + +.expert-forum { + padding: 10px 0px; + .header { + display: flex; + justify-content: space-between; + align-items: center; + height: 24px; + .title { + height: 24px; + font-size: 16px; + font-weight: 700; + line-height: 23.17px; + color: rgba(255, 255, 255, 1); + margin-bottom: 0; + } + + .subtitle { + height: 18px; + font-size: 12px; + font-weight: 400; + letter-spacing: 0px; + line-height: 18px; + color: rgba(255, 255, 255, 0.6); + margin-bottom: 0; + } + } + + .scroll-container { + display: flex; + overflow-x: auto !important; + padding: 10px 0; + -ms-overflow-style: none; + scrollbar-width: none; + &::-webkit-scrollbar { + display: none; + } + + .card { + flex: 0 0 auto; + opacity: 1; + border-radius: 8px; + background: rgba(0, 0, 0, 0.1); + text-align: center; + margin-right: 10px; + .video-thumbnail { + position: relative; + width: 140px; + height: 80px; + .video-img { + height: 80px; + border-radius: 8px; + } + } + + .play-overlay { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + } + + .overlay { + padding-top: 5px; + width: 140px; + .overlay-title { + margin: 0; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + font-size: 14px; + font-weight: 400; + line-height: 20.27px; + color: rgba(255, 255, 255, 1); + text-align: left; + vertical-align: top; + } + } + } + } +} + +.video-modal { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: #000000b3; + display: flex; + justify-content: center; + align-items: center; + z-index: 1000; + .video-container { + position: relative; + width: 90%; + max-width: 800px; + border-radius: 8px; + background: #000000b3; + + .close-btn { + position: absolute; + top: -33px; + right: 10px; + border: none; + width: 30px; + height: 30px; + display: flex; + align-items: center; + justify-content: center; + z-index: 2000; + &:hover { + opacity: 0.8; + } + } + + .video-player { + width: 100%; + height: 100%; + overflow: hidden; + background-color: #000; + border-radius: 8px; + } + } +} + +#qa-card { + // margin: 10px 0; + .qa-card-title { + display: flex; + justify-content: space-between; + align-items: center; + height: 24px; + font-size: 16px; + font-weight: 700; + line-height: 23.17px; + color: rgba(255, 255, 255, 1); + margin-bottom: 10px; + .title { + height: 24px; + font-size: 16px; + font-weight: 700; + letter-spacing: 0px; + line-height: 23.17px; + color: rgba(255, 255, 255, 1); + } + + .subtitle { + height: 18px; + font-size: 12px; + font-weight: 400; + letter-spacing: 0px; + line-height: 17.38px; + color: rgba(255, 255, 255, 0.6); + margin-bottom: 0; + } + } + + .qa-contain { + margin: 0 auto; + height: 400px; + overflow-y: auto; + -ms-overflow-style: none; + scrollbar-width: none; + + &::-webkit-scrollbar { + display: none; + } + .qa-section { + position: relative; + padding-bottom: 12px; + .profile-item { + display: flex; + align-items: center; + .video-thumbnail { + position: relative; + width: 108px; + height: 60px; + margin-right: 10px; + + .video-img { + border-radius: 8px 8px 10px 10px; + object-fit: cover; + } + } + + .play-overlay { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + } + + &:last-child { + margin-bottom: 0; + } + + .profile-info { + flex: 1; + .profile-name { + width: 227px; + height: 50px; + font-size: 14px; + font-weight: 400; + letter-spacing: 0px; + line-height: 20.27px; + color: rgba(255, 255, 255, 1); + display: -webkit-box; + -webkit-box-orient: vertical; + -webkit-line-clamp: 2; + overflow: hidden; + text-overflow: ellipsis; + line-height: 1.5em; + max-height: 3em; + pointer-events: none; + margin-bottom: 0; + } + + .profile-description { + font-size: 12px; + height: 18px; + line-height: 18px; + color: rgba(255, 255, 255, 0.6); + margin: 5px 0 0; + overflow: hidden; + display: -webkit-box; + -webkit-line-clamp: 3; + -webkit-box-orient: vertical; + line-clamp: 3; + box-orient: vertical; + pointer-events: none; + } + } + } + + .question, + .answer { + display: flex; + align-items: center; + margin-bottom: 10px; + .answer-content { + display: flex; + justify-content: space-between; + width: 100%; + } + + .q, + .a { + width: 22px; + height: 22px; + line-height: 22px; + text-align: center; + background-color: #f5a623; + color: #fff; + padding: 1px; + border-radius: 10%; + margin-right: 10px; + font-size: 13px; + } + + .question-text { + color: #313131; + font-size: 15px; + font-weight: 550; + font-family: Franklin Gothic Medium, Arial Narrow, Arial, sans-serif; + } + + .answer-text { + font-size: 12px; + color: #6d6d6d; + display: -webkit-box; + -webkit-box-orient: vertical; + -webkit-line-clamp: 2; + overflow: hidden; + text-overflow: ellipsis; + max-height: 3em; + line-height: 1.5em; + } + } + + .profile { + display: flex; + align-items: center; + background-color: #fff7f0; + border-radius: 22px; + font-family: Arial, sans-serif; + height: 32px; + .avatar { + width: 28px; + height: 28px; + border-radius: 50%; + overflow: hidden; + margin-right: 10px; + .img { + width: 100%; + height: 95%; + } + } + + .details { + flex-grow: 1; + display: flex; + align-items: center; + color: #666; + .span { + margin: 0 5px; + color: #f6e9e0; + font-size: 14px; + font-weight: 600; + } + + .name { + color: #726d69; + font-weight: 540; + font-size: 14px; + letter-spacing: 2px; + } + + .title { + font-size: 13px; + letter-spacing: 1px; + } + } + + .button { + display: inline-block; + background-color: #ffe9d6; + color: #ff8a00; + padding: 5px 10px; + font-size: 12px; + border-radius: 22px; + text-align: center; + height: 28px; + } + } + + .splite { + width: 80%; + height: 1px; + background-color: #eee; + text-align: center; + display: inline-block; + } + } + } + + .ask-button { + margin: 10px auto; + color: #d97f44; + border: none; + padding: 5px 10px; + cursor: pointer; + border-radius: 25px; + border: 1px solid #b2a58a; + } +} + +.inquiries-card { + margin: 10px 0; + .inquiries-card-title { + display: flex; + justify-content: space-between; + align-items: center; + height: 24px; + font-size: 16px; + font-weight: 700; + line-height: 23.17px; + color: rgba(255, 255, 255, 1); + margin-bottom: 10px; + .title { + height: 24px; + font-size: 16px; + font-weight: 700; + letter-spacing: 0px; + line-height: 23.17px; + color: rgba(255, 255, 255, 1); + } + + .subtitle { + height: 18px; + font-size: 12px; + font-weight: 400; + letter-spacing: 0px; + line-height: 17.38px; + color: rgba(255, 255, 255, 0.6); + margin-bottom: 0; + display: flex; + align-items: center; + } + } + + .swiper-container { + width: 100%; + max-width: 1200px; + margin: 0 auto; + padding: 16px; + } + + .swiper { + width: 100%; + .swiper-slide { + display: flex; + justify-content: space-around; + } + + .doctor { + text-align: center; + width: 200px; + border-radius: 12px; + .doctor-image { + width: 108px; + height: 108px; + border-radius: 8px; + object-fit: cover; + } + + .doctor-info { + margin-top: 10px; + .title { + font-size: 14px; + font-weight: 700; + letter-spacing: 0px; + line-height: 20.27px; + color: rgba(255, 255, 255, 1); + margin: 0; + } + + .subtitle { + font-size: 12px; + letter-spacing: 0px; + line-height: 17.38px; + color: rgba(255, 255, 255, 0.6); + white-space: nowrap; + margin-bottom: 0; + } + + .stat { + display: flex; + font-size: 12px; + flex-direction: column; + align-items: center; + height: 35px; + .des { + font-size: 12px; + font-weight: 400; + letter-spacing: 0px; + line-height: 17.38px; + color: rgba(255, 255, 255, 0.6); + white-space: nowrap; + } + } + } + } + } +} +.title { + height: 24px; + font-size: 16px; + font-weight: 700; + letter-spacing: 0px; + line-height: 23.17px; + color: rgba(255, 255, 255, 1); +} + +.subtitle { + height: 18px; + font-size: 12px; + letter-spacing: 0px; + line-height: 17.38px; + color: rgba(255, 255, 255, 0.6); + margin-bottom: 0; + display: flex; + align-items: center; +} +// .no-scroll { +// overflow: hidden; +// position: absolute; +// width: 100%; +// } + +.icon-right { + margin-left: -1px; +} +.play-btn { + width: 23px; + height: 23px; +} + +@media screen and (orientation: landscape) { + .video-player { + height: auto; /* 使视频适应横屏的高度 */ + width: 100%; + } +} + +.van-icon-arrow { + display: contents; +} diff --git a/src/assets/styles/pages/_landing-two.scss b/src/assets/styles/pages/_landing-two.scss new file mode 100644 index 0000000..168b419 --- /dev/null +++ b/src/assets/styles/pages/_landing-two.scss @@ -0,0 +1,661 @@ +.ellipse-landing-two-top-left { + width: 906px; + height: 906px; + border-radius: 906px; + opacity: 0.1; + background: var(--primary-color); + filter: blur(200px); + position: absolute; + left: -500px; + top: -500px; + z-index: 0; + @media (max-width: 768px) { + width: 400px; + height: 400px; + left: 0px; + top: 0px; + } + + @media (max-width: 576px) { + width: 300px; + height: 300px; + left: 0px; + top: 0px; + } +} + +.ellipse-landing-two-bottom-right { + overflow: hidden; + width: 590px; + height: 590px; + border-radius: 590px; + opacity: 0.08; + background: var(--secondary-color); + filter: blur(200px); + position: absolute; + right: 0px; + bottom: -100px; + @media (max-width: 768px) { + width: 400px; + height: 400px; + right: 0px; + bottom: 0px; + } + + @media (max-width: 576px) { + width: 300px; + height: 300px; + right: 0px; + bottom: 0px; + } +} +.card-style-two { + position: relative; + border-radius: 20px; + border: 1px solid var(--black-neutral3); + height: 100%; + background: linear-gradient( + 153deg, + rgba(255, 255, 255, 0.12) -65.62%, + rgba(255, 255, 255, 0.04) 83.28% + ); + backdrop-filter: blur(25px); +} + +[theme="custom-light"] .card-style-two { + border: 1px solid rgba(179, 182, 185, 0.2); + background: #fff; + box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04); +} + +.link-primary-two { + @media (max-width: 1400px) { + margin-top: 24px; + } + + &__content { + &__text { + font-weight: 500; + line-height: 150%; + text-transform: capitalize; + color: var(--white-neutral1); + } + } + + &__image { + svg { + stroke: var(--white-neutral1); + transition: all 0.3s ease-in-out; + &:hover { + stroke: var(--secondary-color); + } + + @media (max-width: 1400px) { + width: 40px; + height: 32px; + } + } + } +} + +[theme="custom-light"] .link-primary-two__image svg { + stroke: #6d6b6b; + + &:hover { + stroke: var(--secondary-color); + } +} + +.landing-two-body { + display: grid; + grid-template-columns: repeat(12, 1fr); + gap: 24px; + @media (max-width: 1400px) { + gap: 16px; + } + + &__1st { + grid-column-start: 1; + grid-column-end: 5; + display: flex; + flex-direction: column; + gap: 24px; + @media (max-width: 1400px) { + gap: 16px; + } + + @media (max-width: 992px) { + grid-column-end: 13; + } + + // product design card + .product-design { + display: flex; + flex-direction: column; + gap: 4px; + position: relative; + + &__sub-title { + font-weight: 500; + line-height: 130%; + color: var(--white-neutral1); + opacity: 0.4; + } + + &__title { + font-weight: 600; + line-height: 120%; + color: var(--white-neutral1); + } + + &__shape { + position: absolute; + right: 20px; + top: 20px; + } + + [dir="rtl"] &__shape { + position: absolute; + left: 20px; + top: 20px; + right: auto !important; + } + } + + // biography card + .biography-style { + padding: 65px 32px 32px 32px; + @media (max-width: 1400px) { + padding: 32px 16px 16px 16px; + } + + &__bio-image { + display: block; + margin: 0 auto; + border-radius: 100%; + @media (max-width: 1400px) { + width: 180px; + height: 180px; + } + } + + &__bio-shape { + position: absolute; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); + width: 275px; + height: 275px; + @media (max-width: 1400px) { + width: 188px; + height: 188px; + } + } + + &__send-icon { + color: var(--secondary-color); + display: block; + margin: 25px auto 0; + } + + &__button-text { + display: flex; + flex-direction: column; + align-items: flex-start; + gap: 20px; + @media (max-width: 992px) { + margin: 0 auto; + } + } + &__text { + font-weight: 300; + + @media (max-width: 992px) { + text-align: center; + margin: 0 auto; + } + } + &__button { + padding: 12px 24px; + border-radius: 8px; + font-weight: 500; + line-height: 150%; + color: var(--white-neutral1); + background: var(--secondary-color); + margin-top: 3px; + @media (max-width: 992px) { + margin: 5px auto; + } + } + + &__link { + margin-top: 44px; + } + } + } + + &__2nd { + grid-column-start: 5; + grid-column-end: 13; + @media (max-width: 992px) { + grid-column-start: 1; + } + display: flex; + flex-direction: column; + gap: 24px; + @media (max-width: 1400px) { + gap: 16px; + } + } + + .second-up-section { + display: grid; + grid-template-columns: repeat(8, 1fr); + gap: 24px; + @media (max-width: 1400px) { + gap: 16px; + } + + .all-projects-card-two { + position: relative; + + &__image { + display: block; + margin: 20px auto; + border-radius: 8px; + @media (max-width: 1400px) { + width: 170px; + height: 100px; + } + } + } + } + + .all-project-and-skills { + grid-column-start: 1; + grid-column-end: 5; + display: flex; + flex-direction: column; + gap: 24px; + @media (max-width: 1400px) { + gap: 16px; + } + + @media (max-width: 768px) { + grid-column-end: 13; + } + + .skills-card-landing-two { + padding-top: 24px; + padding-bottom: 16px; + + @media (max-width: 1400px) { + padding-top: 24px; + padding-bottom: 24px; + } + + &__title { + padding-left: 32px; + padding-right: 32px; + @media (max-width: 1400px) { + padding-left: 16px; + padding-right: 16px; + } + } + + &__slider-aria { + margin-top: 12px; + + .marquee-wrapper { + position: relative; + overflow: hidden; + white-space: nowrap; + } + .text-slider { + font-size: 18px; + height: 40px; + font-weight: 400; + } + .marquee-inner { + position: absolute; + display: inline-flex; + width: 200%; + } + .marquee-list { + float: left; + width: 50%; + } + .marquee-item { + float: left; + transition: animation 0.2s ease-out; + margin-top: 5px; + } + } + + &__slider-text { + display: block; + border: 1px solid var(--black-neutral3); + padding: 6px 12px; + font-size: 14px; + color: rgba(255, 255, 255, 0.7); + text-align: center; + border-radius: 8px; + text-transform: capitalize; + } + + &__slider-one { + display: flex; + gap: 8px; + align-items: center; + } + + &__slider-two { + margin-top: 12px; + display: flex; + align-items: center; + gap: 12px; + &__box { + display: block; + border: 1px solid var(--black-neutral3); + padding: 14px; + text-align: center; + border-radius: 8px; + transition: all 0.3s ease-in-out; + svg { + color: var(--secondary-color); + transition: all 0.3s ease-in-out; + } + &:hover { + background: var(--secondary-color); + svg { + transition: all 0.3s ease-in-out; + color: var(--white-neutral1); + } + } + } + } + + .marquee-wrapper-icon-slider { + position: relative; + overflow: hidden; + white-space: nowrap; + + height: 80px; + + .marquee-inner { + position: absolute; + display: inline-flex; + width: 200%; + } + + .marquee-item { + float: left; + transition: animation 0.2s ease-out; + margin-top: 17px; + } + } + } + } + + .latest-works-and-others { + grid-column-start: 5; + grid-column-end: 9; + display: flex; + flex-direction: column; + gap: 24px; + + @media (max-width: 768px) { + grid-column-start: 1; + grid-column-end: 13; + } + + @media (max-width: 1400px) { + gap: 16px; + } + + .latest-slider-two { + padding-top: 20px; + + @media (max-width: 1400px) { + padding-top: 20px; + } + + @media (max-width: 992px) { + padding-top: 20px; + } + + @media (max-width: 768px) { + padding-top: 12px; + } + } + + .latest-card-landing-two { + padding: 0; + padding-left: 16px; + position: relative; + .latest-card-slider { + margin: auto 0; + } + + .latest-work-slider-item { + margin-top: 50px; + margin-left: 16px; + @media (max-width: 1400px) { + margin-top: 40px; + } + + @media (max-width: 768px) { + margin-top: 30px; + margin-bottom: 20px; + padding: 20px o; + } + } + } + + .experience-and-profile { + display: grid; + grid-template-columns: repeat(4, 1fr); + gap: 24px; + @media (max-width: 1400px) { + gap: 16px; + } + .experience { + grid-column-start: 1; + grid-column-end: 3; + display: flex; + flex-direction: column; + gap: 24px; + @media (max-width: 1400px) { + gap: 16px; + } + + @media (max-width: 576px) { + grid-column-end: 5; + } + + &__item { + display: flex; + flex-direction: column; + gap: 8px; + } + + &__item-number { + color: var(--white-neutral1); + text-align: center; + display: flex; + align-items: center; + justify-content: center; + } + + &__item-text { + text-align: center; + color: var(--white-neutral1); + opacity: 0.6; + } + } + .profile { + grid-column-start: 3; + grid-column-end: 5; + display: flex; + flex-direction: column; + align-items: center; + + @media (max-width: 576px) { + grid-column-start: 1; + grid-column-end: 5; + flex-direction: row; + } + } + } + } + + @media (max-width: 1400px) { + gap: 16px; + } + // } + + .second-down-section { + display: grid; + grid-template-columns: repeat(8, 1fr); + gap: 24px; + @media (max-width: 1400px) { + gap: 16px; + } + + .all-service { + grid-column-start: 1; + grid-column-end: 3; + @media (max-width: 1400px) { + grid-column-end: 4; + } + position: relative; + display: flex; + flex-direction: column; + justify-content: space-between; + gap: 77px; + @media (max-width: 1400px) { + gap: 70px; + } + padding-top: 24px; + padding-bottom: 24px; + padding-right: 20px; + padding-left: 24px; + + @media (max-width: 576px) { + grid-column-end: 9; + } + } + + .get-in-touch { + grid-column-start: 3; + grid-column-end: 7; + @media (max-width: 1400px) { + grid-column-start: 4; + grid-column-end: 7; + } + + position: relative; + display: flex; + flex-direction: column; + justify-content: space-between; + gap: 77px; + @media (max-width: 1400px) { + gap: 70px; + } + padding-top: 24px; + padding-bottom: 24px; + padding-right: 20px; + padding-left: 24px; + @media (max-width: 576px) { + grid-column-start: 1; + grid-column-end: 9; + } + .shape { + position: absolute; + right: 20px; + top: 17px; + } + } + + .blogs { + grid-column-start: 7; + grid-column-end: 9; + + position: relative; + display: flex; + flex-direction: column; + justify-content: space-between; + gap: 77px; + @media (max-width: 1400px) { + gap: 70px; + } + padding-top: 24px; + padding-bottom: 24px; + padding-right: 20px; + padding-left: 24px; + @media (max-width: 576px) { + grid-column-start: 1; + grid-column-end: 9; + } + .shape { + position: absolute; + right: 24px; + top: 0px; + } + } + } +} + +[dir="ltr"] .all-projects-card-two__image-star { + position: absolute; + right: 20px; + top: 20px; +} + +[dir="rtl"] .all-projects-card-two__image-star { + position: absolute; + left: 20px; + top: 20px; +} + +[dir="ltr"] .shape-service { + position: absolute; + right: 0; + top: 0; +} + +[dir="rtl"] .shape-service { + position: absolute; + left: 0; + top: 0; + transform: rotate(-90deg); +} + +[dir="ltr"] .shape-blog { + position: absolute; + right: 24px; + top: 0px; +} + +[dir="rtl"] .shape-blog { + position: absolute; + left: 24px; + top: 0px; +} + +[dir="ltr"] .shape-get-touch { + position: absolute; + right: 20px; + top: 17px; +} + +[dir="rtl"] .shape-get-touch { + position: absolute; + left: 20px; + top: 17px; + transform: rotate(-90deg); +} + +[theme="custom-light"] .biography-style__button { + color: #fff; +} diff --git a/src/assets/styles/pages/_landing.scss b/src/assets/styles/pages/_landing.scss new file mode 100644 index 0000000..3b77512 --- /dev/null +++ b/src/assets/styles/pages/_landing.scss @@ -0,0 +1,837 @@ +.ellipse-landing-one-top-left { + width: 660px; + height: 660px; + border-radius: 906px; + opacity: 0.05; + background: var(--accent3); + filter: blur(200px); + position: absolute; + left: -150px; + top: -150px; + z-index: 0; + @media (max-width: 768px) { + width: 400px; + height: 400px; + left: 0px; + top: 0px; + } + + @media (max-width: 576px) { + width: 300px; + height: 300px; + left: 0px; + top: 0px; + } +} + +.ellipse-landing-one-bottom-right { + width: 590px; + height: 590px; + border-radius: 590px; + opacity: 0.08; + background: var(--secondary-color); + filter: blur(200px); + position: absolute; + right: -100px; + bottom: -100px; + @media (max-width: 768px) { + width: 400px; + height: 400px; + right: 0px; + bottom: 0px; + } + + @media (max-width: 576px) { + width: 300px; + height: 300px; + right: 0px; + bottom: 0px; + } +} + +.header-title { + border-radius: 16px; + border: 1px solid var(--black-neutral3); + text-align: center; + background: linear-gradient( + 153deg, + rgba(255, 255, 255, 0.12) -65.62%, + rgba(255, 255, 255, 0.04) 83.28% + ); + color: var(--white-neutral1); + backdrop-filter: blur(25px); + padding: 20px; +} + +[theme="custom-light"] .header-title { + border: 1px solid rgba(179, 182, 185, 0.2) !important; + background: #fff !important; + box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04) !important; +} +.card-style { + position: relative; + border-radius: 16px; + border: 1px solid var(--accent2); + height: 100%; + background: linear-gradient( + 153deg, + rgba(255, 255, 255, 0.12) -65.62%, + rgba(255, 255, 255, 0.04) 83.28% + ); + backdrop-filter: blur(25px); +} + +@keyframes rotate { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } +} + +[theme="custom-light"] .card-style { + border: 1px solid rgba(179, 182, 185, 0.2); + background: #fff; + box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04); +} + +// bio card +.bio-card { + padding: 32px; + @media (max-width: 1400px) { + padding: 20px; + } + .bio-rounded-image { + position: relative; + width: fit-content; + height: fit-content; + margin: 0 auto; + + .bio-rounded-text-image { + animation: rotate 15s linear infinite; + @media (max-width: 1400px) { + width: 160px; + height: 160px; + } + } + .bio-image { + background: var(--secondary-color); + border-radius: 100%; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); + + @media (max-width: 1400px) { + width: 120px; + height: 120px; + } + } + } +} + +.button-primary { + padding: 12px 24px; + @media (max-width: 992px) { + padding: 10px 20px; + } + @media (max-width: 768px) { + padding: 8px 16px; + } + background: var(--secondary-color); + border-radius: 8px; + font-weight: 500; + line-height: 150%; + width: fit-content; + color: var(--white-neutral1); + transition: all 0.3s ease-in-out; + display: block; +} + +.primary-button-container { + display: flex; + align-items: center; + justify-content: center; + margin-top: 32px; + transition: all 0.4s; +} + +.button-primary { + transition: all 0.4s; + + .primary-button-icon { + font-size: 0px; + transition: all 0.4s; + } + + .primary-button-text { + color: #fff !important; + } + + &:hover .primary-button-icon { + transition: all 0.4s; + font-size: 24px; + color: #fff; + } +} + +[theme="custom-light"] .button-primary { + &:hover { + background: var(--secondary-color); + color: var(--white-neutral1); + } +} + +.link-primary { + margin-top: 29px; + + @media (max-width: 1400px) { + margin-top: 24px; + } + + &__content { + &__text { + font-weight: 500; + line-height: 150%; + text-transform: capitalize; + color: var(--white-neutral1); + } + } + + &__image { + @media (min-width: 1400px) { + width: 80px; + height: 44px; + } + + svg { + margin: auto 0; + @media (min-width: 1400px) { + width: 78px; + height: 42px; + } + flex-shrink: 0; + stroke: var(--white-neutral1); + transition: all 0.3s ease-in-out; + &:hover { + stroke: var(--secondary-color); + } + + @media (max-width: 1400px) { + width: 60px; + height: 32px; + } + } + } +} + +[theme="custom-light"] .link-primary__image svg { + stroke: #6d6b6b; + + &:hover { + stroke: var(--secondary-color); + } +} +// title card +.title-card { + padding: 32px 51px 65px 32px; + position: relative; + display: flex; + flex-direction: column; + gap: 8px; + @media (max-width: 1400px) { + padding: 32px 51px 35px 32px; + } + + @media (max-width: 1200px) { + padding: 32px 51px 42px 32px; + } + @media (max-width: 992px) { + padding: 32px 51px 50px 32px; + } + @media (max-width: 768px) { + padding: 32px 51px 55px 32px; + } + + &__title-sub-text { + color: var(--secondary-color); + } + + &__title-text-two { + color: var(--white-neutral3); + margin-left: 44px; + } + &__shapes-image { + position: absolute; + right: 0; + top: 0; + } +} + +[theme="custom-light"] .title-card__title-text-two { + color: #6d6b6b; +} + +[dir="ltr"] .title-card__shapes-image { + position: absolute; + top: 0 !important; + right: 0 !important; +} + +[dir="rtl"] .title-card__shapes-image { + position: absolute; + top: 0 !important; + left: 0 !important; + right: auto !important; + transform: rotate(-90deg); +} + +// profile card +.profile-card { + padding: 32px; + @media (max-width: 1400px) { + padding: 20px; + } +} + +.profile-icons { + display: flex; + gap: 26px; + justify-content: center; + align-items: center; + + .profile-icon { + padding: 30px; + border-radius: 1000px; + border: 1px solid var(--accent2); + color: var(--white-neutral1); + transition: all 0.3s ease-in-out; + display: block; + @media (max-width: 1400px) { + padding: 24px; + } + + &:hover { + color: var(--secondary-color); + } + + svg { + @media (max-width: 1400px) { + width: 30px; + height: 30px; + } + } + + .hover-icon { + position: absolute; + top: 0; + left: 0; + position: absolute; + transition: all 0.3s cubic-bezier(0.29, 0.12, 0.75, 0.4); + opacity: 0; + + @media (max-width: 1400px) { + width: 80px; + height: 80px; + } + } + &:hover .hover-icon { + opacity: 1; + -webkit-transform: rotate(-90deg); + -moz-transform: rotate(-90deg); + -o-transform: rotate(-90deg); + } + } +} + +[theme="custom-light"] .profile-icon { + color: #6d6b6b; +} + +.landing-one-body-four { + display: flex; + flex-direction: column; + gap: 24px; + @media (max-width: 1400px) { + gap: 16px; + } + + &__second { + display: flex; + flex-direction: column; + gap: 24px; + @media (max-width: 1400px) { + gap: 16px; + } + + @media (max-width: 992px) { + display: grid; + grid-template-columns: 1fr 1fr; + gap: 16px; + } + @media (max-width: 576px) { + display: flex; + gap: 16px; + } + } +} + +.latest-card { + @media (min-width: 1400px) { + padding: 32px 0px 25px 16px; + } + + @media (max-width: 1400px) { + padding: 23px 0px 22px 16px; + } + + .marquee-wrapper { + padding-bottom: 28px; + } + + .marquee-inner { + position: absolute; + display: inline-flex; + width: 200%; + } + + .marqee-list { + float: left; + list-style: none; + } + + .marquee-item { + float: left; + transition: animation 0.2s ease-out; + + .star-image { + padding: 0 10px; + } + } +} + +.latest-work-slider-item { + display: flex; + gap: 12px; + + img { + flex-shrink: 0; + } + + .latest-work-slider-text { + white-space: nowrap; + text-transform: uppercase; + } +} + +.latest-work-light-text { + color: rgba(255, 255, 255, 0.7); +} + +[dir="rtl"] .latest-work-slider-text { + white-space: nowrap; + text-transform: uppercase; + direction: ltr; +} + +[theme="custom-light"] .latest-work-light-text { + color: #5b5a5a; +} + +.latest-card-slider { + display: flex; + gap: 12px; +} + +.experience-card { + padding: 40px 68px; + display: flex; + flex-direction: column; + gap: 40px; + + @media (max-width: 1400px) { + padding: 32px 32px; + gap: 24px; + } + + &__item { + display: flex; + flex-direction: column; + gap: 8px; + text-align: center; + } + + &__item-number { + display: flex; + align-items: center; + justify-content: center; + } + &__item-text { + color: var(--white-neutral1-neutral1); + opacity: 0.7; + } +} + +// All Blogs card +.all-blog-card { + padding: 32px; + position: relative; + + @media (max-width: 1400px) { + padding: 20px; + } + + &__title-text-two { + margin-left: 38px; + } + &__shapes-image-articles { + position: absolute; + right: 24px; + top: 0; + flex-shrink: 0; + } + + [dir="rtl"] &__shapes-image-articles { + position: absolute; + left: 24px; + top: 0; + right: auto !important; + flex-shrink: 0; + } + + &__link { + margin-top: 64px; + + @media (max-width: 1400px) { + margin-top: 62px; + } + + @media (max-width: 992px) { + margin-top: 70px; + } + } +} + +// all services card +.all-services-card { + padding: 32px; + position: relative; + + @media (max-width: 1400px) { + padding: 20px; + } + + &__shapes-image { + position: absolute; + right: 0; + top: 0; + } + [dir="rtl"] &__shapes-image { + position: absolute; + left: 0; + top: 0; + right: auto !important; + transform: rotate(-90deg); + } + + &__services { + display: flex; + gap: 40px; + margin-top: 40px; + justify-content: space-between; + @media (max-width: 1400px) { + flex-wrap: wrap; + margin-top: 30px; + gap: 8px; + } + &-service { + display: flex; + flex-direction: column; + align-items: center; + gap: 16px; + + p { + font-size: 16px; + font-weight: 300; + line-height: 150%; + color: var(--white-neutral1); + opacity: 0.9; + text-align: center; + @media (max-width: 1400px) { + font-size: 14px; + } + } + } + } + + &__title { + display: flex; + gap: 12px; + align-items: center; + margin-top: 44px; + + @media (max-width: 1400px) { + margin-top: 36px; + } + } + + &__link { + margin-top: 44px; + + @media (max-width: 1400px) { + margin-top: 36px; + } + } +} + +// all projects card +.all-projects-card { + padding: 32px; + position: relative; + + @media (max-width: 1400px) { + padding: 20px; + } + + &__title-text-two { + margin-left: 44px; + } + + &__image { + border-radius: 12px; + display: block; + margin: 20px auto; + } + + &__link { + margin-top: 43px; + } + &__image-star { + position: absolute; + right: 16px; + top: 17px; + } + + [dir="rtl"] &__image-star { + position: absolute; + left: 16px; + top: 17px; + right: auto !important; + } +} + +// skills and tools +.skills-card { + padding-top: 32px; + padding-bottom: 38px; + + @media (max-width: 1400px) { + padding-top: 24px; + padding-bottom: 24px; + } + + &__title { + padding-left: 32px; + padding-right: 24px; + } + + &__slider-aria { + margin-top: 16px; + + .marquee-wrapper { + position: relative; + overflow: hidden; + white-space: nowrap; + } + .text-slider { + font-size: 18px; + height: 40px; + font-weight: 400; + } + .marquee-inner { + position: absolute; + display: inline-flex; + width: 200%; + } + .marquee-list { + float: left; + width: 50%; + } + .marquee-item { + float: left; + transition: animation 0.2s ease-out; + margin-top: 5px; + } + } + + .marquee-wrapper-icon-slider { + position: relative; + overflow: hidden; + white-space: nowrap; + + height: 80px; + + .marquee-inner { + position: absolute; + display: inline-flex; + width: 200%; + } + + .marquee-item { + float: left; + transition: animation 0.2s ease-out; + margin-top: 17px; + } + } + + &__slider-text { + border: 1px solid var(--black-neutral2); + padding: 6px 12px; + font-size: 14px; + color: rgba(255, 255, 255, 0.7); + text-align: center; + border-radius: 8px; + text-transform: capitalize; + margin: 0 8px; + } + + [theme="custom-light"] &__slider-text { + color: #040202d5; + } + + &__slider-one { + display: flex; + gap: 8px; + align-items: center; + } + + &__slider-two { + margin-top: 20px; + display: flex; + align-items: center; + gap: 12px; + &__box { + border: 1px solid var(--black-neutral2); + padding: 14px; + text-align: center; + border-radius: 8px; + transition: all 0.3s ease-in-out; + color: var(--white-neutral3); + margin: 0 8px; + &:hover { + background: var(--secondary-color); + color: var(--white-neutral1); + } + + [theme="custom-light"] svg { + } + } + } +} + +// get in touch card +.get-in-touch-card { + padding: 32px; + position: relative; + + @media (max-width: 1400px) { + padding: 25px; + } + + &__title-text-two { + padding-left: 35px; + } + + &__link { + margin-top: 72px; + + @media (max-width: 992px) { + margin-top: 76px; + } + } + + &__image-shape { + position: absolute; + right: 17px; + top: 17px; + } + + [dir="rtl"] &__image-shape { + position: absolute; + left: 17px; + top: 17px; + right: auto !important; + transform: rotate(-90deg); + } +} + +.footer-template-link { + &:hover { + color: var(--secondary-color); + } +} + +.landing-footer { + display: flex; + justify-content: space-between; + align-items: center; + margin-bottom: 32px; + @media (max-width: 992px) { + flex-direction: column-reverse; + gap: 12px; + } + + &__left { + display: flex; + align-items: center; + gap: 12px; + @media (max-width: 576px) { + flex-wrap: wrap; + justify-content: center; + gap: 4px; + } + } + + &__design-text { + border-left: 1px solid var(--white-neutral1) !important; + padding-left: 12px; + + @media (max-width: 576px) { + border: none; + } + + a { + color: var(--secondary-color); + font-weight: 500; + transition: all 0.3s ease-in-out; + text-decoration: underline; + &:hover { + color: var(--primary-color); + } + } + } + + &__menu { + display: flex; + align-items: center; + gap: 49px; + list-style: none; + padding-left: 0px; + margin-bottom: 0px; + + @media (max-width: 768px) { + gap: 24px; + } + + &-item { + a { + transition: all 0.3s ease-in-out; + color: var(--white-neutral1); + text-transform: capitalize; + &:hover { + color: var(--secondary-color); + } + } + } + } +} diff --git a/src/assets/styles/pages/_link-back-home.scss b/src/assets/styles/pages/_link-back-home.scss new file mode 100644 index 0000000..ce5c047 --- /dev/null +++ b/src/assets/styles/pages/_link-back-home.scss @@ -0,0 +1,33 @@ +.back { + width: 100%; + height: 49px; + background: rgba(17, 17, 17, 1); + position: fixed; + top: 0; + left: 0; + display: flex; + justify-content: space-between; + align-items: center; + + .arrow { + position: absolute; + left: 18px; + top: 50%; + transform: translateY(-50%); + height: 24px; + } + + .title { + flex-grow: 1; + text-align: center; + font-size: 20px; + color: rgba(255, 255, 255, 1); + font-family: var(--body-font) !important; + } +} + +/* 占位元素,确保下面内容从正确的位置开始 */ +.spacer { + height: 49px; /* 与 .back 元素的高度相同 */ + width: 100%; +} diff --git a/src/assets/styles/pages/_not-found.scss b/src/assets/styles/pages/_not-found.scss new file mode 100644 index 0000000..7f87485 --- /dev/null +++ b/src/assets/styles/pages/_not-found.scss @@ -0,0 +1,42 @@ +.not-found-page { + padding-top: 152px; + + @media (max-width: 1400px) { + padding-top: 120px; + } + + @media (max-width: 922px) { + padding-top: 100px; + } + + @media (max-width: 768px) { + padding-top: 80px; + } + + .not-found-image { + display: block; + margin: 0 auto; + } + + .not-found-text { + padding-top: 20px; + } + + .back-to-home { + padding: 12px 32px; + border-radius: 8px; + background: var(--secondary-color); + color: var(--white-neutral1); + display: block; + margin: 0 auto; + width: fit-content; + + @media (max-width: 992px) { + padding: 8px 24px; + } + } +} + +[theme="custom-light"] .back-to-home { + color: #fff; +} diff --git a/src/assets/styles/pages/_project-details.scss b/src/assets/styles/pages/_project-details.scss new file mode 100644 index 0000000..e309577 --- /dev/null +++ b/src/assets/styles/pages/_project-details.scss @@ -0,0 +1,94 @@ +.project-details { + display: flex; + flex-direction: column; + gap: 60px; + + @media (max-width: 1400px) { + gap: 32px; + } + + &__banner { + img { + border-radius: 24px; + } + + h2 { + font-weight: 600; + padding-top: 20px; + } + + p { + color: var(--white-neutral1); + font-weight: 300; + opacity: 0.7; + padding-top: 12px; + } + } + + &__item { + display: flex; + gap: 32px; + + @media (max-width: 1400px) { + gap: 20px; + } + + @media (max-width: 1300px) { + flex-direction: column !important; + } + @media (max-width: 1200px) { + gap: 18px; + } + @media (max-width: 992px) { + gap: 16px; + } + + .product-details-image-div { + width: 50%; + flex-shrink: 0; + + @media (max-width: 1300px) { + margin: 0 auto; + width: 100%; + } + } + + &-image { + border-radius: 24px; + + @media (max-width: 1300px) { + display: block; + margin: 0 auto; + } + } + + &-content { + border-radius: 32px; + border: 1px solid var(--black-neutral2); + padding: 23px; + + @media (max-width: 1400px) { + padding: 16px; + } + &-text { + color: var(--white-neutral1); + opacity: 0.7; + padding-top: 12px; + font-weight: 300; + } + + ol { + display: flex; + flex-direction: column; + gap: 12px; + margin-top: 24px; + + @media (max-width: 1400px) { + gap: 8px; + + padding-left: 16px !important; + } + } + } + } +} diff --git a/src/assets/styles/pages/_report-query.scss b/src/assets/styles/pages/_report-query.scss new file mode 100644 index 0000000..234b614 --- /dev/null +++ b/src/assets/styles/pages/_report-query.scss @@ -0,0 +1,35 @@ +* { + font-family: 'Source Han Sans SC' !important; +} + +.container { + display: flex; + justify-content: center; + align-items: center; + height: 100vh; + background-color: #1a1a1a; // 背景颜色 + height: calc(100vh - 49px); +} + +.content { + text-align: center; + color: #ccc; // 文本颜色 + + .icon-report { + width: 33.3px; + height: 33.3px; + margin-bottom: 8.3px; + } + + p { + width: 84px; + height: 21px; + font-size: 14px; + font-weight: 400; + letter-spacing: 0px; + line-height: 20.27px; + color: rgba(255, 255, 255, 0.6); + text-align: left; + vertical-align: top; + } +} diff --git a/src/assets/styles/pages/_service.scss b/src/assets/styles/pages/_service.scss new file mode 100644 index 0000000..2fba04b --- /dev/null +++ b/src/assets/styles/pages/_service.scss @@ -0,0 +1,250 @@ +.service-card { + border-radius: 20px; + border: 1px solid var(--black-neutral3); + background: rgba(34, 36, 38, 0.4); + padding: 60px; + + @media (max-width: 1400px) { + padding: 40px; + } + @media (max-width: 992px) { + padding: 36px; + } + @media (max-width: 768px) { + padding: 32px; + } + @media (max-width: 576px) { + padding: 24px; + } +} + +[theme="custom-light"] .service-card { + border: 1px solid rgba(179, 182, 185, 0.2); + background: #fff !important; + box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04); + transition: all 0.3s ease-in-out; + + &:hover { + border-color: var(--secondary-color); + } +} + +.service-bottom-right { + border-radius: 900px; + width: 906px; + height: 906px; + opacity: 0.1; + background: var(--secondary-color); + filter: blur(200px); + position: absolute; + right: 0px; + bottom: -200px; + overflow: hidden; + + @media (max-width: 768px) { + width: 400px; + height: 400px; + right: 0px; + bottom: 0px; + } + + @media (max-width: 576px) { + width: 300px; + height: 300px; + right: 0px; + bottom: 0px; + } +} + +.card-text-color { + color: var(--white-neutral1); + opacity: 0.8; +} + +.service-body { + display: grid; + grid-template-columns: repeat(12, minmax(0, 1fr)); + gap: 24px; + + @media (max-width: 1200px) { + gap: 16px; + } + + .card-title { + display: flex; + flex-direction: column; + .title-bottom { + padding-left: 40px; + } + } + + &__design { + grid-column-start: 1; + grid-column-end: 7; + position: relative; + + @media (max-width: 992px) { + grid-column-start: 1; + grid-column-end: 13; + } + } + + &__marketing { + grid-column-start: 7; + grid-column-end: 13; + position: relative; + + @media (max-width: 992px) { + grid-column-start: 1; + grid-column-end: 13; + } + } + + &__brand-identity { + grid-column-start: 1; + grid-column-end: 7; + position: relative; + + @media (max-width: 992px) { + grid-column-start: 1; + grid-column-end: 13; + } + } + + &__web-development { + grid-column-start: 7; + grid-column-end: 13; + position: relative; + + @media (max-width: 992px) { + grid-column-start: 1; + grid-column-end: 13; + } + } +} + +[dir="ltr"] .shape-image-developer { + position: absolute; + top: 40px; + right: 40px; + + @media (max-width: 992px) { + top: 20px; + right: 20px; + width: 70px; + height: 70px; + } +} + +[dir="rtl"] .shape-image-developer { + position: absolute; + top: 40px; + left: 40px; + + @media (max-width: 992px) { + top: 20px; + right: 20px; + width: 70px; + height: 70px; + } +} + +[dir="ltr"] .shape-image-brand { + position: absolute; + top: 40px; + right: 40px; + + @media (max-width: 992px) { + top: 20px; + right: 20px; + width: 70px; + height: 70px; + } +} + +[dir="rtl"] .shape-image-brand { + position: absolute; + top: 40px; + left: 40px; + transform: rotate(-90deg); + @media (max-width: 992px) { + top: 20px; + left: 20px; + width: 70px; + height: 70px; + } +} + +[dir="ltr"] .shape-image-marketing { + position: absolute; + top: 0px; + right: 0px; + + @media (max-width: 992px) { + width: 70px; + height: 70px; + } +} + +[dir="rtl"] .shape-image-marketing { + position: absolute; + top: 0px; + left: 0px; + transform: rotate(-90deg); + @media (max-width: 992px) { + width: 70px; + height: 70px; + } +} + +[dir="ltr"] .shape-image-service { + position: absolute; + top: 40px; + right: 40px; + + @media (max-width: 992px) { + top: 20px; + right: 20px; + width: 70px; + height: 70px; + } +} + +[dir="rtl"] .shape-image-service { + position: absolute; + top: 40px; + left: 40px; + transform: rotate(-90deg); + @media (max-width: 992px) { + top: 20px; + left: 20px; + width: 70px; + height: 70px; + } +} + +.service-bottom { + display: grid; + grid-template-columns: repeat(12, 1fr); + gap: 24px; + margin-top: 24px; + + @media (max-width: 1200px) { + gap: 16px; + margin-top: 16px; + } +} + +[theme="custom-light"] .service-body__marketing { + background: rgba(26, 26, 26, 0.03); +} + +[theme="custom-light"] .service-body__design { + background: rgba(26, 26, 26, 0.03); +} +[theme="custom-light"] .service-body__web-development { + background: rgba(26, 26, 26, 0.03); +} +[theme="custom-light"] .service-body__brand-identity { + background: rgba(26, 26, 26, 0.03); +} diff --git a/src/components/pages/Services/ServiceBody.vue b/src/components/pages/Services/ServiceBody.vue new file mode 100644 index 0000000..0e6f49f --- /dev/null +++ b/src/components/pages/Services/ServiceBody.vue @@ -0,0 +1,123 @@ + + + + diff --git a/src/components/pages/Services/ServiceBottomRight.vue b/src/components/pages/Services/ServiceBottomRight.vue new file mode 100644 index 0000000..3d720a2 --- /dev/null +++ b/src/components/pages/Services/ServiceBottomRight.vue @@ -0,0 +1,6 @@ + + + + diff --git a/src/components/pages/about/AboutContentItem.vue b/src/components/pages/about/AboutContentItem.vue new file mode 100644 index 0000000..be12940 --- /dev/null +++ b/src/components/pages/about/AboutContentItem.vue @@ -0,0 +1,16 @@ + + + + diff --git a/src/components/pages/about/AboutEducation.vue b/src/components/pages/about/AboutEducation.vue new file mode 100644 index 0000000..b152fe7 --- /dev/null +++ b/src/components/pages/about/AboutEducation.vue @@ -0,0 +1,33 @@ + + + + diff --git a/src/components/pages/about/AboutLetsWorks.vue b/src/components/pages/about/AboutLetsWorks.vue new file mode 100644 index 0000000..1c30681 --- /dev/null +++ b/src/components/pages/about/AboutLetsWorks.vue @@ -0,0 +1,16 @@ + + + + diff --git a/src/components/pages/about/AboutUsBody.vue b/src/components/pages/about/AboutUsBody.vue new file mode 100644 index 0000000..56b163e --- /dev/null +++ b/src/components/pages/about/AboutUsBody.vue @@ -0,0 +1,12 @@ + + + diff --git a/src/components/pages/about/AboutWhatIDo.vue b/src/components/pages/about/AboutWhatIDo.vue new file mode 100644 index 0000000..6c189d5 --- /dev/null +++ b/src/components/pages/about/AboutWhatIDo.vue @@ -0,0 +1,39 @@ + + + + diff --git a/src/components/pages/about/ExperienceCardItemAbout.vue b/src/components/pages/about/ExperienceCardItemAbout.vue new file mode 100644 index 0000000..2f89402 --- /dev/null +++ b/src/components/pages/about/ExperienceCardItemAbout.vue @@ -0,0 +1,25 @@ + + + + diff --git a/src/components/pages/about/ExperienceInNumber.vue b/src/components/pages/about/ExperienceInNumber.vue new file mode 100644 index 0000000..9a39bef --- /dev/null +++ b/src/components/pages/about/ExperienceInNumber.vue @@ -0,0 +1,34 @@ + + + + diff --git a/src/components/pages/about/MyExperienceItem.vue b/src/components/pages/about/MyExperienceItem.vue new file mode 100644 index 0000000..b5e3fde --- /dev/null +++ b/src/components/pages/about/MyExperienceItem.vue @@ -0,0 +1,18 @@ + + + + diff --git a/src/components/pages/about/ProfileCardAbout.vue b/src/components/pages/about/ProfileCardAbout.vue new file mode 100644 index 0000000..e1e5858 --- /dev/null +++ b/src/components/pages/about/ProfileCardAbout.vue @@ -0,0 +1,29 @@ + + + + diff --git a/src/components/pages/all-projects/AllProjectBody.vue b/src/components/pages/all-projects/AllProjectBody.vue new file mode 100644 index 0000000..9077e50 --- /dev/null +++ b/src/components/pages/all-projects/AllProjectBody.vue @@ -0,0 +1,37 @@ + + + + diff --git a/src/components/pages/all-projects/AllProjectImage.vue b/src/components/pages/all-projects/AllProjectImage.vue new file mode 100644 index 0000000..7b650bb --- /dev/null +++ b/src/components/pages/all-projects/AllProjectImage.vue @@ -0,0 +1,43 @@ + + + + diff --git a/src/components/pages/blog-details/BlogDetailsLeft.vue b/src/components/pages/blog-details/BlogDetailsLeft.vue new file mode 100644 index 0000000..f090dde --- /dev/null +++ b/src/components/pages/blog-details/BlogDetailsLeft.vue @@ -0,0 +1,256 @@ + + + diff --git a/src/components/pages/blog-details/CategoriesCard.vue b/src/components/pages/blog-details/CategoriesCard.vue new file mode 100644 index 0000000..5a7e307 --- /dev/null +++ b/src/components/pages/blog-details/CategoriesCard.vue @@ -0,0 +1,24 @@ + + + + diff --git a/src/components/pages/blog-details/PopularTags.vue b/src/components/pages/blog-details/PopularTags.vue new file mode 100644 index 0000000..7756046 --- /dev/null +++ b/src/components/pages/blog-details/PopularTags.vue @@ -0,0 +1,16 @@ + + + + diff --git a/src/components/pages/blog-details/RecentPost.vue b/src/components/pages/blog-details/RecentPost.vue new file mode 100644 index 0000000..a2c716c --- /dev/null +++ b/src/components/pages/blog-details/RecentPost.vue @@ -0,0 +1,27 @@ + + + + diff --git a/src/components/pages/blog-details/RecentPosts.vue b/src/components/pages/blog-details/RecentPosts.vue new file mode 100644 index 0000000..5bc23cf --- /dev/null +++ b/src/components/pages/blog-details/RecentPosts.vue @@ -0,0 +1,16 @@ + + + + diff --git a/src/components/pages/blog-details/SearchBox.vue b/src/components/pages/blog-details/SearchBox.vue new file mode 100644 index 0000000..89b9d88 --- /dev/null +++ b/src/components/pages/blog-details/SearchBox.vue @@ -0,0 +1,15 @@ + + + + diff --git a/src/components/pages/blogs/BlogBig.vue b/src/components/pages/blogs/BlogBig.vue new file mode 100644 index 0000000..08386db --- /dev/null +++ b/src/components/pages/blogs/BlogBig.vue @@ -0,0 +1,56 @@ + + + + diff --git a/src/components/pages/blogs/BlogLink.vue b/src/components/pages/blogs/BlogLink.vue new file mode 100644 index 0000000..2434dee --- /dev/null +++ b/src/components/pages/blogs/BlogLink.vue @@ -0,0 +1,37 @@ + + + + diff --git a/src/components/pages/blogs/BlogList.vue b/src/components/pages/blogs/BlogList.vue new file mode 100644 index 0000000..49f3332 --- /dev/null +++ b/src/components/pages/blogs/BlogList.vue @@ -0,0 +1,46 @@ + + + + diff --git a/src/components/pages/blogs/BlogSlider.vue b/src/components/pages/blogs/BlogSlider.vue new file mode 100644 index 0000000..7dc6216 --- /dev/null +++ b/src/components/pages/blogs/BlogSlider.vue @@ -0,0 +1,173 @@ + + + + diff --git a/src/components/pages/blogs/BlogSliderItem.vue b/src/components/pages/blogs/BlogSliderItem.vue new file mode 100644 index 0000000..440b12b --- /dev/null +++ b/src/components/pages/blogs/BlogSliderItem.vue @@ -0,0 +1,38 @@ + + + + diff --git a/src/components/pages/home-one/AllBlogsCard.vue b/src/components/pages/home-one/AllBlogsCard.vue new file mode 100644 index 0000000..dd0f910 --- /dev/null +++ b/src/components/pages/home-one/AllBlogsCard.vue @@ -0,0 +1,29 @@ + + + + + diff --git a/src/components/pages/home-one/AllProjects.vue b/src/components/pages/home-one/AllProjects.vue new file mode 100644 index 0000000..55d76f1 --- /dev/null +++ b/src/components/pages/home-one/AllProjects.vue @@ -0,0 +1,26 @@ + + + + diff --git a/src/components/pages/home-one/AllServiceCard.vue b/src/components/pages/home-one/AllServiceCard.vue new file mode 100644 index 0000000..4835dac --- /dev/null +++ b/src/components/pages/home-one/AllServiceCard.vue @@ -0,0 +1,67 @@ + + + + diff --git a/src/components/pages/home-one/BioCard.vue b/src/components/pages/home-one/BioCard.vue new file mode 100644 index 0000000..753f007 --- /dev/null +++ b/src/components/pages/home-one/BioCard.vue @@ -0,0 +1,29 @@ + + + + diff --git a/src/components/pages/home-one/ExperienceCard.vue b/src/components/pages/home-one/ExperienceCard.vue new file mode 100644 index 0000000..643a2d9 --- /dev/null +++ b/src/components/pages/home-one/ExperienceCard.vue @@ -0,0 +1,27 @@ + + + + diff --git a/src/components/pages/home-one/ExperienceCardItem.vue b/src/components/pages/home-one/ExperienceCardItem.vue new file mode 100644 index 0000000..1e9b24d --- /dev/null +++ b/src/components/pages/home-one/ExperienceCardItem.vue @@ -0,0 +1,21 @@ + + + + diff --git a/src/components/pages/home-one/GetInTouchCard.vue b/src/components/pages/home-one/GetInTouchCard.vue new file mode 100644 index 0000000..b10ac7a --- /dev/null +++ b/src/components/pages/home-one/GetInTouchCard.vue @@ -0,0 +1,29 @@ + + + + diff --git a/src/components/pages/home-one/HomeOneBody.vue b/src/components/pages/home-one/HomeOneBody.vue new file mode 100644 index 0000000..f12b9a5 --- /dev/null +++ b/src/components/pages/home-one/HomeOneBody.vue @@ -0,0 +1,62 @@ + + + + diff --git a/src/components/pages/home-one/LatestCardLandingOne.vue b/src/components/pages/home-one/LatestCardLandingOne.vue new file mode 100644 index 0000000..0ac1314 --- /dev/null +++ b/src/components/pages/home-one/LatestCardLandingOne.vue @@ -0,0 +1,34 @@ + + + + diff --git a/src/components/pages/home-one/ProfileCard.vue b/src/components/pages/home-one/ProfileCard.vue new file mode 100644 index 0000000..31872d9 --- /dev/null +++ b/src/components/pages/home-one/ProfileCard.vue @@ -0,0 +1,22 @@ + + + diff --git a/src/components/pages/home-one/ProfileIcon.vue b/src/components/pages/home-one/ProfileIcon.vue new file mode 100644 index 0000000..1b1a89a --- /dev/null +++ b/src/components/pages/home-one/ProfileIcon.vue @@ -0,0 +1,17 @@ + + + diff --git a/src/components/pages/home-one/SkillsCardAnimationOne.vue b/src/components/pages/home-one/SkillsCardAnimationOne.vue new file mode 100644 index 0000000..263f5dd --- /dev/null +++ b/src/components/pages/home-one/SkillsCardAnimationOne.vue @@ -0,0 +1,132 @@ +import CustomTransition from '@/components/shared/CustomTransition.vue'; + + + + + diff --git a/src/components/pages/home-one/TitleCard.vue b/src/components/pages/home-one/TitleCard.vue new file mode 100644 index 0000000..b8b0131 --- /dev/null +++ b/src/components/pages/home-one/TitleCard.vue @@ -0,0 +1,23 @@ +- + + + + + diff --git a/src/components/pages/home-two/AllProjectsTwo.vue b/src/components/pages/home-two/AllProjectsTwo.vue new file mode 100644 index 0000000..1852e02 --- /dev/null +++ b/src/components/pages/home-two/AllProjectsTwo.vue @@ -0,0 +1,35 @@ + + + + diff --git a/src/components/pages/home-two/ExperienceCardItemLandingTwo.vue b/src/components/pages/home-two/ExperienceCardItemLandingTwo.vue new file mode 100644 index 0000000..f035b0d --- /dev/null +++ b/src/components/pages/home-two/ExperienceCardItemLandingTwo.vue @@ -0,0 +1,26 @@ + + + + diff --git a/src/components/pages/home-two/LandingTwoAllBlogs.vue b/src/components/pages/home-two/LandingTwoAllBlogs.vue new file mode 100644 index 0000000..26bd722 --- /dev/null +++ b/src/components/pages/home-two/LandingTwoAllBlogs.vue @@ -0,0 +1,20 @@ + + + + diff --git a/src/components/pages/home-two/LandingTwoAllService.vue b/src/components/pages/home-two/LandingTwoAllService.vue new file mode 100644 index 0000000..570f1a4 --- /dev/null +++ b/src/components/pages/home-two/LandingTwoAllService.vue @@ -0,0 +1,20 @@ + + + + diff --git a/src/components/pages/home-two/LandingTwoBio.vue b/src/components/pages/home-two/LandingTwoBio.vue new file mode 100644 index 0000000..89870d6 --- /dev/null +++ b/src/components/pages/home-two/LandingTwoBio.vue @@ -0,0 +1,43 @@ + + + + diff --git a/src/components/pages/home-two/LandingTwoBody.vue b/src/components/pages/home-two/LandingTwoBody.vue new file mode 100644 index 0000000..4e2edf7 --- /dev/null +++ b/src/components/pages/home-two/LandingTwoBody.vue @@ -0,0 +1,74 @@ + + + + diff --git a/src/components/pages/home-two/LandingTwoGetInTouch.vue b/src/components/pages/home-two/LandingTwoGetInTouch.vue new file mode 100644 index 0000000..70a09e9 --- /dev/null +++ b/src/components/pages/home-two/LandingTwoGetInTouch.vue @@ -0,0 +1,20 @@ + + + + diff --git a/src/components/pages/home-two/LatestCardLandingTwo.vue b/src/components/pages/home-two/LatestCardLandingTwo.vue new file mode 100644 index 0000000..43c54f4 --- /dev/null +++ b/src/components/pages/home-two/LatestCardLandingTwo.vue @@ -0,0 +1,34 @@ + + + + diff --git a/src/components/pages/home-two/LinkPrimaryTwo.vue b/src/components/pages/home-two/LinkPrimaryTwo.vue new file mode 100644 index 0000000..a37ed71 --- /dev/null +++ b/src/components/pages/home-two/LinkPrimaryTwo.vue @@ -0,0 +1,38 @@ + + + + diff --git a/src/components/pages/home-two/ProductDesign.vue b/src/components/pages/home-two/ProductDesign.vue new file mode 100644 index 0000000..9a1abca --- /dev/null +++ b/src/components/pages/home-two/ProductDesign.vue @@ -0,0 +1,15 @@ + + + + diff --git a/src/components/pages/home-two/ProfileIcon.vue b/src/components/pages/home-two/ProfileIcon.vue new file mode 100644 index 0000000..ccfa9ef --- /dev/null +++ b/src/components/pages/home-two/ProfileIcon.vue @@ -0,0 +1,14 @@ + + + + diff --git a/src/components/pages/home-two/SkillsCardTwo.vue b/src/components/pages/home-two/SkillsCardTwo.vue new file mode 100644 index 0000000..ac11d4a --- /dev/null +++ b/src/components/pages/home-two/SkillsCardTwo.vue @@ -0,0 +1,140 @@ + + + + diff --git a/src/components/pages/not-found/NotFoundPage.vue b/src/components/pages/not-found/NotFoundPage.vue new file mode 100644 index 0000000..0ca810f --- /dev/null +++ b/src/components/pages/not-found/NotFoundPage.vue @@ -0,0 +1,15 @@ + + + + diff --git a/src/components/pages/project-details/ProjectBanner.vue b/src/components/pages/project-details/ProjectBanner.vue new file mode 100644 index 0000000..8239116 --- /dev/null +++ b/src/components/pages/project-details/ProjectBanner.vue @@ -0,0 +1,17 @@ + + + + diff --git a/src/components/pages/project-details/ProjectDetailsBody.vue b/src/components/pages/project-details/ProjectDetailsBody.vue new file mode 100644 index 0000000..9afb23f --- /dev/null +++ b/src/components/pages/project-details/ProjectDetailsBody.vue @@ -0,0 +1,59 @@ + + + + diff --git a/src/components/pages/project-details/ProjectDetailsItem.vue b/src/components/pages/project-details/ProjectDetailsItem.vue new file mode 100644 index 0000000..b85adc1 --- /dev/null +++ b/src/components/pages/project-details/ProjectDetailsItem.vue @@ -0,0 +1,39 @@ + + + + diff --git a/src/components/shared/AboutTopLeftElement.vue b/src/components/shared/AboutTopLeftElement.vue new file mode 100644 index 0000000..44e9e5f --- /dev/null +++ b/src/components/shared/AboutTopLeftElement.vue @@ -0,0 +1,6 @@ + + + + diff --git a/src/components/shared/AfterEffect.vue b/src/components/shared/AfterEffect.vue new file mode 100644 index 0000000..ee5be8e --- /dev/null +++ b/src/components/shared/AfterEffect.vue @@ -0,0 +1,23 @@ + + + + + diff --git a/src/components/shared/ArrowButton.vue b/src/components/shared/ArrowButton.vue new file mode 100644 index 0000000..787ce06 --- /dev/null +++ b/src/components/shared/ArrowButton.vue @@ -0,0 +1,78 @@ + + + + + diff --git a/src/components/shared/ButtonPrimary.vue b/src/components/shared/ButtonPrimary.vue new file mode 100644 index 0000000..6f357a6 --- /dev/null +++ b/src/components/shared/ButtonPrimary.vue @@ -0,0 +1,17 @@ + + + + + diff --git a/src/components/shared/CustomCounterUp.vue b/src/components/shared/CustomCounterUp.vue new file mode 100644 index 0000000..be36431 --- /dev/null +++ b/src/components/shared/CustomCounterUp.vue @@ -0,0 +1,13 @@ + + + + diff --git a/src/components/shared/CustomTransition.vue b/src/components/shared/CustomTransition.vue new file mode 100644 index 0000000..867adfc --- /dev/null +++ b/src/components/shared/CustomTransition.vue @@ -0,0 +1,20 @@ + + + + diff --git a/src/components/shared/DeskTopNavbar.vue b/src/components/shared/DeskTopNavbar.vue new file mode 100644 index 0000000..c50762c --- /dev/null +++ b/src/components/shared/DeskTopNavbar.vue @@ -0,0 +1,91 @@ + + + + diff --git a/src/components/shared/EllipseShapeLandingTwoBottomRight.vue b/src/components/shared/EllipseShapeLandingTwoBottomRight.vue new file mode 100644 index 0000000..4ac0a99 --- /dev/null +++ b/src/components/shared/EllipseShapeLandingTwoBottomRight.vue @@ -0,0 +1,8 @@ + + + + diff --git a/src/components/shared/Footer.vue b/src/components/shared/Footer.vue new file mode 100644 index 0000000..afc96d4 --- /dev/null +++ b/src/components/shared/Footer.vue @@ -0,0 +1,31 @@ + + + + diff --git a/src/components/shared/Header.vue b/src/components/shared/Header.vue new file mode 100644 index 0000000..13bab0b --- /dev/null +++ b/src/components/shared/Header.vue @@ -0,0 +1,38 @@ + + + diff --git a/src/components/shared/LinkBackHome.vue b/src/components/shared/LinkBackHome.vue new file mode 100644 index 0000000..10ad4f8 --- /dev/null +++ b/src/components/shared/LinkBackHome.vue @@ -0,0 +1,27 @@ + + + diff --git a/src/components/shared/LinkPrimary.vue b/src/components/shared/LinkPrimary.vue new file mode 100644 index 0000000..ed8ca36 --- /dev/null +++ b/src/components/shared/LinkPrimary.vue @@ -0,0 +1,36 @@ + + + + + diff --git a/src/components/shared/MobileNavbar.vue b/src/components/shared/MobileNavbar.vue new file mode 100644 index 0000000..fe155eb --- /dev/null +++ b/src/components/shared/MobileNavbar.vue @@ -0,0 +1,222 @@ + + + + diff --git a/src/components/shared/SnowFall.vue b/src/components/shared/SnowFall.vue new file mode 100644 index 0000000..2bc6692 --- /dev/null +++ b/src/components/shared/SnowFall.vue @@ -0,0 +1,63 @@ + + + + diff --git a/src/components/shared/Theme.vue b/src/components/shared/Theme.vue new file mode 100644 index 0000000..7814b77 --- /dev/null +++ b/src/components/shared/Theme.vue @@ -0,0 +1,69 @@ + + + + + diff --git a/src/layouts/DefaultLayout.vue b/src/layouts/DefaultLayout.vue new file mode 100644 index 0000000..9ed502b --- /dev/null +++ b/src/layouts/DefaultLayout.vue @@ -0,0 +1,16 @@ + + + diff --git a/src/layouts/EmptyLayout.vue b/src/layouts/EmptyLayout.vue new file mode 100644 index 0000000..065a2fa --- /dev/null +++ b/src/layouts/EmptyLayout.vue @@ -0,0 +1,3 @@ + + + diff --git a/src/main.ts b/src/main.ts new file mode 100644 index 0000000..b937c38 --- /dev/null +++ b/src/main.ts @@ -0,0 +1,19 @@ +import { createApp } from 'vue'; +import App from './App.vue'; +import router from './router/index'; +import 'swiper/css'; +import 'swiper/css/bundle'; +import Vant from 'vant'; +import 'vant/lib/index.css'; // 引入Vant的CSS样式 +import 'bootstrap'; +import 'bootstrap/dist/css/bootstrap.min.css'; +import './assets/styles/main.scss'; +import './assets/styles/override.scss'; + +import 'amfe-flexible'; + +const app = createApp(App); +app.use(router); + +app.use(Vant); +app.mount('#app'); diff --git a/src/pages/BlogDetails.vue b/src/pages/BlogDetails.vue new file mode 100644 index 0000000..2ee9352 --- /dev/null +++ b/src/pages/BlogDetails.vue @@ -0,0 +1,102 @@ + + + diff --git a/src/pages/Blogs.vue b/src/pages/Blogs.vue new file mode 100644 index 0000000..4d21f46 --- /dev/null +++ b/src/pages/Blogs.vue @@ -0,0 +1,84 @@ + + + diff --git a/src/pages/ConsultationDetails.vue b/src/pages/ConsultationDetails.vue new file mode 100644 index 0000000..7e3f065 --- /dev/null +++ b/src/pages/ConsultationDetails.vue @@ -0,0 +1,356 @@ + + + + diff --git a/src/pages/ConsultationList.vue b/src/pages/ConsultationList.vue new file mode 100644 index 0000000..4543e31 --- /dev/null +++ b/src/pages/ConsultationList.vue @@ -0,0 +1,494 @@ + + + diff --git a/src/pages/Contact.vue b/src/pages/Contact.vue new file mode 100644 index 0000000..9515d2e --- /dev/null +++ b/src/pages/Contact.vue @@ -0,0 +1,196 @@ + + + + + + diff --git a/src/pages/ContactSign.vue b/src/pages/ContactSign.vue new file mode 100644 index 0000000..022bc55 --- /dev/null +++ b/src/pages/ContactSign.vue @@ -0,0 +1,178 @@ + + + + + + diff --git a/src/pages/Healthy.vue b/src/pages/Healthy.vue new file mode 100644 index 0000000..6b3ac69 --- /dev/null +++ b/src/pages/Healthy.vue @@ -0,0 +1,175 @@ + + + + diff --git a/src/pages/Healthy01.vue b/src/pages/Healthy01.vue new file mode 100644 index 0000000..a6b1ac0 --- /dev/null +++ b/src/pages/Healthy01.vue @@ -0,0 +1,467 @@ + + + + diff --git a/src/pages/NotFound.vue b/src/pages/NotFound.vue new file mode 100644 index 0000000..4a179e8 --- /dev/null +++ b/src/pages/NotFound.vue @@ -0,0 +1,13 @@ + + + + diff --git a/src/pages/ReportQuery.vue b/src/pages/ReportQuery.vue new file mode 100644 index 0000000..ffde465 --- /dev/null +++ b/src/pages/ReportQuery.vue @@ -0,0 +1,18 @@ + + + + diff --git a/src/request/api.js b/src/request/api.js new file mode 100644 index 0000000..e6930a6 --- /dev/null +++ b/src/request/api.js @@ -0,0 +1,9 @@ +import http from './http'; + +export const login = (data) => { + return http({ + method: 'post', + url: 'api/login', + data, + }); +}; diff --git a/src/request/http.js b/src/request/http.js new file mode 100644 index 0000000..97535a9 --- /dev/null +++ b/src/request/http.js @@ -0,0 +1,78 @@ +import axios from 'axios'; + +const instance = axios.create({ + baseURL: import.meta.env.VITE_BASE_API, + timeout: 5000, + headers: { + 'Content-Type': 'application/x-www-form-urlencoded;charset=utf-8', + }, +}); + +instance.interceptors.request.use( + (config) => { + const token = localStorage.getItem('token'); + if (token) { + config.headers.Authorization = `Bearer ${token}`; + } + return config; + }, + (err) => { + return Promise.reject(err); + } +); + +instance.interceptors.response.use( + (res) => { + if (res.status === 200) { + return res.data; + } + }, + (err) => { + if (err.response.status) { + switch (err.response.status) { + case 400: + err.message = '错误请求'; + break; + case 401: + err.message = '未授权,请重新登录'; + break; + case 403: + err.message = '拒绝访问'; + break; + case 404: + err.message = '请求错误,未找到该资源!!!!'; + break; + case 405: + err.message = '请求方法未允许'; + break; + case 408: + err.message = '请求超时'; + break; + case 500: + err.message = '服务器端出错'; + break; + case 501: + err.message = '网络未实现'; + break; + case 502: + err.message = '网络错误'; + break; + case 503: + err.message = '服务不可用'; + break; + case 504: + err.message = '网络超时'; + break; + case 505: + err.message = 'http版本不支持该请求'; + break; + default: + err.message = `连接错误${err.response.status}`; + } + } + + return Promise.reject(err); + } +); + +export default instance; diff --git a/src/router/index.ts b/src/router/index.ts new file mode 100644 index 0000000..774923c --- /dev/null +++ b/src/router/index.ts @@ -0,0 +1,92 @@ +import EmptyLayoutVue from '@/layouts/EmptyLayout.vue'; +import BlogDetails from '@/pages/BlogDetails.vue'; +import Blogs from '@/pages/Blogs.vue'; +import Contact from '@/pages/Contact.vue'; +import ContactSign from '@/pages/ContactSign.vue'; +import NotFound from '@/pages/NotFound.vue'; +import Health from '@/pages/Healthy.vue'; +import Health01 from '@/pages/Healthy01.vue'; +import ConsultationDetails from '@/pages/ConsultationDetails.vue'; +import ConsultationList from '@/pages/ConsultationList.vue'; + +import ReportQuery from '@/pages/ReportQuery.vue'; + +import { createRouter, createWebHistory, createWebHashHistory } from 'vue-router'; + +const router = createRouter({ + history: createWebHashHistory(), + routes: [ + { + path: '/', + meta: { title: '健康服务' }, + component: Health01, + }, + { + path: '/ConsultationDetails/:id?', + name: 'ConsultationDetails', + component: ConsultationDetails, + meta: { title: '信息登记' }, + }, + { + path: '/ConsultationList', + name: 'ConsultationList', + component: ConsultationList, + meta: { title: '咨询列表' }, + }, + { + path: '/health', + meta: { title: '健康服务' }, + component: Health, + }, + { + path: '/reportQuery', + meta: { title: '报告查询' }, + component: ReportQuery, + }, + { + path: '/blog1', + meta: { title: '健康服务' }, + component: Blogs, + }, + { + path: '/blog-details', + component: BlogDetails, + meta: { + title: '服务详情', + }, + }, + { + path: '/contact/:type?', + name: 'Contact', + component: Contact, + meta: { title: '预约体检' }, + }, + { + path: '/ContactSign', + name: 'ContactSign', + component: ContactSign, + meta: { title: '预约登记' }, + }, + { + path: '/not-found', + component: NotFound, + meta: { + layout: EmptyLayoutVue, + title: '404', + }, + }, + { + path: '/:pathMatch(.*)*', + component: NotFound, + meta: { + layout: EmptyLayoutVue, + title: '404', + }, + }, + ], + scrollBehavior() { + return { top: 0 }; // 确保页面滚动到顶部 + }, +}); + +export default router; diff --git a/tsconfig.app.json b/tsconfig.app.json new file mode 100644 index 0000000..e14c754 --- /dev/null +++ b/tsconfig.app.json @@ -0,0 +1,14 @@ +{ + "extends": "@vue/tsconfig/tsconfig.dom.json", + "include": ["env.d.ts", "src/**/*", "src/**/*.vue"], + "exclude": ["src/**/__tests__/*"], + "compilerOptions": { + "composite": true, + "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", + + "baseUrl": ".", + "paths": { + "@/*": ["./src/*"] + } + } +} diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..dbe0f12 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,16 @@ +{ + "compilerOptions": { + "types": [ + "node" //新增 + ] + }, + "files": [], + "references": [ + { + "path": "./tsconfig.node.json" + }, + { + "path": "./tsconfig.app.json" + } + ] +} diff --git a/tsconfig.node.json b/tsconfig.node.json new file mode 100644 index 0000000..b1b718f --- /dev/null +++ b/tsconfig.node.json @@ -0,0 +1,12 @@ +{ + "extends": "@tsconfig/node20/tsconfig.json", + "include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "nightwatch.conf.*", "playwright.config.*"], + "compilerOptions": { + "composite": true, + "noEmit": true, + "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo", + "module": "ESNext", + "moduleResolution": "Bundler", + "types": ["node"] + } +} diff --git a/vite.config.ts b/vite.config.ts new file mode 100644 index 0000000..ce3d2b0 --- /dev/null +++ b/vite.config.ts @@ -0,0 +1,62 @@ +import { fileURLToPath, URL } from 'node:url'; + +import { defineConfig } from 'vite'; +import vue from '@vitejs/plugin-vue'; +import vueJsx from '@vitejs/plugin-vue-jsx'; +import { babel } from '@rollup/plugin-babel'; +import postCssPxToRem from 'postcss-pxtorem'; +// https://vitejs.dev/config/ +export default defineConfig({ + plugins: [ + vue(), + vueJsx(), + babel({ + babelHelpers: 'bundled', + presets: [['@babel/preset-env', { targets: '> 0.25%, not dead' }]], + extensions: ['.js', '.jsx', '.ts', '.tsx', '.vue'], + exclude: [/\.css$/], // 排除 CSS 文件 + }), + ], + server: { + host: '0.0.0.0', + port: 3080, + proxy: { + '/api': { + target: 'http://localhost:5090', + changeOrigin: true, + rewrite: (path) => path.replace(/^\/api/, ''), + }, + }, + }, + // 生产环境打包配置 + // 去除 console debugger + build: { + target: 'es2015', // Vite 默认将代码打包为 ES2015+ + rollupOptions: { + output: { + format: 'es', + }, + }, + terserOptions: { + compress: { + drop_console: true, + drop_debugger: true, + }, + }, + }, + resolve: { + alias: { + '@': fileURLToPath(new URL('./src', import.meta.url)), + }, + }, + css: { + preprocessorOptions: { + scss: { + additionalData: '', + }, + }, + postcss: { + plugins: [postCssPxToRem({ rootValue: 37.5, propList: ['*'] })], + }, + }, +});