commit 09070ffda8e3cc7b3a3ba6eef7f4edf98113fe0e Author: negin Date: Mon Jul 22 17:04:08 2024 +0430 hello vit/tailwind standard architect diff --git a/.eslintrc.cjs b/.eslintrc.cjs new file mode 100644 index 0000000..0cea7f3 --- /dev/null +++ b/.eslintrc.cjs @@ -0,0 +1,22 @@ +module.exports = { + root: true, + env: { browser: true, es2020: true }, + extends: [ + 'eslint:recommended', + 'plugin:react/recommended', + 'plugin:react/jsx-runtime', + 'plugin:react-hooks/recommended', + ], + ignorePatterns: ['dist', '.eslintrc.cjs'], + parserOptions: { ecmaVersion: 'latest', sourceType: 'module' }, + settings: { react: { version: '18.2' } }, + plugins: ['react-refresh'], + rules: { + 'react/jsx-no-target-blank': 'off', + "react/prop-types": "off", + 'react-refresh/only-export-components': [ + 'warn', + { allowConstantExport: true }, + ], + }, +} diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a547bf3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/README.md b/README.md new file mode 100644 index 0000000..f768e33 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# React + Vite + +This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. + +Currently, two official plugins are available: + +- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh +- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh diff --git a/index.html b/index.html new file mode 100644 index 0000000..e6d02d2 --- /dev/null +++ b/index.html @@ -0,0 +1,14 @@ + + + + + + + Vite + React + + + +
+ + + diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..514e9cc --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,9 @@ +{ + "compilerOptions": { + "baseUrl": "./", + "paths": { + "~/*": ["src/*"], + "@/*": ["public/*"] + } + } +} diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..c935d41 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,7877 @@ +{ + "name": "porseline", + "version": "0.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "porseline", + "version": "0.0.0", + "dependencies": { + "@vitejs/plugin-react-refresh": "^1.3.6", + "react": "^18.3.1", + "react-dom": "^18.3.1", + "vite-plugin-compression": "^0.5.1", + "vite-plugin-monaco-editor": "^1.1.0", + "vite-plugin-pages": "^0.32.3", + "vite-plugin-pwa": "^0.20.0" + }, + "devDependencies": { + "@types/react": "^18.3.3", + "@types/react-dom": "^18.3.0", + "@vitejs/plugin-react": "^4.3.1", + "autoprefixer": "^10.4.19", + "eslint": "^8.57.0", + "eslint-plugin-react": "^7.34.3", + "eslint-plugin-react-hooks": "^4.6.2", + "eslint-plugin-react-refresh": "^0.4.7", + "postcss": "^8.4.39", + "tailwindcss": "^3.4.6", + "vite": "^5.3.4" + } + }, + "node_modules/@alloc/quick-lru": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", + "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@ampproject/remapping": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", + "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", + "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.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz", + "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==", + "dependencies": { + "@babel/highlight": "^7.24.7", + "picocolors": "^1.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/compat-data": { + "version": "7.24.9", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.9.tgz", + "integrity": "sha512-e701mcfApCJqMMueQI0Fb68Amflj83+dvAvHawoBpAz+GDjCIyGHzNwnefjsWJ3xiYAqqiQFoWbspGYBdb2/ng==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core": { + "version": "7.24.9", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.9.tgz", + "integrity": "sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==", + "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/generator": { + "version": "7.24.10", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.10.tgz", + "integrity": "sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg==", + "dependencies": { + "@babel/types": "^7.24.9", + "@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.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz", + "integrity": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==", + "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.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.7.tgz", + "integrity": "sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==", + "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.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz", + "integrity": "sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==", + "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-create-class-features-plugin": { + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.8.tgz", + "integrity": "sha512-4f6Oqnmyp2PP3olgUMmOwC3akxSm5aBYraQ6YDdKy7NcAMkDECHWG0DEnV6M2UAkERgIBhYt8S27rURPg7SxWA==", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-function-name": "^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.24.7", + "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", + "@babel/helper-split-export-declaration": "^7.24.7", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-create-regexp-features-plugin": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.24.7.tgz", + "integrity": "sha512-03TCmXy2FtXJEZfbXDTSqq1fRJArk7lX9DOFC/47VthYcxyIOx+eXQmdo6DOQvrbpIix+KfXwvuXdFDZHxt+rA==", + "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-define-polyfill-provider": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz", + "integrity": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==", + "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-define-polyfill-provider/node_modules/resolve": { + "version": "1.22.8", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", + "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/@babel/helper-environment-visitor": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz", + "integrity": "sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==", + "dependencies": { + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-function-name": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz", + "integrity": "sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==", + "dependencies": { + "@babel/template": "^7.24.7", + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-hoist-variables": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz", + "integrity": "sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==", + "dependencies": { + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-member-expression-to-functions": { + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz", + "integrity": "sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==", + "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.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz", + "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==", + "dependencies": { + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms": { + "version": "7.24.9", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz", + "integrity": "sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==", + "dependencies": { + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-module-imports": "^7.24.7", + "@babel/helper-simple-access": "^7.24.7", + "@babel/helper-split-export-declaration": "^7.24.7", + "@babel/helper-validator-identifier": "^7.24.7" + }, + "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.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz", + "integrity": "sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==", + "dependencies": { + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-plugin-utils": { + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz", + "integrity": "sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-remap-async-to-generator": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.24.7.tgz", + "integrity": "sha512-9pKLcTlZ92hNZMQfGCHImUpDOlAgkkpqalWEeftW5FBya75k8Li2ilerxkM/uBEj01iBZXcCIB/bwvDYgWyibA==", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-wrap-function": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-replace-supers": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.24.7.tgz", + "integrity": "sha512-qTAxxBM81VEyoAY0TtLrx1oAEJc09ZK67Q9ljQToqCnA+55eNwCORaxlKyu+rNfX86o8OXRUSNUnrtsAZXM9sg==", + "dependencies": { + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-member-expression-to-functions": "^7.24.7", + "@babel/helper-optimise-call-expression": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-simple-access": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz", + "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==", + "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.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz", + "integrity": "sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==", + "dependencies": { + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-split-export-declaration": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz", + "integrity": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==", + "dependencies": { + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-string-parser": { + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz", + "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz", + "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-option": { + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz", + "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-wrap-function": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.24.7.tgz", + "integrity": "sha512-N9JIYk3TD+1vq/wn77YnJOqMtfWhNewNE+DJV4puD2X7Ew9J4JvrzrFDfTfyv5EgEXVy9/Wt8QiOErzEmv5Ifw==", + "dependencies": { + "@babel/helper-function-name": "^7.24.7", + "@babel/template": "^7.24.7", + "@babel/traverse": "^7.24.7", + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers": { + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.8.tgz", + "integrity": "sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==", + "dependencies": { + "@babel/template": "^7.24.7", + "@babel/types": "^7.24.8" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz", + "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==", + "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.24.8", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.8.tgz", + "integrity": "sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w==", + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.7.tgz", + "integrity": "sha512-TiT1ss81W80eQsN+722OaeQMY/G4yTb4G9JrqeiDADs3N8lbPMGldWi9x8tyqCW5NLx1Jh2AvkE6r6QvEltMMQ==", + "dependencies": { + "@babel/helper-environment-visitor": "^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-bugfix-safari-id-destructuring-collision-in-function-expression": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.7.tgz", + "integrity": "sha512-unaQgZ/iRu/By6tsjMZzpeBZjChYfLYry6HrEXPoz3KmfF0sVBQ1l8zKMQ4xRGLWVsjuvB8nQfjNP/DcfEOCsg==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.24.7" + }, + "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.npmjs.org/@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==", + "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.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.7.tgz", + "integrity": "sha512-utA4HuR6F4Vvcr+o4DnjL8fCOlgRFGbeeBEGNg3ZTrLFw6VWG5XmUrvcQ0FjIYMU2ST4XcR2Wsp7t9qOAPnxMg==", + "dependencies": { + "@babel/helper-environment-visitor": "^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-proposal-private-property-in-object": { + "version": "7.21.0-placeholder-for-preset-env.2", + "resolved": "https://registry.npmjs.org/@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==", + "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.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "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.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", + "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", + "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.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", + "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", + "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.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", + "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", + "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.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", + "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", + "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.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.7.tgz", + "integrity": "sha512-Ec3NRUMoi8gskrkBe3fNmEQfxDvY8bgfQpz6jlk/41kX9eUjvpyqWU7PBP/pLAvMaSQjbMNKJmvX57jP+M6bPg==", + "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.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.7.tgz", + "integrity": "sha512-hbX+lKKeUMGihnK8nvKqmXBInriT3GVjzXKFriV3YC6APGxMbP8RZNFwy91+hocLXq90Mta+HshoB31802bb8A==", + "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.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", + "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", + "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.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-logical-assignment-operators": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", + "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", + "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.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", + "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", + "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.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", + "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", + "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.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", + "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.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", + "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", + "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.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", + "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", + "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.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", + "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", + "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.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", + "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", + "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-unicode-sets-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", + "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", + "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.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.7.tgz", + "integrity": "sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==", + "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.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.7.tgz", + "integrity": "sha512-o+iF77e3u7ZS4AoAuJvapz9Fm001PuD2V3Lp6OSE4FYQke+cSewYtnek+THqGRWyQloRCyvWL1OkyfNEl9vr/g==", + "dependencies": { + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-remap-async-to-generator": "^7.24.7", + "@babel/plugin-syntax-async-generators": "^7.8.4" + }, + "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.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.7.tgz", + "integrity": "sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==", + "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.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.7.tgz", + "integrity": "sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ==", + "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.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.7.tgz", + "integrity": "sha512-Nd5CvgMbWc+oWzBsuaMcbwjJWAcp5qzrbg69SZdHSP7AMY0AbWFqFO0WTFCA1jxhMCwodRwvRec8k0QUbZk7RQ==", + "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-class-properties": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz", + "integrity": "sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==", + "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.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.7.tgz", + "integrity": "sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==", + "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.24.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.8.tgz", + "integrity": "sha512-VXy91c47uujj758ud9wx+OMgheXm4qJfyhj1P18YvlrQkNOSrwsteHk+EFS3OMGfhMhpZa0A+81eE7G4QC+3CA==", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.24.7", + "@babel/helper-compilation-targets": "^7.24.8", + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-function-name": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.8", + "@babel/helper-replace-supers": "^7.24.7", + "@babel/helper-split-export-declaration": "^7.24.7", + "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.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.7.tgz", + "integrity": "sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==", + "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.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.8.tgz", + "integrity": "sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ==", + "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.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.7.tgz", + "integrity": "sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw==", + "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.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.7.tgz", + "integrity": "sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw==", + "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-dynamic-import": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz", + "integrity": "sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==", + "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.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.7.tgz", + "integrity": "sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ==", + "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.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.7.tgz", + "integrity": "sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA==", + "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.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.7.tgz", + "integrity": "sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==", + "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.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.7.tgz", + "integrity": "sha512-U9FcnA821YoILngSmYkW6FjyQe2TyZD5pHt4EVIhmcTkrJw/3KqcrRSxuOo5tFZJi7TE19iDyI1u+weTI7bn2w==", + "dependencies": { + "@babel/helper-compilation-targets": "^7.24.7", + "@babel/helper-function-name": "^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-json-strings": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.7.tgz", + "integrity": "sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw==", + "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.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.7.tgz", + "integrity": "sha512-vcwCbb4HDH+hWi8Pqenwnjy+UiklO4Kt1vfspcQYFhJdpthSnW8XvWGyDZWKNVrVbVViI/S7K9PDJZiUmP2fYQ==", + "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.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.7.tgz", + "integrity": "sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw==", + "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.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.7.tgz", + "integrity": "sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw==", + "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.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.7.tgz", + "integrity": "sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg==", + "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.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz", + "integrity": "sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==", + "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.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.7.tgz", + "integrity": "sha512-GYQE0tW7YoaN13qFh3O1NCY4MPkUiAH3fiF7UcV/I3ajmDKEdG3l+UOcbAm4zUE3gnvUU+Eni7XrVKo9eO9auw==", + "dependencies": { + "@babel/helper-hoist-variables": "^7.24.7", + "@babel/helper-module-transforms": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-validator-identifier": "^7.24.7" + }, + "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.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz", + "integrity": "sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==", + "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.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.24.7.tgz", + "integrity": "sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g==", + "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.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.7.tgz", + "integrity": "sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA==", + "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.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.7.tgz", + "integrity": "sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==", + "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.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.7.tgz", + "integrity": "sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==", + "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.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.7.tgz", + "integrity": "sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==", + "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.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.7.tgz", + "integrity": "sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg==", + "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.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.7.tgz", + "integrity": "sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA==", + "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.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.8.tgz", + "integrity": "sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw==", + "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.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.7.tgz", + "integrity": "sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA==", + "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.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.7.tgz", + "integrity": "sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ==", + "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.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.7.tgz", + "integrity": "sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==", + "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.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.7.tgz", + "integrity": "sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA==", + "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-react-jsx-self": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.24.7.tgz", + "integrity": "sha512-fOPQYbGSgH0HUp4UJO4sMBFjY6DuWq+2i8rixyUMb3CdGixs/gccURvYOAhajBdKDoGajFr3mUq5rH3phtkGzw==", + "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-react-jsx-source": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.24.7.tgz", + "integrity": "sha512-J2z+MWzZHVOemyLweMqngXrgGC42jQ//R0KdxqkIz/OrbVIIlhFI3WigZ5fO+nwFvBlncr4MGapd8vTyc7RPNQ==", + "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.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.7.tgz", + "integrity": "sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==", + "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.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.7.tgz", + "integrity": "sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ==", + "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.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.7.tgz", + "integrity": "sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==", + "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.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.7.tgz", + "integrity": "sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng==", + "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.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.7.tgz", + "integrity": "sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g==", + "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.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.7.tgz", + "integrity": "sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw==", + "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.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.8.tgz", + "integrity": "sha512-adNTUpDCVnmAE58VEqKlAA6ZBlNkMnWD0ZcW76lyNFN3MJniyGFZfNwERVk8Ap56MCnXztmDr19T4mPTztcuaw==", + "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-unicode-escapes": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.7.tgz", + "integrity": "sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw==", + "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.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.7.tgz", + "integrity": "sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w==", + "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.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.7.tgz", + "integrity": "sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg==", + "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.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.7.tgz", + "integrity": "sha512-2G8aAvF4wy1w/AGZkemprdGMRg5o6zPNhbHVImRz3lss55TYCBd6xStN19rt8XJHq20sqV0JbyWjOWwQRwV/wg==", + "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.24.8", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.24.8.tgz", + "integrity": "sha512-vObvMZB6hNWuDxhSaEPTKCwcqkAIuDtE+bQGn4XMXne1DSLzFVY8Vmj1bm+mUQXYNN8NmaQEO+r8MMbzPr1jBQ==", + "dependencies": { + "@babel/compat-data": "^7.24.8", + "@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.24.7", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.24.7", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.24.7", + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.24.7", + "@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.24.7", + "@babel/plugin-transform-async-to-generator": "^7.24.7", + "@babel/plugin-transform-block-scoped-functions": "^7.24.7", + "@babel/plugin-transform-block-scoping": "^7.24.7", + "@babel/plugin-transform-class-properties": "^7.24.7", + "@babel/plugin-transform-class-static-block": "^7.24.7", + "@babel/plugin-transform-classes": "^7.24.8", + "@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-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.24.7", + "@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.24.7", + "@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-modules": { + "version": "0.1.6-no-external-plugins", + "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", + "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", + "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.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", + "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==" + }, + "node_modules/@babel/runtime": { + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.8.tgz", + "integrity": "sha512-5F7SDGs1T72ZczbRwbGO9lQi0NLjQxzl6i4lJxLxfW9U5UluCSyEJeniWvnhl3/euNiqQVbo8zruhsDfid0esA==", + "dependencies": { + "regenerator-runtime": "^0.14.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/template": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.7.tgz", + "integrity": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==", + "dependencies": { + "@babel/code-frame": "^7.24.7", + "@babel/parser": "^7.24.7", + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse": { + "version": "7.24.8", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.8.tgz", + "integrity": "sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==", + "dependencies": { + "@babel/code-frame": "^7.24.7", + "@babel/generator": "^7.24.8", + "@babel/helper-environment-visitor": "^7.24.7", + "@babel/helper-function-name": "^7.24.7", + "@babel/helper-hoist-variables": "^7.24.7", + "@babel/helper-split-export-declaration": "^7.24.7", + "@babel/parser": "^7.24.8", + "@babel/types": "^7.24.8", + "debug": "^4.3.1", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/types": { + "version": "7.24.9", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.9.tgz", + "integrity": "sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==", + "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.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz", + "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==", + "cpu": [ + "ppc64" + ], + "optional": true, + "os": [ + "aix" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-arm": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz", + "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==", + "cpu": [ + "arm" + ], + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz", + "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz", + "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz", + "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz", + "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz", + "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz", + "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz", + "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==", + "cpu": [ + "arm" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz", + "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ia32": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz", + "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==", + "cpu": [ + "ia32" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-loong64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz", + "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==", + "cpu": [ + "loong64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-mips64el": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz", + "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==", + "cpu": [ + "mips64el" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ppc64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz", + "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==", + "cpu": [ + "ppc64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-riscv64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz", + "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==", + "cpu": [ + "riscv64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-s390x": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz", + "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==", + "cpu": [ + "s390x" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz", + "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/netbsd-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz", + "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/openbsd-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz", + "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/sunos-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz", + "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz", + "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-ia32": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz", + "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==", + "cpu": [ + "ia32" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz", + "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@eslint-community/eslint-utils": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", + "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", + "dev": true, + "dependencies": { + "eslint-visitor-keys": "^3.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" + } + }, + "node_modules/@eslint-community/regexpp": { + "version": "4.11.0", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.0.tgz", + "integrity": "sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==", + "dev": true, + "engines": { + "node": "^12.0.0 || ^14.0.0 || >=16.0.0" + } + }, + "node_modules/@eslint/eslintrc": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", + "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", + "dev": true, + "dependencies": { + "ajv": "^6.12.4", + "debug": "^4.3.2", + "espree": "^9.6.0", + "globals": "^13.19.0", + "ignore": "^5.2.0", + "import-fresh": "^3.2.1", + "js-yaml": "^4.1.0", + "minimatch": "^3.1.2", + "strip-json-comments": "^3.1.1" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/@eslint/eslintrc/node_modules/globals": { + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", + "dev": true, + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@eslint/js": { + "version": "8.57.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz", + "integrity": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==", + "dev": true, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/@humanwhocodes/config-array": { + "version": "0.11.14", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz", + "integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==", + "deprecated": "Use @eslint/config-array instead", + "dev": true, + "dependencies": { + "@humanwhocodes/object-schema": "^2.0.2", + "debug": "^4.3.1", + "minimatch": "^3.0.5" + }, + "engines": { + "node": ">=10.10.0" + } + }, + "node_modules/@humanwhocodes/module-importer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", + "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", + "dev": true, + "engines": { + "node": ">=12.22" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nzakas" + } + }, + "node_modules/@humanwhocodes/object-schema": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz", + "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==", + "deprecated": "Use @eslint/object-schema instead", + "dev": true + }, + "node_modules/@isaacs/cliui": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", + "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", + "dev": true, + "dependencies": { + "string-width": "^5.1.2", + "string-width-cjs": "npm:string-width@^4.2.0", + "strip-ansi": "^7.0.1", + "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", + "wrap-ansi": "^8.1.0", + "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@isaacs/cliui/node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/@isaacs/cliui/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", + "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", + "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.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/set-array": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", + "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/source-map": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz", + "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", + "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==" + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.25", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", + "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", + "dependencies": { + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" + } + }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@pkgjs/parseargs": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", + "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", + "dev": true, + "optional": true, + "engines": { + "node": ">=14" + } + }, + "node_modules/@rollup/plugin-node-resolve": { + "version": "15.2.3", + "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.2.3.tgz", + "integrity": "sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==", + "dependencies": { + "@rollup/pluginutils": "^5.0.1", + "@types/resolve": "1.20.2", + "deepmerge": "^4.2.2", + "is-builtin-module": "^3.2.1", + "is-module": "^1.0.0", + "resolve": "^1.22.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "rollup": "^2.78.0||^3.0.0||^4.0.0" + }, + "peerDependenciesMeta": { + "rollup": { + "optional": true + } + } + }, + "node_modules/@rollup/plugin-node-resolve/node_modules/resolve": { + "version": "1.22.8", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", + "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/plugin-terser": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/@rollup/plugin-terser/-/plugin-terser-0.4.4.tgz", + "integrity": "sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==", + "dependencies": { + "serialize-javascript": "^6.0.1", + "smob": "^1.0.0", + "terser": "^5.17.4" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "rollup": "^2.0.0||^3.0.0||^4.0.0" + }, + "peerDependenciesMeta": { + "rollup": { + "optional": true + } + } + }, + "node_modules/@rollup/pluginutils": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.0.tgz", + "integrity": "sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==", + "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.19.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.19.0.tgz", + "integrity": "sha512-JlPfZ/C7yn5S5p0yKk7uhHTTnFlvTgLetl2VxqE518QgyM7C9bSfFTYvB/Q/ftkq0RIPY4ySxTz+/wKJ/dXC0w==", + "cpu": [ + "arm" + ], + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-android-arm64": { + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.19.0.tgz", + "integrity": "sha512-RDxUSY8D1tWYfn00DDi5myxKgOk6RvWPxhmWexcICt/MEC6yEMr4HNCu1sXXYLw8iAsg0D44NuU+qNq7zVWCrw==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-darwin-arm64": { + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.19.0.tgz", + "integrity": "sha512-emvKHL4B15x6nlNTBMtIaC9tLPRpeA5jMvRLXVbl/W9Ie7HhkrE7KQjvgS9uxgatL1HmHWDXk5TTS4IaNJxbAA==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-darwin-x64": { + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.19.0.tgz", + "integrity": "sha512-fO28cWA1dC57qCd+D0rfLC4VPbh6EOJXrreBmFLWPGI9dpMlER2YwSPZzSGfq11XgcEpPukPTfEVFtw2q2nYJg==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-linux-arm-gnueabihf": { + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.19.0.tgz", + "integrity": "sha512-2Rn36Ubxdv32NUcfm0wB1tgKqkQuft00PtM23VqLuCUR4N5jcNWDoV5iBC9jeGdgS38WK66ElncprqgMUOyomw==", + "cpu": [ + "arm" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm-musleabihf": { + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.19.0.tgz", + "integrity": "sha512-gJuzIVdq/X1ZA2bHeCGCISe0VWqCoNT8BvkQ+BfsixXwTOndhtLUpOg0A1Fcx/+eA6ei6rMBzlOz4JzmiDw7JQ==", + "cpu": [ + "arm" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-gnu": { + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.19.0.tgz", + "integrity": "sha512-0EkX2HYPkSADo9cfeGFoQ7R0/wTKb7q6DdwI4Yn/ULFE1wuRRCHybxpl2goQrx4c/yzK3I8OlgtBu4xvted0ug==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-musl": { + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.19.0.tgz", + "integrity": "sha512-GlIQRj9px52ISomIOEUq/IojLZqzkvRpdP3cLgIE1wUWaiU5Takwlzpz002q0Nxxr1y2ZgxC2obWxjr13lvxNQ==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.19.0.tgz", + "integrity": "sha512-N6cFJzssruDLUOKfEKeovCKiHcdwVYOT1Hs6dovDQ61+Y9n3Ek4zXvtghPPelt6U0AH4aDGnDLb83uiJMkWYzQ==", + "cpu": [ + "ppc64" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-gnu": { + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.19.0.tgz", + "integrity": "sha512-2DnD3mkS2uuam/alF+I7M84koGwvn3ZVD7uG+LEWpyzo/bq8+kKnus2EVCkcvh6PlNB8QPNFOz6fWd5N8o1CYg==", + "cpu": [ + "riscv64" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-s390x-gnu": { + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.19.0.tgz", + "integrity": "sha512-D6pkaF7OpE7lzlTOFCB2m3Ngzu2ykw40Nka9WmKGUOTS3xcIieHe82slQlNq69sVB04ch73thKYIWz/Ian8DUA==", + "cpu": [ + "s390x" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.19.0.tgz", + "integrity": "sha512-HBndjQLP8OsdJNSxpNIN0einbDmRFg9+UQeZV1eiYupIRuZsDEoeGU43NQsS34Pp166DtwQOnpcbV/zQxM+rWA==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-musl": { + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.19.0.tgz", + "integrity": "sha512-HxfbvfCKJe/RMYJJn0a12eiOI9OOtAUF4G6ozrFUK95BNyoJaSiBjIOHjZskTUffUrB84IPKkFG9H9nEvJGW6A==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-win32-arm64-msvc": { + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.19.0.tgz", + "integrity": "sha512-HxDMKIhmcguGTiP5TsLNolwBUK3nGGUEoV/BO9ldUBoMLBssvh4J0X8pf11i1fTV7WShWItB1bKAKjX4RQeYmg==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-ia32-msvc": { + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.19.0.tgz", + "integrity": "sha512-xItlIAZZaiG/u0wooGzRsx11rokP4qyc/79LkAOdznGRAbOFc+SfEdfUOszG1odsHNgwippUJavag/+W/Etc6Q==", + "cpu": [ + "ia32" + ], + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-x64-msvc": { + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.19.0.tgz", + "integrity": "sha512-xNo5fV5ycvCCKqiZcpB65VMR11NJB+StnxHz20jdqRAktfdfzhgjTiJ2doTDQE/7dqGaV5I7ZGqKpgph6lCIag==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@surma/rollup-plugin-off-main-thread": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz", + "integrity": "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==", + "dependencies": { + "ejs": "^3.1.6", + "json5": "^2.2.0", + "magic-string": "^0.25.0", + "string.prototype.matchall": "^4.0.6" + } + }, + "node_modules/@types/babel__core": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", + "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", + "devOptional": true, + "dependencies": { + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7", + "@types/babel__generator": "*", + "@types/babel__template": "*", + "@types/babel__traverse": "*" + } + }, + "node_modules/@types/babel__generator": { + "version": "7.6.8", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", + "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", + "devOptional": true, + "dependencies": { + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__template": { + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", + "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", + "devOptional": true, + "dependencies": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__traverse": { + "version": "7.20.6", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz", + "integrity": "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==", + "devOptional": true, + "dependencies": { + "@babel/types": "^7.20.7" + } + }, + "node_modules/@types/debug": { + "version": "4.1.12", + "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", + "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", + "dependencies": { + "@types/ms": "*" + } + }, + "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==" + }, + "node_modules/@types/ms": { + "version": "0.7.34", + "resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.34.tgz", + "integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==" + }, + "node_modules/@types/prop-types": { + "version": "15.7.12", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.12.tgz", + "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==", + "dev": true + }, + "node_modules/@types/react": { + "version": "18.3.3", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.3.tgz", + "integrity": "sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==", + "dev": true, + "dependencies": { + "@types/prop-types": "*", + "csstype": "^3.0.2" + } + }, + "node_modules/@types/react-dom": { + "version": "18.3.0", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.0.tgz", + "integrity": "sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==", + "dev": true, + "dependencies": { + "@types/react": "*" + } + }, + "node_modules/@types/resolve": { + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz", + "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==" + }, + "node_modules/@types/trusted-types": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz", + "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==" + }, + "node_modules/@ungap/structured-clone": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", + "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", + "dev": true + }, + "node_modules/@vitejs/plugin-react": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.3.1.tgz", + "integrity": "sha512-m/V2syj5CuVnaxcUJOQRel/Wr31FFXRFlnOoq1TVtkCxsY5veGMTEmpWHndrhB2U8ScHtCQB1e+4hWYExQc6Lg==", + "dev": true, + "dependencies": { + "@babel/core": "^7.24.5", + "@babel/plugin-transform-react-jsx-self": "^7.24.5", + "@babel/plugin-transform-react-jsx-source": "^7.24.1", + "@types/babel__core": "^7.20.5", + "react-refresh": "^0.14.2" + }, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "peerDependencies": { + "vite": "^4.2.0 || ^5.0.0" + } + }, + "node_modules/@vitejs/plugin-react-refresh": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react-refresh/-/plugin-react-refresh-1.3.6.tgz", + "integrity": "sha512-iNR/UqhUOmFFxiezt0em9CgmiJBdWR+5jGxB2FihaoJfqGt76kiwaKoVOJVU5NYcDWMdN06LbyN2VIGIoYdsEA==", + "deprecated": "This package has been deprecated in favor of @vitejs/plugin-react", + "dependencies": { + "@babel/core": "^7.14.8", + "@babel/plugin-transform-react-jsx-self": "^7.14.5", + "@babel/plugin-transform-react-jsx-source": "^7.14.5", + "@rollup/pluginutils": "^4.1.1", + "react-refresh": "^0.10.0" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/@vitejs/plugin-react-refresh/node_modules/@rollup/pluginutils": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz", + "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==", + "dependencies": { + "estree-walker": "^2.0.1", + "picomatch": "^2.2.2" + }, + "engines": { + "node": ">= 8.0.0" + } + }, + "node_modules/@vitejs/plugin-react-refresh/node_modules/react-refresh": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.10.0.tgz", + "integrity": "sha512-PgidR3wST3dDYKr6b4pJoqQFpPGNKDSCDx4cZoshjXipw3LzO7mG1My2pwEzz2JVkF+inx3xRpDeQLFQGH/hsQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/acorn": { + "version": "8.12.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", + "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "dev": true, + "peerDependencies": { + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/any-promise": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", + "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==", + "dev": true + }, + "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/arg": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", + "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", + "dev": true + }, + "node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "node_modules/array-buffer-byte-length": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz", + "integrity": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==", + "dependencies": { + "call-bind": "^1.0.5", + "is-array-buffer": "^3.0.4" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array-includes": { + "version": "3.1.8", + "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.8.tgz", + "integrity": "sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", + "es-object-atoms": "^1.0.0", + "get-intrinsic": "^1.2.4", + "is-string": "^1.0.7" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array.prototype.findlast": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz", + "integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", + "es-shim-unscopables": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array.prototype.flat": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz", + "integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "es-shim-unscopables": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array.prototype.flatmap": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz", + "integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "es-shim-unscopables": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array.prototype.tosorted": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz", + "integrity": "sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.3", + "es-errors": "^1.3.0", + "es-shim-unscopables": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/arraybuffer.prototype.slice": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz", + "integrity": "sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==", + "dependencies": { + "array-buffer-byte-length": "^1.0.1", + "call-bind": "^1.0.5", + "define-properties": "^1.2.1", + "es-abstract": "^1.22.3", + "es-errors": "^1.2.1", + "get-intrinsic": "^1.2.3", + "is-array-buffer": "^3.0.4", + "is-shared-array-buffer": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/async": { + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", + "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==" + }, + "node_modules/at-least-node": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", + "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/autoprefixer": { + "version": "10.4.19", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.19.tgz", + "integrity": "sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/autoprefixer" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "browserslist": "^4.23.0", + "caniuse-lite": "^1.0.30001599", + "fraction.js": "^4.3.7", + "normalize-range": "^0.1.2", + "picocolors": "^1.0.0", + "postcss-value-parser": "^4.2.0" + }, + "bin": { + "autoprefixer": "bin/autoprefixer" + }, + "engines": { + "node": "^10 || ^12 || >=14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/available-typed-arrays": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", + "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", + "dependencies": { + "possible-typed-array-names": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/babel-plugin-polyfill-corejs2": { + "version": "0.4.11", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz", + "integrity": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==", + "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-corejs3": { + "version": "0.10.4", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz", + "integrity": "sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==", + "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.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz", + "integrity": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==", + "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==" + }, + "node_modules/binary-extensions": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", + "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "dependencies": { + "fill-range": "^7.1.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/browserslist": { + "version": "4.23.2", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.2.tgz", + "integrity": "sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==", + "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.30001640", + "electron-to-chromium": "^1.4.820", + "node-releases": "^2.0.14", + "update-browserslist-db": "^1.1.0" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, + "node_modules/buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" + }, + "node_modules/builtin-modules": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz", + "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==", + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/call-bind": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", + "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", + "dependencies": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "set-function-length": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/camelcase-css": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", + "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001643", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001643.tgz", + "integrity": "sha512-ERgWGNleEilSrHM6iUz/zJNSQTP8Mr21wDWpdgvRwcTXGAq6jMtOUPP4dqFPTdKqZ2wKTdtB+uucZ3MRpAUSmg==", + "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.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.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/chokidar/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/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" + }, + "node_modules/commander": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/common-tags": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz", + "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==", + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" + }, + "node_modules/confbox": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.7.tgz", + "integrity": "sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==" + }, + "node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" + }, + "node_modules/core-js-compat": { + "version": "3.37.1", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.37.1.tgz", + "integrity": "sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==", + "dependencies": { + "browserslist": "^4.23.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, + "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/crypto-random-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", + "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", + "engines": { + "node": ">=8" + } + }, + "node_modules/cssesc": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "dev": true, + "bin": { + "cssesc": "bin/cssesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/csstype": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", + "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", + "dev": true + }, + "node_modules/data-view-buffer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.1.tgz", + "integrity": "sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==", + "dependencies": { + "call-bind": "^1.0.6", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/data-view-byte-length": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz", + "integrity": "sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==", + "dependencies": { + "call-bind": "^1.0.7", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/data-view-byte-offset": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz", + "integrity": "sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==", + "dependencies": { + "call-bind": "^1.0.6", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/debug": { + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz", + "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/deep-is": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", + "dev": true + }, + "node_modules/deepmerge": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", + "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/define-data-property": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", + "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", + "dependencies": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "gopd": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/define-properties": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", + "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", + "dependencies": { + "define-data-property": "^1.0.1", + "has-property-descriptors": "^1.0.0", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/dequal": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", + "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", + "engines": { + "node": ">=6" + } + }, + "node_modules/didyoumean": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", + "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==", + "dev": true + }, + "node_modules/dlv": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", + "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", + "dev": true + }, + "node_modules/doctrine": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "dev": true, + "dependencies": { + "esutils": "^2.0.2" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "dev": true + }, + "node_modules/ejs": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz", + "integrity": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==", + "dependencies": { + "jake": "^10.8.5" + }, + "bin": { + "ejs": "bin/cli.js" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/electron-to-chromium": { + "version": "1.4.832", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.832.tgz", + "integrity": "sha512-cTen3SB0H2SGU7x467NRe1eVcQgcuS6jckKfWJHia2eo0cHIGOqHoAxevIYZD4eRHcWjkvFzo93bi3vJ9W+1lA==" + }, + "node_modules/emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "dev": true + }, + "node_modules/es-abstract": { + "version": "1.23.3", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.3.tgz", + "integrity": "sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==", + "dependencies": { + "array-buffer-byte-length": "^1.0.1", + "arraybuffer.prototype.slice": "^1.0.3", + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.7", + "data-view-buffer": "^1.0.1", + "data-view-byte-length": "^1.0.1", + "data-view-byte-offset": "^1.0.0", + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", + "es-set-tostringtag": "^2.0.3", + "es-to-primitive": "^1.2.1", + "function.prototype.name": "^1.1.6", + "get-intrinsic": "^1.2.4", + "get-symbol-description": "^1.0.2", + "globalthis": "^1.0.3", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.2", + "has-proto": "^1.0.3", + "has-symbols": "^1.0.3", + "hasown": "^2.0.2", + "internal-slot": "^1.0.7", + "is-array-buffer": "^3.0.4", + "is-callable": "^1.2.7", + "is-data-view": "^1.0.1", + "is-negative-zero": "^2.0.3", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.3", + "is-string": "^1.0.7", + "is-typed-array": "^1.1.13", + "is-weakref": "^1.0.2", + "object-inspect": "^1.13.1", + "object-keys": "^1.1.1", + "object.assign": "^4.1.5", + "regexp.prototype.flags": "^1.5.2", + "safe-array-concat": "^1.1.2", + "safe-regex-test": "^1.0.3", + "string.prototype.trim": "^1.2.9", + "string.prototype.trimend": "^1.0.8", + "string.prototype.trimstart": "^1.0.8", + "typed-array-buffer": "^1.0.2", + "typed-array-byte-length": "^1.0.1", + "typed-array-byte-offset": "^1.0.2", + "typed-array-length": "^1.0.6", + "unbox-primitive": "^1.0.2", + "which-typed-array": "^1.1.15" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/es-define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", + "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", + "dependencies": { + "get-intrinsic": "^1.2.4" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-iterator-helpers": { + "version": "1.0.19", + "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.19.tgz", + "integrity": "sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.3", + "es-errors": "^1.3.0", + "es-set-tostringtag": "^2.0.3", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "globalthis": "^1.0.3", + "has-property-descriptors": "^1.0.2", + "has-proto": "^1.0.3", + "has-symbols": "^1.0.3", + "internal-slot": "^1.0.7", + "iterator.prototype": "^1.1.2", + "safe-array-concat": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-object-atoms": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz", + "integrity": "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==", + "dependencies": { + "es-errors": "^1.3.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-set-tostringtag": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz", + "integrity": "sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==", + "dependencies": { + "get-intrinsic": "^1.2.4", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-shim-unscopables": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz", + "integrity": "sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==", + "dev": true, + "dependencies": { + "hasown": "^2.0.0" + } + }, + "node_modules/es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "dependencies": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/esbuild": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz", + "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==", + "hasInstallScript": true, + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=12" + }, + "optionalDependencies": { + "@esbuild/aix-ppc64": "0.21.5", + "@esbuild/android-arm": "0.21.5", + "@esbuild/android-arm64": "0.21.5", + "@esbuild/android-x64": "0.21.5", + "@esbuild/darwin-arm64": "0.21.5", + "@esbuild/darwin-x64": "0.21.5", + "@esbuild/freebsd-arm64": "0.21.5", + "@esbuild/freebsd-x64": "0.21.5", + "@esbuild/linux-arm": "0.21.5", + "@esbuild/linux-arm64": "0.21.5", + "@esbuild/linux-ia32": "0.21.5", + "@esbuild/linux-loong64": "0.21.5", + "@esbuild/linux-mips64el": "0.21.5", + "@esbuild/linux-ppc64": "0.21.5", + "@esbuild/linux-riscv64": "0.21.5", + "@esbuild/linux-s390x": "0.21.5", + "@esbuild/linux-x64": "0.21.5", + "@esbuild/netbsd-x64": "0.21.5", + "@esbuild/openbsd-x64": "0.21.5", + "@esbuild/sunos-x64": "0.21.5", + "@esbuild/win32-arm64": "0.21.5", + "@esbuild/win32-ia32": "0.21.5", + "@esbuild/win32-x64": "0.21.5" + } + }, + "node_modules/escalade": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", + "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/eslint": { + "version": "8.57.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz", + "integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==", + "dev": true, + "dependencies": { + "@eslint-community/eslint-utils": "^4.2.0", + "@eslint-community/regexpp": "^4.6.1", + "@eslint/eslintrc": "^2.1.4", + "@eslint/js": "8.57.0", + "@humanwhocodes/config-array": "^0.11.14", + "@humanwhocodes/module-importer": "^1.0.1", + "@nodelib/fs.walk": "^1.2.8", + "@ungap/structured-clone": "^1.2.0", + "ajv": "^6.12.4", + "chalk": "^4.0.0", + "cross-spawn": "^7.0.2", + "debug": "^4.3.2", + "doctrine": "^3.0.0", + "escape-string-regexp": "^4.0.0", + "eslint-scope": "^7.2.2", + "eslint-visitor-keys": "^3.4.3", + "espree": "^9.6.1", + "esquery": "^1.4.2", + "esutils": "^2.0.2", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^6.0.1", + "find-up": "^5.0.0", + "glob-parent": "^6.0.2", + "globals": "^13.19.0", + "graphemer": "^1.4.0", + "ignore": "^5.2.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "is-path-inside": "^3.0.3", + "js-yaml": "^4.1.0", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.4.1", + "lodash.merge": "^4.6.2", + "minimatch": "^3.1.2", + "natural-compare": "^1.4.0", + "optionator": "^0.9.3", + "strip-ansi": "^6.0.1", + "text-table": "^0.2.0" + }, + "bin": { + "eslint": "bin/eslint.js" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint-plugin-react": { + "version": "7.35.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.35.0.tgz", + "integrity": "sha512-v501SSMOWv8gerHkk+IIQBkcGRGrO2nfybfj5pLxuJNFTPxxA3PSryhXTK+9pNbtkggheDdsC0E9Q8CuPk6JKA==", + "dev": true, + "dependencies": { + "array-includes": "^3.1.8", + "array.prototype.findlast": "^1.2.5", + "array.prototype.flatmap": "^1.3.2", + "array.prototype.tosorted": "^1.1.4", + "doctrine": "^2.1.0", + "es-iterator-helpers": "^1.0.19", + "estraverse": "^5.3.0", + "hasown": "^2.0.2", + "jsx-ast-utils": "^2.4.1 || ^3.0.0", + "minimatch": "^3.1.2", + "object.entries": "^1.1.8", + "object.fromentries": "^2.0.8", + "object.values": "^1.2.0", + "prop-types": "^15.8.1", + "resolve": "^2.0.0-next.5", + "semver": "^6.3.1", + "string.prototype.matchall": "^4.0.11", + "string.prototype.repeat": "^1.0.0" + }, + "engines": { + "node": ">=4" + }, + "peerDependencies": { + "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7" + } + }, + "node_modules/eslint-plugin-react-hooks": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz", + "integrity": "sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==", + "dev": true, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0" + } + }, + "node_modules/eslint-plugin-react-refresh": { + "version": "0.4.9", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.9.tgz", + "integrity": "sha512-QK49YrBAo5CLNLseZ7sZgvgTy21E6NEw22eZqc4teZfH8pxV3yXc9XXOYfUI6JNpw7mfHNkAeWtBxrTyykB6HA==", + "dev": true, + "peerDependencies": { + "eslint": ">=7" + } + }, + "node_modules/eslint-plugin-react/node_modules/doctrine": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", + "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", + "dev": true, + "dependencies": { + "esutils": "^2.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/eslint-scope": { + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", + "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", + "dev": true, + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint-visitor-keys": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", + "dev": true, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/eslint/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/eslint/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/eslint/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/eslint/node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint/node_modules/globals": { + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", + "dev": true, + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/eslint/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/espree": { + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", + "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", + "dev": true, + "dependencies": { + "acorn": "^8.9.0", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^3.4.1" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/esprima-extract-comments": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/esprima-extract-comments/-/esprima-extract-comments-1.1.0.tgz", + "integrity": "sha512-sBQUnvJwpeE9QnPrxh7dpI/dp67erYG4WXEAreAMoelPRpMR7NWb4YtwRPn9b+H1uLQKl/qS8WYmyaljTpjIsw==", + "dependencies": { + "esprima": "^4.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/esquery": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz", + "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==", + "dev": true, + "dependencies": { + "estraverse": "^5.1.0" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dev": true, + "dependencies": { + "estraverse": "^5.2.0" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true, + "engines": { + "node": ">=4.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.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/extract-comments": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/extract-comments/-/extract-comments-1.1.0.tgz", + "integrity": "sha512-dzbZV2AdSSVW/4E7Ti5hZdHWbA+Z80RJsJhr5uiL10oyjl/gy7/o+HI1HwK4/WSZhlq4SNKU3oUzXlM13Qx02Q==", + "dependencies": { + "esprima-extract-comments": "^1.1.0", + "parse-code-context": "^1.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + }, + "node_modules/fast-glob": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "engines": { + "node": ">=8.6.0" + } + }, + "node_modules/fast-glob/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==", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" + }, + "node_modules/fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", + "dev": true + }, + "node_modules/fast-uri": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz", + "integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==" + }, + "node_modules/fastq": { + "version": "1.17.1", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", + "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/file-entry-cache": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", + "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", + "dev": true, + "dependencies": { + "flat-cache": "^3.0.4" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/filelist": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", + "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==", + "dependencies": { + "minimatch": "^5.0.1" + } + }, + "node_modules/filelist/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==", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/filelist/node_modules/minimatch": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/fill-range": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "dev": true, + "dependencies": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/flat-cache": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", + "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==", + "dev": true, + "dependencies": { + "flatted": "^3.2.9", + "keyv": "^4.5.3", + "rimraf": "^3.0.2" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/flatted": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz", + "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==", + "dev": true + }, + "node_modules/for-each": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", + "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", + "dependencies": { + "is-callable": "^1.1.3" + } + }, + "node_modules/foreground-child": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.2.1.tgz", + "integrity": "sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==", + "dev": true, + "dependencies": { + "cross-spawn": "^7.0.0", + "signal-exit": "^4.0.1" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/fraction.js": { + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", + "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", + "dev": true, + "engines": { + "node": "*" + }, + "funding": { + "type": "patreon", + "url": "https://github.com/sponsors/rawify" + } + }, + "node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" + }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "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.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/function.prototype.name": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz", + "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "functions-have-names": "^1.2.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/functions-have-names": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", + "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/get-intrinsic": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", + "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "has-proto": "^1.0.1", + "has-symbols": "^1.0.3", + "hasown": "^2.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-own-enumerable-property-symbols": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz", + "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==" + }, + "node_modules/get-symbol-description": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.2.tgz", + "integrity": "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==", + "dependencies": { + "call-bind": "^1.0.5", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.4" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "deprecated": "Glob versions prior to v9 are no longer supported", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.3" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "engines": { + "node": ">=4" + } + }, + "node_modules/globalthis": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz", + "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==", + "dependencies": { + "define-properties": "^1.2.1", + "gopd": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/gopd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "dependencies": { + "get-intrinsic": "^1.1.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" + }, + "node_modules/graphemer": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", + "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", + "dev": true + }, + "node_modules/has-bigints": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", + "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "engines": { + "node": ">=4" + } + }, + "node_modules/has-property-descriptors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", + "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", + "dependencies": { + "es-define-property": "^1.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-proto": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", + "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-tostringtag": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", + "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", + "dependencies": { + "has-symbols": "^1.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/idb": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz", + "integrity": "sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==" + }, + "node_modules/ignore": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz", + "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dev": true, + "dependencies": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "dev": true, + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "node_modules/internal-slot": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz", + "integrity": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==", + "dependencies": { + "es-errors": "^1.3.0", + "hasown": "^2.0.0", + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/is-array-buffer": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz", + "integrity": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==", + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-async-function": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz", + "integrity": "sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==", + "dev": true, + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-bigint": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", + "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", + "dependencies": { + "has-bigints": "^1.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "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-boolean-object": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", + "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", + "dependencies": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-builtin-module": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-3.2.1.tgz", + "integrity": "sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==", + "dependencies": { + "builtin-modules": "^3.3.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-callable": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", + "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-core-module": { + "version": "2.15.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.0.tgz", + "integrity": "sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==", + "dependencies": { + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-data-view": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.1.tgz", + "integrity": "sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==", + "dependencies": { + "is-typed-array": "^1.1.13" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-date-object": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", + "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "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==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-finalizationregistry": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz", + "integrity": "sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-generator-function": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz", + "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==", + "dev": true, + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "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==", + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-map": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz", + "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-module": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz", + "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==" + }, + "node_modules/is-negative-zero": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz", + "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "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==", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-number-object": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", + "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", + "integrity": "sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-path-inside": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-regex": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", + "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", + "dependencies": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-regexp": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz", + "integrity": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-set": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz", + "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-shared-array-buffer": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz", + "integrity": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==", + "dependencies": { + "call-bind": "^1.0.7" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-string": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", + "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-symbol": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", + "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", + "dependencies": { + "has-symbols": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-typed-array": { + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz", + "integrity": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==", + "dependencies": { + "which-typed-array": "^1.1.14" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-weakmap": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz", + "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-weakref": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", + "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", + "dependencies": { + "call-bind": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-weakset": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.3.tgz", + "integrity": "sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "get-intrinsic": "^1.2.4" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/isarray": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" + }, + "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/iterator.prototype": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz", + "integrity": "sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==", + "dev": true, + "dependencies": { + "define-properties": "^1.2.1", + "get-intrinsic": "^1.2.1", + "has-symbols": "^1.0.3", + "reflect.getprototypeof": "^1.0.4", + "set-function-name": "^2.0.1" + } + }, + "node_modules/jackspeak": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", + "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", + "dev": true, + "dependencies": { + "@isaacs/cliui": "^8.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + }, + "optionalDependencies": { + "@pkgjs/parseargs": "^0.11.0" + } + }, + "node_modules/jake": { + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/jake/-/jake-10.9.2.tgz", + "integrity": "sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA==", + "dependencies": { + "async": "^3.2.3", + "chalk": "^4.0.2", + "filelist": "^1.0.4", + "minimatch": "^3.1.2" + }, + "bin": { + "jake": "bin/cli.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/jake/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jake/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jake/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jake/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/jake/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/jake/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jiti": { + "version": "1.21.6", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz", + "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==", + "dev": true, + "bin": { + "jiti": "bin/jiti.js" + } + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + }, + "node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/json-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "dev": true + }, + "node_modules/json-schema": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", + "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==" + }, + "node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true + }, + "node_modules/json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", + "dev": true + }, + "node_modules/json5": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/jsonpointer": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz", + "integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/jsx-ast-utils": { + "version": "3.3.5", + "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz", + "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==", + "dev": true, + "dependencies": { + "array-includes": "^3.1.6", + "array.prototype.flat": "^1.3.1", + "object.assign": "^4.1.4", + "object.values": "^1.1.6" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/keyv": { + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", + "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", + "dev": true, + "dependencies": { + "json-buffer": "3.0.1" + } + }, + "node_modules/leven": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", + "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", + "engines": { + "node": ">=6" + } + }, + "node_modules/levn": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "dev": true, + "dependencies": { + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/lilconfig": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", + "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "dev": true + }, + "node_modules/local-pkg": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.5.0.tgz", + "integrity": "sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==", + "dependencies": { + "mlly": "^1.4.2", + "pkg-types": "^1.0.3" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/antfu" + } + }, + "node_modules/locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dev": true, + "dependencies": { + "p-locate": "^5.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, + "node_modules/lodash.debounce": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", + "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==" + }, + "node_modules/lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "dev": true + }, + "node_modules/lodash.sortby": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", + "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==" + }, + "node_modules/loose-envify": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", + "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "dependencies": { + "js-tokens": "^3.0.0 || ^4.0.0" + }, + "bin": { + "loose-envify": "cli.js" + } + }, + "node_modules/lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dependencies": { + "yallist": "^3.0.2" + } + }, + "node_modules/magic-string": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz", + "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==", + "dependencies": { + "sourcemap-codec": "^1.4.8" + } + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "engines": { + "node": ">= 8" + } + }, + "node_modules/micromatch": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", + "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", + "dependencies": { + "braces": "^3.0.3", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minipass": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", + "dev": true, + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/mlly": { + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.7.1.tgz", + "integrity": "sha512-rrVRZRELyQzrIUAVMHxP97kv+G786pHmOKzuFII8zDYahFBS7qnHh2AlYSl1GAHhaMPCz6/oHjVMcfFYgFYHgA==", + "dependencies": { + "acorn": "^8.11.3", + "pathe": "^1.1.2", + "pkg-types": "^1.1.1", + "ufo": "^1.5.3" + } + }, + "node_modules/monaco-editor": { + "version": "0.50.0", + "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.50.0.tgz", + "integrity": "sha512-8CclLCmrRRh+sul7C08BmPBP3P8wVWfBHomsTcndxg5NRCEPfu/mc2AGU8k37ajjDVXcXFc12ORAMUkmk+lkFA==", + "peer": true + }, + "node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/mz": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", + "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", + "dev": true, + "dependencies": { + "any-promise": "^1.0.0", + "object-assign": "^4.0.1", + "thenify-all": "^1.0.0" + } + }, + "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/natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", + "dev": true + }, + "node_modules/node-releases": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz", + "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==" + }, + "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/normalize-range": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", + "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-hash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", + "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/object-inspect": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz", + "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object.assign": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz", + "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==", + "dependencies": { + "call-bind": "^1.0.5", + "define-properties": "^1.2.1", + "has-symbols": "^1.0.3", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object.entries": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.8.tgz", + "integrity": "sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object.fromentries": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz", + "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object.values": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.0.tgz", + "integrity": "sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/optionator": { + "version": "0.9.4", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz", + "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==", + "dev": true, + "dependencies": { + "deep-is": "^0.1.3", + "fast-levenshtein": "^2.0.6", + "levn": "^0.4.1", + "prelude-ls": "^1.2.1", + "type-check": "^0.4.0", + "word-wrap": "^1.2.5" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "dependencies": { + "yocto-queue": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "dev": true, + "dependencies": { + "p-limit": "^3.0.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/package-json-from-dist": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz", + "integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==", + "dev": true + }, + "node_modules/parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/parse-code-context": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/parse-code-context/-/parse-code-context-1.0.0.tgz", + "integrity": "sha512-OZQaqKaQnR21iqhlnPfVisFjBWjhnMl5J9MgbP8xC+EwoVqbXrq78lp+9Zb3ahmLzrIX5Us/qbvBnaS3hkH6OA==", + "engines": { + "node": ">=6" + } + }, + "node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "engines": { + "node": ">=0.10.0" + } + }, + "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.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" + }, + "node_modules/path-scurry": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", + "dev": true, + "dependencies": { + "lru-cache": "^10.2.0", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" + }, + "engines": { + "node": ">=16 || 14 >=14.18" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/path-scurry/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true + }, + "node_modules/pathe": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz", + "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==" + }, + "node_modules/picocolors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/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==", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pirates": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", + "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/pkg-types": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.1.3.tgz", + "integrity": "sha512-+JrgthZG6m3ckicaOB74TwQ+tBWsFl3qVQg7mN8ulwSOElJ7gBhKzj2VkCPnZ4NlF6kEquYU+RIYNVAvzd54UA==", + "dependencies": { + "confbox": "^0.1.7", + "mlly": "^1.7.1", + "pathe": "^1.1.2" + } + }, + "node_modules/possible-typed-array-names": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz", + "integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/postcss": { + "version": "8.4.39", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz", + "integrity": "sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==", + "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.1", + "source-map-js": "^1.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/postcss-import": { + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", + "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", + "dev": true, + "dependencies": { + "postcss-value-parser": "^4.0.0", + "read-cache": "^1.0.0", + "resolve": "^1.1.7" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "postcss": "^8.0.0" + } + }, + "node_modules/postcss-import/node_modules/resolve": { + "version": "1.22.8", + "resolved": "https://registry.npmjs.org/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/postcss-js": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz", + "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==", + "dev": true, + "dependencies": { + "camelcase-css": "^2.0.1" + }, + "engines": { + "node": "^12 || ^14 || >= 16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + "peerDependencies": { + "postcss": "^8.4.21" + } + }, + "node_modules/postcss-load-config": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz", + "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "lilconfig": "^3.0.0", + "yaml": "^2.3.4" + }, + "engines": { + "node": ">= 14" + }, + "peerDependencies": { + "postcss": ">=8.0.9", + "ts-node": ">=9.0.0" + }, + "peerDependenciesMeta": { + "postcss": { + "optional": true + }, + "ts-node": { + "optional": true + } + } + }, + "node_modules/postcss-load-config/node_modules/lilconfig": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz", + "integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==", + "dev": true, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/antonk52" + } + }, + "node_modules/postcss-nested": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz", + "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "postcss-selector-parser": "^6.1.1" + }, + "engines": { + "node": ">=12.0" + }, + "peerDependencies": { + "postcss": "^8.2.14" + } + }, + "node_modules/postcss-selector-parser": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.1.tgz", + "integrity": "sha512-b4dlw/9V8A71rLIDsSwVmak9z2DuBUB7CA1/wSdelNEzqsjoSPeADTWNO09lpH49Diy3/JIZ2bSPB1dI3LJCHg==", + "dev": true, + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/postcss-value-parser": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", + "dev": true + }, + "node_modules/prelude-ls": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", + "dev": true, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/pretty-bytes": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-6.1.1.tgz", + "integrity": "sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==", + "engines": { + "node": "^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/prop-types": { + "version": "15.8.1", + "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", + "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", + "dev": true, + "dependencies": { + "loose-envify": "^1.4.0", + "object-assign": "^4.1.1", + "react-is": "^16.13.1" + } + }, + "node_modules/punycode": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "engines": { + "node": ">=6" + } + }, + "node_modules/queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/randombytes": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", + "dependencies": { + "safe-buffer": "^5.1.0" + } + }, + "node_modules/react": { + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", + "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", + "dependencies": { + "loose-envify": "^1.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/react-dom": { + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", + "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", + "dependencies": { + "loose-envify": "^1.1.0", + "scheduler": "^0.23.2" + }, + "peerDependencies": { + "react": "^18.3.1" + } + }, + "node_modules/react-is": { + "version": "16.13.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", + "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", + "dev": true + }, + "node_modules/react-refresh": { + "version": "0.14.2", + "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.2.tgz", + "integrity": "sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/read-cache": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", + "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", + "dev": true, + "dependencies": { + "pify": "^2.3.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/reflect.getprototypeof": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.6.tgz", + "integrity": "sha512-fmfw4XgoDke3kdI6h4xcUz1dG8uaiv5q9gcEwLS4Pnth2kxT+GZ7YehS1JTMGBQmtV7Y4GFGbs2re2NqhdozUg==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.1", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.4", + "globalthis": "^1.0.3", + "which-builtin-type": "^1.1.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/regenerate": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", + "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==" + }, + "node_modules/regenerate-unicode-properties": { + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz", + "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==", + "dependencies": { + "regenerate": "^1.4.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/regenerator-runtime": { + "version": "0.14.1", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", + "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==" + }, + "node_modules/regenerator-transform": { + "version": "0.15.2", + "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz", + "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", + "dependencies": { + "@babel/runtime": "^7.8.4" + } + }, + "node_modules/regexp.prototype.flags": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz", + "integrity": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==", + "dependencies": { + "call-bind": "^1.0.6", + "define-properties": "^1.2.1", + "es-errors": "^1.3.0", + "set-function-name": "^2.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/regexpu-core": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", + "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", + "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.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", + "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", + "dependencies": { + "jsesc": "~0.5.0" + }, + "bin": { + "regjsparser": "bin/parser" + } + }, + "node_modules/regjsparser/node_modules/jsesc": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", + "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", + "bin": { + "jsesc": "bin/jsesc" + } + }, + "node_modules/require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/resolve": { + "version": "2.0.0-next.5", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz", + "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==", + "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/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "deprecated": "Rimraf versions prior to v4 are no longer supported", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/rollup": { + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.19.0.tgz", + "integrity": "sha512-5r7EYSQIowHsK4eTZ0Y81qpZuJz+MUuYeqmmYmRMl1nwhdmbiYqt5jwzf6u7wyOzJgYqtCRMtVRKOtHANBz7rA==", + "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.19.0", + "@rollup/rollup-android-arm64": "4.19.0", + "@rollup/rollup-darwin-arm64": "4.19.0", + "@rollup/rollup-darwin-x64": "4.19.0", + "@rollup/rollup-linux-arm-gnueabihf": "4.19.0", + "@rollup/rollup-linux-arm-musleabihf": "4.19.0", + "@rollup/rollup-linux-arm64-gnu": "4.19.0", + "@rollup/rollup-linux-arm64-musl": "4.19.0", + "@rollup/rollup-linux-powerpc64le-gnu": "4.19.0", + "@rollup/rollup-linux-riscv64-gnu": "4.19.0", + "@rollup/rollup-linux-s390x-gnu": "4.19.0", + "@rollup/rollup-linux-x64-gnu": "4.19.0", + "@rollup/rollup-linux-x64-musl": "4.19.0", + "@rollup/rollup-win32-arm64-msvc": "4.19.0", + "@rollup/rollup-win32-ia32-msvc": "4.19.0", + "@rollup/rollup-win32-x64-msvc": "4.19.0", + "fsevents": "~2.3.2" + } + }, + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "queue-microtask": "^1.2.2" + } + }, + "node_modules/safe-array-concat": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.2.tgz", + "integrity": "sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==", + "dependencies": { + "call-bind": "^1.0.7", + "get-intrinsic": "^1.2.4", + "has-symbols": "^1.0.3", + "isarray": "^2.0.5" + }, + "engines": { + "node": ">=0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/safe-regex-test": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.3.tgz", + "integrity": "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==", + "dependencies": { + "call-bind": "^1.0.6", + "es-errors": "^1.3.0", + "is-regex": "^1.1.4" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/scheduler": { + "version": "0.23.2", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", + "integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==", + "dependencies": { + "loose-envify": "^1.1.0" + } + }, + "node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/serialize-javascript": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", + "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", + "dependencies": { + "randombytes": "^2.1.0" + } + }, + "node_modules/set-function-length": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", + "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", + "dependencies": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/set-function-name": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz", + "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==", + "dependencies": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "functions-have-names": "^1.2.3", + "has-property-descriptors": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "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/side-channel": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", + "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", + "dependencies": { + "call-bind": "^1.0.7", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.4", + "object-inspect": "^1.13.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "dev": true, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/smob": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/smob/-/smob-1.5.0.tgz", + "integrity": "sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig==" + }, + "node_modules/source-map": { + "version": "0.8.0-beta.0", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz", + "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==", + "dependencies": { + "whatwg-url": "^7.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/source-map-js": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz", + "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-support": { + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/source-map-support/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/sourcemap-codec": { + "version": "1.4.8", + "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", + "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==", + "deprecated": "Please use @jridgewell/sourcemap-codec instead" + }, + "node_modules/string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "dev": true, + "dependencies": { + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/string-width-cjs": { + "name": "string-width", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width-cjs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/string-width/node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/string-width/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/string.prototype.matchall": { + "version": "4.0.11", + "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.11.tgz", + "integrity": "sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==", + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", + "get-intrinsic": "^1.2.4", + "gopd": "^1.0.1", + "has-symbols": "^1.0.3", + "internal-slot": "^1.0.7", + "regexp.prototype.flags": "^1.5.2", + "set-function-name": "^2.0.2", + "side-channel": "^1.0.6" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/string.prototype.repeat": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz", + "integrity": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==", + "dev": true, + "dependencies": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.5" + } + }, + "node_modules/string.prototype.trim": { + "version": "1.2.9", + "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz", + "integrity": "sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==", + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.0", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/string.prototype.trimend": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz", + "integrity": "sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==", + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/string.prototype.trimstart": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz", + "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==", + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/stringify-object": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz", + "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==", + "dependencies": { + "get-own-enumerable-property-symbols": "^3.0.0", + "is-obj": "^1.0.1", + "is-regexp": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi-cjs": { + "name": "strip-ansi", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-2.0.1.tgz", + "integrity": "sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==", + "engines": { + "node": ">=10" + } + }, + "node_modules/strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/sucrase": { + "version": "3.35.0", + "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz", + "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==", + "dev": true, + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.2", + "commander": "^4.0.0", + "glob": "^10.3.10", + "lines-and-columns": "^1.1.6", + "mz": "^2.7.0", + "pirates": "^4.0.1", + "ts-interface-checker": "^0.1.9" + }, + "bin": { + "sucrase": "bin/sucrase", + "sucrase-node": "bin/sucrase-node" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/sucrase/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/sucrase/node_modules/glob": { + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", + "dev": true, + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/sucrase/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/tailwindcss": { + "version": "3.4.6", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.6.tgz", + "integrity": "sha512-1uRHzPB+Vzu57ocybfZ4jh5Q3SdlH7XW23J5sQoM9LhE9eIOlzxer/3XPSsycvih3rboRsvt0QCmzSrqyOYUIA==", + "dev": true, + "dependencies": { + "@alloc/quick-lru": "^5.2.0", + "arg": "^5.0.2", + "chokidar": "^3.5.3", + "didyoumean": "^1.2.2", + "dlv": "^1.1.3", + "fast-glob": "^3.3.0", + "glob-parent": "^6.0.2", + "is-glob": "^4.0.3", + "jiti": "^1.21.0", + "lilconfig": "^2.1.0", + "micromatch": "^4.0.5", + "normalize-path": "^3.0.0", + "object-hash": "^3.0.0", + "picocolors": "^1.0.0", + "postcss": "^8.4.23", + "postcss-import": "^15.1.0", + "postcss-js": "^4.0.1", + "postcss-load-config": "^4.0.1", + "postcss-nested": "^6.0.1", + "postcss-selector-parser": "^6.0.11", + "resolve": "^1.22.2", + "sucrase": "^3.32.0" + }, + "bin": { + "tailwind": "lib/cli.js", + "tailwindcss": "lib/cli.js" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/tailwindcss/node_modules/resolve": { + "version": "1.22.8", + "resolved": "https://registry.npmjs.org/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/temp-dir": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz", + "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==", + "engines": { + "node": ">=8" + } + }, + "node_modules/tempy": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tempy/-/tempy-0.6.0.tgz", + "integrity": "sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==", + "dependencies": { + "is-stream": "^2.0.0", + "temp-dir": "^2.0.0", + "type-fest": "^0.16.0", + "unique-string": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/tempy/node_modules/type-fest": { + "version": "0.16.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz", + "integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/terser": { + "version": "5.31.3", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.3.tgz", + "integrity": "sha512-pAfYn3NIZLyZpa83ZKigvj6Rn9c/vd5KfYGX7cN1mnzqgDcxWvrU5ZtAfIKhEXz9nRecw4z3LXkjaq96/qZqAA==", + "dependencies": { + "@jridgewell/source-map": "^0.3.3", + "acorn": "^8.8.2", + "commander": "^2.20.0", + "source-map-support": "~0.5.20" + }, + "bin": { + "terser": "bin/terser" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/terser/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + }, + "node_modules/text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", + "dev": true + }, + "node_modules/thenify": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", + "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", + "dev": true, + "dependencies": { + "any-promise": "^1.0.0" + } + }, + "node_modules/thenify-all": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", + "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", + "dev": true, + "dependencies": { + "thenify": ">= 3.1.0 < 4" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", + "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==", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/tr46": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz", + "integrity": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==", + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/ts-interface-checker": { + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", + "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==", + "dev": true + }, + "node_modules/type-check": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "dev": true, + "dependencies": { + "prelude-ls": "^1.2.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/typed-array-buffer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz", + "integrity": "sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==", + "dependencies": { + "call-bind": "^1.0.7", + "es-errors": "^1.3.0", + "is-typed-array": "^1.1.13" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/typed-array-byte-length": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz", + "integrity": "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==", + "dependencies": { + "call-bind": "^1.0.7", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-proto": "^1.0.3", + "is-typed-array": "^1.1.13" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/typed-array-byte-offset": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz", + "integrity": "sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==", + "dependencies": { + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.7", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-proto": "^1.0.3", + "is-typed-array": "^1.1.13" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/typed-array-length": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.6.tgz", + "integrity": "sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==", + "dependencies": { + "call-bind": "^1.0.7", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-proto": "^1.0.3", + "is-typed-array": "^1.1.13", + "possible-typed-array-names": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/ufo": { + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.5.4.tgz", + "integrity": "sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==" + }, + "node_modules/unbox-primitive": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", + "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", + "dependencies": { + "call-bind": "^1.0.2", + "has-bigints": "^1.0.2", + "has-symbols": "^1.0.3", + "which-boxed-primitive": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/unicode-canonical-property-names-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", + "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-match-property-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", + "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", + "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.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", + "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-property-aliases-ecmascript": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", + "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", + "engines": { + "node": ">=4" + } + }, + "node_modules/unique-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", + "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", + "dependencies": { + "crypto-random-string": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/universalify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", + "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/upath": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", + "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==", + "engines": { + "node": ">=4", + "yarn": "*" + } + }, + "node_modules/update-browserslist-db": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz", + "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==", + "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/uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dev": true, + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "dev": true + }, + "node_modules/vite": { + "version": "5.3.4", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.3.4.tgz", + "integrity": "sha512-Cw+7zL3ZG9/NZBB8C+8QbQZmR54GwqIz+WMI4b3JgdYJvX+ny9AjJXqkGQlDXSXRP9rP0B4tbciRMOVEKulVOA==", + "dependencies": { + "esbuild": "^0.21.3", + "postcss": "^8.4.39", + "rollup": "^4.13.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/vite-plugin-compression": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/vite-plugin-compression/-/vite-plugin-compression-0.5.1.tgz", + "integrity": "sha512-5QJKBDc+gNYVqL/skgFAP81Yuzo9R+EAf19d+EtsMF/i8kFUpNi3J/H01QD3Oo8zBQn+NzoCIFkpPLynoOzaJg==", + "dependencies": { + "chalk": "^4.1.2", + "debug": "^4.3.3", + "fs-extra": "^10.0.0" + }, + "peerDependencies": { + "vite": ">=2.0.0" + } + }, + "node_modules/vite-plugin-compression/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/vite-plugin-compression/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/vite-plugin-compression/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/vite-plugin-compression/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/vite-plugin-compression/node_modules/fs-extra": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/vite-plugin-compression/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/vite-plugin-compression/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/vite-plugin-monaco-editor": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/vite-plugin-monaco-editor/-/vite-plugin-monaco-editor-1.1.0.tgz", + "integrity": "sha512-IvtUqZotrRoVqwT0PBBDIZPNraya3BxN/bfcNfnxZ5rkJiGcNtO5eAOWWSgT7zullIAEqQwxMU83yL9J5k7gww==", + "peerDependencies": { + "monaco-editor": ">=0.33.0" + } + }, + "node_modules/vite-plugin-pages": { + "version": "0.32.3", + "resolved": "https://registry.npmjs.org/vite-plugin-pages/-/vite-plugin-pages-0.32.3.tgz", + "integrity": "sha512-1vmKwc9e+lRBLkpTAMUNSVV3BglyE+DRa0iivpe6q3pbOCGkAHHSUp8f6yceXC8+lu/kFgH60vm5vK6IHyvdVw==", + "dependencies": { + "@types/debug": "^4.1.12", + "debug": "^4.3.5", + "dequal": "^2.0.3", + "extract-comments": "^1.1.0", + "fast-glob": "^3.3.2", + "json5": "^2.2.3", + "local-pkg": "^0.5.0", + "picocolors": "^1.0.1", + "yaml": "^2.4.5" + }, + "peerDependencies": { + "@vue/compiler-sfc": "^2.7.0 || ^3.0.0", + "vite": "^2.0.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0" + }, + "peerDependenciesMeta": { + "@solidjs/router": { + "optional": true + }, + "@vue/compiler-sfc": { + "optional": true + }, + "react-router": { + "optional": true + }, + "vue-router": { + "optional": true + } + } + }, + "node_modules/vite-plugin-pwa": { + "version": "0.20.0", + "resolved": "https://registry.npmjs.org/vite-plugin-pwa/-/vite-plugin-pwa-0.20.0.tgz", + "integrity": "sha512-/kDZyqF8KqoXRpMUQtR5Atri/7BWayW8Gp7Kz/4bfstsV6zSFTxjREbXZYL7zSuRL40HGA+o2hvUAFRmC+bL7g==", + "dependencies": { + "debug": "^4.3.4", + "fast-glob": "^3.3.2", + "pretty-bytes": "^6.1.1", + "workbox-build": "^7.1.0", + "workbox-window": "^7.1.0" + }, + "engines": { + "node": ">=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/antfu" + }, + "peerDependencies": { + "@vite-pwa/assets-generator": "^0.2.4", + "vite": "^3.1.0 || ^4.0.0 || ^5.0.0", + "workbox-build": "^7.1.0", + "workbox-window": "^7.1.0" + }, + "peerDependenciesMeta": { + "@vite-pwa/assets-generator": { + "optional": true + } + } + }, + "node_modules/webidl-conversions": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz", + "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==" + }, + "node_modules/whatwg-url": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz", + "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==", + "dependencies": { + "lodash.sortby": "^4.7.0", + "tr46": "^1.0.1", + "webidl-conversions": "^4.0.2" + } + }, + "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/which-boxed-primitive": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", + "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", + "dependencies": { + "is-bigint": "^1.0.1", + "is-boolean-object": "^1.1.0", + "is-number-object": "^1.0.4", + "is-string": "^1.0.5", + "is-symbol": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/which-builtin-type": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.1.3.tgz", + "integrity": "sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==", + "dev": true, + "dependencies": { + "function.prototype.name": "^1.1.5", + "has-tostringtag": "^1.0.0", + "is-async-function": "^2.0.0", + "is-date-object": "^1.0.5", + "is-finalizationregistry": "^1.0.2", + "is-generator-function": "^1.0.10", + "is-regex": "^1.1.4", + "is-weakref": "^1.0.2", + "isarray": "^2.0.5", + "which-boxed-primitive": "^1.0.2", + "which-collection": "^1.0.1", + "which-typed-array": "^1.1.9" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/which-collection": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz", + "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==", + "dev": true, + "dependencies": { + "is-map": "^2.0.3", + "is-set": "^2.0.3", + "is-weakmap": "^2.0.2", + "is-weakset": "^2.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/which-typed-array": { + "version": "1.1.15", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz", + "integrity": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==", + "dependencies": { + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.7", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-tostringtag": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/word-wrap": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", + "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/workbox-background-sync": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-7.1.0.tgz", + "integrity": "sha512-rMbgrzueVWDFcEq1610YyDW71z0oAXLfdRHRQcKw4SGihkfOK0JUEvqWHFwA6rJ+6TClnMIn7KQI5PNN1XQXwQ==", + "dependencies": { + "idb": "^7.0.1", + "workbox-core": "7.1.0" + } + }, + "node_modules/workbox-broadcast-update": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-7.1.0.tgz", + "integrity": "sha512-O36hIfhjej/c5ar95pO67k1GQw0/bw5tKP7CERNgK+JdxBANQhDmIuOXZTNvwb2IHBx9hj2kxvcDyRIh5nzOgQ==", + "dependencies": { + "workbox-core": "7.1.0" + } + }, + "node_modules/workbox-build": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-7.1.1.tgz", + "integrity": "sha512-WdkVdC70VMpf5NBCtNbiwdSZeKVuhTEd5PV3mAwpTQCGAB5XbOny1P9egEgNdetv4srAMmMKjvBk4RD58LpooA==", + "dependencies": { + "@apideck/better-ajv-errors": "^0.3.1", + "@babel/core": "^7.24.4", + "@babel/preset-env": "^7.11.0", + "@babel/runtime": "^7.11.2", + "@rollup/plugin-babel": "^5.2.0", + "@rollup/plugin-node-resolve": "^15.2.3", + "@rollup/plugin-replace": "^2.4.1", + "@rollup/plugin-terser": "^0.4.3", + "@surma/rollup-plugin-off-main-thread": "^2.2.3", + "ajv": "^8.6.0", + "common-tags": "^1.8.0", + "fast-json-stable-stringify": "^2.1.0", + "fs-extra": "^9.0.1", + "glob": "^7.1.6", + "lodash": "^4.17.20", + "pretty-bytes": "^5.3.0", + "rollup": "^2.43.1", + "source-map": "^0.8.0-beta.0", + "stringify-object": "^3.3.0", + "strip-comments": "^2.0.1", + "tempy": "^0.6.0", + "upath": "^1.2.0", + "workbox-background-sync": "7.1.0", + "workbox-broadcast-update": "7.1.0", + "workbox-cacheable-response": "7.1.0", + "workbox-core": "7.1.0", + "workbox-expiration": "7.1.0", + "workbox-google-analytics": "7.1.0", + "workbox-navigation-preload": "7.1.0", + "workbox-precaching": "7.1.0", + "workbox-range-requests": "7.1.0", + "workbox-recipes": "7.1.0", + "workbox-routing": "7.1.0", + "workbox-strategies": "7.1.0", + "workbox-streams": "7.1.0", + "workbox-sw": "7.1.0", + "workbox-window": "7.1.0" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/workbox-build/node_modules/@apideck/better-ajv-errors": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.6.tgz", + "integrity": "sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==", + "dependencies": { + "json-schema": "^0.4.0", + "jsonpointer": "^5.0.0", + "leven": "^3.1.0" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "ajv": ">=8" + } + }, + "node_modules/workbox-build/node_modules/@rollup/plugin-babel": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz", + "integrity": "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==", + "dependencies": { + "@babel/helper-module-imports": "^7.10.4", + "@rollup/pluginutils": "^3.1.0" + }, + "engines": { + "node": ">= 10.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0", + "@types/babel__core": "^7.1.9", + "rollup": "^1.20.0||^2.0.0" + }, + "peerDependenciesMeta": { + "@types/babel__core": { + "optional": true + } + } + }, + "node_modules/workbox-build/node_modules/@rollup/plugin-replace": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz", + "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==", + "dependencies": { + "@rollup/pluginutils": "^3.1.0", + "magic-string": "^0.25.7" + }, + "peerDependencies": { + "rollup": "^1.20.0 || ^2.0.0" + } + }, + "node_modules/workbox-build/node_modules/@rollup/pluginutils": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz", + "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==", + "dependencies": { + "@types/estree": "0.0.39", + "estree-walker": "^1.0.1", + "picomatch": "^2.2.2" + }, + "engines": { + "node": ">= 8.0.0" + }, + "peerDependencies": { + "rollup": "^1.20.0||^2.0.0" + } + }, + "node_modules/workbox-build/node_modules/@types/estree": { + "version": "0.0.39", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz", + "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==" + }, + "node_modules/workbox-build/node_modules/ajv": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "dependencies": { + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/workbox-build/node_modules/estree-walker": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz", + "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==" + }, + "node_modules/workbox-build/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + }, + "node_modules/workbox-build/node_modules/pretty-bytes": { + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz", + "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==", + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/workbox-build/node_modules/rollup": { + "version": "2.79.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz", + "integrity": "sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==", + "bin": { + "rollup": "dist/bin/rollup" + }, + "engines": { + "node": ">=10.0.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/workbox-cacheable-response": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-7.1.0.tgz", + "integrity": "sha512-iwsLBll8Hvua3xCuBB9h92+/e0wdsmSVgR2ZlvcfjepZWwhd3osumQB3x9o7flj+FehtWM2VHbZn8UJeBXXo6Q==", + "dependencies": { + "workbox-core": "7.1.0" + } + }, + "node_modules/workbox-core": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-7.1.0.tgz", + "integrity": "sha512-5KB4KOY8rtL31nEF7BfvU7FMzKT4B5TkbYa2tzkS+Peqj0gayMT9SytSFtNzlrvMaWgv6y/yvP9C0IbpFjV30Q==" + }, + "node_modules/workbox-expiration": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-7.1.0.tgz", + "integrity": "sha512-m5DcMY+A63rJlPTbbBNtpJ20i3enkyOtSgYfv/l8h+D6YbbNiA0zKEkCUaMsdDlxggla1oOfRkyqTvl5Ni5KQQ==", + "dependencies": { + "idb": "^7.0.1", + "workbox-core": "7.1.0" + } + }, + "node_modules/workbox-google-analytics": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-7.1.0.tgz", + "integrity": "sha512-FvE53kBQHfVTcZyczeBVRexhh7JTkyQ8HAvbVY6mXd2n2A7Oyz/9fIwnY406ZcDhvE4NFfKGjW56N4gBiqkrew==", + "dependencies": { + "workbox-background-sync": "7.1.0", + "workbox-core": "7.1.0", + "workbox-routing": "7.1.0", + "workbox-strategies": "7.1.0" + } + }, + "node_modules/workbox-navigation-preload": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-7.1.0.tgz", + "integrity": "sha512-4wyAbo0vNI/X0uWNJhCMKxnPanNyhybsReMGN9QUpaePLTiDpKxPqFxl4oUmBNddPwIXug01eTSLVIFXimRG/A==", + "dependencies": { + "workbox-core": "7.1.0" + } + }, + "node_modules/workbox-precaching": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-7.1.0.tgz", + "integrity": "sha512-LyxzQts+UEpgtmfnolo0hHdNjoB7EoRWcF7EDslt+lQGd0lW4iTvvSe3v5JiIckQSB5KTW5xiCqjFviRKPj1zA==", + "dependencies": { + "workbox-core": "7.1.0", + "workbox-routing": "7.1.0", + "workbox-strategies": "7.1.0" + } + }, + "node_modules/workbox-range-requests": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-7.1.0.tgz", + "integrity": "sha512-m7+O4EHolNs5yb/79CrnwPR/g/PRzMFYEdo01LqwixVnc/sbzNSvKz0d04OE3aMRel1CwAAZQheRsqGDwATgPQ==", + "dependencies": { + "workbox-core": "7.1.0" + } + }, + "node_modules/workbox-recipes": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-7.1.0.tgz", + "integrity": "sha512-NRrk4ycFN9BHXJB6WrKiRX3W3w75YNrNrzSX9cEZgFB5ubeGoO8s/SDmOYVrFYp9HMw6sh1Pm3eAY/1gVS8YLg==", + "dependencies": { + "workbox-cacheable-response": "7.1.0", + "workbox-core": "7.1.0", + "workbox-expiration": "7.1.0", + "workbox-precaching": "7.1.0", + "workbox-routing": "7.1.0", + "workbox-strategies": "7.1.0" + } + }, + "node_modules/workbox-routing": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-7.1.0.tgz", + "integrity": "sha512-oOYk+kLriUY2QyHkIilxUlVcFqwduLJB7oRZIENbqPGeBP/3TWHYNNdmGNhz1dvKuw7aqvJ7CQxn27/jprlTdg==", + "dependencies": { + "workbox-core": "7.1.0" + } + }, + "node_modules/workbox-strategies": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-7.1.0.tgz", + "integrity": "sha512-/UracPiGhUNehGjRm/tLUQ+9PtWmCbRufWtV0tNrALuf+HZ4F7cmObSEK+E4/Bx1p8Syx2tM+pkIrvtyetdlew==", + "dependencies": { + "workbox-core": "7.1.0" + } + }, + "node_modules/workbox-streams": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-7.1.0.tgz", + "integrity": "sha512-WyHAVxRXBMfysM8ORwiZnI98wvGWTVAq/lOyBjf00pXFvG0mNaVz4Ji+u+fKa/mf1i2SnTfikoYKto4ihHeS6w==", + "dependencies": { + "workbox-core": "7.1.0", + "workbox-routing": "7.1.0" + } + }, + "node_modules/workbox-sw": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-7.1.0.tgz", + "integrity": "sha512-Hml/9+/njUXBglv3dtZ9WBKHI235AQJyLBV1G7EFmh4/mUdSQuXui80RtjDeVRrXnm/6QWgRUEHG3/YBVbxtsA==" + }, + "node_modules/workbox-window": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-7.1.0.tgz", + "integrity": "sha512-ZHeROyqR+AS5UPzholQRDttLFqGMwP0Np8MKWAdyxsDETxq3qOAyXvqessc3GniohG6e0mAqSQyKOHmT8zPF7g==", + "dependencies": { + "@types/trusted-types": "^2.0.2", + "workbox-core": "7.1.0" + } + }, + "node_modules/wrap-ansi": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrap-ansi-cjs": { + "name": "wrap-ansi", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/wrap-ansi-cjs/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi/node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/wrap-ansi/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/wrap-ansi/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" + }, + "node_modules/yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" + }, + "node_modules/yaml": { + "version": "2.4.5", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.5.tgz", + "integrity": "sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg==", + "bin": { + "yaml": "bin.mjs" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..f4b79f2 --- /dev/null +++ b/package.json @@ -0,0 +1,51 @@ +{ + "name": "porseline", + "private": true, + "version": "0.0.0", + "type": "module", + "scripts": { + "dev": "vite", + "build": "vite build", + "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", + "preview": "vite preview" + }, + "dependencies": { + "@vitejs/plugin-react-refresh": "^1.3.6", + "axios": "^1.7.2", + "bcryptjs": "^2.4.3", + "framer-motion": "^11.3.8", + "leaflet": "^1.9.4", + "react": "^18.3.1", + "react-contenteditable": "^3.3.7", + "react-dom": "^18.3.1", + "react-iconly": "^2.2.10", + "react-loading": "^2.0.3", + "react-modern-drawer": "^1.3.1", + "react-redux": "^9.1.2", + "react-router-dom": "^6.25.1", + "react-spring-bottom-sheet": "^3.4.1", + "react-toastify": "^10.0.5", + "react-topbar-progress-indicator": "^4.1.1", + "redux": "^5.0.1", + "redux-devtools-extension": "^2.13.9", + "redux-thunk": "^3.1.0", + "vite-plugin-compression": "^0.5.1", + "vite-plugin-monaco-editor": "^1.1.0", + "vite-plugin-pages": "^0.32.3", + "vite-plugin-pwa": "^0.20.0" + }, + "devDependencies": { + "@types/react": "^18.3.3", + "@types/react-dom": "^18.3.0", + "@vitejs/plugin-react": "^4.3.1", + "autoprefixer": "^10.4.19", + "eslint": "^8.57.0", + "eslint-plugin-react": "^7.34.3", + "eslint-plugin-react-hooks": "^4.6.2", + "eslint-plugin-react-refresh": "^0.4.7", + "postcss": "^8.4.39", + "sass": "^1.77.8", + "tailwindcss": "^3.4.6", + "vite": "^5.3.4" + } +} diff --git a/postcss.config.js b/postcss.config.js new file mode 100644 index 0000000..2e7af2b --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,6 @@ +export default { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +} diff --git a/public/font/1.ttf b/public/font/1.ttf new file mode 100644 index 0000000..da257b5 Binary files /dev/null and b/public/font/1.ttf differ diff --git a/public/font/2.ttf b/public/font/2.ttf new file mode 100644 index 0000000..d8a5468 Binary files /dev/null and b/public/font/2.ttf differ diff --git a/public/font/3.ttf b/public/font/3.ttf new file mode 100644 index 0000000..4807f62 Binary files /dev/null and b/public/font/3.ttf differ diff --git a/public/font/4.ttf b/public/font/4.ttf new file mode 100644 index 0000000..385e013 Binary files /dev/null and b/public/font/4.ttf differ diff --git a/public/font/5.ttf b/public/font/5.ttf new file mode 100644 index 0000000..4d88319 Binary files /dev/null and b/public/font/5.ttf differ diff --git a/public/font/6.ttf b/public/font/6.ttf new file mode 100644 index 0000000..4fd2c73 Binary files /dev/null and b/public/font/6.ttf differ diff --git a/public/font/7.ttf b/public/font/7.ttf new file mode 100644 index 0000000..84d2767 Binary files /dev/null and b/public/font/7.ttf differ diff --git a/public/font/8.ttf b/public/font/8.ttf new file mode 100644 index 0000000..21d4fbf Binary files /dev/null and b/public/font/8.ttf differ diff --git a/public/font/9.ttf b/public/font/9.ttf new file mode 100644 index 0000000..a073217 Binary files /dev/null and b/public/font/9.ttf differ diff --git a/public/font/icons.js b/public/font/icons.js new file mode 100644 index 0000000..6ee0ff8 --- /dev/null +++ b/public/font/icons.js @@ -0,0 +1,2796 @@ +const icons = [ + "call-minus4", + "call-outgoing4", + "call-received4", + "call-remove4", + "call-slash4", + "camera4", + "camera-slash4", + "candle4", + "candle-24", + "car4", + "card4", + "card-add4", + "card-coin4", + "card-edit4", + "card-pos4", + "card-receive4", + "card-remove4", + "card-remove-14", + "cards4", + "card-send4", + "card-slash4", + "card-tick4", + "card-tick-14", + "category4", + "category-24", + "cd4", + "chart4", + "chart-14", + "chart-25", + "chart-34", + "chart-214", + "chart-fail2", + "chart-square4", + "chart-success4", + "check4", + "chrome4", + "clipboard4", + "clipboard-close4", + "clipboard-export4", + "clipboard-import4", + "clipboard-text4", + "clipboard-tick4", + "clock4", + "clock-14", + "close-circle4", + "close-square4", + "cloud4", + "cloud-add4", + "cloud-change4", + "cloud-connection4", + "cloud-cross4", + "cloud-drizzle4", + "cloud-fog4", + "cloud-lightning4", + "cloud-minus4", + "cloud-notif4", + "cloud-plus4", + "cloud-remove4", + "cloud-snow4", + "cloud-sunny4", + "code4", + "code-14", + "code-circle4", + "coffee4", + "coin4", + "coin-14", + "colorfilter4", + "colors-square4", + "color-swatch4", + "command4", + "command-square4", + "component4", + "computing4", + "convert4", + "convert-3d-cube4", + "convert-card4", + "convertshape4", + "convertshape-24", + "copy4", + "copyright4", + "copy-success4", + "courthouse4", + "cpu4", + "cpu-charge4", + "cpu-setting4", + "creative-commons4", + "crop4", + "crown4", + "crown-14", + "cup4", + "danger4", + "data4", + "designtools4", + "device-message4", + "devices4", + "devices-13", + "diagram4", + "diamonds4", + "direct4", + "directbox-default4", + "directbox-notif4", + "directbox-receive4", + "directbox-send4", + "direct-down4", + "direct-inbox4", + "direct-left4", + "direct-normal4", + "direct-notification4", + "direct-right4", + "direct-send4", + "direct-up4", + "discount-circle4", + "discount-shape4", + "discover4", + "discover-13", + "dislike4", + "document4", + "document-14", + "document-cloud4", + "document-code4", + "document-code-24", + "document-copy4", + "document-download4", + "document-favorite4", + "document-filter4", + "document-forward4", + "document-like4", + "document-normal3", + "document-previous4", + "document-sketch4", + "document-text4", + "document-text-14", + "document-upload4", + "dollar-circle3", + "dollar-square4", + "driver4", + "driver-24", + "driver-refresh4", + "driving4", + "edit4", + "edit-24", + "electricity4", + "element-24", + "element-34", + "element-44", + "element-equal4", + "element-plus4", + "emoji-happy4", + "emoji-normal4", + "emoji-sad4", + "empty-wallet4", + "empty-wallet-add4", + "empty-wallet-change3", + "empty-wallet-remove4", + "empty-wallet-tick4", + "empty-wallet-time3", + "eraser4", + "eraser-14", + "export4", + "export-14", + "export-24", + "export-34", + "external-drive4", + "eye3", + "eye-slash4", + "fatrows4", + "favorite-chart4", + "filter4", + "filter-add4", + "filter-edit4", + "filter-remove4", + "filter-search4", + "filter-square4", + "filter-tick4", + "finger-cricle4", + "finger-scan4", + "firstline4", + "flag4", + "flag-24", + "flash4", + "flash-14", + "flash-circle4", + "flash-circle-14", + "flash-slash4", + "folder4", + "folder-24", + "folder-add4", + "folder-cloud4", + "folder-connection4", + "folder-cross4", + "folder-favorite4", + "folder-minus4", + "folder-open4", + "forbidden4", + "forbidden-24", + "format-circle4", + "format-square4", + "forward4", + "forward-5-seconds4", + "forward-10-seconds4", + "forward-15-seconds4", + "forward-item4", + "forward-square4", + "frame4", + "frame-14", + "frame-24", + "frame-34", + "frame-44", + "gallery4", + "gallery-add4", + "gallery-edit4", + "gallery-export3", + "gallery-favorite4", + "gallery-import4", + "gallery-remove4", + "gallery-slash4", + "gallery-tick4", + "game4", + "gameboy4", + "gas-station3", + "gemini4", + "gemini-24", + "ghost4", + "gift4", + "glass4", + "glass-14", + "global4", + "global-edit4", + "global-refresh4", + "global-search4", + "gps4", + "gps-slash4", + "grammerly4", + "graph4", + "grid-14", + "grid-24", + "grid-34", + "grid-44", + "grid-54", + "grid-64", + "grid-74", + "grid-84", + "grid-94", + "grid-edit4", + "grid-eraser4", + "grid-lock4", + "happyemoji4", + "hashtag4", + "hashtag-14", + "hashtag-down4", + "hashtag-up4", + "headphone4", + "headphones4", + "health4", + "heart4", + "heart-add4", + "heart-circle4", + "heart-edit4", + "heart-remove4", + "heart-search4", + "heart-slash4", + "heart-tick4", + "hierarchy4", + "hierarchy-24", + "hierarchy-34", + "hierarchy-square4", + "hierarchy-square-24", + "hierarchy-square-34", + "home4", + "home-14", + "home-24", + "home-hashtag4", + "home-trend-down4", + "home-trend-up4", + "home-wifi4", + "hospital4", + "house4", + "house-24", + "icon3", + "image4", + "import4", + "import-14", + "import-24", + "info-circle4", + "information4", + "instagram4", + "judge4", + "kanban3", + "key4", + "keyboard4", + "keyboard-open4", + "key-square4", + "lamp4", + "lamp-14", + "lamp-charge4", + "lamp-on4", + "lamp-slash4", + "language-circle4", + "language-square4", + "layer4", + "level4", + "lifebuoy4", + "like4", + "like-14", + "like-dislike4", + "like-shapes4", + "like-tag4", + "link4", + "link-14", + "link-25", + "link-214", + "link-circle4", + "link-square4", + "location4", + "location-add4", + "location-cross4", + "location-minus4", + "location-slash4", + "location-tick4", + "lock4", + "lock-14", + "lock-circle4", + "lock-slash4", + "login4", + "login-14", + "logout4", + "logout-14", + "lovely4", + "magicpen4", + "magic-star4", + "main-component4", + "man4", + "map4", + "map-14", + "mask4", + "mask-14", + "mask-24", + "math4", + "maximize4", + "maximize-14", + "maximize-25", + "maximize-34", + "maximize-44", + "maximize-214", + "maximize-circle3", + "medal4", + "medal-star4", + "menu4", + "menu-14", + "menu-board4", + "message4", + "message-24", + "message-add4", + "message-add-14", + "message-circle4", + "message-edit4", + "message-favorite4", + "message-minus4", + "message-notif4", + "message-programming4", + "message-question4", + "message-remove4", + "messages4", + "messages-14", + "messages-24", + "messages-34", + "message-search4", + "message-square4", + "message-text4", + "message-text-14", + "message-tick4", + "message-time4", + "microphone4", + "microphone-24", + "microphone-slash4", + "microphone-slash-14", + "microscope4", + "milk4", + "mini-music-sqaure4", + "minus4", + "minus-cirlce4", + "minus-square4", + "mirror4", + "mirroring-screen4", + "mobile4", + "mobile-programming4", + "money4", + "money-24", + "money-34", + "money-44", + "money-add4", + "money-change4", + "money-forbidden4", + "money-recive4", + "money-remove4", + "moneys4", + "money-send4", + "money-tick4", + "money-time4", + "monitor4", + "monitor-mobbile4", + "monitor-recorder4", + "moon4", + "more4", + "more-24", + "more-circle4", + "more-square4", + "mouse4", + "mouse-14", + "mouse-circle4", + "mouse-square4", + "music4", + "music-circle4", + "music-dashboard4", + "music-filter4", + "music-library-24", + "musicnote4", + "music-play4", + "music-playlist4", + "music-square4", + "music-square-add4", + "music-square-remove4", + "music-square-search4", + "next4", + "note4", + "note-14", + "note-25", + "note-214", + "note-add4", + "note-favorite4", + "note-remove4", + "note-square4", + "note-text4", + "notification4", + "notification-14", + "notification-bing4", + "notification-circle4", + "notification-favorite4", + "notification-status4", + "omega-circle4", + "omega-square4", + "paintbucket4", + "paperclip4", + "paperclip-24", + "password-check4", + "path4", + "path-24", + "path-square4", + "pause4", + "pause-circle4", + "pen-add4", + "pen-close4", + "pen-remove4", + "pen-tool4", + "pen-tool-24", + "people4", + "percentage-circle4", + "percentage-square4", + "personalcard4", + "pet4", + "pharagraphspacing4", + "picture-frame4", + "play4", + "play-add4", + "play-circle4", + "play-cricle4", + "play-remove4", + "presention-chart4", + "previous4", + "printer4", + "printer-slash4", + "profile-2user4", + "profile-add4", + "profile-circle4", + "profile-delete4", + "profile-remove4", + "profile-tick4", + "programming-arrow4", + "programming-arrows4", + "quote-down4", + "quote-down-circle4", + "quote-down-square4", + "quote-up4", + "quote-up-circle4", + "quote-up-square4", + "radar4", + "radar-14", + "radar-24", + "radio4", + "ram4", + "ram-24", + "ranking4", + "ranking-14", + "receipt4", + "receipt-14", + "receipt-24", + "receipt-2-14", + "receipt-add4", + "receipt-discount4", + "receipt-disscount4", + "receipt-edit4", + "receipt-item4", + "receipt-minus4", + "receipt-search4", + "receipt-square4", + "receipt-text4", + "received4", + "receive-square4", + "receive-square-24", + "record4", + "record-circle4", + "recovery-convert4", + "redo4", + "refresh4", + "refresh-circle4", + "refresh-left-square4", + "refresh-right-square4", + "refresh-square-24", + "repeat4", + "repeat-circle4", + "repeate-music4", + "repeate-one4", + "reserve4", + "rotate-left4", + "rotate-left-14", + "rotate-right4", + "rotate-right-14", + "route-square4", + "routing4", + "routing-24", + "row-horizontal4", + "row-vertical4", + "rulerpen4", + "ruler4", + "safe-home4", + "sagittarius4", + "save-24", + "save-add4", + "save-minus4", + "save-remove4", + "scan4", + "scan-barcode4", + "scanner4", + "scanning4", + "scissor4", + "scissor-14", + "screenmirroring4", + "scroll4", + "search-favorite4", + "search-favorite-14", + "search-normal4", + "search-normal-14", + "search-status4", + "search-status-14", + "search-zoom-in4", + "search-zoom-in-14", + "search-zoom-out4", + "search-zoom-out-14", + "security4", + "security-card4", + "security-safe4", + "security-time4", + "security-user4", + "send4", + "send-14", + "send-24", + "send-sqaure-24", + "send-square4", + "setting4", + "setting-24", + "setting-34", + "setting-44", + "setting-54", + "settings4", + "shapes4", + "shapes-14", + "share4", + "shield3", + "shield-cross4", + "shield-search4", + "shield-slash4", + "shield-tick4", + "ship4", + "shop4", + "shop-add4", + "shopping-bag4", + "shopping-cart4", + "shop-remove4", + "shuffle4", + "sidebar-bottom4", + "sidebar-left4", + "sidebar-right4", + "sidebar-top4", + "signpost4", + "simcard4", + "simcard-14", + "simcard-24", + "size4", + "slash4", + "slider4", + "slider-horizontal4", + "slider-horizontal-14", + "slider-vertical4", + "slider-vertical-14", + "smallcaps4", + "smart-car4", + "smart-home4", + "smileys4", + "sms4", + "sms-edit4", + "sms-notification4", + "sms-search4", + "sms-star4", + "sms-tracking4", + "sort4", + "sound4", + "speaker4", + "speedometer4", + "star4", + "star-14", + "star-slash4", + "status4", + "status-up4", + "sticker4", + "stickynote4", + "stop4", + "stop-circle4", + "story4", + "strongbox4", + "strongbox-24", + "subtitle4", + "sun4", + "sun-14", + "sun-fog4", + "tag4", + "tag-24", + "tag-cross4", + "tag-right4", + "tag-user4", + "task4", + "task-square4", + "teacher4", + "text4", + "textalign-center4", + "textalign-justifycenter4", + "textalign-justifyleft4", + "textalign-justifyright4", + "textalign-left4", + "textalign-right4", + "text-block4", + "text-bold4", + "text-italic4", + "text-underline4", + "tick-circle4", + "ticket4", + "ticket-24", + "ticket-discount4", + "ticket-expired4", + "ticket-star4", + "tick-square4", + "timer4", + "timer-14", + "timer-pause4", + "timer-start4", + "toggle-off4", + "toggle-off-circle4", + "toggle-on4", + "toggle-on-circle4", + "trade4", + "transaction-minus4", + "translate4", + "trash4", + "tree4", + "trend-down4", + "trend-up4", + "triangle4", + "truck3", + "truck-fast3", + "truck-remove2", + "truck-tick4", + "truck-time2", + "trush-square4", + "undo4", + "unlimited4", + "unlock4", + "user4", + "user-add4", + "user-cirlce-add4", + "user-edit4", + "user-minus4", + "user-octagon4", + "user-remove4", + "user-search4", + "user-square4", + "user-tag4", + "user-tick4", + "verify4", + "video4", + "video-add4", + "video-circle4", + "video-horizontal4", + "video-octagon4", + "video-play4", + "video-remove4", + "video-slash4", + "video-square4", + "video-tick4", + "video-time4", + "video-vertical4", + "voice-cricle4", + "voice-square4", + "volume-cross4", + "volume-high4", + "volume-low4", + "volume-low-14", + "volume-mute4", + "volume-slash4", + "volume-up4", + "wallet4", + "wallet-14", + "wallet-24", + "wallet-34", + "wallet-add4", + "wallet-add-14", + "wallet-check4", + "wallet-minus4", + "wallet-money4", + "wallet-remove4", + "wallet-search4", + "warning-24", + "watch4", + "watch-status4", + "weight4", + "weight-14", + "wifi4", + "wifi-square4", + "wind4", + "wind-24", + "woman4", + "dcube4", + "dcube5", + "d-cube-scan5", + "d-rotate5", + "d-square5", + "square5", + "support5", + "activity5", + "add5", + "add-circle5", + "additem5", + "add-square5", + "airdrop5", + "airplane5", + "airplane-square5", + "airpod5", + "airpods5", + "alarm5", + "align-bottom5", + "align-horizontally5", + "align-left5", + "align-right5", + "align-vertically5", + "aquarius5", + "archive5", + "archive-15", + "archive-24", + "archive-add5", + "archive-book5", + "archive-minus5", + "archive-slash5", + "archive-tick5", + "arrange-circle5", + "arrange-circle-25", + "arrange-square5", + "arrange-square-25", + "arrow5", + "arrow-25", + "arrow-35", + "arrow-bottom5", + "arrow-circle-down5", + "arrow-circle-left5", + "arrow-circle-right5", + "arrow-circle-up4", + "arrow-down5", + "arrow-down-15", + "arrow-down-25", + "arrow-left5", + "arrow-left-15", + "arrow-left-25", + "arrow-left-35", + "arrow-right5", + "arrow-right-15", + "arrow-right-25", + "arrow-right-35", + "arrow-square5", + "arrow-square-down5", + "arrow-square-left5", + "arrow-square-right3", + "arrow-square-up5", + "arrow-swap4", + "arrow-swap-horizontal5", + "arrow-up5", + "arrow-up-15", + "arrow-up-25", + "arrow-up-35", + "attach-circle5", + "attach-square5", + "audio-square5", + "autobrightness5", + "award5", + "back-square5", + "backward5", + "backward-5-seconds5", + "backward-10-seconds5", + "backward-15-seconds5", + "backward-item5", + "bag5", + "bag-25", + "bag-cross5", + "bag-cross-15", + "bag-happy5", + "bag-tick5", + "bag-tick-25", + "bag-timer5", + "bank5", + "barcode5", + "battery-3full5", + "battery-charging5", + "battery-disable5", + "battery-empty5", + "battery-empty-15", + "battery-full5", + "bezier5", + "bill5", + "bitcoin-card5", + "bitcoin-convert5", + "bitcoin-refresh5", + "blend5", + "blend-25", + "bluetooth5", + "bluetooth-25", + "bluetooth-circle5", + "bluetooth-rectangle5", + "blur5", + "book5", + "book-15", + "bookmark5", + "bookmark-25", + "book-saved5", + "book-square5", + "box5", + "box-15", + "box-25", + "box-add5", + "box-remove5", + "box-search5", + "box-tick5", + "box-time5", + "briefcase5", + "brifecase-cross5", + "brifecase-tick5", + "brifecase-timer5", + "broom5", + "brush5", + "brush-15", + "brush-25", + "brush-35", + "brush-45", + "bubble5", + "bucket5", + "bucket-circle5", + "bucket-square5", + "building5", + "building-35", + "building-45", + "buildings5", + "buildings-25", + "buliding5", + "bus5", + "buy-crypto5", + "cake5", + "calculator5", + "calendar5", + "calendar-15", + "calendar-25", + "calendar-add5", + "calendar-circle5", + "calendar-edit5", + "calendar-remove5", + "calendar-search5", + "calendar-tick5", + "call5", + "call-add5", + "call-calling5", + "call-incoming5", + "call-minus5", + "call-outgoing5", + "call-received5", + "call-remove5", + "call-slash5", + "camera5", + "camera-slash5", + "candle5", + "candle-25", + "car5", + "card5", + "card-add5", + "card-coin5", + "card-edit5", + "card-pos5", + "card-receive5", + "card-remove5", + "card-remove-15", + "cards5", + "card-send5", + "card-slash5", + "card-tick5", + "card-tick-15", + "category5", + "category-25", + "cd5", + "chart5", + "chart-15", + "chart-26", + "chart-35", + "chart-215", + "chart-fail3", + "chart-square5", + "chart-success5", + "check5", + "chrome5", + "clipboard5", + "clipboard-close5", + "clipboard-export5", + "clipboard-import5", + "clipboard-text5", + "clipboard-tick5", + "clock5", + "clock-15", + "close-circle5", + "close-square5", + "cloud5", + "cloud-add5", + "cloud-change5", + "cloud-connection5", + "cloud-cross5", + "cloud-drizzle5", + "cloud-fog5", + "cloud-lightning5", + "cloud-minus5", + "cloud-notif5", + "cloud-plus5", + "cloud-remove5", + "cloud-snow5", + "cloud-sunny5", + "code5", + "code-15", + "code-circle5", + "coffee5", + "coin5", + "coin-15", + "colorfilter5", + "colors-square5", + "color-swatch5", + "command5", + "command-square5", + "component5", + "computing5", + "convert5", + "convert-3d-cube5", + "convert-card5", + "convertshape5", + "convertshape-25", + "copy5", + "copyright5", + "copy-success5", + "courthouse5", + "cpu5", + "cpu-charge5", + "cpu-setting5", + "creative-commons5", + "crop5", + "crown5", + "crown-15", + "cup5", + "danger5", + "data5", + "designtools5", + "device-message5", + "devices5", + "devices-14", + "diagram5", + "diamonds5", + "direct5", + "directbox-default5", + "directbox-notif5", + "directbox-receive5", + "directbox-send5", + "direct-down5", + "direct-inbox5", + "direct-left5", + "direct-normal5", + "direct-notification5", + "direct-right5", + "direct-send5", + "direct-up5", + "discount-circle5", + "discount-shape5", + "discover5", + "discover-14", + "dislike5", + "document5", + "document-15", + "document-cloud5", + "document-code5", + "document-code-25", + "document-copy5", + "document-download5", + "document-favorite5", + "document-filter5", + "document-forward5", + "document-like5", + "document-normal4", + "document-previous5", + "document-sketch5", + "document-text5", + "document-text-15", + "document-upload5", + "dollar-circle4", + "dollar-square5", + "driver5", + "driver-25", + "driver-refresh5", + "driving5", + "drop3", + "edit5", + "edit-25", + "electricity5", + "element-25", + "element-35", + "element-45", + "element-equal5", + "element-plus5", + "emoji-happy5", + "emoji-normal5", + "emoji-sad5", + "empty-wallet5", + "empty-wallet-add5", + "empty-wallet-change4", + "empty-wallet-remove5", + "empty-wallet-tick5", + "empty-wallet-time4", + "eraser5", + "eraser-15", + "export5", + "export-15", + "export-25", + "export-35", + "external-drive5", + "eye4", + "eye-slash5", + "fatrows5", + "favorite-chart5", + "filter5", + "filter-add5", + "filter-edit5", + "filter-remove5", + "filter-search5", + "filter-square5", + "filter-tick5", + "finger-cricle5", + "finger-scan5", + "firstline5", + "flag5", + "flag-25", + "flash5", + "flash-15", + "flash-circle5", + "flash-circle-15", + "flash-slash5", + "folder5", + "folder-25", + "folder-add5", + "folder-cloud5", + "folder-connection5", + "folder-cross5", + "folder-favorite5", + "folder-minus5", + "folder-open5", + "forbidden5", + "forbidden-25", + "format-circle5", + "format-square5", + "forward5", + "forward-5-seconds5", + "forward-10-seconds5", + "forward-15-seconds5", + "forward-item5", + "forward-square5", + "frame5", + "frame-15", + "frame-25", + "frame-35", + "frame-45", + "gallery5", + "gallery-add5", + "gallery-edit5", + "gallery-export4", + "gallery-favorite5", + "gallery-import5", + "gallery-remove5", + "gallery-slash5", + "gallery-tick5", + "game5", + "gameboy5", + "gas-station4", + "gemini5", + "gemini-25", + "ghost5", + "gift5", + "glass5", + "glass-15", + "global5", + "global-edit5", + "global-refresh5", + "global-search5", + "gps5", + "gps-slash5", + "grammerly5", + "graph5", + "grid-15", + "grid-25", + "grid-35", + "grid-45", + "grid-55", + "grid-65", + "grid-75", + "grid-85", + "grid-95", + "grid-edit5", + "grid-eraser5", + "grid-lock5", + "happyemoji5", + "hashtag5", + "hashtag-15", + "hashtag-down5", + "hashtag-up5", + "headphone5", + "headphones5", + "health5", + "heart5", + "heart-add5", + "heart-circle5", + "heart-edit5", + "heart-remove5", + "heart-search5", + "heart-slash5", + "heart-tick5", + "hierarchy5", + "hierarchy-25", + "hierarchy-35", + "hierarchy-square5", + "hierarchy-square-25", + "hierarchy-square-35", + "home5", + "home-15", + "home-25", + "home-hashtag5", + "home-trend-down5", + "home-trend-up5", + "home-wifi5", + "hospital5", + "house5", + "house-25", + "image5", + "import5", + "import-15", + "import-25", + "import-3", + "info-circle5", + "information5", + "instagram5", + "judge5", + "kanban4", + "key5", + "keyboard5", + "keyboard-open5", + "key-square5", + "lamp5", + "lamp-15", + "lamp-charge5", + "lamp-on5", + "lamp-slash5", + "language-circle5", + "language-square5", + "layer5", + "level5", + "lifebuoy5", + "like5", + "like-15", + "like-dislike5", + "like-shapes5", + "like-tag5", + "link5", + "link-15", + "link-26", + "link-215", + "link-circle5", + "link-square5", + "location5", + "location-add5", + "location-cross5", + "location-minus5", + "location-slash5", + "location-tick5", + "lock5", + "lock-15", + "lock-circle5", + "lock-slash5", + "login5", + "login-15", + "logout5", + "logout-15", + "lovely5", + "magicpen5", + "magic-star5", + "main-component5", + "man5", + "map5", + "map-15", + "mask5", + "mask-15", + "mask-25", + "math5", + "maximize5", + "maximize-15", + "maximize-26", + "maximize-35", + "maximize-45", + "maximize-215", + "maximize-circle4", + "medal5", + "medal-star5", + "menu5", + "menu-15", + "menu-board5", + "message5", + "message-25", + "message-add5", + "message-add-15", + "message-circle5", + "message-edit5", + "message-favorite5", + "message-minus5", + "message-notif5", + "message-programming5", + "message-question5", + "message-remove5", + "messages5", + "messages-15", + "messages-25", + "messages-35", + "message-search5", + "message-square5", + "message-text5", + "message-text-15", + "message-tick5", + "message-time5", + "microphone5", + "microphone-25", + "microphone-slash5", + "microphone-slash-15", + "microscope5", + "milk5", + "minus5", + "minus-cirlce5", + "minus-square5", + "mirror5", + "mirroring-screen5", + "mobile5", + "mobile-programming5", + "money5", + "money-25", + "money-35", + "money-45", + "money-add5", + "money-change5", + "money-forbidden5", + "money-recive5", + "money-remove5", + "moneys5", + "money-send5", + "money-tick5", + "money-time5", + "monitor5", + "monitor-mobbile5", + "monitor-recorder5", + "moon5", + "more5", + "more-25", + "more-circle5", + "more-square5", + "mouse5", + "mouse-15", + "mouse-circle5", + "mouse-square5", + "music5", + "music-circle5", + "music-dashboard5", + "music-filter5", + "music-library-25", + "musicnote5", + "music-play5", + "music-playlist5", + "music-square5", + "music-square-add5", + "music-square-remove5", + "music-square-search5", + "next5", + "note5", + "note-15", + "note-26", + "note-215", + "note-add5", + "note-favorite5", + "note-remove5", + "note-square5", + "note-text5", + "notification5", + "notification-15", + "notification-bing5", + "notification-favorite5", + "notification-status5", + "omega-circle5", + "omega-square5", + "paintbucket5", + "paperclip5", + "paperclip-25", + "password-check5", + "path5", + "path-25", + "path-square5", + "pause5", + "pause-circle5", + "pen-add5", + "pen-close5", + "pen-remove5", + "pen-tool5", + "pen-tool-25", + "people5", + "percentage-circle5", + "percentage-square5", + "personalcard5", + "pet5", + "pharagraphspacing5", + "picture-frame5", + "play5", + "play-add5", + "play-circle5", + "play-cricle5", + "play-remove5", + "presention-chart5", + "previous5", + "printer5", + "printer-slash5", + "profile-2user5", + "profile-add5", + "profile-circle5", + "profile-delete5", + "profile-remove5", + "profile-tick5", + "programming-arrow5", + "programming-arrows5", + "quote-down5", + "quote-down-circle5", + "quote-down-square5", + "quote-up5", + "quote-up-circle5", + "quote-up-square5", + "radar5", + "radar-15", + "radar-25", + "radio5", + "ram5", + "ram-25", + "ranking5", + "ranking-15", + "receipt5", + "receipt-15", + "receipt-25", + "receipt-2-15", + "receipt-add5", + "receipt-discount5", + "receipt-disscount5", + "receipt-edit5", + "receipt-item5", + "receipt-minus5", + "receipt-search5", + "receipt-square5", + "receipt-text5", + "received5", + "receive-square5", + "receive-square-25", + "record5", + "record-circle5", + "recovery-convert5", + "redo5", + "refresh5", + "refresh-25", + "refresh-circle5", + "refresh-left-square5", + "refresh-right-square5", + "refresh-square-25", + "repeat5", + "repeat-circle5", + "repeate-music5", + "repeate-one5", + "reserve5", + "rotate-left5", + "rotate-left-15", + "rotate-right5", + "rotate-right-15", + "route-square5", + "routing5", + "routing-25", + "row-horizontal5", + "row-vertical5", + "rulerpen5", + "ruler5", + "safe-home5", + "sagittarius5", + "save-25", + "save-add5", + "save-minus5", + "save-remove5", + "scan5", + "scan-barcode5", + "scanner5", + "scanning5", + "scissor5", + "scissor-15", + "screenmirroring5", + "scroll5", + "search-favorite5", + "search-favorite-15", + "search-normal5", + "search-normal-15", + "search-status5", + "search-status-15", + "search-zoom-in5", + "search-zoom-in-15", + "search-zoom-out5", + "search-zoom-out-15", + "security5", + "security-card5", + "security-safe5", + "security-time5", + "security-user5", + "send5", + "send-15", + "send-25", + "send-sqaure-25", + "send-square5", + "setting5", + "setting-25", + "setting-35", + "setting-45", + "setting-55", + "settings5", + "shapes5", + "shapes-15", + "share5", + "shield-cross5", + "shield-search5", + "shield-security2", + "shield-slash5", + "shield-tick5", + "ship5", + "shop5", + "shop-add5", + "shopping-bag5", + "shopping-cart5", + "shop-remove5", + "shuffle5", + "sidebar-bottom5", + "sidebar-left5", + "sidebar-right5", + "sidebar-top5", + "signpost5", + "simcard5", + "simcard-15", + "simcard-25", + "size5", + "slash5", + "slider5", + "slider-horizontal5", + "slider-horizontal-15", + "slider-vertical5", + "slider-vertical-15", + "smallcaps5", + "smart-car5", + "smart-home5", + "smileys5", + "sms5", + "sms-edit5", + "sms-notification5", + "sms-search5", + "sms-star5", + "sms-tracking5", + "sort5", + "sound5", + "speaker5", + "speedometer5", + "star5", + "star-15", + "star-slash5", + "status5", + "status-up5", + "sticker5", + "stickynote5", + "stop5", + "stop-circle5", + "story5", + "strongbox5", + "strongbox-25", + "subtitle5", + "sun5", + "sun-15", + "sun-fog5", + "tag5", + "tag-25", + "tag-cross5", + "tag-right5", + "tag-user5", + "task5", + "task-square5", + "teacher5", + "text5", + "textalign-center5", + "textalign-justifycenter5", + "textalign-justifyleft5", + "textalign-justifyright5", + "textalign-left5", + "textalign-right5", + "text-block5", + "text-bold5", + "text-italic5", + "text-underline5", + "tick-circle5", + "ticket5", + "ticket-25", + "ticket-discount5", + "ticket-expired5", + "ticket-star5", + "tick-square5", + "timer5", + "timer-15", + "timer-pause5", + "timer-start5", + "toggle-off5", + "toggle-off-circle5", + "toggle-on5", + "toggle-on-circle5", + "trade5", + "transaction-minus5", + "translate5", + "trash5", + "tree5", + "trend-down5", + "trend-up5", + "triangle5", + "truck4", + "truck-fast4", + "truck-remove3", + "truck-tick5", + "truck-time3", + "trush-square5", + "undo5", + "unlimited5", + "unlock5", + "user5", + "user-add5", + "user-cirlce-add5", + "user-edit5", + "user-minus5", + "user-octagon5", + "user-remove5", + "user-search5", + "user-square5", + "user-tag5", + "user-tick5", + "verify5", + "video5", + "video-add5", + "video-circle5", + "video-horizontal5", + "video-octagon5", + "video-play5", + "video-remove5", + "video-square5", + "video-tick5", + "video-time5", + "video-vertical5", + "voice-cricle5", + "voice-square5", + "volume-cross5", + "volume-high5", + "volume-low5", + "volume-low-15", + "volume-mute5", + "volume-slash5", + "volume-up5", + "wallet5", + "wallet-15", + "wallet-25", + "wallet-35", + "wallet-add5", + "wallet-add-15", + "wallet-check5", + "wallet-minus5", + "wallet-money5", + "wallet-remove5", + "wallet-search5", + "warning-25", + "watch5", + "watch-status5", + "weight5", + "weight-15", + "wifi5", + "wifi-square5", + "wind5", + "wind-25", + "woman5", + "dcube", + "d-cube-scan", + "d-rotate", + "d-square", + "square", + "support", + "activity", + "add", + "add-circle", + "additem", + "add-square", + "airdrop", + "airplane", + "airplane-square", + "airpod", + "airpods", + "alarm", + "align-bottom", + "align-horizontally", + "align-left", + "align-right", + "align-vertically", + "aquarius", + "archive", + "archive-1", + "archive-2", + "archive-add", + "archive-book", + "archive-minus", + "archive-slash", + "archive-tick", + "arrange-circle", + "arrange-circle-2", + "arrange-square", + "arrange-square-2", + "arrow", + "arrow-2", + "arrow-3", + "arrow-bottom", + "arrow-circle-down", + "arrow-circle-left", + "arrow-circle-right", + "arrow-circle-up", + "arrow-down", + "arrow-down-1", + "arrow-down-2", + "arrow-left", + "arrow-left-1", + "arrow-left-2", + "arrow-left-3", + "arrow-right", + "arrow-right-1", + "arrow-right-2", + "arrow-right-3", + "arrow-right-4", + "arrow-square", + "arrow-square-down", + "arrow-square-left", + "arrow-square-up", + "arrow-swap", + "arrow-swap-horizontal", + "arrow-up", + "arrow-up-1", + "arrow-up-2", + "arrow-up-3", + "attach-circle", + "attach-square", + "audio-square", + "autobrightness", + "award", + "back-square", + "backward", + "backward-5-seconds", + "backward-10-seconds", + "backward-15-seconds", + "backward-item", + "bag", + "bag-2", + "bag-cross", + "bag-cross-1", + "bag-happy", + "bag-tick", + "bag-tick-2", + "bag-timer", + "bank", + "barcode", + "battery-3full", + "battery-charging", + "battery-disable", + "battery-empty", + "battery-empty-1", + "battery-full", + "bezier", + "bill", + "bitcoin-card", + "bitcoin-convert", + "bitcoin-refresh", + "blend", + "blend-2", + "bluetooth", + "bluetooth-2", + "bluetooth-circle", + "bluetooth-rectangle", + "blur", + "book", + "book-1", + "bookmark", + "bookmark-2", + "book-saved", + "book-square", + "box", + "box-1", + "box-2", + "box-add", + "box-remove", + "box-search", + "box-tick", + "box-time", + "briefcase", + "brifecase-cross", + "brifecase-tick", + "brifecase-timer", + "broom", + "brush", + "brush-1", + "brush-2", + "brush-3", + "brush-4", + "bubble", + "bucket", + "bucket-circle", + "bucket-square", + "building", + "building-3", + "building-4", + "buildings", + "buildings-2", + "buliding", + "bus", + "buy-crypto", + "cake", + "calculator", + "calendar", + "calendar-1", + "calendar-2", + "calendar-add", + "calendar-circle", + "calendar-edit", + "calendar-remove", + "calendar-search", + "calendar-tick", + "call", + "call-add", + "call-calling", + "call-incoming", + "call-minus", + "call-outgoing", + "call-received", + "call-remove", + "call-slash", + "camera", + "camera-slash", + "candle", + "candle-2", + "car", + "card", + "card-add", + "card-coin", + "card-edit", + "card-pos", + "card-receive", + "card-remove", + "card-remove-1", + "cards", + "card-send", + "card-slash", + "card-tick", + "card-tick-1", + "category", + "category-2", + "cd", + "chart", + "chart-1", + "chart-2", + "chart-3", + "chart-21", + "chart-fail", + "chart-square", + "chart-success", + "check", + "chrome", + "clipboard", + "clipboard-close", + "clipboard-export", + "clipboard-import", + "clipboard-text", + "clipboard-tick", + "clock", + "clock-1", + "close-circle", + "close-square", + "cloud", + "cloud-add", + "cloud-change", + "cloud-connection", + "cloud-cross", + "cloud-drizzle", + "cloud-fog", + "cloud-lightning", + "cloud-minus", + "cloud-notif", + "cloud-plus", + "cloud-remove", + "cloud-snow", + "cloud-sunny", + "code", + "code-1", + "code-circle", + "coffee", + "coin", + "coin-1", + "colorfilter", + "colors-square", + "color-swatch", + "command", + "command-square", + "component", + "computing", + "convert", + "convert-3d-cube", + "convert-card", + "convertshape", + "convertshape-2", + "copy", + "copyright", + "copy-success", + "courthouse", + "cpu", + "cpu-charge", + "cpu-setting", + "creative-commons", + "crop", + "crown", + "crown-1", + "cup", + "danger", + "data", + "designtools", + "device-message", + "devices", + "devices-1", + "diagram", + "diamonds", + "direct", + "directbox-default", + "directbox-notif", + "directbox-receive", + "directbox-send", + "direct-down", + "direct-inbox", + "direct-left", + "direct-normal", + "direct-notification", + "direct-right", + "direct-send", + "direct-up", + "discount-circle", + "discount-shape", + "discover", + "discover-1", + "dislike", + "document", + "document-1", + "document-cloud", + "document-code", + "document-code-2", + "document-copy", + "document-download", + "document-favorite", + "document-filter", + "document-forward", + "document-like", + "document-normal", + "document-previous", + "document-sketch", + "document-text", + "document-text-1", + "document-upload", + "dollar-circle", + "dollar-square", + "driver", + "driver-2", + "driver-refresh", + "driving", + "edit", + "edit-2", + "electricity", + "element-2", + "element-3", + "element-4", + "element-equal", + "element-plus", + "emoji-happy", + "emoji-normal", + "emoji-sad", + "empty-wallet", + "empty-wallet-add", + "empty-wallet-change", + "empty-wallet-remove", + "empty-wallet-tick", + "empty-wallet-time", + "eraser", + "eraser-1", + "export", + "export-1", + "export-2", + "export-3", + "external-drive", + "eye", + "eye-slash", + "fatrows", + "favorite-chart", + "filter", + "filter-add", + "filter-edit", + "filter-remove", + "filter-search", + "filter-square", + "filter-tick", + "finger-cricle", + "finger-scan", + "firstline", + "flag", + "flag-2", + "flash", + "flash-1", + "flash-circle", + "flash-circle-1", + "flash-slash", + "folder", + "folder-2", + "folder-add", + "folder-cloud", + "folder-connection", + "folder-cross", + "folder-favorite", + "folder-minus", + "folder-open", + "forbidden", + "forbidden-2", + "format-circle", + "format-square", + "forward", + "forward-5-seconds", + "forward-10-seconds", + "forward-15-seconds", + "forward-item", + "forward-square", + "frame", + "frame-1", + "frame-2", + "frame-3", + "frame-4", + "gallery", + "gallery-add", + "gallery-edit", + "gallery-export", + "gallery-favorite", + "gallery-import", + "gallery-remove", + "gallery-slash", + "gallery-tick", + "game", + "gameboy", + "gas-station", + "gemini", + "gemini-2", + "ghost", + "gift", + "glass", + "glass-1", + "global", + "global-edit", + "global-refresh", + "global-search", + "gps", + "gps-slash", + "grammerly", + "graph", + "grid-1", + "grid-2", + "grid-3", + "grid-4", + "grid-5", + "grid-6", + "grid-7", + "grid-8", + "grid-9", + "grid-edit", + "grid-eraser", + "grid-lock", + "happyemoji", + "hashtag", + "hashtag-1", + "hashtag-down", + "hashtag-up", + "headphone", + "headphones", + "health", + "heart", + "heart-add", + "heart-circle", + "heart-edit", + "heart-remove", + "heart-search", + "heart-slash", + "heart-tick", + "hierarchy", + "hierarchy-2", + "hierarchy-3", + "hierarchy-square", + "hierarchy-square-2", + "hierarchy-square-3", + "home", + "home-1", + "home-2", + "home-hashtag", + "home-trend-down", + "home-trend-up", + "home-wifi", + "hospital", + "house", + "house-2", + "icon", + "image", + "import", + "import-1", + "import-2", + "info-circle", + "information", + "instagram", + "judge", + "kanban", + "key", + "keyboard", + "keyboard-open", + "key-square", + "lamp", + "lamp-1", + "lamp-charge", + "lamp-on", + "lamp-slash", + "language-circle", + "language-square", + "layer", + "level", + "lifebuoy", + "like", + "like-1", + "like-dislike", + "like-shapes", + "like-tag", + "link", + "link-1", + "link-2", + "link-21", + "link-circle", + "link-square", + "location", + "location-add", + "location-cross", + "location-minus", + "location-slash", + "location-tick", + "lock", + "lock-1", + "lock-circle", + "lock-slash", + "login", + "login-1", + "logout", + "logout-1", + "lovely", + "magicpen", + "magic-star", + "main-component", + "man", + "map", + "map-1", + "mask", + "mask-1", + "mask-2", + "math", + "maximize", + "maximize-1", + "maximize-2", + "maximize-3", + "maximize-4", + "maximize-21", + "maximize-circle", + "medal", + "medal-star", + "menu", + "menu-1", + "menu-board", + "message", + "message-2", + "message-add", + "message-add-1", + "message-circle", + "message-edit", + "message-favorite", + "message-minus", + "message-notif", + "message-programming", + "message-question", + "message-remove", + "messages", + "messages-1", + "messages-2", + "messages-3", + "message-search", + "message-square", + "message-text", + "message-text-1", + "message-tick", + "message-time", + "microphone", + "microphone-2", + "microphone-slash", + "microphone-slash-1", + "microscope", + "milk", + "mini-music-sqaure", + "minus", + "minus-cirlce", + "minus-square", + "mirror", + "mirroring-screen", + "mobile", + "mobile-programming", + "money", + "money-2", + "money-3", + "money-4", + "money-add", + "money-change", + "money-forbidden", + "money-recive", + "money-remove", + "moneys", + "money-send", + "money-tick", + "money-time", + "monitor", + "monitor-mobbile", + "monitor-recorder", + "moon", + "more", + "more-2", + "more-circle", + "more-square", + "mouse", + "mouse-1", + "mouse-circle", + "mouse-square", + "music", + "music-circle", + "music-dashboard", + "music-filter", + "music-library-2", + "musicnote", + "music-play", + "music-playlist", + "music-square", + "music-square-add", + "music-square-remove", + "music-square-search", + "next", + "note", + "note-1", + "note-2", + "note-21", + "note-add", + "note-favorite", + "note-remove", + "note-square", + "note-text", + "notification", + "notification-1", + "notification-bing", + "notification-circle", + "notification-favorite", + "notification-status", + "omega-circle", + "omega-square", + "paintbucket", + "paperclip", + "paperclip-2", + "password-check", + "path", + "path-2", + "path-square", + "pause", + "pause-circle", + "pen-add", + "pen-close", + "pen-remove", + "pen-tool", + "pen-tool-2", + "people", + "percentage-circle", + "percentage-square", + "personalcard", + "pet", + "pharagraphspacing", + "picture-frame", + "play", + "play-add", + "play-circle", + "play-cricle", + "play-remove", + "presention-chart", + "previous", + "printer", + "printer-slash", + "profile-2user", + "profile-add", + "profile-circle", + "profile-delete", + "profile-remove", + "profile-tick", + "programming-arrow", + "programming-arrows", + "quote-down", + "quote-down-circle", + "quote-down-square", + "quote-up", + "quote-up-circle", + "quote-up-square", + "radar", + "radar-1", + "radar-2", + "radio", + "ram", + "ram-2", + "ranking", + "ranking-1", + "receipt", + "receipt-1", + "receipt-2", + "receipt-2-1", + "receipt-add", + "receipt-discount", + "receipt-disscount", + "receipt-edit", + "receipt-item", + "receipt-minus", + "receipt-search", + "receipt-square", + "receipt-text", + "received", + "receive-square", + "receive-square-2", + "record", + "record-circle", + "recovery-convert", + "redo", + "refresh", + "refresh-circle", + "refresh-left-square", + "refresh-right-square", + "refresh-square-2", + "repeat", + "repeat-circle", + "repeate-music", + "repeate-one", + "reserve", + "rotate-left", + "rotate-left-1", + "rotate-right", + "rotate-right-1", + "route-square", + "routing", + "routing-2", + "row-horizontal", + "row-vertical", + "rulerpen", + "ruler", + "safe-home", + "sagittarius", + "save-2", + "save-add", + "save-minus", + "save-remove", + "scan", + "scan-barcode", + "scanner", + "scanning", + "scissor", + "scissor-1", + "screenmirroring", + "scroll", + "search-favorite", + "search-favorite-1", + "search-normal", + "search-normal-1", + "search-status", + "search-status-1", + "search-zoom-in", + "search-zoom-in-1", + "search-zoom-out", + "search-zoom-out-1", + "security", + "security-card", + "security-safe", + "security-time", + "security-user", + "send", + "send-1", + "send-2", + "send-sqaure-2", + "send-square", + "setting", + "setting-2", + "setting-3", + "setting-4", + "setting-5", + "settings", + "shapes", + "shapes-1", + "share", + "shield", + "shield-cross", + "shield-search", + "shield-slash", + "shield-tick", + "ship", + "shop", + "shop-add", + "shopping-bag", + "shopping-cart", + "shop-remove", + "shuffle", + "sidebar-bottom", + "sidebar-left", + "sidebar-right", + "sidebar-top", + "signpost", + "simcard", + "simcard-1", + "simcard-2", + "size", + "slash", + "slider", + "slider-horizontal", + "slider-horizontal-1", + "slider-vertical", + "slider-vertical-1", + "smallcaps", + "smart-car", + "smart-home", + "smileys", + "sms", + "sms-edit", + "sms-notification", + "sms-search", + "sms-star", + "sms-tracking", + "sort", + "sound", + "speaker", + "speedometer", + "star", + "star-1", + "star-slash", + "status", + "status-up", + "sticker", + "stickynote", + "stop", + "stop-circle", + "story", + "strongbox", + "strongbox-2", + "subtitle", + "sun", + "sun-1", + "sun-fog", + "tag", + "tag-2", + "tag-cross", + "tag-right", + "tag-user", + "task", + "task-square", + "teacher", + "text", + "textalign-center", + "textalign-justifycenter", + "textalign-justifyleft", + "textalign-justifyright", + "textalign-left", + "textalign-right", + "text-block", + "text-bold", + "text-italic", + "text-underline", + "tick-circle", + "ticket", + "ticket-2", + "ticket-discount", + "ticket-expired", + "ticket-star", + "tick-square", + "timer", + "timer-1", + "timer-pause", + "timer-start", + "toggle-off", + "toggle-off-circle", + "toggle-on", + "toggle-on-circle", + "trade", + "transaction-minus", + "translate", + "trash", + "tree", + "trend-down", + "trend-up", + "triangle", + "truck", + "truck-fast", + "truck-remove", + "truck-tick", + "truck-time", + "trush-square", + "undo", + "unlimited", + "unlock", + "user", + "user-add", + "user-cirlce-add", + "user-edit", + "user-minus", + "user-octagon", + "user-remove", + "user-search", + "user-square", + "user-tag", + "user-tick", + "verify", + "video", + "video-add", + "video-circle", + "video-horizontal", + "video-octagon", + "video-play", + "video-remove", + "video-slash", + "video-square", + "video-tick", + "video-time", + "video-vertical", + "voice-cricle", + "voice-square", + "volume-cross", + "volume-high", + "volume-low", + "volume-low-1", + "volume-mute", + "volume-slash", + "volume-up", + "wallet", + "wallet-1", + "wallet-2", + "wallet-3", + "wallet-add", + "wallet-add-1", + "wallet-check", + "wallet-minus", + "wallet-money", + "wallet-remove", + "wallet-search", + "warning-2", + "watch", + "watch-status", + "weight", + "weight-1", + "wifi", + "wifi-square", + "wind", + "wind-2", + "woman", + "component1", + "calendar-12", + "data-22", + "calendar-13", + "data-23", + "d-cube-scan4", + "d-rotate4", + "d-square4", + "square4", + "support4", + "activity4", + "add4", + "add-circle4", + "additem4", + "add-square4", + "airdrop4", + "airplane4", + "airplane-square4", + "airpod4", + "airpods4", + "alarm4", + "align-bottom4", + "align-horizontally4", + "align-left4", + "align-right4", + "align-vertically4", + "aquarius4", + "archive4", + "archive-14", + "archive-23", + "archive-add4", + "archive-book4", + "archive-minus4", + "archive-slash4", + "archive-tick4", + "arrange-circle4", + "arrange-circle-24", + "arrange-square4", + "arrange-square-24", + "arrow4", + "arrow-24", + "arrow-34", + "arrow-bottom4", + "arrow-circle-down4", + "arrow-circle-left4", + "arrow-circle-right4", + "arrow-circle-up3", + "arrow-down4", + "arrow-down-14", + "arrow-down-24", + "arrow-left4", + "arrow-left-14", + "arrow-left-24", + "arrow-left-34", + "arrow-right4", + "arrow-right-14", + "arrow-right-24", + "arrow-right-34", + "arrow-right-41", + "arrow-square4", + "arrow-square-down4", + "arrow-square-left4", + "arrow-square-up4", + "arrow-swap3", + "arrow-swap-horizontal4", + "arrow-up4", + "arrow-up-14", + "arrow-up-24", + "arrow-up-34", + "attach-circle4", + "attach-square4", + "audio-square4", + "autobrightness4", + "award4", + "back-square4", + "backward4", + "backward-5-seconds4", + "backward-10-seconds4", + "backward-15-seconds4", + "backward-item4", + "bag4", + "bag-24", + "bag-cross4", + "bag-cross-14", + "bag-happy4", + "bag-tick4", + "bag-tick-24", + "bag-timer4", + "bank4", + "barcode4", + "battery-3full4", + "battery-charging4", + "battery-disable4", + "battery-empty4", + "battery-empty-14", + "battery-full4", + "bezier4", + "bill4", + "bitcoin-card4", + "bitcoin-convert4", + "bitcoin-refresh4", + "blend4", + "blend-24", + "bluetooth4", + "bluetooth-24", + "bluetooth-circle4", + "bluetooth-rectangle4", + "blur4", + "book4", + "book-14", + "bookmark4", + "bookmark-24", + "book-saved4", + "book-square4", + "box4", + "box-14", + "box-24", + "box-add4", + "box-remove4", + "box-search4", + "box-tick4", + "box-time4", + "briefcase4", + "brifecase-cross4", + "brifecase-tick4", + "brifecase-timer4", + "broom4", + "brush4", + "brush-14", + "brush-24", + "brush-34", + "brush-44", + "bubble4", + "bucket4", + "bucket-circle4", + "bucket-square4", + "building4", + "building-34", + "building-44", + "buildings4", + "buildings-24", + "buliding4", + "bus4", + "buy-crypto4", + "cake4", + "calculator4", + "calendar4", + "calendar-14", + "calendar-24", + "calendar-add4", + "calendar-circle4", + "calendar-edit4", + "calendar-remove4", + "calendar-search4", + "calendar-tick4", + "call4", + "call-add4", + "call-calling4", + "call-incoming4", +]; +export const iconlyList = { + ArrowRightSquare: "فلش راست", + Bag: "کیف", + Buy: "خرید", + Chart: "نمودار", + Document: "سند", + Home: "خانه", + Message: "پیام", + MoreCircle: "بیشتر", + User: "کاربر", + Activity: "فعالیت مربعی", + AddUser: "اضافه کردن کاربر", + ArrowDown: "فلش پایین", + ArrowDownSquare: "فلش پایین مربعی", + ArrowLeft: "فلش سمت چپ", + ArrowLeftSquare: "فلش سمت چپ مربعی", + ArrowRight: "فلش سمت راست", + // ArrowRightSquare: "فلش سمت راست مربعی", + ArrowUp: "فلش سمت بالا", + ArrowUpSquare: "فلش سمت بالا مربعی", + // Bag: "سبدخرید اول", + Bag2: "سبدخرید دوم", + Bookmark: "بوکمارک", + Calendar: "تقویم", + Call: "تماس", + Calling: "در حال تماس", + CallMissed: "تماس از دست رفته", + CallSilent: "سایلنت تماس", + Camera: "دوربین", + CaretDown: "فلش مثلثی سمت پایین", + CaretLeft: "فلش مثلثی سمت چپ", + CaretRight: "فلش مثلثی سمت راست", + CaretUp: "فلش مثلثی سمت بالا", + Category: "دسته بندی", + // Chart: "چارت", + Chat: "چت", + ChevronDown: "فلش بدون خط سمت پایین", + ChevronDownCircle: "فلش بدون خط سمت پایین دایره ای", + ChevronLeft: "فلش بدون خط سمت چپ", + ChevronLeftCircle: " فلش بدون خط سمت چپ دایره ای", + ChevronRight: "فلش بدون سمت راست دایره ای", + ChevronRightCircle: "فلش بدون خط سمت راست دایره ای", + ChevronUp: "فلش بدون خط سمت بالا دایره ای", + ChevronUpCircle: "فلش بدون خط سمت بالا دایره ای", + CloseSquare: "بستن مربعی", + Danger: "خطا یا هشدار", + Delete: "پاک کردن", + Discount: "تخفیف", + Discovery: "کاوش", + // Document: "سند", + Download: "دانلود", + Edit: "ویرایش", + EditSquare: "ویرایش مربع", + Filter: "فیلتر", + Filter2: "فیلتر دوم", + Folder: "پوشه", + Game: "بازی", + Graph: "نمودار دایره ای", + Heart: "علاقه‌مندی ها", + // Heart: "علاقه‌مندی ها دوم", + Hide: "پنهان کردن", + Image: "تصویر", + Image2: "تصویر دوم", + InfoCircle: "اطلاعات دایره‌ای", + InfoSquare: "اطلاعات مربعی", + Location: "مکان", + Lock: "قفل", + Login: "ورود", + Logout: "خروج", + MoreSquare: "بیشتر مربعی", + Notification: "اعلان", + Paper: "برگه", + PaperDownload: "دریافت برگه", + PaperFail: "عدم موفقیت در برگه", + PaperNegative: "کم کردن برگه", + PaperPlus: "اضافه کردن برگه", + PaperUpload: "آپلود برگه", + Password: "رمز عبور", + People: "کاربران", + Play: "پخش کردن", + Plus: "اضافه کردن", + Scan: "اسکن", + Search: "جستجو", + Send: "ارسال", + Setting: "تنظیمات", + ShieldDone: "حفاظت موفق", + ShieldFail: " حفاظت ناموفق", + Show: "نمایش", + Star: "ستاره", + Swap: "سواپ", + Ticket: "بلیط", + TicketStar: "بلیط ستاره دار", + TickSquare: "تیک مربعی", + TimeCircle: "ساعت دایره‌ای", + TimeSquare: "ساعت مربعی", + TwoUsers: "دو کاربر", + Unlock: "بازکردن قفل", + Upload: "آپلود", + Video: "ویدئو", + Voice: "میکروفون", + Voice2: "میکروفون دوم", + VolumeDown: "کم کردن صدا", + VolumeOff: "قطع کردن صدا", + VolumeUp: "زیاد کردن صدا", + Wallet: "کیف پول", + Work: "کیف", +}; +export default icons; diff --git a/public/font/iconsax.eot b/public/font/iconsax.eot new file mode 100644 index 0000000..e217152 Binary files /dev/null and b/public/font/iconsax.eot differ diff --git a/public/font/iconsax.svg b/public/font/iconsax.svg new file mode 100644 index 0000000..1589236 --- /dev/null +++ b/public/font/iconsax.svg @@ -0,0 +1,5763 @@ + + + +Generated by IcoMoon + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/font/iconsax.woff b/public/font/iconsax.woff new file mode 100644 index 0000000..9f2fbf9 Binary files /dev/null and b/public/font/iconsax.woff differ diff --git a/public/font/iconsax2.ttf b/public/font/iconsax2.ttf new file mode 100644 index 0000000..fbe3051 Binary files /dev/null and b/public/font/iconsax2.ttf differ diff --git a/public/font/iconsax2.woff b/public/font/iconsax2.woff new file mode 100644 index 0000000..a2031d0 Binary files /dev/null and b/public/font/iconsax2.woff differ diff --git a/public/font/iconsax2_.ttf b/public/font/iconsax2_.ttf new file mode 100644 index 0000000..86ae5d5 Binary files /dev/null and b/public/font/iconsax2_.ttf differ diff --git a/public/images/logo.png b/public/images/logo.png new file mode 100644 index 0000000..47d301d Binary files /dev/null and b/public/images/logo.png differ diff --git a/public/style.css b/public/style.css new file mode 100644 index 0000000..4d5f9cf --- /dev/null +++ b/public/style.css @@ -0,0 +1,29074 @@ +@font-face { + font-family: 'iconsax'; + src: url('font/iconsax.eot?yjegnn'); + src: url('font/iconsax.eot?yjegnn#iefix') format('embedded-opentype'), + url('font/iconsax.ttf?yjegnn') format('truetype'), + url('font/iconsax.woff?yjegnn') format('woff'), + url('font/iconsax.svg?yjegnn#iconsax') format('svg'); + font-weight: normal; + font-style: normal; + font-display: block; +} + +.isax { + /* use !important to prevent issues with browser extensions that change font */ + font-family: 'iconsax' !important; + speak: never; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.isax-dcube:before { + content: "\e901"; +} +.isax-d-cube-scan:before { + content: "\e902"; +} +.isax-d-rotate:before { + content: "\e903"; +} +.isax-d-square:before { + content: "\e904"; +} +.isax-square:before { + content: "\e905"; +} +.isax-support:before { + content: "\e906"; +} +.isax-activity:before { + content: "\e907"; +} +.isax-add:before { + content: "\e908"; +} +.isax-add-circle:before { + content: "\e909"; +} +.isax-additem:before { + content: "\e90a"; +} +.isax-add-square:before { + content: "\e90b"; +} +.isax-airdrop:before { + content: "\e90c"; +} +.isax-airplane:before { + content: "\e90d"; +} +.isax-airplane-square:before { + content: "\e90e"; +} +.isax-airpod:before { + content: "\e90f"; +} +.isax-airpods:before { + content: "\e910"; +} +.isax-alarm:before { + content: "\e911"; +} +.isax-align-bottom:before { + content: "\e912"; +} +.isax-align-horizontally:before { + content: "\e913"; +} +.isax-align-left:before { + content: "\e914"; +} +.isax-align-right:before { + content: "\e915"; +} +.isax-align-vertically:before { + content: "\e916"; +} +.isax-aquarius:before { + content: "\e917"; +} +.isax-archive:before { + content: "\e918"; +} +.isax-archive-1:before { + content: "\e919"; +} +.isax-archive-2:before { + content: "\e91a"; +} +.isax-archive-add:before { + content: "\e91b"; +} +.isax-archive-book:before { + content: "\e91c"; +} +.isax-archive-minus:before { + content: "\e91d"; +} +.isax-archive-slash:before { + content: "\e91e"; +} +.isax-archive-tick:before { + content: "\e91f"; +} +.isax-arrange-circle:before { + content: "\e920"; +} +.isax-arrange-circle-2:before { + content: "\e921"; +} +.isax-arrange-square:before { + content: "\e922"; +} +.isax-arrange-square-2:before { + content: "\e923"; +} +.isax-arrow:before { + content: "\e924"; +} +.isax-arrow-2:before { + content: "\e925"; +} +.isax-arrow-3:before { + content: "\e926"; +} +.isax-arrow-bottom:before { + content: "\e927"; +} +.isax-arrow-circle-down:before { + content: "\e928"; +} +.isax-arrow-circle-left:before { + content: "\e929"; +} +.isax-arrow-circle-right:before { + content: "\e92a"; +} +.isax-arrow-circle-up:before { + content: "\e92b"; +} +.isax-arrow-down:before { + content: "\e92c"; +} +.isax-arrow-down-1:before { + content: "\e92d"; +} +.isax-arrow-down-2:before { + content: "\e92e"; +} +.isax-arrow-left:before { + content: "\e92f"; +} +.isax-arrow-left-1:before { + content: "\e930"; +} +.isax-arrow-left-2:before { + content: "\e931"; +} +.isax-arrow-left-3:before { + content: "\e932"; +} +.isax-arrow-right:before { + content: "\e933"; +} +.isax-arrow-right-1:before { + content: "\e934"; +} +.isax-arrow-right-2:before { + content: "\e935"; +} +.isax-arrow-right-3:before { + content: "\e936"; +} +.isax-arrow-right-4:before { + content: "\e937"; +} +.isax-arrow-square:before { + content: "\e938"; +} +.isax-arrow-square-down:before { + content: "\e939"; +} +.isax-arrow-square-left:before { + content: "\e93a"; +} +.isax-arrow-square-up:before { + content: "\e93b"; +} +.isax-arrow-swap:before { + content: "\e93c"; +} +.isax-arrow-swap-horizontal:before { + content: "\e93d"; +} +.isax-arrow-up:before { + content: "\e93e"; +} +.isax-arrow-up-1:before { + content: "\e93f"; +} +.isax-arrow-up-2:before { + content: "\e940"; +} +.isax-arrow-up-3:before { + content: "\e941"; +} +.isax-attach-circle:before { + content: "\e942"; +} +.isax-attach-square:before { + content: "\e943"; +} +.isax-audio-square:before { + content: "\e944"; +} +.isax-autobrightness:before { + content: "\e945"; +} +.isax-award:before { + content: "\e946"; +} +.isax-back-square:before { + content: "\e947"; +} +.isax-backward:before { + content: "\e948"; +} +.isax-backward-5-seconds:before { + content: "\e949"; +} +.isax-backward-10-seconds:before { + content: "\e94a"; +} +.isax-backward-15-seconds:before { + content: "\e94b"; +} +.isax-backward-item:before { + content: "\e94c"; +} +.isax-bag:before { + content: "\e94d"; +} +.isax-bag-2:before { + content: "\e94e"; +} +.isax-bag-cross:before { + content: "\e94f"; +} +.isax-bag-cross-1:before { + content: "\e950"; +} +.isax-bag-happy:before { + content: "\e951"; +} +.isax-bag-tick:before { + content: "\e952"; +} +.isax-bag-tick-2:before { + content: "\e953"; +} +.isax-bag-timer:before { + content: "\e954"; +} +.isax-bank:before { + content: "\e955"; +} +.isax-barcode:before { + content: "\e956"; +} +.isax-battery-3full:before { + content: "\e957"; +} +.isax-battery-charging:before { + content: "\e958"; +} +.isax-battery-disable:before { + content: "\e959"; +} +.isax-battery-empty:before { + content: "\e95a"; +} +.isax-battery-empty-1:before { + content: "\e95b"; +} +.isax-battery-full:before { + content: "\e95c"; +} +.isax-bezier:before { + content: "\e95d"; +} +.isax-bill:before { + content: "\e95e"; +} +.isax-bitcoin-card:before { + content: "\e95f"; +} +.isax-bitcoin-convert:before { + content: "\e960"; +} +.isax-bitcoin-refresh:before { + content: "\e961"; +} +.isax-blend:before { + content: "\e962"; +} +.isax-blend-2:before { + content: "\e963"; +} +.isax-bluetooth:before { + content: "\e964"; +} +.isax-bluetooth-2:before { + content: "\e965"; +} +.isax-bluetooth-circle:before { + content: "\e966"; +} +.isax-bluetooth-rectangle:before { + content: "\e967"; +} +.isax-blur:before { + content: "\e968"; +} +.isax-book:before { + content: "\e969"; +} +.isax-book-1:before { + content: "\e96a"; +} +.isax-bookmark:before { + content: "\e96b"; +} +.isax-bookmark-2:before { + content: "\e96c"; +} +.isax-book-saved:before { + content: "\e96d"; +} +.isax-book-square:before { + content: "\e96e"; +} +.isax-box:before { + content: "\e96f"; +} +.isax-box-1:before { + content: "\e970"; +} +.isax-box-2:before { + content: "\e971"; +} +.isax-box-add:before { + content: "\e972"; +} +.isax-box-remove:before { + content: "\e973"; +} +.isax-box-search:before { + content: "\e974"; +} +.isax-box-tick:before { + content: "\e975"; +} +.isax-box-time:before { + content: "\e976"; +} +.isax-briefcase:before { + content: "\e977"; +} +.isax-brifecase-cross:before { + content: "\e978"; +} +.isax-brifecase-tick:before { + content: "\e979"; +} +.isax-brifecase-timer:before { + content: "\e97a"; +} +.isax-broom:before { + content: "\e97b"; +} +.isax-brush:before { + content: "\e97c"; +} +.isax-brush-1:before { + content: "\e97d"; +} +.isax-brush-2:before { + content: "\e97e"; +} +.isax-brush-3:before { + content: "\e97f"; +} +.isax-brush-4:before { + content: "\e980"; +} +.isax-bubble:before { + content: "\e981"; +} +.isax-bucket:before { + content: "\e982"; +} +.isax-bucket-circle:before { + content: "\e983"; +} +.isax-bucket-square:before { + content: "\e984"; +} +.isax-building:before { + content: "\e985"; +} +.isax-building-3:before { + content: "\e986"; +} +.isax-building-4:before { + content: "\e987"; +} +.isax-buildings:before { + content: "\e988"; +} +.isax-buildings-2:before { + content: "\e989"; +} +.isax-buliding:before { + content: "\e98a"; +} +.isax-bus:before { + content: "\e98b"; +} +.isax-buy-crypto:before { + content: "\e98c"; +} +.isax-cake:before { + content: "\e98d"; +} +.isax-calculator:before { + content: "\e98e"; +} +.isax-calendar:before { + content: "\e98f"; +} +.isax-calendar-1:before { + content: "\e990"; +} +.isax-calendar-2:before { + content: "\e991"; +} +.isax-calendar-add:before { + content: "\e992"; +} +.isax-calendar-circle:before { + content: "\e993"; +} +.isax-calendar-edit:before { + content: "\e994"; +} +.isax-calendar-remove:before { + content: "\e995"; +} +.isax-calendar-search:before { + content: "\e996"; +} +.isax-calendar-tick:before { + content: "\e997"; +} +.isax-call:before { + content: "\e998"; +} +.isax-call-add:before { + content: "\e999"; +} +.isax-call-calling:before { + content: "\e99a"; +} +.isax-call-incoming:before { + content: "\e99b"; +} +.isax-call-minus:before { + content: "\e99c"; +} +.isax-call-outgoing:before { + content: "\e99d"; +} +.isax-call-received:before { + content: "\e99e"; +} +.isax-call-remove:before { + content: "\e99f"; +} +.isax-call-slash:before { + content: "\e9a0"; +} +.isax-camera:before { + content: "\e9a1"; +} +.isax-camera-slash:before { + content: "\e9a2"; +} +.isax-candle:before { + content: "\e9a3"; +} +.isax-candle-2:before { + content: "\e9a4"; +} +.isax-car:before { + content: "\e9a5"; +} +.isax-card:before { + content: "\e9a6"; +} +.isax-card-add:before { + content: "\e9a7"; +} +.isax-card-coin:before { + content: "\e9a8"; +} +.isax-card-edit:before { + content: "\e9a9"; +} +.isax-card-pos:before { + content: "\e9aa"; +} +.isax-card-receive:before { + content: "\e9ab"; +} +.isax-card-remove:before { + content: "\e9ac"; +} +.isax-card-remove-1:before { + content: "\e9ad"; +} +.isax-cards:before { + content: "\e9ae"; +} +.isax-card-send:before { + content: "\e9af"; +} +.isax-card-slash:before { + content: "\e9b0"; +} +.isax-card-tick:before { + content: "\e9b1"; +} +.isax-card-tick-1:before { + content: "\e9b2"; +} +.isax-category:before { + content: "\e9b3"; +} +.isax-category-2:before { + content: "\e9b4"; +} +.isax-cd:before { + content: "\e9b5"; +} +.isax-chart:before { + content: "\e9b6"; +} +.isax-chart-1:before { + content: "\e9b7"; +} +.isax-chart-2:before { + content: "\e9b8"; +} +.isax-chart-3:before { + content: "\e9b9"; +} +.isax-chart-21:before { + content: "\e9ba"; +} +.isax-chart-fail:before { + content: "\e9bb"; +} +.isax-chart-square:before { + content: "\e9bc"; +} +.isax-chart-success:before { + content: "\e9bd"; +} +.isax-check:before { + content: "\e9be"; +} +.isax-chrome:before { + content: "\e9bf"; +} +.isax-clipboard:before { + content: "\e9c0"; +} +.isax-clipboard-close:before { + content: "\e9c1"; +} +.isax-clipboard-export:before { + content: "\e9c2"; +} +.isax-clipboard-import:before { + content: "\e9c3"; +} +.isax-clipboard-text:before { + content: "\e9c4"; +} +.isax-clipboard-tick:before { + content: "\e9c5"; +} +.isax-clock:before { + content: "\e9c6"; +} +.isax-clock-1:before { + content: "\e9c7"; +} +.isax-close-circle:before { + content: "\e9c8"; +} +.isax-close-square:before { + content: "\e9c9"; +} +.isax-cloud:before { + content: "\e9ca"; +} +.isax-cloud-add:before { + content: "\e9cb"; +} +.isax-cloud-change:before { + content: "\e9cc"; +} +.isax-cloud-connection:before { + content: "\e9cd"; +} +.isax-cloud-cross:before { + content: "\e9ce"; +} +.isax-cloud-drizzle:before { + content: "\e9cf"; +} +.isax-cloud-fog:before { + content: "\e9d0"; +} +.isax-cloud-lightning:before { + content: "\e9d1"; +} +.isax-cloud-minus:before { + content: "\e9d2"; +} +.isax-cloud-notif:before { + content: "\e9d3"; +} +.isax-cloud-plus:before { + content: "\e9d4"; +} +.isax-cloud-remove:before { + content: "\e9d5"; +} +.isax-cloud-snow:before { + content: "\e9d6"; +} +.isax-cloud-sunny:before { + content: "\e9d7"; +} +.isax-code:before { + content: "\e9d8"; +} +.isax-code-1:before { + content: "\e9d9"; +} +.isax-code-circle:before { + content: "\e9da"; +} +.isax-coffee:before { + content: "\e9db"; +} +.isax-coin:before { + content: "\e9dc"; +} +.isax-coin-1:before { + content: "\e9dd"; +} +.isax-colorfilter:before { + content: "\e9de"; +} +.isax-colors-square:before { + content: "\e9df"; +} +.isax-color-swatch:before { + content: "\e9e0"; +} +.isax-command:before { + content: "\e9e1"; +} +.isax-command-square:before { + content: "\e9e2"; +} +.isax-component:before { + content: "\e9e3"; +} +.isax-computing:before { + content: "\e9e4"; +} +.isax-convert:before { + content: "\e9e5"; +} +.isax-convert-3d-cube:before { + content: "\e9e6"; +} +.isax-convert-card:before { + content: "\e9e7"; +} +.isax-convertshape:before { + content: "\e9e8"; +} +.isax-convertshape-2:before { + content: "\e9e9"; +} +.isax-copy:before { + content: "\e9ea"; +} +.isax-copyright:before { + content: "\e9eb"; +} +.isax-copy-success:before { + content: "\e9ec"; +} +.isax-courthouse:before { + content: "\e9ed"; +} +.isax-cpu:before { + content: "\e9ee"; +} +.isax-cpu-charge:before { + content: "\e9ef"; +} +.isax-cpu-setting:before { + content: "\e9f0"; +} +.isax-creative-commons:before { + content: "\e9f1"; +} +.isax-crop:before { + content: "\e9f2"; +} +.isax-crown:before { + content: "\e9f3"; +} +.isax-crown-1:before { + content: "\e9f4"; +} +.isax-cup:before { + content: "\e9f5"; +} +.isax-danger:before { + content: "\e9f6"; +} +.isax-data:before { + content: "\e9f7"; +} +.isax-data-2 .path1:before { + content: "\e9f8"; + color: rgb(41, 45, 50); +} +.isax-data-2 .path2:before { + content: "\e9f9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data-2 .path3:before { + content: "\e9fa"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data-2 .path4:before { + content: "\e9fb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data-2 .path5:before { + content: "\e9fc"; + margin-left: -1em; + color: rgb(255, 255, 255); +} +.isax-data-2 .path6:before { + content: "\e9fd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data-2 .path7:before { + content: "\e9fe"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data-2 .path8:before { + content: "\e9ff"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-designtools:before { + content: "\ea00"; +} +.isax-device-message:before { + content: "\ea01"; +} +.isax-devices:before { + content: "\ea02"; +} +.isax-devices-1:before { + content: "\ea03"; +} +.isax-diagram:before { + content: "\ea04"; +} +.isax-diamonds:before { + content: "\ea05"; +} +.isax-direct:before { + content: "\ea06"; +} +.isax-directbox-default:before { + content: "\ea07"; +} +.isax-directbox-notif:before { + content: "\ea08"; +} +.isax-directbox-receive:before { + content: "\ea09"; +} +.isax-directbox-send:before { + content: "\ea0a"; +} +.isax-direct-down:before { + content: "\ea0b"; +} +.isax-direct-inbox:before { + content: "\ea0c"; +} +.isax-direct-left:before { + content: "\ea0d"; +} +.isax-direct-normal:before { + content: "\ea0e"; +} +.isax-direct-notification:before { + content: "\ea0f"; +} +.isax-direct-right:before { + content: "\ea10"; +} +.isax-direct-send:before { + content: "\ea11"; +} +.isax-direct-up:before { + content: "\ea12"; +} +.isax-discount-circle:before { + content: "\ea13"; +} +.isax-discount-shape:before { + content: "\ea14"; +} +.isax-discover:before { + content: "\ea15"; +} +.isax-discover-1:before { + content: "\ea16"; +} +.isax-dislike:before { + content: "\ea17"; +} +.isax-document:before { + content: "\ea18"; +} +.isax-document-1:before { + content: "\ea19"; +} +.isax-document-cloud:before { + content: "\ea1a"; +} +.isax-document-code:before { + content: "\ea1b"; +} +.isax-document-code-2:before { + content: "\ea1c"; +} +.isax-document-copy:before { + content: "\ea1d"; +} +.isax-document-download:before { + content: "\ea1e"; +} +.isax-document-favorite:before { + content: "\ea1f"; +} +.isax-document-filter:before { + content: "\ea20"; +} +.isax-document-forward:before { + content: "\ea21"; +} +.isax-document-like:before { + content: "\ea22"; +} +.isax-document-normal:before { + content: "\ea23"; +} +.isax-document-previous:before { + content: "\ea24"; +} +.isax-document-sketch:before { + content: "\ea25"; +} +.isax-document-text:before { + content: "\ea26"; +} +.isax-document-text-1:before { + content: "\ea27"; +} +.isax-document-upload:before { + content: "\ea28"; +} +.isax-dollar-circle:before { + content: "\ea29"; +} +.isax-dollar-square:before { + content: "\ea2a"; +} +.isax-driver:before { + content: "\ea2b"; +} +.isax-driver-2:before { + content: "\ea2c"; +} +.isax-driver-refresh:before { + content: "\ea2d"; +} +.isax-driving:before { + content: "\ea2e"; +} +.isax-edit:before { + content: "\ea2f"; +} +.isax-edit-2:before { + content: "\ea30"; +} +.isax-electricity:before { + content: "\ea31"; +} +.isax-element-2:before { + content: "\ea32"; +} +.isax-element-3:before { + content: "\ea33"; +} +.isax-element-4:before { + content: "\ea34"; +} +.isax-element-equal:before { + content: "\ea35"; +} +.isax-element-plus:before { + content: "\ea36"; +} +.isax-emoji-happy:before { + content: "\ea37"; +} +.isax-emoji-normal:before { + content: "\ea38"; +} +.isax-emoji-sad:before { + content: "\ea39"; +} +.isax-empty-wallet:before { + content: "\ea3a"; +} +.isax-empty-wallet-add:before { + content: "\ea3b"; +} +.isax-empty-wallet-change:before { + content: "\ea3c"; +} +.isax-empty-wallet-remove:before { + content: "\ea3d"; +} +.isax-empty-wallet-tick:before { + content: "\ea3e"; +} +.isax-empty-wallet-time:before { + content: "\ea3f"; +} +.isax-eraser:before { + content: "\ea40"; +} +.isax-eraser-1:before { + content: "\ea41"; +} +.isax-export:before { + content: "\ea42"; +} +.isax-export-1:before { + content: "\ea43"; +} +.isax-export-2:before { + content: "\ea44"; +} +.isax-export-3:before { + content: "\ea45"; +} +.isax-external-drive:before { + content: "\ea46"; +} +.isax-eye:before { + content: "\ea47"; +} +.isax-eye-slash:before { + content: "\ea48"; +} +.isax-fatrows:before { + content: "\ea49"; +} +.isax-favorite-chart:before { + content: "\ea4a"; +} +.isax-filter:before { + content: "\ea4b"; +} +.isax-filter-add:before { + content: "\ea4c"; +} +.isax-filter-edit:before { + content: "\ea4d"; +} +.isax-filter-remove:before { + content: "\ea4e"; +} +.isax-filter-search:before { + content: "\ea4f"; +} +.isax-filter-square:before { + content: "\ea50"; +} +.isax-filter-tick:before { + content: "\ea51"; +} +.isax-finger-cricle:before { + content: "\ea52"; +} +.isax-finger-scan:before { + content: "\ea53"; +} +.isax-firstline:before { + content: "\ea54"; +} +.isax-flag:before { + content: "\ea55"; +} +.isax-flag-2:before { + content: "\ea56"; +} +.isax-flash:before { + content: "\ea57"; +} +.isax-flash-1:before { + content: "\ea58"; +} +.isax-flash-circle:before { + content: "\ea59"; +} +.isax-flash-circle-1:before { + content: "\ea5a"; +} +.isax-flash-slash:before { + content: "\ea5b"; +} +.isax-folder:before { + content: "\ea5c"; +} +.isax-folder-2:before { + content: "\ea5d"; +} +.isax-folder-add:before { + content: "\ea5e"; +} +.isax-folder-cloud:before { + content: "\ea5f"; +} +.isax-folder-connection:before { + content: "\ea60"; +} +.isax-folder-cross:before { + content: "\ea61"; +} +.isax-folder-favorite:before { + content: "\ea62"; +} +.isax-folder-minus:before { + content: "\ea63"; +} +.isax-folder-open:before { + content: "\ea64"; +} +.isax-forbidden:before { + content: "\ea65"; +} +.isax-forbidden-2:before { + content: "\ea66"; +} +.isax-format-circle:before { + content: "\ea67"; +} +.isax-format-square:before { + content: "\ea68"; +} +.isax-forward:before { + content: "\ea69"; +} +.isax-forward-5-seconds:before { + content: "\ea6a"; +} +.isax-forward-10-seconds:before { + content: "\ea6b"; +} +.isax-forward-15-seconds:before { + content: "\ea6c"; +} +.isax-forward-item:before { + content: "\ea6d"; +} +.isax-forward-square:before { + content: "\ea6e"; +} +.isax-frame:before { + content: "\ea6f"; +} +.isax-frame-1:before { + content: "\ea70"; +} +.isax-frame-2:before { + content: "\ea71"; +} +.isax-frame-3:before { + content: "\ea72"; +} +.isax-frame-4:before { + content: "\ea73"; +} +.isax-gallery:before { + content: "\ea74"; +} +.isax-gallery-add:before { + content: "\ea75"; +} +.isax-gallery-edit:before { + content: "\ea76"; +} +.isax-gallery-export:before { + content: "\ea77"; +} +.isax-gallery-favorite:before { + content: "\ea78"; +} +.isax-gallery-import:before { + content: "\ea79"; +} +.isax-gallery-remove:before { + content: "\ea7a"; +} +.isax-gallery-slash:before { + content: "\ea7b"; +} +.isax-gallery-tick:before { + content: "\ea7c"; +} +.isax-game:before { + content: "\ea7d"; +} +.isax-gameboy:before { + content: "\ea7e"; +} +.isax-gas-station:before { + content: "\ea7f"; +} +.isax-gemini:before { + content: "\ea80"; +} +.isax-gemini-2:before { + content: "\ea81"; +} +.isax-ghost:before { + content: "\ea82"; +} +.isax-gift:before { + content: "\ea83"; +} +.isax-glass:before { + content: "\ea84"; +} +.isax-glass-1:before { + content: "\ea85"; +} +.isax-global:before { + content: "\ea86"; +} +.isax-global-edit:before { + content: "\ea87"; +} +.isax-global-refresh:before { + content: "\ea88"; +} +.isax-global-search:before { + content: "\ea89"; +} +.isax-gps:before { + content: "\ea8a"; +} +.isax-gps-slash:before { + content: "\ea8b"; +} +.isax-grammerly:before { + content: "\ea8c"; +} +.isax-graph:before { + content: "\ea8d"; +} +.isax-grid-1:before { + content: "\ea8e"; +} +.isax-grid-2:before { + content: "\ea8f"; +} +.isax-grid-3:before { + content: "\ea90"; +} +.isax-grid-4:before { + content: "\ea91"; +} +.isax-grid-5:before { + content: "\ea92"; +} +.isax-grid-6:before { + content: "\ea93"; +} +.isax-grid-7:before { + content: "\ea94"; +} +.isax-grid-8:before { + content: "\ea95"; +} +.isax-grid-9:before { + content: "\ea96"; +} +.isax-grid-edit:before { + content: "\ea97"; +} +.isax-grid-eraser:before { + content: "\ea98"; +} +.isax-grid-lock:before { + content: "\ea99"; +} +.isax-happyemoji:before { + content: "\ea9a"; +} +.isax-hashtag:before { + content: "\ea9b"; +} +.isax-hashtag-1:before { + content: "\ea9c"; +} +.isax-hashtag-down:before { + content: "\ea9d"; +} +.isax-hashtag-up:before { + content: "\ea9e"; +} +.isax-headphone:before { + content: "\ea9f"; +} +.isax-headphones:before { + content: "\eaa0"; +} +.isax-health:before { + content: "\eaa1"; +} +.isax-heart:before { + content: "\eaa2"; +} +.isax-heart-add:before { + content: "\eaa3"; +} +.isax-heart-circle:before { + content: "\eaa4"; +} +.isax-heart-edit:before { + content: "\eaa5"; +} +.isax-heart-remove:before { + content: "\eaa6"; +} +.isax-heart-search:before { + content: "\eaa7"; +} +.isax-heart-slash:before { + content: "\eaa8"; +} +.isax-heart-tick:before { + content: "\eaa9"; +} +.isax-hierarchy:before { + content: "\eaaa"; +} +.isax-hierarchy-2:before { + content: "\eaab"; +} +.isax-hierarchy-3:before { + content: "\eaac"; +} +.isax-hierarchy-square:before { + content: "\eaad"; +} +.isax-hierarchy-square-2:before { + content: "\eaae"; +} +.isax-hierarchy-square-3:before { + content: "\eaaf"; +} +.isax-home:before { + content: "\eab0"; +} +.isax-home-1:before { + content: "\eab1"; +} +.isax-home-2:before { + content: "\eab2"; +} +.isax-home-hashtag:before { + content: "\eab3"; +} +.isax-home-trend-down:before { + content: "\eab4"; +} +.isax-home-trend-up:before { + content: "\eab5"; +} +.isax-home-wifi:before { + content: "\eab6"; +} +.isax-hospital:before { + content: "\eab7"; +} +.isax-house:before { + content: "\eab8"; +} +.isax-house-2:before { + content: "\eab9"; +} +.isax-icon:before { + content: "\eaba"; +} +.isax-image:before { + content: "\eabb"; +} +.isax-import:before { + content: "\eabc"; +} +.isax-import-1:before { + content: "\eabd"; +} +.isax-import-2:before { + content: "\eabe"; +} +.isax-info-circle:before { + content: "\eabf"; +} +.isax-information:before { + content: "\eac0"; +} +.isax-instagram:before { + content: "\eac1"; +} +.isax-judge:before { + content: "\eac2"; +} +.isax-kanban:before { + content: "\eac3"; +} +.isax-key:before { + content: "\eac4"; +} +.isax-keyboard:before { + content: "\eac5"; +} +.isax-keyboard-open:before { + content: "\eac6"; +} +.isax-key-square:before { + content: "\eac7"; +} +.isax-lamp:before { + content: "\eac8"; +} +.isax-lamp-1:before { + content: "\eac9"; +} +.isax-lamp-charge:before { + content: "\eaca"; +} +.isax-lamp-on:before { + content: "\eacb"; +} +.isax-lamp-slash:before { + content: "\eacc"; +} +.isax-language-circle:before { + content: "\eacd"; +} +.isax-language-square:before { + content: "\eace"; +} +.isax-layer:before { + content: "\eacf"; +} +.isax-level:before { + content: "\ead0"; +} +.isax-lifebuoy:before { + content: "\ead1"; +} +.isax-like:before { + content: "\ead2"; +} +.isax-like-1:before { + content: "\ead3"; +} +.isax-like-dislike:before { + content: "\ead4"; +} +.isax-like-shapes:before { + content: "\ead5"; +} +.isax-like-tag:before { + content: "\ead6"; +} +.isax-link:before { + content: "\ead7"; +} +.isax-link-1:before { + content: "\ead8"; +} +.isax-link-2:before { + content: "\ead9"; +} +.isax-link-21:before { + content: "\eada"; +} +.isax-link-circle:before { + content: "\eadb"; +} +.isax-link-square:before { + content: "\eadc"; +} +.isax-location:before { + content: "\eadd"; +} +.isax-location-add:before { + content: "\eade"; +} +.isax-location-cross:before { + content: "\eadf"; +} +.isax-location-minus:before { + content: "\eae0"; +} +.isax-location-slash:before { + content: "\eae1"; +} +.isax-location-tick:before { + content: "\eae2"; +} +.isax-lock:before { + content: "\eae3"; +} +.isax-lock-1:before { + content: "\eae4"; +} +.isax-lock-circle:before { + content: "\eae5"; +} +.isax-lock-slash:before { + content: "\eae6"; +} +.isax-login:before { + content: "\eae7"; +} +.isax-login-1:before { + content: "\eae8"; +} +.isax-logout:before { + content: "\eae9"; +} +.isax-logout-1:before { + content: "\eaea"; +} +.isax-lovely:before { + content: "\eaeb"; +} +.isax-magicpen:before { + content: "\eaec"; +} +.isax-magic-star:before { + content: "\eaed"; +} +.isax-main-component:before { + content: "\eaee"; +} +.isax-man:before { + content: "\eaef"; +} +.isax-map:before { + content: "\eaf0"; +} +.isax-map-1:before { + content: "\eaf1"; +} +.isax-mask:before { + content: "\eaf2"; +} +.isax-mask-1:before { + content: "\eaf3"; +} +.isax-mask-2:before { + content: "\eaf4"; +} +.isax-math:before { + content: "\eaf5"; +} +.isax-maximize:before { + content: "\eaf6"; +} +.isax-maximize-1:before { + content: "\eaf7"; +} +.isax-maximize-2:before { + content: "\eaf8"; +} +.isax-maximize-3:before { + content: "\eaf9"; +} +.isax-maximize-4:before { + content: "\eafa"; +} +.isax-maximize-21:before { + content: "\eafb"; +} +.isax-maximize-circle:before { + content: "\eafc"; +} +.isax-medal:before { + content: "\eafd"; +} +.isax-medal-star:before { + content: "\eafe"; +} +.isax-menu:before { + content: "\eaff"; +} +.isax-menu-1:before { + content: "\eb00"; +} +.isax-menu-board:before { + content: "\eb01"; +} +.isax-message:before { + content: "\eb02"; +} +.isax-message-2:before { + content: "\eb03"; +} +.isax-message-add:before { + content: "\eb04"; +} +.isax-message-add-1:before { + content: "\eb05"; +} +.isax-message-circle:before { + content: "\eb06"; +} +.isax-message-edit:before { + content: "\eb07"; +} +.isax-message-favorite:before { + content: "\eb08"; +} +.isax-message-minus:before { + content: "\eb09"; +} +.isax-message-notif:before { + content: "\eb0a"; +} +.isax-message-programming:before { + content: "\eb0b"; +} +.isax-message-question:before { + content: "\eb0c"; +} +.isax-message-remove:before { + content: "\eb0d"; +} +.isax-messages:before { + content: "\eb0e"; +} +.isax-messages-1:before { + content: "\eb0f"; +} +.isax-messages-2:before { + content: "\eb10"; +} +.isax-messages-3:before { + content: "\eb11"; +} +.isax-message-search:before { + content: "\eb12"; +} +.isax-message-square:before { + content: "\eb13"; +} +.isax-message-text:before { + content: "\eb14"; +} +.isax-message-text-1:before { + content: "\eb15"; +} +.isax-message-tick:before { + content: "\eb16"; +} +.isax-message-time:before { + content: "\eb17"; +} +.isax-microphone:before { + content: "\eb18"; +} +.isax-microphone-2:before { + content: "\eb19"; +} +.isax-microphone-slash:before { + content: "\eb1a"; +} +.isax-microphone-slash-1:before { + content: "\eb1b"; +} +.isax-microscope:before { + content: "\eb1c"; +} +.isax-milk:before { + content: "\eb1d"; +} +.isax-mini-music-sqaure:before { + content: "\eb1e"; +} +.isax-minus:before { + content: "\eb1f"; +} +.isax-minus-cirlce:before { + content: "\eb20"; +} +.isax-minus-square:before { + content: "\eb21"; +} +.isax-mirror:before { + content: "\eb22"; +} +.isax-mirroring-screen:before { + content: "\eb23"; +} +.isax-mobile:before { + content: "\eb24"; +} +.isax-mobile-programming:before { + content: "\eb25"; +} +.isax-money:before { + content: "\eb26"; +} +.isax-money-2:before { + content: "\eb27"; +} +.isax-money-3:before { + content: "\eb28"; +} +.isax-money-4:before { + content: "\eb29"; +} +.isax-money-add:before { + content: "\eb2a"; +} +.isax-money-change:before { + content: "\eb2b"; +} +.isax-money-forbidden:before { + content: "\eb2c"; +} +.isax-money-recive:before { + content: "\eb2d"; +} +.isax-money-remove:before { + content: "\eb2e"; +} +.isax-moneys:before { + content: "\eb2f"; +} +.isax-money-send:before { + content: "\eb30"; +} +.isax-money-tick:before { + content: "\eb31"; +} +.isax-money-time:before { + content: "\eb32"; +} +.isax-monitor:before { + content: "\eb33"; +} +.isax-monitor-mobbile:before { + content: "\eb34"; +} +.isax-monitor-recorder:before { + content: "\eb35"; +} +.isax-moon:before { + content: "\eb36"; +} +.isax-more:before { + content: "\eb37"; +} +.isax-more-2:before { + content: "\eb38"; +} +.isax-more-circle:before { + content: "\eb39"; +} +.isax-more-square:before { + content: "\eb3a"; +} +.isax-mouse:before { + content: "\eb3b"; +} +.isax-mouse-1:before { + content: "\eb3c"; +} +.isax-mouse-circle:before { + content: "\eb3d"; +} +.isax-mouse-square:before { + content: "\eb3e"; +} +.isax-music:before { + content: "\eb3f"; +} +.isax-music-circle:before { + content: "\eb40"; +} +.isax-music-dashboard:before { + content: "\eb41"; +} +.isax-music-filter:before { + content: "\eb42"; +} +.isax-music-library-2:before { + content: "\eb43"; +} +.isax-musicnote:before { + content: "\eb44"; +} +.isax-music-play:before { + content: "\eb45"; +} +.isax-music-playlist:before { + content: "\eb46"; +} +.isax-music-square:before { + content: "\eb47"; +} +.isax-music-square-add:before { + content: "\eb48"; +} +.isax-music-square-remove:before { + content: "\eb49"; +} +.isax-music-square-search:before { + content: "\eb4a"; +} +.isax-next:before { + content: "\eb4b"; +} +.isax-note:before { + content: "\eb4c"; +} +.isax-note-1:before { + content: "\eb4d"; +} +.isax-note-2:before { + content: "\eb4e"; +} +.isax-note-21:before { + content: "\eb4f"; +} +.isax-note-add:before { + content: "\eb50"; +} +.isax-note-favorite:before { + content: "\eb51"; +} +.isax-note-remove:before { + content: "\eb52"; +} +.isax-note-square:before { + content: "\eb53"; +} +.isax-note-text:before { + content: "\eb54"; +} +.isax-notification:before { + content: "\eb55"; +} +.isax-notification-1:before { + content: "\eb56"; +} +.isax-notification-bing:before { + content: "\eb57"; +} +.isax-notification-circle:before { + content: "\eb58"; +} +.isax-notification-favorite:before { + content: "\eb59"; +} +.isax-notification-status:before { + content: "\eb5a"; +} +.isax-omega-circle:before { + content: "\eb5b"; +} +.isax-omega-square:before { + content: "\eb5c"; +} +.isax-paintbucket:before { + content: "\eb5d"; +} +.isax-paperclip:before { + content: "\eb5e"; +} +.isax-paperclip-2:before { + content: "\eb5f"; +} +.isax-password-check:before { + content: "\eb60"; +} +.isax-path:before { + content: "\eb61"; +} +.isax-path-2:before { + content: "\eb62"; +} +.isax-path-square:before { + content: "\eb63"; +} +.isax-pause:before { + content: "\eb64"; +} +.isax-pause-circle:before { + content: "\eb65"; +} +.isax-pen-add:before { + content: "\eb66"; +} +.isax-pen-close:before { + content: "\eb67"; +} +.isax-pen-remove:before { + content: "\eb68"; +} +.isax-pen-tool:before { + content: "\eb69"; +} +.isax-pen-tool-2:before { + content: "\eb6a"; +} +.isax-people:before { + content: "\eb6b"; +} +.isax-percentage-circle:before { + content: "\eb6c"; +} +.isax-percentage-square:before { + content: "\eb6d"; +} +.isax-personalcard:before { + content: "\eb6e"; +} +.isax-pet:before { + content: "\eb6f"; +} +.isax-pharagraphspacing:before { + content: "\eb70"; +} +.isax-picture-frame:before { + content: "\eb71"; +} +.isax-play:before { + content: "\eb72"; +} +.isax-play-add:before { + content: "\eb73"; +} +.isax-play-circle:before { + content: "\eb74"; +} +.isax-play-cricle:before { + content: "\eb75"; +} +.isax-play-remove:before { + content: "\eb76"; +} +.isax-presention-chart:before { + content: "\eb77"; +} +.isax-previous:before { + content: "\eb78"; +} +.isax-printer:before { + content: "\eb79"; +} +.isax-printer-slash:before { + content: "\eb7a"; +} +.isax-profile-2user:before { + content: "\eb7b"; +} +.isax-profile-add:before { + content: "\eb7c"; +} +.isax-profile-circle:before { + content: "\eb7d"; +} +.isax-profile-delete:before { + content: "\eb7e"; +} +.isax-profile-remove:before { + content: "\eb7f"; +} +.isax-profile-tick:before { + content: "\eb80"; +} +.isax-programming-arrow:before { + content: "\eb81"; +} +.isax-programming-arrows:before { + content: "\eb82"; +} +.isax-quote-down:before { + content: "\eb83"; +} +.isax-quote-down-circle:before { + content: "\eb84"; +} +.isax-quote-down-square:before { + content: "\eb85"; +} +.isax-quote-up:before { + content: "\eb86"; +} +.isax-quote-up-circle:before { + content: "\eb87"; +} +.isax-quote-up-square:before { + content: "\eb88"; +} +.isax-radar:before { + content: "\eb89"; +} +.isax-radar-1:before { + content: "\eb8a"; +} +.isax-radar-2:before { + content: "\eb8b"; +} +.isax-radio:before { + content: "\eb8c"; +} +.isax-ram:before { + content: "\eb8d"; +} +.isax-ram-2:before { + content: "\eb8e"; +} +.isax-ranking:before { + content: "\eb8f"; +} +.isax-ranking-1:before { + content: "\eb90"; +} +.isax-receipt:before { + content: "\eb91"; +} +.isax-receipt-1:before { + content: "\eb92"; +} +.isax-receipt-2:before { + content: "\eb93"; +} +.isax-receipt-2-1:before { + content: "\eb94"; +} +.isax-receipt-add:before { + content: "\eb95"; +} +.isax-receipt-discount:before { + content: "\eb96"; +} +.isax-receipt-disscount:before { + content: "\eb97"; +} +.isax-receipt-edit:before { + content: "\eb98"; +} +.isax-receipt-item:before { + content: "\eb99"; +} +.isax-receipt-minus:before { + content: "\eb9a"; +} +.isax-receipt-search:before { + content: "\eb9b"; +} +.isax-receipt-square:before { + content: "\eb9c"; +} +.isax-receipt-text:before { + content: "\eb9d"; +} +.isax-received:before { + content: "\eb9e"; +} +.isax-receive-square:before { + content: "\eb9f"; +} +.isax-receive-square-2:before { + content: "\eba0"; +} +.isax-record:before { + content: "\eba1"; +} +.isax-record-circle:before { + content: "\eba2"; +} +.isax-recovery-convert:before { + content: "\eba3"; +} +.isax-redo:before { + content: "\eba4"; +} +.isax-refresh:before { + content: "\eba5"; +} +.isax-refresh-2:before { + content: "\eba6"; +} +.isax-refresh-circle:before { + content: "\eba7"; +} +.isax-refresh-left-square:before { + content: "\eba8"; +} +.isax-refresh-right-square:before { + content: "\eba9"; +} +.isax-refresh-square-2:before { + content: "\ebaa"; +} +.isax-repeat:before { + content: "\ebab"; +} +.isax-repeat-circle:before { + content: "\ebac"; +} +.isax-repeate-music:before { + content: "\ebad"; +} +.isax-repeate-one:before { + content: "\ebae"; +} +.isax-reserve:before { + content: "\ebaf"; +} +.isax-rotate-left:before { + content: "\ebb0"; +} +.isax-rotate-left-1:before { + content: "\ebb1"; +} +.isax-rotate-right:before { + content: "\ebb2"; +} +.isax-rotate-right-1:before { + content: "\ebb3"; +} +.isax-route-square:before { + content: "\ebb4"; +} +.isax-routing:before { + content: "\ebb5"; +} +.isax-routing-2:before { + content: "\ebb6"; +} +.isax-row-horizontal:before { + content: "\ebb7"; +} +.isax-row-vertical:before { + content: "\ebb8"; +} +.isax-rulerpen:before { + content: "\ebb9"; +} +.isax-ruler:before { + content: "\ebba"; +} +.isax-safe-home:before { + content: "\ebbb"; +} +.isax-sagittarius:before { + content: "\ebbc"; +} +.isax-save-2:before { + content: "\ebbd"; +} +.isax-save-add:before { + content: "\ebbe"; +} +.isax-save-minus:before { + content: "\ebbf"; +} +.isax-save-remove:before { + content: "\ebc0"; +} +.isax-scan:before { + content: "\ebc1"; +} +.isax-scan-barcode:before { + content: "\ebc2"; +} +.isax-scanner:before { + content: "\ebc3"; +} +.isax-scanning:before { + content: "\ebc4"; +} +.isax-scissor:before { + content: "\ebc5"; +} +.isax-scissor-1:before { + content: "\ebc6"; +} +.isax-screenmirroring:before { + content: "\ebc7"; +} +.isax-scroll:before { + content: "\ebc8"; +} +.isax-search-favorite:before { + content: "\ebc9"; +} +.isax-search-favorite-1:before { + content: "\ebca"; +} +.isax-search-normal:before { + content: "\ebcb"; +} +.isax-search-normal-1:before { + content: "\ebcc"; +} +.isax-search-status:before { + content: "\ebcd"; +} +.isax-search-status-1:before { + content: "\ebce"; +} +.isax-search-zoom-in:before { + content: "\ebcf"; +} +.isax-search-zoom-in-1:before { + content: "\ebd0"; +} +.isax-search-zoom-out:before { + content: "\ebd1"; +} +.isax-search-zoom-out-1:before { + content: "\ebd2"; +} +.isax-security:before { + content: "\ebd3"; +} +.isax-security-card:before { + content: "\ebd4"; +} +.isax-security-safe:before { + content: "\ebd5"; +} +.isax-security-time:before { + content: "\ebd6"; +} +.isax-security-user:before { + content: "\ebd7"; +} +.isax-send:before { + content: "\ebd8"; +} +.isax-send-1:before { + content: "\ebd9"; +} +.isax-send-2:before { + content: "\ebda"; +} +.isax-send-sqaure-2:before { + content: "\ebdb"; +} +.isax-send-square:before { + content: "\ebdc"; +} +.isax-setting:before { + content: "\ebdd"; +} +.isax-setting-2:before { + content: "\ebde"; +} +.isax-setting-3:before { + content: "\ebdf"; +} +.isax-setting-4:before { + content: "\ebe0"; +} +.isax-setting-5:before { + content: "\ebe1"; +} +.isax-settings:before { + content: "\ebe2"; +} +.isax-shapes:before { + content: "\ebe3"; +} +.isax-shapes-1:before { + content: "\ebe4"; +} +.isax-share:before { + content: "\ebe5"; +} +.isax-shield:before { + content: "\ebe6"; +} +.isax-shield-cross:before { + content: "\ebe7"; +} +.isax-shield-search:before { + content: "\ebe8"; +} +.isax-shield-slash:before { + content: "\ebe9"; +} +.isax-shield-tick:before { + content: "\ebea"; +} +.isax-ship:before { + content: "\ebeb"; +} +.isax-shop:before { + content: "\ebec"; +} +.isax-shop-add:before { + content: "\ebed"; +} +.isax-shopping-bag:before { + content: "\ebee"; +} +.isax-shopping-cart:before { + content: "\ebef"; +} +.isax-shop-remove:before { + content: "\ebf0"; +} +.isax-shuffle:before { + content: "\ebf1"; +} +.isax-sidebar-bottom:before { + content: "\ebf2"; +} +.isax-sidebar-left:before { + content: "\ebf3"; +} +.isax-sidebar-right:before { + content: "\ebf4"; +} +.isax-sidebar-top:before { + content: "\ebf5"; +} +.isax-signpost:before { + content: "\ebf6"; +} +.isax-simcard:before { + content: "\ebf7"; +} +.isax-simcard-1:before { + content: "\ebf8"; +} +.isax-simcard-2:before { + content: "\ebf9"; +} +.isax-size:before { + content: "\ebfa"; +} +.isax-slash:before { + content: "\ebfb"; +} +.isax-slider:before { + content: "\ebfc"; +} +.isax-slider-horizontal:before { + content: "\ebfd"; +} +.isax-slider-horizontal-1:before { + content: "\ebfe"; +} +.isax-slider-vertical:before { + content: "\ebff"; +} +.isax-slider-vertical-1:before { + content: "\ec00"; +} +.isax-smallcaps:before { + content: "\ec01"; +} +.isax-smart-car:before { + content: "\ec02"; +} +.isax-smart-home:before { + content: "\ec03"; +} +.isax-smileys:before { + content: "\ec04"; +} +.isax-sms:before { + content: "\ec05"; +} +.isax-sms-edit:before { + content: "\ec06"; +} +.isax-sms-notification:before { + content: "\ec07"; +} +.isax-sms-search:before { + content: "\ec08"; +} +.isax-sms-star:before { + content: "\ec09"; +} +.isax-sms-tracking:before { + content: "\ec0a"; +} +.isax-sort:before { + content: "\ec0b"; +} +.isax-sound:before { + content: "\ec0c"; +} +.isax-speaker:before { + content: "\ec0d"; +} +.isax-speedometer:before { + content: "\ec0e"; +} +.isax-star:before { + content: "\ec0f"; +} +.isax-star-1:before { + content: "\ec10"; +} +.isax-star-slash:before { + content: "\ec11"; +} +.isax-status:before { + content: "\ec12"; +} +.isax-status-up:before { + content: "\ec13"; +} +.isax-sticker:before { + content: "\ec14"; +} +.isax-stickynote:before { + content: "\ec15"; +} +.isax-stop:before { + content: "\ec16"; +} +.isax-stop-circle:before { + content: "\ec17"; +} +.isax-story:before { + content: "\ec18"; +} +.isax-strongbox:before { + content: "\ec19"; +} +.isax-strongbox-2:before { + content: "\ec1a"; +} +.isax-subtitle:before { + content: "\ec1b"; +} +.isax-sun:before { + content: "\ec1c"; +} +.isax-sun-1:before { + content: "\ec1d"; +} +.isax-sun-fog:before { + content: "\ec1e"; +} +.isax-tag:before { + content: "\ec1f"; +} +.isax-tag-2:before { + content: "\ec20"; +} +.isax-tag-cross:before { + content: "\ec21"; +} +.isax-tag-right:before { + content: "\ec22"; +} +.isax-tag-user:before { + content: "\ec23"; +} +.isax-task:before { + content: "\ec24"; +} +.isax-task-square:before { + content: "\ec25"; +} +.isax-teacher:before { + content: "\ec26"; +} +.isax-text:before { + content: "\ec27"; +} +.isax-textalign-center:before { + content: "\ec28"; +} +.isax-textalign-justifycenter:before { + content: "\ec29"; +} +.isax-textalign-justifyleft:before { + content: "\ec2a"; +} +.isax-textalign-justifyright:before { + content: "\ec2b"; +} +.isax-textalign-left:before { + content: "\ec2c"; +} +.isax-textalign-right:before { + content: "\ec2d"; +} +.isax-text-block:before { + content: "\ec2e"; +} +.isax-text-bold:before { + content: "\ec2f"; +} +.isax-text-italic:before { + content: "\ec30"; +} +.isax-text-underline:before { + content: "\ec31"; +} +.isax-tick-circle:before { + content: "\ec32"; +} +.isax-ticket:before { + content: "\ec33"; +} +.isax-ticket-2:before { + content: "\ec34"; +} +.isax-ticket-discount:before { + content: "\ec35"; +} +.isax-ticket-expired:before { + content: "\ec36"; +} +.isax-ticket-star:before { + content: "\ec37"; +} +.isax-tick-square:before { + content: "\ec38"; +} +.isax-timer:before { + content: "\ec39"; +} +.isax-timer-1:before { + content: "\ec3a"; +} +.isax-timer-pause:before { + content: "\ec3b"; +} +.isax-timer-start:before { + content: "\ec3c"; +} +.isax-toggle-off:before { + content: "\ec3d"; +} +.isax-toggle-off-circle:before { + content: "\ec3e"; +} +.isax-toggle-on:before { + content: "\ec3f"; +} +.isax-toggle-on-circle:before { + content: "\ec40"; +} +.isax-trade:before { + content: "\ec41"; +} +.isax-transaction-minus:before { + content: "\ec42"; +} +.isax-translate:before { + content: "\ec43"; +} +.isax-trash:before { + content: "\ec44"; +} +.isax-tree:before { + content: "\ec45"; +} +.isax-trend-down:before { + content: "\ec46"; +} +.isax-trend-up:before { + content: "\ec47"; +} +.isax-triangle:before { + content: "\ec48"; +} +.isax-truck:before { + content: "\ec49"; +} +.isax-truck-fast:before { + content: "\ec4a"; +} +.isax-truck-remove:before { + content: "\ec4b"; +} +.isax-truck-tick:before { + content: "\ec4c"; +} +.isax-truck-time:before { + content: "\ec4d"; +} +.isax-trush-square:before { + content: "\ec4e"; +} +.isax-undo:before { + content: "\ec4f"; +} +.isax-unlimited:before { + content: "\ec50"; +} +.isax-unlock:before { + content: "\ec51"; +} +.isax-user:before { + content: "\ec52"; +} +.isax-user-add:before { + content: "\ec53"; +} +.isax-user-cirlce-add:before { + content: "\ec54"; +} +.isax-user-edit:before { + content: "\ec55"; +} +.isax-user-minus:before { + content: "\ec56"; +} +.isax-user-octagon:before { + content: "\ec57"; +} +.isax-user-remove:before { + content: "\ec58"; +} +.isax-user-search:before { + content: "\ec59"; +} +.isax-user-square:before { + content: "\ec5a"; +} +.isax-user-tag:before { + content: "\ec5b"; +} +.isax-user-tick:before { + content: "\ec5c"; +} +.isax-verify:before { + content: "\ec5d"; +} +.isax-video:before { + content: "\ec5e"; +} +.isax-video-add:before { + content: "\ec5f"; +} +.isax-video-circle:before { + content: "\ec60"; +} +.isax-video-horizontal:before { + content: "\ec61"; +} +.isax-video-octagon:before { + content: "\ec62"; +} +.isax-video-play:before { + content: "\ec63"; +} +.isax-video-remove:before { + content: "\ec64"; +} +.isax-video-slash:before { + content: "\ec65"; +} +.isax-video-square:before { + content: "\ec66"; +} +.isax-video-tick:before { + content: "\ec67"; +} +.isax-video-time:before { + content: "\ec68"; +} +.isax-video-vertical:before { + content: "\ec69"; +} +.isax-voice-cricle:before { + content: "\ec6a"; +} +.isax-voice-square:before { + content: "\ec6b"; +} +.isax-volume-cross:before { + content: "\ec6c"; +} +.isax-volume-high:before { + content: "\ec6d"; +} +.isax-volume-low:before { + content: "\ec6e"; +} +.isax-volume-low-1:before { + content: "\ec6f"; +} +.isax-volume-mute:before { + content: "\ec70"; +} +.isax-volume-slash:before { + content: "\ec71"; +} +.isax-volume-up:before { + content: "\ec72"; +} +.isax-wallet:before { + content: "\ec73"; +} +.isax-wallet-1:before { + content: "\ec74"; +} +.isax-wallet-2:before { + content: "\ec75"; +} +.isax-wallet-3:before { + content: "\ec76"; +} +.isax-wallet-add:before { + content: "\ec77"; +} +.isax-wallet-add-1:before { + content: "\ec78"; +} +.isax-wallet-check:before { + content: "\ec79"; +} +.isax-wallet-minus:before { + content: "\ec7a"; +} +.isax-wallet-money:before { + content: "\ec7b"; +} +.isax-wallet-remove:before { + content: "\ec7c"; +} +.isax-wallet-search:before { + content: "\ec7d"; +} +.isax-warning-2:before { + content: "\ec7e"; +} +.isax-watch:before { + content: "\ec7f"; +} +.isax-watch-status:before { + content: "\ec80"; +} +.isax-weight:before { + content: "\ec81"; +} +.isax-weight-1:before { + content: "\ec82"; +} +.isax-wifi:before { + content: "\ec83"; +} +.isax-wifi-square:before { + content: "\ec84"; +} +.isax-wind:before { + content: "\ec85"; +} +.isax-wind-2:before { + content: "\ec86"; +} +.isax-woman:before { + content: "\ec87"; +} +.isax-dcube1 .path1:before { + content: "\ec88"; + color: rgb(41, 45, 50); +} +.isax-dcube1 .path2:before { + content: "\ec89"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-dcube1 .path3:before { + content: "\ec8a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-d-cube-scan1 .path1:before { + content: "\ec8b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-d-cube-scan1 .path2:before { + content: "\ec8c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-d-cube-scan1 .path3:before { + content: "\ec8d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-d-cube-scan1 .path4:before { + content: "\ec8e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-d-cube-scan1 .path5:before { + content: "\ec8f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-d-rotate1 .path1:before { + content: "\ec90"; + color: rgb(41, 45, 50); +} +.isax-d-rotate1 .path2:before { + content: "\ec91"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-d-rotate1 .path3:before { + content: "\ec92"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-d-rotate1 .path4:before { + content: "\ec93"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-d-square1 .path1:before { + content: "\ec94"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-d-square1 .path2:before { + content: "\ec95"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-d-square1 .path3:before { + content: "\ec96"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-d-square1 .path4:before { + content: "\ec97"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-square1 .path1:before { + content: "\ec98"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-square1 .path2:before { + content: "\ec99"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-square1 .path3:before { + content: "\ec9a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-support1 .path1:before { + content: "\ec9b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-support1 .path2:before { + content: "\ec9c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-support1 .path3:before { + content: "\ec9d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-activity1 .path1:before { + content: "\ec9e"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-activity1 .path2:before { + content: "\ec9f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-add1 .path1:before { + content: "\eca0"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-add1 .path2:before { + content: "\eca1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-add-circle1 .path1:before { + content: "\eca2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-add-circle1 .path2:before { + content: "\eca3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-additem1 .path1:before { + content: "\eca4"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-additem1 .path2:before { + content: "\eca5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-additem1 .path3:before { + content: "\eca6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-add-square1 .path1:before { + content: "\eca7"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-add-square1 .path2:before { + content: "\eca8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-airdrop1 .path1:before { + content: "\eca9"; + color: rgb(41, 45, 50); +} +.isax-airdrop1 .path2:before { + content: "\ecaa"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-airdrop1 .path3:before { + content: "\ecab"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-airdrop1 .path4:before { + content: "\ecac"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-airplane1 .path1:before { + content: "\ecad"; + color: rgb(41, 45, 50); +} +.isax-airplane1 .path2:before { + content: "\ecae"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-airplane-square1 .path1:before { + content: "\ecaf"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-airplane-square1 .path2:before { + content: "\ecb0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-airpod1 .path1:before { + content: "\ecb1"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-airpod1 .path2:before { + content: "\ecb2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-airpods1 .path1:before { + content: "\ecb3"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-airpods1 .path2:before { + content: "\ecb4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-airpods1 .path3:before { + content: "\ecb5"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-airpods1 .path4:before { + content: "\ecb6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-airpods1 .path5:before { + content: "\ecb7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-airpods1 .path6:before { + content: "\ecb8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-alarm1 .path1:before { + content: "\ecb9"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-alarm1 .path2:before { + content: "\ecba"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-alarm1 .path3:before { + content: "\ecbb"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-alarm1 .path4:before { + content: "\ecbc"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-alarm1 .path5:before { + content: "\ecbd"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-align-bottom1 .path1:before { + content: "\ecbe"; + color: rgb(41, 45, 50); +} +.isax-align-bottom1 .path2:before { + content: "\ecbf"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-align-bottom1 .path3:before { + content: "\ecc0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-align-horizontally1 .path1:before { + content: "\ecc1"; + color: rgb(41, 45, 50); +} +.isax-align-horizontally1 .path2:before { + content: "\ecc2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-align-horizontally1 .path3:before { + content: "\ecc3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-align-horizontally1 .path4:before { + content: "\ecc4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-align-horizontally1 .path5:before { + content: "\ecc5"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-align-left1 .path1:before { + content: "\ecc6"; + color: rgb(41, 45, 50); +} +.isax-align-left1 .path2:before { + content: "\ecc7"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-align-left1 .path3:before { + content: "\ecc8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-align-right1 .path1:before { + content: "\ecc9"; + color: rgb(41, 45, 50); +} +.isax-align-right1 .path2:before { + content: "\ecca"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-align-right1 .path3:before { + content: "\eccb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-align-vertically1 .path1:before { + content: "\eccc"; + color: rgb(41, 45, 50); +} +.isax-align-vertically1 .path2:before { + content: "\eccd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-align-vertically1 .path3:before { + content: "\ecce"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-align-vertically1 .path4:before { + content: "\eccf"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-align-vertically1 .path5:before { + content: "\ecd0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-aquarius1 .path1:before { + content: "\ecd1"; + color: rgb(41, 45, 50); +} +.isax-aquarius1 .path2:before { + content: "\ecd2"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-archive1 .path1:before { + content: "\ecd3"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-archive1 .path2:before { + content: "\ecd4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-archive1 .path3:before { + content: "\ecd5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-archive-11 .path1:before { + content: "\ecd6"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-archive-11 .path2:before { + content: "\ecd7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-archive-21 .path1:before { + content: "\ecd8"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-archive-21 .path2:before { + content: "\ecd9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-archive-add1 .path1:before { + content: "\ecda"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-archive-add1 .path2:before { + content: "\ecdb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-archive-book1 .path1:before { + content: "\ecdc"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-archive-book1 .path2:before { + content: "\ecdd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-archive-book1 .path3:before { + content: "\ecde"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-archive-book1 .path4:before { + content: "\ecdf"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-archive-minus1 .path1:before { + content: "\ece0"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-archive-minus1 .path2:before { + content: "\ece1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-archive-slash1 .path1:before { + content: "\ece2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-archive-slash1 .path2:before { + content: "\ece3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-archive-slash1 .path3:before { + content: "\ece4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-archive-tick1 .path1:before { + content: "\ece5"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-archive-tick1 .path2:before { + content: "\ece6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrange-circle1 .path1:before { + content: "\ece7"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrange-circle1 .path2:before { + content: "\ece8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrange-circle1 .path3:before { + content: "\ece9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrange-circle-21 .path1:before { + content: "\ecea"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrange-circle-21 .path2:before { + content: "\eceb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrange-circle-21 .path3:before { + content: "\ecec"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrange-square1 .path1:before { + content: "\eced"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrange-square1 .path2:before { + content: "\ecee"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrange-square1 .path3:before { + content: "\ecef"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrange-square-21 .path1:before { + content: "\ecf0"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrange-square-21 .path2:before { + content: "\ecf1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrange-square-21 .path3:before { + content: "\ecf2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow1 .path1:before { + content: "\ecf3"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow1 .path2:before { + content: "\ecf4"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow1 .path3:before { + content: "\ecf5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow1 .path4:before { + content: "\ecf6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow1 .path5:before { + content: "\ecf7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow1 .path6:before { + content: "\ecf8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-21 .path1:before { + content: "\ecf9"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-21 .path2:before { + content: "\ecfa"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-31 .path1:before { + content: "\ecfb"; + color: rgb(41, 45, 50); +} +.isax-arrow-31 .path2:before { + content: "\ecfc"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-bottom1 .path1:before { + content: "\ecfd"; + color: rgb(41, 45, 50); +} +.isax-arrow-bottom1 .path2:before { + content: "\ecfe"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-circle-down1 .path1:before { + content: "\ecff"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-circle-down1 .path2:before { + content: "\ed00"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-circle-left1 .path1:before { + content: "\ed01"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-circle-left1 .path2:before { + content: "\ed02"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-circle-right1 .path1:before { + content: "\ed03"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-circle-right1 .path2:before { + content: "\ed04"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-circle-up1 .path1:before { + content: "\ed05"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-circle-up1 .path2:before { + content: "\ed06"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-down1 .path1:before { + content: "\ed07"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-down1 .path2:before { + content: "\ed08"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-down-11 .path1:before { + content: "\ed09"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-down-11 .path2:before { + content: "\ed0a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-down-21 .path1:before { + content: "\ed0b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-down-21 .path2:before { + content: "\ed0c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-left1 .path1:before { + content: "\ed0d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-left1 .path2:before { + content: "\ed0e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-left-11 .path1:before { + content: "\ed0f"; + color: rgb(41, 45, 50); +} +.isax-arrow-left-11 .path2:before { + content: "\ed10"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-left-21 .path1:before { + content: "\ed11"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-left-21 .path2:before { + content: "\ed12"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-left-31 .path1:before { + content: "\ed13"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-left-31 .path2:before { + content: "\ed14"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-right1 .path1:before { + content: "\ed15"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-right1 .path2:before { + content: "\ed16"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-right-11 .path1:before { + content: "\ed17"; + color: rgb(41, 45, 50); +} +.isax-arrow-right-11 .path2:before { + content: "\ed18"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-right-21 .path1:before { + content: "\ed19"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-right-21 .path2:before { + content: "\ed1a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-right-31 .path1:before { + content: "\ed1b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-right-31 .path2:before { + content: "\ed1c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-square1 .path1:before { + content: "\ed1d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-square1 .path2:before { + content: "\ed1e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-square-down1 .path1:before { + content: "\ed1f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-square-down1 .path2:before { + content: "\ed20"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-square-left1 .path1:before { + content: "\ed21"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-square-left1 .path2:before { + content: "\ed22"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-square-right .path1:before { + content: "\ed23"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-square-right .path2:before { + content: "\ed24"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-square-up1 .path1:before { + content: "\ed25"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-square-up1 .path2:before { + content: "\ed26"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-swap1 .path1:before { + content: "\ed27"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-swap1 .path2:before { + content: "\ed28"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-swap1 .path3:before { + content: "\ed29"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-swap-horizontal1 .path1:before { + content: "\ed2a"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-swap-horizontal1 .path2:before { + content: "\ed2b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-swap-horizontal1 .path3:before { + content: "\ed2c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-up1 .path1:before { + content: "\ed2d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-up1 .path2:before { + content: "\ed2e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-up-11 .path1:before { + content: "\ed2f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-up-11 .path2:before { + content: "\ed30"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-up-21 .path1:before { + content: "\ed31"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-up-21 .path2:before { + content: "\ed32"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-up-31 .path1:before { + content: "\ed33"; + color: rgb(41, 45, 50); +} +.isax-arrow-up-31 .path2:before { + content: "\ed34"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-attach-circle1 .path1:before { + content: "\ed35"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-attach-circle1 .path2:before { + content: "\ed36"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-attach-square1 .path1:before { + content: "\ed37"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-attach-square1 .path2:before { + content: "\ed38"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-audio-square1 .path1:before { + content: "\ed39"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-audio-square1 .path2:before { + content: "\ed3a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-autobrightness1 .path1:before { + content: "\ed3b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-autobrightness1 .path2:before { + content: "\ed3c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-autobrightness1 .path3:before { + content: "\ed3d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-award1 .path1:before { + content: "\ed3e"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-award1 .path2:before { + content: "\ed3f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-award1 .path3:before { + content: "\ed40"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-back-square1 .path1:before { + content: "\ed41"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-back-square1 .path2:before { + content: "\ed42"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-backward1 .path1:before { + content: "\ed43"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-backward1 .path2:before { + content: "\ed44"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-backward-5-seconds1 .path1:before { + content: "\ed45"; + color: rgb(41, 45, 50); +} +.isax-backward-5-seconds1 .path2:before { + content: "\ed46"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-backward-10-seconds1 .path1:before { + content: "\ed47"; + color: rgb(41, 45, 50); +} +.isax-backward-10-seconds1 .path2:before { + content: "\ed48"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-backward-10-seconds1 .path3:before { + content: "\ed49"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-backward-15-seconds1 .path1:before { + content: "\ed4a"; + color: rgb(41, 45, 50); +} +.isax-backward-15-seconds1 .path2:before { + content: "\ed4b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-backward-15-seconds1 .path3:before { + content: "\ed4c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-backward-item1 .path1:before { + content: "\ed4d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-backward-item1 .path2:before { + content: "\ed4e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-backward-item1 .path3:before { + content: "\ed4f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bag1 .path1:before { + content: "\ed50"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bag1 .path2:before { + content: "\ed51"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bag-21 .path1:before { + content: "\ed52"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bag-21 .path2:before { + content: "\ed53"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bag-cross1 .path1:before { + content: "\ed54"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bag-cross1 .path2:before { + content: "\ed55"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bag-cross-11 .path1:before { + content: "\ed56"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bag-cross-11 .path2:before { + content: "\ed57"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bag-cross-11 .path3:before { + content: "\ed58"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bag-cross-11 .path4:before { + content: "\ed59"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bag-happy1 .path1:before { + content: "\ed5a"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bag-happy1 .path2:before { + content: "\ed5b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bag-tick1 .path1:before { + content: "\ed5c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bag-tick1 .path2:before { + content: "\ed5d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bag-tick-21 .path1:before { + content: "\ed5e"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bag-tick-21 .path2:before { + content: "\ed5f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bag-tick-21 .path3:before { + content: "\ed60"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bag-tick-21 .path4:before { + content: "\ed61"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bag-timer1 .path1:before { + content: "\ed62"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bag-timer1 .path2:before { + content: "\ed63"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bag-timer1 .path3:before { + content: "\ed64"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bag-timer1 .path4:before { + content: "\ed65"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bank1 .path1:before { + content: "\ed66"; + color: rgb(41, 45, 50); +} +.isax-bank1 .path2:before { + content: "\ed67"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-bank1 .path3:before { + content: "\ed68"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bank1 .path4:before { + content: "\ed69"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-bank1 .path5:before { + content: "\ed6a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bank1 .path6:before { + content: "\ed6b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bank1 .path7:before { + content: "\ed6c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-barcode1 .path1:before { + content: "\ed6d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-barcode1 .path2:before { + content: "\ed6e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-barcode1 .path3:before { + content: "\ed6f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-barcode1 .path4:before { + content: "\ed70"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-barcode1 .path5:before { + content: "\ed71"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-barcode1 .path6:before { + content: "\ed72"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-barcode1 .path7:before { + content: "\ed73"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-barcode1 .path8:before { + content: "\ed74"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-battery-3full1 .path1:before { + content: "\ed75"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-battery-3full1 .path2:before { + content: "\ed76"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-battery-3full1 .path3:before { + content: "\ed77"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-battery-3full1 .path4:before { + content: "\ed78"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-battery-charging1 .path1:before { + content: "\ed79"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-battery-charging1 .path2:before { + content: "\ed7a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-battery-charging1 .path3:before { + content: "\ed7b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-battery-disable1 .path1:before { + content: "\ed7c"; + color: rgb(41, 45, 50); +} +.isax-battery-disable1 .path2:before { + content: "\ed7d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-battery-disable1 .path3:before { + content: "\ed7e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-battery-disable1 .path4:before { + content: "\ed7f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-battery-empty1 .path1:before { + content: "\ed80"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-battery-empty1 .path2:before { + content: "\ed81"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-battery-empty-11 .path1:before { + content: "\ed82"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-battery-empty-11 .path2:before { + content: "\ed83"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-battery-empty-11 .path3:before { + content: "\ed84"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-battery-full1 .path1:before { + content: "\ed85"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-battery-full1 .path2:before { + content: "\ed86"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-battery-full1 .path3:before { + content: "\ed87"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-battery-full1 .path4:before { + content: "\ed88"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-battery-full1 .path5:before { + content: "\ed89"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bezier1 .path1:before { + content: "\ed8a"; + color: rgb(41, 45, 50); +} +.isax-bezier1 .path2:before { + content: "\ed8b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bezier1 .path3:before { + content: "\ed8c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bezier1 .path4:before { + content: "\ed8d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bezier1 .path5:before { + content: "\ed8e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bezier1 .path6:before { + content: "\ed8f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.16; +} +.isax-bezier1 .path7:before { + content: "\ed90"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.16; +} +.isax-bill1 .path1:before { + content: "\ed91"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bill1 .path2:before { + content: "\ed92"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bill1 .path3:before { + content: "\ed93"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bill1 .path4:before { + content: "\ed94"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bitcoin-card1 .path1:before { + content: "\ed95"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bitcoin-card1 .path2:before { + content: "\ed96"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bitcoin-card1 .path3:before { + content: "\ed97"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bitcoin-convert1 .path1:before { + content: "\ed98"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bitcoin-convert1 .path2:before { + content: "\ed99"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bitcoin-convert1 .path3:before { + content: "\ed9a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bitcoin-convert1 .path4:before { + content: "\ed9b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bitcoin-convert1 .path5:before { + content: "\ed9c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bitcoin-refresh1 .path1:before { + content: "\ed9d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bitcoin-refresh1 .path2:before { + content: "\ed9e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bitcoin-refresh1 .path3:before { + content: "\ed9f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-blend1 .path1:before { + content: "\eda0"; + color: rgb(41, 45, 50); +} +.isax-blend1 .path2:before { + content: "\eda1"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-blend-21 .path1:before { + content: "\eda2"; + color: rgb(41, 45, 50); +} +.isax-blend-21 .path2:before { + content: "\eda3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-blend-21 .path3:before { + content: "\eda4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-blend-21 .path4:before { + content: "\eda5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-blend-21 .path5:before { + content: "\eda6"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bluetooth1 .path1:before { + content: "\eda7"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bluetooth1 .path2:before { + content: "\eda8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bluetooth-21 .path1:before { + content: "\eda9"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bluetooth-21 .path2:before { + content: "\edaa"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bluetooth-21 .path3:before { + content: "\edab"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bluetooth-21 .path4:before { + content: "\edac"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bluetooth-circle1 .path1:before { + content: "\edad"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bluetooth-circle1 .path2:before { + content: "\edae"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bluetooth-rectangle1 .path1:before { + content: "\edaf"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bluetooth-rectangle1 .path2:before { + content: "\edb0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-blur1 .path1:before { + content: "\edb1"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-blur1 .path2:before { + content: "\edb2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-book1 .path1:before { + content: "\edb3"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-book1 .path2:before { + content: "\edb4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-book1 .path3:before { + content: "\edb5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-book1 .path4:before { + content: "\edb6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-book-11 .path1:before { + content: "\edb7"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-book-11 .path2:before { + content: "\edb8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-book-11 .path3:before { + content: "\edb9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-book-11 .path4:before { + content: "\edba"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bookmark1 .path1:before { + content: "\edbb"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bookmark1 .path2:before { + content: "\edbc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bookmark-21 .path1:before { + content: "\edbd"; + color: rgb(41, 45, 50); +} +.isax-bookmark-21 .path2:before { + content: "\edbe"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-book-saved1 .path1:before { + content: "\edbf"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-book-saved1 .path2:before { + content: "\edc0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-book-saved1 .path3:before { + content: "\edc1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-book-square1 .path1:before { + content: "\edc2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-book-square1 .path2:before { + content: "\edc3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-book-square1 .path3:before { + content: "\edc4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-box1 .path1:before { + content: "\edc5"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box1 .path2:before { + content: "\edc6"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box1 .path3:before { + content: "\edc7"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box1 .path4:before { + content: "\edc8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-box1 .path5:before { + content: "\edc9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-box-11 .path1:before { + content: "\edca"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-11 .path2:before { + content: "\edcb"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-box-11 .path3:before { + content: "\edcc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-box-21 .path1:before { + content: "\edcd"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-21 .path2:before { + content: "\edce"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-box-21 .path3:before { + content: "\edcf"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-21 .path4:before { + content: "\edd0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-box-21 .path5:before { + content: "\edd1"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-21 .path6:before { + content: "\edd2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-box-21 .path7:before { + content: "\edd3"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-add1 .path1:before { + content: "\edd4"; + color: rgb(41, 45, 50); +} +.isax-box-add1 .path2:before { + content: "\edd5"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-add1 .path3:before { + content: "\edd6"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-add1 .path4:before { + content: "\edd7"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-remove1 .path1:before { + content: "\edd8"; + color: rgb(41, 45, 50); +} +.isax-box-remove1 .path2:before { + content: "\edd9"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-remove1 .path3:before { + content: "\edda"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-remove1 .path4:before { + content: "\eddb"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-search1 .path1:before { + content: "\eddc"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-search1 .path2:before { + content: "\eddd"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-search1 .path3:before { + content: "\edde"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-search1 .path4:before { + content: "\eddf"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-box-tick1 .path1:before { + content: "\ede0"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-tick1 .path2:before { + content: "\ede1"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-tick1 .path3:before { + content: "\ede2"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-tick1 .path4:before { + content: "\ede3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-box-time1 .path1:before { + content: "\ede4"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-time1 .path2:before { + content: "\ede5"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-time1 .path3:before { + content: "\ede6"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-time1 .path4:before { + content: "\ede7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-briefcase1 .path1:before { + content: "\ede8"; + color: rgb(41, 45, 50); +} +.isax-briefcase1 .path2:before { + content: "\ede9"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-brifecase-cross1 .path1:before { + content: "\edea"; + color: rgb(41, 45, 50); +} +.isax-brifecase-cross1 .path2:before { + content: "\edeb"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-brifecase-cross1 .path3:before { + content: "\edec"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-brifecase-tick1 .path1:before { + content: "\eded"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-brifecase-tick1 .path2:before { + content: "\edee"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-brifecase-tick1 .path3:before { + content: "\edef"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-brifecase-timer1 .path1:before { + content: "\edf0"; + color: rgb(41, 45, 50); +} +.isax-brifecase-timer1 .path2:before { + content: "\edf1"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-brifecase-timer1 .path3:before { + content: "\edf2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-broom1 .path1:before { + content: "\edf3"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-broom1 .path2:before { + content: "\edf4"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-broom1 .path3:before { + content: "\edf5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-broom1 .path4:before { + content: "\edf6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-broom1 .path5:before { + content: "\edf7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-broom1 .path6:before { + content: "\edf8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-brush1 .path1:before { + content: "\edf9"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-brush1 .path2:before { + content: "\edfa"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-brush1 .path3:before { + content: "\edfb"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-brush1 .path4:before { + content: "\edfc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-brush-11 .path1:before { + content: "\edfd"; + color: rgb(41, 45, 50); +} +.isax-brush-11 .path2:before { + content: "\edfe"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-brush-21 .path1:before { + content: "\edff"; + color: rgb(41, 45, 50); +} +.isax-brush-21 .path2:before { + content: "\ee00"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-brush-21 .path3:before { + content: "\ee01"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-brush-21 .path4:before { + content: "\ee02"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-brush-31 .path1:before { + content: "\ee03"; + color: rgb(41, 45, 50); +} +.isax-brush-31 .path2:before { + content: "\ee04"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-brush-31 .path3:before { + content: "\ee05"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-brush-41 .path1:before { + content: "\ee06"; + color: rgb(41, 45, 50); +} +.isax-brush-41 .path2:before { + content: "\ee07"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-brush-41 .path3:before { + content: "\ee08"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bubble1 .path1:before { + content: "\ee09"; + color: rgb(41, 45, 50); +} +.isax-bubble1 .path2:before { + content: "\ee0a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bubble1 .path3:before { + content: "\ee0b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bucket1 .path1:before { + content: "\ee0c"; + color: rgb(41, 45, 50); +} +.isax-bucket1 .path2:before { + content: "\ee0d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bucket1 .path3:before { + content: "\ee0e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bucket1 .path4:before { + content: "\ee0f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bucket-circle1 .path1:before { + content: "\ee10"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bucket-circle1 .path2:before { + content: "\ee11"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bucket-circle1 .path3:before { + content: "\ee12"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bucket-square1 .path1:before { + content: "\ee13"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bucket-square1 .path2:before { + content: "\ee14"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bucket-square1 .path3:before { + content: "\ee15"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-building1 .path1:before { + content: "\ee16"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-building1 .path2:before { + content: "\ee17"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-building1 .path3:before { + content: "\ee18"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-building1 .path4:before { + content: "\ee19"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-building1 .path5:before { + content: "\ee1a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-building1 .path6:before { + content: "\ee1b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-building-31 .path1:before { + content: "\ee1c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-building-31 .path2:before { + content: "\ee1d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-building-31 .path3:before { + content: "\ee1e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-building-31 .path4:before { + content: "\ee1f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-building-31 .path5:before { + content: "\ee20"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-building-41 .path1:before { + content: "\ee21"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-building-41 .path2:before { + content: "\ee22"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-building-41 .path3:before { + content: "\ee23"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-building-41 .path4:before { + content: "\ee24"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-building-41 .path5:before { + content: "\ee25"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-buildings1 .path1:before { + content: "\ee26"; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-buildings1 .path2:before { + content: "\ee27"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-buildings1 .path3:before { + content: "\ee28"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-buildings1 .path4:before { + content: "\ee29"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-buildings1 .path5:before { + content: "\ee2a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-buildings1 .path6:before { + content: "\ee2b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-buildings-21 .path1:before { + content: "\ee2c"; + color: rgb(41, 45, 50); +} +.isax-buildings-21 .path2:before { + content: "\ee2d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-buildings-21 .path3:before { + content: "\ee2e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-buildings-21 .path4:before { + content: "\ee2f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-buildings-21 .path5:before { + content: "\ee30"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-buildings-21 .path6:before { + content: "\ee31"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-buliding1 .path1:before { + content: "\ee32"; + color: rgb(41, 45, 50); +} +.isax-buliding1 .path2:before { + content: "\ee33"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-buliding1 .path3:before { + content: "\ee34"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-buliding1 .path4:before { + content: "\ee35"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-buliding1 .path5:before { + content: "\ee36"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-buliding1 .path6:before { + content: "\ee37"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-buliding1 .path7:before { + content: "\ee38"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-buliding1 .path8:before { + content: "\ee39"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bus1 .path1:before { + content: "\ee3a"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bus1 .path2:before { + content: "\ee3b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bus1 .path3:before { + content: "\ee3c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bus1 .path4:before { + content: "\ee3d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bus1 .path5:before { + content: "\ee3e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-buy-crypto1 .path1:before { + content: "\ee3f"; + color: rgb(41, 45, 50); +} +.isax-buy-crypto1 .path2:before { + content: "\ee40"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-buy-crypto1 .path3:before { + content: "\ee41"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cake1 .path1:before { + content: "\ee42"; + color: rgb(41, 45, 50); +} +.isax-cake1 .path2:before { + content: "\ee43"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cake1 .path3:before { + content: "\ee44"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cake1 .path4:before { + content: "\ee45"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cake1 .path5:before { + content: "\ee46"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cake1 .path6:before { + content: "\ee47"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-calculator1 .path1:before { + content: "\ee48"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-calculator1 .path2:before { + content: "\ee49"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calculator1 .path3:before { + content: "\ee4a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calculator1 .path4:before { + content: "\ee4b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calculator1 .path5:before { + content: "\ee4c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calculator1 .path6:before { + content: "\ee4d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calculator1 .path7:before { + content: "\ee4e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calculator1 .path8:before { + content: "\ee4f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar1 .path1:before { + content: "\ee50"; + color: rgb(41, 45, 50); +} +.isax-calendar1 .path2:before { + content: "\ee51"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-calendar1 .path3:before { + content: "\ee52"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar1 .path4:before { + content: "\ee53"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar1 .path5:before { + content: "\ee54"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar1 .path6:before { + content: "\ee55"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar1 .path7:before { + content: "\ee56"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar1 .path8:before { + content: "\ee57"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-11 .path1:before { + content: "\ee58"; + color: rgb(41, 45, 50); +} +.isax-calendar-11 .path2:before { + content: "\ee59"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-11 .path3:before { + content: "\ee5a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-calendar-11 .path4:before { + content: "\ee5b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-11 .path5:before { + content: "\ee5c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-21 .path1:before { + content: "\ee5d"; + color: rgb(41, 45, 50); +} +.isax-calendar-21 .path2:before { + content: "\ee5e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-calendar-21 .path3:before { + content: "\ee5f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-21 .path4:before { + content: "\ee60"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-21 .path5:before { + content: "\ee61"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-add1 .path1:before { + content: "\ee62"; + color: rgb(41, 45, 50); +} +.isax-calendar-add1 .path2:before { + content: "\ee63"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-calendar-add1 .path3:before { + content: "\ee64"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-add1 .path4:before { + content: "\ee65"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-add1 .path5:before { + content: "\ee66"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-add1 .path6:before { + content: "\ee67"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-circle1 .path1:before { + content: "\ee68"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-calendar-circle1 .path2:before { + content: "\ee69"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-circle1 .path3:before { + content: "\ee6a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-edit1 .path1:before { + content: "\ee6b"; + color: rgb(41, 45, 50); +} +.isax-calendar-edit1 .path2:before { + content: "\ee6c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-calendar-edit1 .path3:before { + content: "\ee6d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-remove1 .path1:before { + content: "\ee6e"; + color: rgb(41, 45, 50); +} +.isax-calendar-remove1 .path2:before { + content: "\ee6f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-calendar-remove1 .path3:before { + content: "\ee70"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-remove1 .path4:before { + content: "\ee71"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-remove1 .path5:before { + content: "\ee72"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-remove1 .path6:before { + content: "\ee73"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-search1 .path1:before { + content: "\ee74"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-calendar-search1 .path2:before { + content: "\ee75"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-search1 .path3:before { + content: "\ee76"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-tick1 .path1:before { + content: "\ee77"; + color: rgb(41, 45, 50); +} +.isax-calendar-tick1 .path2:before { + content: "\ee78"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-calendar-tick1 .path3:before { + content: "\ee79"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-tick1 .path4:before { + content: "\ee7a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-tick1 .path5:before { + content: "\ee7b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-tick1 .path6:before { + content: "\ee7c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-call1 .path1:before { + content: "\ee7d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-call1 .path2:before { + content: "\ee7e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-call-add1 .path1:before { + content: "\ee7f"; + color: rgb(41, 45, 50); +} +.isax-call-add1 .path2:before { + content: "\ee80"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-call-add1 .path3:before { + content: "\ee81"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-call-calling1 .path1:before { + content: "\ee82"; + color: rgb(41, 45, 50); +} +.isax-call-calling1 .path2:before { + content: "\ee83"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-call-calling1 .path3:before { + content: "\ee84"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-call-calling1 .path4:before { + content: "\ee85"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-call-incoming1 .path1:before { + content: "\ee86"; + color: rgb(41, 45, 50); +} +.isax-call-incoming1 .path2:before { + content: "\ee87"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-call-incoming1 .path3:before { + content: "\ee88"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-call-minus1 .path1:before { + content: "\ee89"; + color: rgb(41, 45, 50); +} +.isax-call-minus1 .path2:before { + content: "\ee8a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-call-minus1 .path3:before { + content: "\ee8b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-call-outgoing1 .path1:before { + content: "\ee8c"; + color: rgb(41, 45, 50); +} +.isax-call-outgoing1 .path2:before { + content: "\ee8d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-call-outgoing1 .path3:before { + content: "\ee8e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-call-received1 .path1:before { + content: "\ee8f"; + color: rgb(41, 45, 50); +} +.isax-call-received1 .path2:before { + content: "\ee90"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-call-received1 .path3:before { + content: "\ee91"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-call-remove1 .path1:before { + content: "\ee92"; + color: rgb(41, 45, 50); +} +.isax-call-remove1 .path2:before { + content: "\ee93"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-call-remove1 .path3:before { + content: "\ee94"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-call-slash1 .path1:before { + content: "\ee95"; + color: rgb(41, 45, 50); +} +.isax-call-slash1 .path2:before { + content: "\ee96"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-call-slash1 .path3:before { + content: "\ee97"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-camera1 .path1:before { + content: "\ee98"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-camera1 .path2:before { + content: "\ee99"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-camera1 .path3:before { + content: "\ee9a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-camera-slash1 .path1:before { + content: "\ee9b"; + color: rgb(41, 45, 50); +} +.isax-camera-slash1 .path2:before { + content: "\ee9c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-camera-slash1 .path3:before { + content: "\ee9d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-camera-slash1 .path4:before { + content: "\ee9e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-camera-slash1 .path5:before { + content: "\ee9f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-camera-slash1 .path6:before { + content: "\eea0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-candle1 .path1:before { + content: "\eea1"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-candle1 .path2:before { + content: "\eea2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-candle-21 .path1:before { + content: "\eea3"; + color: rgb(41, 45, 50); +} +.isax-candle-21 .path2:before { + content: "\eea4"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-car1 .path1:before { + content: "\eea5"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-car1 .path2:before { + content: "\eea6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-car1 .path3:before { + content: "\eea7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-car1 .path4:before { + content: "\eea8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card1 .path1:before { + content: "\eea9"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-card1 .path2:before { + content: "\eeaa"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card1 .path3:before { + content: "\eeab"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card1 .path4:before { + content: "\eeac"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-add1 .path1:before { + content: "\eead"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-card-add1 .path2:before { + content: "\eeae"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-add1 .path3:before { + content: "\eeaf"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-coin1 .path1:before { + content: "\eeb0"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-card-coin1 .path2:before { + content: "\eeb1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-coin1 .path3:before { + content: "\eeb2"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-card-coin1 .path4:before { + content: "\eeb3"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-card-coin1 .path5:before { + content: "\eeb4"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-card-coin1 .path6:before { + content: "\eeb5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-edit1 .path1:before { + content: "\eeb6"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-card-edit1 .path2:before { + content: "\eeb7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-edit1 .path3:before { + content: "\eeb8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-pos1 .path1:before { + content: "\eeb9"; + color: rgb(41, 45, 50); +} +.isax-card-pos1 .path2:before { + content: "\eeba"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-card-pos1 .path3:before { + content: "\eebb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-pos1 .path4:before { + content: "\eebc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-pos1 .path5:before { + content: "\eebd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-receive1 .path1:before { + content: "\eebe"; + color: rgb(41, 45, 50); +} +.isax-card-receive1 .path2:before { + content: "\eebf"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-card-receive1 .path3:before { + content: "\eec0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-remove1 .path1:before { + content: "\eec1"; + color: rgb(41, 45, 50); +} +.isax-card-remove1 .path2:before { + content: "\eec2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-remove1 .path3:before { + content: "\eec3"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-card-remove1 .path4:before { + content: "\eec4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-remove-11 .path1:before { + content: "\eec5"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-card-remove-11 .path2:before { + content: "\eec6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-remove-11 .path3:before { + content: "\eec7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cards1 .path1:before { + content: "\eec8"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cards1 .path2:before { + content: "\eec9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cards1 .path3:before { + content: "\eeca"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cards1 .path4:before { + content: "\eecb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cards1 .path5:before { + content: "\eecc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-send1 .path1:before { + content: "\eecd"; + color: rgb(41, 45, 50); +} +.isax-card-send1 .path2:before { + content: "\eece"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-card-send1 .path3:before { + content: "\eecf"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-slash1 .path1:before { + content: "\eed0"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-card-slash1 .path2:before { + content: "\eed1"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-card-slash1 .path3:before { + content: "\eed2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-slash1 .path4:before { + content: "\eed3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-slash1 .path5:before { + content: "\eed4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-slash1 .path6:before { + content: "\eed5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-slash1 .path7:before { + content: "\eed6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-tick1 .path1:before { + content: "\eed7"; + color: rgb(41, 45, 50); +} +.isax-card-tick1 .path2:before { + content: "\eed8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-tick1 .path3:before { + content: "\eed9"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-card-tick1 .path4:before { + content: "\eeda"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-tick-11 .path1:before { + content: "\eedb"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-card-tick-11 .path2:before { + content: "\eedc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-tick-11 .path3:before { + content: "\eedd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-category1 .path1:before { + content: "\eede"; + color: rgb(41, 45, 50); +} +.isax-category1 .path2:before { + content: "\eedf"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-category1 .path3:before { + content: "\eee0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-category1 .path4:before { + content: "\eee1"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-category-21 .path1:before { + content: "\eee2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-category-21 .path2:before { + content: "\eee3"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-category-21 .path3:before { + content: "\eee4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-category-21 .path4:before { + content: "\eee5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cd1 .path1:before { + content: "\eee6"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cd1 .path2:before { + content: "\eee7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-chart1 .path1:before { + content: "\eee8"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-chart1 .path2:before { + content: "\eee9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-chart1 .path3:before { + content: "\eeea"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-chart1 .path4:before { + content: "\eeeb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-chart-11 .path1:before { + content: "\eeec"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-chart-11 .path2:before { + content: "\eeed"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-chart-11 .path3:before { + content: "\eeee"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-chart-11 .path4:before { + content: "\eeef"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-chart-22 .path1:before { + content: "\eef0"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-chart-22 .path2:before { + content: "\eef1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-chart-22 .path3:before { + content: "\eef2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-chart-31 .path1:before { + content: "\eef3"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-chart-31 .path2:before { + content: "\eef4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-chart-31 .path3:before { + content: "\eef5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-chart-211 .path1:before { + content: "\eef6"; + color: rgb(41, 45, 50); +} +.isax-chart-211 .path2:before { + content: "\eef7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-chart-211 .path3:before { + content: "\eef8"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-chart-211 .path4:before { + content: "\eef9"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-chart-square1 .path1:before { + content: "\eefa"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-chart-square1 .path2:before { + content: "\eefb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-chart-square1 .path3:before { + content: "\eefc"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-chart-square1 .path4:before { + content: "\eefd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-chart-success1 .path1:before { + content: "\eefe"; + color: rgb(41, 45, 50); +} +.isax-chart-success1 .path2:before { + content: "\eeff"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-chart-success1 .path3:before { + content: "\ef00"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-chart-success1 .path4:before { + content: "\ef01"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-chart-success1 .path5:before { + content: "\ef02"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-check1 .path1:before { + content: "\ef03"; + color: rgb(41, 45, 50); +} +.isax-check1 .path2:before { + content: "\ef04"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-check1 .path3:before { + content: "\ef05"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-check1 .path4:before { + content: "\ef06"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-chrome1 .path1:before { + content: "\ef07"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-chrome1 .path2:before { + content: "\ef08"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-clipboard1 .path1:before { + content: "\ef09"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-clipboard1 .path2:before { + content: "\ef0a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-clipboard1 .path3:before { + content: "\ef0b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-clipboard-close1 .path1:before { + content: "\ef0c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-clipboard-close1 .path2:before { + content: "\ef0d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-clipboard-close1 .path3:before { + content: "\ef0e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-clipboard-export1 .path1:before { + content: "\ef0f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-clipboard-export1 .path2:before { + content: "\ef10"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-clipboard-export1 .path3:before { + content: "\ef11"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-clipboard-import1 .path1:before { + content: "\ef12"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-clipboard-import1 .path2:before { + content: "\ef13"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-clipboard-import1 .path3:before { + content: "\ef14"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-clipboard-text1 .path1:before { + content: "\ef15"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-clipboard-text1 .path2:before { + content: "\ef16"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-clipboard-text1 .path3:before { + content: "\ef17"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-clipboard-text1 .path4:before { + content: "\ef18"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-clipboard-tick1 .path1:before { + content: "\ef19"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-clipboard-tick1 .path2:before { + content: "\ef1a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-clipboard-tick1 .path3:before { + content: "\ef1b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-clock1 .path1:before { + content: "\ef1c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-clock1 .path2:before { + content: "\ef1d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-clock1 .path3:before { + content: "\ef1e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-clock1 .path4:before { + content: "\ef1f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-clock-11 .path1:before { + content: "\ef20"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-clock-11 .path2:before { + content: "\ef21"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-close-circle1 .path1:before { + content: "\ef22"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-close-circle1 .path2:before { + content: "\ef23"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-close-square1 .path1:before { + content: "\ef24"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-close-square1 .path2:before { + content: "\ef25"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cloud1 .path1:before { + content: "\ef26"; + color: rgb(41, 45, 50); +} +.isax-cloud1 .path2:before { + content: "\ef27"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cloud-add1 .path1:before { + content: "\ef28"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cloud-add1 .path2:before { + content: "\ef29"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cloud-change1 .path1:before { + content: "\ef2a"; + color: rgb(41, 45, 50); +} +.isax-cloud-change1 .path2:before { + content: "\ef2b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cloud-change1 .path3:before { + content: "\ef2c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cloud-connection1 .path1:before { + content: "\ef2d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cloud-connection1 .path2:before { + content: "\ef2e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cloud-cross1 .path1:before { + content: "\ef2f"; + color: rgb(41, 45, 50); +} +.isax-cloud-cross1 .path2:before { + content: "\ef30"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cloud-drizzle1 .path1:before { + content: "\ef31"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cloud-drizzle1 .path2:before { + content: "\ef32"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cloud-fog1 .path1:before { + content: "\ef33"; + color: rgb(41, 45, 50); +} +.isax-cloud-fog1 .path2:before { + content: "\ef34"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cloud-fog1 .path3:before { + content: "\ef35"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cloud-fog1 .path4:before { + content: "\ef36"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cloud-lightning1 .path1:before { + content: "\ef37"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cloud-lightning1 .path2:before { + content: "\ef38"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cloud-minus1 .path1:before { + content: "\ef39"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cloud-minus1 .path2:before { + content: "\ef3a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cloud-notif1 .path1:before { + content: "\ef3b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cloud-notif1 .path2:before { + content: "\ef3c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cloud-plus1 .path1:before { + content: "\ef3d"; + color: rgb(41, 45, 50); +} +.isax-cloud-plus1 .path2:before { + content: "\ef3e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cloud-remove1 .path1:before { + content: "\ef3f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cloud-remove1 .path2:before { + content: "\ef40"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cloud-snow1 .path1:before { + content: "\ef41"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cloud-snow1 .path2:before { + content: "\ef42"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cloud-sunny1 .path1:before { + content: "\ef43"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cloud-sunny1 .path2:before { + content: "\ef44"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-code1 .path1:before { + content: "\ef45"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-code1 .path2:before { + content: "\ef46"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-code1 .path3:before { + content: "\ef47"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-code-11 .path1:before { + content: "\ef48"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-code-11 .path2:before { + content: "\ef49"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-code-11 .path3:before { + content: "\ef4a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-code-11 .path4:before { + content: "\ef4b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-code-circle1 .path1:before { + content: "\ef4c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-code-circle1 .path2:before { + content: "\ef4d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-code-circle1 .path3:before { + content: "\ef4e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-code-circle1 .path4:before { + content: "\ef4f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-coffee1 .path1:before { + content: "\ef50"; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-coffee1 .path2:before { + content: "\ef51"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-coffee1 .path3:before { + content: "\ef52"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-coffee1 .path4:before { + content: "\ef53"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-coffee1 .path5:before { + content: "\ef54"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-coffee1 .path6:before { + content: "\ef55"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-coin1 .path1:before { + content: "\ef56"; + color: rgb(41, 45, 50); +} +.isax-coin1 .path2:before { + content: "\ef57"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-coin1 .path3:before { + content: "\ef58"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-coin-11 .path1:before { + content: "\ef59"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-coin-11 .path2:before { + content: "\ef5a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-coin-11 .path3:before { + content: "\ef5b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-colorfilter1 .path1:before { + content: "\ef5c"; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-colorfilter1 .path2:before { + content: "\ef5d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-colorfilter1 .path3:before { + content: "\ef5e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-colors-square1 .path1:before { + content: "\ef5f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-colors-square1 .path2:before { + content: "\ef60"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-colors-square1 .path3:before { + content: "\ef61"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-colors-square1 .path4:before { + content: "\ef62"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-color-swatch1 .path1:before { + content: "\ef63"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-color-swatch1 .path2:before { + content: "\ef64"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-color-swatch1 .path3:before { + content: "\ef65"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-command1 .path1:before { + content: "\ef66"; + color: rgb(41, 45, 50); +} +.isax-command1 .path2:before { + content: "\ef67"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-command1 .path3:before { + content: "\ef68"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-command1 .path4:before { + content: "\ef69"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-command1 .path5:before { + content: "\ef6a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-command-square1 .path1:before { + content: "\ef6b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-command-square1 .path2:before { + content: "\ef6c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-command-square1 .path3:before { + content: "\ef6d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-command-square1 .path4:before { + content: "\ef6e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-command-square1 .path5:before { + content: "\ef6f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-command-square1 .path6:before { + content: "\ef70"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-component1:before { + content: "\ef71"; +} +.isax-computing1 .path1:before { + content: "\ef72"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-computing1 .path2:before { + content: "\ef73"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-computing1 .path3:before { + content: "\ef74"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-computing1 .path4:before { + content: "\ef75"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-convert1 .path1:before { + content: "\ef76"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-convert1 .path2:before { + content: "\ef77"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-convert1 .path3:before { + content: "\ef78"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-convert-3d-cube1 .path1:before { + content: "\ef79"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-convert-3d-cube1 .path2:before { + content: "\ef7a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-convert-3d-cube1 .path3:before { + content: "\ef7b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-convert-3d-cube1 .path4:before { + content: "\ef7c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-convert-3d-cube1 .path5:before { + content: "\ef7d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-convert-3d-cube1 .path6:before { + content: "\ef7e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-convert-3d-cube1 .path7:before { + content: "\ef7f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-convert-3d-cube1 .path8:before { + content: "\ef80"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-convert-card1 .path1:before { + content: "\ef81"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-convert-card1 .path2:before { + content: "\ef82"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-convert-card1 .path3:before { + content: "\ef83"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-convert-card1 .path4:before { + content: "\ef84"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-convert-card1 .path5:before { + content: "\ef85"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-convert-card1 .path6:before { + content: "\ef86"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-convertshape1 .path1:before { + content: "\ef87"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-convertshape1 .path2:before { + content: "\ef88"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-convertshape1 .path3:before { + content: "\ef89"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-convertshape1 .path4:before { + content: "\ef8a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-convertshape-21 .path1:before { + content: "\ef8b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-convertshape-21 .path2:before { + content: "\ef8c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-convertshape-21 .path3:before { + content: "\ef8d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-convertshape-21 .path4:before { + content: "\ef8e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-copy1 .path1:before { + content: "\ef8f"; + color: rgb(41, 45, 50); +} +.isax-copy1 .path2:before { + content: "\ef90"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-copyright1 .path1:before { + content: "\ef91"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-copyright1 .path2:before { + content: "\ef92"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-copy-success1 .path1:before { + content: "\ef93"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-copy-success1 .path2:before { + content: "\ef94"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-courthouse1 .path1:before { + content: "\ef95"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-courthouse1 .path2:before { + content: "\ef96"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu1 .path1:before { + content: "\ef97"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cpu1 .path2:before { + content: "\ef98"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu1 .path3:before { + content: "\ef99"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu1 .path4:before { + content: "\ef9a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu1 .path5:before { + content: "\ef9b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu1 .path6:before { + content: "\ef9c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu1 .path7:before { + content: "\ef9d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu1 .path8:before { + content: "\ef9e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu1 .path9:before { + content: "\ef9f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu1 .path10:before { + content: "\efa0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu1 .path11:before { + content: "\efa1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu1 .path12:before { + content: "\efa2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu1 .path13:before { + content: "\efa3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu1 .path14:before { + content: "\efa4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-charge1 .path1:before { + content: "\efa5"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cpu-charge1 .path2:before { + content: "\efa6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-charge1 .path3:before { + content: "\efa7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-charge1 .path4:before { + content: "\efa8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-charge1 .path5:before { + content: "\efa9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-charge1 .path6:before { + content: "\efaa"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-charge1 .path7:before { + content: "\efab"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-charge1 .path8:before { + content: "\efac"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-charge1 .path9:before { + content: "\efad"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-charge1 .path10:before { + content: "\efae"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-charge1 .path11:before { + content: "\efaf"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-charge1 .path12:before { + content: "\efb0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-charge1 .path13:before { + content: "\efb1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-charge1 .path14:before { + content: "\efb2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-setting1 .path1:before { + content: "\efb3"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cpu-setting1 .path2:before { + content: "\efb4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-setting1 .path3:before { + content: "\efb5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-setting1 .path4:before { + content: "\efb6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-setting1 .path5:before { + content: "\efb7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-setting1 .path6:before { + content: "\efb8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-setting1 .path7:before { + content: "\efb9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-setting1 .path8:before { + content: "\efba"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-setting1 .path9:before { + content: "\efbb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-setting1 .path10:before { + content: "\efbc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-setting1 .path11:before { + content: "\efbd"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cpu-setting1 .path12:before { + content: "\efbe"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-creative-commons1 .path1:before { + content: "\efbf"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-creative-commons1 .path2:before { + content: "\efc0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-creative-commons1 .path3:before { + content: "\efc1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-crop1 .path1:before { + content: "\efc2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-crop1 .path2:before { + content: "\efc3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-crop1 .path3:before { + content: "\efc4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-crown1 .path1:before { + content: "\efc5"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-crown1 .path2:before { + content: "\efc6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-crown1 .path3:before { + content: "\efc7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-crown-11 .path1:before { + content: "\efc8"; + color: rgb(41, 45, 50); +} +.isax-crown-11 .path2:before { + content: "\efc9"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cup1 .path1:before { + content: "\efca"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cup1 .path2:before { + content: "\efcb"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cup1 .path3:before { + content: "\efcc"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cup1 .path4:before { + content: "\efcd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cup1 .path5:before { + content: "\efce"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-danger1 .path1:before { + content: "\efcf"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-danger1 .path2:before { + content: "\efd0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-danger1 .path3:before { + content: "\efd1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data1 .path1:before { + content: "\efd2"; + color: rgb(41, 45, 50); +} +.isax-data1 .path2:before { + content: "\efd3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data1 .path3:before { + content: "\efd4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data1 .path4:before { + content: "\efd5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data1 .path5:before { + content: "\efd6"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-data-21 .path1:before { + content: "\efd7"; + color: rgb(41, 45, 50); +} +.isax-data-21 .path2:before { + content: "\efd8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data-21 .path3:before { + content: "\efd9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data-21 .path4:before { + content: "\efda"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.37; +} +.isax-data-21 .path5:before { + content: "\efdb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-designtools1 .path1:before { + content: "\efdc"; + color: rgb(41, 45, 50); +} +.isax-designtools1 .path2:before { + content: "\efdd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-designtools1 .path3:before { + content: "\efde"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-designtools1 .path4:before { + content: "\efdf"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-designtools1 .path5:before { + content: "\efe0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-device-message1 .path1:before { + content: "\efe1"; + color: rgb(41, 45, 50); +} +.isax-device-message1 .path2:before { + content: "\efe2"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-device-message1 .path3:before { + content: "\efe3"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-device-message1 .path4:before { + content: "\efe4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-device-message1 .path5:before { + content: "\efe5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-device-message1 .path6:before { + content: "\efe6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-devices1 .path1:before { + content: "\efe7"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-devices1 .path2:before { + content: "\efe8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-devices1 .path3:before { + content: "\efe9"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-devices1 .path4:before { + content: "\efea"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-devices-11 .path1:before { + content: "\efeb"; + color: rgb(41, 45, 50); +} +.isax-devices-11 .path2:before { + content: "\efec"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-devices-11 .path3:before { + content: "\efed"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-devices-11 .path4:before { + content: "\efee"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-devices-11 .path5:before { + content: "\efef"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-devices-11 .path6:before { + content: "\eff0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-devices-11 .path7:before { + content: "\eff1"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-devices-11 .path8:before { + content: "\eff2"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-diagram1 .path1:before { + content: "\eff3"; + color: rgb(41, 45, 50); +} +.isax-diagram1 .path2:before { + content: "\eff4"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-diamonds1 .path1:before { + content: "\eff5"; + color: rgb(41, 45, 50); +} +.isax-diamonds1 .path2:before { + content: "\eff6"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-direct1 .path1:before { + content: "\eff7"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-direct1 .path2:before { + content: "\eff8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-direct1 .path3:before { + content: "\eff9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-direct1 .path4:before { + content: "\effa"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-directbox-default1 .path1:before { + content: "\effb"; + color: rgb(41, 45, 50); +} +.isax-directbox-default1 .path2:before { + content: "\effc"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-directbox-default1 .path3:before { + content: "\effd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-directbox-default1 .path4:before { + content: "\effe"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-directbox-notif1 .path1:before { + content: "\efff"; + color: rgb(41, 45, 50); +} +.isax-directbox-notif1 .path2:before { + content: "\f000"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-directbox-notif1 .path3:before { + content: "\f001"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-directbox-receive1 .path1:before { + content: "\f002"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-directbox-receive1 .path2:before { + content: "\f003"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-directbox-receive1 .path3:before { + content: "\f004"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-directbox-receive1 .path4:before { + content: "\f005"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-directbox-send1 .path1:before { + content: "\f006"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-directbox-send1 .path2:before { + content: "\f007"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-directbox-send1 .path3:before { + content: "\f008"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-directbox-send1 .path4:before { + content: "\f009"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-direct-down1 .path1:before { + content: "\f00a"; + color: rgb(41, 45, 50); +} +.isax-direct-down1 .path2:before { + content: "\f00b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-direct-inbox1 .path1:before { + content: "\f00c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-direct-inbox1 .path2:before { + content: "\f00d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-direct-inbox1 .path3:before { + content: "\f00e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-direct-left1 .path1:before { + content: "\f00f"; + color: rgb(41, 45, 50); +} +.isax-direct-left1 .path2:before { + content: "\f010"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-direct-normal1 .path1:before { + content: "\f011"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-direct-normal1 .path2:before { + content: "\f012"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-direct-notification1 .path1:before { + content: "\f013"; + color: rgb(41, 45, 50); +} +.isax-direct-notification1 .path2:before { + content: "\f014"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-direct-notification1 .path3:before { + content: "\f015"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-direct-right1 .path1:before { + content: "\f016"; + color: rgb(41, 45, 50); +} +.isax-direct-right1 .path2:before { + content: "\f017"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-direct-send1 .path1:before { + content: "\f018"; + color: rgb(41, 45, 50); +} +.isax-direct-send1 .path2:before { + content: "\f019"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-direct-send1 .path3:before { + content: "\f01a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-direct-up1 .path1:before { + content: "\f01b"; + color: rgb(41, 45, 50); +} +.isax-direct-up1 .path2:before { + content: "\f01c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-discount-circle1 .path1:before { + content: "\f01d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-discount-circle1 .path2:before { + content: "\f01e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-discount-circle1 .path3:before { + content: "\f01f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-discount-circle1 .path4:before { + content: "\f020"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-discount-shape1 .path1:before { + content: "\f021"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-discount-shape1 .path2:before { + content: "\f022"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-discount-shape1 .path3:before { + content: "\f023"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-discount-shape1 .path4:before { + content: "\f024"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-discover1 .path1:before { + content: "\f025"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-discover1 .path2:before { + content: "\f026"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-discover-11 .path1:before { + content: "\f027"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-discover-11 .path2:before { + content: "\f028"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-dislike1 .path1:before { + content: "\f029"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-dislike1 .path2:before { + content: "\f02a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document1 .path1:before { + content: "\f02b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-document1 .path2:before { + content: "\f02c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-11 .path1:before { + content: "\f02d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-document-11 .path2:before { + content: "\f02e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-11 .path3:before { + content: "\f02f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-cloud1 .path1:before { + content: "\f030"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-document-cloud1 .path2:before { + content: "\f031"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-cloud1 .path3:before { + content: "\f032"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-code1 .path1:before { + content: "\f033"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-document-code1 .path2:before { + content: "\f034"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-code1 .path3:before { + content: "\f035"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-code1 .path4:before { + content: "\f036"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-code-21 .path1:before { + content: "\f037"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-document-code-21 .path2:before { + content: "\f038"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-code-21 .path3:before { + content: "\f039"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-copy1 .path1:before { + content: "\f03a"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-document-copy1 .path2:before { + content: "\f03b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-copy1 .path3:before { + content: "\f03c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-download1 .path1:before { + content: "\f03d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-document-download1 .path2:before { + content: "\f03e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-download1 .path3:before { + content: "\f03f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-favorite1 .path1:before { + content: "\f040"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-document-favorite1 .path2:before { + content: "\f041"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-favorite1 .path3:before { + content: "\f042"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-filter1 .path1:before { + content: "\f043"; + color: rgb(41, 45, 50); +} +.isax-document-filter1 .path2:before { + content: "\f044"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-document-filter1 .path3:before { + content: "\f045"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-filter1 .path4:before { + content: "\f046"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-forward1 .path1:before { + content: "\f047"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-document-forward1 .path2:before { + content: "\f048"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-forward1 .path3:before { + content: "\f049"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-like1 .path1:before { + content: "\f04a"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-document-like1 .path2:before { + content: "\f04b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-like1 .path3:before { + content: "\f04c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-normal1 .path1:before { + content: "\f04d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-document-normal1 .path2:before { + content: "\f04e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-previous1 .path1:before { + content: "\f04f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-document-previous1 .path2:before { + content: "\f050"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-previous1 .path3:before { + content: "\f051"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-sketch1 .path1:before { + content: "\f052"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-document-sketch1 .path2:before { + content: "\f053"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-sketch1 .path3:before { + content: "\f054"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-text1 .path1:before { + content: "\f055"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-document-text1 .path2:before { + content: "\f056"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-text1 .path3:before { + content: "\f057"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-text1 .path4:before { + content: "\f058"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-text-11 .path1:before { + content: "\f059"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-document-text-11 .path2:before { + content: "\f05a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-text-11 .path3:before { + content: "\f05b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-text-11 .path4:before { + content: "\f05c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-upload1 .path1:before { + content: "\f05d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-document-upload1 .path2:before { + content: "\f05e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-upload1 .path3:before { + content: "\f05f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-dollar-circle1 .path1:before { + content: "\f060"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-dollar-circle1 .path2:before { + content: "\f061"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-dollar-square1 .path1:before { + content: "\f062"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-dollar-square1 .path2:before { + content: "\f063"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver1 .path1:before { + content: "\f064"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-driver1 .path2:before { + content: "\f065"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-driver1 .path3:before { + content: "\f066"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver1 .path4:before { + content: "\f067"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver1 .path5:before { + content: "\f068"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver1 .path6:before { + content: "\f069"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver1 .path7:before { + content: "\f06a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver1 .path8:before { + content: "\f06b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver-21 .path1:before { + content: "\f06c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-driver-21 .path2:before { + content: "\f06d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver-21 .path3:before { + content: "\f06e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver-21 .path4:before { + content: "\f06f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver-21 .path5:before { + content: "\f070"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver-21 .path6:before { + content: "\f071"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver-21 .path7:before { + content: "\f072"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver-21 .path8:before { + content: "\f073"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver-refresh1 .path1:before { + content: "\f074"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-driver-refresh1 .path2:before { + content: "\f075"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver-refresh1 .path3:before { + content: "\f076"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver-refresh1 .path4:before { + content: "\f077"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver-refresh1 .path5:before { + content: "\f078"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver-refresh1 .path6:before { + content: "\f079"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver-refresh1 .path7:before { + content: "\f07a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driving1 .path1:before { + content: "\f07b"; + color: rgb(41, 45, 50); +} +.isax-driving1 .path2:before { + content: "\f07c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driving1 .path3:before { + content: "\f07d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driving1 .path4:before { + content: "\f07e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driving1 .path5:before { + content: "\f07f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-driving1 .path6:before { + content: "\f080"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driving1 .path7:before { + content: "\f081"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driving1 .path8:before { + content: "\f082"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-drop .path1:before { + content: "\f083"; + color: rgb(41, 45, 50); +} +.isax-drop .path2:before { + content: "\f084"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-edit1 .path1:before { + content: "\f085"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-edit1 .path2:before { + content: "\f086"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-edit1 .path3:before { + content: "\f087"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-edit-21 .path1:before { + content: "\f088"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-edit-21 .path2:before { + content: "\f089"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-edit-21 .path3:before { + content: "\f08a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-electricity1 .path1:before { + content: "\f08b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-electricity1 .path2:before { + content: "\f08c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-electricity1 .path3:before { + content: "\f08d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-electricity1 .path4:before { + content: "\f08e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-element-1 .path1:before { + content: "\f08f"; + color: rgb(41, 45, 50); +} +.isax-element-1 .path2:before { + content: "\f090"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-element-1 .path3:before { + content: "\f091"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-element-21 .path1:before { + content: "\f092"; + color: rgb(41, 45, 50); +} +.isax-element-21 .path2:before { + content: "\f093"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-element-21 .path3:before { + content: "\f094"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-element-31 .path1:before { + content: "\f095"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-element-31 .path2:before { + content: "\f096"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-element-31 .path3:before { + content: "\f097"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-element-31 .path4:before { + content: "\f098"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-element-41 .path1:before { + content: "\f099"; + color: rgb(41, 45, 50); +} +.isax-element-41 .path2:before { + content: "\f09a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-element-41 .path3:before { + content: "\f09b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-element-41 .path4:before { + content: "\f09c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-element-equal1 .path1:before { + content: "\f09d"; + color: rgb(41, 45, 50); +} +.isax-element-equal1 .path2:before { + content: "\f09e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-element-equal1 .path3:before { + content: "\f09f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-element-equal1 .path4:before { + content: "\f0a0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-element-equal1 .path5:before { + content: "\f0a1"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-element-plus1 .path1:before { + content: "\f0a2"; + color: rgb(41, 45, 50); +} +.isax-element-plus1 .path2:before { + content: "\f0a3"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-element-plus1 .path3:before { + content: "\f0a4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-element-plus1 .path4:before { + content: "\f0a5"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-emoji-happy1 .path1:before { + content: "\f0a6"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-emoji-happy1 .path2:before { + content: "\f0a7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-emoji-happy1 .path3:before { + content: "\f0a8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-emoji-happy1 .path4:before { + content: "\f0a9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-emoji-normal1 .path1:before { + content: "\f0aa"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-emoji-normal1 .path2:before { + content: "\f0ab"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-emoji-normal1 .path3:before { + content: "\f0ac"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-emoji-normal1 .path4:before { + content: "\f0ad"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-emoji-sad1 .path1:before { + content: "\f0ae"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-emoji-sad1 .path2:before { + content: "\f0af"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-emoji-sad1 .path3:before { + content: "\f0b0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-emoji-sad1 .path4:before { + content: "\f0b1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet1 .path1:before { + content: "\f0b2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-empty-wallet1 .path2:before { + content: "\f0b3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet1 .path3:before { + content: "\f0b4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet1 .path4:before { + content: "\f0b5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-add1 .path1:before { + content: "\f0b6"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-empty-wallet-add1 .path2:before { + content: "\f0b7"; + margin-left: -1.0419921875em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-add1 .path3:before { + content: "\f0b8"; + margin-left: -1.0419921875em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-add1 .path4:before { + content: "\f0b9"; + margin-left: -1.0419921875em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-add1 .path5:before { + content: "\f0ba"; + margin-left: -1.0419921875em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-change1 .path1:before { + content: "\f0bb"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-empty-wallet-change1 .path2:before { + content: "\f0bc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-change1 .path3:before { + content: "\f0bd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-change1 .path4:before { + content: "\f0be"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-change1 .path5:before { + content: "\f0bf"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-remove1 .path1:before { + content: "\f0c0"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-empty-wallet-remove1 .path2:before { + content: "\f0c1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-remove1 .path3:before { + content: "\f0c2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-remove1 .path4:before { + content: "\f0c3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-remove1 .path5:before { + content: "\f0c4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-tick1 .path1:before { + content: "\f0c5"; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-tick1 .path2:before { + content: "\f0c6"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-empty-wallet-tick1 .path3:before { + content: "\f0c7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-tick1 .path4:before { + content: "\f0c8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-tick1 .path5:before { + content: "\f0c9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-time1 .path1:before { + content: "\f0ca"; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-time1 .path2:before { + content: "\f0cb"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-empty-wallet-time1 .path3:before { + content: "\f0cc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-time1 .path4:before { + content: "\f0cd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-time1 .path5:before { + content: "\f0ce"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-eraser1 .path1:before { + content: "\f0cf"; + color: rgb(41, 45, 50); +} +.isax-eraser1 .path2:before { + content: "\f0d0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-eraser1 .path3:before { + content: "\f0d1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-eraser-11 .path1:before { + content: "\f0d2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-eraser-11 .path2:before { + content: "\f0d3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-eraser-11 .path3:before { + content: "\f0d4"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-export1 .path1:before { + content: "\f0d5"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-export1 .path2:before { + content: "\f0d6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-export-11 .path1:before { + content: "\f0d7"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-export-11 .path2:before { + content: "\f0d8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-export-21 .path1:before { + content: "\f0d9"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-export-21 .path2:before { + content: "\f0da"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-export-31 .path1:before { + content: "\f0db"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-export-31 .path2:before { + content: "\f0dc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-external-drive1 .path1:before { + content: "\f0dd"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-external-drive1 .path2:before { + content: "\f0de"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-external-drive1 .path3:before { + content: "\f0df"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-external-drive1 .path4:before { + content: "\f0e0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-external-drive1 .path5:before { + content: "\f0e1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-eye-slash1 .path1:before { + content: "\f0e2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-eye-slash1 .path2:before { + content: "\f0e3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-eye-slash1 .path3:before { + content: "\f0e4"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-eye-slash1 .path4:before { + content: "\f0e5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-eye-slash1 .path5:before { + content: "\f0e6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-fatrows1 .path1:before { + content: "\f0e7"; + color: rgb(41, 45, 50); +} +.isax-fatrows1 .path2:before { + content: "\f0e8"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-favorite-chart1 .path1:before { + content: "\f0e9"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-favorite-chart1 .path2:before { + content: "\f0ea"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-favorite-chart1 .path3:before { + content: "\f0eb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-filter1 .path1:before { + content: "\f0ec"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-filter1 .path2:before { + content: "\f0ed"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-filter-add1 .path1:before { + content: "\f0ee"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-filter-add1 .path2:before { + content: "\f0ef"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-filter-edit1 .path1:before { + content: "\f0f0"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-filter-edit1 .path2:before { + content: "\f0f1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-filter-remove1 .path1:before { + content: "\f0f2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-filter-remove1 .path2:before { + content: "\f0f3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-filter-search1 .path1:before { + content: "\f0f4"; + color: rgb(41, 45, 50); +} +.isax-filter-search1 .path2:before { + content: "\f0f5"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-filter-square1 .path1:before { + content: "\f0f6"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-filter-square1 .path2:before { + content: "\f0f7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-filter-tick1 .path1:before { + content: "\f0f8"; + color: rgb(41, 45, 50); +} +.isax-filter-tick1 .path2:before { + content: "\f0f9"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-finger-cricle1 .path1:before { + content: "\f0fa"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-finger-cricle1 .path2:before { + content: "\f0fb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-finger-cricle1 .path3:before { + content: "\f0fc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-finger-scan1 .path1:before { + content: "\f0fd"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-finger-scan1 .path2:before { + content: "\f0fe"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-finger-scan1 .path3:before { + content: "\f0ff"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-finger-scan1 .path4:before { + content: "\f100"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-finger-scan1 .path5:before { + content: "\f101"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-finger-scan1 .path6:before { + content: "\f102"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-firstline1 .path1:before { + content: "\f103"; + color: rgb(41, 45, 50); +} +.isax-firstline1 .path2:before { + content: "\f104"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-firstline1 .path3:before { + content: "\f105"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-firstline1 .path4:before { + content: "\f106"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-firstline1 .path5:before { + content: "\f107"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-flag1 .path1:before { + content: "\f108"; + color: rgb(41, 45, 50); +} +.isax-flag1 .path2:before { + content: "\f109"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-flag-21 .path1:before { + content: "\f10a"; + color: rgb(41, 45, 50); +} +.isax-flag-21 .path2:before { + content: "\f10b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-flash1 .path1:before { + content: "\f10c"; + color: rgb(41, 45, 50); +} +.isax-flash1 .path2:before { + content: "\f10d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-flash-11 .path1:before { + content: "\f10e"; + color: rgb(41, 45, 50); +} +.isax-flash-11 .path2:before { + content: "\f10f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-flash-11 .path3:before { + content: "\f110"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-flash-11 .path4:before { + content: "\f111"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-flash-circle1 .path1:before { + content: "\f112"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-flash-circle1 .path2:before { + content: "\f113"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-flash-circle-11 .path1:before { + content: "\f114"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-flash-circle-11 .path2:before { + content: "\f115"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-flash-slash1 .path1:before { + content: "\f116"; + color: rgb(41, 45, 50); +} +.isax-flash-slash1 .path2:before { + content: "\f117"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-flash-slash1 .path3:before { + content: "\f118"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-folder1 .path1:before { + content: "\f119"; + color: rgb(41, 45, 50); +} +.isax-folder1 .path2:before { + content: "\f11a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-folder-21 .path1:before { + content: "\f11b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-folder-21 .path2:before { + content: "\f11c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-folder-add1 .path1:before { + content: "\f11d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-folder-add1 .path2:before { + content: "\f11e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-folder-cloud1 .path1:before { + content: "\f11f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-folder-cloud1 .path2:before { + content: "\f120"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-folder-connection1 .path1:before { + content: "\f121"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-folder-connection1 .path2:before { + content: "\f122"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-folder-cross1 .path1:before { + content: "\f123"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-folder-cross1 .path2:before { + content: "\f124"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-folder-favorite1 .path1:before { + content: "\f125"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-folder-favorite1 .path2:before { + content: "\f126"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-folder-minus1 .path1:before { + content: "\f127"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-folder-minus1 .path2:before { + content: "\f128"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-folder-open1 .path1:before { + content: "\f129"; + color: rgb(41, 45, 50); +} +.isax-folder-open1 .path2:before { + content: "\f12a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-forbidden1 .path1:before { + content: "\f12b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-forbidden1 .path2:before { + content: "\f12c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-forbidden-21 .path1:before { + content: "\f12d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-forbidden-21 .path2:before { + content: "\f12e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-format-circle1 .path1:before { + content: "\f12f"; + color: rgb(41, 45, 50); +} +.isax-format-circle1 .path2:before { + content: "\f130"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-format-circle1 .path3:before { + content: "\f131"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-format-circle1 .path4:before { + content: "\f132"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-format-circle1 .path5:before { + content: "\f133"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-format-square1 .path1:before { + content: "\f134"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-format-square1 .path2:before { + content: "\f135"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-format-square1 .path3:before { + content: "\f136"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-format-square1 .path4:before { + content: "\f137"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-format-square1 .path5:before { + content: "\f138"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-forward1 .path1:before { + content: "\f139"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-forward1 .path2:before { + content: "\f13a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-forward-5-seconds1 .path1:before { + content: "\f13b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-forward-5-seconds1 .path2:before { + content: "\f13c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-forward-10-seconds1 .path1:before { + content: "\f13d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-forward-10-seconds1 .path2:before { + content: "\f13e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-forward-10-seconds1 .path3:before { + content: "\f13f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-forward-15-seconds1 .path1:before { + content: "\f140"; + color: rgb(41, 45, 50); +} +.isax-forward-15-seconds1 .path2:before { + content: "\f141"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-forward-15-seconds1 .path3:before { + content: "\f142"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-forward-item1 .path1:before { + content: "\f143"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-forward-item1 .path2:before { + content: "\f144"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-forward-item1 .path3:before { + content: "\f145"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-forward-square1 .path1:before { + content: "\f146"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-forward-square1 .path2:before { + content: "\f147"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-frame1 .path1:before { + content: "\f148"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-frame1 .path2:before { + content: "\f149"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-frame1 .path3:before { + content: "\f14a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-frame1 .path4:before { + content: "\f14b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-frame1 .path5:before { + content: "\f14c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-frame-11 .path1:before { + content: "\f14d"; + color: rgb(41, 45, 50); +} +.isax-frame-11 .path2:before { + content: "\f14e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-frame-11 .path3:before { + content: "\f14f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-frame-21 .path1:before { + content: "\f150"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-frame-21 .path2:before { + content: "\f151"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-frame-31 .path1:before { + content: "\f152"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-frame-31 .path2:before { + content: "\f153"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-frame-41 .path1:before { + content: "\f154"; + color: rgb(41, 45, 50); +} +.isax-frame-41 .path2:before { + content: "\f155"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-frame-41 .path3:before { + content: "\f156"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-frame-41 .path4:before { + content: "\f157"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gallery1 .path1:before { + content: "\f158"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gallery1 .path2:before { + content: "\f159"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gallery1 .path3:before { + content: "\f15a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gallery-add1 .path1:before { + content: "\f15b"; + color: rgb(41, 45, 50); +} +.isax-gallery-add1 .path2:before { + content: "\f15c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gallery-add1 .path3:before { + content: "\f15d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gallery-add1 .path4:before { + content: "\f15e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gallery-edit1 .path1:before { + content: "\f15f"; + color: rgb(41, 45, 50); +} +.isax-gallery-edit1 .path2:before { + content: "\f160"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gallery-edit1 .path3:before { + content: "\f161"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gallery-edit1 .path4:before { + content: "\f162"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gallery-favorite1 .path1:before { + content: "\f163"; + color: rgb(41, 45, 50); +} +.isax-gallery-favorite1 .path2:before { + content: "\f164"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gallery-favorite1 .path3:before { + content: "\f165"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gallery-favorite1 .path4:before { + content: "\f166"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gallery-import1 .path1:before { + content: "\f167"; + color: rgb(41, 45, 50); +} +.isax-gallery-import1 .path2:before { + content: "\f168"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gallery-import1 .path3:before { + content: "\f169"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gallery-import1 .path4:before { + content: "\f16a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gallery-remove1 .path1:before { + content: "\f16b"; + color: rgb(41, 45, 50); +} +.isax-gallery-remove1 .path2:before { + content: "\f16c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gallery-remove1 .path3:before { + content: "\f16d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gallery-remove1 .path4:before { + content: "\f16e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gallery-slash1 .path1:before { + content: "\f16f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gallery-slash1 .path2:before { + content: "\f170"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gallery-slash1 .path3:before { + content: "\f171"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gallery-slash1 .path4:before { + content: "\f172"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gallery-slash1 .path5:before { + content: "\f173"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gallery-tick1 .path1:before { + content: "\f174"; + color: rgb(41, 45, 50); +} +.isax-gallery-tick1 .path2:before { + content: "\f175"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gallery-tick1 .path3:before { + content: "\f176"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gallery-tick1 .path4:before { + content: "\f177"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-game1 .path1:before { + content: "\f178"; + color: rgb(41, 45, 50); +} +.isax-game1 .path2:before { + content: "\f179"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-game1 .path3:before { + content: "\f17a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-game1 .path4:before { + content: "\f17b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-game1 .path5:before { + content: "\f17c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-game1 .path6:before { + content: "\f17d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-game1 .path7:before { + content: "\f17e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gameboy1 .path1:before { + content: "\f17f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gameboy1 .path2:before { + content: "\f180"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gameboy1 .path3:before { + content: "\f181"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gameboy1 .path4:before { + content: "\f182"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gameboy1 .path5:before { + content: "\f183"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gas-station1 .path1:before { + content: "\f184"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gas-station1 .path2:before { + content: "\f185"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gas-station1 .path3:before { + content: "\f186"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gas-station1 .path4:before { + content: "\f187"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gas-station1 .path5:before { + content: "\f188"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gemini1 .path1:before { + content: "\f189"; + color: rgb(41, 45, 50); +} +.isax-gemini1 .path2:before { + content: "\f18a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gemini1 .path3:before { + content: "\f18b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gemini1 .path4:before { + content: "\f18c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gemini1 .path5:before { + content: "\f18d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gemini-21 .path1:before { + content: "\f18e"; + color: rgb(41, 45, 50); +} +.isax-gemini-21 .path2:before { + content: "\f18f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-ghost1 .path1:before { + content: "\f190"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-ghost1 .path2:before { + content: "\f191"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ghost1 .path3:before { + content: "\f192"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gift1 .path1:before { + content: "\f193"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gift1 .path2:before { + content: "\f194"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gift1 .path3:before { + content: "\f195"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gift1 .path4:before { + content: "\f196"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gift1 .path5:before { + content: "\f197"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-glass1 .path1:before { + content: "\f198"; + color: rgb(41, 45, 50); +} +.isax-glass1 .path2:before { + content: "\f199"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-glass1 .path3:before { + content: "\f19a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-glass1 .path4:before { + content: "\f19b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-glass1 .path5:before { + content: "\f19c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-glass-11 .path1:before { + content: "\f19d"; + color: rgb(41, 45, 50); +} +.isax-glass-11 .path2:before { + content: "\f19e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global1 .path1:before { + content: "\f19f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global1 .path2:before { + content: "\f1a0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global1 .path3:before { + content: "\f1a1"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global1 .path4:before { + content: "\f1a2"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global1 .path5:before { + content: "\f1a3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-global1 .path6:before { + content: "\f1a4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-global1 .path7:before { + content: "\f1a5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-global1 .path8:before { + content: "\f1a6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-global1 .path9:before { + content: "\f1a7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-global-edit1 .path1:before { + content: "\f1a8"; + color: rgb(41, 45, 50); +} +.isax-global-edit1 .path2:before { + content: "\f1a9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-global-edit1 .path3:before { + content: "\f1aa"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-edit1 .path4:before { + content: "\f1ab"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-edit1 .path5:before { + content: "\f1ac"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-edit1 .path6:before { + content: "\f1ad"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-edit1 .path7:before { + content: "\f1ae"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-edit1 .path8:before { + content: "\f1af"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-edit1 .path9:before { + content: "\f1b0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-edit1 .path10:before { + content: "\f1b1"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-refresh1 .path1:before { + content: "\f1b2"; + color: rgb(41, 45, 50); +} +.isax-global-refresh1 .path2:before { + content: "\f1b3"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-refresh1 .path3:before { + content: "\f1b4"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-refresh1 .path4:before { + content: "\f1b5"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-refresh1 .path5:before { + content: "\f1b6"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-refresh1 .path6:before { + content: "\f1b7"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-refresh1 .path7:before { + content: "\f1b8"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-refresh1 .path8:before { + content: "\f1b9"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-refresh1 .path9:before { + content: "\f1ba"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-search1 .path1:before { + content: "\f1bb"; + color: rgb(41, 45, 50); +} +.isax-global-search1 .path2:before { + content: "\f1bc"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-search1 .path3:before { + content: "\f1bd"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-search1 .path4:before { + content: "\f1be"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-search1 .path5:before { + content: "\f1bf"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-search1 .path6:before { + content: "\f1c0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-search1 .path7:before { + content: "\f1c1"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-search1 .path8:before { + content: "\f1c2"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-search1 .path9:before { + content: "\f1c3"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gps1 .path1:before { + content: "\f1c4"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gps1 .path2:before { + content: "\f1c5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gps1 .path3:before { + content: "\f1c6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gps1 .path4:before { + content: "\f1c7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gps1 .path5:before { + content: "\f1c8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gps1 .path6:before { + content: "\f1c9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gps-slash1 .path1:before { + content: "\f1ca"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gps-slash1 .path2:before { + content: "\f1cb"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gps-slash1 .path3:before { + content: "\f1cc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gps-slash1 .path4:before { + content: "\f1cd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gps-slash1 .path5:before { + content: "\f1ce"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gps-slash1 .path6:before { + content: "\f1cf"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gps-slash1 .path7:before { + content: "\f1d0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gps-slash1 .path8:before { + content: "\f1d1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grammerly1 .path1:before { + content: "\f1d2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grammerly1 .path2:before { + content: "\f1d3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-graph1 .path1:before { + content: "\f1d4"; + color: rgb(41, 45, 50); +} +.isax-graph1 .path2:before { + content: "\f1d5"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-11 .path1:before { + content: "\f1d6"; + color: rgb(41, 45, 50); +} +.isax-grid-11 .path2:before { + content: "\f1d7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-11 .path3:before { + content: "\f1d8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-11 .path4:before { + content: "\f1d9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-11 .path5:before { + content: "\f1da"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-11 .path6:before { + content: "\f1db"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-11 .path7:before { + content: "\f1dc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-11 .path8:before { + content: "\f1dd"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-11 .path9:before { + content: "\f1de"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-21 .path1:before { + content: "\f1df"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-21 .path2:before { + content: "\f1e0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-21 .path3:before { + content: "\f1e1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-21 .path4:before { + content: "\f1e2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-31 .path1:before { + content: "\f1e3"; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-grid-31 .path2:before { + content: "\f1e4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-31 .path3:before { + content: "\f1e5"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-31 .path4:before { + content: "\f1e6"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-41 .path1:before { + content: "\f1e7"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-41 .path2:before { + content: "\f1e8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-51 .path1:before { + content: "\f1e9"; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-grid-51 .path2:before { + content: "\f1ea"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-51 .path3:before { + content: "\f1eb"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-61 .path1:before { + content: "\f1ec"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-61 .path2:before { + content: "\f1ed"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-61 .path3:before { + content: "\f1ee"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-61 .path4:before { + content: "\f1ef"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-grid-71 .path1:before { + content: "\f1f0"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-71 .path2:before { + content: "\f1f1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-71 .path3:before { + content: "\f1f2"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-grid-81 .path1:before { + content: "\f1f3"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-81 .path2:before { + content: "\f1f4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-81 .path3:before { + content: "\f1f5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-81 .path4:before { + content: "\f1f6"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-81 .path5:before { + content: "\f1f7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-81 .path6:before { + content: "\f1f8"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-91 .path1:before { + content: "\f1f9"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-91 .path2:before { + content: "\f1fa"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-edit1 .path1:before { + content: "\f1fb"; + color: rgb(41, 45, 50); +} +.isax-grid-edit1 .path2:before { + content: "\f1fc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-edit1 .path3:before { + content: "\f1fd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-edit1 .path4:before { + content: "\f1fe"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-edit1 .path5:before { + content: "\f1ff"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-edit1 .path6:before { + content: "\f200"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-edit1 .path7:before { + content: "\f201"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-eraser1 .path1:before { + content: "\f202"; + color: rgb(41, 45, 50); +} +.isax-grid-eraser1 .path2:before { + content: "\f203"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-eraser1 .path3:before { + content: "\f204"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-eraser1 .path4:before { + content: "\f205"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-eraser1 .path5:before { + content: "\f206"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-eraser1 .path6:before { + content: "\f207"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-eraser1 .path7:before { + content: "\f208"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-eraser1 .path8:before { + content: "\f209"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-lock1 .path1:before { + content: "\f20a"; + color: rgb(41, 45, 50); +} +.isax-grid-lock1 .path2:before { + content: "\f20b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-lock1 .path3:before { + content: "\f20c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-lock1 .path4:before { + content: "\f20d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-lock1 .path5:before { + content: "\f20e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-lock1 .path6:before { + content: "\f20f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-lock1 .path7:before { + content: "\f210"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-group .path1:before { + content: "\f211"; + color: rgb(41, 45, 50); +} +.isax-group .path2:before { + content: "\f212"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-group .path3:before { + content: "\f213"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-group .path4:before { + content: "\f214"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-group .path5:before { + content: "\f215"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-group-1 .path1:before { + content: "\f216"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-group-1 .path2:before { + content: "\f217"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-group-1 .path3:before { + content: "\f218"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-group-1 .path4:before { + content: "\f219"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-group-1 .path5:before { + content: "\f21a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-group-1 .path6:before { + content: "\f21b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-group-1 .path7:before { + content: "\f21c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-group-1 .path8:before { + content: "\f21d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-happyemoji1 .path1:before { + content: "\f21e"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-happyemoji1 .path2:before { + content: "\f21f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-hashtag1 .path1:before { + content: "\f220"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-hashtag1 .path2:before { + content: "\f221"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-hashtag-11 .path1:before { + content: "\f222"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-hashtag-11 .path2:before { + content: "\f223"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-hashtag-down1 .path1:before { + content: "\f224"; + color: rgb(41, 45, 50); +} +.isax-hashtag-down1 .path2:before { + content: "\f225"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-hashtag-down1 .path3:before { + content: "\f226"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-hashtag-up1 .path1:before { + content: "\f227"; + color: rgb(41, 45, 50); +} +.isax-hashtag-up1 .path2:before { + content: "\f228"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-hashtag-up1 .path3:before { + content: "\f229"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-headphone1 .path1:before { + content: "\f22a"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-headphone1 .path2:before { + content: "\f22b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-headphone1 .path3:before { + content: "\f22c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-headphones1 .path1:before { + content: "\f22d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-headphones1 .path2:before { + content: "\f22e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-headphones1 .path3:before { + content: "\f22f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-headphones1 .path4:before { + content: "\f230"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-headphones1 .path5:before { + content: "\f231"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-headphones1 .path6:before { + content: "\f232"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-headphones1 .path7:before { + content: "\f233"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-headphones1 .path8:before { + content: "\f234"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-health1 .path1:before { + content: "\f235"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-health1 .path2:before { + content: "\f236"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-health1 .path3:before { + content: "\f237"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-heart1 .path1:before { + content: "\f238"; + color: rgb(41, 45, 50); +} +.isax-heart1 .path2:before { + content: "\f239"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-heart-add1 .path1:before { + content: "\f23a"; + color: rgb(41, 45, 50); +} +.isax-heart-add1 .path2:before { + content: "\f23b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-heart-circle1 .path1:before { + content: "\f23c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-heart-circle1 .path2:before { + content: "\f23d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-heart-edit1 .path1:before { + content: "\f23e"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-heart-edit1 .path2:before { + content: "\f23f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-heart-remove1 .path1:before { + content: "\f240"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-heart-remove1 .path2:before { + content: "\f241"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-heart-search1 .path1:before { + content: "\f242"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-heart-search1 .path2:before { + content: "\f243"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-heart-slash1 .path1:before { + content: "\f244"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-heart-slash1 .path2:before { + content: "\f245"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-heart-tick1 .path1:before { + content: "\f246"; + color: rgb(41, 45, 50); +} +.isax-heart-tick1 .path2:before { + content: "\f247"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-hierarchy1 .path1:before { + content: "\f248"; + color: rgb(41, 45, 50); +} +.isax-hierarchy1 .path2:before { + content: "\f249"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-hierarchy1 .path3:before { + content: "\f24a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-hierarchy1 .path4:before { + content: "\f24b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-hierarchy-21 .path1:before { + content: "\f24c"; + color: rgb(41, 45, 50); +} +.isax-hierarchy-21 .path2:before { + content: "\f24d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-hierarchy-21 .path3:before { + content: "\f24e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-hierarchy-21 .path4:before { + content: "\f24f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-hierarchy-31 .path1:before { + content: "\f250"; + color: rgb(41, 45, 50); +} +.isax-hierarchy-31 .path2:before { + content: "\f251"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-hierarchy-31 .path3:before { + content: "\f252"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-hierarchy-31 .path4:before { + content: "\f253"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-hierarchy-square1 .path1:before { + content: "\f254"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-hierarchy-square1 .path2:before { + content: "\f255"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-hierarchy-square1 .path3:before { + content: "\f256"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-hierarchy-square-21 .path1:before { + content: "\f257"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-hierarchy-square-21 .path2:before { + content: "\f258"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-hierarchy-square-31 .path1:before { + content: "\f259"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-hierarchy-square-31 .path2:before { + content: "\f25a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-home1 .path1:before { + content: "\f25b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-home1 .path2:before { + content: "\f25c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-home-11 .path1:before { + content: "\f25d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-home-11 .path2:before { + content: "\f25e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-home-21 .path1:before { + content: "\f25f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-home-21 .path2:before { + content: "\f260"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-home-hashtag1 .path1:before { + content: "\f261"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-home-hashtag1 .path2:before { + content: "\f262"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-home-trend-down1 .path1:before { + content: "\f263"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-home-trend-down1 .path2:before { + content: "\f264"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-home-trend-up1 .path1:before { + content: "\f265"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-home-trend-up1 .path2:before { + content: "\f266"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-home-wifi1 .path1:before { + content: "\f267"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-home-wifi1 .path2:before { + content: "\f268"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-home-wifi1 .path3:before { + content: "\f269"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-home-wifi1 .path4:before { + content: "\f26a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-hospital1 .path1:before { + content: "\f26b"; + color: rgb(41, 45, 50); +} +.isax-hospital1 .path2:before { + content: "\f26c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-hospital1 .path3:before { + content: "\f26d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-hospital1 .path4:before { + content: "\f26e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-house1 .path1:before { + content: "\f26f"; + color: rgb(41, 45, 50); +} +.isax-house1 .path2:before { + content: "\f270"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-house1 .path3:before { + content: "\f271"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-house1 .path4:before { + content: "\f272"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-house1 .path5:before { + content: "\f273"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-house1 .path6:before { + content: "\f274"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-house-21 .path1:before { + content: "\f275"; + color: rgb(41, 45, 50); +} +.isax-house-21 .path2:before { + content: "\f276"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-house-21 .path3:before { + content: "\f277"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-house-21 .path4:before { + content: "\f278"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-image1 .path1:before { + content: "\f279"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-image1 .path2:before { + content: "\f27a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-import1 .path1:before { + content: "\f27b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-import1 .path2:before { + content: "\f27c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-import-11 .path1:before { + content: "\f27d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-import-11 .path2:before { + content: "\f27e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-import-21 .path1:before { + content: "\f27f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-import-21 .path2:before { + content: "\f280"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-info-circle1 .path1:before { + content: "\f281"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-info-circle1 .path2:before { + content: "\f282"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-info-circle1 .path3:before { + content: "\f283"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-information1 .path1:before { + content: "\f284"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-information1 .path2:before { + content: "\f285"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-information1 .path3:before { + content: "\f286"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-instagram1 .path1:before { + content: "\f287"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-instagram1 .path2:before { + content: "\f288"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-instagram1 .path3:before { + content: "\f289"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-judge1 .path1:before { + content: "\f28a"; + color: rgb(41, 45, 50); +} +.isax-judge1 .path2:before { + content: "\f28b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-judge1 .path3:before { + content: "\f28c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-judge1 .path4:before { + content: "\f28d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-kanban1 .path1:before { + content: "\f28e"; + color: rgb(41, 45, 50); +} +.isax-kanban1 .path2:before { + content: "\f28f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-key1 .path1:before { + content: "\f290"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-key1 .path2:before { + content: "\f291"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-keyboard1 .path1:before { + content: "\f292"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-keyboard1 .path2:before { + content: "\f293"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-keyboard1 .path3:before { + content: "\f294"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-keyboard1 .path4:before { + content: "\f295"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-keyboard1 .path5:before { + content: "\f296"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-keyboard-open1 .path1:before { + content: "\f297"; + color: rgb(41, 45, 50); +} +.isax-keyboard-open1 .path2:before { + content: "\f298"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-keyboard-open1 .path3:before { + content: "\f299"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-keyboard-open1 .path4:before { + content: "\f29a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-keyboard-open1 .path5:before { + content: "\f29b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-keyboard-open1 .path6:before { + content: "\f29c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-key-square1 .path1:before { + content: "\f29d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-key-square1 .path2:before { + content: "\f29e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-lamp1 .path1:before { + content: "\f29f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-lamp1 .path2:before { + content: "\f2a0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-lamp-11 .path1:before { + content: "\f2a1"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-lamp-11 .path2:before { + content: "\f2a2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-lamp-11 .path3:before { + content: "\f2a3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-lamp-charge1 .path1:before { + content: "\f2a4"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-lamp-charge1 .path2:before { + content: "\f2a5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-lamp-charge1 .path3:before { + content: "\f2a6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-lamp-on1 .path1:before { + content: "\f2a7"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-lamp-on1 .path2:before { + content: "\f2a8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-lamp-slash1 .path1:before { + content: "\f2a9"; + color: rgb(41, 45, 50); +} +.isax-lamp-slash1 .path2:before { + content: "\f2aa"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-lamp-slash1 .path3:before { + content: "\f2ab"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-lamp-slash1 .path4:before { + content: "\f2ac"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-language-circle1 .path1:before { + content: "\f2ad"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-language-circle1 .path2:before { + content: "\f2ae"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-language-square1 .path1:before { + content: "\f2af"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-language-square1 .path2:before { + content: "\f2b0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-layer1 .path1:before { + content: "\f2b1"; + color: rgb(41, 45, 50); +} +.isax-layer1 .path2:before { + content: "\f2b2"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-layer1 .path3:before { + content: "\f2b3"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-level1 .path1:before { + content: "\f2b4"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-level1 .path2:before { + content: "\f2b5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-level1 .path3:before { + content: "\f2b6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-level1 .path4:before { + content: "\f2b7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-lifebuoy1 .path1:before { + content: "\f2b8"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-lifebuoy1 .path2:before { + content: "\f2b9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-like1 .path1:before { + content: "\f2ba"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-like1 .path2:before { + content: "\f2bb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-like-11 .path1:before { + content: "\f2bc"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-like-11 .path2:before { + content: "\f2bd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-like-dislike1 .path1:before { + content: "\f2be"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-like-dislike1 .path2:before { + content: "\f2bf"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-like-dislike1 .path3:before { + content: "\f2c0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-like-dislike1 .path4:before { + content: "\f2c1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-like-shapes1 .path1:before { + content: "\f2c2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-like-shapes1 .path2:before { + content: "\f2c3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-like-tag1 .path1:before { + content: "\f2c4"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-like-tag1 .path2:before { + content: "\f2c5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-link1 .path1:before { + content: "\f2c6"; + color: rgb(41, 45, 50); +} +.isax-link1 .path2:before { + content: "\f2c7"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-link-11 .path1:before { + content: "\f2c8"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-link-11 .path2:before { + content: "\f2c9"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-link-11 .path3:before { + content: "\f2ca"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-link-22 .path1:before { + content: "\f2cb"; + color: rgb(41, 45, 50); +} +.isax-link-22 .path2:before { + content: "\f2cc"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-link-22 .path3:before { + content: "\f2cd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-link-22 .path4:before { + content: "\f2ce"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.5; +} +.isax-link-211 .path1:before { + content: "\f2cf"; + color: rgb(41, 45, 50); +} +.isax-link-211 .path2:before { + content: "\f2d0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-link-211 .path3:before { + content: "\f2d1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-link-211 .path4:before { + content: "\f2d2"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.5; +} +.isax-link-circle1 .path1:before { + content: "\f2d3"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-link-circle1 .path2:before { + content: "\f2d4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-link-circle1 .path3:before { + content: "\f2d5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-link-square1 .path1:before { + content: "\f2d6"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-link-square1 .path2:before { + content: "\f2d7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-link-square1 .path3:before { + content: "\f2d8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-location1 .path1:before { + content: "\f2d9"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-location1 .path2:before { + content: "\f2da"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-location-add1 .path1:before { + content: "\f2db"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-location-add1 .path2:before { + content: "\f2dc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-location-cross1 .path1:before { + content: "\f2dd"; + color: rgb(41, 45, 50); +} +.isax-location-cross1 .path2:before { + content: "\f2de"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-location-minus1 .path1:before { + content: "\f2df"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-location-minus1 .path2:before { + content: "\f2e0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-location-slash1 .path1:before { + content: "\f2e1"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-location-slash1 .path2:before { + content: "\f2e2"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-location-slash1 .path3:before { + content: "\f2e3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-location-tick1 .path1:before { + content: "\f2e4"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-location-tick1 .path2:before { + content: "\f2e5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-lock1 .path1:before { + content: "\f2e6"; + color: rgb(41, 45, 50); +} +.isax-lock1 .path2:before { + content: "\f2e7"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-lock1 .path3:before { + content: "\f2e8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-lock1 .path4:before { + content: "\f2e9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-lock1 .path5:before { + content: "\f2ea"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-lock-11 .path1:before { + content: "\f2eb"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-lock-11 .path2:before { + content: "\f2ec"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-lock-11 .path3:before { + content: "\f2ed"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-lock-circle1 .path1:before { + content: "\f2ee"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-lock-circle1 .path2:before { + content: "\f2ef"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-lock-slash1 .path1:before { + content: "\f2f0"; + color: rgb(41, 45, 50); +} +.isax-lock-slash1 .path2:before { + content: "\f2f1"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-lock-slash1 .path3:before { + content: "\f2f2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-lock-slash1 .path4:before { + content: "\f2f3"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-lock-slash1 .path5:before { + content: "\f2f4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-login1 .path1:before { + content: "\f2f5"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-login1 .path2:before { + content: "\f2f6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-login-11 .path1:before { + content: "\f2f7"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-login-11 .path2:before { + content: "\f2f8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-logout1 .path1:before { + content: "\f2f9"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-logout1 .path2:before { + content: "\f2fa"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-logout-11 .path1:before { + content: "\f2fb"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-logout-11 .path2:before { + content: "\f2fc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-lovely1 .path1:before { + content: "\f2fd"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-lovely1 .path2:before { + content: "\f2fe"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-magicpen1 .path1:before { + content: "\f2ff"; + color: rgb(41, 45, 50); +} +.isax-magicpen1 .path2:before { + content: "\f300"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-magicpen1 .path3:before { + content: "\f301"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-magicpen1 .path4:before { + content: "\f302"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-magicpen1 .path5:before { + content: "\f303"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-magic-star1 .path1:before { + content: "\f304"; + color: rgb(41, 45, 50); +} +.isax-magic-star1 .path2:before { + content: "\f305"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-main-component1 .path1:before { + content: "\f306"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-main-component1 .path2:before { + content: "\f307"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-man1 .path1:before { + content: "\f308"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-man1 .path2:before { + content: "\f309"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-map1 .path1:before { + content: "\f30a"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-map1 .path2:before { + content: "\f30b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-map1 .path3:before { + content: "\f30c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-map1 .path4:before { + content: "\f30d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-map1 .path5:before { + content: "\f30e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-map-11 .path1:before { + content: "\f30f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-map-11 .path2:before { + content: "\f310"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-map-11 .path3:before { + content: "\f311"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-mask1 .path1:before { + content: "\f312"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-mask1 .path2:before { + content: "\f313"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-mask-11 .path1:before { + content: "\f314"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-mask-11 .path2:before { + content: "\f315"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-mask-21 .path1:before { + content: "\f316"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-mask-21 .path2:before { + content: "\f317"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-math1 .path1:before { + content: "\f318"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-math1 .path2:before { + content: "\f319"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-math1 .path3:before { + content: "\f31a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-math1 .path4:before { + content: "\f31b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-math1 .path5:before { + content: "\f31c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-math1 .path6:before { + content: "\f31d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-maximize1 .path1:before { + content: "\f31e"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-maximize1 .path2:before { + content: "\f31f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-maximize-11 .path1:before { + content: "\f320"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-maximize-11 .path2:before { + content: "\f321"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-maximize-11 .path3:before { + content: "\f322"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-maximize-22 .path1:before { + content: "\f323"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-maximize-22 .path2:before { + content: "\f324"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-maximize-22 .path3:before { + content: "\f325"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-maximize-22 .path4:before { + content: "\f326"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-maximize-22 .path5:before { + content: "\f327"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-maximize-31 .path1:before { + content: "\f328"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-maximize-31 .path2:before { + content: "\f329"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-maximize-41 .path1:before { + content: "\f32a"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-maximize-41 .path2:before { + content: "\f32b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-maximize-41 .path3:before { + content: "\f32c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-maximize-211 .path1:before { + content: "\f32d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-maximize-211 .path2:before { + content: "\f32e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-medal1 .path1:before { + content: "\f32f"; + color: rgb(41, 45, 50); +} +.isax-medal1 .path2:before { + content: "\f330"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-medal-star1 .path1:before { + content: "\f331"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-medal-star1 .path2:before { + content: "\f332"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-medal-star1 .path3:before { + content: "\f333"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-menu1 .path1:before { + content: "\f334"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-menu1 .path2:before { + content: "\f335"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-menu1 .path3:before { + content: "\f336"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-menu1 .path4:before { + content: "\f337"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-menu-11 .path1:before { + content: "\f338"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-menu-11 .path2:before { + content: "\f339"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-menu-11 .path3:before { + content: "\f33a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-menu-11 .path4:before { + content: "\f33b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-menu-board1 .path1:before { + content: "\f33c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-menu-board1 .path2:before { + content: "\f33d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-menu-board1 .path3:before { + content: "\f33e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-menu-board1 .path4:before { + content: "\f33f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-menu-board1 .path5:before { + content: "\f340"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-menu-board1 .path6:before { + content: "\f341"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message1 .path1:before { + content: "\f342"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message1 .path2:before { + content: "\f343"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message1 .path3:before { + content: "\f344"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message1 .path4:before { + content: "\f345"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-21 .path1:before { + content: "\f346"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message-21 .path2:before { + content: "\f347"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-add1 .path1:before { + content: "\f348"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message-add1 .path2:before { + content: "\f349"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-add1 .path3:before { + content: "\f34a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-add-11 .path1:before { + content: "\f34b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message-add-11 .path2:before { + content: "\f34c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-circle1 .path1:before { + content: "\f34d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message-circle1 .path2:before { + content: "\f34e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-edit1 .path1:before { + content: "\f34f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message-edit1 .path2:before { + content: "\f350"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-edit1 .path3:before { + content: "\f351"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-favorite1 .path1:before { + content: "\f352"; + color: rgb(41, 45, 50); +} +.isax-message-favorite1 .path2:before { + content: "\f353"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message-favorite1 .path3:before { + content: "\f354"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-favorite1 .path4:before { + content: "\f355"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-favorite1 .path5:before { + content: "\f356"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-minus1 .path1:before { + content: "\f357"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message-minus1 .path2:before { + content: "\f358"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-notif1 .path1:before { + content: "\f359"; + color: rgb(41, 45, 50); +} +.isax-message-notif1 .path2:before { + content: "\f35a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message-notif1 .path3:before { + content: "\f35b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-notif1 .path4:before { + content: "\f35c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-notif1 .path5:before { + content: "\f35d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-programming1 .path1:before { + content: "\f35e"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message-programming1 .path2:before { + content: "\f35f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-programming1 .path3:before { + content: "\f360"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-programming1 .path4:before { + content: "\f361"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-question1 .path1:before { + content: "\f362"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message-question1 .path2:before { + content: "\f363"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-question1 .path3:before { + content: "\f364"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-remove1 .path1:before { + content: "\f365"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message-remove1 .path2:before { + content: "\f366"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-remove1 .path3:before { + content: "\f367"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-messages1 .path1:before { + content: "\f368"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-messages1 .path2:before { + content: "\f369"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-messages1 .path3:before { + content: "\f36a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-messages-11 .path1:before { + content: "\f36b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-messages-11 .path2:before { + content: "\f36c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-messages-11 .path3:before { + content: "\f36d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-messages-11 .path4:before { + content: "\f36e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-messages-11 .path5:before { + content: "\f36f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-messages-21 .path1:before { + content: "\f370"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-messages-21 .path2:before { + content: "\f371"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-messages-31 .path1:before { + content: "\f372"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-messages-31 .path2:before { + content: "\f373"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-search1 .path1:before { + content: "\f374"; + color: rgb(41, 45, 50); +} +.isax-message-search1 .path2:before { + content: "\f375"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message-search1 .path3:before { + content: "\f376"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-search1 .path4:before { + content: "\f377"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-search1 .path5:before { + content: "\f378"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-square1 .path1:before { + content: "\f379"; + color: rgb(41, 45, 50); +} +.isax-message-square1 .path2:before { + content: "\f37a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message-text1 .path1:before { + content: "\f37b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message-text1 .path2:before { + content: "\f37c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-text1 .path3:before { + content: "\f37d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-text-11 .path1:before { + content: "\f37e"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message-text-11 .path2:before { + content: "\f37f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-text-11 .path3:before { + content: "\f380"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-tick1 .path1:before { + content: "\f381"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message-tick1 .path2:before { + content: "\f382"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-tick1 .path3:before { + content: "\f383"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-time1 .path1:before { + content: "\f384"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message-time1 .path2:before { + content: "\f385"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-time1 .path3:before { + content: "\f386"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-microphone1 .path1:before { + content: "\f387"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-microphone1 .path2:before { + content: "\f388"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-microphone-21 .path1:before { + content: "\f389"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-microphone-21 .path2:before { + content: "\f38a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-microphone-slash1 .path1:before { + content: "\f38b"; + color: rgb(41, 45, 50); +} +.isax-microphone-slash1 .path2:before { + content: "\f38c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-microphone-slash1 .path3:before { + content: "\f38d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-microphone-slash1 .path4:before { + content: "\f38e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-microphone-slash1 .path5:before { + content: "\f38f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-microphone-slash-11 .path1:before { + content: "\f390"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-microphone-slash-11 .path2:before { + content: "\f391"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-microphone-slash-11 .path3:before { + content: "\f392"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-microphone-slash-11 .path4:before { + content: "\f393"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-microscope1 .path1:before { + content: "\f394"; + color: rgb(41, 45, 50); +} +.isax-microscope1 .path2:before { + content: "\f395"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-microscope1 .path3:before { + content: "\f396"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-microscope1 .path4:before { + content: "\f397"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-milk1 .path1:before { + content: "\f398"; + color: rgb(41, 45, 50); +} +.isax-milk1 .path2:before { + content: "\f399"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-milk1 .path3:before { + content: "\f39a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-mini-music-sqaure1 .path1:before { + content: "\f39b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-mini-music-sqaure1 .path2:before { + content: "\f39c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-mini-music-sqaure1 .path3:before { + content: "\f39d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-minus1 .path1:before { + content: "\f39e"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-minus1 .path2:before { + content: "\f39f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-minus-cirlce1 .path1:before { + content: "\f3a0"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-minus-cirlce1 .path2:before { + content: "\f3a1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-minus-square1 .path1:before { + content: "\f3a2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-minus-square1 .path2:before { + content: "\f3a3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-mirror1 .path1:before { + content: "\f3a4"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-mirror1 .path2:before { + content: "\f3a5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-mirroring-screen1 .path1:before { + content: "\f3a6"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-mirroring-screen1 .path2:before { + content: "\f3a7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-mirroring-screen1 .path3:before { + content: "\f3a8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-mirroring-screen1 .path4:before { + content: "\f3a9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-mobile1 .path1:before { + content: "\f3aa"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-mobile1 .path2:before { + content: "\f3ab"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-mobile1 .path3:before { + content: "\f3ac"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-mobile-programming1 .path1:before { + content: "\f3ad"; + color: rgb(41, 45, 50); +} +.isax-mobile-programming1 .path2:before { + content: "\f3ae"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-mobile-programming1 .path3:before { + content: "\f3af"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money1 .path1:before { + content: "\f3b0"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-money1 .path2:before { + content: "\f3b1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money1 .path3:before { + content: "\f3b2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money1 .path4:before { + content: "\f3b3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-21 .path1:before { + content: "\f3b4"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-money-21 .path2:before { + content: "\f3b5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-21 .path3:before { + content: "\f3b6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-21 .path4:before { + content: "\f3b7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-21 .path5:before { + content: "\f3b8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-21 .path6:before { + content: "\f3b9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-31 .path1:before { + content: "\f3ba"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-money-31 .path2:before { + content: "\f3bb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-31 .path3:before { + content: "\f3bc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-31 .path4:before { + content: "\f3bd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-41 .path1:before { + content: "\f3be"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-money-41 .path2:before { + content: "\f3bf"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-41 .path3:before { + content: "\f3c0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-41 .path4:before { + content: "\f3c1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-41 .path5:before { + content: "\f3c2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-41 .path6:before { + content: "\f3c3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-add1 .path1:before { + content: "\f3c4"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-money-add1 .path2:before { + content: "\f3c5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-add1 .path3:before { + content: "\f3c6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-add1 .path4:before { + content: "\f3c7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-change1 .path1:before { + content: "\f3c8"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-money-change1 .path2:before { + content: "\f3c9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-change1 .path3:before { + content: "\f3ca"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-change1 .path4:before { + content: "\f3cb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-forbidden1 .path1:before { + content: "\f3cc"; + color: rgb(41, 45, 50); +} +.isax-money-forbidden1 .path2:before { + content: "\f3cd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-forbidden1 .path3:before { + content: "\f3ce"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-money-forbidden1 .path4:before { + content: "\f3cf"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-forbidden1 .path5:before { + content: "\f3d0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-recive1 .path1:before { + content: "\f3d1"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-money-recive1 .path2:before { + content: "\f3d2"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-money-recive1 .path3:before { + content: "\f3d3"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-money-recive1 .path4:before { + content: "\f3d4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-recive1 .path5:before { + content: "\f3d5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-recive1 .path6:before { + content: "\f3d6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-recive1 .path7:before { + content: "\f3d7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-remove1 .path1:before { + content: "\f3d8"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-money-remove1 .path2:before { + content: "\f3d9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-remove1 .path3:before { + content: "\f3da"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-remove1 .path4:before { + content: "\f3db"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-moneys1 .path1:before { + content: "\f3dc"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-moneys1 .path2:before { + content: "\f3dd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-moneys1 .path3:before { + content: "\f3de"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-moneys1 .path4:before { + content: "\f3df"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-moneys1 .path5:before { + content: "\f3e0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-send1 .path1:before { + content: "\f3e1"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-money-send1 .path2:before { + content: "\f3e2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-send1 .path3:before { + content: "\f3e3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-tick1 .path1:before { + content: "\f3e4"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-money-tick1 .path2:before { + content: "\f3e5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-tick1 .path3:before { + content: "\f3e6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-tick1 .path4:before { + content: "\f3e7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-time1 .path1:before { + content: "\f3e8"; + color: rgb(41, 45, 50); +} +.isax-money-time1 .path2:before { + content: "\f3e9"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-money-time1 .path3:before { + content: "\f3ea"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-time1 .path4:before { + content: "\f3eb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-monitor1 .path1:before { + content: "\f3ec"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-monitor1 .path2:before { + content: "\f3ed"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-monitor-mobbile1 .path1:before { + content: "\f3ee"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-monitor-mobbile1 .path2:before { + content: "\f3ef"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-monitor-mobbile1 .path3:before { + content: "\f3f0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-monitor-recorder1 .path1:before { + content: "\f3f1"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-monitor-recorder1 .path2:before { + content: "\f3f2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-monitor-recorder1 .path3:before { + content: "\f3f3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-moon1 .path1:before { + content: "\f3f4"; + color: rgb(41, 45, 50); +} +.isax-moon1 .path2:before { + content: "\f3f5"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-more1 .path1:before { + content: "\f3f6"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-more1 .path2:before { + content: "\f3f7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-more1 .path3:before { + content: "\f3f8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-more1 .path4:before { + content: "\f3f9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-more-21 .path1:before { + content: "\f3fa"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-more-21 .path2:before { + content: "\f3fb"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.97; +} +.isax-more-21 .path3:before { + content: "\f3fc"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.97; +} +.isax-more-21 .path4:before { + content: "\f3fd"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.97; +} +.isax-more-circle1 .path1:before { + content: "\f3fe"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-more-circle1 .path2:before { + content: "\f3ff"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-more-circle1 .path3:before { + content: "\f400"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-more-circle1 .path4:before { + content: "\f401"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-more-square1 .path1:before { + content: "\f402"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-more-square1 .path2:before { + content: "\f403"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-more-square1 .path3:before { + content: "\f404"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-more-square1 .path4:before { + content: "\f405"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-mouse1 .path1:before { + content: "\f406"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-mouse1 .path2:before { + content: "\f407"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-mouse-11 .path1:before { + content: "\f408"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-mouse-11 .path2:before { + content: "\f409"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-mouse-circle1 .path1:before { + content: "\f40a"; + color: rgb(41, 45, 50); +} +.isax-mouse-circle1 .path2:before { + content: "\f40b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-mouse-square1 .path1:before { + content: "\f40c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-mouse-square1 .path2:before { + content: "\f40d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-music1 .path1:before { + content: "\f40e"; + color: rgb(41, 45, 50); +} +.isax-music1 .path2:before { + content: "\f40f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-music1 .path3:before { + content: "\f410"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-circle1 .path1:before { + content: "\f411"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-circle1 .path2:before { + content: "\f412"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-circle1 .path3:before { + content: "\f413"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-circle1 .path4:before { + content: "\f414"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-circle1 .path5:before { + content: "\f415"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-circle1 .path6:before { + content: "\f416"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-music-dashboard1 .path1:before { + content: "\f417"; + color: rgb(41, 45, 50); +} +.isax-music-dashboard1 .path2:before { + content: "\f418"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-dashboard1 .path3:before { + content: "\f419"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-music-filter1 .path1:before { + content: "\f41a"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-filter1 .path2:before { + content: "\f41b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-filter1 .path3:before { + content: "\f41c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-filter1 .path4:before { + content: "\f41d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-filter1 .path5:before { + content: "\f41e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-music-library-21 .path1:before { + content: "\f41f"; + color: rgb(41, 45, 50); +} +.isax-music-library-21 .path2:before { + content: "\f420"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-library-21 .path3:before { + content: "\f421"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-library-21 .path4:before { + content: "\f422"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-musicnote1 .path1:before { + content: "\f423"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-musicnote1 .path2:before { + content: "\f424"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-music-play1 .path1:before { + content: "\f425"; + color: rgb(41, 45, 50); +} +.isax-music-play1 .path2:before { + content: "\f426"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-play1 .path3:before { + content: "\f427"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-music-play1 .path4:before { + content: "\f428"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-music-playlist1 .path1:before { + content: "\f429"; + color: rgb(41, 45, 50); +} +.isax-music-playlist1 .path2:before { + content: "\f42a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-music-playlist1 .path3:before { + content: "\f42b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-playlist1 .path4:before { + content: "\f42c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-music-square1 .path1:before { + content: "\f42d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-square1 .path2:before { + content: "\f42e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-music-square-add1 .path1:before { + content: "\f42f"; + color: rgb(41, 45, 50); +} +.isax-music-square-add1 .path2:before { + content: "\f430"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-square-add1 .path3:before { + content: "\f431"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-music-square-remove1 .path1:before { + content: "\f432"; + color: rgb(41, 45, 50); +} +.isax-music-square-remove1 .path2:before { + content: "\f433"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-square-remove1 .path3:before { + content: "\f434"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-music-square-search1 .path1:before { + content: "\f435"; + color: rgb(41, 45, 50); +} +.isax-music-square-search1 .path2:before { + content: "\f436"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-square-search1 .path3:before { + content: "\f437"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-next1 .path1:before { + content: "\f438"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-next1 .path2:before { + content: "\f439"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note1 .path1:before { + content: "\f43a"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-note1 .path2:before { + content: "\f43b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note1 .path3:before { + content: "\f43c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note1 .path4:before { + content: "\f43d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-11 .path1:before { + content: "\f43e"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-note-11 .path2:before { + content: "\f43f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-11 .path3:before { + content: "\f440"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-11 .path4:before { + content: "\f441"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-11 .path5:before { + content: "\f442"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-22 .path1:before { + content: "\f443"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-note-22 .path2:before { + content: "\f444"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-22 .path3:before { + content: "\f445"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-22 .path4:before { + content: "\f446"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-211 .path1:before { + content: "\f447"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-note-211 .path2:before { + content: "\f448"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-add1 .path1:before { + content: "\f449"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-note-add1 .path2:before { + content: "\f44a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-add1 .path3:before { + content: "\f44b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-add1 .path4:before { + content: "\f44c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-favorite1 .path1:before { + content: "\f44d"; + color: rgb(41, 45, 50); +} +.isax-note-favorite1 .path2:before { + content: "\f44e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-favorite1 .path3:before { + content: "\f44f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-note-favorite1 .path4:before { + content: "\f450"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-favorite1 .path5:before { + content: "\f451"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-favorite1 .path6:before { + content: "\f452"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-remove1 .path1:before { + content: "\f453"; + color: rgb(41, 45, 50); +} +.isax-note-remove1 .path2:before { + content: "\f454"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-note-remove1 .path3:before { + content: "\f455"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-remove1 .path4:before { + content: "\f456"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-remove1 .path5:before { + content: "\f457"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-square1 .path1:before { + content: "\f458"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-note-square1 .path2:before { + content: "\f459"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-text1 .path1:before { + content: "\f45a"; + color: rgb(41, 45, 50); +} +.isax-note-text1 .path2:before { + content: "\f45b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-text1 .path3:before { + content: "\f45c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-note-text1 .path4:before { + content: "\f45d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-text1 .path5:before { + content: "\f45e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-notification1 .path1:before { + content: "\f45f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-notification1 .path2:before { + content: "\f460"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-notification1 .path3:before { + content: "\f461"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-notification-11 .path1:before { + content: "\f462"; + color: rgb(41, 45, 50); +} +.isax-notification-11 .path2:before { + content: "\f463"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-notification-bing1 .path1:before { + content: "\f464"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-notification-bing1 .path2:before { + content: "\f465"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-notification-bing1 .path3:before { + content: "\f466"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-notification-circle1 .path1:before { + content: "\f467"; + color: rgb(41, 45, 50); +} +.isax-notification-circle1 .path2:before { + content: "\f468"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-notification-favorite1 .path1:before { + content: "\f469"; + color: rgb(41, 45, 50); +} +.isax-notification-favorite1 .path2:before { + content: "\f46a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-notification-favorite1 .path3:before { + content: "\f46b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-notification-status1 .path1:before { + content: "\f46c"; + color: rgb(41, 45, 50); +} +.isax-notification-status1 .path2:before { + content: "\f46d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-notification-status1 .path3:before { + content: "\f46e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-notification-status1 .path4:before { + content: "\f46f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-omega-circle1 .path1:before { + content: "\f470"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-omega-circle1 .path2:before { + content: "\f471"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-omega-square1 .path1:before { + content: "\f472"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-omega-square1 .path2:before { + content: "\f473"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-paintbucket1 .path1:before { + content: "\f474"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-paintbucket1 .path2:before { + content: "\f475"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-paintbucket1 .path3:before { + content: "\f476"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-paperclip1 .path1:before { + content: "\f477"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-paperclip1 .path2:before { + content: "\f478"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-paperclip-21 .path1:before { + content: "\f479"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-paperclip-21 .path2:before { + content: "\f47a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-password-check1 .path1:before { + content: "\f47b"; + color: rgb(41, 45, 50); +} +.isax-password-check1 .path2:before { + content: "\f47c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-password-check1 .path3:before { + content: "\f47d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-password-check1 .path4:before { + content: "\f47e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-password-check1 .path5:before { + content: "\f47f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-path1 .path1:before { + content: "\f480"; + color: rgb(41, 45, 50); +} +.isax-path1 .path2:before { + content: "\f481"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-path1 .path3:before { + content: "\f482"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-path-21 .path1:before { + content: "\f483"; + color: rgb(41, 45, 50); +} +.isax-path-21 .path2:before { + content: "\f484"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-path-21 .path3:before { + content: "\f485"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-path-square1 .path1:before { + content: "\f486"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-path-square1 .path2:before { + content: "\f487"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-path-square1 .path3:before { + content: "\f488"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-path-square1 .path4:before { + content: "\f489"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pause1 .path1:before { + content: "\f48a"; + color: rgb(41, 45, 50); +} +.isax-pause1 .path2:before { + content: "\f48b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-pause-circle1 .path1:before { + content: "\f48c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-pause-circle1 .path2:before { + content: "\f48d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pause-circle1 .path3:before { + content: "\f48e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-add1 .path1:before { + content: "\f48f"; + color: rgb(41, 45, 50); +} +.isax-pen-add1 .path2:before { + content: "\f490"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-pen-add1 .path3:before { + content: "\f491"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-add1 .path4:before { + content: "\f492"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-close1 .path1:before { + content: "\f493"; + color: rgb(41, 45, 50); +} +.isax-pen-close1 .path2:before { + content: "\f494"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-pen-close1 .path3:before { + content: "\f495"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-close1 .path4:before { + content: "\f496"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-remove1 .path1:before { + content: "\f497"; + color: rgb(41, 45, 50); +} +.isax-pen-remove1 .path2:before { + content: "\f498"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-remove1 .path3:before { + content: "\f499"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-pen-remove1 .path4:before { + content: "\f49a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-tool1 .path1:before { + content: "\f49b"; + color: rgb(41, 45, 50); +} +.isax-pen-tool1 .path2:before { + content: "\f49c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-tool1 .path3:before { + content: "\f49d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-tool1 .path4:before { + content: "\f49e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-tool1 .path5:before { + content: "\f49f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-tool1 .path6:before { + content: "\f4a0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-tool1 .path7:before { + content: "\f4a1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-tool1 .path8:before { + content: "\f4a2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-tool1 .path9:before { + content: "\f4a3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-tool1 .path10:before { + content: "\f4a4"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-pen-tool-21 .path1:before { + content: "\f4a5"; + color: rgb(41, 45, 50); +} +.isax-pen-tool-21 .path2:before { + content: "\f4a6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-tool-21 .path3:before { + content: "\f4a7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-tool-21 .path4:before { + content: "\f4a8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-tool-21 .path5:before { + content: "\f4a9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-tool-21 .path6:before { + content: "\f4aa"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-tool-21 .path7:before { + content: "\f4ab"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-people1 .path1:before { + content: "\f4ac"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-people1 .path2:before { + content: "\f4ad"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-people1 .path3:before { + content: "\f4ae"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-people1 .path4:before { + content: "\f4af"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-people1 .path5:before { + content: "\f4b0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-people1 .path6:before { + content: "\f4b1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-percentage-circle1 .path1:before { + content: "\f4b2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-percentage-circle1 .path2:before { + content: "\f4b3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-percentage-circle1 .path3:before { + content: "\f4b4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-percentage-circle1 .path4:before { + content: "\f4b5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-percentage-square1 .path1:before { + content: "\f4b6"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-percentage-square1 .path2:before { + content: "\f4b7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-percentage-square1 .path3:before { + content: "\f4b8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-percentage-square1 .path4:before { + content: "\f4b9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-personalcard1 .path1:before { + content: "\f4ba"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-personalcard1 .path2:before { + content: "\f4bb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-personalcard1 .path3:before { + content: "\f4bc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-personalcard1 .path4:before { + content: "\f4bd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-personalcard1 .path5:before { + content: "\f4be"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-personalcard1 .path6:before { + content: "\f4bf"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pet1 .path1:before { + content: "\f4c0"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-pet1 .path2:before { + content: "\f4c1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pet1 .path3:before { + content: "\f4c2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pet1 .path4:before { + content: "\f4c3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pet1 .path5:before { + content: "\f4c4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pharagraphspacing1 .path1:before { + content: "\f4c5"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-pharagraphspacing1 .path2:before { + content: "\f4c6"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-pharagraphspacing1 .path3:before { + content: "\f4c7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-picture-frame1 .path1:before { + content: "\f4c8"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-picture-frame1 .path2:before { + content: "\f4c9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-play1 .path1:before { + content: "\f4ca"; + color: rgb(41, 45, 50); +} +.isax-play1 .path2:before { + content: "\f4cb"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-play-add1 .path1:before { + content: "\f4cc"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-play-add1 .path2:before { + content: "\f4cd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-play-add1 .path3:before { + content: "\f4ce"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-play-circle1 .path1:before { + content: "\f4cf"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-play-circle1 .path2:before { + content: "\f4d0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-play-cricle1 .path1:before { + content: "\f4d1"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-play-cricle1 .path2:before { + content: "\f4d2"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-play-cricle1 .path3:before { + content: "\f4d3"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-play-cricle1 .path4:before { + content: "\f4d4"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-play-cricle1 .path5:before { + content: "\f4d5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-play-remove1 .path1:before { + content: "\f4d6"; + color: rgb(41, 45, 50); +} +.isax-play-remove1 .path2:before { + content: "\f4d7"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-play-remove1 .path3:before { + content: "\f4d8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-presention-chart1 .path1:before { + content: "\f4d9"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-presention-chart1 .path2:before { + content: "\f4da"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-presention-chart1 .path3:before { + content: "\f4db"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-presention-chart1 .path4:before { + content: "\f4dc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-previous1 .path1:before { + content: "\f4dd"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-previous1 .path2:before { + content: "\f4de"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-printer1 .path1:before { + content: "\f4df"; + color: rgb(41, 45, 50); +} +.isax-printer1 .path2:before { + content: "\f4e0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-printer1 .path3:before { + content: "\f4e1"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-printer1 .path4:before { + content: "\f4e2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-printer1 .path5:before { + content: "\f4e3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-printer-slash1 .path1:before { + content: "\f4e4"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-printer-slash1 .path2:before { + content: "\f4e5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-printer-slash1 .path3:before { + content: "\f4e6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-printer-slash1 .path4:before { + content: "\f4e7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-printer-slash1 .path5:before { + content: "\f4e8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-printer-slash1 .path6:before { + content: "\f4e9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-printer-slash1 .path7:before { + content: "\f4ea"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-printer-slash1 .path8:before { + content: "\f4eb"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-profile .path1:before { + content: "\f4ec"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-profile .path2:before { + content: "\f4ed"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-profile-2user1 .path1:before { + content: "\f4ee"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-profile-2user1 .path2:before { + content: "\f4ef"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-profile-2user1 .path3:before { + content: "\f4f0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-profile-2user1 .path4:before { + content: "\f4f1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-profile-add1 .path1:before { + content: "\f4f2"; + color: rgb(41, 45, 50); +} +.isax-profile-add1 .path2:before { + content: "\f4f3"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-profile-add1 .path3:before { + content: "\f4f4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-profile-circle1 .path1:before { + content: "\f4f5"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-profile-circle1 .path2:before { + content: "\f4f6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-profile-circle1 .path3:before { + content: "\f4f7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-profile-delete1 .path1:before { + content: "\f4f8"; + color: rgb(41, 45, 50); +} +.isax-profile-delete1 .path2:before { + content: "\f4f9"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-profile-delete1 .path3:before { + content: "\f4fa"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-profile-remove1 .path1:before { + content: "\f4fb"; + color: rgb(41, 45, 50); +} +.isax-profile-remove1 .path2:before { + content: "\f4fc"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-profile-remove1 .path3:before { + content: "\f4fd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-profile-tick1 .path1:before { + content: "\f4fe"; + color: rgb(41, 45, 50); +} +.isax-profile-tick1 .path2:before { + content: "\f4ff"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-profile-tick1 .path3:before { + content: "\f500"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-programming-arrow1 .path1:before { + content: "\f501"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-programming-arrow1 .path2:before { + content: "\f502"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-programming-arrows1 .path1:before { + content: "\f503"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-programming-arrows1 .path2:before { + content: "\f504"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-programming-arrows1 .path3:before { + content: "\f505"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-programming-arrows1 .path4:before { + content: "\f506"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-quote-down1 .path1:before { + content: "\f507"; + color: rgb(41, 45, 50); +} +.isax-quote-down1 .path2:before { + content: "\f508"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-quote-down-circle1 .path1:before { + content: "\f509"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-quote-down-circle1 .path2:before { + content: "\f50a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-quote-down-circle1 .path3:before { + content: "\f50b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-quote-down-square1 .path1:before { + content: "\f50c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-quote-down-square1 .path2:before { + content: "\f50d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-quote-down-square1 .path3:before { + content: "\f50e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-quote-up1 .path1:before { + content: "\f50f"; + color: rgb(41, 45, 50); +} +.isax-quote-up1 .path2:before { + content: "\f510"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-quote-up-circle1 .path1:before { + content: "\f511"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-quote-up-circle1 .path2:before { + content: "\f512"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-quote-up-circle1 .path3:before { + content: "\f513"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-quote-up-square1 .path1:before { + content: "\f514"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-quote-up-square1 .path2:before { + content: "\f515"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-quote-up-square1 .path3:before { + content: "\f516"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-radar1 .path1:before { + content: "\f517"; + color: rgb(41, 45, 50); +} +.isax-radar1 .path2:before { + content: "\f518"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-radar1 .path3:before { + content: "\f519"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-radar1 .path4:before { + content: "\f51a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-radar1 .path5:before { + content: "\f51b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-radar-11 .path1:before { + content: "\f51c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-radar-11 .path2:before { + content: "\f51d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-radar-21 .path1:before { + content: "\f51e"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-radar-21 .path2:before { + content: "\f51f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-radio1 .path1:before { + content: "\f520"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-radio1 .path2:before { + content: "\f521"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-radio1 .path3:before { + content: "\f522"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-radio1 .path4:before { + content: "\f523"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-radio1 .path5:before { + content: "\f524"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-radio1 .path6:before { + content: "\f525"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ram1 .path1:before { + content: "\f526"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-ram1 .path2:before { + content: "\f527"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ram1 .path3:before { + content: "\f528"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ram-21 .path1:before { + content: "\f529"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-ram-21 .path2:before { + content: "\f52a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ram-21 .path3:before { + content: "\f52b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ram-21 .path4:before { + content: "\f52c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ram-21 .path5:before { + content: "\f52d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ranking1 .path1:before { + content: "\f52e"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-ranking1 .path2:before { + content: "\f52f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ranking1 .path3:before { + content: "\f530"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-ranking1 .path4:before { + content: "\f531"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ranking-11 .path1:before { + content: "\f532"; + color: rgb(41, 45, 50); +} +.isax-ranking-11 .path2:before { + content: "\f533"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-ranking-11 .path3:before { + content: "\f534"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-ranking-11 .path4:before { + content: "\f535"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-receipt1 .path1:before { + content: "\f536"; + color: rgb(41, 45, 50); +} +.isax-receipt1 .path2:before { + content: "\f537"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-receipt-11 .path1:before { + content: "\f538"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-receipt-11 .path2:before { + content: "\f539"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-11 .path3:before { + content: "\f53a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-21 .path1:before { + content: "\f53b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-receipt-21 .path2:before { + content: "\f53c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-21 .path3:before { + content: "\f53d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-2-11 .path1:before { + content: "\f53e"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-receipt-2-11 .path2:before { + content: "\f53f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-2-11 .path3:before { + content: "\f540"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-2-11 .path4:before { + content: "\f541"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-2-11 .path5:before { + content: "\f542"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-add1 .path1:before { + content: "\f543"; + color: rgb(41, 45, 50); +} +.isax-receipt-add1 .path2:before { + content: "\f544"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-receipt-add1 .path3:before { + content: "\f545"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-discount1 .path1:before { + content: "\f546"; + color: rgb(41, 45, 50); +} +.isax-receipt-discount1 .path2:before { + content: "\f547"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-receipt-discount1 .path3:before { + content: "\f548"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-discount1 .path4:before { + content: "\f549"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-discount1 .path5:before { + content: "\f54a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-disscount1 .path1:before { + content: "\f54b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-receipt-disscount1 .path2:before { + content: "\f54c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-disscount1 .path3:before { + content: "\f54d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-disscount1 .path4:before { + content: "\f54e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-edit1 .path1:before { + content: "\f54f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-receipt-edit1 .path2:before { + content: "\f550"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-item1 .path1:before { + content: "\f551"; + color: rgb(41, 45, 50); +} +.isax-receipt-item1 .path2:before { + content: "\f552"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-receipt-item1 .path3:before { + content: "\f553"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-item1 .path4:before { + content: "\f554"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-item1 .path5:before { + content: "\f555"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-item1 .path6:before { + content: "\f556"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-minus1 .path1:before { + content: "\f557"; + color: rgb(41, 45, 50); +} +.isax-receipt-minus1 .path2:before { + content: "\f558"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-receipt-minus1 .path3:before { + content: "\f559"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-search1 .path1:before { + content: "\f55a"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-receipt-search1 .path2:before { + content: "\f55b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-square1 .path1:before { + content: "\f55c"; + color: rgb(41, 45, 50); +} +.isax-receipt-square1 .path2:before { + content: "\f55d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-receipt-text1 .path1:before { + content: "\f55e"; + color: rgb(41, 45, 50); +} +.isax-receipt-text1 .path2:before { + content: "\f55f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-receipt-text1 .path3:before { + content: "\f560"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-text1 .path4:before { + content: "\f561"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-received1 .path1:before { + content: "\f562"; + color: rgb(41, 45, 50); +} +.isax-received1 .path2:before { + content: "\f563"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-received1 .path3:before { + content: "\f564"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-receive-square1 .path1:before { + content: "\f565"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-receive-square1 .path2:before { + content: "\f566"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receive-square1 .path3:before { + content: "\f567"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receive-square-21 .path1:before { + content: "\f568"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-receive-square-21 .path2:before { + content: "\f569"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receive-square-21 .path3:before { + content: "\f56a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-record1 .path1:before { + content: "\f56b"; + color: rgb(41, 45, 50); +} +.isax-record1 .path2:before { + content: "\f56c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-record-circle1 .path1:before { + content: "\f56d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-record-circle1 .path2:before { + content: "\f56e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-recovery-convert1 .path1:before { + content: "\f56f"; + color: rgb(41, 45, 50); +} +.isax-recovery-convert1 .path2:before { + content: "\f570"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-recovery-convert1 .path3:before { + content: "\f571"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-recovery-convert1 .path4:before { + content: "\f572"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-redo1 .path1:before { + content: "\f573"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-redo1 .path2:before { + content: "\f574"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-refresh1 .path1:before { + content: "\f575"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-refresh1 .path2:before { + content: "\f576"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-refresh1 .path3:before { + content: "\f577"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-refresh-21 .path1:before { + content: "\f578"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-refresh-21 .path2:before { + content: "\f579"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-refresh-circle1 .path1:before { + content: "\f57a"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-refresh-circle1 .path2:before { + content: "\f57b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-refresh-circle1 .path3:before { + content: "\f57c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-refresh-left-square1 .path1:before { + content: "\f57d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-refresh-left-square1 .path2:before { + content: "\f57e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-refresh-right-square1 .path1:before { + content: "\f57f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-refresh-right-square1 .path2:before { + content: "\f580"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-refresh-square-21 .path1:before { + content: "\f581"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-refresh-square-21 .path2:before { + content: "\f582"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-refresh-square-21 .path3:before { + content: "\f583"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-repeat1 .path1:before { + content: "\f584"; + color: rgb(41, 45, 50); +} +.isax-repeat1 .path2:before { + content: "\f585"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-repeat-circle1 .path1:before { + content: "\f586"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-repeat-circle1 .path2:before { + content: "\f587"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-repeat-circle1 .path3:before { + content: "\f588"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-repeate-music1 .path1:before { + content: "\f589"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-repeate-music1 .path2:before { + content: "\f58a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-repeate-music1 .path3:before { + content: "\f58b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-repeate-one1 .path1:before { + content: "\f58c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-repeate-one1 .path2:before { + content: "\f58d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-repeate-one1 .path3:before { + content: "\f58e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-reserve1 .path1:before { + content: "\f58f"; + color: rgb(41, 45, 50); +} +.isax-reserve1 .path2:before { + content: "\f590"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-reserve1 .path3:before { + content: "\f591"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-reserve1 .path4:before { + content: "\f592"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-rotate-left1 .path1:before { + content: "\f593"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-rotate-left1 .path2:before { + content: "\f594"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-rotate-left-11 .path1:before { + content: "\f595"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-rotate-left-11 .path2:before { + content: "\f596"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-rotate-right1 .path1:before { + content: "\f597"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-rotate-right1 .path2:before { + content: "\f598"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-rotate-right-11 .path1:before { + content: "\f599"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-rotate-right-11 .path2:before { + content: "\f59a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-route-square1 .path1:before { + content: "\f59b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-route-square1 .path2:before { + content: "\f59c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-routing1 .path1:before { + content: "\f59d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-routing1 .path2:before { + content: "\f59e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-routing1 .path3:before { + content: "\f59f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-routing1 .path4:before { + content: "\f5a0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-routing1 .path5:before { + content: "\f5a1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-routing-21 .path1:before { + content: "\f5a2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-routing-21 .path2:before { + content: "\f5a3"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-routing-21 .path3:before { + content: "\f5a4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-routing-21 .path4:before { + content: "\f5a5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-routing-21 .path5:before { + content: "\f5a6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-row-horizontal1 .path1:before { + content: "\f5a7"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-row-horizontal1 .path2:before { + content: "\f5a8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-row-vertical1 .path1:before { + content: "\f5a9"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-row-vertical1 .path2:before { + content: "\f5aa"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-rulerpen1 .path1:before { + content: "\f5ab"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-rulerpen1 .path2:before { + content: "\f5ac"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-rulerpen1 .path3:before { + content: "\f5ad"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-rulerpen1 .path4:before { + content: "\f5ae"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-rulerpen1 .path5:before { + content: "\f5af"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-rulerpen1 .path6:before { + content: "\f5b0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-rulerpen1 .path7:before { + content: "\f5b1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ruler1 .path1:before { + content: "\f5b2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-ruler1 .path2:before { + content: "\f5b3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ruler1 .path3:before { + content: "\f5b4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ruler1 .path4:before { + content: "\f5b5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ruler1 .path5:before { + content: "\f5b6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-safe-home1 .path1:before { + content: "\f5b7"; + color: rgb(41, 45, 50); +} +.isax-safe-home1 .path2:before { + content: "\f5b8"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sagittarius1 .path1:before { + content: "\f5b9"; + color: rgb(41, 45, 50); +} +.isax-sagittarius1 .path2:before { + content: "\f5ba"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-save-21 .path1:before { + content: "\f5bb"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-save-21 .path2:before { + content: "\f5bc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-save-add1 .path1:before { + content: "\f5bd"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-save-add1 .path2:before { + content: "\f5be"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-save-add1 .path3:before { + content: "\f5bf"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-save-minus1 .path1:before { + content: "\f5c0"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-save-minus1 .path2:before { + content: "\f5c1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-save-minus1 .path3:before { + content: "\f5c2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-save-remove1 .path1:before { + content: "\f5c3"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-save-remove1 .path2:before { + content: "\f5c4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-save-remove1 .path3:before { + content: "\f5c5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scan1 .path1:before { + content: "\f5c6"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-scan1 .path2:before { + content: "\f5c7"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-scan1 .path3:before { + content: "\f5c8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scan1 .path4:before { + content: "\f5c9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scan1 .path5:before { + content: "\f5ca"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scan1 .path6:before { + content: "\f5cb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scan1 .path7:before { + content: "\f5cc"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-scan-barcode1 .path1:before { + content: "\f5cd"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-scan-barcode1 .path2:before { + content: "\f5ce"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scan-barcode1 .path3:before { + content: "\f5cf"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-scan-barcode1 .path4:before { + content: "\f5d0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scan-barcode1 .path5:before { + content: "\f5d1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scan-barcode1 .path6:before { + content: "\f5d2"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-scan-barcode1 .path7:before { + content: "\f5d3"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-scan-barcode1 .path8:before { + content: "\f5d4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scanner1 .path1:before { + content: "\f5d5"; + color: rgb(41, 45, 50); +} +.isax-scanner1 .path2:before { + content: "\f5d6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scanner1 .path3:before { + content: "\f5d7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scanner1 .path4:before { + content: "\f5d8"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-scanner1 .path5:before { + content: "\f5d9"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-scanning1 .path1:before { + content: "\f5da"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-scanning1 .path2:before { + content: "\f5db"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scanning1 .path3:before { + content: "\f5dc"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-scanning1 .path4:before { + content: "\f5dd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scanning1 .path5:before { + content: "\f5de"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scanning1 .path6:before { + content: "\f5df"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-scanning1 .path7:before { + content: "\f5e0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-scanning1 .path8:before { + content: "\f5e1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scissor1 .path1:before { + content: "\f5e2"; + color: rgb(41, 45, 50); +} +.isax-scissor1 .path2:before { + content: "\f5e3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scissor1 .path3:before { + content: "\f5e4"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-scissor-11 .path1:before { + content: "\f5e5"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-scissor-11 .path2:before { + content: "\f5e6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-screenmirroring1 .path1:before { + content: "\f5e7"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-screenmirroring1 .path2:before { + content: "\f5e8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scroll1 .path1:before { + content: "\f5e9"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-scroll1 .path2:before { + content: "\f5ea"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scroll1 .path3:before { + content: "\f5eb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-favorite1 .path1:before { + content: "\f5ec"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-search-favorite1 .path2:before { + content: "\f5ed"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-favorite1 .path3:before { + content: "\f5ee"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-favorite-11 .path1:before { + content: "\f5ef"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-search-favorite-11 .path2:before { + content: "\f5f0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-favorite-11 .path3:before { + content: "\f5f1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-normal1 .path1:before { + content: "\f5f2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-search-normal1 .path2:before { + content: "\f5f3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-normal-11 .path1:before { + content: "\f5f4"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-search-normal-11 .path2:before { + content: "\f5f5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-status1 .path1:before { + content: "\f5f6"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-search-status1 .path2:before { + content: "\f5f7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-status1 .path3:before { + content: "\f5f8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-status1 .path4:before { + content: "\f5f9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-status-11 .path1:before { + content: "\f5fa"; + color: rgb(41, 45, 50); +} +.isax-search-status-11 .path2:before { + content: "\f5fb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-status-11 .path3:before { + content: "\f5fc"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-search-status-11 .path4:before { + content: "\f5fd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-zoom-in1 .path1:before { + content: "\f5fe"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-search-zoom-in1 .path2:before { + content: "\f5ff"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-zoom-in1 .path3:before { + content: "\f600"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-zoom-in-11 .path1:before { + content: "\f601"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-search-zoom-in-11 .path2:before { + content: "\f602"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-zoom-in-11 .path3:before { + content: "\f603"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-zoom-out1 .path1:before { + content: "\f604"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-search-zoom-out1 .path2:before { + content: "\f605"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-zoom-out1 .path3:before { + content: "\f606"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-zoom-out-11 .path1:before { + content: "\f607"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-search-zoom-out-11 .path2:before { + content: "\f608"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-zoom-out-11 .path3:before { + content: "\f609"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-security1 .path1:before { + content: "\f60a"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-security1 .path2:before { + content: "\f60b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-security-card1 .path1:before { + content: "\f60c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-security-card1 .path2:before { + content: "\f60d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-security-card1 .path3:before { + content: "\f60e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-security-safe1 .path1:before { + content: "\f60f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-security-safe1 .path2:before { + content: "\f610"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-security-time1 .path1:before { + content: "\f611"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-security-time1 .path2:before { + content: "\f612"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-security-time1 .path3:before { + content: "\f613"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-security-user1 .path1:before { + content: "\f614"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-security-user1 .path2:before { + content: "\f615"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-security-user1 .path3:before { + content: "\f616"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-send1 .path1:before { + content: "\f617"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-send1 .path2:before { + content: "\f618"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-send-11 .path1:before { + content: "\f619"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-send-11 .path2:before { + content: "\f61a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-send-11 .path3:before { + content: "\f61b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-send-21 .path1:before { + content: "\f61c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-send-21 .path2:before { + content: "\f61d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-send-21 .path3:before { + content: "\f61e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-send-sqaure-21 .path1:before { + content: "\f61f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-send-sqaure-21 .path2:before { + content: "\f620"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-send-sqaure-21 .path3:before { + content: "\f621"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-send-square1 .path1:before { + content: "\f622"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-send-square1 .path2:before { + content: "\f623"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-send-square1 .path3:before { + content: "\f624"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-send-square1 .path4:before { + content: "\f625"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-setting1 .path1:before { + content: "\f626"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-setting1 .path2:before { + content: "\f627"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-setting-21 .path1:before { + content: "\f628"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-setting-21 .path2:before { + content: "\f629"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-setting-31 .path1:before { + content: "\f62a"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-setting-31 .path2:before { + content: "\f62b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-setting-31 .path3:before { + content: "\f62c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-setting-31 .path4:before { + content: "\f62d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-setting-31 .path5:before { + content: "\f62e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-setting-31 .path6:before { + content: "\f62f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-setting-31 .path7:before { + content: "\f630"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-setting-41 .path1:before { + content: "\f631"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-setting-41 .path2:before { + content: "\f632"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-setting-41 .path3:before { + content: "\f633"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-setting-41 .path4:before { + content: "\f634"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-setting-41 .path5:before { + content: "\f635"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-setting-41 .path6:before { + content: "\f636"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-setting-51 .path1:before { + content: "\f637"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-setting-51 .path2:before { + content: "\f638"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-setting-51 .path3:before { + content: "\f639"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-setting-51 .path4:before { + content: "\f63a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-setting-51 .path5:before { + content: "\f63b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-setting-51 .path6:before { + content: "\f63c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-settings1 .path1:before { + content: "\f63d"; + color: rgb(41, 45, 50); +} +.isax-settings1 .path2:before { + content: "\f63e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.16; +} +.isax-settings1 .path3:before { + content: "\f63f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.16; +} +.isax-shapes1 .path1:before { + content: "\f640"; + color: rgb(41, 45, 50); +} +.isax-shapes1 .path2:before { + content: "\f641"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-shapes-11 .path1:before { + content: "\f642"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-shapes-11 .path2:before { + content: "\f643"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-share1 .path1:before { + content: "\f644"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-share1 .path2:before { + content: "\f645"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-share1 .path3:before { + content: "\f646"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-share1 .path4:before { + content: "\f647"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-share1 .path5:before { + content: "\f648"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-share1 .path6:before { + content: "\f649"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-shield1 .path1:before { + content: "\f64a"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-shield1 .path2:before { + content: "\f64b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-shield-cross1 .path1:before { + content: "\f64c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-shield-cross1 .path2:before { + content: "\f64d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-shield-search1 .path1:before { + content: "\f64e"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-shield-search1 .path2:before { + content: "\f64f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-shield-search1 .path3:before { + content: "\f650"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-shield-security .path1:before { + content: "\f651"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-shield-security .path2:before { + content: "\f652"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-shield-slash1 .path1:before { + content: "\f653"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-shield-slash1 .path2:before { + content: "\f654"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-shield-slash1 .path3:before { + content: "\f655"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-shield-tick1 .path1:before { + content: "\f656"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-shield-tick1 .path2:before { + content: "\f657"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ship1 .path1:before { + content: "\f658"; + color: rgb(41, 45, 50); +} +.isax-ship1 .path2:before { + content: "\f659"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-ship1 .path3:before { + content: "\f65a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-shop1 .path1:before { + content: "\f65b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-shop1 .path2:before { + content: "\f65c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-shop1 .path3:before { + content: "\f65d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-shop1 .path4:before { + content: "\f65e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-shop1 .path5:before { + content: "\f65f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-shop-add1 .path1:before { + content: "\f660"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-shop-add1 .path2:before { + content: "\f661"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-shop-add1 .path3:before { + content: "\f662"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-shop-add1 .path4:before { + content: "\f663"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-shop-add1 .path5:before { + content: "\f664"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-shopping-bag1 .path1:before { + content: "\f665"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-shopping-bag1 .path2:before { + content: "\f666"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-shopping-bag1 .path3:before { + content: "\f667"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-shopping-cart1 .path1:before { + content: "\f668"; + color: rgb(41, 45, 50); +} +.isax-shopping-cart1 .path2:before { + content: "\f669"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-shopping-cart1 .path3:before { + content: "\f66a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-shopping-cart1 .path4:before { + content: "\f66b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-shop-remove1 .path1:before { + content: "\f66c"; + color: rgb(41, 45, 50); +} +.isax-shop-remove1 .path2:before { + content: "\f66d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-shop-remove1 .path3:before { + content: "\f66e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-shop-remove1 .path4:before { + content: "\f66f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-shop-remove1 .path5:before { + content: "\f670"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-shuffle1 .path1:before { + content: "\f671"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-shuffle1 .path2:before { + content: "\f672"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-shuffle1 .path3:before { + content: "\f673"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sidebar-bottom1 .path1:before { + content: "\f674"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sidebar-bottom1 .path2:before { + content: "\f675"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sidebar-bottom1 .path3:before { + content: "\f676"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sidebar-left1 .path1:before { + content: "\f677"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sidebar-left1 .path2:before { + content: "\f678"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sidebar-left1 .path3:before { + content: "\f679"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sidebar-right1 .path1:before { + content: "\f67a"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sidebar-right1 .path2:before { + content: "\f67b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sidebar-right1 .path3:before { + content: "\f67c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sidebar-top1 .path1:before { + content: "\f67d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sidebar-top1 .path2:before { + content: "\f67e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sidebar-top1 .path3:before { + content: "\f67f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-signpost1 .path1:before { + content: "\f680"; + color: rgb(41, 45, 50); +} +.isax-signpost1 .path2:before { + content: "\f681"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-signpost1 .path3:before { + content: "\f682"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-signpost1 .path4:before { + content: "\f683"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-simcard1 .path1:before { + content: "\f684"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-simcard1 .path2:before { + content: "\f685"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-simcard1 .path3:before { + content: "\f686"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-simcard-11 .path1:before { + content: "\f687"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-simcard-11 .path2:before { + content: "\f688"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-simcard-11 .path3:before { + content: "\f689"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-simcard-11 .path4:before { + content: "\f68a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-simcard-11 .path5:before { + content: "\f68b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-simcard-21 .path1:before { + content: "\f68c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-simcard-21 .path2:before { + content: "\f68d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-size1 .path1:before { + content: "\f68e"; + color: rgb(41, 45, 50); +} +.isax-size1 .path2:before { + content: "\f68f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-slash1 .path1:before { + content: "\f690"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-slash1 .path2:before { + content: "\f691"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-slash1 .path3:before { + content: "\f692"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-slider1 .path1:before { + content: "\f693"; + color: rgb(41, 45, 50); +} +.isax-slider1 .path2:before { + content: "\f694"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-slider1 .path3:before { + content: "\f695"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-slider1 .path4:before { + content: "\f696"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-slider-horizontal1 .path1:before { + content: "\f697"; + color: rgb(41, 45, 50); +} +.isax-slider-horizontal1 .path2:before { + content: "\f698"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-slider-horizontal1 .path3:before { + content: "\f699"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-slider-horizontal-11 .path1:before { + content: "\f69a"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-slider-horizontal-11 .path2:before { + content: "\f69b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-slider-horizontal-11 .path3:before { + content: "\f69c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-slider-vertical1 .path1:before { + content: "\f69d"; + color: rgb(41, 45, 50); +} +.isax-slider-vertical1 .path2:before { + content: "\f69e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-slider-vertical1 .path3:before { + content: "\f69f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-slider-vertical-11 .path1:before { + content: "\f6a0"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-slider-vertical-11 .path2:before { + content: "\f6a1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-slider-vertical-11 .path3:before { + content: "\f6a2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-smallcaps1 .path1:before { + content: "\f6a3"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-smallcaps1 .path2:before { + content: "\f6a4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-smallcaps1 .path3:before { + content: "\f6a5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-smart-car1 .path1:before { + content: "\f6a6"; + color: rgb(41, 45, 50); +} +.isax-smart-car1 .path2:before { + content: "\f6a7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-smart-car1 .path3:before { + content: "\f6a8"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-smart-car1 .path4:before { + content: "\f6a9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-smart-car1 .path5:before { + content: "\f6aa"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-smart-car1 .path6:before { + content: "\f6ab"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-smart-home1 .path1:before { + content: "\f6ac"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-smart-home1 .path2:before { + content: "\f6ad"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-smart-home1 .path3:before { + content: "\f6ae"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-smart-home1 .path4:before { + content: "\f6af"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-smileys1 .path1:before { + content: "\f6b0"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-smileys1 .path2:before { + content: "\f6b1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-smileys1 .path3:before { + content: "\f6b2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-smileys1 .path4:before { + content: "\f6b3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-smileys1 .path5:before { + content: "\f6b4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-smileys1 .path6:before { + content: "\f6b5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sms1 .path1:before { + content: "\f6b6"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sms1 .path2:before { + content: "\f6b7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sms-edit1 .path1:before { + content: "\f6b8"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sms-edit1 .path2:before { + content: "\f6b9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sms-edit1 .path3:before { + content: "\f6ba"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sms-notification1 .path1:before { + content: "\f6bb"; + color: rgb(41, 45, 50); +} +.isax-sms-notification1 .path2:before { + content: "\f6bc"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sms-notification1 .path3:before { + content: "\f6bd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sms-search1 .path1:before { + content: "\f6be"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sms-search1 .path2:before { + content: "\f6bf"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sms-search1 .path3:before { + content: "\f6c0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sms-star1 .path1:before { + content: "\f6c1"; + color: rgb(41, 45, 50); +} +.isax-sms-star1 .path2:before { + content: "\f6c2"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sms-star1 .path3:before { + content: "\f6c3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sms-tracking1 .path1:before { + content: "\f6c4"; + color: rgb(41, 45, 50); +} +.isax-sms-tracking1 .path2:before { + content: "\f6c5"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sms-tracking1 .path3:before { + content: "\f6c6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sort1 .path1:before { + content: "\f6c7"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sort1 .path2:before { + content: "\f6c8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sort1 .path3:before { + content: "\f6c9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sort1 .path4:before { + content: "\f6ca"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sound1 .path1:before { + content: "\f6cb"; + color: rgb(41, 45, 50); +} +.isax-sound1 .path2:before { + content: "\f6cc"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sound1 .path3:before { + content: "\f6cd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sound1 .path4:before { + content: "\f6ce"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sound1 .path5:before { + content: "\f6cf"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-speaker1 .path1:before { + content: "\f6d0"; + color: rgb(41, 45, 50); +} +.isax-speaker1 .path2:before { + content: "\f6d1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-speaker1 .path3:before { + content: "\f6d2"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-speedometer1 .path1:before { + content: "\f6d3"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-speedometer1 .path2:before { + content: "\f6d4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-speedometer1 .path3:before { + content: "\f6d5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-star1 .path1:before { + content: "\f6d6"; + color: rgb(41, 45, 50); +} +.isax-star1 .path2:before { + content: "\f6d7"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-star1 .path3:before { + content: "\f6d8"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-star1 .path4:before { + content: "\f6d9"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-star-11 .path1:before { + content: "\f6da"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-star-11 .path2:before { + content: "\f6db"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-star-slash1 .path1:before { + content: "\f6dc"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-star-slash1 .path2:before { + content: "\f6dd"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-star-slash1 .path3:before { + content: "\f6de"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-status1 .path1:before { + content: "\f6df"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-status1 .path2:before { + content: "\f6e0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-status1 .path3:before { + content: "\f6e1"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-status-up1 .path1:before { + content: "\f6e2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-status-up1 .path2:before { + content: "\f6e3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-status-up1 .path3:before { + content: "\f6e4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-status-up1 .path4:before { + content: "\f6e5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-status-up1 .path5:before { + content: "\f6e6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sticker1 .path1:before { + content: "\f6e7"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sticker1 .path2:before { + content: "\f6e8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-stickynote1 .path1:before { + content: "\f6e9"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-stickynote1 .path2:before { + content: "\f6ea"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-stickynote1 .path3:before { + content: "\f6eb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-stickynote1 .path4:before { + content: "\f6ec"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-stickynote1 .path5:before { + content: "\f6ed"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-stickynote1 .path6:before { + content: "\f6ee"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-stop1 .path1:before { + content: "\f6ef"; + color: rgb(41, 45, 50); +} +.isax-stop1 .path2:before { + content: "\f6f0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-stop-circle1 .path1:before { + content: "\f6f1"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-stop-circle1 .path2:before { + content: "\f6f2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-story1 .path1:before { + content: "\f6f3"; + color: rgb(41, 45, 50); +} +.isax-story1 .path2:before { + content: "\f6f4"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-story1 .path3:before { + content: "\f6f5"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-story1 .path4:before { + content: "\f6f6"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-strongbox1 .path1:before { + content: "\f6f7"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-strongbox1 .path2:before { + content: "\f6f8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-strongbox-21 .path1:before { + content: "\f6f9"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-strongbox-21 .path2:before { + content: "\f6fa"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-strongbox-21 .path3:before { + content: "\f6fb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-subtitle1 .path1:before { + content: "\f6fc"; + color: rgb(41, 45, 50); +} +.isax-subtitle1 .path2:before { + content: "\f6fd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-subtitle1 .path3:before { + content: "\f6fe"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-subtitle1 .path4:before { + content: "\f6ff"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-subtitle1 .path5:before { + content: "\f700"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sun1 .path1:before { + content: "\f701"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sun1 .path2:before { + content: "\f702"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sun1 .path3:before { + content: "\f703"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sun1 .path4:before { + content: "\f704"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sun1 .path5:before { + content: "\f705"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sun1 .path6:before { + content: "\f706"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sun1 .path7:before { + content: "\f707"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sun-11 .path1:before { + content: "\f708"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sun-11 .path2:before { + content: "\f709"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sun-fog1 .path1:before { + content: "\f70a"; + color: rgb(41, 45, 50); +} +.isax-sun-fog1 .path2:before { + content: "\f70b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sun-fog1 .path3:before { + content: "\f70c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sun-fog1 .path4:before { + content: "\f70d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sun-fog1 .path5:before { + content: "\f70e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-tag1 .path1:before { + content: "\f70f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-tag1 .path2:before { + content: "\f710"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-tag-21 .path1:before { + content: "\f711"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-tag-21 .path2:before { + content: "\f712"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-tag-21 .path3:before { + content: "\f713"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-tag-cross1 .path1:before { + content: "\f714"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-tag-cross1 .path2:before { + content: "\f715"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-tag-right1 .path1:before { + content: "\f716"; + color: rgb(41, 45, 50); +} +.isax-tag-right1 .path2:before { + content: "\f717"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-tag-user1 .path1:before { + content: "\f718"; + color: rgb(41, 45, 50); +} +.isax-tag-user1 .path2:before { + content: "\f719"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-tag-user1 .path3:before { + content: "\f71a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-task1 .path1:before { + content: "\f71b"; + color: rgb(41, 45, 50); +} +.isax-task1 .path2:before { + content: "\f71c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-task1 .path3:before { + content: "\f71d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-task1 .path4:before { + content: "\f71e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-task1 .path5:before { + content: "\f71f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-task1 .path6:before { + content: "\f720"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-task-square1 .path1:before { + content: "\f721"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-task-square1 .path2:before { + content: "\f722"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-task-square1 .path3:before { + content: "\f723"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-task-square1 .path4:before { + content: "\f724"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-task-square1 .path5:before { + content: "\f725"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-teacher1 .path1:before { + content: "\f726"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-teacher1 .path2:before { + content: "\f727"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-text1 .path1:before { + content: "\f728"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-text1 .path2:before { + content: "\f729"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-textalign-center1 .path1:before { + content: "\f72a"; + color: rgb(41, 45, 50); +} +.isax-textalign-center1 .path2:before { + content: "\f72b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-textalign-center1 .path3:before { + content: "\f72c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-textalign-center1 .path4:before { + content: "\f72d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-textalign-justifycenter1 .path1:before { + content: "\f72e"; + color: rgb(41, 45, 50); +} +.isax-textalign-justifycenter1 .path2:before { + content: "\f72f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-textalign-justifycenter1 .path3:before { + content: "\f730"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-textalign-justifycenter1 .path4:before { + content: "\f731"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-textalign-justifyleft1 .path1:before { + content: "\f732"; + color: rgb(41, 45, 50); +} +.isax-textalign-justifyleft1 .path2:before { + content: "\f733"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-textalign-justifyleft1 .path3:before { + content: "\f734"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-textalign-justifyleft1 .path4:before { + content: "\f735"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-textalign-justifyright1 .path1:before { + content: "\f736"; + color: rgb(41, 45, 50); +} +.isax-textalign-justifyright1 .path2:before { + content: "\f737"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-textalign-justifyright1 .path3:before { + content: "\f738"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-textalign-justifyright1 .path4:before { + content: "\f739"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-textalign-left1 .path1:before { + content: "\f73a"; + color: rgb(41, 45, 50); +} +.isax-textalign-left1 .path2:before { + content: "\f73b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-textalign-left1 .path3:before { + content: "\f73c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-textalign-left1 .path4:before { + content: "\f73d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-textalign-right1 .path1:before { + content: "\f73e"; + color: rgb(41, 45, 50); +} +.isax-textalign-right1 .path2:before { + content: "\f73f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-textalign-right1 .path3:before { + content: "\f740"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-textalign-right1 .path4:before { + content: "\f741"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-text-block1 .path1:before { + content: "\f742"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-text-block1 .path2:before { + content: "\f743"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-text-bold1 .path1:before { + content: "\f744"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-text-bold1 .path2:before { + content: "\f745"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-text-italic1 .path1:before { + content: "\f746"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-text-italic1 .path2:before { + content: "\f747"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-text-underline1 .path1:before { + content: "\f748"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-text-underline1 .path2:before { + content: "\f749"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-text-underline1 .path3:before { + content: "\f74a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-tick-circle1 .path1:before { + content: "\f74b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-tick-circle1 .path2:before { + content: "\f74c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ticket1 .path1:before { + content: "\f74d"; + color: rgb(41, 45, 50); +} +.isax-ticket1 .path2:before { + content: "\f74e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-ticket-21 .path1:before { + content: "\f74f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-ticket-21 .path2:before { + content: "\f750"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ticket-21 .path3:before { + content: "\f751"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ticket-discount1 .path1:before { + content: "\f752"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-ticket-discount1 .path2:before { + content: "\f753"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ticket-discount1 .path3:before { + content: "\f754"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ticket-discount1 .path4:before { + content: "\f755"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ticket-expired1 .path1:before { + content: "\f756"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-ticket-expired1 .path2:before { + content: "\f757"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ticket-star1 .path1:before { + content: "\f758"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-ticket-star1 .path2:before { + content: "\f759"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ticket-star1 .path3:before { + content: "\f75a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-tick-square1 .path1:before { + content: "\f75b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-tick-square1 .path2:before { + content: "\f75c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-timer1 .path1:before { + content: "\f75d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-timer1 .path2:before { + content: "\f75e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-timer1 .path3:before { + content: "\f75f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-timer-11 .path1:before { + content: "\f760"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-timer-11 .path2:before { + content: "\f761"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-timer-11 .path3:before { + content: "\f762"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-timer-pause1 .path1:before { + content: "\f763"; + color: rgb(41, 45, 50); +} +.isax-timer-pause1 .path2:before { + content: "\f764"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-timer-pause1 .path3:before { + content: "\f765"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-timer-pause1 .path4:before { + content: "\f766"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-timer-start1 .path1:before { + content: "\f767"; + color: rgb(41, 45, 50); +} +.isax-timer-start1 .path2:before { + content: "\f768"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-timer-start1 .path3:before { + content: "\f769"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-timer-start1 .path4:before { + content: "\f76a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-toggle-off1 .path1:before { + content: "\f76b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-toggle-off1 .path2:before { + content: "\f76c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-toggle-off-circle1 .path1:before { + content: "\f76d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-toggle-off-circle1 .path2:before { + content: "\f76e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-toggle-on1 .path1:before { + content: "\f76f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-toggle-on1 .path2:before { + content: "\f770"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-toggle-on-circle1 .path1:before { + content: "\f771"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-toggle-on-circle1 .path2:before { + content: "\f772"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-trade1 .path1:before { + content: "\f773"; + color: rgb(41, 45, 50); +} +.isax-trade1 .path2:before { + content: "\f774"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-trade1 .path3:before { + content: "\f775"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-trade1 .path4:before { + content: "\f776"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-transaction-minus1 .path1:before { + content: "\f777"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-transaction-minus1 .path2:before { + content: "\f778"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-translate1 .path1:before { + content: "\f779"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-translate1 .path2:before { + content: "\f77a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-translate1 .path3:before { + content: "\f77b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-translate1 .path4:before { + content: "\f77c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-translate1 .path5:before { + content: "\f77d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-translate1 .path6:before { + content: "\f77e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-trash1 .path1:before { + content: "\f77f"; + color: rgb(41, 45, 50); +} +.isax-trash1 .path2:before { + content: "\f780"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.3991; +} +.isax-trash1 .path3:before { + content: "\f781"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-trash1 .path4:before { + content: "\f782"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-tree1 .path1:before { + content: "\f783"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-tree1 .path2:before { + content: "\f784"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-tree1 .path3:before { + content: "\f785"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-trend-down1 .path1:before { + content: "\f786"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-trend-down1 .path2:before { + content: "\f787"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-trend-up1 .path1:before { + content: "\f788"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-trend-up1 .path2:before { + content: "\f789"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-triangle1 .path1:before { + content: "\f78a"; + color: rgb(41, 45, 50); +} +.isax-triangle1 .path2:before { + content: "\f78b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-triangle1 .path3:before { + content: "\f78c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-truck-remove1 .path1:before { + content: "\f78d"; + color: rgb(41, 45, 50); +} +.isax-truck-remove1 .path2:before { + content: "\f78e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-truck-remove1 .path3:before { + content: "\f78f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-truck-remove1 .path4:before { + content: "\f790"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-truck-remove1 .path5:before { + content: "\f791"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-truck-remove1 .path6:before { + content: "\f792"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-truck-tick1 .path1:before { + content: "\f793"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-truck-tick1 .path2:before { + content: "\f794"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-truck-tick1 .path3:before { + content: "\f795"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-truck-tick1 .path4:before { + content: "\f796"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-truck-tick1 .path5:before { + content: "\f797"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-truck-tick1 .path6:before { + content: "\f798"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-truck-time1 .path1:before { + content: "\f799"; + color: rgb(41, 45, 50); +} +.isax-truck-time1 .path2:before { + content: "\f79a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-truck-time1 .path3:before { + content: "\f79b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-truck-time1 .path4:before { + content: "\f79c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-truck-time1 .path5:before { + content: "\f79d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-truck-time1 .path6:before { + content: "\f79e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-trush-square1 .path1:before { + content: "\f79f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-trush-square1 .path2:before { + content: "\f7a0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-trush-square1 .path3:before { + content: "\f7a1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-undo1 .path1:before { + content: "\f7a2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-undo1 .path2:before { + content: "\f7a3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-unlimited1 .path1:before { + content: "\f7a4"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-unlimited1 .path2:before { + content: "\f7a5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-unlimited1 .path3:before { + content: "\f7a6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-unlock1 .path1:before { + content: "\f7a7"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-unlock1 .path2:before { + content: "\f7a8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-unlock1 .path3:before { + content: "\f7a9"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-user1 .path1:before { + content: "\f7aa"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-user1 .path2:before { + content: "\f7ab"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-user-add1 .path1:before { + content: "\f7ac"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-user-add1 .path2:before { + content: "\f7ad"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-user-add1 .path3:before { + content: "\f7ae"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-user-cirlce-add1 .path1:before { + content: "\f7af"; + color: rgb(41, 45, 50); +} +.isax-user-cirlce-add1 .path2:before { + content: "\f7b0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-user-cirlce-add1 .path3:before { + content: "\f7b1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-user-cirlce-add1 .path4:before { + content: "\f7b2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-user-edit1 .path1:before { + content: "\f7b3"; + color: rgb(41, 45, 50); +} +.isax-user-edit1 .path2:before { + content: "\f7b4"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-user-edit1 .path3:before { + content: "\f7b5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-user-minus1 .path1:before { + content: "\f7b6"; + color: rgb(41, 45, 50); +} +.isax-user-minus1 .path2:before { + content: "\f7b7"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-user-minus1 .path3:before { + content: "\f7b8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-user-octagon1 .path1:before { + content: "\f7b9"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-user-octagon1 .path2:before { + content: "\f7ba"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-user-octagon1 .path3:before { + content: "\f7bb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-user-remove1 .path1:before { + content: "\f7bc"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-user-remove1 .path2:before { + content: "\f7bd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-user-remove1 .path3:before { + content: "\f7be"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-user-search1 .path1:before { + content: "\f7bf"; + color: rgb(41, 45, 50); +} +.isax-user-search1 .path2:before { + content: "\f7c0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-user-search1 .path3:before { + content: "\f7c1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-user-square1 .path1:before { + content: "\f7c2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-user-square1 .path2:before { + content: "\f7c3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-user-square1 .path3:before { + content: "\f7c4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-user-tag1 .path1:before { + content: "\f7c5"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-user-tag1 .path2:before { + content: "\f7c6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-user-tag1 .path3:before { + content: "\f7c7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-user-tick1 .path1:before { + content: "\f7c8"; + color: rgb(41, 45, 50); +} +.isax-user-tick1 .path2:before { + content: "\f7c9"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-user-tick1 .path3:before { + content: "\f7ca"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-verify1 .path1:before { + content: "\f7cb"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-verify1 .path2:before { + content: "\f7cc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video1 .path1:before { + content: "\f7cd"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-video1 .path2:before { + content: "\f7ce"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video1 .path3:before { + content: "\f7cf"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video-add1 .path1:before { + content: "\f7d0"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-video-add1 .path2:before { + content: "\f7d1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video-add1 .path3:before { + content: "\f7d2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video-circle1 .path1:before { + content: "\f7d3"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-video-circle1 .path2:before { + content: "\f7d4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video-horizontal1 .path1:before { + content: "\f7d5"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-video-horizontal1 .path2:before { + content: "\f7d6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video-octagon1 .path1:before { + content: "\f7d7"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-video-octagon1 .path2:before { + content: "\f7d8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video-play1 .path1:before { + content: "\f7d9"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-video-play1 .path2:before { + content: "\f7da"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video-play1 .path3:before { + content: "\f7db"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video-remove1 .path1:before { + content: "\f7dc"; + color: rgb(41, 45, 50); +} +.isax-video-remove1 .path2:before { + content: "\f7dd"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-video-remove1 .path3:before { + content: "\f7de"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video-slash1 .path1:before { + content: "\f7df"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-video-slash1 .path2:before { + content: "\f7e0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-video-slash1 .path3:before { + content: "\f7e1"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-video-slash1 .path4:before { + content: "\f7e2"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-video-slash1 .path5:before { + content: "\f7e3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video-slash1 .path6:before { + content: "\f7e4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video-square1 .path1:before { + content: "\f7e5"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-video-square1 .path2:before { + content: "\f7e6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video-tick1 .path1:before { + content: "\f7e7"; + color: rgb(41, 45, 50); +} +.isax-video-tick1 .path2:before { + content: "\f7e8"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-video-tick1 .path3:before { + content: "\f7e9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video-time1 .path1:before { + content: "\f7ea"; + color: rgb(41, 45, 50); +} +.isax-video-time1 .path2:before { + content: "\f7eb"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-video-time1 .path3:before { + content: "\f7ec"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video-vertical1 .path1:before { + content: "\f7ed"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-video-vertical1 .path2:before { + content: "\f7ee"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-voice-cricle1 .path1:before { + content: "\f7ef"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-voice-cricle1 .path2:before { + content: "\f7f0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-voice-cricle1 .path3:before { + content: "\f7f1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-voice-cricle1 .path4:before { + content: "\f7f2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-voice-cricle1 .path5:before { + content: "\f7f3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-voice-cricle1 .path6:before { + content: "\f7f4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-voice-square1 .path1:before { + content: "\f7f5"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-voice-square1 .path2:before { + content: "\f7f6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-voice-square1 .path3:before { + content: "\f7f7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-voice-square1 .path4:before { + content: "\f7f8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-voice-square1 .path5:before { + content: "\f7f9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-voice-square1 .path6:before { + content: "\f7fa"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-volume-cross1 .path1:before { + content: "\f7fb"; + color: rgb(41, 45, 50); +} +.isax-volume-cross1 .path2:before { + content: "\f7fc"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-volume-cross1 .path3:before { + content: "\f7fd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-volume-high1 .path1:before { + content: "\f7fe"; + color: rgb(41, 45, 50); +} +.isax-volume-high1 .path2:before { + content: "\f7ff"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-volume-high1 .path3:before { + content: "\f800"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-volume-high1 .path4:before { + content: "\f801"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-volume-low1 .path1:before { + content: "\f802"; + color: rgb(41, 45, 50); +} +.isax-volume-low1 .path2:before { + content: "\f803"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-volume-low1 .path3:before { + content: "\f804"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-volume-low-11 .path1:before { + content: "\f805"; + color: rgb(41, 45, 50); +} +.isax-volume-low-11 .path2:before { + content: "\f806"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-volume-low-11 .path3:before { + content: "\f807"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-volume-mute1 .path1:before { + content: "\f808"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-volume-mute1 .path2:before { + content: "\f809"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-volume-slash1 .path1:before { + content: "\f80a"; + color: rgb(41, 45, 50); +} +.isax-volume-slash1 .path2:before { + content: "\f80b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-volume-slash1 .path3:before { + content: "\f80c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-volume-slash1 .path4:before { + content: "\f80d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-volume-slash1 .path5:before { + content: "\f80e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-volume-up1 .path1:before { + content: "\f80f"; + color: rgb(41, 45, 50); +} +.isax-volume-up1 .path2:before { + content: "\f810"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-volume-up1 .path3:before { + content: "\f811"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet1 .path1:before { + content: "\f812"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-wallet1 .path2:before { + content: "\f813"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet1 .path3:before { + content: "\f814"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-11 .path1:before { + content: "\f815"; + color: rgb(41, 45, 50); + opacity: 0.8; +} +.isax-wallet-11 .path2:before { + content: "\f816"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-11 .path3:before { + content: "\f817"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-wallet-11 .path4:before { + content: "\f818"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-wallet-11 .path5:before { + content: "\f819"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-wallet-21 .path1:before { + content: "\f81a"; + color: rgb(41, 45, 50); +} +.isax-wallet-21 .path2:before { + content: "\f81b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-wallet-21 .path3:before { + content: "\f81c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-31 .path1:before { + content: "\f81d"; + color: rgb(41, 45, 50); +} +.isax-wallet-31 .path2:before { + content: "\f81e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-wallet-31 .path3:before { + content: "\f81f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-31 .path4:before { + content: "\f820"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-add1 .path1:before { + content: "\f821"; + color: rgb(41, 45, 50); +} +.isax-wallet-add1 .path2:before { + content: "\f822"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-add1 .path3:before { + content: "\f823"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-wallet-add1 .path4:before { + content: "\f824"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-add-11 .path1:before { + content: "\f825"; + color: rgb(41, 45, 50); + opacity: 0.8; +} +.isax-wallet-add-11 .path2:before { + content: "\f826"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-add-11 .path3:before { + content: "\f827"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-wallet-add-11 .path4:before { + content: "\f828"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-wallet-add-11 .path5:before { + content: "\f829"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-wallet-add-11 .path6:before { + content: "\f82a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-check1 .path1:before { + content: "\f82b"; + color: rgb(41, 45, 50); +} +.isax-wallet-check1 .path2:before { + content: "\f82c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-check1 .path3:before { + content: "\f82d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-wallet-check1 .path4:before { + content: "\f82e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-minus1 .path1:before { + content: "\f82f"; + color: rgb(41, 45, 50); + opacity: 0.8; +} +.isax-wallet-minus1 .path2:before { + content: "\f830"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-minus1 .path3:before { + content: "\f831"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-wallet-minus1 .path4:before { + content: "\f832"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-wallet-minus1 .path5:before { + content: "\f833"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-wallet-minus1 .path6:before { + content: "\f834"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-money1 .path1:before { + content: "\f835"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-wallet-money1 .path2:before { + content: "\f836"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-remove1 .path1:before { + content: "\f837"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-wallet-remove1 .path2:before { + content: "\f838"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-remove1 .path3:before { + content: "\f839"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-remove1 .path4:before { + content: "\f83a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-search1 .path1:before { + content: "\f83b"; + color: rgb(41, 45, 50); +} +.isax-wallet-search1 .path2:before { + content: "\f83c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-wallet-search1 .path3:before { + content: "\f83d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-search1 .path4:before { + content: "\f83e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-warning-21 .path1:before { + content: "\f83f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-warning-21 .path2:before { + content: "\f840"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-warning-21 .path3:before { + content: "\f841"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-watch1 .path1:before { + content: "\f842"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-watch1 .path2:before { + content: "\f843"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-watch1 .path3:before { + content: "\f844"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-watch1 .path4:before { + content: "\f845"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-watch-status1 .path1:before { + content: "\f846"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-watch-status1 .path2:before { + content: "\f847"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-watch-status1 .path3:before { + content: "\f848"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-watch-status1 .path4:before { + content: "\f849"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-watch-status1 .path5:before { + content: "\f84a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-watch-status1 .path6:before { + content: "\f84b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-weight1 .path1:before { + content: "\f84c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-weight1 .path2:before { + content: "\f84d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-weight-11 .path1:before { + content: "\f84e"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-weight-11 .path2:before { + content: "\f84f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-weight-11 .path3:before { + content: "\f850"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-weight-11 .path4:before { + content: "\f851"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-weight-11 .path5:before { + content: "\f852"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wifi1 .path1:before { + content: "\f853"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-wifi1 .path2:before { + content: "\f854"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wifi1 .path3:before { + content: "\f855"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wifi1 .path4:before { + content: "\f856"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-wifi-square1 .path1:before { + content: "\f857"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-wifi-square1 .path2:before { + content: "\f858"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wifi-square1 .path3:before { + content: "\f859"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wifi-square1 .path4:before { + content: "\f85a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wind1 .path1:before { + content: "\f85b"; + color: rgb(41, 45, 50); +} +.isax-wind1 .path2:before { + content: "\f85c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-wind1 .path3:before { + content: "\f85d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wind-21 .path1:before { + content: "\f85e"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-wind-21 .path2:before { + content: "\f85f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wind-21 .path3:before { + content: "\f860"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-woman1 .path1:before { + content: "\f861"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-woman1 .path2:before { + content: "\f862"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-dcube2:before { + content: "\f863"; +} +.isax-d-cube-scan2:before { + content: "\f864"; +} +.isax-d-rotate2:before { + content: "\f865"; +} +.isax-d-square2:before { + content: "\f866"; +} +.isax-square2:before { + content: "\f867"; +} +.isax-support2:before { + content: "\f868"; +} +.isax-activity2:before { + content: "\f869"; +} +.isax-add2:before { + content: "\f86a"; +} +.isax-add-circle2:before { + content: "\f86b"; +} +.isax-additem2:before { + content: "\f86c"; +} +.isax-add-square2:before { + content: "\f86d"; +} +.isax-airdrop2:before { + content: "\f86e"; +} +.isax-airplane2:before { + content: "\f86f"; +} +.isax-airplane-square2:before { + content: "\f870"; +} +.isax-airpod2:before { + content: "\f871"; +} +.isax-airpods2:before { + content: "\f872"; +} +.isax-alarm2:before { + content: "\f873"; +} +.isax-align-bottom2:before { + content: "\f874"; +} +.isax-align-horizontally2:before { + content: "\f875"; +} +.isax-align-left2:before { + content: "\f876"; +} +.isax-align-right2:before { + content: "\f877"; +} +.isax-align-vertically2:before { + content: "\f878"; +} +.isax-aquarius2:before { + content: "\f879"; +} +.isax-archive2:before { + content: "\f87a"; +} +.isax-archive-12:before { + content: "\f87b"; +} +.isax-archive-22:before { + content: "\f87c"; +} +.isax-archive-add2:before { + content: "\f87d"; +} +.isax-archive-book2:before { + content: "\f87e"; +} +.isax-archive-minus2:before { + content: "\f87f"; +} +.isax-archive-slash2:before { + content: "\f880"; +} +.isax-archive-tick2:before { + content: "\f881"; +} +.isax-arrange-circle2:before { + content: "\f882"; +} +.isax-arrange-circle-22:before { + content: "\f883"; +} +.isax-arrange-square2:before { + content: "\f884"; +} +.isax-arrange-square-22:before { + content: "\f885"; +} +.isax-arrow2:before { + content: "\f886"; +} +.isax-arrow-22:before { + content: "\f887"; +} +.isax-arrow-32:before { + content: "\f888"; +} +.isax-arrow-bottom2:before { + content: "\f889"; +} +.isax-arrow-circle-down2:before { + content: "\f88a"; +} +.isax-arrow-circle-left2:before { + content: "\f88b"; +} +.isax-arrow-circle-right2:before { + content: "\f88c"; +} +.isax-arrow-circle-up2:before { + content: "\f88d"; +} +.isax-arrow-down2:before { + content: "\f88e"; +} +.isax-arrow-down-12:before { + content: "\f88f"; +} +.isax-arrow-down-22:before { + content: "\f890"; +} +.isax-arrow-left2:before { + content: "\f891"; +} +.isax-arrow-left-12:before { + content: "\f892"; +} +.isax-arrow-left-22:before { + content: "\f893"; +} +.isax-arrow-left-32:before { + content: "\f894"; +} +.isax-arrow-right2:before { + content: "\f895"; +} +.isax-arrow-right-12:before { + content: "\f896"; +} +.isax-arrow-right-22:before { + content: "\f897"; +} +.isax-arrow-right-32:before { + content: "\f898"; +} +.isax-arrow-square2:before { + content: "\f899"; +} +.isax-arrow-square-down2:before { + content: "\f89a"; +} +.isax-arrow-square-left2:before { + content: "\f89b"; +} +.isax-arrow-square-right1:before { + content: "\f89c"; +} +.isax-arrow-square-up2:before { + content: "\f89d"; +} +.isax-arrow-swap2:before { + content: "\f89e"; +} +.isax-arrow-swap-horizontal2:before { + content: "\f89f"; +} +.isax-arrow-up2:before { + content: "\f8a0"; +} +.isax-arrow-up-12:before { + content: "\f8a1"; +} +.isax-arrow-up-22:before { + content: "\f8a2"; +} +.isax-arrow-up-32:before { + content: "\f8a3"; +} +.isax-attach-circle2:before { + content: "\f8a4"; +} +.isax-attach-square2:before { + content: "\f8a5"; +} +.isax-audio-square2:before { + content: "\f8a6"; +} +.isax-autobrightness2:before { + content: "\f8a7"; +} +.isax-award2:before { + content: "\f8a8"; +} +.isax-back-square2:before { + content: "\f8a9"; +} +.isax-backward2:before { + content: "\f8aa"; +} +.isax-backward-5-seconds2:before { + content: "\f8ab"; +} +.isax-backward-10-seconds2:before { + content: "\f8ac"; +} +.isax-backward-15-seconds2:before { + content: "\f8ad"; +} +.isax-backward-item2:before { + content: "\f8ae"; +} +.isax-bag2:before { + content: "\f8af"; +} +.isax-bag-22:before { + content: "\f8b0"; +} +.isax-bag-cross2:before { + content: "\f8b1"; +} +.isax-bag-cross-12:before { + content: "\f8b2"; +} +.isax-bag-happy2:before { + content: "\f8b3"; +} +.isax-bag-tick2:before { + content: "\f8b4"; +} +.isax-bag-tick-22:before { + content: "\f8b5"; +} +.isax-bag-timer2:before { + content: "\f8b6"; +} +.isax-bank2:before { + content: "\f8b7"; +} +.isax-barcode2:before { + content: "\f8b8"; +} +.isax-battery-3full2:before { + content: "\f8b9"; +} +.isax-battery-charging2:before { + content: "\f8ba"; +} +.isax-battery-disable2:before { + content: "\f8bb"; +} +.isax-battery-empty2:before { + content: "\f8bc"; +} +.isax-battery-empty-12:before { + content: "\f8bd"; +} +.isax-battery-full2:before { + content: "\f8be"; +} +.isax-bezier2:before { + content: "\f8bf"; +} +.isax-bill2:before { + content: "\f8c0"; +} +.isax-bitcoin-card2:before { + content: "\f8c1"; +} +.isax-bitcoin-convert2:before { + content: "\f8c2"; +} +.isax-bitcoin-refresh2:before { + content: "\f8c3"; +} +.isax-blend2:before { + content: "\f8c4"; +} +.isax-blend-22:before { + content: "\f8c5"; +} +.isax-bluetooth2:before { + content: "\f8c6"; +} +.isax-bluetooth-22:before { + content: "\f8c7"; +} +.isax-bluetooth-circle2:before { + content: "\f8c8"; +} +.isax-bluetooth-rectangle2:before { + content: "\f8c9"; +} +.isax-blur2:before { + content: "\f8ca"; +} +.isax-book2:before { + content: "\f8cb"; +} +.isax-book-12:before { + content: "\f8cc"; +} +.isax-bookmark2:before { + content: "\f8cd"; +} +.isax-bookmark-22:before { + content: "\f8ce"; +} +.isax-book-saved2:before { + content: "\f8cf"; +} +.isax-book-square2:before { + content: "\f8d0"; +} +.isax-box2:before { + content: "\f8d1"; +} +.isax-box-12:before { + content: "\f8d2"; +} +.isax-box-22:before { + content: "\f8d3"; +} +.isax-box-add2:before { + content: "\f8d4"; +} +.isax-box-remove2:before { + content: "\f8d5"; +} +.isax-box-search2:before { + content: "\f8d6"; +} +.isax-box-tick2:before { + content: "\f8d7"; +} +.isax-box-time2:before { + content: "\f8d8"; +} +.isax-briefcase2:before { + content: "\f8d9"; +} +.isax-brifecase-cross2:before { + content: "\f8da"; +} +.isax-brifecase-tick2:before { + content: "\f8db"; +} +.isax-brifecase-timer2:before { + content: "\f8dc"; +} +.isax-broom2:before { + content: "\f8dd"; +} +.isax-brush2:before { + content: "\f8de"; +} +.isax-brush-12:before { + content: "\f8df"; +} +.isax-brush-22:before { + content: "\f8e0"; +} +.isax-brush-32:before { + content: "\f8e1"; +} +.isax-brush-42:before { + content: "\f8e2"; +} +.isax-bubble2:before { + content: "\f8e3"; +} +.isax-bucket2:before { + content: "\f8e4"; +} +.isax-bucket-circle2:before { + content: "\f8e5"; +} +.isax-bucket-square2:before { + content: "\f8e6"; +} +.isax-building2:before { + content: "\f8e7"; +} +.isax-building-32:before { + content: "\f8e8"; +} +.isax-building-42:before { + content: "\f8e9"; +} +.isax-buildings2:before { + content: "\f8ea"; +} +.isax-buildings-22:before { + content: "\f8eb"; +} +.isax-buliding2:before { + content: "\f8ec"; +} +.isax-bus2:before { + content: "\f8ed"; +} +.isax-buy-crypto2:before { + content: "\f8ee"; +} +.isax-cake2:before { + content: "\f8ef"; +} +.isax-calculator2:before { + content: "\f8f0"; +} +.isax-calendar2:before { + content: "\f8f1"; +} +.isax-calendar-12:before { + content: "\f8f2"; +} +.isax-calendar-22:before { + content: "\f8f3"; +} +.isax-calendar-add2:before { + content: "\f8f4"; +} +.isax-calendar-circle2:before { + content: "\f8f5"; +} +.isax-calendar-edit2:before { + content: "\f8f6"; +} +.isax-calendar-remove2:before { + content: "\f8f7"; +} +.isax-calendar-search2:before { + content: "\f8f8"; +} +.isax-calendar-tick2:before { + content: "\f8f9"; +} +.isax-call2:before { + content: "\f8fa"; +} +.isax-call-add2:before { + content: "\f8fb"; +} +.isax-call-calling2:before { + content: "\f8fc"; +} +.isax-call-incoming2:before { + content: "\f8fd"; +} +.isax-call-minus2:before { + content: "\f8fe"; +} +.isax-call-outgoing2:before { + content: "\f8ff"; +} +.isax-call-received2:before { + content: "\f900"; +} +.isax-call-remove2:before { + content: "\f901"; +} +.isax-call-slash2:before { + content: "\f902"; +} +.isax-camera2:before { + content: "\f903"; +} +.isax-camera-slash2:before { + content: "\f904"; +} +.isax-candle2:before { + content: "\f905"; +} +.isax-candle-22:before { + content: "\f906"; +} +.isax-car2:before { + content: "\f907"; +} +.isax-card2:before { + content: "\f908"; +} +.isax-card-add2:before { + content: "\f909"; +} +.isax-card-coin2:before { + content: "\f90a"; +} +.isax-card-edit2:before { + content: "\f90b"; +} +.isax-card-pos2:before { + content: "\f90c"; +} +.isax-card-receive2:before { + content: "\f90d"; +} +.isax-card-remove2:before { + content: "\f90e"; +} +.isax-card-remove-12:before { + content: "\f90f"; +} +.isax-cards2:before { + content: "\f910"; +} +.isax-card-send2:before { + content: "\f911"; +} +.isax-card-slash2:before { + content: "\f912"; +} +.isax-card-tick2:before { + content: "\f913"; +} +.isax-card-tick-12:before { + content: "\f914"; +} +.isax-category2:before { + content: "\f915"; +} +.isax-category-22:before { + content: "\f916"; +} +.isax-cd2:before { + content: "\f917"; +} +.isax-chart2:before { + content: "\f918"; +} +.isax-chart-12:before { + content: "\f919"; +} +.isax-chart-23:before { + content: "\f91a"; +} +.isax-chart-32:before { + content: "\f91b"; +} +.isax-chart-212:before { + content: "\f91c"; +} +.isax-chart-fail1:before { + content: "\f91d"; +} +.isax-chart-square2:before { + content: "\f91e"; +} +.isax-chart-success2:before { + content: "\f91f"; +} +.isax-check2:before { + content: "\f920"; +} +.isax-chrome2:before { + content: "\f921"; +} +.isax-clipboard2:before { + content: "\f922"; +} +.isax-clipboard-close2:before { + content: "\f923"; +} +.isax-clipboard-export2:before { + content: "\f924"; +} +.isax-clipboard-import2:before { + content: "\f925"; +} +.isax-clipboard-text2:before { + content: "\f926"; +} +.isax-clipboard-tick2:before { + content: "\f927"; +} +.isax-clock2:before { + content: "\f928"; +} +.isax-clock-12:before { + content: "\f929"; +} +.isax-close-circle2:before { + content: "\f92a"; +} +.isax-close-square2:before { + content: "\f92b"; +} +.isax-cloud2:before { + content: "\f92c"; +} +.isax-cloud-add2:before { + content: "\f92d"; +} +.isax-cloud-change2:before { + content: "\f92e"; +} +.isax-cloud-connection2:before { + content: "\f92f"; +} +.isax-cloud-cross2:before { + content: "\f930"; +} +.isax-cloud-drizzle2:before { + content: "\f931"; +} +.isax-cloud-fog2:before { + content: "\f932"; +} +.isax-cloud-lightning2:before { + content: "\f933"; +} +.isax-cloud-minus2:before { + content: "\f934"; +} +.isax-cloud-notif2:before { + content: "\f935"; +} +.isax-cloud-plus2:before { + content: "\f936"; +} +.isax-cloud-remove2:before { + content: "\f937"; +} +.isax-cloud-snow2:before { + content: "\f938"; +} +.isax-cloud-sunny2:before { + content: "\f939"; +} +.isax-code2:before { + content: "\f93a"; +} +.isax-code-12:before { + content: "\f93b"; +} +.isax-code-circle2:before { + content: "\f93c"; +} +.isax-coffee2:before { + content: "\f93d"; +} +.isax-coin2:before { + content: "\f93e"; +} +.isax-coin-12:before { + content: "\f93f"; +} +.isax-colorfilter2:before { + content: "\f940"; +} +.isax-colors-square2:before { + content: "\f941"; +} +.isax-color-swatch2:before { + content: "\f942"; +} +.isax-command2:before { + content: "\f943"; +} +.isax-command-square2:before { + content: "\f944"; +} +.isax-component2:before { + content: "\f945"; +} +.isax-computing2:before { + content: "\f946"; +} +.isax-convert2:before { + content: "\f947"; +} +.isax-convert-3d-cube2:before { + content: "\f948"; +} +.isax-convert-card2:before { + content: "\f949"; +} +.isax-convertshape2:before { + content: "\f94a"; +} +.isax-convertshape-22:before { + content: "\f94b"; +} +.isax-copy2:before { + content: "\f94c"; +} +.isax-copyright2:before { + content: "\f94d"; +} +.isax-copy-success2:before { + content: "\f94e"; +} +.isax-courthouse2:before { + content: "\f94f"; +} +.isax-cpu2:before { + content: "\f950"; +} +.isax-cpu-charge2:before { + content: "\f951"; +} +.isax-cpu-setting2:before { + content: "\f952"; +} +.isax-creative-commons2:before { + content: "\f953"; +} +.isax-crop2:before { + content: "\f954"; +} +.isax-crown2:before { + content: "\f955"; +} +.isax-crown-12:before { + content: "\f956"; +} +.isax-cup2:before { + content: "\f957"; +} +.isax-danger2:before { + content: "\f958"; +} +.isax-data2:before { + content: "\f959"; +} +.isax-data-22:before { + content: "\f95a"; +} +.isax-designtools2:before { + content: "\f95b"; +} +.isax-device-message2:before { + content: "\f95c"; +} +.isax-devices2:before { + content: "\f95d"; +} +.isax-devices-12:before { + content: "\f95e"; +} +.isax-diagram2:before { + content: "\f95f"; +} +.isax-diamonds2:before { + content: "\f960"; +} +.isax-direct2:before { + content: "\f961"; +} +.isax-directbox-default2:before { + content: "\f962"; +} +.isax-directbox-notif2:before { + content: "\f963"; +} +.isax-directbox-receive2:before { + content: "\f964"; +} +.isax-directbox-send2:before { + content: "\f965"; +} +.isax-direct-down2:before { + content: "\f966"; +} +.isax-direct-inbox2:before { + content: "\f967"; +} +.isax-direct-left2:before { + content: "\f968"; +} +.isax-direct-normal2:before { + content: "\f969"; +} +.isax-direct-notification2:before { + content: "\f96a"; +} +.isax-direct-right2:before { + content: "\f96b"; +} +.isax-direct-send2:before { + content: "\f96c"; +} +.isax-direct-up2:before { + content: "\f96d"; +} +.isax-discount-circle2:before { + content: "\f96e"; +} +.isax-discount-shape2:before { + content: "\f96f"; +} +.isax-discover2:before { + content: "\f970"; +} +.isax-discover-12:before { + content: "\f971"; +} +.isax-dislike2:before { + content: "\f972"; +} +.isax-document2:before { + content: "\f973"; +} +.isax-document-12:before { + content: "\f974"; +} +.isax-document-cloud2:before { + content: "\f975"; +} +.isax-document-code2:before { + content: "\f976"; +} +.isax-document-code-22:before { + content: "\f977"; +} +.isax-document-copy2:before { + content: "\f978"; +} +.isax-document-download2:before { + content: "\f979"; +} +.isax-document-favorite2:before { + content: "\f97a"; +} +.isax-document-filter2:before { + content: "\f97b"; +} +.isax-document-forward2:before { + content: "\f97c"; +} +.isax-document-like2:before { + content: "\f97d"; +} +.isax-document-normal2:before { + content: "\f97e"; +} +.isax-document-previous2:before { + content: "\f97f"; +} +.isax-document-sketch2:before { + content: "\f980"; +} +.isax-document-text2:before { + content: "\f981"; +} +.isax-document-text-12:before { + content: "\f982"; +} +.isax-document-upload2:before { + content: "\f983"; +} +.isax-dollar-square2:before { + content: "\f984"; +} +.isax-driver2:before { + content: "\f985"; +} +.isax-driver-22:before { + content: "\f986"; +} +.isax-driver-refresh2:before { + content: "\f987"; +} +.isax-driving2:before { + content: "\f988"; +} +.isax-drop1:before { + content: "\f989"; +} +.isax-edit2:before { + content: "\f98a"; +} +.isax-edit-22:before { + content: "\f98b"; +} +.isax-electricity2:before { + content: "\f98c"; +} +.isax-element-22:before { + content: "\f98d"; +} +.isax-element-32:before { + content: "\f98e"; +} +.isax-element-42:before { + content: "\f98f"; +} +.isax-element-equal2:before { + content: "\f990"; +} +.isax-element-plus2:before { + content: "\f991"; +} +.isax-emoji-happy2:before { + content: "\f992"; +} +.isax-emoji-normal2:before { + content: "\f993"; +} +.isax-emoji-sad2:before { + content: "\f994"; +} +.isax-empty-wallet2:before { + content: "\f995"; +} +.isax-empty-wallet-add2:before { + content: "\f996"; +} +.isax-empty-wallet-change2:before { + content: "\f997"; +} +.isax-empty-wallet-remove2:before { + content: "\f998"; +} +.isax-empty-wallet-tick2:before { + content: "\f999"; +} +.isax-empty-wallet-time2:before { + content: "\f99a"; +} +.isax-eraser2:before { + content: "\f99b"; +} +.isax-eraser-12:before { + content: "\f99c"; +} +.isax-export2:before { + content: "\f99d"; +} +.isax-export-12:before { + content: "\f99e"; +} +.isax-export-22:before { + content: "\f99f"; +} +.isax-export-32:before { + content: "\f9a0"; +} +.isax-external-drive2:before { + content: "\f9a1"; +} +.isax-eye1:before { + content: "\f9a2"; +} +.isax-eye-slash2:before { + content: "\f9a3"; +} +.isax-fatrows2:before { + content: "\f9a4"; +} +.isax-favorite-chart2:before { + content: "\f9a5"; +} +.isax-filter2:before { + content: "\f9a6"; +} +.isax-filter-add2:before { + content: "\f9a7"; +} +.isax-filter-edit2:before { + content: "\f9a8"; +} +.isax-filter-remove2:before { + content: "\f9a9"; +} +.isax-filter-search2:before { + content: "\f9aa"; +} +.isax-filter-square2:before { + content: "\f9ab"; +} +.isax-filter-tick2:before { + content: "\f9ac"; +} +.isax-finger-cricle2:before { + content: "\f9ad"; +} +.isax-finger-scan2:before { + content: "\f9ae"; +} +.isax-firstline2:before { + content: "\f9af"; +} +.isax-flag2:before { + content: "\f9b0"; +} +.isax-flag-22:before { + content: "\f9b1"; +} +.isax-flash2:before { + content: "\f9b2"; +} +.isax-flash-12:before { + content: "\f9b3"; +} +.isax-flash-circle2:before { + content: "\f9b4"; +} +.isax-flash-circle-12:before { + content: "\f9b5"; +} +.isax-flash-slash2:before { + content: "\f9b6"; +} +.isax-folder2:before { + content: "\f9b7"; +} +.isax-folder-22:before { + content: "\f9b8"; +} +.isax-folder-add2:before { + content: "\f9b9"; +} +.isax-folder-cloud2:before { + content: "\f9ba"; +} +.isax-folder-connection2:before { + content: "\f9bb"; +} +.isax-folder-cross2:before { + content: "\f9bc"; +} +.isax-folder-favorite2:before { + content: "\f9bd"; +} +.isax-folder-minus2:before { + content: "\f9be"; +} +.isax-folder-open2:before { + content: "\f9bf"; +} +.isax-forbidden2:before { + content: "\f9c0"; +} +.isax-forbidden-22:before { + content: "\f9c1"; +} +.isax-format-circle2:before { + content: "\f9c2"; +} +.isax-format-square2:before { + content: "\f9c3"; +} +.isax-forward2:before { + content: "\f9c4"; +} +.isax-forward-5-seconds2:before { + content: "\f9c5"; +} +.isax-forward-10-seconds2:before { + content: "\f9c6"; +} +.isax-forward-15-seconds2:before { + content: "\f9c7"; +} +.isax-forward-item2:before { + content: "\f9c8"; +} +.isax-forward-square2:before { + content: "\f9c9"; +} +.isax-frame2:before { + content: "\f9ca"; +} +.isax-frame-12:before { + content: "\f9cb"; +} +.isax-frame-22:before { + content: "\f9cc"; +} +.isax-frame-32:before { + content: "\f9cd"; +} +.isax-frame-42:before { + content: "\f9ce"; +} +.isax-frame-5:before { + content: "\f9cf"; +} +.isax-frame-6:before { + content: "\f9d0"; +} +.isax-frame-7:before { + content: "\f9d1"; +} +.isax-gallery2:before { + content: "\f9d2"; +} +.isax-gallery-add2:before { + content: "\f9d3"; +} +.isax-gallery-edit2:before { + content: "\f9d4"; +} +.isax-gallery-export1:before { + content: "\f9d5"; +} +.isax-gallery-favorite2:before { + content: "\f9d6"; +} +.isax-gallery-import2:before { + content: "\f9d7"; +} +.isax-gallery-remove2:before { + content: "\f9d8"; +} +.isax-gallery-slash2:before { + content: "\f9d9"; +} +.isax-gallery-tick2:before { + content: "\f9da"; +} +.isax-game2:before { + content: "\f9db"; +} +.isax-gameboy2:before { + content: "\f9dc"; +} +.isax-gas-station2:before { + content: "\f9dd"; +} +.isax-gemini2:before { + content: "\f9de"; +} +.isax-gemini-22:before { + content: "\f9df"; +} +.isax-ghost2:before { + content: "\f9e0"; +} +.isax-gift2:before { + content: "\f9e1"; +} +.isax-glass2:before { + content: "\f9e2"; +} +.isax-glass-12:before { + content: "\f9e3"; +} +.isax-global2:before { + content: "\f9e4"; +} +.isax-global-edit2:before { + content: "\f9e5"; +} +.isax-global-refresh2:before { + content: "\f9e6"; +} +.isax-global-search2:before { + content: "\f9e7"; +} +.isax-gps2:before { + content: "\f9e8"; +} +.isax-gps-slash2:before { + content: "\f9e9"; +} +.isax-grammerly2:before { + content: "\f9ea"; +} +.isax-graph2:before { + content: "\f9eb"; +} +.isax-grid-12:before { + content: "\f9ec"; +} +.isax-grid-22:before { + content: "\f9ed"; +} +.isax-grid-32:before { + content: "\f9ee"; +} +.isax-grid-42:before { + content: "\f9ef"; +} +.isax-grid-52:before { + content: "\f9f0"; +} +.isax-grid-62:before { + content: "\f9f1"; +} +.isax-grid-72:before { + content: "\f9f2"; +} +.isax-grid-82:before { + content: "\f9f3"; +} +.isax-grid-92:before { + content: "\f9f4"; +} +.isax-grid-edit2:before { + content: "\f9f5"; +} +.isax-grid-eraser2:before { + content: "\f9f6"; +} +.isax-grid-lock2:before { + content: "\f9f7"; +} +.isax-happyemoji2:before { + content: "\f9f8"; +} +.isax-hashtag2:before { + content: "\f9f9"; +} +.isax-hashtag-12:before { + content: "\f9fa"; +} +.isax-hashtag-down2:before { + content: "\f9fb"; +} +.isax-hashtag-up2:before { + content: "\f9fc"; +} +.isax-headphone2:before { + content: "\f9fd"; +} +.isax-headphones2:before { + content: "\f9fe"; +} +.isax-health2:before { + content: "\f9ff"; +} +.isax-heart2:before { + content: "\fa00"; +} +.isax-heart-add2:before { + content: "\fa01"; +} +.isax-heart-circle2:before { + content: "\fa02"; +} +.isax-heart-edit2:before { + content: "\fa03"; +} +.isax-heart-remove2:before { + content: "\fa04"; +} +.isax-heart-search2:before { + content: "\fa05"; +} +.isax-heart-slash2:before { + content: "\fa06"; +} +.isax-heart-tick2:before { + content: "\fa07"; +} +.isax-hierarchy2:before { + content: "\fa08"; +} +.isax-hierarchy-22:before { + content: "\fa09"; +} +.isax-hierarchy-32:before { + content: "\fa0a"; +} +.isax-hierarchy-square2:before { + content: "\fa0b"; +} +.isax-hierarchy-square-22:before { + content: "\fa0c"; +} +.isax-hierarchy-square-32:before { + content: "\fa0d"; +} +.isax-home2:before { + content: "\fa0e"; +} +.isax-home-12:before { + content: "\fa0f"; +} +.isax-home-22:before { + content: "\fa10"; +} +.isax-home-hashtag2:before { + content: "\fa11"; +} +.isax-home-trend-down2:before { + content: "\fa12"; +} +.isax-home-trend-up2:before { + content: "\fa13"; +} +.isax-home-wifi2:before { + content: "\fa14"; +} +.isax-hospital2:before { + content: "\fa15"; +} +.isax-house2:before { + content: "\fa16"; +} +.isax-house-22:before { + content: "\fa17"; +} +.isax-icon1:before { + content: "\fa18"; +} +.isax-icon-1:before { + content: "\fa19"; +} +.isax-image2:before { + content: "\fa1a"; +} +.isax-import2:before { + content: "\fa1b"; +} +.isax-import-12:before { + content: "\fa1c"; +} +.isax-import-22:before { + content: "\fa1d"; +} +.isax-info-circle2:before { + content: "\fa1e"; +} +.isax-information2:before { + content: "\fa1f"; +} +.isax-instagram2:before { + content: "\fa20"; +} +.isax-judge2:before { + content: "\fa21"; +} +.isax-key2:before { + content: "\fa22"; +} +.isax-keyboard2:before { + content: "\fa23"; +} +.isax-keyboard-open2:before { + content: "\fa24"; +} +.isax-key-square2:before { + content: "\fa25"; +} +.isax-lamp2:before { + content: "\fa26"; +} +.isax-lamp-12:before { + content: "\fa27"; +} +.isax-lamp-charge2:before { + content: "\fa28"; +} +.isax-lamp-on2:before { + content: "\fa29"; +} +.isax-lamp-slash2:before { + content: "\fa2a"; +} +.isax-language-circle2:before { + content: "\fa2b"; +} +.isax-language-square2:before { + content: "\fa2c"; +} +.isax-layer2:before { + content: "\fa2d"; +} +.isax-level2:before { + content: "\fa2e"; +} +.isax-lifebuoy2:before { + content: "\fa2f"; +} +.isax-like2:before { + content: "\fa30"; +} +.isax-like-12:before { + content: "\fa31"; +} +.isax-like-dislike2:before { + content: "\fa32"; +} +.isax-like-shapes2:before { + content: "\fa33"; +} +.isax-like-tag2:before { + content: "\fa34"; +} +.isax-link2:before { + content: "\fa35"; +} +.isax-link-12:before { + content: "\fa36"; +} +.isax-link-23:before { + content: "\fa37"; +} +.isax-link-212:before { + content: "\fa38"; +} +.isax-link-circle2:before { + content: "\fa39"; +} +.isax-link-square2:before { + content: "\fa3a"; +} +.isax-location2:before { + content: "\fa3b"; +} +.isax-location-add2:before { + content: "\fa3c"; +} +.isax-location-cross2:before { + content: "\fa3d"; +} +.isax-location-minus2:before { + content: "\fa3e"; +} +.isax-location-slash2:before { + content: "\fa3f"; +} +.isax-location-tick2:before { + content: "\fa40"; +} +.isax-lock2:before { + content: "\fa41"; +} +.isax-lock-12:before { + content: "\fa42"; +} +.isax-lock-circle2:before { + content: "\fa43"; +} +.isax-lock-slash2:before { + content: "\fa44"; +} +.isax-login2:before { + content: "\fa45"; +} +.isax-login-12:before { + content: "\fa46"; +} +.isax-logout2:before { + content: "\fa47"; +} +.isax-logout-12:before { + content: "\fa48"; +} +.isax-lovely2:before { + content: "\fa49"; +} +.isax-magicpen2:before { + content: "\fa4a"; +} +.isax-magic-star2:before { + content: "\fa4b"; +} +.isax-main-component2:before { + content: "\fa4c"; +} +.isax-man2:before { + content: "\fa4d"; +} +.isax-map2:before { + content: "\fa4e"; +} +.isax-map-12:before { + content: "\fa4f"; +} +.isax-mask2:before { + content: "\fa50"; +} +.isax-mask-12:before { + content: "\fa51"; +} +.isax-mask-22:before { + content: "\fa52"; +} +.isax-math2:before { + content: "\fa53"; +} +.isax-maximize2:before { + content: "\fa54"; +} +.isax-maximize-12:before { + content: "\fa55"; +} +.isax-maximize-23:before { + content: "\fa56"; +} +.isax-maximize-32:before { + content: "\fa57"; +} +.isax-maximize-42:before { + content: "\fa58"; +} +.isax-maximize-212:before { + content: "\fa59"; +} +.isax-maximize-circle1:before { + content: "\fa5a"; +} +.isax-medal2:before { + content: "\fa5b"; +} +.isax-medal-star2:before { + content: "\fa5c"; +} +.isax-menu2:before { + content: "\fa5d"; +} +.isax-menu-12:before { + content: "\fa5e"; +} +.isax-menu-board2:before { + content: "\fa5f"; +} +.isax-message2:before { + content: "\fa60"; +} +.isax-message-22:before { + content: "\fa61"; +} +.isax-message-add2:before { + content: "\fa62"; +} +.isax-message-add-12:before { + content: "\fa63"; +} +.isax-message-circle2:before { + content: "\fa64"; +} +.isax-message-edit2:before { + content: "\fa65"; +} +.isax-message-favorite2:before { + content: "\fa66"; +} +.isax-message-minus2:before { + content: "\fa67"; +} +.isax-message-notif2:before { + content: "\fa68"; +} +.isax-message-programming2:before { + content: "\fa69"; +} +.isax-message-question2:before { + content: "\fa6a"; +} +.isax-message-remove2:before { + content: "\fa6b"; +} +.isax-messages2:before { + content: "\fa6c"; +} +.isax-messages-12:before { + content: "\fa6d"; +} +.isax-messages-22:before { + content: "\fa6e"; +} +.isax-messages-32:before { + content: "\fa6f"; +} +.isax-message-search2:before { + content: "\fa70"; +} +.isax-message-square2:before { + content: "\fa71"; +} +.isax-message-text2:before { + content: "\fa72"; +} +.isax-message-text-12:before { + content: "\fa73"; +} +.isax-message-tick2:before { + content: "\fa74"; +} +.isax-message-time2:before { + content: "\fa75"; +} +.isax-microphone2:before { + content: "\fa76"; +} +.isax-microphone-22:before { + content: "\fa77"; +} +.isax-microphone-slash2:before { + content: "\fa78"; +} +.isax-microphone-slash-12:before { + content: "\fa79"; +} +.isax-microscope2:before { + content: "\fa7a"; +} +.isax-milk2:before { + content: "\fa7b"; +} +.isax-mini-music-sqaure2:before { + content: "\fa7c"; +} +.isax-minus2:before { + content: "\fa7d"; +} +.isax-minus-cirlce2:before { + content: "\fa7e"; +} +.isax-minus-square2:before { + content: "\fa7f"; +} +.isax-mirror2:before { + content: "\fa80"; +} +.isax-mirroring-screen2:before { + content: "\fa81"; +} +.isax-mobile2:before { + content: "\fa82"; +} +.isax-mobile-programming2:before { + content: "\fa83"; +} +.isax-money2:before { + content: "\fa84"; +} +.isax-money-22:before { + content: "\fa85"; +} +.isax-money-32:before { + content: "\fa86"; +} +.isax-money-42:before { + content: "\fa87"; +} +.isax-money-add2:before { + content: "\fa88"; +} +.isax-money-change2:before { + content: "\fa89"; +} +.isax-money-forbidden2:before { + content: "\fa8a"; +} +.isax-money-recive2:before { + content: "\fa8b"; +} +.isax-money-remove2:before { + content: "\fa8c"; +} +.isax-moneys2:before { + content: "\fa8d"; +} +.isax-money-send2:before { + content: "\fa8e"; +} +.isax-money-tick2:before { + content: "\fa8f"; +} +.isax-money-time2:before { + content: "\fa90"; +} +.isax-monitor2:before { + content: "\fa91"; +} +.isax-monitor-mobbile2:before { + content: "\fa92"; +} +.isax-monitor-recorder2:before { + content: "\fa93"; +} +.isax-moon2:before { + content: "\fa94"; +} +.isax-more2:before { + content: "\fa95"; +} +.isax-more-22:before { + content: "\fa96"; +} +.isax-more-circle2:before { + content: "\fa97"; +} +.isax-more-square2:before { + content: "\fa98"; +} +.isax-mouse2:before { + content: "\fa99"; +} +.isax-mouse-12:before { + content: "\fa9a"; +} +.isax-mouse-circle2:before { + content: "\fa9b"; +} +.isax-mouse-square2:before { + content: "\fa9c"; +} +.isax-music2:before { + content: "\fa9d"; +} +.isax-music-circle2:before { + content: "\fa9e"; +} +.isax-music-dashboard2:before { + content: "\fa9f"; +} +.isax-music-filter2:before { + content: "\faa0"; +} +.isax-music-library-22:before { + content: "\faa1"; +} +.isax-musicnote2:before { + content: "\faa2"; +} +.isax-music-play2:before { + content: "\faa3"; +} +.isax-music-playlist2:before { + content: "\faa4"; +} +.isax-music-square2:before { + content: "\faa5"; +} +.isax-music-square-add2:before { + content: "\faa6"; +} +.isax-music-square-remove2:before { + content: "\faa7"; +} +.isax-music-square-search2:before { + content: "\faa8"; +} +.isax-next2:before { + content: "\faa9"; +} +.isax-note2:before { + content: "\faaa"; +} +.isax-note-12:before { + content: "\faab"; +} +.isax-note-23:before { + content: "\faac"; +} +.isax-note-212:before { + content: "\faad"; +} +.isax-note-add2:before { + content: "\faae"; +} +.isax-note-favorite2:before { + content: "\faaf"; +} +.isax-note-remove2:before { + content: "\fab0"; +} +.isax-note-square2:before { + content: "\fab1"; +} +.isax-note-text2:before { + content: "\fab2"; +} +.isax-notification2:before { + content: "\fab3"; +} +.isax-notification-12:before { + content: "\fab4"; +} +.isax-notification-bing2:before { + content: "\fab5"; +} +.isax-notification-circle2:before { + content: "\fab6"; +} +.isax-notification-favorite2:before { + content: "\fab7"; +} +.isax-notification-status2:before { + content: "\fab8"; +} +.isax-omega-circle2:before { + content: "\fab9"; +} +.isax-omega-square2:before { + content: "\faba"; +} +.isax-paintbucket2:before { + content: "\fabb"; +} +.isax-paperclip2:before { + content: "\fabc"; +} +.isax-paperclip-22:before { + content: "\fabd"; +} +.isax-password-check2:before { + content: "\fabe"; +} +.isax-path2:before { + content: "\fabf"; +} +.isax-path-22:before { + content: "\fac0"; +} +.isax-path-square2:before { + content: "\fac1"; +} +.isax-pause2:before { + content: "\fac2"; +} +.isax-pause-circle2:before { + content: "\fac3"; +} +.isax-pen-add2:before { + content: "\fac4"; +} +.isax-pen-close2:before { + content: "\fac5"; +} +.isax-pen-remove2:before { + content: "\fac6"; +} +.isax-pen-tool2:before { + content: "\fac7"; +} +.isax-pen-tool-22:before { + content: "\fac8"; +} +.isax-people2:before { + content: "\fac9"; +} +.isax-percentage-circle2:before { + content: "\faca"; +} +.isax-percentage-square2:before { + content: "\facb"; +} +.isax-personalcard2:before { + content: "\facc"; +} +.isax-pet2:before { + content: "\facd"; +} +.isax-pharagraphspacing2:before { + content: "\face"; +} +.isax-picture-frame2:before { + content: "\facf"; +} +.isax-play2:before { + content: "\fad0"; +} +.isax-play-add2:before { + content: "\fad1"; +} +.isax-play-circle2:before { + content: "\fad2"; +} +.isax-play-cricle2:before { + content: "\fad3"; +} +.isax-play-remove2:before { + content: "\fad4"; +} +.isax-presention-chart2:before { + content: "\fad5"; +} +.isax-previous2:before { + content: "\fad6"; +} +.isax-printer2:before { + content: "\fad7"; +} +.isax-printer-slash2:before { + content: "\fad8"; +} +.isax-profile-2user2:before { + content: "\fad9"; +} +.isax-profile-add2:before { + content: "\fada"; +} +.isax-profile-circle2:before { + content: "\fadb"; +} +.isax-profile-delete2:before { + content: "\fadc"; +} +.isax-profile-remove2:before { + content: "\fadd"; +} +.isax-profile-tick2:before { + content: "\fade"; +} +.isax-programming-arrow2:before { + content: "\fadf"; +} +.isax-programming-arrows2:before { + content: "\fae0"; +} +.isax-quote-down2:before { + content: "\fae1"; +} +.isax-quote-down-circle2:before { + content: "\fae2"; +} +.isax-quote-down-square2:before { + content: "\fae3"; +} +.isax-quote-up2:before { + content: "\fae4"; +} +.isax-quote-up-circle2:before { + content: "\fae5"; +} +.isax-quote-up-square2:before { + content: "\fae6"; +} +.isax-radar2:before { + content: "\fae7"; +} +.isax-radar-12:before { + content: "\fae8"; +} +.isax-radar-22:before { + content: "\fae9"; +} +.isax-radio2:before { + content: "\faea"; +} +.isax-ram2:before { + content: "\faeb"; +} +.isax-ram-22:before { + content: "\faec"; +} +.isax-ranking2:before { + content: "\faed"; +} +.isax-ranking-12:before { + content: "\faee"; +} +.isax-receipt2:before { + content: "\faef"; +} +.isax-receipt-12:before { + content: "\faf0"; +} +.isax-receipt-22:before { + content: "\faf1"; +} +.isax-receipt-2-12:before { + content: "\faf2"; +} +.isax-receipt-add2:before { + content: "\faf3"; +} +.isax-receipt-discount2:before { + content: "\faf4"; +} +.isax-receipt-disscount2:before { + content: "\faf5"; +} +.isax-receipt-edit2:before { + content: "\faf6"; +} +.isax-receipt-item2:before { + content: "\faf7"; +} +.isax-receipt-minus2:before { + content: "\faf8"; +} +.isax-receipt-search2:before { + content: "\faf9"; +} +.isax-receipt-square2:before { + content: "\fafa"; +} +.isax-receipt-text2:before { + content: "\fafb"; +} +.isax-received2:before { + content: "\fafc"; +} +.isax-receive-square2:before { + content: "\fafd"; +} +.isax-receive-square-22:before { + content: "\fafe"; +} +.isax-record2:before { + content: "\faff"; +} +.isax-record-circle2:before { + content: "\fb00"; +} +.isax-recovery-convert2:before { + content: "\fb01"; +} +.isax-redo2:before { + content: "\fb02"; +} +.isax-refresh2:before { + content: "\fb03"; +} +.isax-refresh-22:before { + content: "\fb04"; +} +.isax-refresh-circle2:before { + content: "\fb05"; +} +.isax-refresh-left-square2:before { + content: "\fb06"; +} +.isax-refresh-right-square2:before { + content: "\fb07"; +} +.isax-refresh-square-22:before { + content: "\fb08"; +} +.isax-repeat2:before { + content: "\fb09"; +} +.isax-repeat-circle2:before { + content: "\fb0a"; +} +.isax-repeate-music2:before { + content: "\fb0b"; +} +.isax-repeate-one2:before { + content: "\fb0c"; +} +.isax-reserve2:before { + content: "\fb0d"; +} +.isax-rotate-left2:before { + content: "\fb0e"; +} +.isax-rotate-left-12:before { + content: "\fb0f"; +} +.isax-rotate-right2:before { + content: "\fb10"; +} +.isax-rotate-right-12:before { + content: "\fb11"; +} +.isax-route-square2:before { + content: "\fb12"; +} +.isax-routing2:before { + content: "\fb13"; +} +.isax-routing-22:before { + content: "\fb14"; +} +.isax-row-horizontal2:before { + content: "\fb15"; +} +.isax-row-vertical2:before { + content: "\fb16"; +} +.isax-rulerpen2:before { + content: "\fb17"; +} +.isax-ruler2:before { + content: "\fb18"; +} +.isax-safe-home2:before { + content: "\fb19"; +} +.isax-sagittarius2:before { + content: "\fb1a"; +} +.isax-save-22:before { + content: "\fb1b"; +} +.isax-save-add2:before { + content: "\fb1c"; +} +.isax-save-minus2:before { + content: "\fb1d"; +} +.isax-save-remove2:before { + content: "\fb1e"; +} +.isax-scan2:before { + content: "\fb1f"; +} +.isax-scan-barcode2:before { + content: "\fb20"; +} +.isax-scanner2:before { + content: "\fb21"; +} +.isax-scanning2:before { + content: "\fb22"; +} +.isax-scissor2:before { + content: "\fb23"; +} +.isax-scissor-12:before { + content: "\fb24"; +} +.isax-screenmirroring2:before { + content: "\fb25"; +} +.isax-scroll2:before { + content: "\fb26"; +} +.isax-search-favorite2:before { + content: "\fb27"; +} +.isax-search-favorite-12:before { + content: "\fb28"; +} +.isax-search-normal2:before { + content: "\fb29"; +} +.isax-search-normal-12:before { + content: "\fb2a"; +} +.isax-search-status2:before { + content: "\fb2b"; +} +.isax-search-status-12:before { + content: "\fb2c"; +} +.isax-search-zoom-in2:before { + content: "\fb2d"; +} +.isax-search-zoom-in-12:before { + content: "\fb2e"; +} +.isax-search-zoom-out2:before { + content: "\fb2f"; +} +.isax-search-zoom-out-12:before { + content: "\fb30"; +} +.isax-security2:before { + content: "\fb31"; +} +.isax-security-card2:before { + content: "\fb32"; +} +.isax-security-safe2:before { + content: "\fb33"; +} +.isax-security-time2:before { + content: "\fb34"; +} +.isax-security-user2:before { + content: "\fb35"; +} +.isax-send2:before { + content: "\fb36"; +} +.isax-send-12:before { + content: "\fb37"; +} +.isax-send-22:before { + content: "\fb38"; +} +.isax-send-sqaure-22:before { + content: "\fb39"; +} +.isax-send-square2:before { + content: "\fb3a"; +} +.isax-setting2:before { + content: "\fb3b"; +} +.isax-setting-22:before { + content: "\fb3c"; +} +.isax-setting-32:before { + content: "\fb3d"; +} +.isax-setting-42:before { + content: "\fb3e"; +} +.isax-setting-52:before { + content: "\fb3f"; +} +.isax-settings2:before { + content: "\fb40"; +} +.isax-shapes2:before { + content: "\fb41"; +} +.isax-shapes-12:before { + content: "\fb42"; +} +.isax-share2:before { + content: "\fb43"; +} +.isax-shield-cross2:before { + content: "\fb44"; +} +.isax-shield-search2:before { + content: "\fb45"; +} +.isax-shield-slash2:before { + content: "\fb46"; +} +.isax-shield-tick2:before { + content: "\fb47"; +} +.isax-ship2:before { + content: "\fb48"; +} +.isax-shop2:before { + content: "\fb49"; +} +.isax-shop-add2:before { + content: "\fb4a"; +} +.isax-shopping-bag2:before { + content: "\fb4b"; +} +.isax-shopping-cart2:before { + content: "\fb4c"; +} +.isax-shop-remove2:before { + content: "\fb4d"; +} +.isax-shuffle2:before { + content: "\fb4e"; +} +.isax-sidebar-bottom2:before { + content: "\fb4f"; +} +.isax-sidebar-left2:before { + content: "\fb50"; +} +.isax-sidebar-right2:before { + content: "\fb51"; +} +.isax-sidebar-top2:before { + content: "\fb52"; +} +.isax-signpost2:before { + content: "\fb53"; +} +.isax-simcard2:before { + content: "\fb54"; +} +.isax-simcard-12:before { + content: "\fb55"; +} +.isax-simcard-22:before { + content: "\fb56"; +} +.isax-size2:before { + content: "\fb57"; +} +.isax-slash2:before { + content: "\fb58"; +} +.isax-slider2:before { + content: "\fb59"; +} +.isax-slider-horizontal2:before { + content: "\fb5a"; +} +.isax-slider-horizontal-12:before { + content: "\fb5b"; +} +.isax-slider-vertical2:before { + content: "\fb5c"; +} +.isax-slider-vertical-12:before { + content: "\fb5d"; +} +.isax-smallcaps2:before { + content: "\fb5e"; +} +.isax-smart-car2:before { + content: "\fb5f"; +} +.isax-smart-home2:before { + content: "\fb60"; +} +.isax-smileys2:before { + content: "\fb61"; +} +.isax-sms2:before { + content: "\fb62"; +} +.isax-sms-edit2:before { + content: "\fb63"; +} +.isax-sms-notification2:before { + content: "\fb64"; +} +.isax-sms-search2:before { + content: "\fb65"; +} +.isax-sms-star2:before { + content: "\fb66"; +} +.isax-sms-tracking2:before { + content: "\fb67"; +} +.isax-sort2:before { + content: "\fb68"; +} +.isax-sound2:before { + content: "\fb69"; +} +.isax-speaker2:before { + content: "\fb6a"; +} +.isax-speedometer2:before { + content: "\fb6b"; +} +.isax-star2:before { + content: "\fb6c"; +} +.isax-star-12:before { + content: "\fb6d"; +} +.isax-star-slash2:before { + content: "\fb6e"; +} +.isax-status2:before { + content: "\fb6f"; +} +.isax-status-up2:before { + content: "\fb70"; +} +.isax-sticker2:before { + content: "\fb71"; +} +.isax-stickynote2:before { + content: "\fb72"; +} +.isax-stop2:before { + content: "\fb73"; +} +.isax-stop-circle2:before { + content: "\fb74"; +} +.isax-story2:before { + content: "\fb75"; +} +.isax-strongbox2:before { + content: "\fb76"; +} +.isax-strongbox-22:before { + content: "\fb77"; +} +.isax-subtitle2:before { + content: "\fb78"; +} +.isax-sun2:before { + content: "\fb79"; +} +.isax-sun-12:before { + content: "\fb7a"; +} +.isax-sun-fog2:before { + content: "\fb7b"; +} +.isax-tag2:before { + content: "\fb7c"; +} +.isax-tag-22:before { + content: "\fb7d"; +} +.isax-tag-cross2:before { + content: "\fb7e"; +} +.isax-tag-right2:before { + content: "\fb7f"; +} +.isax-tag-user2:before { + content: "\fb80"; +} +.isax-task2:before { + content: "\fb81"; +} +.isax-task-square2:before { + content: "\fb82"; +} +.isax-teacher2:before { + content: "\fb83"; +} +.isax-text2:before { + content: "\fb84"; +} +.isax-textalign-center2:before { + content: "\fb85"; +} +.isax-textalign-justifycenter2:before { + content: "\fb86"; +} +.isax-textalign-justifyleft2:before { + content: "\fb87"; +} +.isax-textalign-justifyright2:before { + content: "\fb88"; +} +.isax-textalign-left2:before { + content: "\fb89"; +} +.isax-textalign-right2:before { + content: "\fb8a"; +} +.isax-text-block2:before { + content: "\fb8b"; +} +.isax-text-bold2:before { + content: "\fb8c"; +} +.isax-text-italic2:before { + content: "\fb8d"; +} +.isax-text-underline2:before { + content: "\fb8e"; +} +.isax-tick-circle2:before { + content: "\fb8f"; +} +.isax-ticket2:before { + content: "\fb90"; +} +.isax-ticket-22:before { + content: "\fb91"; +} +.isax-ticket-discount2:before { + content: "\fb92"; +} +.isax-ticket-expired2:before { + content: "\fb93"; +} +.isax-ticket-star2:before { + content: "\fb94"; +} +.isax-tick-square2:before { + content: "\fb95"; +} +.isax-timer2:before { + content: "\fb96"; +} +.isax-timer-12:before { + content: "\fb97"; +} +.isax-timer-pause2:before { + content: "\fb98"; +} +.isax-timer-start2:before { + content: "\fb99"; +} +.isax-toggle-off2:before { + content: "\fb9a"; +} +.isax-toggle-off-circle2:before { + content: "\fb9b"; +} +.isax-toggle-on2:before { + content: "\fb9c"; +} +.isax-toggle-on-circle2:before { + content: "\fb9d"; +} +.isax-trade2:before { + content: "\fb9e"; +} +.isax-transaction-minus2:before { + content: "\fb9f"; +} +.isax-translate2:before { + content: "\fba0"; +} +.isax-trash2:before { + content: "\fba1"; +} +.isax-tree2:before { + content: "\fba2"; +} +.isax-trend-down2:before { + content: "\fba3"; +} +.isax-trend-up2:before { + content: "\fba4"; +} +.isax-triangle2:before { + content: "\fba5"; +} +.isax-truck1:before { + content: "\fba6"; +} +.isax-truck-fast1:before { + content: "\fba7"; +} +.isax-truck-tick2:before { + content: "\fba8"; +} +.isax-trush-square2:before { + content: "\fba9"; +} +.isax-undo2:before { + content: "\fbaa"; +} +.isax-unlimited2:before { + content: "\fbab"; +} +.isax-unlock2:before { + content: "\fbac"; +} +.isax-user2:before { + content: "\fbad"; +} +.isax-user-add2:before { + content: "\fbae"; +} +.isax-user-cirlce-add2:before { + content: "\fbaf"; +} +.isax-user-edit2:before { + content: "\fbb0"; +} +.isax-user-minus2:before { + content: "\fbb1"; +} +.isax-user-octagon2:before { + content: "\fbb2"; +} +.isax-user-remove2:before { + content: "\fbb3"; +} +.isax-user-search2:before { + content: "\fbb4"; +} +.isax-user-square2:before { + content: "\fbb5"; +} +.isax-user-tag2:before { + content: "\fbb6"; +} +.isax-user-tick2:before { + content: "\fbb7"; +} +.isax-verify2:before { + content: "\fbb8"; +} +.isax-video2:before { + content: "\fbb9"; +} +.isax-video-add2:before { + content: "\fbba"; +} +.isax-video-circle2:before { + content: "\fbbb"; +} +.isax-video-horizontal2:before { + content: "\fbbc"; +} +.isax-video-octagon2:before { + content: "\fbbd"; +} +.isax-video-play2:before { + content: "\fbbe"; +} +.isax-video-remove2:before { + content: "\fbbf"; +} +.isax-video-slash2:before { + content: "\fbc0"; +} +.isax-video-square2:before { + content: "\fbc1"; +} +.isax-video-tick2:before { + content: "\fbc2"; +} +.isax-video-time2:before { + content: "\fbc3"; +} +.isax-video-vertical2:before { + content: "\fbc4"; +} +.isax-voice-cricle2:before { + content: "\fbc5"; +} +.isax-voice-square2:before { + content: "\fbc6"; +} +.isax-volume-cross2:before { + content: "\fbc7"; +} +.isax-volume-high2:before { + content: "\fbc8"; +} +.isax-volume-low2:before { + content: "\fbc9"; +} +.isax-volume-low-12:before { + content: "\fbca"; +} +.isax-volume-mute2:before { + content: "\fbcb"; +} +.isax-volume-slash2:before { + content: "\fbcc"; +} +.isax-volume-up2:before { + content: "\fbcd"; +} +.isax-wallet2:before { + content: "\fbce"; +} +.isax-wallet-12:before { + content: "\fbcf"; +} +.isax-wallet-22:before { + content: "\fbd0"; +} +.isax-wallet-32:before { + content: "\fbd1"; +} +.isax-wallet-add2:before { + content: "\fbd2"; +} +.isax-wallet-add-12:before { + content: "\fbd3"; +} +.isax-wallet-check2:before { + content: "\fbd4"; +} +.isax-wallet-minus2:before { + content: "\fbd5"; +} +.isax-wallet-money2:before { + content: "\fbd6"; +} +.isax-wallet-remove2:before { + content: "\fbd7"; +} +.isax-wallet-search2:before { + content: "\fbd8"; +} +.isax-warning-22:before { + content: "\fbd9"; +} +.isax-watch2:before { + content: "\fbda"; +} +.isax-watch-status2:before { + content: "\fbdb"; +} +.isax-weight2:before { + content: "\fbdc"; +} +.isax-weight-12:before { + content: "\fbdd"; +} +.isax-wifi2:before { + content: "\fbde"; +} +.isax-wifi-square2:before { + content: "\fbdf"; +} +.isax-wind2:before { + content: "\fbe0"; +} +.isax-wind-22:before { + content: "\fbe1"; +} +.isax-woman2:before { + content: "\fbe2"; +} +.isax-dcube3:before { + content: "\e900"; +} +.isax-d-cube-scan3:before { + content: "\fbe3"; +} +.isax-d-rotate3:before { + content: "\fbe4"; +} +.isax-d-square3:before { + content: "\fbe5"; +} +.isax-square3:before { + content: "\fbe6"; +} +.isax-support3:before { + content: "\fbe7"; +} +.isax-activity3:before { + content: "\fbe8"; +} +.isax-add3:before { + content: "\fbe9"; +} +.isax-add-circle3:before { + content: "\fbea"; +} +.isax-additem3:before { + content: "\fbeb"; +} +.isax-add-square3:before { + content: "\fbec"; +} +.isax-airdrop3:before { + content: "\fbed"; +} +.isax-airplane3:before { + content: "\fbee"; +} +.isax-airplane-square3:before { + content: "\fbef"; +} +.isax-airpod3:before { + content: "\fbf0"; +} +.isax-airpods3:before { + content: "\fbf1"; +} +.isax-alarm3:before { + content: "\fbf2"; +} +.isax-align-bottom3:before { + content: "\fbf3"; +} +.isax-align-horizontally3:before { + content: "\fbf4"; +} +.isax-align-left3:before { + content: "\fbf5"; +} +.isax-align-right3:before { + content: "\fbf6"; +} +.isax-align-vertically3:before { + content: "\fbf7"; +} +.isax-aquarius3:before { + content: "\fbf8"; +} +.isax-archive3:before { + content: "\fbf9"; +} +.isax-archive-13:before { + content: "\fbfa"; +} +.isax-archive-add3:before { + content: "\fbfb"; +} +.isax-archive-book3:before { + content: "\fbfc"; +} +.isax-archive-minus3:before { + content: "\fbfd"; +} +.isax-archive-slash3:before { + content: "\fbfe"; +} +.isax-archive-tick3:before { + content: "\fbff"; +} +.isax-arrange-circle3:before { + content: "\fc00"; +} +.isax-arrange-circle-23:before { + content: "\fc01"; +} +.isax-arrange-square3:before { + content: "\fc02"; +} +.isax-arrange-square-23:before { + content: "\fc03"; +} +.isax-arrow3:before { + content: "\fc04"; +} +.isax-arrow-23:before { + content: "\fc05"; +} +.isax-arrow-33:before { + content: "\fc06"; +} +.isax-arrow-bottom3:before { + content: "\fc07"; +} +.isax-arrow-circle-down3:before { + content: "\fc08"; +} +.isax-arrow-circle-left3:before { + content: "\fc09"; +} +.isax-arrow-circle-right3:before { + content: "\fc0a"; +} +.isax-arrow-down3:before { + content: "\fc0b"; +} +.isax-arrow-down-13:before { + content: "\fc0c"; +} +.isax-arrow-down-23:before { + content: "\fc0d"; +} +.isax-arrow-left3:before { + content: "\fc0e"; +} +.isax-arrow-left-13:before { + content: "\fc0f"; +} +.isax-arrow-left-23:before { + content: "\fc10"; +} +.isax-arrow-left-33:before { + content: "\fc11"; +} +.isax-arrow-right3:before { + content: "\fc12"; +} +.isax-arrow-right-13:before { + content: "\fc13"; +} +.isax-arrow-right-23:before { + content: "\fc14"; +} +.isax-arrow-right-33:before { + content: "\fc15"; +} +.isax-arrow-square3:before { + content: "\fc16"; +} +.isax-arrow-square-down3:before { + content: "\fc17"; +} +.isax-arrow-square-left3:before { + content: "\fc18"; +} +.isax-arrow-square-right2:before { + content: "\fc19"; +} +.isax-arrow-square-up3:before { + content: "\fc1a"; +} +.isax-arrow-swap-horizontal3:before { + content: "\fc1b"; +} +.isax-arrow-up3:before { + content: "\fc1c"; +} +.isax-arrow-up-13:before { + content: "\fc1d"; +} +.isax-arrow-up-23:before { + content: "\fc1e"; +} +.isax-arrow-up-33:before { + content: "\fc1f"; +} +.isax-attach-circle3:before { + content: "\fc20"; +} +.isax-attach-square3:before { + content: "\fc21"; +} +.isax-audio-square3:before { + content: "\fc22"; +} +.isax-autobrightness3:before { + content: "\fc23"; +} +.isax-award3:before { + content: "\fc24"; +} +.isax-back-square3:before { + content: "\fc25"; +} +.isax-backward3:before { + content: "\fc26"; +} +.isax-backward-5-seconds3:before { + content: "\fc27"; +} +.isax-backward-10-seconds3:before { + content: "\fc28"; +} +.isax-backward-15-seconds3:before { + content: "\fc29"; +} +.isax-backward-item3:before { + content: "\fc2a"; +} +.isax-bag3:before { + content: "\fc2b"; +} +.isax-bag-23:before { + content: "\fc2c"; +} +.isax-bag-cross3:before { + content: "\fc2d"; +} +.isax-bag-cross-13:before { + content: "\fc2e"; +} +.isax-bag-happy3:before { + content: "\fc2f"; +} +.isax-bag-tick3:before { + content: "\fc30"; +} +.isax-bag-tick-23:before { + content: "\fc31"; +} +.isax-bag-timer3:before { + content: "\fc32"; +} +.isax-bank3:before { + content: "\fc33"; +} +.isax-barcode3:before { + content: "\fc34"; +} +.isax-battery-3full3:before { + content: "\fc35"; +} +.isax-battery-charging3:before { + content: "\fc36"; +} +.isax-battery-disable3:before { + content: "\fc37"; +} +.isax-battery-empty3:before { + content: "\fc38"; +} +.isax-battery-empty-13:before { + content: "\fc39"; +} +.isax-battery-full3:before { + content: "\fc3a"; +} +.isax-bezier3:before { + content: "\fc3b"; +} +.isax-bill3:before { + content: "\fc3c"; +} +.isax-bitcoin-card3:before { + content: "\fc3d"; +} +.isax-bitcoin-convert3:before { + content: "\fc3e"; +} +.isax-bitcoin-refresh3:before { + content: "\fc3f"; +} +.isax-blend3:before { + content: "\fc40"; +} +.isax-blend-23:before { + content: "\fc41"; +} +.isax-bluetooth3:before { + content: "\fc42"; +} +.isax-bluetooth-23:before { + content: "\fc43"; +} +.isax-bluetooth-circle3:before { + content: "\fc44"; +} +.isax-bluetooth-rectangle3:before { + content: "\fc45"; +} +.isax-blur3:before { + content: "\fc46"; +} +.isax-book3:before { + content: "\fc47"; +} +.isax-book-13:before { + content: "\fc48"; +} +.isax-bookmark3:before { + content: "\fc49"; +} +.isax-bookmark-23:before { + content: "\fc4a"; +} +.isax-book-saved3:before { + content: "\fc4b"; +} +.isax-book-square3:before { + content: "\fc4c"; +} +.isax-box3:before { + content: "\fc4d"; +} +.isax-box-13:before { + content: "\fc4e"; +} +.isax-box-23:before { + content: "\fc4f"; +} +.isax-box-add3:before { + content: "\fc50"; +} +.isax-box-remove3:before { + content: "\fc51"; +} +.isax-box-search3:before { + content: "\fc52"; +} +.isax-box-tick3:before { + content: "\fc53"; +} +.isax-box-time3:before { + content: "\fc54"; +} +.isax-briefcase3:before { + content: "\fc55"; +} +.isax-brifecase-cross3:before { + content: "\fc56"; +} +.isax-brifecase-tick3:before { + content: "\fc57"; +} +.isax-brifecase-timer3:before { + content: "\fc58"; +} +.isax-broom3:before { + content: "\fc59"; +} +.isax-brush3:before { + content: "\fc5a"; +} +.isax-brush-13:before { + content: "\fc5b"; +} +.isax-brush-23:before { + content: "\fc5c"; +} +.isax-brush-33:before { + content: "\fc5d"; +} +.isax-brush-43:before { + content: "\fc5e"; +} +.isax-bubble3:before { + content: "\fc5f"; +} +.isax-bucket3:before { + content: "\fc60"; +} +.isax-bucket-circle3:before { + content: "\fc61"; +} +.isax-bucket-square3:before { + content: "\fc62"; +} +.isax-building3:before { + content: "\fc63"; +} +.isax-building-33:before { + content: "\fc64"; +} +.isax-building-43:before { + content: "\fc65"; +} +.isax-buildings3:before { + content: "\fc66"; +} +.isax-buildings-23:before { + content: "\fc67"; +} +.isax-buliding3:before { + content: "\fc68"; +} +.isax-bus3:before { + content: "\fc69"; +} +.isax-buy-crypto3:before { + content: "\fc6a"; +} +.isax-cake3:before { + content: "\fc6b"; +} +.isax-calculator3:before { + content: "\fc6c"; +} +.isax-calendar3:before { + content: "\fc6d"; +} +.isax-calendar-13:before { + content: "\fc6e"; +} +.isax-calendar-23:before { + content: "\fc6f"; +} +.isax-calendar-add3:before { + content: "\fc70"; +} +.isax-calendar-circle3:before { + content: "\fc71"; +} +.isax-calendar-edit3:before { + content: "\fc72"; +} +.isax-calendar-remove3:before { + content: "\fc73"; +} +.isax-calendar-search3:before { + content: "\fc74"; +} +.isax-calendar-tick3:before { + content: "\fc75"; +} +.isax-call3:before { + content: "\fc76"; +} +.isax-call-add3:before { + content: "\fc77"; +} +.isax-call-calling3:before { + content: "\fc78"; +} +.isax-call-incoming3:before { + content: "\fc79"; +} +.isax-call-minus3:before { + content: "\fc7a"; +} +.isax-call-outgoing3:before { + content: "\fc7b"; +} +.isax-call-received3:before { + content: "\fc7c"; +} +.isax-call-remove3:before { + content: "\fc7d"; +} +.isax-call-slash3:before { + content: "\fc7e"; +} +.isax-camera3:before { + content: "\fc7f"; +} +.isax-camera-slash3:before { + content: "\fc80"; +} +.isax-candle3:before { + content: "\fc81"; +} +.isax-candle-23:before { + content: "\fc82"; +} +.isax-car3:before { + content: "\fc83"; +} +.isax-card3:before { + content: "\fc84"; +} +.isax-card-add3:before { + content: "\fc85"; +} +.isax-card-coin3:before { + content: "\fc86"; +} +.isax-card-edit3:before { + content: "\fc87"; +} +.isax-card-pos3:before { + content: "\fc88"; +} +.isax-card-receive3:before { + content: "\fc89"; +} +.isax-card-remove3:before { + content: "\fc8a"; +} +.isax-card-remove-13:before { + content: "\fc8b"; +} +.isax-cards3:before { + content: "\fc8c"; +} +.isax-card-send3:before { + content: "\fc8d"; +} +.isax-card-slash3:before { + content: "\fc8e"; +} +.isax-card-tick3:before { + content: "\fc8f"; +} +.isax-card-tick-13:before { + content: "\fc90"; +} +.isax-category3:before { + content: "\fc91"; +} +.isax-category-23:before { + content: "\fc92"; +} +.isax-cd3:before { + content: "\fc93"; +} +.isax-chart3:before { + content: "\fc94"; +} +.isax-chart-13:before { + content: "\fc95"; +} +.isax-chart-24:before { + content: "\fc96"; +} +.isax-chart-33:before { + content: "\fc97"; +} +.isax-chart-213:before { + content: "\fc98"; +} +.isax-chart-square3:before { + content: "\fc99"; +} +.isax-chart-success3:before { + content: "\fc9a"; +} +.isax-check3:before { + content: "\fc9b"; +} +.isax-chrome3:before { + content: "\fc9c"; +} +.isax-clipboard3:before { + content: "\fc9d"; +} +.isax-clipboard-close3:before { + content: "\fc9e"; +} +.isax-clipboard-export3:before { + content: "\fc9f"; +} +.isax-clipboard-import3:before { + content: "\fca0"; +} +.isax-clipboard-text3:before { + content: "\fca1"; +} +.isax-clipboard-tick3:before { + content: "\fca2"; +} +.isax-clock3:before { + content: "\fca3"; +} +.isax-clock-13:before { + content: "\fca4"; +} +.isax-close-circle3:before { + content: "\fca5"; +} +.isax-close-square3:before { + content: "\fca6"; +} +.isax-cloud3:before { + content: "\fca7"; +} +.isax-cloud-add3:before { + content: "\fca8"; +} +.isax-cloud-change3:before { + content: "\fca9"; +} +.isax-cloud-connection3:before { + content: "\fcaa"; +} +.isax-cloud-cross3:before { + content: "\fcab"; +} +.isax-cloud-drizzle3:before { + content: "\fcac"; +} +.isax-cloud-fog3:before { + content: "\fcad"; +} +.isax-cloud-lightning3:before { + content: "\fcae"; +} +.isax-cloud-minus3:before { + content: "\fcaf"; +} +.isax-cloud-notif3:before { + content: "\fcb0"; +} +.isax-cloud-plus3:before { + content: "\fcb1"; +} +.isax-cloud-remove3:before { + content: "\fcb2"; +} +.isax-cloud-snow3:before { + content: "\fcb3"; +} +.isax-cloud-sunny3:before { + content: "\fcb4"; +} +.isax-code3:before { + content: "\fcb5"; +} +.isax-code-13:before { + content: "\fcb6"; +} +.isax-code-circle3:before { + content: "\fcb7"; +} +.isax-coffee3:before { + content: "\fcb8"; +} +.isax-coin3:before { + content: "\fcb9"; +} +.isax-coin-13:before { + content: "\fcba"; +} +.isax-colorfilter3:before { + content: "\fcbb"; +} +.isax-colors-square3:before { + content: "\fcbc"; +} +.isax-color-swatch3:before { + content: "\fcbd"; +} +.isax-command3:before { + content: "\fcbe"; +} +.isax-command-square3:before { + content: "\fcbf"; +} +.isax-component3:before { + content: "\fcc0"; +} +.isax-computing3:before { + content: "\fcc1"; +} +.isax-convert3:before { + content: "\fcc2"; +} +.isax-convert-3d-cube3:before { + content: "\fcc3"; +} +.isax-convert-card3:before { + content: "\fcc4"; +} +.isax-convertshape3:before { + content: "\fcc5"; +} +.isax-convertshape-23:before { + content: "\fcc6"; +} +.isax-copy3:before { + content: "\fcc7"; +} +.isax-copyright3:before { + content: "\fcc8"; +} +.isax-copy-success3:before { + content: "\fcc9"; +} +.isax-courthouse3:before { + content: "\fcca"; +} +.isax-cpu3:before { + content: "\fccb"; +} +.isax-cpu-charge3:before { + content: "\fccc"; +} +.isax-cpu-setting3:before { + content: "\fccd"; +} +.isax-creative-commons3:before { + content: "\fcce"; +} +.isax-crop3:before { + content: "\fccf"; +} +.isax-crown3:before { + content: "\fcd0"; +} +.isax-crown-13:before { + content: "\fcd1"; +} +.isax-cup3:before { + content: "\fcd2"; +} +.isax-danger3:before { + content: "\fcd3"; +} +.isax-data3:before { + content: "\fcd4"; +} +.isax-data-23:before { + content: "\fcd5"; +} +.isax-designtools3:before { + content: "\fcd6"; +} +.isax-device-message3:before { + content: "\fcd7"; +} +.isax-devices3:before { + content: "\fcd8"; +} +.isax-diagram3:before { + content: "\fcd9"; +} +.isax-diamonds3:before { + content: "\fcda"; +} +.isax-direct3:before { + content: "\fcdb"; +} +.isax-directbox-default3:before { + content: "\fcdc"; +} +.isax-directbox-notif3:before { + content: "\fcdd"; +} +.isax-directbox-receive3:before { + content: "\fcde"; +} +.isax-directbox-send3:before { + content: "\fcdf"; +} +.isax-direct-down3:before { + content: "\fce0"; +} +.isax-direct-inbox3:before { + content: "\fce1"; +} +.isax-direct-left3:before { + content: "\fce2"; +} +.isax-direct-normal3:before { + content: "\fce3"; +} +.isax-direct-notification3:before { + content: "\fce4"; +} +.isax-direct-right3:before { + content: "\fce5"; +} +.isax-direct-send3:before { + content: "\fce6"; +} +.isax-direct-up3:before { + content: "\fce7"; +} +.isax-discount-circle3:before { + content: "\fce8"; +} +.isax-discount-shape3:before { + content: "\fce9"; +} +.isax-discover3:before { + content: "\fcea"; +} +.isax-dislike3:before { + content: "\fceb"; +} +.isax-document3:before { + content: "\fcec"; +} +.isax-document-13:before { + content: "\fced"; +} +.isax-document-cloud3:before { + content: "\fcee"; +} +.isax-document-code3:before { + content: "\fcef"; +} +.isax-document-code-23:before { + content: "\fcf0"; +} +.isax-document-copy3:before { + content: "\fcf1"; +} +.isax-document-download3:before { + content: "\fcf2"; +} +.isax-document-favorite3:before { + content: "\fcf3"; +} +.isax-document-filter3:before { + content: "\fcf4"; +} +.isax-document-forward3:before { + content: "\fcf5"; +} +.isax-document-like3:before { + content: "\fcf6"; +} +.isax-document-previous3:before { + content: "\fcf7"; +} +.isax-document-sketch3:before { + content: "\fcf8"; +} +.isax-document-text3:before { + content: "\fcf9"; +} +.isax-document-text-13:before { + content: "\fcfa"; +} +.isax-document-upload3:before { + content: "\fcfb"; +} +.isax-dollar-circle2:before { + content: "\fcfc"; +} +.isax-dollar-square3:before { + content: "\fcfd"; +} +.isax-driver3:before { + content: "\fcfe"; +} +.isax-driver-23:before { + content: "\fcff"; +} +.isax-driver-refresh3:before { + content: "\fd00"; +} +.isax-driving3:before { + content: "\fd01"; +} +.isax-drop2:before { + content: "\fd02"; +} +.isax-edit3:before { + content: "\fd03"; +} +.isax-edit-23:before { + content: "\fd04"; +} +.isax-electricity3:before { + content: "\fd05"; +} +.isax-element-11:before { + content: "\fd06"; +} +.isax-element-23:before { + content: "\fd07"; +} +.isax-element-33:before { + content: "\fd08"; +} +.isax-element-43:before { + content: "\fd09"; +} +.isax-element-equal3:before { + content: "\fd0a"; +} +.isax-element-plus3:before { + content: "\fd0b"; +} +.isax-emoji-happy3:before { + content: "\fd0c"; +} +.isax-emoji-normal3:before { + content: "\fd0d"; +} +.isax-emoji-sad3:before { + content: "\fd0e"; +} +.isax-empty-wallet3:before { + content: "\fd0f"; +} +.isax-empty-wallet-add3:before { + content: "\fd10"; +} +.isax-empty-wallet-remove3:before { + content: "\fd11"; +} +.isax-empty-wallet-tick3:before { + content: "\fd12"; +} +.isax-eraser3:before { + content: "\fd13"; +} +.isax-eraser-13:before { + content: "\fd14"; +} +.isax-export3:before { + content: "\fd15"; +} +.isax-export-13:before { + content: "\fd16"; +} +.isax-export-23:before { + content: "\fd17"; +} +.isax-export-33:before { + content: "\fd18"; +} +.isax-external-drive3:before { + content: "\fd19"; +} +.isax-eye2:before { + content: "\fd1a"; +} +.isax-eye-slash3:before { + content: "\fd1b"; +} +.isax-fatrows3:before { + content: "\fd1c"; +} +.isax-favorite-chart3:before { + content: "\fd1d"; +} +.isax-filter3:before { + content: "\fd1e"; +} +.isax-filter-add3:before { + content: "\fd1f"; +} +.isax-filter-edit3:before { + content: "\fd20"; +} +.isax-filter-remove3:before { + content: "\fd21"; +} +.isax-filter-search3:before { + content: "\fd22"; +} +.isax-filter-square3:before { + content: "\fd23"; +} +.isax-filter-tick3:before { + content: "\fd24"; +} +.isax-finger-cricle3:before { + content: "\fd25"; +} +.isax-finger-scan3:before { + content: "\fd26"; +} +.isax-firstline3:before { + content: "\fd27"; +} +.isax-flag3:before { + content: "\fd28"; +} +.isax-flag-23:before { + content: "\fd29"; +} +.isax-flash3:before { + content: "\fd2a"; +} +.isax-flash-13:before { + content: "\fd2b"; +} +.isax-flash-circle3:before { + content: "\fd2c"; +} +.isax-flash-circle-13:before { + content: "\fd2d"; +} +.isax-flash-slash3:before { + content: "\fd2e"; +} +.isax-folder3:before { + content: "\fd2f"; +} +.isax-folder-23:before { + content: "\fd30"; +} +.isax-folder-add3:before { + content: "\fd31"; +} +.isax-folder-cloud3:before { + content: "\fd32"; +} +.isax-folder-connection3:before { + content: "\fd33"; +} +.isax-folder-cross3:before { + content: "\fd34"; +} +.isax-folder-favorite3:before { + content: "\fd35"; +} +.isax-folder-minus3:before { + content: "\fd36"; +} +.isax-folder-open3:before { + content: "\fd37"; +} +.isax-forbidden3:before { + content: "\fd38"; +} +.isax-forbidden-23:before { + content: "\fd39"; +} +.isax-format-circle3:before { + content: "\fd3a"; +} +.isax-format-square3:before { + content: "\fd3b"; +} +.isax-forward3:before { + content: "\fd3c"; +} +.isax-forward-5-seconds3:before { + content: "\fd3d"; +} +.isax-forward-10-seconds3:before { + content: "\fd3e"; +} +.isax-forward-15-seconds3:before { + content: "\fd3f"; +} +.isax-forward-item3:before { + content: "\fd40"; +} +.isax-forward-square3:before { + content: "\fd41"; +} +.isax-frame3:before { + content: "\fd42"; +} +.isax-frame-13:before { + content: "\fd43"; +} +.isax-frame-23:before { + content: "\fd44"; +} +.isax-frame-33:before { + content: "\fd45"; +} +.isax-frame-43:before { + content: "\fd46"; +} +.isax-frame-51:before { + content: "\fd47"; +} +.isax-gallery3:before { + content: "\fd48"; +} +.isax-gallery-add3:before { + content: "\fd49"; +} +.isax-gallery-edit3:before { + content: "\fd4a"; +} +.isax-gallery-export2:before { + content: "\fd4b"; +} +.isax-gallery-favorite3:before { + content: "\fd4c"; +} +.isax-gallery-import3:before { + content: "\fd4d"; +} +.isax-gallery-remove3:before { + content: "\fd4e"; +} +.isax-gallery-slash3:before { + content: "\fd4f"; +} +.isax-gallery-tick3:before { + content: "\fd50"; +} +.isax-game3:before { + content: "\fd51"; +} +.isax-gameboy3:before { + content: "\fd52"; +} +.isax-gemini3:before { + content: "\fd53"; +} +.isax-gemini-23:before { + content: "\fd54"; +} +.isax-ghost3:before { + content: "\fd55"; +} +.isax-gift3:before { + content: "\fd56"; +} +.isax-glass3:before { + content: "\fd57"; +} +.isax-glass-13:before { + content: "\fd58"; +} +.isax-global3:before { + content: "\fd59"; +} +.isax-global-edit3:before { + content: "\fd5a"; +} +.isax-global-refresh3:before { + content: "\fd5b"; +} +.isax-global-search3:before { + content: "\fd5c"; +} +.isax-gps3:before { + content: "\fd5d"; +} +.isax-gps-slash3:before { + content: "\fd5e"; +} +.isax-grammerly3:before { + content: "\fd5f"; +} +.isax-graph3:before { + content: "\fd60"; +} +.isax-grid-13:before { + content: "\fd61"; +} +.isax-grid-23:before { + content: "\fd62"; +} +.isax-grid-33:before { + content: "\fd63"; +} +.isax-grid-43:before { + content: "\fd64"; +} +.isax-grid-53:before { + content: "\fd65"; +} +.isax-grid-63:before { + content: "\fd66"; +} +.isax-grid-73:before { + content: "\fd67"; +} +.isax-grid-83:before { + content: "\fd68"; +} +.isax-grid-93:before { + content: "\fd69"; +} +.isax-grid-edit3:before { + content: "\fd6a"; +} +.isax-grid-eraser3:before { + content: "\fd6b"; +} +.isax-grid-lock3:before { + content: "\fd6c"; +} +.isax-happyemoji3:before { + content: "\fd6d"; +} +.isax-hashtag3:before { + content: "\fd6e"; +} +.isax-hashtag-13:before { + content: "\fd6f"; +} +.isax-hashtag-down3:before { + content: "\fd70"; +} +.isax-hashtag-up3:before { + content: "\fd71"; +} +.isax-headphone3:before { + content: "\fd72"; +} +.isax-headphones3:before { + content: "\fd73"; +} +.isax-health3:before { + content: "\fd74"; +} +.isax-heart3:before { + content: "\fd75"; +} +.isax-heart-add3:before { + content: "\fd76"; +} +.isax-heart-circle3:before { + content: "\fd77"; +} +.isax-heart-edit3:before { + content: "\fd78"; +} +.isax-heart-remove3:before { + content: "\fd79"; +} +.isax-heart-search3:before { + content: "\fd7a"; +} +.isax-heart-slash3:before { + content: "\fd7b"; +} +.isax-heart-tick3:before { + content: "\fd7c"; +} +.isax-hierarchy3:before { + content: "\fd7d"; +} +.isax-hierarchy-23:before { + content: "\fd7e"; +} +.isax-hierarchy-33:before { + content: "\fd7f"; +} +.isax-hierarchy-square3:before { + content: "\fd80"; +} +.isax-hierarchy-square-23:before { + content: "\fd81"; +} +.isax-hierarchy-square-33:before { + content: "\fd82"; +} +.isax-home3:before { + content: "\fd83"; +} +.isax-home-13:before { + content: "\fd84"; +} +.isax-home-23:before { + content: "\fd85"; +} +.isax-home-hashtag3:before { + content: "\fd86"; +} +.isax-home-trend-down3:before { + content: "\fd87"; +} +.isax-home-trend-up3:before { + content: "\fd88"; +} +.isax-home-wifi3:before { + content: "\fd89"; +} +.isax-hospital3:before { + content: "\fd8a"; +} +.isax-house3:before { + content: "\fd8b"; +} +.isax-house-23:before { + content: "\fd8c"; +} +.isax-icon2:before { + content: "\fd8d"; +} +.isax-icon-11:before { + content: "\fd8e"; +} +.isax-icon-2:before { + content: "\fd8f"; +} +.isax-icon-3:before { + content: "\fd90"; +} +.isax-image3:before { + content: "\fd91"; +} +.isax-import3:before { + content: "\fd92"; +} +.isax-import-13:before { + content: "\fd93"; +} +.isax-import-23:before { + content: "\fd94"; +} +.isax-info-circle3:before { + content: "\fd95"; +} +.isax-information3:before { + content: "\fd96"; +} +.isax-instagram3:before { + content: "\fd97"; +} +.isax-judge3:before { + content: "\fd98"; +} +.isax-kanban2:before { + content: "\fd99"; +} +.isax-key3:before { + content: "\fd9a"; +} +.isax-keyboard3:before { + content: "\fd9b"; +} +.isax-keyboard-open3:before { + content: "\fd9c"; +} +.isax-key-square3:before { + content: "\fd9d"; +} +.isax-lamp3:before { + content: "\fd9e"; +} +.isax-lamp-13:before { + content: "\fd9f"; +} +.isax-lamp-charge3:before { + content: "\fda0"; +} +.isax-lamp-on3:before { + content: "\fda1"; +} +.isax-lamp-slash3:before { + content: "\fda2"; +} +.isax-language-circle3:before { + content: "\fda3"; +} +.isax-language-square3:before { + content: "\fda4"; +} +.isax-layer3:before { + content: "\fda5"; +} +.isax-level3:before { + content: "\fda6"; +} +.isax-lifebuoy3:before { + content: "\fda7"; +} +.isax-like3:before { + content: "\fda8"; +} +.isax-like-13:before { + content: "\fda9"; +} +.isax-like-dislike3:before { + content: "\fdaa"; +} +.isax-like-shapes3:before { + content: "\fdab"; +} +.isax-like-tag3:before { + content: "\fdac"; +} +.isax-link3:before { + content: "\fdad"; +} +.isax-link-13:before { + content: "\fdae"; +} +.isax-link-24:before { + content: "\fdaf"; +} +.isax-link-213:before { + content: "\fdb0"; +} +.isax-link-circle3:before { + content: "\fdb1"; +} +.isax-link-square3:before { + content: "\fdb2"; +} +.isax-location3:before { + content: "\fdb3"; +} +.isax-location-add3:before { + content: "\fdb4"; +} +.isax-location-cross3:before { + content: "\fdb5"; +} +.isax-location-minus3:before { + content: "\fdb6"; +} +.isax-location-slash3:before { + content: "\fdb7"; +} +.isax-location-tick3:before { + content: "\fdb8"; +} +.isax-lock3:before { + content: "\fdb9"; +} +.isax-lock-13:before { + content: "\fdba"; +} +.isax-lock-circle3:before { + content: "\fdbb"; +} +.isax-lock-slash3:before { + content: "\fdbc"; +} +.isax-login3:before { + content: "\fdbd"; +} +.isax-login-13:before { + content: "\fdbe"; +} +.isax-logout3:before { + content: "\fdbf"; +} +.isax-logout-13:before { + content: "\fdc0"; +} +.isax-lovely3:before { + content: "\fdc1"; +} +.isax-magicpen3:before { + content: "\fdc2"; +} +.isax-magic-star3:before { + content: "\fdc3"; +} +.isax-main-component3:before { + content: "\fdc4"; +} +.isax-man3:before { + content: "\fdc5"; +} +.isax-map3:before { + content: "\fdc6"; +} +.isax-map-13:before { + content: "\fdc7"; +} +.isax-mask3:before { + content: "\fdc8"; +} +.isax-mask-13:before { + content: "\fdc9"; +} +.isax-mask-23:before { + content: "\fdca"; +} +.isax-math3:before { + content: "\fdcb"; +} +.isax-maximize3:before { + content: "\fdcc"; +} +.isax-maximize-13:before { + content: "\fdcd"; +} +.isax-maximize-24:before { + content: "\fdce"; +} +.isax-maximize-33:before { + content: "\fdcf"; +} +.isax-maximize-43:before { + content: "\fdd0"; +} +.isax-maximize-213:before { + content: "\fdd1"; +} +.isax-maximize-circle2 .path1:before { + content: "\fdd2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-maximize-circle2 .path2:before { + content: "\fdd3"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-maximize-circle2 .path3:before { + content: "\fdd4"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-maximize-circle2 .path4:before { + content: "\fdd5"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-maximize-circle2 .path5:before { + content: "\fdd6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-maximize-circle2 .path6:before { + content: "\fdd7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-medal3:before { + content: "\fdd8"; +} +.isax-medal-star3:before { + content: "\fdd9"; +} +.isax-menu3:before { + content: "\fdda"; +} +.isax-menu-13:before { + content: "\fddb"; +} +.isax-menu-board3:before { + content: "\fddc"; +} +.isax-message3:before { + content: "\fddd"; +} +.isax-message-23:before { + content: "\fdde"; +} +.isax-message-add3:before { + content: "\fddf"; +} +.isax-message-add-13:before { + content: "\fde0"; +} +.isax-message-circle3:before { + content: "\fde1"; +} +.isax-message-edit3:before { + content: "\fde2"; +} +.isax-message-favorite3:before { + content: "\fde3"; +} +.isax-message-minus3:before { + content: "\fde4"; +} +.isax-message-notif3:before { + content: "\fde5"; +} +.isax-message-programming3:before { + content: "\fde6"; +} +.isax-message-question3:before { + content: "\fde7"; +} +.isax-message-remove3:before { + content: "\fde8"; +} +.isax-messages3:before { + content: "\fde9"; +} +.isax-messages-13:before { + content: "\fdea"; +} +.isax-messages-23:before { + content: "\fdeb"; +} +.isax-messages-33:before { + content: "\fdec"; +} +.isax-message-search3:before { + content: "\fded"; +} +.isax-message-square3:before { + content: "\fdee"; +} +.isax-message-text3:before { + content: "\fdef"; +} +.isax-message-text-13:before { + content: "\fdf0"; +} +.isax-message-tick3:before { + content: "\fdf1"; +} +.isax-message-time3:before { + content: "\fdf2"; +} +.isax-microphone3:before { + content: "\fdf3"; +} +.isax-microphone-23:before { + content: "\fdf4"; +} +.isax-microphone-slash3:before { + content: "\fdf5"; +} +.isax-microphone-slash-13:before { + content: "\fdf6"; +} +.isax-microscope3:before { + content: "\fdf7"; +} +.isax-milk3:before { + content: "\fdf8"; +} +.isax-mini-music-sqaure3:before { + content: "\fdf9"; +} +.isax-minus3:before { + content: "\fdfa"; +} +.isax-minus-cirlce3:before { + content: "\fdfb"; +} +.isax-minus-square3:before { + content: "\fdfc"; +} +.isax-mirror3:before { + content: "\fdfd"; +} +.isax-mirroring-screen3:before { + content: "\fdfe"; +} +.isax-mobile3:before { + content: "\fdff"; +} +.isax-mobile-programming3:before { + content: "\fe00"; +} +.isax-money3:before { + content: "\fe01"; +} +.isax-money-23:before { + content: "\fe02"; +} +.isax-money-33:before { + content: "\fe03"; +} +.isax-money-43:before { + content: "\fe04"; +} +.isax-money-add3:before { + content: "\fe05"; +} +.isax-money-change3:before { + content: "\fe06"; +} +.isax-money-forbidden3:before { + content: "\fe07"; +} +.isax-money-recive3:before { + content: "\fe08"; +} +.isax-money-remove3:before { + content: "\fe09"; +} +.isax-moneys3:before { + content: "\fe0a"; +} +.isax-money-send3:before { + content: "\fe0b"; +} +.isax-money-tick3:before { + content: "\fe0c"; +} +.isax-money-time3:before { + content: "\fe0d"; +} +.isax-monitor3:before { + content: "\fe0e"; +} +.isax-monitor-mobbile3:before { + content: "\fe0f"; +} +.isax-monitor-recorder3:before { + content: "\fe10"; +} +.isax-moon3:before { + content: "\fe11"; +} +.isax-more3:before { + content: "\fe12"; +} +.isax-more-23:before { + content: "\fe13"; +} +.isax-more-circle3:before { + content: "\fe14"; +} +.isax-more-square3:before { + content: "\fe15"; +} +.isax-mouse3:before { + content: "\fe16"; +} +.isax-mouse-13:before { + content: "\fe17"; +} +.isax-mouse-circle3:before { + content: "\fe18"; +} +.isax-mouse-square3:before { + content: "\fe19"; +} +.isax-music3:before { + content: "\fe1a"; +} +.isax-music-circle3:before { + content: "\fe1b"; +} +.isax-music-dashboard3:before { + content: "\fe1c"; +} +.isax-music-filter3:before { + content: "\fe1d"; +} +.isax-music-library-23:before { + content: "\fe1e"; +} +.isax-musicnote3:before { + content: "\fe1f"; +} +.isax-music-play3:before { + content: "\fe20"; +} +.isax-music-playlist3:before { + content: "\fe21"; +} +.isax-music-square3:before { + content: "\fe22"; +} +.isax-music-square-add3:before { + content: "\fe23"; +} +.isax-music-square-remove3:before { + content: "\fe24"; +} +.isax-music-square-search3:before { + content: "\fe25"; +} +.isax-next3:before { + content: "\fe26"; +} +.isax-note3:before { + content: "\fe27"; +} +.isax-note-13:before { + content: "\fe28"; +} +.isax-note-24:before { + content: "\fe29"; +} +.isax-note-213:before { + content: "\fe2a"; +} +.isax-note-add3:before { + content: "\fe2b"; +} +.isax-note-favorite3:before { + content: "\fe2c"; +} +.isax-note-remove3:before { + content: "\fe2d"; +} +.isax-note-square3:before { + content: "\fe2e"; +} +.isax-note-text3:before { + content: "\fe2f"; +} +.isax-notification3:before { + content: "\fe30"; +} +.isax-notification-13:before { + content: "\fe31"; +} +.isax-notification-bing3:before { + content: "\fe32"; +} +.isax-notification-circle3:before { + content: "\fe33"; +} +.isax-notification-favorite3:before { + content: "\fe34"; +} +.isax-notification-status3:before { + content: "\fe35"; +} +.isax-omega-circle3:before { + content: "\fe36"; +} +.isax-omega-square3:before { + content: "\fe37"; +} +.isax-paintbucket3:before { + content: "\fe38"; +} +.isax-paperclip3:before { + content: "\fe39"; +} +.isax-paperclip-23:before { + content: "\fe3a"; +} +.isax-password-check3:before { + content: "\fe3b"; +} +.isax-path3:before { + content: "\fe3c"; +} +.isax-path-23:before { + content: "\fe3d"; +} +.isax-path-square3:before { + content: "\fe3e"; +} +.isax-pause3:before { + content: "\fe3f"; +} +.isax-pause-circle3:before { + content: "\fe40"; +} +.isax-pen-add3:before { + content: "\fe41"; +} +.isax-pen-close3:before { + content: "\fe42"; +} +.isax-pen-remove3:before { + content: "\fe43"; +} +.isax-pen-tool3:before { + content: "\fe44"; +} +.isax-pen-tool-23:before { + content: "\fe45"; +} +.isax-people3:before { + content: "\fe46"; +} +.isax-percentage-circle3:before { + content: "\fe47"; +} +.isax-percentage-square3:before { + content: "\fe48"; +} +.isax-personalcard3:before { + content: "\fe49"; +} +.isax-pet3:before { + content: "\fe4a"; +} +.isax-pharagraphspacing3:before { + content: "\fe4b"; +} +.isax-picture-frame3:before { + content: "\fe4c"; +} +.isax-play3:before { + content: "\fe4d"; +} +.isax-play-add3:before { + content: "\fe4e"; +} +.isax-play-circle3:before { + content: "\fe4f"; +} +.isax-play-cricle3:before { + content: "\fe50"; +} +.isax-play-remove3:before { + content: "\fe51"; +} +.isax-presention-chart3:before { + content: "\fe52"; +} +.isax-previous3:before { + content: "\fe53"; +} +.isax-printer3:before { + content: "\fe54"; +} +.isax-printer-slash3:before { + content: "\fe55"; +} +.isax-profile1:before { + content: "\fe56"; +} +.isax-profile-2user3:before { + content: "\fe57"; +} +.isax-profile-add3:before { + content: "\fe58"; +} +.isax-profile-circle3:before { + content: "\fe59"; +} +.isax-profile-delete3:before { + content: "\fe5a"; +} +.isax-profile-remove3:before { + content: "\fe5b"; +} +.isax-profile-tick3:before { + content: "\fe5c"; +} +.isax-programming-arrow3:before { + content: "\fe5d"; +} +.isax-programming-arrows3:before { + content: "\fe5e"; +} +.isax-quote-down3:before { + content: "\fe5f"; +} +.isax-quote-down-circle3:before { + content: "\fe60"; +} +.isax-quote-down-square3:before { + content: "\fe61"; +} +.isax-quote-up3:before { + content: "\fe62"; +} +.isax-quote-up-circle3:before { + content: "\fe63"; +} +.isax-quote-up-square3:before { + content: "\fe64"; +} +.isax-radar3:before { + content: "\fe65"; +} +.isax-radar-13:before { + content: "\fe66"; +} +.isax-radar-23:before { + content: "\fe67"; +} +.isax-radio3:before { + content: "\fe68"; +} +.isax-ram3:before { + content: "\fe69"; +} +.isax-ram-23:before { + content: "\fe6a"; +} +.isax-ranking3:before { + content: "\fe6b"; +} +.isax-ranking-13:before { + content: "\fe6c"; +} +.isax-receipt3:before { + content: "\fe6d"; +} +.isax-receipt-13:before { + content: "\fe6e"; +} +.isax-receipt-23:before { + content: "\fe6f"; +} +.isax-receipt-2-13:before { + content: "\fe70"; +} +.isax-receipt-add3:before { + content: "\fe71"; +} +.isax-receipt-discount3:before { + content: "\fe72"; +} +.isax-receipt-disscount3:before { + content: "\fe73"; +} +.isax-receipt-edit3:before { + content: "\fe74"; +} +.isax-receipt-item3:before { + content: "\fe75"; +} +.isax-receipt-minus3:before { + content: "\fe76"; +} +.isax-receipt-search3:before { + content: "\fe77"; +} +.isax-receipt-square3:before { + content: "\fe78"; +} +.isax-receipt-text3:before { + content: "\fe79"; +} +.isax-received3:before { + content: "\fe7a"; +} +.isax-receive-square3:before { + content: "\fe7b"; +} +.isax-receive-square-23:before { + content: "\fe7c"; +} +.isax-record3:before { + content: "\fe7d"; +} +.isax-record-circle3:before { + content: "\fe7e"; +} +.isax-recovery-convert3:before { + content: "\fe7f"; +} +.isax-redo3:before { + content: "\fe80"; +} +.isax-refresh3:before { + content: "\fe81"; +} +.isax-refresh-23:before { + content: "\fe82"; +} +.isax-refresh-circle3:before { + content: "\fe83"; +} +.isax-refresh-left-square3:before { + content: "\fe84"; +} +.isax-refresh-right-square3:before { + content: "\fe85"; +} +.isax-refresh-square-23:before { + content: "\fe86"; +} +.isax-repeat3:before { + content: "\fe87"; +} +.isax-repeat-circle3:before { + content: "\fe88"; +} +.isax-repeate-music3:before { + content: "\fe89"; +} +.isax-repeate-one3:before { + content: "\fe8a"; +} +.isax-reserve3:before { + content: "\fe8b"; +} +.isax-rotate-left3:before { + content: "\fe8c"; +} +.isax-rotate-left-13:before { + content: "\fe8d"; +} +.isax-rotate-right3:before { + content: "\fe8e"; +} +.isax-rotate-right-13:before { + content: "\fe8f"; +} +.isax-route-square3:before { + content: "\fe90"; +} +.isax-routing3:before { + content: "\fe91"; +} +.isax-routing-23:before { + content: "\fe92"; +} +.isax-row-horizontal3:before { + content: "\fe93"; +} +.isax-row-vertical3:before { + content: "\fe94"; +} +.isax-rulerpen3:before { + content: "\fe95"; +} +.isax-ruler3:before { + content: "\fe96"; +} +.isax-safe-home3:before { + content: "\fe97"; +} +.isax-sagittarius3:before { + content: "\fe98"; +} +.isax-save-23:before { + content: "\fe99"; +} +.isax-save-add3:before { + content: "\fe9a"; +} +.isax-save-minus3:before { + content: "\fe9b"; +} +.isax-save-remove3:before { + content: "\fe9c"; +} +.isax-scan3:before { + content: "\fe9d"; +} +.isax-scan-barcode3:before { + content: "\fe9e"; +} +.isax-scanner3:before { + content: "\fe9f"; +} +.isax-scanning3:before { + content: "\fea0"; +} +.isax-scissor3:before { + content: "\fea1"; +} +.isax-scissor-13:before { + content: "\fea2"; +} +.isax-screenmirroring3:before { + content: "\fea3"; +} +.isax-scroll3:before { + content: "\fea4"; +} +.isax-search-favorite3:before { + content: "\fea5"; +} +.isax-search-favorite-13:before { + content: "\fea6"; +} +.isax-search-normal3:before { + content: "\fea7"; +} +.isax-search-normal-13:before { + content: "\fea8"; +} +.isax-search-status3:before { + content: "\fea9"; +} +.isax-search-status-13:before { + content: "\feaa"; +} +.isax-search-zoom-in3:before { + content: "\feab"; +} +.isax-search-zoom-in-13:before { + content: "\feac"; +} +.isax-search-zoom-out3:before { + content: "\fead"; +} +.isax-search-zoom-out-13:before { + content: "\feae"; +} +.isax-security3:before { + content: "\feaf"; +} +.isax-security-card3:before { + content: "\feb0"; +} +.isax-security-safe3:before { + content: "\feb1"; +} +.isax-security-time3:before { + content: "\feb2"; +} +.isax-security-user3:before { + content: "\feb3"; +} +.isax-send3:before { + content: "\feb4"; +} +.isax-send-13:before { + content: "\feb5"; +} +.isax-send-23:before { + content: "\feb6"; +} +.isax-send-sqaure-23:before { + content: "\feb7"; +} +.isax-send-square3:before { + content: "\feb8"; +} +.isax-setting3:before { + content: "\feb9"; +} +.isax-setting-23:before { + content: "\feba"; +} +.isax-setting-33:before { + content: "\febb"; +} +.isax-setting-43:before { + content: "\febc"; +} +.isax-setting-53:before { + content: "\febd"; +} +.isax-settings3:before { + content: "\febe"; +} +.isax-shapes3:before { + content: "\febf"; +} +.isax-shapes-13:before { + content: "\fec0"; +} +.isax-share3:before { + content: "\fec1"; +} +.isax-shield2:before { + content: "\fec2"; +} +.isax-shield-cross3:before { + content: "\fec3"; +} +.isax-shield-search3:before { + content: "\fec4"; +} +.isax-shield-security1:before { + content: "\fec5"; +} +.isax-shield-slash3:before { + content: "\fec6"; +} +.isax-shield-tick3:before { + content: "\fec7"; +} +.isax-ship3:before { + content: "\fec8"; +} +.isax-shop3:before { + content: "\fec9"; +} +.isax-shop-add3:before { + content: "\feca"; +} +.isax-shopping-bag3:before { + content: "\fecb"; +} +.isax-shopping-cart3:before { + content: "\fecc"; +} +.isax-shop-remove3:before { + content: "\fecd"; +} +.isax-shuffle3:before { + content: "\fece"; +} +.isax-sidebar-bottom3:before { + content: "\fecf"; +} +.isax-sidebar-left3:before { + content: "\fed0"; +} +.isax-sidebar-right3:before { + content: "\fed1"; +} +.isax-sidebar-top3:before { + content: "\fed2"; +} +.isax-signpost3:before { + content: "\fed3"; +} +.isax-simcard3:before { + content: "\fed4"; +} +.isax-simcard-13:before { + content: "\fed5"; +} +.isax-simcard-23:before { + content: "\fed6"; +} +.isax-size3:before { + content: "\fed7"; +} +.isax-slash3:before { + content: "\fed8"; +} +.isax-slider3:before { + content: "\fed9"; +} +.isax-slider-horizontal3:before { + content: "\feda"; +} +.isax-slider-horizontal-13:before { + content: "\fedb"; +} +.isax-slider-vertical3:before { + content: "\fedc"; +} +.isax-slider-vertical-13:before { + content: "\fedd"; +} +.isax-smallcaps3:before { + content: "\fede"; +} +.isax-smart-car3:before { + content: "\fedf"; +} +.isax-smart-home3:before { + content: "\fee0"; +} +.isax-smileys3:before { + content: "\fee1"; +} +.isax-sms3:before { + content: "\fee2"; +} +.isax-sms-edit3:before { + content: "\fee3"; +} +.isax-sms-notification3:before { + content: "\fee4"; +} +.isax-sms-search3:before { + content: "\fee5"; +} +.isax-sms-star3:before { + content: "\fee6"; +} +.isax-sms-tracking3:before { + content: "\fee7"; +} +.isax-sort3:before { + content: "\fee8"; +} +.isax-sound3:before { + content: "\fee9"; +} +.isax-speaker3:before { + content: "\feea"; +} +.isax-speedometer3:before { + content: "\feeb"; +} +.isax-star3:before { + content: "\feec"; +} +.isax-star-13:before { + content: "\feed"; +} +.isax-star-slash3:before { + content: "\feee"; +} +.isax-status3:before { + content: "\feef"; +} +.isax-status-up3:before { + content: "\fef0"; +} +.isax-sticker3:before { + content: "\fef1"; +} +.isax-stickynote3:before { + content: "\fef2"; +} +.isax-stop3:before { + content: "\fef3"; +} +.isax-stop-circle3:before { + content: "\fef4"; +} +.isax-story3:before { + content: "\fef5"; +} +.isax-strongbox3:before { + content: "\fef6"; +} +.isax-strongbox-23:before { + content: "\fef7"; +} +.isax-subtitle3:before { + content: "\fef8"; +} +.isax-sun3:before { + content: "\fef9"; +} +.isax-sun-13:before { + content: "\fefa"; +} +.isax-sun-fog3:before { + content: "\fefb"; +} +.isax-tag3:before { + content: "\fefc"; +} +.isax-tag-23:before { + content: "\fefd"; +} +.isax-tag-cross3:before { + content: "\fefe"; +} +.isax-tag-right3:before { + content: "\feff"; +} +.isax-tag-user3:before { + content: "\ff00"; +} +.isax-task3:before { + content: "\ff01"; +} +.isax-task-square3:before { + content: "\ff02"; +} +.isax-teacher3:before { + content: "\ff03"; +} +.isax-text3:before { + content: "\ff04"; +} +.isax-textalign-center3:before { + content: "\ff05"; +} +.isax-textalign-justifycenter3:before { + content: "\ff06"; +} +.isax-textalign-justifyleft3:before { + content: "\ff07"; +} +.isax-textalign-justifyright3:before { + content: "\ff08"; +} +.isax-textalign-left3:before { + content: "\ff09"; +} +.isax-textalign-right3:before { + content: "\ff0a"; +} +.isax-text-block3:before { + content: "\ff0b"; +} +.isax-text-bold3:before { + content: "\ff0c"; +} +.isax-text-italic3:before { + content: "\ff0d"; +} +.isax-text-underline3:before { + content: "\ff0e"; +} +.isax-tick-circle3:before { + content: "\ff0f"; +} +.isax-ticket3:before { + content: "\ff10"; +} +.isax-ticket-23:before { + content: "\ff11"; +} +.isax-ticket-discount3:before { + content: "\ff12"; +} +.isax-ticket-expired3:before { + content: "\ff13"; +} +.isax-ticket-star3:before { + content: "\ff14"; +} +.isax-tick-square3:before { + content: "\ff15"; +} +.isax-timer3:before { + content: "\ff16"; +} +.isax-timer-13:before { + content: "\ff17"; +} +.isax-timer-pause3:before { + content: "\ff18"; +} +.isax-timer-start3:before { + content: "\ff19"; +} +.isax-toggle-off3:before { + content: "\ff1a"; +} +.isax-toggle-off-circle3:before { + content: "\ff1b"; +} +.isax-toggle-on3:before { + content: "\ff1c"; +} +.isax-toggle-on-circle3:before { + content: "\ff1d"; +} +.isax-trade3:before { + content: "\ff1e"; +} +.isax-transaction-minus3:before { + content: "\ff1f"; +} +.isax-translate3:before { + content: "\ff20"; +} +.isax-trash3:before { + content: "\ff21"; +} +.isax-tree3:before { + content: "\ff22"; +} +.isax-trend-down3:before { + content: "\ff23"; +} +.isax-trend-up3:before { + content: "\ff24"; +} +.isax-triangle3:before { + content: "\ff25"; +} +.isax-truck2:before { + content: "\ff26"; +} +.isax-truck-fast2:before { + content: "\ff27"; +} +.isax-truck-tick3:before { + content: "\ff28"; +} +.isax-trush-square3:before { + content: "\ff29"; +} +.isax-undo3:before { + content: "\ff2a"; +} +.isax-unlimited3:before { + content: "\ff2b"; +} +.isax-unlock3:before { + content: "\ff2c"; +} +.isax-user3:before { + content: "\ff2d"; +} +.isax-user-add3:before { + content: "\ff2e"; +} +.isax-user-cirlce-add3:before { + content: "\ff2f"; +} +.isax-user-edit3:before { + content: "\ff30"; +} +.isax-user-minus3:before { + content: "\ff31"; +} +.isax-user-octagon3:before { + content: "\ff32"; +} +.isax-user-remove3:before { + content: "\ff33"; +} +.isax-user-search3:before { + content: "\ff34"; +} +.isax-user-square3:before { + content: "\ff35"; +} +.isax-user-tag3:before { + content: "\ff36"; +} +.isax-user-tick3:before { + content: "\ff37"; +} +.isax-verify3:before { + content: "\ff38"; +} +.isax-video3:before { + content: "\ff39"; +} +.isax-video-add3:before { + content: "\ff3a"; +} +.isax-video-circle3:before { + content: "\ff3b"; +} +.isax-video-horizontal3:before { + content: "\ff3c"; +} +.isax-video-octagon3:before { + content: "\ff3d"; +} +.isax-video-play3:before { + content: "\ff3e"; +} +.isax-video-remove3:before { + content: "\ff3f"; +} +.isax-video-slash3:before { + content: "\ff40"; +} +.isax-video-square3:before { + content: "\ff41"; +} +.isax-video-tick3:before { + content: "\ff42"; +} +.isax-video-time3:before { + content: "\ff43"; +} +.isax-video-vertical3:before { + content: "\ff44"; +} +.isax-voice-cricle3:before { + content: "\ff45"; +} +.isax-voice-square3:before { + content: "\ff46"; +} +.isax-volume:before { + content: "\ff47"; +} +.isax-volume-cross3:before { + content: "\ff48"; +} +.isax-volume-high3:before { + content: "\ff49"; +} +.isax-volume-low3:before { + content: "\ff4a"; +} +.isax-volume-low-13:before { + content: "\ff4b"; +} +.isax-volume-mute3:before { + content: "\ff4c"; +} +.isax-volume-slash3:before { + content: "\ff4d"; +} +.isax-volume-up3:before { + content: "\ff4e"; +} +.isax-wallet3:before { + content: "\ff4f"; +} +.isax-wallet-13:before { + content: "\ff50"; +} +.isax-wallet-23:before { + content: "\ff51"; +} +.isax-wallet-33:before { + content: "\ff52"; +} +.isax-wallet-add3:before { + content: "\ff53"; +} +.isax-wallet-add-13:before { + content: "\ff54"; +} +.isax-wallet-add-2:before { + content: "\ff55"; +} +.isax-wallet-check3:before { + content: "\ff56"; +} +.isax-wallet-minus3:before { + content: "\ff57"; +} +.isax-wallet-money3:before { + content: "\ff58"; +} +.isax-wallet-remove3:before { + content: "\ff59"; +} +.isax-wallet-search3:before { + content: "\ff5a"; +} +.isax-warning-23:before { + content: "\ff5b"; +} +.isax-watch3:before { + content: "\ff5c"; +} +.isax-watch-status3:before { + content: "\ff5d"; +} +.isax-weight3:before { + content: "\ff5e"; +} +.isax-weight-13:before { + content: "\ff5f"; +} +.isax-wifi3:before { + content: "\ff60"; +} +.isax-wifi-square3:before { + content: "\ff61"; +} +.isax-wind3:before { + content: "\ff62"; +} +.isax-wind-23:before { + content: "\ff63"; +} +.isax-woman3:before { + content: "\ff64"; +} +.isax-d-cube-scan4:before { + content: "\ff65"; +} +.isax-d-rotate4:before { + content: "\ff66"; +} +.isax-d-square4:before { + content: "\ff67"; +} +.isax-square4:before { + content: "\ff68"; +} +.isax-support4:before { + content: "\ff69"; +} +.isax-activity4:before { + content: "\ff6a"; +} +.isax-add4:before { + content: "\ff6b"; +} +.isax-add-circle4:before { + content: "\ff6c"; +} +.isax-additem4:before { + content: "\ff6d"; +} +.isax-add-square4:before { + content: "\ff6e"; +} +.isax-airdrop4:before { + content: "\ff6f"; +} +.isax-airplane4:before { + content: "\ff70"; +} +.isax-airplane-square4:before { + content: "\ff71"; +} +.isax-airpod4:before { + content: "\ff72"; +} +.isax-airpods4:before { + content: "\ff73"; +} +.isax-alarm4:before { + content: "\ff74"; +} +.isax-align-bottom4:before { + content: "\ff75"; +} +.isax-align-horizontally4:before { + content: "\ff76"; +} +.isax-align-left4:before { + content: "\ff77"; +} +.isax-align-right4:before { + content: "\ff78"; +} +.isax-align-vertically4:before { + content: "\ff79"; +} +.isax-aquarius4:before { + content: "\ff7a"; +} +.isax-archive4:before { + content: "\ff7b"; +} +.isax-archive-14:before { + content: "\ff7c"; +} +.isax-archive-23:before { + content: "\ff7d"; +} +.isax-archive-add4:before { + content: "\ff7e"; +} +.isax-archive-book4:before { + content: "\ff7f"; +} +.isax-archive-minus4:before { + content: "\ff80"; +} +.isax-archive-slash4:before { + content: "\ff81"; +} +.isax-archive-tick4:before { + content: "\ff82"; +} +.isax-arrange-circle4:before { + content: "\ff83"; +} +.isax-arrange-circle-24:before { + content: "\ff84"; +} +.isax-arrange-square4:before { + content: "\ff85"; +} +.isax-arrange-square-24:before { + content: "\ff86"; +} +.isax-arrow4:before { + content: "\ff87"; +} +.isax-arrow-24:before { + content: "\ff88"; +} +.isax-arrow-34:before { + content: "\ff89"; +} +.isax-arrow-bottom4:before { + content: "\ff8a"; +} +.isax-arrow-circle-down4:before { + content: "\ff8b"; +} +.isax-arrow-circle-left4:before { + content: "\ff8c"; +} +.isax-arrow-circle-right4:before { + content: "\ff8d"; +} +.isax-arrow-circle-up3:before { + content: "\ff8e"; +} +.isax-arrow-down4:before { + content: "\ff8f"; +} +.isax-arrow-down-14:before { + content: "\ff90"; +} +.isax-arrow-down-24:before { + content: "\ff91"; +} +.isax-arrow-left4:before { + content: "\ff92"; +} +.isax-arrow-left-14:before { + content: "\ff93"; +} +.isax-arrow-left-24:before { + content: "\ff94"; +} +.isax-arrow-left-34:before { + content: "\ff95"; +} +.isax-arrow-right4:before { + content: "\ff96"; +} +.isax-arrow-right-14:before { + content: "\ff97"; +} +.isax-arrow-right-24:before { + content: "\ff98"; +} +.isax-arrow-right-34:before { + content: "\ff99"; +} +.isax-arrow-right-41:before { + content: "\ff9a"; +} +.isax-arrow-square4:before { + content: "\ff9b"; +} +.isax-arrow-square-down4:before { + content: "\ff9c"; +} +.isax-arrow-square-left4:before { + content: "\ff9d"; +} +.isax-arrow-square-up4:before { + content: "\ff9e"; +} +.isax-arrow-swap3:before { + content: "\ff9f"; +} +.isax-arrow-swap-horizontal4:before { + content: "\ffa0"; +} +.isax-arrow-up4:before { + content: "\ffa1"; +} +.isax-arrow-up-14:before { + content: "\ffa2"; +} +.isax-arrow-up-24:before { + content: "\ffa3"; +} +.isax-arrow-up-34:before { + content: "\ffa4"; +} +.isax-attach-circle4:before { + content: "\ffa5"; +} +.isax-attach-square4:before { + content: "\ffa6"; +} +.isax-audio-square4:before { + content: "\ffa7"; +} +.isax-autobrightness4:before { + content: "\ffa8"; +} +.isax-award4:before { + content: "\ffa9"; +} +.isax-back-square4:before { + content: "\ffaa"; +} +.isax-backward4:before { + content: "\ffab"; +} +.isax-backward-5-seconds4:before { + content: "\ffac"; +} +.isax-backward-10-seconds4:before { + content: "\ffad"; +} +.isax-backward-15-seconds4:before { + content: "\ffae"; +} +.isax-backward-item4:before { + content: "\ffaf"; +} +.isax-bag4:before { + content: "\ffb0"; +} +.isax-bag-24:before { + content: "\ffb1"; +} +.isax-bag-cross4:before { + content: "\ffb2"; +} +.isax-bag-cross-14:before { + content: "\ffb3"; +} +.isax-bag-happy4:before { + content: "\ffb4"; +} +.isax-bag-tick4:before { + content: "\ffb5"; +} +.isax-bag-tick-24:before { + content: "\ffb6"; +} +.isax-bag-timer4:before { + content: "\ffb7"; +} +.isax-bank4:before { + content: "\ffb8"; +} +.isax-barcode4:before { + content: "\ffb9"; +} +.isax-battery-3full4:before { + content: "\ffba"; +} +.isax-battery-charging4:before { + content: "\ffbb"; +} +.isax-battery-disable4:before { + content: "\ffbc"; +} +.isax-battery-empty4:before { + content: "\ffbd"; +} +.isax-battery-empty-14:before { + content: "\ffbe"; +} +.isax-battery-full4:before { + content: "\ffbf"; +} +.isax-bezier4:before { + content: "\ffc0"; +} +.isax-bill4:before { + content: "\ffc1"; +} +.isax-bitcoin-card4:before { + content: "\ffc2"; +} +.isax-bitcoin-convert4:before { + content: "\ffc3"; +} +.isax-bitcoin-refresh4:before { + content: "\ffc4"; +} +.isax-blend4:before { + content: "\ffc5"; +} +.isax-blend-24:before { + content: "\ffc6"; +} +.isax-bluetooth4:before { + content: "\ffc7"; +} +.isax-bluetooth-24:before { + content: "\ffc8"; +} +.isax-bluetooth-circle4:before { + content: "\ffc9"; +} +.isax-bluetooth-rectangle4:before { + content: "\ffca"; +} +.isax-blur4:before { + content: "\ffcb"; +} +.isax-book4:before { + content: "\ffcc"; +} +.isax-book-14:before { + content: "\ffcd"; +} +.isax-bookmark4:before { + content: "\ffce"; +} +.isax-bookmark-24:before { + content: "\ffcf"; +} +.isax-book-saved4:before { + content: "\ffd0"; +} +.isax-book-square4:before { + content: "\ffd1"; +} +.isax-box4:before { + content: "\ffd2"; +} +.isax-box-14:before { + content: "\ffd3"; +} +.isax-box-24:before { + content: "\ffd4"; +} +.isax-box-add4:before { + content: "\ffd5"; +} +.isax-box-remove4:before { + content: "\ffd6"; +} +.isax-box-search4:before { + content: "\ffd7"; +} +.isax-box-tick4:before { + content: "\ffd8"; +} +.isax-box-time4:before { + content: "\ffd9"; +} +.isax-briefcase4:before { + content: "\ffda"; +} +.isax-brifecase-cross4:before { + content: "\ffdb"; +} +.isax-brifecase-tick4:before { + content: "\ffdc"; +} +.isax-brifecase-timer4:before { + content: "\ffdd"; +} +.isax-broom4:before { + content: "\ffde"; +} +.isax-brush4:before { + content: "\ffdf"; +} +.isax-brush-14:before { + content: "\ffe0"; +} +.isax-brush-24:before { + content: "\ffe1"; +} +.isax-brush-34:before { + content: "\ffe2"; +} +.isax-brush-44:before { + content: "\ffe3"; +} +.isax-bubble4:before { + content: "\ffe4"; +} +.isax-bucket4:before { + content: "\ffe5"; +} +.isax-bucket-circle4:before { + content: "\ffe6"; +} +.isax-bucket-square4:before { + content: "\ffe7"; +} +.isax-building4:before { + content: "\ffe8"; +} +.isax-building-34:before { + content: "\ffe9"; +} +.isax-building-44:before { + content: "\ffea"; +} +.isax-buildings4:before { + content: "\ffeb"; +} +.isax-buildings-24:before { + content: "\ffec"; +} +.isax-buliding4:before { + content: "\ffed"; +} +.isax-bus4:before { + content: "\ffee"; +} +.isax-buy-crypto4:before { + content: "\ffef"; +} +.isax-cake4:before { + content: "\fff0"; +} +.isax-calculator4:before { + content: "\fff1"; +} +.isax-calendar4:before { + content: "\fff2"; +} +.isax-calendar-14:before { + content: "\fff3"; +} +.isax-calendar-24:before { + content: "\fff4"; +} +.isax-calendar-add4:before { + content: "\fff5"; +} +.isax-calendar-circle4:before { + content: "\fff6"; +} +.isax-calendar-edit4:before { + content: "\fff7"; +} +.isax-calendar-remove4:before { + content: "\fff8"; +} +.isax-calendar-search4:before { + content: "\fff9"; +} +.isax-calendar-tick4:before { + content: "\fffa"; +} +.isax-call4:before { + content: "\fffb"; +} +.isax-call-add4:before { + content: "\fffc"; +} +.isax-call-calling4:before { + content: "\fffd"; +} +.isax-call-incoming4:before { + content: "\fffe"; +} +.isax-call-minus4:before { + content: "\0"; +} +.isax-call-outgoing4:before { + content: "\1"; +} +.isax-call-received4:before { + content: "\2"; +} +.isax-call-remove4:before { + content: "\3"; +} +.isax-call-slash4:before { + content: "\4"; +} +.isax-camera4:before { + content: "\5"; +} +.isax-camera-slash4:before { + content: "\6"; +} +.isax-candle4:before { + content: "\7"; +} +.isax-candle-24:before { + content: "\8"; +} +.isax-car4:before { + content: "\9"; +} +.isax-card4:before { + content: "\a"; +} +.isax-card-add4:before { + content: "\b"; +} +.isax-card-coin4:before { + content: "\c"; +} +.isax-card-edit4:before { + content: "\d"; +} +.isax-card-pos4:before { + content: "\e"; +} +.isax-card-receive4:before { + content: "\f"; +} +.isax-card-remove4:before { + content: "\10"; +} +.isax-card-remove-14:before { + content: "\11"; +} +.isax-cards4:before { + content: "\12"; +} +.isax-card-send4:before { + content: "\13"; +} +.isax-card-slash4:before { + content: "\14"; +} +.isax-card-tick4:before { + content: "\15"; +} +.isax-card-tick-14:before { + content: "\16"; +} +.isax-category4:before { + content: "\17"; +} +.isax-category-24:before { + content: "\18"; +} +.isax-cd4:before { + content: "\19"; +} +.isax-chart4:before { + content: "\1a"; +} +.isax-chart-14:before { + content: "\1b"; +} +.isax-chart-25:before { + content: "\1c"; +} +.isax-chart-34:before { + content: "\1d"; +} +.isax-chart-214:before { + content: "\1e"; +} +.isax-chart-fail2:before { + content: "\1f"; +} +.isax-chart-square4:before { + content: "\20"; +} +.isax-chart-success4:before { + content: "\21"; +} +.isax-check4:before { + content: "\22"; +} +.isax-chrome4:before { + content: "\23"; +} +.isax-clipboard4:before { + content: "\24"; +} +.isax-clipboard-close4:before { + content: "\25"; +} +.isax-clipboard-export4:before { + content: "\26"; +} +.isax-clipboard-import4:before { + content: "\27"; +} +.isax-clipboard-text4:before { + content: "\28"; +} +.isax-clipboard-tick4:before { + content: "\29"; +} +.isax-clock4:before { + content: "\2a"; +} +.isax-clock-14:before { + content: "\2b"; +} +.isax-close-circle4:before { + content: "\2c"; +} +.isax-close-square4:before { + content: "\2d"; +} +.isax-cloud4:before { + content: "\2e"; +} +.isax-cloud-add4:before { + content: "\2f"; +} +.isax-cloud-change4:before { + content: "\30"; +} +.isax-cloud-connection4:before { + content: "\31"; +} +.isax-cloud-cross4:before { + content: "\32"; +} +.isax-cloud-drizzle4:before { + content: "\33"; +} +.isax-cloud-fog4:before { + content: "\34"; +} +.isax-cloud-lightning4:before { + content: "\35"; +} +.isax-cloud-minus4:before { + content: "\36"; +} +.isax-cloud-notif4:before { + content: "\37"; +} +.isax-cloud-plus4:before { + content: "\38"; +} +.isax-cloud-remove4:before { + content: "\39"; +} +.isax-cloud-snow4:before { + content: "\3a"; +} +.isax-cloud-sunny4:before { + content: "\3b"; +} +.isax-code4:before { + content: "\3c"; +} +.isax-code-14:before { + content: "\3d"; +} +.isax-code-circle4:before { + content: "\3e"; +} +.isax-coffee4:before { + content: "\3f"; +} +.isax-coin4:before { + content: "\40"; +} +.isax-coin-14:before { + content: "\41"; +} +.isax-colorfilter4:before { + content: "\42"; +} +.isax-colors-square4:before { + content: "\43"; +} +.isax-color-swatch4:before { + content: "\44"; +} +.isax-command4:before { + content: "\45"; +} +.isax-command-square4:before { + content: "\46"; +} +.isax-component4:before { + content: "\47"; +} +.isax-computing4:before { + content: "\48"; +} +.isax-convert4:before { + content: "\49"; +} +.isax-convert-3d-cube4:before { + content: "\4a"; +} +.isax-convert-card4:before { + content: "\4b"; +} +.isax-convertshape4:before { + content: "\4c"; +} +.isax-convertshape-24:before { + content: "\4d"; +} +.isax-copy4:before { + content: "\4e"; +} +.isax-copyright4:before { + content: "\4f"; +} +.isax-copy-success4:before { + content: "\50"; +} +.isax-courthouse4:before { + content: "\51"; +} +.isax-cpu4:before { + content: "\52"; +} +.isax-cpu-charge4:before { + content: "\53"; +} +.isax-cpu-setting4:before { + content: "\54"; +} +.isax-creative-commons4:before { + content: "\55"; +} +.isax-crop4:before { + content: "\56"; +} +.isax-crown4:before { + content: "\57"; +} +.isax-crown-14:before { + content: "\58"; +} +.isax-cup4:before { + content: "\59"; +} +.isax-danger4:before { + content: "\5a"; +} +.isax-data4:before { + content: "\5b"; +} +.isax-data-24 .path1:before { + content: "\5c"; + color: rgb(41, 45, 50); +} +.isax-data-24 .path2:before { + content: "\666"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data-24 .path3:before { + content: "\667"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data-24 .path4:before { + content: "\668"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data-24 .path5:before { + content: "\669"; + margin-left: -1em; + color: rgb(255, 255, 255); +} +.isax-data-24 .path6:before { + content: "\66a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data-24 .path7:before { + content: "\66b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data-24 .path8:before { + content: "\66c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-designtools4:before { + content: "\5d"; +} +.isax-device-message4:before { + content: "\5e"; +} +.isax-devices4:before { + content: "\5f"; +} +.isax-devices-13:before { + content: "\60"; +} +.isax-diagram4:before { + content: "\61"; +} +.isax-diamonds4:before { + content: "\62"; +} +.isax-direct4:before { + content: "\63"; +} +.isax-directbox-default4:before { + content: "\64"; +} +.isax-directbox-notif4:before { + content: "\65"; +} +.isax-directbox-receive4:before { + content: "\66"; +} +.isax-directbox-send4:before { + content: "\67"; +} +.isax-direct-down4:before { + content: "\68"; +} +.isax-direct-inbox4:before { + content: "\69"; +} +.isax-direct-left4:before { + content: "\6a"; +} +.isax-direct-normal4:before { + content: "\6b"; +} +.isax-direct-notification4:before { + content: "\6c"; +} +.isax-direct-right4:before { + content: "\6d"; +} +.isax-direct-send4:before { + content: "\6e"; +} +.isax-direct-up4:before { + content: "\6f"; +} +.isax-discount-circle4:before { + content: "\70"; +} +.isax-discount-shape4:before { + content: "\71"; +} +.isax-discover4:before { + content: "\72"; +} +.isax-discover-13:before { + content: "\73"; +} +.isax-dislike4:before { + content: "\74"; +} +.isax-document4:before { + content: "\75"; +} +.isax-document-14:before { + content: "\76"; +} +.isax-document-cloud4:before { + content: "\77"; +} +.isax-document-code4:before { + content: "\78"; +} +.isax-document-code-24:before { + content: "\79"; +} +.isax-document-copy4:before { + content: "\7a"; +} +.isax-document-download4:before { + content: "\7b"; +} +.isax-document-favorite4:before { + content: "\7c"; +} +.isax-document-filter4:before { + content: "\7d"; +} +.isax-document-forward4:before { + content: "\7e"; +} +.isax-document-like4:before { + content: "\7f"; +} +.isax-document-normal3:before { + content: "\80"; +} +.isax-document-previous4:before { + content: "\81"; +} +.isax-document-sketch4:before { + content: "\82"; +} +.isax-document-text4:before { + content: "\83"; +} +.isax-document-text-14:before { + content: "\84"; +} +.isax-document-upload4:before { + content: "\85"; +} +.isax-dollar-circle3:before { + content: "\86"; +} +.isax-dollar-square4:before { + content: "\87"; +} +.isax-driver4:before { + content: "\88"; +} +.isax-driver-24:before { + content: "\89"; +} +.isax-driver-refresh4:before { + content: "\8a"; +} +.isax-driving4:before { + content: "\8b"; +} +.isax-edit4:before { + content: "\8c"; +} +.isax-edit-24:before { + content: "\8d"; +} +.isax-electricity4:before { + content: "\8e"; +} +.isax-element-24:before { + content: "\8f"; +} +.isax-element-34:before { + content: "\90"; +} +.isax-element-44:before { + content: "\91"; +} +.isax-element-equal4:before { + content: "\92"; +} +.isax-element-plus4:before { + content: "\93"; +} +.isax-emoji-happy4:before { + content: "\94"; +} +.isax-emoji-normal4:before { + content: "\95"; +} +.isax-emoji-sad4:before { + content: "\96"; +} +.isax-empty-wallet4:before { + content: "\97"; +} +.isax-empty-wallet-add4:before { + content: "\98"; +} +.isax-empty-wallet-change3:before { + content: "\99"; +} +.isax-empty-wallet-remove4:before { + content: "\9a"; +} +.isax-empty-wallet-tick4:before { + content: "\9b"; +} +.isax-empty-wallet-time3:before { + content: "\9c"; +} +.isax-eraser4:before { + content: "\9d"; +} +.isax-eraser-14:before { + content: "\9e"; +} +.isax-export4:before { + content: "\9f"; +} +.isax-export-14:before { + content: "\a0"; +} +.isax-export-24:before { + content: "\a1"; +} +.isax-export-34:before { + content: "\a2"; +} +.isax-external-drive4:before { + content: "\a3"; +} +.isax-eye3:before { + content: "\a4"; +} +.isax-eye-slash4:before { + content: "\a5"; +} +.isax-fatrows4:before { + content: "\a6"; +} +.isax-favorite-chart4:before { + content: "\a7"; +} +.isax-filter4:before { + content: "\a8"; +} +.isax-filter-add4:before { + content: "\a9"; +} +.isax-filter-edit4:before { + content: "\aa"; +} +.isax-filter-remove4:before { + content: "\ab"; +} +.isax-filter-search4:before { + content: "\ac"; +} +.isax-filter-square4:before { + content: "\ad"; +} +.isax-filter-tick4:before { + content: "\ae"; +} +.isax-finger-cricle4:before { + content: "\af"; +} +.isax-finger-scan4:before { + content: "\b0"; +} +.isax-firstline4:before { + content: "\b1"; +} +.isax-flag4:before { + content: "\b2"; +} +.isax-flag-24:before { + content: "\b3"; +} +.isax-flash4:before { + content: "\b4"; +} +.isax-flash-14:before { + content: "\b5"; +} +.isax-flash-circle4:before { + content: "\b6"; +} +.isax-flash-circle-14:before { + content: "\b7"; +} +.isax-flash-slash4:before { + content: "\b8"; +} +.isax-folder4:before { + content: "\b9"; +} +.isax-folder-24:before { + content: "\ba"; +} +.isax-folder-add4:before { + content: "\bb"; +} +.isax-folder-cloud4:before { + content: "\bc"; +} +.isax-folder-connection4:before { + content: "\bd"; +} +.isax-folder-cross4:before { + content: "\be"; +} +.isax-folder-favorite4:before { + content: "\bf"; +} +.isax-folder-minus4:before { + content: "\c0"; +} +.isax-folder-open4:before { + content: "\c1"; +} +.isax-forbidden4:before { + content: "\c2"; +} +.isax-forbidden-24:before { + content: "\c3"; +} +.isax-format-circle4:before { + content: "\c4"; +} +.isax-format-square4:before { + content: "\c5"; +} +.isax-forward4:before { + content: "\c6"; +} +.isax-forward-5-seconds4:before { + content: "\c7"; +} +.isax-forward-10-seconds4:before { + content: "\c8"; +} +.isax-forward-15-seconds4:before { + content: "\c9"; +} +.isax-forward-item4:before { + content: "\ca"; +} +.isax-forward-square4:before { + content: "\cb"; +} +.isax-frame4:before { + content: "\cc"; +} +.isax-frame-14:before { + content: "\cd"; +} +.isax-frame-24:before { + content: "\ce"; +} +.isax-frame-34:before { + content: "\cf"; +} +.isax-frame-44:before { + content: "\d0"; +} +.isax-gallery4:before { + content: "\d1"; +} +.isax-gallery-add4:before { + content: "\d2"; +} +.isax-gallery-edit4:before { + content: "\d3"; +} +.isax-gallery-export3:before { + content: "\d4"; +} +.isax-gallery-favorite4:before { + content: "\d5"; +} +.isax-gallery-import4:before { + content: "\d6"; +} +.isax-gallery-remove4:before { + content: "\d7"; +} +.isax-gallery-slash4:before { + content: "\d8"; +} +.isax-gallery-tick4:before { + content: "\d9"; +} +.isax-game4:before { + content: "\da"; +} +.isax-gameboy4:before { + content: "\db"; +} +.isax-gas-station3:before { + content: "\dc"; +} +.isax-gemini4:before { + content: "\dd"; +} +.isax-gemini-24:before { + content: "\de"; +} +.isax-ghost4:before { + content: "\df"; +} +.isax-gift4:before { + content: "\e0"; +} +.isax-glass4:before { + content: "\e1"; +} +.isax-glass-14:before { + content: "\e2"; +} +.isax-global4:before { + content: "\e3"; +} +.isax-global-edit4:before { + content: "\e4"; +} +.isax-global-refresh4:before { + content: "\e5"; +} +.isax-global-search4:before { + content: "\e6"; +} +.isax-gps4:before { + content: "\e7"; +} +.isax-gps-slash4:before { + content: "\e8"; +} +.isax-grammerly4:before { + content: "\e9"; +} +.isax-graph4:before { + content: "\ea"; +} +.isax-grid-14:before { + content: "\eb"; +} +.isax-grid-24:before { + content: "\ec"; +} +.isax-grid-34:before { + content: "\ed"; +} +.isax-grid-44:before { + content: "\ee"; +} +.isax-grid-54:before { + content: "\ef"; +} +.isax-grid-64:before { + content: "\f0"; +} +.isax-grid-74:before { + content: "\f1"; +} +.isax-grid-84:before { + content: "\f2"; +} +.isax-grid-94:before { + content: "\f3"; +} +.isax-grid-edit4:before { + content: "\f4"; +} +.isax-grid-eraser4:before { + content: "\f5"; +} +.isax-grid-lock4:before { + content: "\f6"; +} +.isax-happyemoji4:before { + content: "\f7"; +} +.isax-hashtag4:before { + content: "\f8"; +} +.isax-hashtag-14:before { + content: "\f9"; +} +.isax-hashtag-down4:before { + content: "\fa"; +} +.isax-hashtag-up4:before { + content: "\fb"; +} +.isax-headphone4:before { + content: "\fc"; +} +.isax-headphones4:before { + content: "\fd"; +} +.isax-health4:before { + content: "\fe"; +} +.isax-heart4:before { + content: "\ff"; +} +.isax-heart-add4:before { + content: "\100"; +} +.isax-heart-circle4:before { + content: "\101"; +} +.isax-heart-edit4:before { + content: "\102"; +} +.isax-heart-remove4:before { + content: "\103"; +} +.isax-heart-search4:before { + content: "\104"; +} +.isax-heart-slash4:before { + content: "\105"; +} +.isax-heart-tick4:before { + content: "\106"; +} +.isax-hierarchy4:before { + content: "\107"; +} +.isax-hierarchy-24:before { + content: "\108"; +} +.isax-hierarchy-34:before { + content: "\109"; +} +.isax-hierarchy-square4:before { + content: "\10a"; +} +.isax-hierarchy-square-24:before { + content: "\10b"; +} +.isax-hierarchy-square-34:before { + content: "\10c"; +} +.isax-home4:before { + content: "\10d"; +} +.isax-home-14:before { + content: "\10e"; +} +.isax-home-24:before { + content: "\10f"; +} +.isax-home-hashtag4:before { + content: "\110"; +} +.isax-home-trend-down4:before { + content: "\111"; +} +.isax-home-trend-up4:before { + content: "\112"; +} +.isax-home-wifi4:before { + content: "\113"; +} +.isax-hospital4:before { + content: "\114"; +} +.isax-house4:before { + content: "\115"; +} +.isax-house-24:before { + content: "\116"; +} +.isax-icon3:before { + content: "\117"; +} +.isax-image4:before { + content: "\118"; +} +.isax-import4:before { + content: "\119"; +} +.isax-import-14:before { + content: "\11a"; +} +.isax-import-24:before { + content: "\11b"; +} +.isax-info-circle4:before { + content: "\11c"; +} +.isax-information4:before { + content: "\11d"; +} +.isax-instagram4:before { + content: "\11e"; +} +.isax-judge4:before { + content: "\11f"; +} +.isax-kanban3:before { + content: "\120"; +} +.isax-key4:before { + content: "\121"; +} +.isax-keyboard4:before { + content: "\122"; +} +.isax-keyboard-open4:before { + content: "\123"; +} +.isax-key-square4:before { + content: "\124"; +} +.isax-lamp4:before { + content: "\125"; +} +.isax-lamp-14:before { + content: "\126"; +} +.isax-lamp-charge4:before { + content: "\127"; +} +.isax-lamp-on4:before { + content: "\128"; +} +.isax-lamp-slash4:before { + content: "\129"; +} +.isax-language-circle4:before { + content: "\12a"; +} +.isax-language-square4:before { + content: "\12b"; +} +.isax-layer4:before { + content: "\12c"; +} +.isax-level4:before { + content: "\12d"; +} +.isax-lifebuoy4:before { + content: "\12e"; +} +.isax-like4:before { + content: "\12f"; +} +.isax-like-14:before { + content: "\130"; +} +.isax-like-dislike4:before { + content: "\131"; +} +.isax-like-shapes4:before { + content: "\132"; +} +.isax-like-tag4:before { + content: "\133"; +} +.isax-link4:before { + content: "\134"; +} +.isax-link-14:before { + content: "\135"; +} +.isax-link-25:before { + content: "\136"; +} +.isax-link-214:before { + content: "\137"; +} +.isax-link-circle4:before { + content: "\138"; +} +.isax-link-square4:before { + content: "\139"; +} +.isax-location4:before { + content: "\13a"; +} +.isax-location-add4:before { + content: "\13b"; +} +.isax-location-cross4:before { + content: "\13c"; +} +.isax-location-minus4:before { + content: "\13d"; +} +.isax-location-slash4:before { + content: "\13e"; +} +.isax-location-tick4:before { + content: "\13f"; +} +.isax-lock4:before { + content: "\140"; +} +.isax-lock-14:before { + content: "\141"; +} +.isax-lock-circle4:before { + content: "\142"; +} +.isax-lock-slash4:before { + content: "\143"; +} +.isax-login4:before { + content: "\144"; +} +.isax-login-14:before { + content: "\145"; +} +.isax-logout4:before { + content: "\146"; +} +.isax-logout-14:before { + content: "\147"; +} +.isax-lovely4:before { + content: "\148"; +} +.isax-magicpen4:before { + content: "\149"; +} +.isax-magic-star4:before { + content: "\14a"; +} +.isax-main-component4:before { + content: "\14b"; +} +.isax-man4:before { + content: "\14c"; +} +.isax-map4:before { + content: "\14d"; +} +.isax-map-14:before { + content: "\14e"; +} +.isax-mask4:before { + content: "\14f"; +} +.isax-mask-14:before { + content: "\150"; +} +.isax-mask-24:before { + content: "\151"; +} +.isax-math4:before { + content: "\152"; +} +.isax-maximize4:before { + content: "\153"; +} +.isax-maximize-14:before { + content: "\154"; +} +.isax-maximize-25:before { + content: "\155"; +} +.isax-maximize-34:before { + content: "\156"; +} +.isax-maximize-44:before { + content: "\157"; +} +.isax-maximize-214:before { + content: "\158"; +} +.isax-maximize-circle3:before { + content: "\159"; +} +.isax-medal4:before { + content: "\15a"; +} +.isax-medal-star4:before { + content: "\15b"; +} +.isax-menu4:before { + content: "\15c"; +} +.isax-menu-14:before { + content: "\15d"; +} +.isax-menu-board4:before { + content: "\15e"; +} +.isax-message4:before { + content: "\15f"; +} +.isax-message-24:before { + content: "\160"; +} +.isax-message-add4:before { + content: "\161"; +} +.isax-message-add-14:before { + content: "\162"; +} +.isax-message-circle4:before { + content: "\163"; +} +.isax-message-edit4:before { + content: "\164"; +} +.isax-message-favorite4:before { + content: "\165"; +} +.isax-message-minus4:before { + content: "\166"; +} +.isax-message-notif4:before { + content: "\167"; +} +.isax-message-programming4:before { + content: "\168"; +} +.isax-message-question4:before { + content: "\169"; +} +.isax-message-remove4:before { + content: "\16a"; +} +.isax-messages4:before { + content: "\16b"; +} +.isax-messages-14:before { + content: "\16c"; +} +.isax-messages-24:before { + content: "\16d"; +} +.isax-messages-34:before { + content: "\16e"; +} +.isax-message-search4:before { + content: "\16f"; +} +.isax-message-square4:before { + content: "\170"; +} +.isax-message-text4:before { + content: "\171"; +} +.isax-message-text-14:before { + content: "\172"; +} +.isax-message-tick4:before { + content: "\173"; +} +.isax-message-time4:before { + content: "\174"; +} +.isax-microphone4:before { + content: "\175"; +} +.isax-microphone-24:before { + content: "\176"; +} +.isax-microphone-slash4:before { + content: "\177"; +} +.isax-microphone-slash-14:before { + content: "\178"; +} +.isax-microscope4:before { + content: "\179"; +} +.isax-milk4:before { + content: "\17a"; +} +.isax-mini-music-sqaure4:before { + content: "\17b"; +} +.isax-minus4:before { + content: "\17c"; +} +.isax-minus-cirlce4:before { + content: "\17d"; +} +.isax-minus-square4:before { + content: "\17e"; +} +.isax-mirror4:before { + content: "\17f"; +} +.isax-mirroring-screen4:before { + content: "\180"; +} +.isax-mobile4:before { + content: "\181"; +} +.isax-mobile-programming4:before { + content: "\182"; +} +.isax-money4:before { + content: "\183"; +} +.isax-money-24:before { + content: "\184"; +} +.isax-money-34:before { + content: "\185"; +} +.isax-money-44:before { + content: "\186"; +} +.isax-money-add4:before { + content: "\187"; +} +.isax-money-change4:before { + content: "\188"; +} +.isax-money-forbidden4:before { + content: "\189"; +} +.isax-money-recive4:before { + content: "\18a"; +} +.isax-money-remove4:before { + content: "\18b"; +} +.isax-moneys4:before { + content: "\18c"; +} +.isax-money-send4:before { + content: "\18d"; +} +.isax-money-tick4:before { + content: "\18e"; +} +.isax-money-time4:before { + content: "\18f"; +} +.isax-monitor4:before { + content: "\190"; +} +.isax-monitor-mobbile4:before { + content: "\191"; +} +.isax-monitor-recorder4:before { + content: "\192"; +} +.isax-moon4:before { + content: "\193"; +} +.isax-more4:before { + content: "\194"; +} +.isax-more-24:before { + content: "\195"; +} +.isax-more-circle4:before { + content: "\196"; +} +.isax-more-square4:before { + content: "\197"; +} +.isax-mouse4:before { + content: "\198"; +} +.isax-mouse-14:before { + content: "\199"; +} +.isax-mouse-circle4:before { + content: "\19a"; +} +.isax-mouse-square4:before { + content: "\19b"; +} +.isax-music4:before { + content: "\19c"; +} +.isax-music-circle4:before { + content: "\19d"; +} +.isax-music-dashboard4:before { + content: "\19e"; +} +.isax-music-filter4:before { + content: "\19f"; +} +.isax-music-library-24:before { + content: "\1a0"; +} +.isax-musicnote4:before { + content: "\1a1"; +} +.isax-music-play4:before { + content: "\1a2"; +} +.isax-music-playlist4:before { + content: "\1a3"; +} +.isax-music-square4:before { + content: "\1a4"; +} +.isax-music-square-add4:before { + content: "\1a5"; +} +.isax-music-square-remove4:before { + content: "\1a6"; +} +.isax-music-square-search4:before { + content: "\1a7"; +} +.isax-next4:before { + content: "\1a8"; +} +.isax-note4:before { + content: "\1a9"; +} +.isax-note-14:before { + content: "\1aa"; +} +.isax-note-25:before { + content: "\1ab"; +} +.isax-note-214:before { + content: "\1ac"; +} +.isax-note-add4:before { + content: "\1ad"; +} +.isax-note-favorite4:before { + content: "\1ae"; +} +.isax-note-remove4:before { + content: "\1af"; +} +.isax-note-square4:before { + content: "\1b0"; +} +.isax-note-text4:before { + content: "\1b1"; +} +.isax-notification4:before { + content: "\1b2"; +} +.isax-notification-14:before { + content: "\1b3"; +} +.isax-notification-bing4:before { + content: "\1b4"; +} +.isax-notification-circle4:before { + content: "\1b5"; +} +.isax-notification-favorite4:before { + content: "\1b6"; +} +.isax-notification-status4:before { + content: "\1b7"; +} +.isax-omega-circle4:before { + content: "\1b8"; +} +.isax-omega-square4:before { + content: "\1b9"; +} +.isax-paintbucket4:before { + content: "\1ba"; +} +.isax-paperclip4:before { + content: "\1bb"; +} +.isax-paperclip-24:before { + content: "\1bc"; +} +.isax-password-check4:before { + content: "\1bd"; +} +.isax-path4:before { + content: "\1be"; +} +.isax-path-24:before { + content: "\1bf"; +} +.isax-path-square4:before { + content: "\1c0"; +} +.isax-pause4:before { + content: "\1c1"; +} +.isax-pause-circle4:before { + content: "\1c2"; +} +.isax-pen-add4:before { + content: "\1c3"; +} +.isax-pen-close4:before { + content: "\1c4"; +} +.isax-pen-remove4:before { + content: "\1c5"; +} +.isax-pen-tool4:before { + content: "\1c6"; +} +.isax-pen-tool-24:before { + content: "\1c7"; +} +.isax-people4:before { + content: "\1c8"; +} +.isax-percentage-circle4:before { + content: "\1c9"; +} +.isax-percentage-square4:before { + content: "\1ca"; +} +.isax-personalcard4:before { + content: "\1cb"; +} +.isax-pet4:before { + content: "\1cc"; +} +.isax-pharagraphspacing4:before { + content: "\1cd"; +} +.isax-picture-frame4:before { + content: "\1ce"; +} +.isax-play4:before { + content: "\1cf"; +} +.isax-play-add4:before { + content: "\1d0"; +} +.isax-play-circle4:before { + content: "\1d1"; +} +.isax-play-cricle4:before { + content: "\1d2"; +} +.isax-play-remove4:before { + content: "\1d3"; +} +.isax-presention-chart4:before { + content: "\1d4"; +} +.isax-previous4:before { + content: "\1d5"; +} +.isax-printer4:before { + content: "\1d6"; +} +.isax-printer-slash4:before { + content: "\1d7"; +} +.isax-profile-2user4:before { + content: "\1d8"; +} +.isax-profile-add4:before { + content: "\1d9"; +} +.isax-profile-circle4:before { + content: "\1da"; +} +.isax-profile-delete4:before { + content: "\1db"; +} +.isax-profile-remove4:before { + content: "\1dc"; +} +.isax-profile-tick4:before { + content: "\1dd"; +} +.isax-programming-arrow4:before { + content: "\1de"; +} +.isax-programming-arrows4:before { + content: "\1df"; +} +.isax-quote-down4:before { + content: "\1e0"; +} +.isax-quote-down-circle4:before { + content: "\1e1"; +} +.isax-quote-down-square4:before { + content: "\1e2"; +} +.isax-quote-up4:before { + content: "\1e3"; +} +.isax-quote-up-circle4:before { + content: "\1e4"; +} +.isax-quote-up-square4:before { + content: "\1e5"; +} +.isax-radar4:before { + content: "\1e6"; +} +.isax-radar-14:before { + content: "\1e7"; +} +.isax-radar-24:before { + content: "\1e8"; +} +.isax-radio4:before { + content: "\1e9"; +} +.isax-ram4:before { + content: "\1ea"; +} +.isax-ram-24:before { + content: "\1eb"; +} +.isax-ranking4:before { + content: "\1ec"; +} +.isax-ranking-14:before { + content: "\1ed"; +} +.isax-receipt4:before { + content: "\1ee"; +} +.isax-receipt-14:before { + content: "\1ef"; +} +.isax-receipt-24:before { + content: "\1f0"; +} +.isax-receipt-2-14:before { + content: "\1f1"; +} +.isax-receipt-add4:before { + content: "\1f2"; +} +.isax-receipt-discount4:before { + content: "\1f3"; +} +.isax-receipt-disscount4:before { + content: "\1f4"; +} +.isax-receipt-edit4:before { + content: "\1f5"; +} +.isax-receipt-item4:before { + content: "\1f6"; +} +.isax-receipt-minus4:before { + content: "\1f7"; +} +.isax-receipt-search4:before { + content: "\1f8"; +} +.isax-receipt-square4:before { + content: "\1f9"; +} +.isax-receipt-text4:before { + content: "\1fa"; +} +.isax-received4:before { + content: "\1fb"; +} +.isax-receive-square4:before { + content: "\1fc"; +} +.isax-receive-square-24:before { + content: "\1fd"; +} +.isax-record4:before { + content: "\1fe"; +} +.isax-record-circle4:before { + content: "\1ff"; +} +.isax-recovery-convert4:before { + content: "\200"; +} +.isax-redo4:before { + content: "\201"; +} +.isax-refresh4:before { + content: "\202"; +} +.isax-refresh-24:before { + content: "\203"; +} +.isax-refresh-circle4:before { + content: "\204"; +} +.isax-refresh-left-square4:before { + content: "\205"; +} +.isax-refresh-right-square4:before { + content: "\206"; +} +.isax-refresh-square-24:before { + content: "\207"; +} +.isax-repeat4:before { + content: "\208"; +} +.isax-repeat-circle4:before { + content: "\209"; +} +.isax-repeate-music4:before { + content: "\20a"; +} +.isax-repeate-one4:before { + content: "\20b"; +} +.isax-reserve4:before { + content: "\20c"; +} +.isax-rotate-left4:before { + content: "\20d"; +} +.isax-rotate-left-14:before { + content: "\20e"; +} +.isax-rotate-right4:before { + content: "\20f"; +} +.isax-rotate-right-14:before { + content: "\210"; +} +.isax-route-square4:before { + content: "\211"; +} +.isax-routing4:before { + content: "\212"; +} +.isax-routing-24:before { + content: "\213"; +} +.isax-row-horizontal4:before { + content: "\214"; +} +.isax-row-vertical4:before { + content: "\215"; +} +.isax-rulerpen4:before { + content: "\216"; +} +.isax-ruler4:before { + content: "\217"; +} +.isax-safe-home4:before { + content: "\218"; +} +.isax-sagittarius4:before { + content: "\219"; +} +.isax-save-24:before { + content: "\21a"; +} +.isax-save-add4:before { + content: "\21b"; +} +.isax-save-minus4:before { + content: "\21c"; +} +.isax-save-remove4:before { + content: "\21d"; +} +.isax-scan4:before { + content: "\21e"; +} +.isax-scan-barcode4:before { + content: "\21f"; +} +.isax-scanner4:before { + content: "\220"; +} +.isax-scanning4:before { + content: "\221"; +} +.isax-scissor4:before { + content: "\222"; +} +.isax-scissor-14:before { + content: "\223"; +} +.isax-screenmirroring4:before { + content: "\224"; +} +.isax-scroll4:before { + content: "\225"; +} +.isax-search-favorite4:before { + content: "\226"; +} +.isax-search-favorite-14:before { + content: "\227"; +} +.isax-search-normal4:before { + content: "\228"; +} +.isax-search-normal-14:before { + content: "\229"; +} +.isax-search-status4:before { + content: "\22a"; +} +.isax-search-status-14:before { + content: "\22b"; +} +.isax-search-zoom-in4:before { + content: "\22c"; +} +.isax-search-zoom-in-14:before { + content: "\22d"; +} +.isax-search-zoom-out4:before { + content: "\22e"; +} +.isax-search-zoom-out-14:before { + content: "\22f"; +} +.isax-security4:before { + content: "\230"; +} +.isax-security-card4:before { + content: "\231"; +} +.isax-security-safe4:before { + content: "\232"; +} +.isax-security-time4:before { + content: "\233"; +} +.isax-security-user4:before { + content: "\234"; +} +.isax-send4:before { + content: "\235"; +} +.isax-send-14:before { + content: "\236"; +} +.isax-send-24:before { + content: "\237"; +} +.isax-send-sqaure-24:before { + content: "\238"; +} +.isax-send-square4:before { + content: "\239"; +} +.isax-setting4:before { + content: "\23a"; +} +.isax-setting-24:before { + content: "\23b"; +} +.isax-setting-34:before { + content: "\23c"; +} +.isax-setting-44:before { + content: "\23d"; +} +.isax-setting-54:before { + content: "\23e"; +} +.isax-settings4:before { + content: "\23f"; +} +.isax-shapes4:before { + content: "\240"; +} +.isax-shapes-14:before { + content: "\241"; +} +.isax-share4:before { + content: "\242"; +} +.isax-shield3:before { + content: "\243"; +} +.isax-shield-cross4:before { + content: "\244"; +} +.isax-shield-search4:before { + content: "\245"; +} +.isax-shield-slash4:before { + content: "\246"; +} +.isax-shield-tick4:before { + content: "\247"; +} +.isax-ship4:before { + content: "\248"; +} +.isax-shop4:before { + content: "\249"; +} +.isax-shop-add4:before { + content: "\24a"; +} +.isax-shopping-bag4:before { + content: "\24b"; +} +.isax-shopping-cart4:before { + content: "\24c"; +} +.isax-shop-remove4:before { + content: "\24d"; +} +.isax-shuffle4:before { + content: "\24e"; +} +.isax-sidebar-bottom4:before { + content: "\24f"; +} +.isax-sidebar-left4:before { + content: "\250"; +} +.isax-sidebar-right4:before { + content: "\251"; +} +.isax-sidebar-top4:before { + content: "\252"; +} +.isax-signpost4:before { + content: "\253"; +} +.isax-simcard4:before { + content: "\254"; +} +.isax-simcard-14:before { + content: "\255"; +} +.isax-simcard-24:before { + content: "\256"; +} +.isax-size4:before { + content: "\257"; +} +.isax-slash4:before { + content: "\258"; +} +.isax-slider4:before { + content: "\259"; +} +.isax-slider-horizontal4:before { + content: "\25a"; +} +.isax-slider-horizontal-14:before { + content: "\25b"; +} +.isax-slider-vertical4:before { + content: "\25c"; +} +.isax-slider-vertical-14:before { + content: "\25d"; +} +.isax-smallcaps4:before { + content: "\25e"; +} +.isax-smart-car4:before { + content: "\25f"; +} +.isax-smart-home4:before { + content: "\260"; +} +.isax-smileys4:before { + content: "\261"; +} +.isax-sms4:before { + content: "\262"; +} +.isax-sms-edit4:before { + content: "\263"; +} +.isax-sms-notification4:before { + content: "\264"; +} +.isax-sms-search4:before { + content: "\265"; +} +.isax-sms-star4:before { + content: "\266"; +} +.isax-sms-tracking4:before { + content: "\267"; +} +.isax-sort4:before { + content: "\268"; +} +.isax-sound4:before { + content: "\269"; +} +.isax-speaker4:before { + content: "\26a"; +} +.isax-speedometer4:before { + content: "\26b"; +} +.isax-star4:before { + content: "\26c"; +} +.isax-star-14:before { + content: "\26d"; +} +.isax-star-slash4:before { + content: "\26e"; +} +.isax-status4:before { + content: "\26f"; +} +.isax-status-up4:before { + content: "\270"; +} +.isax-sticker4:before { + content: "\271"; +} +.isax-stickynote4:before { + content: "\272"; +} +.isax-stop4:before { + content: "\273"; +} +.isax-stop-circle4:before { + content: "\274"; +} +.isax-story4:before { + content: "\275"; +} +.isax-strongbox4:before { + content: "\276"; +} +.isax-strongbox-24:before { + content: "\277"; +} +.isax-subtitle4:before { + content: "\278"; +} +.isax-sun4:before { + content: "\279"; +} +.isax-sun-14:before { + content: "\27a"; +} +.isax-sun-fog4:before { + content: "\27b"; +} +.isax-tag4:before { + content: "\27c"; +} +.isax-tag-24:before { + content: "\27d"; +} +.isax-tag-cross4:before { + content: "\27e"; +} +.isax-tag-right4:before { + content: "\27f"; +} +.isax-tag-user4:before { + content: "\280"; +} +.isax-task4:before { + content: "\281"; +} +.isax-task-square4:before { + content: "\282"; +} +.isax-teacher4:before { + content: "\283"; +} +.isax-text4:before { + content: "\284"; +} +.isax-textalign-center4:before { + content: "\285"; +} +.isax-textalign-justifycenter4:before { + content: "\286"; +} +.isax-textalign-justifyleft4:before { + content: "\287"; +} +.isax-textalign-justifyright4:before { + content: "\288"; +} +.isax-textalign-left4:before { + content: "\289"; +} +.isax-textalign-right4:before { + content: "\28a"; +} +.isax-text-block4:before { + content: "\28b"; +} +.isax-text-bold4:before { + content: "\28c"; +} +.isax-text-italic4:before { + content: "\28d"; +} +.isax-text-underline4:before { + content: "\28e"; +} +.isax-tick-circle4:before { + content: "\28f"; +} +.isax-ticket4:before { + content: "\290"; +} +.isax-ticket-24:before { + content: "\291"; +} +.isax-ticket-discount4:before { + content: "\292"; +} +.isax-ticket-expired4:before { + content: "\293"; +} +.isax-ticket-star4:before { + content: "\294"; +} +.isax-tick-square4:before { + content: "\295"; +} +.isax-timer4:before { + content: "\296"; +} +.isax-timer-14:before { + content: "\297"; +} +.isax-timer-pause4:before { + content: "\298"; +} +.isax-timer-start4:before { + content: "\299"; +} +.isax-toggle-off4:before { + content: "\29a"; +} +.isax-toggle-off-circle4:before { + content: "\29b"; +} +.isax-toggle-on4:before { + content: "\29c"; +} +.isax-toggle-on-circle4:before { + content: "\29d"; +} +.isax-trade4:before { + content: "\29e"; +} +.isax-transaction-minus4:before { + content: "\29f"; +} +.isax-translate4:before { + content: "\2a0"; +} +.isax-trash4:before { + content: "\2a1"; +} +.isax-tree4:before { + content: "\2a2"; +} +.isax-trend-down4:before { + content: "\2a3"; +} +.isax-trend-up4:before { + content: "\2a4"; +} +.isax-triangle4:before { + content: "\2a5"; +} +.isax-truck3:before { + content: "\2a6"; +} +.isax-truck-fast3:before { + content: "\2a7"; +} +.isax-truck-remove2:before { + content: "\2a8"; +} +.isax-truck-tick4:before { + content: "\2a9"; +} +.isax-truck-time2:before { + content: "\2aa"; +} +.isax-trush-square4:before { + content: "\2ab"; +} +.isax-undo4:before { + content: "\2ac"; +} +.isax-unlimited4:before { + content: "\2ad"; +} +.isax-unlock4:before { + content: "\2ae"; +} +.isax-user4:before { + content: "\2af"; +} +.isax-user-add4:before { + content: "\2b0"; +} +.isax-user-cirlce-add4:before { + content: "\2b1"; +} +.isax-user-edit4:before { + content: "\2b2"; +} +.isax-user-minus4:before { + content: "\2b3"; +} +.isax-user-octagon4:before { + content: "\2b4"; +} +.isax-user-remove4:before { + content: "\2b5"; +} +.isax-user-search4:before { + content: "\2b6"; +} +.isax-user-square4:before { + content: "\2b7"; +} +.isax-user-tag4:before { + content: "\2b8"; +} +.isax-user-tick4:before { + content: "\2b9"; +} +.isax-verify4:before { + content: "\2ba"; +} +.isax-video4:before { + content: "\2bb"; +} +.isax-video-add4:before { + content: "\2bc"; +} +.isax-video-circle4:before { + content: "\2bd"; +} +.isax-video-horizontal4:before { + content: "\2be"; +} +.isax-video-octagon4:before { + content: "\2bf"; +} +.isax-video-play4:before { + content: "\2c0"; +} +.isax-video-remove4:before { + content: "\2c1"; +} +.isax-video-slash4:before { + content: "\2c2"; +} +.isax-video-square4:before { + content: "\2c3"; +} +.isax-video-tick4:before { + content: "\2c4"; +} +.isax-video-time4:before { + content: "\2c5"; +} +.isax-video-vertical4:before { + content: "\2c6"; +} +.isax-voice-cricle4:before { + content: "\2c7"; +} +.isax-voice-square4:before { + content: "\2c8"; +} +.isax-volume-cross4:before { + content: "\2c9"; +} +.isax-volume-high4:before { + content: "\2ca"; +} +.isax-volume-low4:before { + content: "\2cb"; +} +.isax-volume-low-14:before { + content: "\2cc"; +} +.isax-volume-mute4:before { + content: "\2cd"; +} +.isax-volume-slash4:before { + content: "\2ce"; +} +.isax-volume-up4:before { + content: "\2cf"; +} +.isax-wallet4:before { + content: "\2d0"; +} +.isax-wallet-14:before { + content: "\2d1"; +} +.isax-wallet-24:before { + content: "\2d2"; +} +.isax-wallet-34:before { + content: "\2d3"; +} +.isax-wallet-add4:before { + content: "\2d4"; +} +.isax-wallet-add-14:before { + content: "\2d5"; +} +.isax-wallet-check4:before { + content: "\2d6"; +} +.isax-wallet-minus4:before { + content: "\2d7"; +} +.isax-wallet-money4:before { + content: "\2d8"; +} +.isax-wallet-remove4:before { + content: "\2d9"; +} +.isax-wallet-search4:before { + content: "\2da"; +} +.isax-warning-24:before { + content: "\2db"; +} +.isax-watch4:before { + content: "\2dc"; +} +.isax-watch-status4:before { + content: "\2dd"; +} +.isax-weight4:before { + content: "\2de"; +} +.isax-weight-14:before { + content: "\2df"; +} +.isax-wifi4:before { + content: "\2e0"; +} +.isax-wifi-square4:before { + content: "\2e1"; +} +.isax-wind4:before { + content: "\2e2"; +} +.isax-wind-24:before { + content: "\2e3"; +} +.isax-woman4:before { + content: "\2e4"; +} +.isax-dcube4:before { + content: "\2e5"; +} +.isax-dcube5:before { + content: "\2e6"; +} +.isax-d-cube-scan5:before { + content: "\2e7"; +} +.isax-d-rotate5:before { + content: "\2e8"; +} +.isax-d-square5:before { + content: "\2e9"; +} +.isax-square5:before { + content: "\2ea"; +} +.isax-support5:before { + content: "\2eb"; +} +.isax-activity5:before { + content: "\2ec"; +} +.isax-add5:before { + content: "\2ed"; +} +.isax-add-circle5:before { + content: "\2ee"; +} +.isax-additem5:before { + content: "\2ef"; +} +.isax-add-square5:before { + content: "\2f0"; +} +.isax-airdrop5:before { + content: "\2f1"; +} +.isax-airplane5:before { + content: "\2f2"; +} +.isax-airplane-square5:before { + content: "\2f3"; +} +.isax-airpod5:before { + content: "\2f4"; +} +.isax-airpods5:before { + content: "\2f5"; +} +.isax-alarm5:before { + content: "\2f6"; +} +.isax-align-bottom5:before { + content: "\2f7"; +} +.isax-align-horizontally5:before { + content: "\2f8"; +} +.isax-align-left5:before { + content: "\2f9"; +} +.isax-align-right5:before { + content: "\2fa"; +} +.isax-align-vertically5:before { + content: "\2fb"; +} +.isax-aquarius5:before { + content: "\2fc"; +} +.isax-archive5:before { + content: "\2fd"; +} +.isax-archive-15:before { + content: "\2fe"; +} +.isax-archive-24:before { + content: "\2ff"; +} +.isax-archive-add5:before { + content: "\300"; +} +.isax-archive-book5:before { + content: "\301"; +} +.isax-archive-minus5:before { + content: "\302"; +} +.isax-archive-slash5:before { + content: "\303"; +} +.isax-archive-tick5:before { + content: "\304"; +} +.isax-arrange-circle5:before { + content: "\305"; +} +.isax-arrange-circle-25:before { + content: "\306"; +} +.isax-arrange-square5:before { + content: "\307"; +} +.isax-arrange-square-25:before { + content: "\308"; +} +.isax-arrow5:before { + content: "\309"; +} +.isax-arrow-25:before { + content: "\30a"; +} +.isax-arrow-35:before { + content: "\30b"; +} +.isax-arrow-bottom5:before { + content: "\30c"; +} +.isax-arrow-circle-down5:before { + content: "\30d"; +} +.isax-arrow-circle-left5:before { + content: "\30e"; +} +.isax-arrow-circle-right5:before { + content: "\30f"; +} +.isax-arrow-circle-up4:before { + content: "\310"; +} +.isax-arrow-down5:before { + content: "\311"; +} +.isax-arrow-down-15:before { + content: "\312"; +} +.isax-arrow-down-25:before { + content: "\313"; +} +.isax-arrow-left5:before { + content: "\314"; +} +.isax-arrow-left-15:before { + content: "\315"; +} +.isax-arrow-left-25:before { + content: "\316"; +} +.isax-arrow-left-35:before { + content: "\317"; +} +.isax-arrow-right5:before { + content: "\318"; +} +.isax-arrow-right-15:before { + content: "\319"; +} +.isax-arrow-right-25:before { + content: "\31a"; +} +.isax-arrow-right-35:before { + content: "\31b"; +} +.isax-arrow-square5:before { + content: "\31c"; +} +.isax-arrow-square-down5:before { + content: "\31d"; +} +.isax-arrow-square-left5:before { + content: "\31e"; +} +.isax-arrow-square-right3:before { + content: "\31f"; +} +.isax-arrow-square-up5:before { + content: "\320"; +} +.isax-arrow-swap4:before { + content: "\321"; +} +.isax-arrow-swap-horizontal5:before { + content: "\322"; +} +.isax-arrow-up5:before { + content: "\323"; +} +.isax-arrow-up-15:before { + content: "\324"; +} +.isax-arrow-up-25:before { + content: "\325"; +} +.isax-arrow-up-35:before { + content: "\326"; +} +.isax-attach-circle5:before { + content: "\327"; +} +.isax-attach-square5:before { + content: "\328"; +} +.isax-audio-square5:before { + content: "\329"; +} +.isax-autobrightness5:before { + content: "\32a"; +} +.isax-award5:before { + content: "\32b"; +} +.isax-back-square5:before { + content: "\32c"; +} +.isax-backward5:before { + content: "\32d"; +} +.isax-backward-5-seconds5:before { + content: "\32e"; +} +.isax-backward-10-seconds5:before { + content: "\32f"; +} +.isax-backward-15-seconds5:before { + content: "\330"; +} +.isax-backward-item5:before { + content: "\331"; +} +.isax-bag5:before { + content: "\332"; +} +.isax-bag-25:before { + content: "\333"; +} +.isax-bag-cross5:before { + content: "\334"; +} +.isax-bag-cross-15:before { + content: "\335"; +} +.isax-bag-happy5:before { + content: "\336"; +} +.isax-bag-tick5:before { + content: "\337"; +} +.isax-bag-tick-25:before { + content: "\338"; +} +.isax-bag-timer5:before { + content: "\339"; +} +.isax-bank5:before { + content: "\33a"; +} +.isax-barcode5:before { + content: "\33b"; +} +.isax-battery-3full5:before { + content: "\33c"; +} +.isax-battery-charging5:before { + content: "\33d"; +} +.isax-battery-disable5:before { + content: "\33e"; +} +.isax-battery-empty5:before { + content: "\33f"; +} +.isax-battery-empty-15:before { + content: "\340"; +} +.isax-battery-full5:before { + content: "\341"; +} +.isax-bezier5:before { + content: "\342"; +} +.isax-bill5:before { + content: "\343"; +} +.isax-bitcoin-card5:before { + content: "\344"; +} +.isax-bitcoin-convert5:before { + content: "\345"; +} +.isax-bitcoin-refresh5:before { + content: "\346"; +} +.isax-blend5:before { + content: "\347"; +} +.isax-blend-25:before { + content: "\348"; +} +.isax-bluetooth5:before { + content: "\349"; +} +.isax-bluetooth-25:before { + content: "\34a"; +} +.isax-bluetooth-circle5:before { + content: "\34b"; +} +.isax-bluetooth-rectangle5:before { + content: "\34c"; +} +.isax-blur5:before { + content: "\34d"; +} +.isax-book5:before { + content: "\34e"; +} +.isax-book-15:before { + content: "\34f"; +} +.isax-bookmark5:before { + content: "\350"; +} +.isax-bookmark-25:before { + content: "\351"; +} +.isax-book-saved5:before { + content: "\352"; +} +.isax-book-square5:before { + content: "\353"; +} +.isax-box5:before { + content: "\354"; +} +.isax-box-15:before { + content: "\355"; +} +.isax-box-25:before { + content: "\356"; +} +.isax-box-add5:before { + content: "\357"; +} +.isax-box-remove5:before { + content: "\358"; +} +.isax-box-search5:before { + content: "\359"; +} +.isax-box-tick5:before { + content: "\35a"; +} +.isax-box-time5:before { + content: "\35b"; +} +.isax-briefcase5:before { + content: "\35c"; +} +.isax-brifecase-cross5:before { + content: "\35d"; +} +.isax-brifecase-tick5:before { + content: "\35e"; +} +.isax-brifecase-timer5:before { + content: "\35f"; +} +.isax-broom5:before { + content: "\360"; +} +.isax-brush5:before { + content: "\361"; +} +.isax-brush-15:before { + content: "\362"; +} +.isax-brush-25:before { + content: "\363"; +} +.isax-brush-35:before { + content: "\364"; +} +.isax-brush-45:before { + content: "\365"; +} +.isax-bubble5:before { + content: "\366"; +} +.isax-bucket5:before { + content: "\367"; +} +.isax-bucket-circle5:before { + content: "\368"; +} +.isax-bucket-square5:before { + content: "\369"; +} +.isax-building5:before { + content: "\36a"; +} +.isax-building-35:before { + content: "\36b"; +} +.isax-building-45:before { + content: "\36c"; +} +.isax-buildings5:before { + content: "\36d"; +} +.isax-buildings-25:before { + content: "\36e"; +} +.isax-buliding5:before { + content: "\36f"; +} +.isax-bus5:before { + content: "\370"; +} +.isax-buy-crypto5:before { + content: "\371"; +} +.isax-cake5:before { + content: "\372"; +} +.isax-calculator5:before { + content: "\373"; +} +.isax-calendar5:before { + content: "\374"; +} +.isax-calendar-15:before { + content: "\375"; +} +.isax-calendar-25:before { + content: "\376"; +} +.isax-calendar-add5:before { + content: "\377"; +} +.isax-calendar-circle5:before { + content: "\378"; +} +.isax-calendar-edit5:before { + content: "\379"; +} +.isax-calendar-remove5:before { + content: "\37a"; +} +.isax-calendar-search5:before { + content: "\37b"; +} +.isax-calendar-tick5:before { + content: "\37c"; +} +.isax-call5:before { + content: "\37d"; +} +.isax-call-add5:before { + content: "\37e"; +} +.isax-call-calling5:before { + content: "\37f"; +} +.isax-call-incoming5:before { + content: "\380"; +} +.isax-call-minus5:before { + content: "\381"; +} +.isax-call-outgoing5:before { + content: "\382"; +} +.isax-call-received5:before { + content: "\383"; +} +.isax-call-remove5:before { + content: "\384"; +} +.isax-call-slash5:before { + content: "\385"; +} +.isax-camera5:before { + content: "\386"; +} +.isax-camera-slash5:before { + content: "\387"; +} +.isax-candle5:before { + content: "\388"; +} +.isax-candle-25:before { + content: "\389"; +} +.isax-car5:before { + content: "\38a"; +} +.isax-card5:before { + content: "\38b"; +} +.isax-card-add5:before { + content: "\38c"; +} +.isax-card-coin5:before { + content: "\38d"; +} +.isax-card-edit5:before { + content: "\38e"; +} +.isax-card-pos5:before { + content: "\38f"; +} +.isax-card-receive5:before { + content: "\390"; +} +.isax-card-remove5:before { + content: "\391"; +} +.isax-card-remove-15:before { + content: "\392"; +} +.isax-cards5:before { + content: "\393"; +} +.isax-card-send5:before { + content: "\394"; +} +.isax-card-slash5:before { + content: "\395"; +} +.isax-card-tick5:before { + content: "\396"; +} +.isax-card-tick-15:before { + content: "\397"; +} +.isax-category5:before { + content: "\398"; +} +.isax-category-25:before { + content: "\399"; +} +.isax-cd5:before { + content: "\39a"; +} +.isax-chart5:before { + content: "\39b"; +} +.isax-chart-15:before { + content: "\39c"; +} +.isax-chart-26:before { + content: "\39d"; +} +.isax-chart-35:before { + content: "\39e"; +} +.isax-chart-215:before { + content: "\39f"; +} +.isax-chart-fail3:before { + content: "\3a0"; +} +.isax-chart-square5:before { + content: "\3a1"; +} +.isax-chart-success5:before { + content: "\3a2"; +} +.isax-check5:before { + content: "\3a3"; +} +.isax-chrome5:before { + content: "\3a4"; +} +.isax-clipboard5:before { + content: "\3a5"; +} +.isax-clipboard-close5:before { + content: "\3a6"; +} +.isax-clipboard-export5:before { + content: "\3a7"; +} +.isax-clipboard-import5:before { + content: "\3a8"; +} +.isax-clipboard-text5:before { + content: "\3a9"; +} +.isax-clipboard-tick5:before { + content: "\3aa"; +} +.isax-clock5:before { + content: "\3ab"; +} +.isax-clock-15:before { + content: "\3ac"; +} +.isax-close-circle5:before { + content: "\3ad"; +} +.isax-close-square5:before { + content: "\3ae"; +} +.isax-cloud5:before { + content: "\3af"; +} +.isax-cloud-add5:before { + content: "\3b0"; +} +.isax-cloud-change5:before { + content: "\3b1"; +} +.isax-cloud-connection5:before { + content: "\3b2"; +} +.isax-cloud-cross5:before { + content: "\3b3"; +} +.isax-cloud-drizzle5:before { + content: "\3b4"; +} +.isax-cloud-fog5:before { + content: "\3b5"; +} +.isax-cloud-lightning5:before { + content: "\3b6"; +} +.isax-cloud-minus5:before { + content: "\3b7"; +} +.isax-cloud-notif5:before { + content: "\3b8"; +} +.isax-cloud-plus5:before { + content: "\3b9"; +} +.isax-cloud-remove5:before { + content: "\3ba"; +} +.isax-cloud-snow5:before { + content: "\3bb"; +} +.isax-cloud-sunny5:before { + content: "\3bc"; +} +.isax-code5:before { + content: "\3bd"; +} +.isax-code-15:before { + content: "\3be"; +} +.isax-code-circle5:before { + content: "\3bf"; +} +.isax-coffee5:before { + content: "\3c0"; +} +.isax-coin5:before { + content: "\3c1"; +} +.isax-coin-15:before { + content: "\3c2"; +} +.isax-colorfilter5:before { + content: "\3c3"; +} +.isax-colors-square5:before { + content: "\3c4"; +} +.isax-color-swatch5:before { + content: "\3c5"; +} +.isax-command5:before { + content: "\3c6"; +} +.isax-command-square5:before { + content: "\3c7"; +} +.isax-component5:before { + content: "\3c8"; +} +.isax-computing5:before { + content: "\3c9"; +} +.isax-convert5:before { + content: "\3ca"; +} +.isax-convert-3d-cube5:before { + content: "\3cb"; +} +.isax-convert-card5:before { + content: "\3cc"; +} +.isax-convertshape5:before { + content: "\3cd"; +} +.isax-convertshape-25:before { + content: "\3ce"; +} +.isax-copy5:before { + content: "\3cf"; +} +.isax-copyright5:before { + content: "\3d0"; +} +.isax-copy-success5:before { + content: "\3d1"; +} +.isax-courthouse5:before { + content: "\3d2"; +} +.isax-cpu5:before { + content: "\3d3"; +} +.isax-cpu-charge5:before { + content: "\3d4"; +} +.isax-cpu-setting5:before { + content: "\3d5"; +} +.isax-creative-commons5:before { + content: "\3d6"; +} +.isax-crop5:before { + content: "\3d7"; +} +.isax-crown5:before { + content: "\3d8"; +} +.isax-crown-15:before { + content: "\3d9"; +} +.isax-cup5:before { + content: "\3da"; +} +.isax-danger5:before { + content: "\3db"; +} +.isax-data5:before { + content: "\3dc"; +} +.isax-data-25 .path1:before { + content: "\3dd"; + color: rgb(41, 45, 50); +} +.isax-data-25 .path2:before { + content: "\66d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data-25 .path3:before { + content: "\66e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data-25 .path4:before { + content: "\66f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.96; +} +.isax-data-25 .path5:before { + content: "\670"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-designtools5:before { + content: "\3de"; +} +.isax-device-message5:before { + content: "\3df"; +} +.isax-devices5:before { + content: "\3e0"; +} +.isax-devices-14:before { + content: "\3e1"; +} +.isax-diagram5:before { + content: "\3e2"; +} +.isax-diamonds5:before { + content: "\3e3"; +} +.isax-direct5:before { + content: "\3e4"; +} +.isax-directbox-default5:before { + content: "\3e5"; +} +.isax-directbox-notif5:before { + content: "\3e6"; +} +.isax-directbox-receive5:before { + content: "\3e7"; +} +.isax-directbox-send5:before { + content: "\3e8"; +} +.isax-direct-down5:before { + content: "\3e9"; +} +.isax-direct-inbox5:before { + content: "\3ea"; +} +.isax-direct-left5:before { + content: "\3eb"; +} +.isax-direct-normal5:before { + content: "\3ec"; +} +.isax-direct-notification5:before { + content: "\3ed"; +} +.isax-direct-right5:before { + content: "\3ee"; +} +.isax-direct-send5:before { + content: "\3ef"; +} +.isax-direct-up5:before { + content: "\3f0"; +} +.isax-discount-circle5:before { + content: "\3f1"; +} +.isax-discount-shape5:before { + content: "\3f2"; +} +.isax-discover5:before { + content: "\3f3"; +} +.isax-discover-14:before { + content: "\3f4"; +} +.isax-dislike5:before { + content: "\3f5"; +} +.isax-document5:before { + content: "\3f6"; +} +.isax-document-15:before { + content: "\3f7"; +} +.isax-document-cloud5:before { + content: "\3f8"; +} +.isax-document-code5:before { + content: "\3f9"; +} +.isax-document-code-25:before { + content: "\3fa"; +} +.isax-document-copy5:before { + content: "\3fb"; +} +.isax-document-download5:before { + content: "\3fc"; +} +.isax-document-favorite5:before { + content: "\3fd"; +} +.isax-document-filter5:before { + content: "\3fe"; +} +.isax-document-forward5:before { + content: "\3ff"; +} +.isax-document-like5:before { + content: "\400"; +} +.isax-document-normal4:before { + content: "\401"; +} +.isax-document-previous5:before { + content: "\402"; +} +.isax-document-sketch5:before { + content: "\403"; +} +.isax-document-text5:before { + content: "\404"; +} +.isax-document-text-15:before { + content: "\405"; +} +.isax-document-upload5:before { + content: "\406"; +} +.isax-dollar-circle4:before { + content: "\407"; +} +.isax-dollar-square5:before { + content: "\408"; +} +.isax-driver5:before { + content: "\409"; +} +.isax-driver-25:before { + content: "\40a"; +} +.isax-driver-refresh5:before { + content: "\40b"; +} +.isax-driving5:before { + content: "\40c"; +} +.isax-drop3:before { + content: "\40d"; +} +.isax-edit5:before { + content: "\40e"; +} +.isax-edit-25:before { + content: "\40f"; +} +.isax-electricity5:before { + content: "\410"; +} +.isax-element-25:before { + content: "\411"; +} +.isax-element-35:before { + content: "\412"; +} +.isax-element-45:before { + content: "\413"; +} +.isax-element-equal5:before { + content: "\414"; +} +.isax-element-plus5:before { + content: "\415"; +} +.isax-emoji-happy5:before { + content: "\416"; +} +.isax-emoji-normal5:before { + content: "\417"; +} +.isax-emoji-sad5:before { + content: "\418"; +} +.isax-empty-wallet5:before { + content: "\419"; +} +.isax-empty-wallet-add5:before { + content: "\41a"; +} +.isax-empty-wallet-change4:before { + content: "\41b"; +} +.isax-empty-wallet-remove5:before { + content: "\41c"; +} +.isax-empty-wallet-tick5:before { + content: "\41d"; +} +.isax-empty-wallet-time4:before { + content: "\41e"; +} +.isax-eraser5:before { + content: "\41f"; +} +.isax-eraser-15:before { + content: "\420"; +} +.isax-export5:before { + content: "\421"; +} +.isax-export-15:before { + content: "\422"; +} +.isax-export-25:before { + content: "\423"; +} +.isax-export-35:before { + content: "\424"; +} +.isax-external-drive5:before { + content: "\425"; +} +.isax-eye4:before { + content: "\426"; +} +.isax-eye-slash5:before { + content: "\427"; +} +.isax-fatrows5:before { + content: "\428"; +} +.isax-favorite-chart5:before { + content: "\429"; +} +.isax-filter5:before { + content: "\42a"; +} +.isax-filter-add5:before { + content: "\42b"; +} +.isax-filter-edit5:before { + content: "\42c"; +} +.isax-filter-remove5:before { + content: "\42d"; +} +.isax-filter-search5:before { + content: "\42e"; +} +.isax-filter-square5:before { + content: "\42f"; +} +.isax-filter-tick5:before { + content: "\430"; +} +.isax-finger-cricle5:before { + content: "\431"; +} +.isax-finger-scan5:before { + content: "\432"; +} +.isax-firstline5:before { + content: "\433"; +} +.isax-flag5:before { + content: "\434"; +} +.isax-flag-25:before { + content: "\435"; +} +.isax-flash5:before { + content: "\436"; +} +.isax-flash-15:before { + content: "\437"; +} +.isax-flash-circle5:before { + content: "\438"; +} +.isax-flash-circle-15:before { + content: "\439"; +} +.isax-flash-slash5:before { + content: "\43a"; +} +.isax-folder5:before { + content: "\43b"; +} +.isax-folder-25:before { + content: "\43c"; +} +.isax-folder-add5:before { + content: "\43d"; +} +.isax-folder-cloud5:before { + content: "\43e"; +} +.isax-folder-connection5:before { + content: "\43f"; +} +.isax-folder-cross5:before { + content: "\440"; +} +.isax-folder-favorite5:before { + content: "\441"; +} +.isax-folder-minus5:before { + content: "\442"; +} +.isax-folder-open5:before { + content: "\443"; +} +.isax-forbidden5:before { + content: "\444"; +} +.isax-forbidden-25:before { + content: "\445"; +} +.isax-format-circle5:before { + content: "\446"; +} +.isax-format-square5:before { + content: "\447"; +} +.isax-forward5:before { + content: "\448"; +} +.isax-forward-5-seconds5:before { + content: "\449"; +} +.isax-forward-10-seconds5:before { + content: "\44a"; +} +.isax-forward-15-seconds5:before { + content: "\44b"; +} +.isax-forward-item5:before { + content: "\44c"; +} +.isax-forward-square5:before { + content: "\44d"; +} +.isax-frame5:before { + content: "\44e"; +} +.isax-frame-15:before { + content: "\44f"; +} +.isax-frame-25:before { + content: "\450"; +} +.isax-frame-35:before { + content: "\451"; +} +.isax-frame-45:before { + content: "\452"; +} +.isax-gallery5:before { + content: "\453"; +} +.isax-gallery-add5:before { + content: "\454"; +} +.isax-gallery-edit5:before { + content: "\455"; +} +.isax-gallery-export4:before { + content: "\456"; +} +.isax-gallery-favorite5:before { + content: "\457"; +} +.isax-gallery-import5:before { + content: "\458"; +} +.isax-gallery-remove5:before { + content: "\459"; +} +.isax-gallery-slash5:before { + content: "\45a"; +} +.isax-gallery-tick5:before { + content: "\45b"; +} +.isax-game5:before { + content: "\45c"; +} +.isax-gameboy5:before { + content: "\45d"; +} +.isax-gas-station4:before { + content: "\45e"; +} +.isax-gemini5:before { + content: "\45f"; +} +.isax-gemini-25:before { + content: "\460"; +} +.isax-ghost5:before { + content: "\461"; +} +.isax-gift5:before { + content: "\462"; +} +.isax-glass5:before { + content: "\463"; +} +.isax-glass-15:before { + content: "\464"; +} +.isax-global5:before { + content: "\465"; +} +.isax-global-edit5:before { + content: "\466"; +} +.isax-global-refresh5:before { + content: "\467"; +} +.isax-global-search5:before { + content: "\468"; +} +.isax-gps5:before { + content: "\469"; +} +.isax-gps-slash5:before { + content: "\46a"; +} +.isax-grammerly5:before { + content: "\46b"; +} +.isax-graph5:before { + content: "\46c"; +} +.isax-grid-15:before { + content: "\46d"; +} +.isax-grid-25:before { + content: "\46e"; +} +.isax-grid-35:before { + content: "\46f"; +} +.isax-grid-45:before { + content: "\470"; +} +.isax-grid-55:before { + content: "\471"; +} +.isax-grid-65:before { + content: "\472"; +} +.isax-grid-75:before { + content: "\473"; +} +.isax-grid-85:before { + content: "\474"; +} +.isax-grid-95:before { + content: "\475"; +} +.isax-grid-edit5:before { + content: "\476"; +} +.isax-grid-eraser5:before { + content: "\477"; +} +.isax-grid-lock5:before { + content: "\478"; +} +.isax-happyemoji5:before { + content: "\479"; +} +.isax-hashtag5:before { + content: "\47a"; +} +.isax-hashtag-15:before { + content: "\47b"; +} +.isax-hashtag-down5:before { + content: "\47c"; +} +.isax-hashtag-up5:before { + content: "\47d"; +} +.isax-headphone5:before { + content: "\47e"; +} +.isax-headphones5:before { + content: "\47f"; +} +.isax-health5:before { + content: "\480"; +} +.isax-heart5:before { + content: "\481"; +} +.isax-heart-add5:before { + content: "\482"; +} +.isax-heart-circle5:before { + content: "\483"; +} +.isax-heart-edit5:before { + content: "\484"; +} +.isax-heart-remove5:before { + content: "\485"; +} +.isax-heart-search5:before { + content: "\486"; +} +.isax-heart-slash5:before { + content: "\487"; +} +.isax-heart-tick5:before { + content: "\488"; +} +.isax-hierarchy5:before { + content: "\489"; +} +.isax-hierarchy-25:before { + content: "\48a"; +} +.isax-hierarchy-35:before { + content: "\48b"; +} +.isax-hierarchy-square5:before { + content: "\48c"; +} +.isax-hierarchy-square-25:before { + content: "\48d"; +} +.isax-hierarchy-square-35:before { + content: "\48e"; +} +.isax-home5:before { + content: "\48f"; +} +.isax-home-15:before { + content: "\490"; +} +.isax-home-25:before { + content: "\491"; +} +.isax-home-hashtag5:before { + content: "\492"; +} +.isax-home-trend-down5:before { + content: "\493"; +} +.isax-home-trend-up5:before { + content: "\494"; +} +.isax-home-wifi5:before { + content: "\495"; +} +.isax-hospital5:before { + content: "\496"; +} +.isax-house5:before { + content: "\497"; +} +.isax-house-25:before { + content: "\498"; +} +.isax-image5:before { + content: "\499"; +} +.isax-import5:before { + content: "\49a"; +} +.isax-import-15:before { + content: "\49b"; +} +.isax-import-25:before { + content: "\49c"; +} +.isax-import-3:before { + content: "\49d"; +} +.isax-info-circle5:before { + content: "\49e"; +} +.isax-information5:before { + content: "\49f"; +} +.isax-instagram5:before { + content: "\4a0"; +} +.isax-judge5:before { + content: "\4a1"; +} +.isax-kanban4:before { + content: "\4a2"; +} +.isax-key5:before { + content: "\4a3"; +} +.isax-keyboard5:before { + content: "\4a4"; +} +.isax-keyboard-open5:before { + content: "\4a5"; +} +.isax-key-square5:before { + content: "\4a6"; +} +.isax-lamp5:before { + content: "\4a7"; +} +.isax-lamp-15:before { + content: "\4a8"; +} +.isax-lamp-charge5:before { + content: "\4a9"; +} +.isax-lamp-on5:before { + content: "\4aa"; +} +.isax-lamp-slash5:before { + content: "\4ab"; +} +.isax-language-circle5:before { + content: "\4ac"; +} +.isax-language-square5:before { + content: "\4ad"; +} +.isax-layer5:before { + content: "\4ae"; +} +.isax-level5:before { + content: "\4af"; +} +.isax-lifebuoy5:before { + content: "\4b0"; +} +.isax-like5:before { + content: "\4b1"; +} +.isax-like-15:before { + content: "\4b2"; +} +.isax-like-dislike5:before { + content: "\4b3"; +} +.isax-like-shapes5:before { + content: "\4b4"; +} +.isax-like-tag5:before { + content: "\4b5"; +} +.isax-link5:before { + content: "\4b6"; +} +.isax-link-15:before { + content: "\4b7"; +} +.isax-link-26:before { + content: "\4b8"; +} +.isax-link-215:before { + content: "\4b9"; +} +.isax-link-circle5:before { + content: "\4ba"; +} +.isax-link-square5:before { + content: "\4bb"; +} +.isax-location5:before { + content: "\4bc"; +} +.isax-location-add5:before { + content: "\4bd"; +} +.isax-location-cross5:before { + content: "\4be"; +} +.isax-location-minus5:before { + content: "\4bf"; +} +.isax-location-slash5:before { + content: "\4c0"; +} +.isax-location-tick5:before { + content: "\4c1"; +} +.isax-lock5:before { + content: "\4c2"; +} +.isax-lock-15:before { + content: "\4c3"; +} +.isax-lock-circle5:before { + content: "\4c4"; +} +.isax-lock-slash5:before { + content: "\4c5"; +} +.isax-login5:before { + content: "\4c6"; +} +.isax-login-15:before { + content: "\4c7"; +} +.isax-logout5:before { + content: "\4c8"; +} +.isax-logout-15:before { + content: "\4c9"; +} +.isax-lovely5:before { + content: "\4ca"; +} +.isax-magicpen5:before { + content: "\4cb"; +} +.isax-magic-star5:before { + content: "\4cc"; +} +.isax-main-component5:before { + content: "\4cd"; +} +.isax-man5:before { + content: "\4ce"; +} +.isax-map5:before { + content: "\4cf"; +} +.isax-map-15:before { + content: "\4d0"; +} +.isax-mask5:before { + content: "\4d1"; +} +.isax-mask-15:before { + content: "\4d2"; +} +.isax-mask-25:before { + content: "\4d3"; +} +.isax-math5:before { + content: "\4d4"; +} +.isax-maximize5:before { + content: "\4d5"; +} +.isax-maximize-15:before { + content: "\4d6"; +} +.isax-maximize-26:before { + content: "\4d7"; +} +.isax-maximize-35:before { + content: "\4d8"; +} +.isax-maximize-45:before { + content: "\4d9"; +} +.isax-maximize-215:before { + content: "\4da"; +} +.isax-maximize-circle4:before { + content: "\4db"; +} +.isax-medal5:before { + content: "\4dc"; +} +.isax-medal-star5:before { + content: "\4dd"; +} +.isax-menu5:before { + content: "\4de"; +} +.isax-menu-15:before { + content: "\4df"; +} +.isax-menu-board5:before { + content: "\4e0"; +} +.isax-message5:before { + content: "\4e1"; +} +.isax-message-25:before { + content: "\4e2"; +} +.isax-message-add5:before { + content: "\4e3"; +} +.isax-message-add-15:before { + content: "\4e4"; +} +.isax-message-circle5:before { + content: "\4e5"; +} +.isax-message-edit5:before { + content: "\4e6"; +} +.isax-message-favorite5:before { + content: "\4e7"; +} +.isax-message-minus5:before { + content: "\4e8"; +} +.isax-message-notif5:before { + content: "\4e9"; +} +.isax-message-programming5:before { + content: "\4ea"; +} +.isax-message-question5:before { + content: "\4eb"; +} +.isax-message-remove5:before { + content: "\4ec"; +} +.isax-messages5:before { + content: "\4ed"; +} +.isax-messages-15:before { + content: "\4ee"; +} +.isax-messages-25:before { + content: "\4ef"; +} +.isax-messages-35:before { + content: "\4f0"; +} +.isax-message-search5:before { + content: "\4f1"; +} +.isax-message-square5:before { + content: "\4f2"; +} +.isax-message-text5:before { + content: "\4f3"; +} +.isax-message-text-15:before { + content: "\4f4"; +} +.isax-message-tick5:before { + content: "\4f5"; +} +.isax-message-time5:before { + content: "\4f6"; +} +.isax-microphone5:before { + content: "\4f7"; +} +.isax-microphone-25:before { + content: "\4f8"; +} +.isax-microphone-slash5:before { + content: "\4f9"; +} +.isax-microphone-slash-15:before { + content: "\4fa"; +} +.isax-microscope5:before { + content: "\4fb"; +} +.isax-milk5:before { + content: "\4fc"; +} +.isax-mini-music-sqaure5 .path1:before { + content: "\4fd"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-mini-music-sqaure5 .path2:before { + content: "\671"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-mini-music-sqaure5 .path3:before { + content: "\672"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-minus5:before { + content: "\4fe"; +} +.isax-minus-cirlce5:before { + content: "\4ff"; +} +.isax-minus-square5:before { + content: "\500"; +} +.isax-mirror5:before { + content: "\501"; +} +.isax-mirroring-screen5:before { + content: "\502"; +} +.isax-mobile5:before { + content: "\503"; +} +.isax-mobile-programming5:before { + content: "\504"; +} +.isax-money5:before { + content: "\505"; +} +.isax-money-25:before { + content: "\506"; +} +.isax-money-35:before { + content: "\507"; +} +.isax-money-45:before { + content: "\508"; +} +.isax-money-add5:before { + content: "\509"; +} +.isax-money-change5:before { + content: "\50a"; +} +.isax-money-forbidden5:before { + content: "\50b"; +} +.isax-money-recive5:before { + content: "\50c"; +} +.isax-money-remove5:before { + content: "\50d"; +} +.isax-moneys5:before { + content: "\50e"; +} +.isax-money-send5:before { + content: "\50f"; +} +.isax-money-tick5:before { + content: "\510"; +} +.isax-money-time5:before { + content: "\511"; +} +.isax-monitor5:before { + content: "\512"; +} +.isax-monitor-mobbile5:before { + content: "\513"; +} +.isax-monitor-recorder5:before { + content: "\514"; +} +.isax-moon5:before { + content: "\515"; +} +.isax-more5:before { + content: "\516"; +} +.isax-more-25:before { + content: "\517"; +} +.isax-more-circle5:before { + content: "\518"; +} +.isax-more-square5:before { + content: "\519"; +} +.isax-mouse5:before { + content: "\51a"; +} +.isax-mouse-15:before { + content: "\51b"; +} +.isax-mouse-circle5:before { + content: "\51c"; +} +.isax-mouse-square5:before { + content: "\51d"; +} +.isax-music5:before { + content: "\51e"; +} +.isax-music-circle5:before { + content: "\51f"; +} +.isax-music-dashboard5:before { + content: "\520"; +} +.isax-music-filter5:before { + content: "\521"; +} +.isax-music-library-25:before { + content: "\522"; +} +.isax-musicnote5:before { + content: "\523"; +} +.isax-music-play5:before { + content: "\524"; +} +.isax-music-playlist5:before { + content: "\525"; +} +.isax-music-square5:before { + content: "\526"; +} +.isax-music-square-add5:before { + content: "\527"; +} +.isax-music-square-remove5:before { + content: "\528"; +} +.isax-music-square-search5:before { + content: "\529"; +} +.isax-next5:before { + content: "\52a"; +} +.isax-note5:before { + content: "\52b"; +} +.isax-note-15:before { + content: "\52c"; +} +.isax-note-26:before { + content: "\52d"; +} +.isax-note-215:before { + content: "\52e"; +} +.isax-note-add5:before { + content: "\52f"; +} +.isax-note-favorite5:before { + content: "\530"; +} +.isax-note-remove5:before { + content: "\531"; +} +.isax-note-square5:before { + content: "\532"; +} +.isax-note-text5:before { + content: "\533"; +} +.isax-notification5:before { + content: "\534"; +} +.isax-notification-15:before { + content: "\535"; +} +.isax-notification-bing5:before { + content: "\536"; +} +.isax-notification-favorite5:before { + content: "\537"; +} +.isax-notification-status5:before { + content: "\538"; +} +.isax-omega-circle5:before { + content: "\539"; +} +.isax-omega-square5:before { + content: "\53a"; +} +.isax-paintbucket5:before { + content: "\53b"; +} +.isax-paperclip5:before { + content: "\53c"; +} +.isax-paperclip-25:before { + content: "\53d"; +} +.isax-password-check5:before { + content: "\53e"; +} +.isax-path5:before { + content: "\53f"; +} +.isax-path-25:before { + content: "\540"; +} +.isax-path-square5:before { + content: "\541"; +} +.isax-pause5:before { + content: "\542"; +} +.isax-pause-circle5:before { + content: "\543"; +} +.isax-pen-add5:before { + content: "\544"; +} +.isax-pen-close5:before { + content: "\545"; +} +.isax-pen-remove5:before { + content: "\546"; +} +.isax-pen-tool5:before { + content: "\547"; +} +.isax-pen-tool-25:before { + content: "\548"; +} +.isax-people5:before { + content: "\549"; +} +.isax-percentage-circle5:before { + content: "\54a"; +} +.isax-percentage-square5:before { + content: "\54b"; +} +.isax-personalcard5:before { + content: "\54c"; +} +.isax-pet5:before { + content: "\54d"; +} +.isax-pharagraphspacing5:before { + content: "\54e"; +} +.isax-picture-frame5:before { + content: "\54f"; +} +.isax-play5:before { + content: "\550"; +} +.isax-play-add5:before { + content: "\551"; +} +.isax-play-circle5:before { + content: "\552"; +} +.isax-play-cricle5:before { + content: "\553"; +} +.isax-play-remove5:before { + content: "\554"; +} +.isax-presention-chart5:before { + content: "\555"; +} +.isax-previous5:before { + content: "\556"; +} +.isax-printer5:before { + content: "\557"; +} +.isax-printer-slash5:before { + content: "\558"; +} +.isax-profile-2user5:before { + content: "\559"; +} +.isax-profile-add5:before { + content: "\55a"; +} +.isax-profile-circle5:before { + content: "\55b"; +} +.isax-profile-delete5:before { + content: "\55c"; +} +.isax-profile-remove5:before { + content: "\55d"; +} +.isax-profile-tick5:before { + content: "\55e"; +} +.isax-programming-arrow5:before { + content: "\55f"; +} +.isax-programming-arrows5:before { + content: "\560"; +} +.isax-quote-down5:before { + content: "\561"; +} +.isax-quote-down-circle5:before { + content: "\562"; +} +.isax-quote-down-square5:before { + content: "\563"; +} +.isax-quote-up5:before { + content: "\564"; +} +.isax-quote-up-circle5:before { + content: "\565"; +} +.isax-quote-up-square5:before { + content: "\566"; +} +.isax-radar5:before { + content: "\567"; +} +.isax-radar-15:before { + content: "\568"; +} +.isax-radar-25:before { + content: "\569"; +} +.isax-radio5:before { + content: "\56a"; +} +.isax-ram5:before { + content: "\56b"; +} +.isax-ram-25:before { + content: "\56c"; +} +.isax-ranking5:before { + content: "\56d"; +} +.isax-ranking-15:before { + content: "\56e"; +} +.isax-receipt5:before { + content: "\56f"; +} +.isax-receipt-15:before { + content: "\570"; +} +.isax-receipt-25:before { + content: "\571"; +} +.isax-receipt-2-15:before { + content: "\572"; +} +.isax-receipt-add5:before { + content: "\573"; +} +.isax-receipt-discount5:before { + content: "\574"; +} +.isax-receipt-disscount5:before { + content: "\575"; +} +.isax-receipt-edit5:before { + content: "\576"; +} +.isax-receipt-item5:before { + content: "\577"; +} +.isax-receipt-minus5:before { + content: "\578"; +} +.isax-receipt-search5:before { + content: "\579"; +} +.isax-receipt-square5:before { + content: "\57a"; +} +.isax-receipt-text5:before { + content: "\57b"; +} +.isax-received5:before { + content: "\57c"; +} +.isax-receive-square5:before { + content: "\57d"; +} +.isax-receive-square-25:before { + content: "\57e"; +} +.isax-record5:before { + content: "\57f"; +} +.isax-record-circle5:before { + content: "\580"; +} +.isax-recovery-convert5:before { + content: "\581"; +} +.isax-redo5:before { + content: "\582"; +} +.isax-refresh5:before { + content: "\583"; +} +.isax-refresh-25:before { + content: "\584"; +} +.isax-refresh-circle5:before { + content: "\585"; +} +.isax-refresh-left-square5:before { + content: "\586"; +} +.isax-refresh-right-square5:before { + content: "\587"; +} +.isax-refresh-square-25:before { + content: "\588"; +} +.isax-repeat5:before { + content: "\589"; +} +.isax-repeat-circle5:before { + content: "\58a"; +} +.isax-repeate-music5:before { + content: "\58b"; +} +.isax-repeate-one5:before { + content: "\58c"; +} +.isax-reserve5:before { + content: "\58d"; +} +.isax-rotate-left5:before { + content: "\58e"; +} +.isax-rotate-left-15:before { + content: "\58f"; +} +.isax-rotate-right5:before { + content: "\590"; +} +.isax-rotate-right-15:before { + content: "\591"; +} +.isax-route-square5:before { + content: "\592"; +} +.isax-routing5:before { + content: "\593"; +} +.isax-routing-25:before { + content: "\594"; +} +.isax-row-horizontal5:before { + content: "\595"; +} +.isax-row-vertical5:before { + content: "\596"; +} +.isax-rulerpen5:before { + content: "\597"; +} +.isax-ruler5:before { + content: "\598"; +} +.isax-safe-home5:before { + content: "\599"; +} +.isax-sagittarius5:before { + content: "\59a"; +} +.isax-save-25:before { + content: "\59b"; +} +.isax-save-add5:before { + content: "\59c"; +} +.isax-save-minus5:before { + content: "\59d"; +} +.isax-save-remove5:before { + content: "\59e"; +} +.isax-scan5:before { + content: "\59f"; +} +.isax-scan-barcode5:before { + content: "\5a0"; +} +.isax-scanner5:before { + content: "\5a1"; +} +.isax-scanning5:before { + content: "\5a2"; +} +.isax-scissor5:before { + content: "\5a3"; +} +.isax-scissor-15:before { + content: "\5a4"; +} +.isax-screenmirroring5:before { + content: "\5a5"; +} +.isax-scroll5:before { + content: "\5a6"; +} +.isax-search-favorite5:before { + content: "\5a7"; +} +.isax-search-favorite-15:before { + content: "\5a8"; +} +.isax-search-normal5:before { + content: "\5a9"; +} +.isax-search-normal-15:before { + content: "\5aa"; +} +.isax-search-status5:before { + content: "\5ab"; +} +.isax-search-status-15:before { + content: "\5ac"; +} +.isax-search-zoom-in5:before { + content: "\5ad"; +} +.isax-search-zoom-in-15:before { + content: "\5ae"; +} +.isax-search-zoom-out5:before { + content: "\5af"; +} +.isax-search-zoom-out-15:before { + content: "\5b0"; +} +.isax-security5:before { + content: "\5b1"; +} +.isax-security-card5:before { + content: "\5b2"; +} +.isax-security-safe5:before { + content: "\5b3"; +} +.isax-security-time5:before { + content: "\5b4"; +} +.isax-security-user5:before { + content: "\5b5"; +} +.isax-send5:before { + content: "\5b6"; +} +.isax-send-15:before { + content: "\5b7"; +} +.isax-send-25:before { + content: "\5b8"; +} +.isax-send-sqaure-25:before { + content: "\5b9"; +} +.isax-send-square5:before { + content: "\5ba"; +} +.isax-setting5:before { + content: "\5bb"; +} +.isax-setting-25:before { + content: "\5bc"; +} +.isax-setting-35:before { + content: "\5bd"; +} +.isax-setting-45:before { + content: "\5be"; +} +.isax-setting-55:before { + content: "\5bf"; +} +.isax-settings5:before { + content: "\5c0"; +} +.isax-shapes5:before { + content: "\5c1"; +} +.isax-shapes-15:before { + content: "\5c2"; +} +.isax-share5:before { + content: "\5c3"; +} +.isax-shield-cross5:before { + content: "\5c4"; +} +.isax-shield-search5:before { + content: "\5c5"; +} +.isax-shield-security2:before { + content: "\5c6"; +} +.isax-shield-slash5:before { + content: "\5c7"; +} +.isax-shield-tick5:before { + content: "\5c8"; +} +.isax-ship5:before { + content: "\5c9"; +} +.isax-shop5:before { + content: "\5ca"; +} +.isax-shop-add5:before { + content: "\5cb"; +} +.isax-shopping-bag5:before { + content: "\5cc"; +} +.isax-shopping-cart5:before { + content: "\5cd"; +} +.isax-shop-remove5:before { + content: "\5ce"; +} +.isax-shuffle5:before { + content: "\5cf"; +} +.isax-sidebar-bottom5:before { + content: "\5d0"; +} +.isax-sidebar-left5:before { + content: "\5d1"; +} +.isax-sidebar-right5:before { + content: "\5d2"; +} +.isax-sidebar-top5:before { + content: "\5d3"; +} +.isax-signpost5:before { + content: "\5d4"; +} +.isax-simcard5:before { + content: "\5d5"; +} +.isax-simcard-15:before { + content: "\5d6"; +} +.isax-simcard-25:before { + content: "\5d7"; +} +.isax-size5:before { + content: "\5d8"; +} +.isax-slash5:before { + content: "\5d9"; +} +.isax-slider5:before { + content: "\5da"; +} +.isax-slider-horizontal5:before { + content: "\5db"; +} +.isax-slider-horizontal-15:before { + content: "\5dc"; +} +.isax-slider-vertical5:before { + content: "\5dd"; +} +.isax-slider-vertical-15:before { + content: "\5de"; +} +.isax-smallcaps5:before { + content: "\5df"; +} +.isax-smart-car5:before { + content: "\5e0"; +} +.isax-smart-home5:before { + content: "\5e1"; +} +.isax-smileys5:before { + content: "\5e2"; +} +.isax-sms5:before { + content: "\5e3"; +} +.isax-sms-edit5:before { + content: "\5e4"; +} +.isax-sms-notification5:before { + content: "\5e5"; +} +.isax-sms-search5:before { + content: "\5e6"; +} +.isax-sms-star5:before { + content: "\5e7"; +} +.isax-sms-tracking5:before { + content: "\5e8"; +} +.isax-sort5:before { + content: "\5e9"; +} +.isax-sound5:before { + content: "\5ea"; +} +.isax-speaker5:before { + content: "\5eb"; +} +.isax-speedometer5:before { + content: "\5ec"; +} +.isax-star5:before { + content: "\5ed"; +} +.isax-star-15:before { + content: "\5ee"; +} +.isax-star-slash5:before { + content: "\5ef"; +} +.isax-status5:before { + content: "\5f0"; +} +.isax-status-up5:before { + content: "\5f1"; +} +.isax-sticker5:before { + content: "\5f2"; +} +.isax-stickynote5:before { + content: "\5f3"; +} +.isax-stop5:before { + content: "\5f4"; +} +.isax-stop-circle5:before { + content: "\5f5"; +} +.isax-story5:before { + content: "\5f6"; +} +.isax-strongbox5:before { + content: "\5f7"; +} +.isax-strongbox-25:before { + content: "\5f8"; +} +.isax-subtitle5:before { + content: "\5f9"; +} +.isax-sun5:before { + content: "\5fa"; +} +.isax-sun-15:before { + content: "\5fb"; +} +.isax-sun-fog5:before { + content: "\5fc"; +} +.isax-tag5:before { + content: "\5fd"; +} +.isax-tag-25:before { + content: "\5fe"; +} +.isax-tag-cross5:before { + content: "\5ff"; +} +.isax-tag-right5:before { + content: "\600"; +} +.isax-tag-user5:before { + content: "\601"; +} +.isax-task5:before { + content: "\602"; +} +.isax-task-square5:before { + content: "\603"; +} +.isax-teacher5:before { + content: "\604"; +} +.isax-text5:before { + content: "\605"; +} +.isax-textalign-center5:before { + content: "\606"; +} +.isax-textalign-justifycenter5:before { + content: "\607"; +} +.isax-textalign-justifyleft5:before { + content: "\608"; +} +.isax-textalign-justifyright5:before { + content: "\609"; +} +.isax-textalign-left5:before { + content: "\60a"; +} +.isax-textalign-right5:before { + content: "\60b"; +} +.isax-text-block5:before { + content: "\60c"; +} +.isax-text-bold5:before { + content: "\60d"; +} +.isax-text-italic5:before { + content: "\60e"; +} +.isax-text-underline5:before { + content: "\60f"; +} +.isax-tick-circle5:before { + content: "\610"; +} +.isax-ticket5:before { + content: "\611"; +} +.isax-ticket-25:before { + content: "\612"; +} +.isax-ticket-discount5:before { + content: "\613"; +} +.isax-ticket-expired5:before { + content: "\614"; +} +.isax-ticket-star5:before { + content: "\615"; +} +.isax-tick-square5:before { + content: "\616"; +} +.isax-timer5:before { + content: "\617"; +} +.isax-timer-15:before { + content: "\618"; +} +.isax-timer-pause5:before { + content: "\619"; +} +.isax-timer-start5:before { + content: "\61a"; +} +.isax-toggle-off5:before { + content: "\61b"; +} +.isax-toggle-off-circle5:before { + content: "\61c"; +} +.isax-toggle-on5:before { + content: "\61d"; +} +.isax-toggle-on-circle5:before { + content: "\61e"; +} +.isax-trade5:before { + content: "\61f"; +} +.isax-transaction-minus5:before { + content: "\620"; +} +.isax-translate5:before { + content: "\621"; +} +.isax-trash5:before { + content: "\622"; +} +.isax-tree5:before { + content: "\623"; +} +.isax-trend-down5:before { + content: "\624"; +} +.isax-trend-up5:before { + content: "\625"; +} +.isax-triangle5:before { + content: "\626"; +} +.isax-truck4:before { + content: "\627"; +} +.isax-truck-fast4:before { + content: "\628"; +} +.isax-truck-remove3:before { + content: "\629"; +} +.isax-truck-tick5:before { + content: "\62a"; +} +.isax-truck-time3:before { + content: "\62b"; +} +.isax-trush-square5:before { + content: "\62c"; +} +.isax-undo5:before { + content: "\62d"; +} +.isax-unlimited5:before { + content: "\62e"; +} +.isax-unlock5:before { + content: "\62f"; +} +.isax-user5:before { + content: "\630"; +} +.isax-user-add5:before { + content: "\631"; +} +.isax-user-cirlce-add5:before { + content: "\632"; +} +.isax-user-edit5:before { + content: "\633"; +} +.isax-user-minus5:before { + content: "\634"; +} +.isax-user-octagon5:before { + content: "\635"; +} +.isax-user-remove5:before { + content: "\636"; +} +.isax-user-search5:before { + content: "\637"; +} +.isax-user-square5:before { + content: "\638"; +} +.isax-user-tag5:before { + content: "\639"; +} +.isax-user-tick5:before { + content: "\63a"; +} +.isax-verify5:before { + content: "\63b"; +} +.isax-video5:before { + content: "\63c"; +} +.isax-video-add5:before { + content: "\63d"; +} +.isax-video-circle5:before { + content: "\63e"; +} +.isax-video-horizontal5:before { + content: "\63f"; +} +.isax-video-octagon5:before { + content: "\640"; +} +.isax-video-play5:before { + content: "\641"; +} +.isax-video-remove5:before { + content: "\642"; +} +.isax-video-slash5 .path1:before { + content: "\643"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-video-slash5 .path2:before { + content: "\673"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video-slash5 .path3:before { + content: "\674"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video-slash5 .path4:before { + content: "\675"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video-square5:before { + content: "\644"; +} +.isax-video-tick5:before { + content: "\645"; +} +.isax-video-time5:before { + content: "\646"; +} +.isax-video-vertical5:before { + content: "\647"; +} +.isax-voice-cricle5:before { + content: "\648"; +} +.isax-voice-square5:before { + content: "\649"; +} +.isax-volume-cross5:before { + content: "\64a"; +} +.isax-volume-high5:before { + content: "\64b"; +} +.isax-volume-low5:before { + content: "\64c"; +} +.isax-volume-low-15:before { + content: "\64d"; +} +.isax-volume-mute5:before { + content: "\64e"; +} +.isax-volume-slash5:before { + content: "\64f"; +} +.isax-volume-up5:before { + content: "\650"; +} +.isax-wallet5:before { + content: "\651"; +} +.isax-wallet-15:before { + content: "\652"; +} +.isax-wallet-25:before { + content: "\653"; +} +.isax-wallet-35:before { + content: "\654"; +} +.isax-wallet-add5:before { + content: "\655"; +} +.isax-wallet-add-15:before { + content: "\656"; +} +.isax-wallet-check5:before { + content: "\657"; +} +.isax-wallet-minus5:before { + content: "\658"; +} +.isax-wallet-money5:before { + content: "\659"; +} +.isax-wallet-remove5:before { + content: "\65a"; +} +.isax-wallet-search5:before { + content: "\65b"; +} +.isax-warning-25:before { + content: "\65c"; +} +.isax-watch5:before { + content: "\65d"; +} +.isax-watch-status5:before { + content: "\65e"; +} +.isax-weight5:before { + content: "\65f"; +} +.isax-weight-15:before { + content: "\660"; +} +.isax-wifi5:before { + content: "\661"; +} +.isax-wifi-square5:before { + content: "\662"; +} +.isax-wind5:before { + content: "\663"; +} +.isax-wind-25:before { + content: "\664"; +} +.isax-woman5:before { + content: "\665"; +} diff --git a/public/tailwind.js b/public/tailwind.js new file mode 100644 index 0000000..a476745 --- /dev/null +++ b/public/tailwind.js @@ -0,0 +1,63 @@ +(()=>{var rw=Object.create;var Qr=Object.defineProperty;var iw=Object.getOwnPropertyDescriptor;var sw=Object.getOwnPropertyNames;var nw=Object.getPrototypeOf,aw=Object.prototype.hasOwnProperty;var yl=r=>Qr(r,"__esModule",{value:!0});var _s=r=>{if(typeof require!="undefined")return require(r);throw new Error('Dynamic require of "'+r+'" is not supported')};var C=(r,e)=>()=>(r&&(e=r(r=0)),e);var w=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports),de=(r,e)=>{yl(r);for(var t in e)Qr(r,t,{get:e[t],enumerable:!0})},ow=(r,e,t)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of sw(e))!aw.call(r,i)&&i!=="default"&&Qr(r,i,{get:()=>e[i],enumerable:!(t=iw(e,i))||t.enumerable});return r},Y=r=>ow(yl(Qr(r!=null?rw(nw(r)):{},"default",r&&r.__esModule&&"default"in r?{get:()=>r.default,enumerable:!0}:{value:r,enumerable:!0})),r);var m,l=C(()=>{m={platform:"",env:{},versions:{node:"14.17.6"}}});var lw,xe,ct=C(()=>{l();lw=0,xe={readFileSync:r=>self[r]||"",statSync:()=>({mtimeMs:lw++})}});var wl={};de(wl,{default:()=>ie});var ie,tt=C(()=>{l();ie={resolve:r=>r,extname:r=>"."+r.split(".").pop()}});var bl,vl=C(()=>{l();bl={sync:r=>[].concat(r)}});var As=w((zA,kl)=>{l();"use strict";var xl=class{constructor(e={}){if(!(e.maxSize&&e.maxSize>0))throw new TypeError("`maxSize` must be a number greater than 0");this.maxSize=e.maxSize,this.onEviction=e.onEviction,this.cache=new Map,this.oldCache=new Map,this._size=0}_set(e,t){if(this.cache.set(e,t),this._size++,this._size>=this.maxSize){if(this._size=0,typeof this.onEviction=="function")for(let[i,s]of this.oldCache.entries())this.onEviction(i,s);this.oldCache=this.cache,this.cache=new Map}}get(e){if(this.cache.has(e))return this.cache.get(e);if(this.oldCache.has(e)){let t=this.oldCache.get(e);return this.oldCache.delete(e),this._set(e,t),t}}set(e,t){return this.cache.has(e)?this.cache.set(e,t):this._set(e,t),this}has(e){return this.cache.has(e)||this.oldCache.has(e)}peek(e){if(this.cache.has(e))return this.cache.get(e);if(this.oldCache.has(e))return this.oldCache.get(e)}delete(e){let t=this.cache.delete(e);return t&&this._size--,this.oldCache.delete(e)||t}clear(){this.cache.clear(),this.oldCache.clear(),this._size=0}*keys(){for(let[e]of this)yield e}*values(){for(let[,e]of this)yield e}*[Symbol.iterator](){for(let e of this.cache)yield e;for(let e of this.oldCache){let[t]=e;this.cache.has(t)||(yield e)}}get size(){let e=0;for(let t of this.oldCache.keys())this.cache.has(t)||e++;return Math.min(this._size+e,this.maxSize)}};kl.exports=xl});var Sl,Cl=C(()=>{l();Sl=r=>r});var _l,Al=C(()=>{l();_l=r=>r&&r._hash});function Jr(r){return _l(r,{ignoreUnknown:!0})}var Ol=C(()=>{l();Al()});var pt,Xr=C(()=>{l();pt={}});function El(r){let e=xe.readFileSync(r,"utf-8"),t=pt(e);return{file:r,requires:t}}function Os(r){let t=[El(r)];for(let i of t)i.requires.filter(s=>s.startsWith("./")||s.startsWith("../")).forEach(s=>{try{let n=ie.dirname(i.file),a=pt.sync(s,{basedir:n}),o=El(a);t.push(o)}catch(n){}});return t}var Tl=C(()=>{l();ct();tt();Xr();Xr()});function rt(r){if(r=`${r}`,r==="0")return"0";if(/^[+-]?(\d+|\d*\.\d+)(e[+-]?\d+)?(%|\w+)?$/.test(r))return r.replace(/^[+-]?/,e=>e==="-"?"":"-");if(r.includes("var(")||r.includes("calc("))return`calc(${r} * -1)`}var Kr=C(()=>{l()});var Pl,Dl=C(()=>{l();Pl=["preflight","container","accessibility","pointerEvents","visibility","position","inset","isolation","zIndex","order","gridColumn","gridColumnStart","gridColumnEnd","gridRow","gridRowStart","gridRowEnd","float","clear","margin","boxSizing","display","aspectRatio","height","maxHeight","minHeight","width","minWidth","maxWidth","flex","flexShrink","flexGrow","flexBasis","tableLayout","borderCollapse","borderSpacing","transformOrigin","translate","rotate","skew","scale","transform","animation","cursor","touchAction","userSelect","resize","scrollSnapType","scrollSnapAlign","scrollSnapStop","scrollMargin","scrollPadding","listStylePosition","listStyleType","appearance","columns","breakBefore","breakInside","breakAfter","gridAutoColumns","gridAutoFlow","gridAutoRows","gridTemplateColumns","gridTemplateRows","flexDirection","flexWrap","placeContent","placeItems","alignContent","alignItems","justifyContent","justifyItems","gap","space","divideWidth","divideStyle","divideColor","divideOpacity","placeSelf","alignSelf","justifySelf","overflow","overscrollBehavior","scrollBehavior","textOverflow","whitespace","wordBreak","borderRadius","borderWidth","borderStyle","borderColor","borderOpacity","backgroundColor","backgroundOpacity","backgroundImage","gradientColorStops","boxDecorationBreak","backgroundSize","backgroundAttachment","backgroundClip","backgroundPosition","backgroundRepeat","backgroundOrigin","fill","stroke","strokeWidth","objectFit","objectPosition","padding","textAlign","textIndent","verticalAlign","fontFamily","fontSize","fontWeight","textTransform","fontStyle","fontVariantNumeric","lineHeight","letterSpacing","textColor","textOpacity","textDecoration","textDecorationColor","textDecorationStyle","textDecorationThickness","textUnderlineOffset","fontSmoothing","placeholderColor","placeholderOpacity","caretColor","accentColor","opacity","backgroundBlendMode","mixBlendMode","boxShadow","boxShadowColor","outlineStyle","outlineWidth","outlineOffset","outlineColor","ringWidth","ringColor","ringOpacity","ringOffsetWidth","ringOffsetColor","blur","brightness","contrast","dropShadow","grayscale","hueRotate","invert","saturate","sepia","filter","backdropBlur","backdropBrightness","backdropContrast","backdropGrayscale","backdropHueRotate","backdropInvert","backdropOpacity","backdropSaturate","backdropSepia","backdropFilter","transitionProperty","transitionDelay","transitionDuration","transitionTimingFunction","willChange","content"]});function ql(r,e){return r===void 0?e:Array.isArray(r)?r:[...new Set(e.filter(i=>r!==!1&&r[i]!==!1).concat(Object.keys(r).filter(i=>r[i]!==!1)))]}var Il=C(()=>{l()});var Yt=w((eO,Rl)=>{l();Rl.exports={content:[],presets:[],darkMode:"media",theme:{screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},colors:({colors:r})=>({inherit:r.inherit,current:r.current,transparent:r.transparent,black:r.black,white:r.white,slate:r.slate,gray:r.gray,zinc:r.zinc,neutral:r.neutral,stone:r.stone,red:r.red,orange:r.orange,amber:r.amber,yellow:r.yellow,lime:r.lime,green:r.green,emerald:r.emerald,teal:r.teal,cyan:r.cyan,sky:r.sky,blue:r.blue,indigo:r.indigo,violet:r.violet,purple:r.purple,fuchsia:r.fuchsia,pink:r.pink,rose:r.rose}),columns:{auto:"auto",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",10:"10",11:"11",12:"12","3xs":"16rem","2xs":"18rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem"},spacing:{px:"1px",0:"0px",.5:"0.125rem",1:"0.25rem",1.5:"0.375rem",2:"0.5rem",2.5:"0.625rem",3:"0.75rem",3.5:"0.875rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem",11:"2.75rem",12:"3rem",14:"3.5rem",16:"4rem",20:"5rem",24:"6rem",28:"7rem",32:"8rem",36:"9rem",40:"10rem",44:"11rem",48:"12rem",52:"13rem",56:"14rem",60:"15rem",64:"16rem",72:"18rem",80:"20rem",96:"24rem"},animation:{none:"none",spin:"spin 1s linear infinite",ping:"ping 1s cubic-bezier(0, 0, 0.2, 1) infinite",pulse:"pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite",bounce:"bounce 1s infinite"},aspectRatio:{auto:"auto",square:"1 / 1",video:"16 / 9"},backdropBlur:({theme:r})=>r("blur"),backdropBrightness:({theme:r})=>r("brightness"),backdropContrast:({theme:r})=>r("contrast"),backdropGrayscale:({theme:r})=>r("grayscale"),backdropHueRotate:({theme:r})=>r("hueRotate"),backdropInvert:({theme:r})=>r("invert"),backdropOpacity:({theme:r})=>r("opacity"),backdropSaturate:({theme:r})=>r("saturate"),backdropSepia:({theme:r})=>r("sepia"),backgroundColor:({theme:r})=>r("colors"),backgroundImage:{none:"none","gradient-to-t":"linear-gradient(to top, var(--tw-gradient-stops))","gradient-to-tr":"linear-gradient(to top right, var(--tw-gradient-stops))","gradient-to-r":"linear-gradient(to right, var(--tw-gradient-stops))","gradient-to-br":"linear-gradient(to bottom right, var(--tw-gradient-stops))","gradient-to-b":"linear-gradient(to bottom, var(--tw-gradient-stops))","gradient-to-bl":"linear-gradient(to bottom left, var(--tw-gradient-stops))","gradient-to-l":"linear-gradient(to left, var(--tw-gradient-stops))","gradient-to-tl":"linear-gradient(to top left, var(--tw-gradient-stops))"},backgroundOpacity:({theme:r})=>r("opacity"),backgroundPosition:{bottom:"bottom",center:"center",left:"left","left-bottom":"left bottom","left-top":"left top",right:"right","right-bottom":"right bottom","right-top":"right top",top:"top"},backgroundSize:{auto:"auto",cover:"cover",contain:"contain"},blur:{0:"0",none:"0",sm:"4px",DEFAULT:"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},brightness:{0:"0",50:".5",75:".75",90:".9",95:".95",100:"1",105:"1.05",110:"1.1",125:"1.25",150:"1.5",200:"2"},borderColor:({theme:r})=>({...r("colors"),DEFAULT:r("colors.gray.200","currentColor")}),borderOpacity:({theme:r})=>r("opacity"),borderRadius:{none:"0px",sm:"0.125rem",DEFAULT:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem",full:"9999px"},borderSpacing:({theme:r})=>({...r("spacing")}),borderWidth:{DEFAULT:"1px",0:"0px",2:"2px",4:"4px",8:"8px"},boxShadow:{sm:"0 1px 2px 0 rgb(0 0 0 / 0.05)",DEFAULT:"0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)",md:"0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",lg:"0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)",xl:"0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)","2xl":"0 25px 50px -12px rgb(0 0 0 / 0.25)",inner:"inset 0 2px 4px 0 rgb(0 0 0 / 0.05)",none:"none"},boxShadowColor:({theme:r})=>r("colors"),caretColor:({theme:r})=>r("colors"),accentColor:({theme:r})=>({...r("colors"),auto:"auto"}),contrast:{0:"0",50:".5",75:".75",100:"1",125:"1.25",150:"1.5",200:"2"},container:{},content:{none:"none"},cursor:{auto:"auto",default:"default",pointer:"pointer",wait:"wait",text:"text",move:"move",help:"help","not-allowed":"not-allowed",none:"none","context-menu":"context-menu",progress:"progress",cell:"cell",crosshair:"crosshair","vertical-text":"vertical-text",alias:"alias",copy:"copy","no-drop":"no-drop",grab:"grab",grabbing:"grabbing","all-scroll":"all-scroll","col-resize":"col-resize","row-resize":"row-resize","n-resize":"n-resize","e-resize":"e-resize","s-resize":"s-resize","w-resize":"w-resize","ne-resize":"ne-resize","nw-resize":"nw-resize","se-resize":"se-resize","sw-resize":"sw-resize","ew-resize":"ew-resize","ns-resize":"ns-resize","nesw-resize":"nesw-resize","nwse-resize":"nwse-resize","zoom-in":"zoom-in","zoom-out":"zoom-out"},divideColor:({theme:r})=>r("borderColor"),divideOpacity:({theme:r})=>r("borderOpacity"),divideWidth:({theme:r})=>r("borderWidth"),dropShadow:{sm:"0 1px 1px rgb(0 0 0 / 0.05)",DEFAULT:["0 1px 2px rgb(0 0 0 / 0.1)","0 1px 1px rgb(0 0 0 / 0.06)"],md:["0 4px 3px rgb(0 0 0 / 0.07)","0 2px 2px rgb(0 0 0 / 0.06)"],lg:["0 10px 8px rgb(0 0 0 / 0.04)","0 4px 3px rgb(0 0 0 / 0.1)"],xl:["0 20px 13px rgb(0 0 0 / 0.03)","0 8px 5px rgb(0 0 0 / 0.08)"],"2xl":"0 25px 25px rgb(0 0 0 / 0.15)",none:"0 0 #0000"},fill:({theme:r})=>r("colors"),grayscale:{0:"0",DEFAULT:"100%"},hueRotate:{0:"0deg",15:"15deg",30:"30deg",60:"60deg",90:"90deg",180:"180deg"},invert:{0:"0",DEFAULT:"100%"},flex:{1:"1 1 0%",auto:"1 1 auto",initial:"0 1 auto",none:"none"},flexBasis:({theme:r})=>({auto:"auto",...r("spacing"),"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%","1/5":"20%","2/5":"40%","3/5":"60%","4/5":"80%","1/6":"16.666667%","2/6":"33.333333%","3/6":"50%","4/6":"66.666667%","5/6":"83.333333%","1/12":"8.333333%","2/12":"16.666667%","3/12":"25%","4/12":"33.333333%","5/12":"41.666667%","6/12":"50%","7/12":"58.333333%","8/12":"66.666667%","9/12":"75%","10/12":"83.333333%","11/12":"91.666667%",full:"100%"}),flexGrow:{0:"0",DEFAULT:"1"},flexShrink:{0:"0",DEFAULT:"1"},fontFamily:{sans:["ui-sans-serif","system-ui","-apple-system","BlinkMacSystemFont",'"Segoe UI"',"Roboto",'"Helvetica Neue"',"Arial",'"Noto Sans"',"sans-serif",'"Apple Color Emoji"','"Segoe UI Emoji"','"Segoe UI Symbol"','"Noto Color Emoji"'],serif:["ui-serif","Georgia","Cambria",'"Times New Roman"',"Times","serif"],mono:["ui-monospace","SFMono-Regular","Menlo","Monaco","Consolas",'"Liberation Mono"','"Courier New"',"monospace"]},fontSize:{xs:["0.75rem",{lineHeight:"1rem"}],sm:["0.875rem",{lineHeight:"1.25rem"}],base:["1rem",{lineHeight:"1.5rem"}],lg:["1.125rem",{lineHeight:"1.75rem"}],xl:["1.25rem",{lineHeight:"1.75rem"}],"2xl":["1.5rem",{lineHeight:"2rem"}],"3xl":["1.875rem",{lineHeight:"2.25rem"}],"4xl":["2.25rem",{lineHeight:"2.5rem"}],"5xl":["3rem",{lineHeight:"1"}],"6xl":["3.75rem",{lineHeight:"1"}],"7xl":["4.5rem",{lineHeight:"1"}],"8xl":["6rem",{lineHeight:"1"}],"9xl":["8rem",{lineHeight:"1"}]},fontWeight:{thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},gap:({theme:r})=>r("spacing"),gradientColorStops:({theme:r})=>r("colors"),gridAutoColumns:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0, 1fr)"},gridAutoRows:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0, 1fr)"},gridColumn:{auto:"auto","span-1":"span 1 / span 1","span-2":"span 2 / span 2","span-3":"span 3 / span 3","span-4":"span 4 / span 4","span-5":"span 5 / span 5","span-6":"span 6 / span 6","span-7":"span 7 / span 7","span-8":"span 8 / span 8","span-9":"span 9 / span 9","span-10":"span 10 / span 10","span-11":"span 11 / span 11","span-12":"span 12 / span 12","span-full":"1 / -1"},gridColumnEnd:{auto:"auto",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",10:"10",11:"11",12:"12",13:"13"},gridColumnStart:{auto:"auto",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",10:"10",11:"11",12:"12",13:"13"},gridRow:{auto:"auto","span-1":"span 1 / span 1","span-2":"span 2 / span 2","span-3":"span 3 / span 3","span-4":"span 4 / span 4","span-5":"span 5 / span 5","span-6":"span 6 / span 6","span-full":"1 / -1"},gridRowStart:{auto:"auto",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7"},gridRowEnd:{auto:"auto",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7"},gridTemplateColumns:{none:"none",1:"repeat(1, minmax(0, 1fr))",2:"repeat(2, minmax(0, 1fr))",3:"repeat(3, minmax(0, 1fr))",4:"repeat(4, minmax(0, 1fr))",5:"repeat(5, minmax(0, 1fr))",6:"repeat(6, minmax(0, 1fr))",7:"repeat(7, minmax(0, 1fr))",8:"repeat(8, minmax(0, 1fr))",9:"repeat(9, minmax(0, 1fr))",10:"repeat(10, minmax(0, 1fr))",11:"repeat(11, minmax(0, 1fr))",12:"repeat(12, minmax(0, 1fr))"},gridTemplateRows:{none:"none",1:"repeat(1, minmax(0, 1fr))",2:"repeat(2, minmax(0, 1fr))",3:"repeat(3, minmax(0, 1fr))",4:"repeat(4, minmax(0, 1fr))",5:"repeat(5, minmax(0, 1fr))",6:"repeat(6, minmax(0, 1fr))"},height:({theme:r})=>({auto:"auto",...r("spacing"),"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%","1/5":"20%","2/5":"40%","3/5":"60%","4/5":"80%","1/6":"16.666667%","2/6":"33.333333%","3/6":"50%","4/6":"66.666667%","5/6":"83.333333%",full:"100%",screen:"100vh",min:"min-content",max:"max-content",fit:"fit-content"}),inset:({theme:r})=>({auto:"auto",...r("spacing"),"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%",full:"100%"}),keyframes:{spin:{to:{transform:"rotate(360deg)"}},ping:{"75%, 100%":{transform:"scale(2)",opacity:"0"}},pulse:{"50%":{opacity:".5"}},bounce:{"0%, 100%":{transform:"translateY(-25%)",animationTimingFunction:"cubic-bezier(0.8,0,1,1)"},"50%":{transform:"none",animationTimingFunction:"cubic-bezier(0,0,0.2,1)"}}},letterSpacing:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeight:{none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2",3:".75rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem"},listStyleType:{none:"none",disc:"disc",decimal:"decimal"},margin:({theme:r})=>({auto:"auto",...r("spacing")}),maxHeight:({theme:r})=>({...r("spacing"),full:"100%",screen:"100vh",min:"min-content",max:"max-content",fit:"fit-content"}),maxWidth:({theme:r,breakpoints:e})=>({none:"none",0:"0rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",prose:"65ch",...e(r("screens"))}),minHeight:{0:"0px",full:"100%",screen:"100vh",min:"min-content",max:"max-content",fit:"fit-content"},minWidth:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content"},objectPosition:{bottom:"bottom",center:"center",left:"left","left-bottom":"left bottom","left-top":"left top",right:"right","right-bottom":"right bottom","right-top":"right top",top:"top"},opacity:{0:"0",5:"0.05",10:"0.1",20:"0.2",25:"0.25",30:"0.3",40:"0.4",50:"0.5",60:"0.6",70:"0.7",75:"0.75",80:"0.8",90:"0.9",95:"0.95",100:"1"},order:{first:"-9999",last:"9999",none:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",10:"10",11:"11",12:"12"},padding:({theme:r})=>r("spacing"),placeholderColor:({theme:r})=>r("colors"),placeholderOpacity:({theme:r})=>r("opacity"),outlineColor:({theme:r})=>r("colors"),outlineOffset:{0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},outlineWidth:{0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},ringColor:({theme:r})=>({DEFAULT:r("colors.blue.500","#3b82f6"),...r("colors")}),ringOffsetColor:({theme:r})=>r("colors"),ringOffsetWidth:{0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},ringOpacity:({theme:r})=>({DEFAULT:"0.5",...r("opacity")}),ringWidth:{DEFAULT:"3px",0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},rotate:{0:"0deg",1:"1deg",2:"2deg",3:"3deg",6:"6deg",12:"12deg",45:"45deg",90:"90deg",180:"180deg"},saturate:{0:"0",50:".5",100:"1",150:"1.5",200:"2"},scale:{0:"0",50:".5",75:".75",90:".9",95:".95",100:"1",105:"1.05",110:"1.1",125:"1.25",150:"1.5"},scrollMargin:({theme:r})=>({...r("spacing")}),scrollPadding:({theme:r})=>r("spacing"),sepia:{0:"0",DEFAULT:"100%"},skew:{0:"0deg",1:"1deg",2:"2deg",3:"3deg",6:"6deg",12:"12deg"},space:({theme:r})=>({...r("spacing")}),stroke:({theme:r})=>r("colors"),strokeWidth:{0:"0",1:"1",2:"2"},textColor:({theme:r})=>r("colors"),textDecorationColor:({theme:r})=>r("colors"),textDecorationThickness:{auto:"auto","from-font":"from-font",0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},textUnderlineOffset:{auto:"auto",0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},textIndent:({theme:r})=>({...r("spacing")}),textOpacity:({theme:r})=>r("opacity"),transformOrigin:{center:"center",top:"top","top-right":"top right",right:"right","bottom-right":"bottom right",bottom:"bottom","bottom-left":"bottom left",left:"left","top-left":"top left"},transitionDelay:{75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},transitionDuration:{DEFAULT:"150ms",75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},transitionProperty:{none:"none",all:"all",DEFAULT:"color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter",colors:"color, background-color, border-color, text-decoration-color, fill, stroke",opacity:"opacity",shadow:"box-shadow",transform:"transform"},transitionTimingFunction:{DEFAULT:"cubic-bezier(0.4, 0, 0.2, 1)",linear:"linear",in:"cubic-bezier(0.4, 0, 1, 1)",out:"cubic-bezier(0, 0, 0.2, 1)","in-out":"cubic-bezier(0.4, 0, 0.2, 1)"},translate:({theme:r})=>({...r("spacing"),"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%",full:"100%"}),width:({theme:r})=>({auto:"auto",...r("spacing"),"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%","1/5":"20%","2/5":"40%","3/5":"60%","4/5":"80%","1/6":"16.666667%","2/6":"33.333333%","3/6":"50%","4/6":"66.666667%","5/6":"83.333333%","1/12":"8.333333%","2/12":"16.666667%","3/12":"25%","4/12":"33.333333%","5/12":"41.666667%","6/12":"50%","7/12":"58.333333%","8/12":"66.666667%","9/12":"75%","10/12":"83.333333%","11/12":"91.666667%",full:"100%",screen:"100vw",min:"min-content",max:"max-content",fit:"fit-content"}),willChange:{auto:"auto",scroll:"scroll-position",contents:"contents",transform:"transform"},zIndex:{auto:"auto",0:"0",10:"10",20:"20",30:"30",40:"40",50:"50"}},variantOrder:["first","last","odd","even","visited","checked","empty","read-only","group-hover","group-focus","focus-within","hover","focus","focus-visible","active","disabled"],plugins:[]}});var Ml={};de(Ml,{default:()=>he});var he,Zr=C(()=>{l();he=new Proxy({},{get:()=>String})});function Es(r,e,t){typeof m!="undefined"&&m.env.JEST_WORKER_ID||t&&Ll.has(t)||(t&&Ll.add(t),console.warn(""),e.forEach(i=>console.warn(r,"-",i)))}function Ts(r){return he.dim(r)}var Ll,W,ke=C(()=>{l();Zr();Ll=new Set;W={info(r,e){Es(he.bold(he.cyan("info")),...Array.isArray(r)?[r]:[e,r])},warn(r,e){Es(he.bold(he.yellow("warn")),...Array.isArray(r)?[r]:[e,r])},risk(r,e){Es(he.bold(he.magenta("risk")),...Array.isArray(r)?[r]:[e,r])}}});var Nl={};de(Nl,{default:()=>Ps});function Qt({version:r,from:e,to:t}){W.warn(`${e}-color-renamed`,[`As of Tailwind CSS ${r}, \`${e}\` has been renamed to \`${t}\`.`,"Update your configuration file to silence this warning."])}var Ps,Ds=C(()=>{l();ke();Ps={inherit:"inherit",current:"currentColor",transparent:"transparent",black:"#000",white:"#fff",slate:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827"},zinc:{50:"#fafafa",100:"#f4f4f5",200:"#e4e4e7",300:"#d4d4d8",400:"#a1a1aa",500:"#71717a",600:"#52525b",700:"#3f3f46",800:"#27272a",900:"#18181b"},neutral:{50:"#fafafa",100:"#f5f5f5",200:"#e5e5e5",300:"#d4d4d4",400:"#a3a3a3",500:"#737373",600:"#525252",700:"#404040",800:"#262626",900:"#171717"},stone:{50:"#fafaf9",100:"#f5f5f4",200:"#e7e5e4",300:"#d6d3d1",400:"#a8a29e",500:"#78716c",600:"#57534e",700:"#44403c",800:"#292524",900:"#1c1917"},red:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d"},orange:{50:"#fff7ed",100:"#ffedd5",200:"#fed7aa",300:"#fdba74",400:"#fb923c",500:"#f97316",600:"#ea580c",700:"#c2410c",800:"#9a3412",900:"#7c2d12"},amber:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f"},yellow:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12"},lime:{50:"#f7fee7",100:"#ecfccb",200:"#d9f99d",300:"#bef264",400:"#a3e635",500:"#84cc16",600:"#65a30d",700:"#4d7c0f",800:"#3f6212",900:"#365314"},green:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d"},emerald:{50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b"},teal:{50:"#f0fdfa",100:"#ccfbf1",200:"#99f6e4",300:"#5eead4",400:"#2dd4bf",500:"#14b8a6",600:"#0d9488",700:"#0f766e",800:"#115e59",900:"#134e4a"},cyan:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63"},sky:{50:"#f0f9ff",100:"#e0f2fe",200:"#bae6fd",300:"#7dd3fc",400:"#38bdf8",500:"#0ea5e9",600:"#0284c7",700:"#0369a1",800:"#075985",900:"#0c4a6e"},blue:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a"},indigo:{50:"#eef2ff",100:"#e0e7ff",200:"#c7d2fe",300:"#a5b4fc",400:"#818cf8",500:"#6366f1",600:"#4f46e5",700:"#4338ca",800:"#3730a3",900:"#312e81"},violet:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95"},purple:{50:"#faf5ff",100:"#f3e8ff",200:"#e9d5ff",300:"#d8b4fe",400:"#c084fc",500:"#a855f7",600:"#9333ea",700:"#7e22ce",800:"#6b21a8",900:"#581c87"},fuchsia:{50:"#fdf4ff",100:"#fae8ff",200:"#f5d0fe",300:"#f0abfc",400:"#e879f9",500:"#d946ef",600:"#c026d3",700:"#a21caf",800:"#86198f",900:"#701a75"},pink:{50:"#fdf2f8",100:"#fce7f3",200:"#fbcfe8",300:"#f9a8d4",400:"#f472b6",500:"#ec4899",600:"#db2777",700:"#be185d",800:"#9d174d",900:"#831843"},rose:{50:"#fff1f2",100:"#ffe4e6",200:"#fecdd3",300:"#fda4af",400:"#fb7185",500:"#f43f5e",600:"#e11d48",700:"#be123c",800:"#9f1239",900:"#881337"},get lightBlue(){return Qt({version:"v2.2",from:"lightBlue",to:"sky"}),this.sky},get warmGray(){return Qt({version:"v3.0",from:"warmGray",to:"stone"}),this.stone},get trueGray(){return Qt({version:"v3.0",from:"trueGray",to:"neutral"}),this.neutral},get coolGray(){return Qt({version:"v3.0",from:"coolGray",to:"gray"}),this.gray},get blueGray(){return Qt({version:"v3.0",from:"blueGray",to:"slate"}),this.slate}}});function qs(r,...e){for(let t of e){for(let i in t)r?.hasOwnProperty?.(i)||(r[i]=t[i]);for(let i of Object.getOwnPropertySymbols(t))r?.hasOwnProperty?.(i)||(r[i]=t[i])}return r}var Fl=C(()=>{l()});function ze(r){if(Array.isArray(r))return r;let e=r.split("[").length-1,t=r.split("]").length-1;if(e!==t)throw new Error(`Path is invalid. Has unbalanced brackets: ${r}`);return r.split(/\.(?![^\[]*\])|[\[\]]/g).filter(Boolean)}var ei=C(()=>{l()});function Bl(r){(()=>{if(r.purge||!r.content||!Array.isArray(r.content)&&!(typeof r.content=="object"&&r.content!==null))return!1;if(Array.isArray(r.content))return r.content.every(t=>typeof t=="string"?!0:!(typeof t?.raw!="string"||t?.extension&&typeof t?.extension!="string"));if(typeof r.content=="object"&&r.content!==null){if(Object.keys(r.content).some(t=>!["files","extract","transform"].includes(t)))return!1;if(Array.isArray(r.content.files)){if(!r.content.files.every(t=>typeof t=="string"?!0:!(typeof t?.raw!="string"||t?.extension&&typeof t?.extension!="string")))return!1;if(typeof r.content.extract=="object"){for(let t of Object.values(r.content.extract))if(typeof t!="function")return!1}else if(!(r.content.extract===void 0||typeof r.content.extract=="function"))return!1;if(typeof r.content.transform=="object"){for(let t of Object.values(r.content.transform))if(typeof t!="function")return!1}else if(!(r.content.transform===void 0||typeof r.content.transform=="function"))return!1}return!0}return!1})()||W.warn("purge-deprecation",["The `purge`/`content` options have changed in Tailwind CSS v3.0.","Update your configuration file to eliminate this warning.","https://tailwindcss.com/docs/upgrade-guide#configure-content-sources"]),r.safelist=(()=>{let{content:t,purge:i,safelist:s}=r;return Array.isArray(s)?s:Array.isArray(t?.safelist)?t.safelist:Array.isArray(i?.safelist)?i.safelist:Array.isArray(i?.options?.safelist)?i.options.safelist:[]})(),typeof r.prefix=="function"?(W.warn("prefix-function",["As of Tailwind CSS v3.0, `prefix` cannot be a function.","Update `prefix` in your configuration to be a string to eliminate this warning.","https://tailwindcss.com/docs/upgrade-guide#prefix-cannot-be-a-function"]),r.prefix=""):r.prefix=r.prefix??"",r.content={files:(()=>{let{content:t,purge:i}=r;return Array.isArray(i)?i:Array.isArray(i?.content)?i.content:Array.isArray(t)?t:Array.isArray(t?.content)?t.content:Array.isArray(t?.files)?t.files:[]})(),extract:(()=>{let t=(()=>r.purge?.extract?r.purge.extract:r.content?.extract?r.content.extract:r.purge?.extract?.DEFAULT?r.purge.extract.DEFAULT:r.content?.extract?.DEFAULT?r.content.extract.DEFAULT:r.purge?.options?.extractors?r.purge.options.extractors:r.content?.options?.extractors?r.content.options.extractors:{})(),i={},s=(()=>{if(r.purge?.options?.defaultExtractor)return r.purge.options.defaultExtractor;if(r.content?.options?.defaultExtractor)return r.content.options.defaultExtractor})();if(s!==void 0&&(i.DEFAULT=s),typeof t=="function")i.DEFAULT=t;else if(Array.isArray(t))for(let{extensions:n,extractor:a}of t??[])for(let o of n)i[o]=a;else typeof t=="object"&&t!==null&&Object.assign(i,t);return i})(),transform:(()=>{let t=(()=>r.purge?.transform?r.purge.transform:r.content?.transform?r.content.transform:r.purge?.transform?.DEFAULT?r.purge.transform.DEFAULT:r.content?.transform?.DEFAULT?r.content.transform.DEFAULT:{})(),i={};return typeof t=="function"&&(i.DEFAULT=t),typeof t=="object"&&t!==null&&Object.assign(i,t),i})()};for(let t of r.content.files)if(typeof t=="string"&&/{([^,]*?)}/g.test(t)){W.warn("invalid-glob-braces",[`The glob pattern ${Ts(t)} in your Tailwind CSS configuration is invalid.`,`Update it to ${Ts(t.replace(/{([^,]*?)}/g,"$1"))} to silence this warning.`]);break}return r}var zl=C(()=>{l();ke()});function De(r){if(Object.prototype.toString.call(r)!=="[object Object]")return!1;let e=Object.getPrototypeOf(r);return e===null||e===Object.prototype}var Jt=C(()=>{l()});function $e(r){return Array.isArray(r)?r.map(e=>$e(e)):typeof r=="object"&&r!==null?Object.fromEntries(Object.entries(r).map(([e,t])=>[e,$e(t)])):r}var ti=C(()=>{l()});var ii=w((ri,$l)=>{l();"use strict";ri.__esModule=!0;ri.default=cw;function uw(r){for(var e=r.toLowerCase(),t="",i=!1,s=0;s<6&&e[s]!==void 0;s++){var n=e.charCodeAt(s),a=n>=97&&n<=102||n>=48&&n<=57;if(i=n===32,!a)break;t+=e[s]}if(t.length!==0){var o=parseInt(t,16),u=o>=55296&&o<=57343;return u||o===0||o>1114111?["\uFFFD",t.length+(i?1:0)]:[String.fromCodePoint(o),t.length+(i?1:0)]}}var fw=/\\/;function cw(r){var e=fw.test(r);if(!e)return r;for(var t="",i=0;i{l();"use strict";si.__esModule=!0;si.default=pw;function pw(r){for(var e=arguments.length,t=new Array(e>1?e-1:0),i=1;i0;){var s=t.shift();if(!r[s])return;r=r[s]}return r}jl.exports=si.default});var Wl=w((ni,Vl)=>{l();"use strict";ni.__esModule=!0;ni.default=dw;function dw(r){for(var e=arguments.length,t=new Array(e>1?e-1:0),i=1;i0;){var s=t.shift();r[s]||(r[s]={}),r=r[s]}}Vl.exports=ni.default});var Hl=w((ai,Gl)=>{l();"use strict";ai.__esModule=!0;ai.default=hw;function hw(r){for(var e="",t=r.indexOf("/*"),i=0;t>=0;){e=e+r.slice(i,t);var s=r.indexOf("*/",t+2);if(s<0)return e;i=s+2,t=r.indexOf("/*",i)}return e=e+r.slice(i),e}Gl.exports=ai.default});var Xt=w(Se=>{l();"use strict";Se.__esModule=!0;Se.stripComments=Se.ensureObject=Se.getProp=Se.unesc=void 0;var mw=oi(ii());Se.unesc=mw.default;var gw=oi(Ul());Se.getProp=gw.default;var yw=oi(Wl());Se.ensureObject=yw.default;var ww=oi(Hl());Se.stripComments=ww.default;function oi(r){return r&&r.__esModule?r:{default:r}}});var qe=w((Kt,Jl)=>{l();"use strict";Kt.__esModule=!0;Kt.default=void 0;var Yl=Xt();function Ql(r,e){for(var t=0;ti||this.source.end.lines||this.source.end.line===i&&this.source.end.column{l();"use strict";z.__esModule=!0;z.UNIVERSAL=z.ATTRIBUTE=z.CLASS=z.COMBINATOR=z.COMMENT=z.ID=z.NESTING=z.PSEUDO=z.ROOT=z.SELECTOR=z.STRING=z.TAG=void 0;var kw="tag";z.TAG=kw;var Sw="string";z.STRING=Sw;var Cw="selector";z.SELECTOR=Cw;var _w="root";z.ROOT=_w;var Aw="pseudo";z.PSEUDO=Aw;var Ow="nesting";z.NESTING=Ow;var Ew="id";z.ID=Ew;var Tw="comment";z.COMMENT=Tw;var Pw="combinator";z.COMBINATOR=Pw;var Dw="class";z.CLASS=Dw;var qw="attribute";z.ATTRIBUTE=qw;var Iw="universal";z.UNIVERSAL=Iw});var li=w((Zt,eu)=>{l();"use strict";Zt.__esModule=!0;Zt.default=void 0;var Rw=Lw(qe()),Ie=Mw(X());function Xl(){if(typeof WeakMap!="function")return null;var r=new WeakMap;return Xl=function(){return r},r}function Mw(r){if(r&&r.__esModule)return r;if(r===null||typeof r!="object"&&typeof r!="function")return{default:r};var e=Xl();if(e&&e.has(r))return e.get(r);var t={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var s in r)if(Object.prototype.hasOwnProperty.call(r,s)){var n=i?Object.getOwnPropertyDescriptor(r,s):null;n&&(n.get||n.set)?Object.defineProperty(t,s,n):t[s]=r[s]}return t.default=r,e&&e.set(r,t),t}function Lw(r){return r&&r.__esModule?r:{default:r}}function Nw(r,e){var t;if(typeof Symbol=="undefined"||r[Symbol.iterator]==null){if(Array.isArray(r)||(t=Fw(r))||e&&r&&typeof r.length=="number"){t&&(r=t);var i=0;return function(){return i>=r.length?{done:!0}:{done:!1,value:r[i++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance. +In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}return t=r[Symbol.iterator](),t.next.bind(t)}function Fw(r,e){if(!!r){if(typeof r=="string")return Kl(r,e);var t=Object.prototype.toString.call(r).slice(8,-1);if(t==="Object"&&r.constructor&&(t=r.constructor.name),t==="Map"||t==="Set")return Array.from(r);if(t==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t))return Kl(r,e)}}function Kl(r,e){(e==null||e>r.length)&&(e=r.length);for(var t=0,i=new Array(e);t=s&&(this.indexes[a]=n-1);return this},t.removeAll=function(){for(var s=Nw(this.nodes),n;!(n=s()).done;){var a=n.value;a.parent=void 0}return this.nodes=[],this},t.empty=function(){return this.removeAll()},t.insertAfter=function(s,n){n.parent=this;var a=this.index(s);this.nodes.splice(a+1,0,n),n.parent=this;var o;for(var u in this.indexes)o=this.indexes[u],a<=o&&(this.indexes[u]=o+1);return this},t.insertBefore=function(s,n){n.parent=this;var a=this.index(s);this.nodes.splice(a,0,n),n.parent=this;var o;for(var u in this.indexes)o=this.indexes[u],o<=a&&(this.indexes[u]=o+1);return this},t._findChildAtPosition=function(s,n){var a=void 0;return this.each(function(o){if(o.atPosition){var u=o.atPosition(s,n);if(u)return a=u,!1}else if(o.isAtPosition(s,n))return a=o,!1}),a},t.atPosition=function(s,n){if(this.isAtPosition(s,n))return this._findChildAtPosition(s,n)||this},t._inferEndPosition=function(){this.last&&this.last.source&&this.last.source.end&&(this.source=this.source||{},this.source.end=this.source.end||{},Object.assign(this.source.end,this.last.source.end))},t.each=function(s){this.lastEach||(this.lastEach=0),this.indexes||(this.indexes={}),this.lastEach++;var n=this.lastEach;if(this.indexes[n]=0,!!this.length){for(var a,o;this.indexes[n]{l();"use strict";er.__esModule=!0;er.default=void 0;var jw=Vw(li()),Uw=X();function Vw(r){return r&&r.__esModule?r:{default:r}}function tu(r,e){for(var t=0;t{l();"use strict";tr.__esModule=!0;tr.default=void 0;var Yw=Jw(li()),Qw=X();function Jw(r){return r&&r.__esModule?r:{default:r}}function Xw(r,e){r.prototype=Object.create(e.prototype),r.prototype.constructor=r,Ls(r,e)}function Ls(r,e){return Ls=Object.setPrototypeOf||function(i,s){return i.__proto__=s,i},Ls(r,e)}var Kw=function(r){Xw(e,r);function e(t){var i;return i=r.call(this,t)||this,i.type=Qw.SELECTOR,i}return e}(Yw.default);tr.default=Kw;iu.exports=tr.default});var ui=w((pO,su)=>{l();"use strict";var Zw={},eb=Zw.hasOwnProperty,tb=function(e,t){if(!e)return t;var i={};for(var s in t)i[s]=eb.call(e,s)?e[s]:t[s];return i},rb=/[ -,\.\/:-@\[-\^`\{-~]/,ib=/[ -,\.\/:-@\[\]\^`\{-~]/,sb=/(^|\\+)?(\\[A-F0-9]{1,6})\x20(?![a-fA-F0-9\x20])/g,Fs=function r(e,t){t=tb(t,r.options),t.quotes!="single"&&t.quotes!="double"&&(t.quotes="single");for(var i=t.quotes=="double"?'"':"'",s=t.isIdentifier,n=e.charAt(0),a="",o=0,u=e.length;o126){if(c>=55296&&c<=56319&&o{l();"use strict";rr.__esModule=!0;rr.default=void 0;var nb=nu(ui()),ab=Xt(),ob=nu(qe()),lb=X();function nu(r){return r&&r.__esModule?r:{default:r}}function au(r,e){for(var t=0;t{l();"use strict";ir.__esModule=!0;ir.default=void 0;var pb=hb(qe()),db=X();function hb(r){return r&&r.__esModule?r:{default:r}}function mb(r,e){r.prototype=Object.create(e.prototype),r.prototype.constructor=r,$s(r,e)}function $s(r,e){return $s=Object.setPrototypeOf||function(i,s){return i.__proto__=s,i},$s(r,e)}var gb=function(r){mb(e,r);function e(t){var i;return i=r.call(this,t)||this,i.type=db.COMMENT,i}return e}(pb.default);ir.default=gb;lu.exports=ir.default});var Vs=w((sr,uu)=>{l();"use strict";sr.__esModule=!0;sr.default=void 0;var yb=bb(qe()),wb=X();function bb(r){return r&&r.__esModule?r:{default:r}}function vb(r,e){r.prototype=Object.create(e.prototype),r.prototype.constructor=r,Us(r,e)}function Us(r,e){return Us=Object.setPrototypeOf||function(i,s){return i.__proto__=s,i},Us(r,e)}var xb=function(r){vb(e,r);function e(i){var s;return s=r.call(this,i)||this,s.type=wb.ID,s}var t=e.prototype;return t.valueToString=function(){return"#"+r.prototype.valueToString.call(this)},e}(yb.default);sr.default=xb;uu.exports=sr.default});var fi=w((nr,pu)=>{l();"use strict";nr.__esModule=!0;nr.default=void 0;var kb=fu(ui()),Sb=Xt(),Cb=fu(qe());function fu(r){return r&&r.__esModule?r:{default:r}}function cu(r,e){for(var t=0;t{l();"use strict";ar.__esModule=!0;ar.default=void 0;var Eb=Pb(fi()),Tb=X();function Pb(r){return r&&r.__esModule?r:{default:r}}function Db(r,e){r.prototype=Object.create(e.prototype),r.prototype.constructor=r,Gs(r,e)}function Gs(r,e){return Gs=Object.setPrototypeOf||function(i,s){return i.__proto__=s,i},Gs(r,e)}var qb=function(r){Db(e,r);function e(t){var i;return i=r.call(this,t)||this,i.type=Tb.TAG,i}return e}(Eb.default);ar.default=qb;du.exports=ar.default});var Qs=w((or,hu)=>{l();"use strict";or.__esModule=!0;or.default=void 0;var Ib=Mb(qe()),Rb=X();function Mb(r){return r&&r.__esModule?r:{default:r}}function Lb(r,e){r.prototype=Object.create(e.prototype),r.prototype.constructor=r,Ys(r,e)}function Ys(r,e){return Ys=Object.setPrototypeOf||function(i,s){return i.__proto__=s,i},Ys(r,e)}var Nb=function(r){Lb(e,r);function e(t){var i;return i=r.call(this,t)||this,i.type=Rb.STRING,i}return e}(Ib.default);or.default=Nb;hu.exports=or.default});var Xs=w((lr,mu)=>{l();"use strict";lr.__esModule=!0;lr.default=void 0;var Fb=zb(li()),Bb=X();function zb(r){return r&&r.__esModule?r:{default:r}}function $b(r,e){r.prototype=Object.create(e.prototype),r.prototype.constructor=r,Js(r,e)}function Js(r,e){return Js=Object.setPrototypeOf||function(i,s){return i.__proto__=s,i},Js(r,e)}var jb=function(r){$b(e,r);function e(i){var s;return s=r.call(this,i)||this,s.type=Bb.PSEUDO,s}var t=e.prototype;return t.toString=function(){var s=this.length?"("+this.map(String).join(",")+")":"";return[this.rawSpaceBefore,this.stringifyProperty("value"),s,this.rawSpaceAfter].join("")},e}(Fb.default);lr.default=jb;mu.exports=lr.default});var gu={};de(gu,{deprecate:()=>Ub});function Ub(r){return r}var yu=C(()=>{l()});var bu=w((dO,wu)=>{l();wu.exports=(yu(),gu).deprecate});var sn=w(cr=>{l();"use strict";cr.__esModule=!0;cr.unescapeValue=tn;cr.default=void 0;var ur=Zs(ui()),Vb=Zs(ii()),Wb=Zs(fi()),Gb=X(),Ks;function Zs(r){return r&&r.__esModule?r:{default:r}}function vu(r,e){for(var t=0;t0&&!s.quoted&&o.before.length===0&&!(s.spaces.value&&s.spaces.value.after)&&(o.before=" "),xu(a,o)}))),n.push("]"),n.push(this.rawSpaceAfter),n.join("")},Hb(e,[{key:"quoted",get:function(){var s=this.quoteMark;return s==="'"||s==='"'},set:function(s){Xb()}},{key:"quoteMark",get:function(){return this._quoteMark},set:function(s){if(!this._constructed){this._quoteMark=s;return}this._quoteMark!==s&&(this._quoteMark=s,this._syncRawValue())}},{key:"qualifiedAttribute",get:function(){return this.qualifiedName(this.raws.attribute||this.attribute)}},{key:"insensitiveFlag",get:function(){return this.insensitive?"i":""}},{key:"value",get:function(){return this._value},set:function(s){if(this._constructed){var n=tn(s),a=n.deprecatedUsage,o=n.unescaped,u=n.quoteMark;if(a&&Jb(),o===this._value&&u===this._quoteMark)return;this._value=o,this._quoteMark=u,this._syncRawValue()}else this._value=s}},{key:"attribute",get:function(){return this._attribute},set:function(s){this._handleEscapes("attribute",s),this._attribute=s}}]),e}(Wb.default);cr.default=ci;ci.NO_QUOTE=null;ci.SINGLE_QUOTE="'";ci.DOUBLE_QUOTE='"';var rn=(Ks={"'":{quotes:"single",wrap:!0},'"':{quotes:"double",wrap:!0}},Ks[null]={isIdentifier:!0},Ks);function xu(r,e){return""+e.before+r+e.after}});var an=w((pr,ku)=>{l();"use strict";pr.__esModule=!0;pr.default=void 0;var e0=r0(fi()),t0=X();function r0(r){return r&&r.__esModule?r:{default:r}}function i0(r,e){r.prototype=Object.create(e.prototype),r.prototype.constructor=r,nn(r,e)}function nn(r,e){return nn=Object.setPrototypeOf||function(i,s){return i.__proto__=s,i},nn(r,e)}var s0=function(r){i0(e,r);function e(t){var i;return i=r.call(this,t)||this,i.type=t0.UNIVERSAL,i.value="*",i}return e}(e0.default);pr.default=s0;ku.exports=pr.default});var ln=w((dr,Su)=>{l();"use strict";dr.__esModule=!0;dr.default=void 0;var n0=o0(qe()),a0=X();function o0(r){return r&&r.__esModule?r:{default:r}}function l0(r,e){r.prototype=Object.create(e.prototype),r.prototype.constructor=r,on(r,e)}function on(r,e){return on=Object.setPrototypeOf||function(i,s){return i.__proto__=s,i},on(r,e)}var u0=function(r){l0(e,r);function e(t){var i;return i=r.call(this,t)||this,i.type=a0.COMBINATOR,i}return e}(n0.default);dr.default=u0;Su.exports=dr.default});var fn=w((hr,Cu)=>{l();"use strict";hr.__esModule=!0;hr.default=void 0;var f0=p0(qe()),c0=X();function p0(r){return r&&r.__esModule?r:{default:r}}function d0(r,e){r.prototype=Object.create(e.prototype),r.prototype.constructor=r,un(r,e)}function un(r,e){return un=Object.setPrototypeOf||function(i,s){return i.__proto__=s,i},un(r,e)}var h0=function(r){d0(e,r);function e(t){var i;return i=r.call(this,t)||this,i.type=c0.NESTING,i.value="&",i}return e}(f0.default);hr.default=h0;Cu.exports=hr.default});var Au=w((pi,_u)=>{l();"use strict";pi.__esModule=!0;pi.default=m0;function m0(r){return r.sort(function(e,t){return e-t})}_u.exports=pi.default});var cn=w(E=>{l();"use strict";E.__esModule=!0;E.combinator=E.word=E.comment=E.str=E.tab=E.newline=E.feed=E.cr=E.backslash=E.bang=E.slash=E.doubleQuote=E.singleQuote=E.space=E.greaterThan=E.pipe=E.equals=E.plus=E.caret=E.tilde=E.dollar=E.closeSquare=E.openSquare=E.closeParenthesis=E.openParenthesis=E.semicolon=E.colon=E.comma=E.at=E.asterisk=E.ampersand=void 0;var g0=38;E.ampersand=g0;var y0=42;E.asterisk=y0;var w0=64;E.at=w0;var b0=44;E.comma=b0;var v0=58;E.colon=v0;var x0=59;E.semicolon=x0;var k0=40;E.openParenthesis=k0;var S0=41;E.closeParenthesis=S0;var C0=91;E.openSquare=C0;var _0=93;E.closeSquare=_0;var A0=36;E.dollar=A0;var O0=126;E.tilde=O0;var E0=94;E.caret=E0;var T0=43;E.plus=T0;var P0=61;E.equals=P0;var D0=124;E.pipe=D0;var q0=62;E.greaterThan=q0;var I0=32;E.space=I0;var Ou=39;E.singleQuote=Ou;var R0=34;E.doubleQuote=R0;var M0=47;E.slash=M0;var L0=33;E.bang=L0;var N0=92;E.backslash=N0;var F0=13;E.cr=F0;var B0=12;E.feed=B0;var z0=10;E.newline=z0;var $0=9;E.tab=$0;var j0=Ou;E.str=j0;var U0=-1;E.comment=U0;var V0=-2;E.word=V0;var W0=-3;E.combinator=W0});var Pu=w(mr=>{l();"use strict";mr.__esModule=!0;mr.default=K0;mr.FIELDS=void 0;var _=G0(cn()),dt,B;function Eu(){if(typeof WeakMap!="function")return null;var r=new WeakMap;return Eu=function(){return r},r}function G0(r){if(r&&r.__esModule)return r;if(r===null||typeof r!="object"&&typeof r!="function")return{default:r};var e=Eu();if(e&&e.has(r))return e.get(r);var t={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var s in r)if(Object.prototype.hasOwnProperty.call(r,s)){var n=i?Object.getOwnPropertyDescriptor(r,s):null;n&&(n.get||n.set)?Object.defineProperty(t,s,n):t[s]=r[s]}return t.default=r,e&&e.set(r,t),t}var H0=(dt={},dt[_.tab]=!0,dt[_.newline]=!0,dt[_.cr]=!0,dt[_.feed]=!0,dt),Y0=(B={},B[_.space]=!0,B[_.tab]=!0,B[_.newline]=!0,B[_.cr]=!0,B[_.feed]=!0,B[_.ampersand]=!0,B[_.asterisk]=!0,B[_.bang]=!0,B[_.comma]=!0,B[_.colon]=!0,B[_.semicolon]=!0,B[_.openParenthesis]=!0,B[_.closeParenthesis]=!0,B[_.openSquare]=!0,B[_.closeSquare]=!0,B[_.singleQuote]=!0,B[_.doubleQuote]=!0,B[_.plus]=!0,B[_.pipe]=!0,B[_.tilde]=!0,B[_.greaterThan]=!0,B[_.equals]=!0,B[_.dollar]=!0,B[_.caret]=!0,B[_.slash]=!0,B),pn={},Tu="0123456789abcdefABCDEF";for(di=0;di0?(k=a+x,T=v-b[x].length):(k=a,T=n),I=_.comment,a=k,p=k,d=v-T):f===_.slash?(v=o,I=f,p=a,d=o-n,u=v+1):(v=Q0(t,o),I=_.word,p=a,d=v-n),u=v+1;break}e.push([I,a,o-n,p,d,o,u]),T&&(n=T,T=null),o=u}return e}});var Fu=w((gr,Nu)=>{l();"use strict";gr.__esModule=!0;gr.default=void 0;var Z0=se(Ms()),dn=se(Ns()),ev=se(zs()),Du=se(js()),tv=se(Vs()),rv=se(Hs()),hn=se(Qs()),iv=se(Xs()),qu=hi(sn()),sv=se(an()),mn=se(ln()),nv=se(fn()),av=se(Au()),S=hi(Pu()),A=hi(cn()),ov=hi(X()),G=Xt(),it,gn;function Iu(){if(typeof WeakMap!="function")return null;var r=new WeakMap;return Iu=function(){return r},r}function hi(r){if(r&&r.__esModule)return r;if(r===null||typeof r!="object"&&typeof r!="function")return{default:r};var e=Iu();if(e&&e.has(r))return e.get(r);var t={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var s in r)if(Object.prototype.hasOwnProperty.call(r,s)){var n=i?Object.getOwnPropertyDescriptor(r,s):null;n&&(n.get||n.set)?Object.defineProperty(t,s,n):t[s]=r[s]}return t.default=r,e&&e.set(r,t),t}function se(r){return r&&r.__esModule?r:{default:r}}function Ru(r,e){for(var t=0;t0){var a=this.current.last;if(a){var o=this.convertWhitespaceNodesToSpace(n),u=o.space,f=o.rawSpace;f!==void 0&&(a.rawSpaceAfter+=f),a.spaces.after+=u}else n.forEach(function(I){return i.newNode(I)})}return}var c=this.currToken,d=void 0;s>this.position&&(d=this.parseWhitespaceEquivalentTokens(s));var p;if(this.isNamedCombinator()?p=this.namedCombinator():this.currToken[S.FIELDS.TYPE]===A.combinator?(p=new mn.default({value:this.content(),source:ht(this.currToken),sourceIndex:this.currToken[S.FIELDS.START_POS]}),this.position++):yn[this.currToken[S.FIELDS.TYPE]]||d||this.unexpected(),p){if(d){var h=this.convertWhitespaceNodesToSpace(d),y=h.space,x=h.rawSpace;p.spaces.before=y,p.rawSpaceBefore=x}}else{var b=this.convertWhitespaceNodesToSpace(d,!0),v=b.space,k=b.rawSpace;k||(k=v);var T={},P={spaces:{}};v.endsWith(" ")&&k.endsWith(" ")?(T.before=v.slice(0,v.length-1),P.spaces.before=k.slice(0,k.length-1)):v.startsWith(" ")&&k.startsWith(" ")?(T.after=v.slice(1),P.spaces.after=k.slice(1)):P.value=k,p=new mn.default({value:" ",source:wn(c,this.tokens[this.position-1]),sourceIndex:c[S.FIELDS.START_POS],spaces:T,raws:P})}return this.currToken&&this.currToken[S.FIELDS.TYPE]===A.space&&(p.spaces.after=this.optionalSpace(this.content()),this.position++),this.newNode(p)},e.comma=function(){if(this.position===this.tokens.length-1){this.root.trailingComma=!0,this.position++;return}this.current._inferEndPosition();var i=new dn.default({source:{start:Mu(this.tokens[this.position+1])}});this.current.parent.append(i),this.current=i,this.position++},e.comment=function(){var i=this.currToken;this.newNode(new Du.default({value:this.content(),source:ht(i),sourceIndex:i[S.FIELDS.START_POS]})),this.position++},e.error=function(i,s){throw this.root.error(i,s)},e.missingBackslash=function(){return this.error("Expected a backslash preceding the semicolon.",{index:this.currToken[S.FIELDS.START_POS]})},e.missingParenthesis=function(){return this.expected("opening parenthesis",this.currToken[S.FIELDS.START_POS])},e.missingSquareBracket=function(){return this.expected("opening square bracket",this.currToken[S.FIELDS.START_POS])},e.unexpected=function(){return this.error("Unexpected '"+this.content()+"'. Escaping special characters with \\ may help.",this.currToken[S.FIELDS.START_POS])},e.namespace=function(){var i=this.prevToken&&this.content(this.prevToken)||!0;if(this.nextToken[S.FIELDS.TYPE]===A.word)return this.position++,this.word(i);if(this.nextToken[S.FIELDS.TYPE]===A.asterisk)return this.position++,this.universal(i)},e.nesting=function(){if(this.nextToken){var i=this.content(this.nextToken);if(i==="|"){this.position++;return}}var s=this.currToken;this.newNode(new nv.default({value:this.content(),source:ht(s),sourceIndex:s[S.FIELDS.START_POS]})),this.position++},e.parentheses=function(){var i=this.current.last,s=1;if(this.position++,i&&i.type===ov.PSEUDO){var n=new dn.default({source:{start:Mu(this.tokens[this.position-1])}}),a=this.current;for(i.append(n),this.current=n;this.position1&&i.nextToken&&i.nextToken[S.FIELDS.TYPE]===A.openParenthesis&&i.error("Misplaced parenthesis.",{index:i.nextToken[S.FIELDS.START_POS]})});else return this.expected(["pseudo-class","pseudo-element"],this.currToken[S.FIELDS.START_POS])},e.space=function(){var i=this.content();this.position===0||this.prevToken[S.FIELDS.TYPE]===A.comma||this.prevToken[S.FIELDS.TYPE]===A.openParenthesis||this.current.nodes.every(function(s){return s.type==="comment"})?(this.spaces=this.optionalSpace(i),this.position++):this.position===this.tokens.length-1||this.nextToken[S.FIELDS.TYPE]===A.comma||this.nextToken[S.FIELDS.TYPE]===A.closeParenthesis?(this.current.last.spaces.after=this.optionalSpace(i),this.position++):this.combinator()},e.string=function(){var i=this.currToken;this.newNode(new hn.default({value:this.content(),source:ht(i),sourceIndex:i[S.FIELDS.START_POS]})),this.position++},e.universal=function(i){var s=this.nextToken;if(s&&this.content(s)==="|")return this.position++,this.namespace();var n=this.currToken;this.newNode(new sv.default({value:this.content(),source:ht(n),sourceIndex:n[S.FIELDS.START_POS]}),i),this.position++},e.splitWord=function(i,s){for(var n=this,a=this.nextToken,o=this.content();a&&~[A.dollar,A.caret,A.equals,A.word].indexOf(a[S.FIELDS.TYPE]);){this.position++;var u=this.content();if(o+=u,u.lastIndexOf("\\")===u.length-1){var f=this.nextToken;f&&f[S.FIELDS.TYPE]===A.space&&(o+=this.requiredSpace(this.content(f)),this.position++)}a=this.nextToken}var c=bn(o,".").filter(function(y){var x=o[y-1]==="\\",b=/^\d+\.\d+%$/.test(o);return!x&&!b}),d=bn(o,"#").filter(function(y){return o[y-1]!=="\\"}),p=bn(o,"#{");p.length&&(d=d.filter(function(y){return!~p.indexOf(y)}));var h=(0,av.default)(fv([0].concat(c,d)));h.forEach(function(y,x){var b=h[x+1]||o.length,v=o.slice(y,b);if(x===0&&s)return s.call(n,v,h.length);var k,T=n.currToken,P=T[S.FIELDS.START_POS]+h[x],I=st(T[1],T[2]+y,T[3],T[2]+(b-1));if(~c.indexOf(y)){var V={value:v.slice(1),source:I,sourceIndex:P};k=new ev.default(mt(V,"value"))}else if(~d.indexOf(y)){var L={value:v.slice(1),source:I,sourceIndex:P};k=new tv.default(mt(L,"value"))}else{var R={value:v,source:I,sourceIndex:P};mt(R,"value"),k=new rv.default(R)}n.newNode(k,i),i=null}),this.position++},e.word=function(i){var s=this.nextToken;return s&&this.content(s)==="|"?(this.position++,this.namespace()):this.splitWord(i)},e.loop=function(){for(;this.position{l();"use strict";yr.__esModule=!0;yr.default=void 0;var pv=dv(Fu());function dv(r){return r&&r.__esModule?r:{default:r}}var hv=function(){function r(t,i){this.func=t||function(){},this.funcRes=null,this.options=i}var e=r.prototype;return e._shouldUpdateSelector=function(i,s){s===void 0&&(s={});var n=Object.assign({},this.options,s);return n.updateSelector===!1?!1:typeof i!="string"},e._isLossy=function(i){i===void 0&&(i={});var s=Object.assign({},this.options,i);return s.lossless===!1},e._root=function(i,s){s===void 0&&(s={});var n=new pv.default(i,this._parseOptions(s));return n.root},e._parseOptions=function(i){return{lossy:this._isLossy(i)}},e._run=function(i,s){var n=this;return s===void 0&&(s={}),new Promise(function(a,o){try{var u=n._root(i,s);Promise.resolve(n.func(u)).then(function(f){var c=void 0;return n._shouldUpdateSelector(i,s)&&(c=u.toString(),i.selector=c),{transform:f,root:u,string:c}}).then(a,o)}catch(f){o(f);return}})},e._runSync=function(i,s){s===void 0&&(s={});var n=this._root(i,s),a=this.func(n);if(a&&typeof a.then=="function")throw new Error("Selector processor returned a promise to a synchronous call.");var o=void 0;return s.updateSelector&&typeof i!="string"&&(o=n.toString(),i.selector=o),{transform:a,root:n,string:o}},e.ast=function(i,s){return this._run(i,s).then(function(n){return n.root})},e.astSync=function(i,s){return this._runSync(i,s).root},e.transform=function(i,s){return this._run(i,s).then(function(n){return n.transform})},e.transformSync=function(i,s){return this._runSync(i,s).transform},e.process=function(i,s){return this._run(i,s).then(function(n){return n.string||n.root.toString()})},e.processSync=function(i,s){var n=this._runSync(i,s);return n.string||n.root.toString()},r}();yr.default=hv;Bu.exports=yr.default});var $u=w($=>{l();"use strict";$.__esModule=!0;$.universal=$.tag=$.string=$.selector=$.root=$.pseudo=$.nesting=$.id=$.comment=$.combinator=$.className=$.attribute=void 0;var mv=ne(sn()),gv=ne(zs()),yv=ne(ln()),wv=ne(js()),bv=ne(Vs()),vv=ne(fn()),xv=ne(Xs()),kv=ne(Ms()),Sv=ne(Ns()),Cv=ne(Qs()),_v=ne(Hs()),Av=ne(an());function ne(r){return r&&r.__esModule?r:{default:r}}var Ov=function(e){return new mv.default(e)};$.attribute=Ov;var Ev=function(e){return new gv.default(e)};$.className=Ev;var Tv=function(e){return new yv.default(e)};$.combinator=Tv;var Pv=function(e){return new wv.default(e)};$.comment=Pv;var Dv=function(e){return new bv.default(e)};$.id=Dv;var qv=function(e){return new vv.default(e)};$.nesting=qv;var Iv=function(e){return new xv.default(e)};$.pseudo=Iv;var Rv=function(e){return new kv.default(e)};$.root=Rv;var Mv=function(e){return new Sv.default(e)};$.selector=Mv;var Lv=function(e){return new Cv.default(e)};$.string=Lv;var Nv=function(e){return new _v.default(e)};$.tag=Nv;var Fv=function(e){return new Av.default(e)};$.universal=Fv});var Wu=w(M=>{l();"use strict";M.__esModule=!0;M.isNode=vn;M.isPseudoElement=Vu;M.isPseudoClass=Qv;M.isContainer=Jv;M.isNamespace=Xv;M.isUniversal=M.isTag=M.isString=M.isSelector=M.isRoot=M.isPseudo=M.isNesting=M.isIdentifier=M.isComment=M.isCombinator=M.isClassName=M.isAttribute=void 0;var H=X(),ee,Bv=(ee={},ee[H.ATTRIBUTE]=!0,ee[H.CLASS]=!0,ee[H.COMBINATOR]=!0,ee[H.COMMENT]=!0,ee[H.ID]=!0,ee[H.NESTING]=!0,ee[H.PSEUDO]=!0,ee[H.ROOT]=!0,ee[H.SELECTOR]=!0,ee[H.STRING]=!0,ee[H.TAG]=!0,ee[H.UNIVERSAL]=!0,ee);function vn(r){return typeof r=="object"&&Bv[r.type]}function ae(r,e){return vn(e)&&e.type===r}var ju=ae.bind(null,H.ATTRIBUTE);M.isAttribute=ju;var zv=ae.bind(null,H.CLASS);M.isClassName=zv;var $v=ae.bind(null,H.COMBINATOR);M.isCombinator=$v;var jv=ae.bind(null,H.COMMENT);M.isComment=jv;var Uv=ae.bind(null,H.ID);M.isIdentifier=Uv;var Vv=ae.bind(null,H.NESTING);M.isNesting=Vv;var xn=ae.bind(null,H.PSEUDO);M.isPseudo=xn;var Wv=ae.bind(null,H.ROOT);M.isRoot=Wv;var Gv=ae.bind(null,H.SELECTOR);M.isSelector=Gv;var Hv=ae.bind(null,H.STRING);M.isString=Hv;var Uu=ae.bind(null,H.TAG);M.isTag=Uu;var Yv=ae.bind(null,H.UNIVERSAL);M.isUniversal=Yv;function Vu(r){return xn(r)&&r.value&&(r.value.startsWith("::")||r.value.toLowerCase()===":before"||r.value.toLowerCase()===":after"||r.value.toLowerCase()===":first-letter"||r.value.toLowerCase()===":first-line")}function Qv(r){return xn(r)&&!Vu(r)}function Jv(r){return!!(vn(r)&&r.walk)}function Xv(r){return ju(r)||Uu(r)}});var Gu=w(me=>{l();"use strict";me.__esModule=!0;var kn=X();Object.keys(kn).forEach(function(r){r==="default"||r==="__esModule"||r in me&&me[r]===kn[r]||(me[r]=kn[r])});var Sn=$u();Object.keys(Sn).forEach(function(r){r==="default"||r==="__esModule"||r in me&&me[r]===Sn[r]||(me[r]=Sn[r])});var Cn=Wu();Object.keys(Cn).forEach(function(r){r==="default"||r==="__esModule"||r in me&&me[r]===Cn[r]||(me[r]=Cn[r])})});var Ce=w((wr,Yu)=>{l();"use strict";wr.__esModule=!0;wr.default=void 0;var Kv=tx(zu()),Zv=ex(Gu());function Hu(){if(typeof WeakMap!="function")return null;var r=new WeakMap;return Hu=function(){return r},r}function ex(r){if(r&&r.__esModule)return r;if(r===null||typeof r!="object"&&typeof r!="function")return{default:r};var e=Hu();if(e&&e.has(r))return e.get(r);var t={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var s in r)if(Object.prototype.hasOwnProperty.call(r,s)){var n=i?Object.getOwnPropertyDescriptor(r,s):null;n&&(n.get||n.set)?Object.defineProperty(t,s,n):t[s]=r[s]}return t.default=r,e&&e.set(r,t),t}function tx(r){return r&&r.__esModule?r:{default:r}}var _n=function(e){return new Kv.default(e)};Object.assign(_n,Zv);delete _n.__esModule;var rx=_n;wr.default=rx;Yu.exports=wr.default});function nt(r){return r.replace(/\\,/g,"\\2c ")}var mi=C(()=>{l()});var Ju=w((xO,Qu)=>{l();"use strict";Qu.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}});function br(r,{loose:e=!1}={}){if(typeof r!="string")return null;if(r=r.trim(),r==="transparent")return{mode:"rgb",color:["0","0","0"],alpha:"0"};if(r in An.default)return{mode:"rgb",color:An.default[r].map(n=>n.toString())};let t=r.replace(sx,(n,a,o,u,f)=>["#",a,a,o,o,u,u,f?f+f:""].join("")).match(ix);if(t!==null)return{mode:"rgb",color:[parseInt(t[1],16),parseInt(t[2],16),parseInt(t[3],16)].map(n=>n.toString()),alpha:t[4]?(parseInt(t[4],16)/255).toString():void 0};let i=r.match(nx)??r.match(ax);if(i===null)return null;let s=[i[2],i[3],i[4]].filter(Boolean).map(n=>n.toString());return!e&&s.length!==3||s.length<3&&!s.some(n=>/^var\(.*?\)$/.test(n))?null:{mode:i[1],color:s,alpha:i[5]?.toString?.()}}function On({mode:r,color:e,alpha:t}){let i=t!==void 0;return`${r}(${e.join(" ")}${i?` / ${t}`:""})`}var An,ix,sx,je,gi,Xu,Ue,nx,ax,En=C(()=>{l();An=Y(Ju()),ix=/^#([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})?$/i,sx=/^#([a-f\d])([a-f\d])([a-f\d])([a-f\d])?$/i,je=/(?:\d+|\d*\.\d+)%?/,gi=/(?:\s*,\s*|\s+)/,Xu=/\s*[,/]\s*/,Ue=/var\(--(?:[^ )]*?)\)/,nx=new RegExp(`^(rgb)a?\\(\\s*(${je.source}|${Ue.source})(?:${gi.source}(${je.source}|${Ue.source}))?(?:${gi.source}(${je.source}|${Ue.source}))?(?:${Xu.source}(${je.source}|${Ue.source}))?\\s*\\)$`),ax=new RegExp(`^(hsl)a?\\(\\s*((?:${je.source})(?:deg|rad|grad|turn)?|${Ue.source})(?:${gi.source}(${je.source}|${Ue.source}))?(?:${gi.source}(${je.source}|${Ue.source}))?(?:${Xu.source}(${je.source}|${Ue.source}))?\\s*\\)$`)});function _e(r,e,t){if(typeof r=="function")return r({opacityValue:e});let i=br(r,{loose:!0});return i===null?t:On({...i,alpha:e})}function te({color:r,property:e,variable:t}){let i=[].concat(e);if(typeof r=="function")return{[t]:"1",...Object.fromEntries(i.map(n=>[n,r({opacityVariable:t,opacityValue:`var(${t})`})]))};let s=br(r);return s===null?Object.fromEntries(i.map(n=>[n,r])):s.alpha!==void 0?Object.fromEntries(i.map(n=>[n,r])):{[t]:"1",...Object.fromEntries(i.map(n=>[n,On({...s,alpha:`var(${t})`})]))}}var vr=C(()=>{l();En()});function yi(r){return r=Array.isArray(r)?r:[r],r=r.map(e=>e instanceof RegExp?e.source:e),r.join("")}function ge(r){return new RegExp(yi(r),"g")}function gt(r){return`(?:${r.map(yi).join("|")})`}function Tn(r){return`(?:${yi(r)})?`}function Zu(r){return`(?:${yi(r)})*`}function wi(r){return r&&ox.test(r)?r.replace(Ku,"\\$&"):r||""}var Ku,ox,Pn=C(()=>{l();Ku=/[\\^$.*+?()[\]{}|]/g,ox=RegExp(Ku.source)});function*xr(r,e){let t=new RegExp(`[(){}\\[\\]${wi(e)}]`,"g"),i=0,s=0,n=!1,a=0,o=0,u=e.length;for(let f of r.matchAll(t)){let c=f[0]===e[a],d=a===u-1,p=c&&d;f[0]==="("&&i++,f[0]===")"&&i--,f[0]==="["&&i++,f[0]==="]"&&i--,f[0]==="{"&&i++,f[0]==="}"&&i--,c&&i===0&&(o===0&&(o=f.index),a++),p&&i===0&&(n=!0,yield r.substring(s,o),s=o+u),a===u&&(a=0,o=0)}n?yield r.substring(s):yield r}var Dn=C(()=>{l();Pn()});function bi(r){return Array.from(xr(r,",")).map(t=>{let i=t.trim(),s={raw:i},n=i.split(ux),a=new Set;for(let o of n)ef.lastIndex=0,!a.has("KEYWORD")&&lx.has(o)?(s.keyword=o,a.add("KEYWORD")):ef.test(o)?a.has("X")?a.has("Y")?a.has("BLUR")?a.has("SPREAD")||(s.spread=o,a.add("SPREAD")):(s.blur=o,a.add("BLUR")):(s.y=o,a.add("Y")):(s.x=o,a.add("X")):s.color?(s.unknown||(s.unknown=[]),s.unknown.push(o)):s.color=o;return s.valid=s.x!==void 0&&s.y!==void 0,s})}function tf(r){return r.map(e=>e.valid?[e.keyword,e.x,e.y,e.blur,e.spread,e.color].filter(Boolean).join(" "):e.raw).join(", ")}var lx,ux,ef,qn=C(()=>{l();Dn();lx=new Set(["inset","inherit","initial","revert","unset"]),ux=/\ +(?![^(]*\))/g,ef=/^-?(\d+|\.\d+)(.*?)$/g});function oe(r,e=!0){return r.includes("url(")?r.split(/(url\(.*?\))/g).filter(Boolean).map(t=>/^url\(.*?\)$/.test(t)?t:oe(t,!1)).join(""):(r=r.replace(/([^\\])_+/g,(t,i)=>i+" ".repeat(t.length-1)).replace(/^_/g," ").replace(/\\_/g,"_"),e&&(r=r.trim()),r=r.replace(/(calc|min|max|clamp)\(.+\)/g,t=>t.replace(/(-?\d*\.?\d(?!\b-.+[,)](?![^+\-/*])\D)(?:%|[a-z]+)?|\))([+\-/*])/g,"$1 $2 ")),r)}function Rn(r){return r.startsWith("url(")}function sf(r){return!isNaN(Number(r))||In.some(e=>new RegExp(`^${e}\\(.+?`).test(r))}function Mn(r){return r.split(vi).every(e=>/%$/g.test(e)||In.some(t=>new RegExp(`^${t}\\(.+?%`).test(e)))}function Ln(r){return r.split(vi).every(e=>e==="0"||new RegExp(`${nf}$`).test(e)||In.some(t=>new RegExp(`^${t}\\(.+?${nf}`).test(e)))}function af(r){return cx.has(r)}function of(r){let e=bi(oe(r));for(let t of e)if(!t.valid)return!1;return!0}function lf(r){let e=0;return r.split(vi).every(i=>(i=oe(i),i.startsWith("var(")?!0:br(i,{loose:!0})!==null?(e++,!0):!1))?e>0:!1}function uf(r){let e=0;return r.split(rf).every(i=>(i=oe(i),i.startsWith("var(")?!0:Rn(i)||dx(i)||["element(","image(","cross-fade(","image-set("].some(s=>i.startsWith(s))?(e++,!0):!1))?e>0:!1}function dx(r){r=oe(r);for(let e of px)if(r.startsWith(`${e}(`))return!0;return!1}function ff(r){let e=0;return r.split(vi).every(i=>(i=oe(i),i.startsWith("var(")?!0:hx.has(i)||Ln(i)||Mn(i)?(e++,!0):!1))?e>0:!1}function cf(r){let e=0;return r.split(rf).every(i=>(i=oe(i),i.startsWith("var(")?!0:i.includes(" ")&&!/(['"])([^"']+)\1/g.test(i)||/^\d/g.test(i)?!1:(e++,!0)))?e>0:!1}function pf(r){return mx.has(r)}function df(r){return gx.has(r)}function hf(r){return yx.has(r)}var In,rf,vi,fx,nf,cx,px,hx,mx,gx,yx,Nn=C(()=>{l();En();qn();In=["min","max","clamp","calc"],rf=/,(?![^(]*\))/g,vi=/_(?![^(]*\))/g;fx=["cm","mm","Q","in","pc","pt","px","em","ex","ch","rem","lh","vw","vh","vmin","vmax"],nf=`(?:${fx.join("|")})`;cx=new Set(["thin","medium","thick"]);px=new Set(["linear-gradient","radial-gradient","repeating-linear-gradient","repeating-radial-gradient","conic-gradient"]);hx=new Set(["center","top","right","bottom","left"]);mx=new Set(["serif","sans-serif","monospace","cursive","fantasy","system-ui","ui-serif","ui-sans-serif","ui-monospace","ui-rounded","math","emoji","fangsong"]);gx=new Set(["xx-small","x-small","small","medium","large","x-large","x-large","xxx-large"]);yx=new Set(["larger","smaller"])});function gf(r,e){return(0,mf.default)(s=>{s.walkClasses(n=>{let a=e(n.value);n.value=a,n.raws&&n.raws.value&&(n.raws.value=nt(n.raws.value))})}).processSync(r)}function yf(r,e){if(!kr(r))return;let t=r.slice(1,-1);if(!!e(t))return oe(t)}function wx(r,e={},t){let i=e[r];if(i!==void 0)return rt(i);if(kr(r)){let s=yf(r,t);return s===void 0?void 0:rt(s)}}function xi(r,e={},{validate:t=()=>!0}={}){let i=e.values?.[r];return i!==void 0?i:e.supportsNegativeValues&&r.startsWith("-")?wx(r.slice(1),e.values,t):yf(r,t)}function kr(r){return r.startsWith("[")&&r.endsWith("]")}function bx(r){let e=r.lastIndexOf("/");return e===-1||e===r.length-1?[r]:[r.slice(0,e),r.slice(e+1)]}function yt(r){if(typeof r=="string"&&r.includes("")){let e=r;return({opacityValue:t=1})=>e.replace("",t)}return r}function vx(r,e={},{tailwindConfig:t={}}={}){if(e.values?.[r]!==void 0)return yt(e.values?.[r]);let[i,s]=bx(r);if(s!==void 0){let n=e.values?.[i]??(kr(i)?i.slice(1,-1):void 0);return n===void 0?void 0:(n=yt(n),kr(s)?_e(n,s.slice(1,-1)):t.theme?.opacity?.[s]===void 0?void 0:_e(n,t.theme.opacity[s]))}return xi(r,e,{validate:lf})}function xx(r,e={}){return e.values?.[r]}function le(r){return(e,t)=>xi(e,t,{validate:r})}function kx(r,e){let t=r.indexOf(e);return t===-1?[void 0,r]:[r.slice(0,t),r.slice(t+1)]}function Fn(r,e,t,i){if(kr(e)){let s=e.slice(1,-1),[n,a]=kx(s,":");if(!/^[\w-_]+$/g.test(n))a=s;else if(n!==void 0&&!bf.includes(n))return[];if(a.length>0&&bf.includes(n))return[xi(`[${a}]`,t),n]}for(let s of[].concat(r)){let n=wf[s](e,t,{tailwindConfig:i});if(n!==void 0)return[n,s]}return[]}var mf,wf,bf,Sr=C(()=>{l();mf=Y(Ce());mi();vr();Nn();Kr();wf={any:xi,color:vx,url:le(Rn),image:le(uf),length:le(Ln),percentage:le(Mn),position:le(ff),lookup:xx,"generic-name":le(pf),"family-name":le(cf),number:le(sf),"line-width":le(af),"absolute-size":le(df),"relative-size":le(hf),shadow:le(of)},bf=Object.keys(wf)});function N(r){return typeof r=="function"?r({}):r}var Bn=C(()=>{l()});function wt(r){return typeof r=="function"}function Cr(r){return typeof r=="object"&&r!==null}function _r(r,...e){let t=e.pop();for(let i of e)for(let s in i){let n=t(r[s],i[s]);n===void 0?Cr(r[s])&&Cr(i[s])?r[s]=_r(r[s],i[s],t):r[s]=i[s]:r[s]=n}return r}function Sx(r,...e){return wt(r)?r(...e):r}function Cx(r){return r.reduce((e,{extend:t})=>_r(e,t,(i,s)=>i===void 0?[s]:Array.isArray(i)?[s,...i]:[s,i]),{})}function _x(r){return{...r.reduce((e,t)=>qs(e,t),{}),extend:Cx(r)}}function xf(r,e){if(Array.isArray(r)&&Cr(r[0]))return r.concat(e);if(Array.isArray(e)&&Cr(e[0])&&Cr(r))return[r,...e];if(Array.isArray(e))return e}function Ax({extend:r,...e}){return _r(e,r,(t,i)=>!wt(t)&&!i.some(wt)?_r({},t,...i,xf):(s,n)=>_r({},...[t,...i].map(a=>Sx(a,s,n)),xf))}function*Ox(r){let e=ze(r);if(e.length===0||(yield e,Array.isArray(r)))return;let t=/^(.*?)\s*\/\s*([^/]+)$/,i=r.match(t);if(i!==null){let[,s,n]=i,a=ze(s);a.alpha=n,yield a}}function Ex(r){let e=(t,i)=>{for(let s of Ox(t)){let n=0,a=r;for(;a!=null&&n(t[i]=wt(r[i])?r[i](e,zn):r[i],t),{})}function kf(r){let e=[];return r.forEach(t=>{e=[...e,t];let i=t?.plugins??[];i.length!==0&&i.forEach(s=>{s.__isOptionsFunction&&(s=s()),e=[...e,...kf([s?.config??{}])]})}),e}function Tx(r){return[...r].reduceRight((t,i)=>wt(i)?i({corePlugins:t}):ql(i,t),Pl)}function Px(r){return[...r].reduceRight((t,i)=>[...t,...i],[])}function $n(r){let e=[...kf(r),{prefix:"",important:!1,separator:":",variantOrder:vf.default.variantOrder}];return Bl(qs({theme:Ex(Ax(_x(e.map(t=>t?.theme??{})))),corePlugins:Tx(e.map(t=>t.corePlugins)),plugins:Px(r.map(t=>t?.plugins??[]))},...e))}var vf,zn,Sf=C(()=>{l();Kr();Dl();Il();vf=Y(Yt());Ds();Fl();ei();zl();Jt();ti();Sr();vr();Bn();zn={colors:Ps,negative(r){return Object.keys(r).filter(e=>r[e]!=="0").reduce((e,t)=>{let i=rt(r[t]);return i!==void 0&&(e[`-${t}`]=i),e},{})},breakpoints(r){return Object.keys(r).filter(e=>typeof r[e]=="string").reduce((e,t)=>({...e,[`screen-${t}`]:r[t]}),{})}}});function K(r,e){return ki.future.includes(e)?r.future==="all"||(r?.future?.[e]??Cf[e]??!1):ki.experimental.includes(e)?r.experimental==="all"||(r?.experimental?.[e]??Cf[e]??!1):!1}function _f(r){return r.experimental==="all"?ki.experimental:Object.keys(r?.experimental??{}).filter(e=>ki.experimental.includes(e)&&r.experimental[e])}function Af(r){if(m.env.JEST_WORKER_ID===void 0&&_f(r).length>0){let e=_f(r).map(t=>he.yellow(t)).join(", ");W.warn("experimental-flags-enabled",[`You have enabled experimental features: ${e}`,"Experimental features in Tailwind CSS are not covered by semver, may introduce breaking changes, and can change at any time."])}}var Cf,ki,Ve=C(()=>{l();Zr();ke();Cf={optimizeUniversalDefaults:!1},ki={future:["hoverOnlyWhenSupported","respectDefaultRingColorOpacity"],experimental:["optimizeUniversalDefaults","matchVariant"]}});function Si(r){let e=(r?.presets??[Of.default]).slice().reverse().flatMap(s=>Si(s instanceof Function?s():s)),t={respectDefaultRingColorOpacity:{theme:{ringColor:{DEFAULT:"#3b82f67f"}}}},i=Object.keys(t).filter(s=>K(r,s)).map(s=>t[s]);return[r,...i,...e]}var Of,Ef=C(()=>{l();Of=Y(Yt());Ve()});var Tf={};de(Tf,{default:()=>Ar});function Ar(...r){let[,...e]=Si(r[0]);return $n([...r,...e])}var jn=C(()=>{l();Sf();Ef()});function Ci(r){return typeof r=="object"&&r!==null}function Dx(r){return Object.keys(r).length===0}function Pf(r){return typeof r=="string"||r instanceof String}function Un(r){if(Ci(r)&&r.config===void 0&&!Dx(r))return null;if(Ci(r)&&r.config!==void 0&&Pf(r.config))return ie.resolve(r.config);if(Ci(r)&&r.config!==void 0&&Ci(r.config))return null;if(Pf(r))return ie.resolve(r);for(let e of["./tailwind.config.js","./tailwind.config.cjs"])try{let t=ie.resolve(e);return xe.accessSync(t),t}catch(t){}return null}var Df=C(()=>{l();ct();tt()});function qx(r){if(r===void 0)return!1;if(r==="true"||r==="1")return!0;if(r==="false"||r==="0")return!1;if(r==="*")return!0;let e=r.split(",").map(t=>t.split(":")[0]);return e.includes("-tailwindcss")?!1:!!e.includes("tailwindcss")}var ye,qf,If,_i,Vn,Re,We=C(()=>{l();ye={NODE_ENV:"production",DEBUG:qx(m.env.DEBUG)},qf=new Map,If=new Map,_i=new Map,Vn=new Map,Re=new String("*")});var Rf={};de(Rf,{default:()=>Wn});var Wn,Gn=C(()=>{l();Wn={parse:r=>({href:r})}});var Hn=w(()=>{l()});var Ai=w((cE,Nf)=>{l();"use strict";var Mf=(Zr(),Ml),Lf=Hn(),bt=class extends Error{constructor(e,t,i,s,n,a){super(e);this.name="CssSyntaxError",this.reason=e,n&&(this.file=n),s&&(this.source=s),a&&(this.plugin=a),typeof t!="undefined"&&typeof i!="undefined"&&(typeof t=="number"?(this.line=t,this.column=i):(this.line=t.line,this.column=t.column,this.endLine=i.line,this.endColumn=i.column)),this.setMessage(),Error.captureStackTrace&&Error.captureStackTrace(this,bt)}setMessage(){this.message=this.plugin?this.plugin+": ":"",this.message+=this.file?this.file:"",typeof this.line!="undefined"&&(this.message+=":"+this.line+":"+this.column),this.message+=": "+this.reason}showSourceCode(e){if(!this.source)return"";let t=this.source;e==null&&(e=Mf.isColorSupported),Lf&&e&&(t=Lf(t));let i=t.split(/\r?\n/),s=Math.max(this.line-3,0),n=Math.min(this.line+2,i.length),a=String(n).length,o,u;if(e){let{bold:f,red:c,gray:d}=Mf.createColors(!0);o=p=>f(c(p)),u=p=>d(p)}else o=u=f=>f;return i.slice(s,n).map((f,c)=>{let d=s+1+c,p=" "+(" "+d).slice(-a)+" | ";if(d===this.line){let h=u(p.replace(/\d/g," "))+f.slice(0,this.column-1).replace(/[^\t]/g," ");return o(">")+u(p)+f+` + `+h+o("^")}return" "+u(p)+f}).join(` +`)}toString(){let e=this.showSourceCode();return e&&(e=` + +`+e+` +`),this.name+": "+this.message+e}};Nf.exports=bt;bt.default=bt});var Oi=w((pE,Yn)=>{l();"use strict";Yn.exports.isClean=Symbol("isClean");Yn.exports.my=Symbol("my")});var Qn=w((dE,Bf)=>{l();"use strict";var Ff={colon:": ",indent:" ",beforeDecl:` +`,beforeRule:` +`,beforeOpen:" ",beforeClose:` +`,beforeComment:` +`,after:` +`,emptyBody:"",commentLeft:" ",commentRight:" ",semicolon:!1};function Ix(r){return r[0].toUpperCase()+r.slice(1)}var Ei=class{constructor(e){this.builder=e}stringify(e,t){if(!this[e.type])throw new Error("Unknown AST node type "+e.type+". Maybe you need to change PostCSS stringifier.");this[e.type](e,t)}document(e){this.body(e)}root(e){this.body(e),e.raws.after&&this.builder(e.raws.after)}comment(e){let t=this.raw(e,"left","commentLeft"),i=this.raw(e,"right","commentRight");this.builder("/*"+t+e.text+i+"*/",e)}decl(e,t){let i=this.raw(e,"between","colon"),s=e.prop+i+this.rawValue(e,"value");e.important&&(s+=e.raws.important||" !important"),t&&(s+=";"),this.builder(s,e)}rule(e){this.block(e,this.rawValue(e,"selector")),e.raws.ownSemicolon&&this.builder(e.raws.ownSemicolon,e,"end")}atrule(e,t){let i="@"+e.name,s=e.params?this.rawValue(e,"params"):"";if(typeof e.raws.afterName!="undefined"?i+=e.raws.afterName:s&&(i+=" "),e.nodes)this.block(e,i+s);else{let n=(e.raws.between||"")+(t?";":"");this.builder(i+s+n,e)}}body(e){let t=e.nodes.length-1;for(;t>0&&e.nodes[t].type==="comment";)t-=1;let i=this.raw(e,"semicolon");for(let s=0;s{if(s=u.raws[t],typeof s!="undefined")return!1})}return typeof s=="undefined"&&(s=Ff[i]),a.rawCache[i]=s,s}rawSemicolon(e){let t;return e.walk(i=>{if(i.nodes&&i.nodes.length&&i.last.type==="decl"&&(t=i.raws.semicolon,typeof t!="undefined"))return!1}),t}rawEmptyBody(e){let t;return e.walk(i=>{if(i.nodes&&i.nodes.length===0&&(t=i.raws.after,typeof t!="undefined"))return!1}),t}rawIndent(e){if(e.raws.indent)return e.raws.indent;let t;return e.walk(i=>{let s=i.parent;if(s&&s!==e&&s.parent&&s.parent===e&&typeof i.raws.before!="undefined"){let n=i.raws.before.split(` +`);return t=n[n.length-1],t=t.replace(/\S/g,""),!1}}),t}rawBeforeComment(e,t){let i;return e.walkComments(s=>{if(typeof s.raws.before!="undefined")return i=s.raws.before,i.includes(` +`)&&(i=i.replace(/[^\n]+$/,"")),!1}),typeof i=="undefined"?i=this.raw(t,null,"beforeDecl"):i&&(i=i.replace(/\S/g,"")),i}rawBeforeDecl(e,t){let i;return e.walkDecls(s=>{if(typeof s.raws.before!="undefined")return i=s.raws.before,i.includes(` +`)&&(i=i.replace(/[^\n]+$/,"")),!1}),typeof i=="undefined"?i=this.raw(t,null,"beforeRule"):i&&(i=i.replace(/\S/g,"")),i}rawBeforeRule(e){let t;return e.walk(i=>{if(i.nodes&&(i.parent!==e||e.first!==i)&&typeof i.raws.before!="undefined")return t=i.raws.before,t.includes(` +`)&&(t=t.replace(/[^\n]+$/,"")),!1}),t&&(t=t.replace(/\S/g,"")),t}rawBeforeClose(e){let t;return e.walk(i=>{if(i.nodes&&i.nodes.length>0&&typeof i.raws.after!="undefined")return t=i.raws.after,t.includes(` +`)&&(t=t.replace(/[^\n]+$/,"")),!1}),t&&(t=t.replace(/\S/g,"")),t}rawBeforeOpen(e){let t;return e.walk(i=>{if(i.type!=="decl"&&(t=i.raws.between,typeof t!="undefined"))return!1}),t}rawColon(e){let t;return e.walkDecls(i=>{if(typeof i.raws.between!="undefined")return t=i.raws.between.replace(/[^\s:]/g,""),!1}),t}beforeAfter(e,t){let i;e.type==="decl"?i=this.raw(e,null,"beforeDecl"):e.type==="comment"?i=this.raw(e,null,"beforeComment"):t==="before"?i=this.raw(e,null,"beforeRule"):i=this.raw(e,null,"beforeClose");let s=e.parent,n=0;for(;s&&s.type!=="root";)n+=1,s=s.parent;if(i.includes(` +`)){let a=this.raw(e,null,"indent");if(a.length)for(let o=0;o{l();"use strict";var Rx=Qn();function Jn(r,e){new Rx(e).stringify(r)}zf.exports=Jn;Jn.default=Jn});var Er=w((mE,$f)=>{l();"use strict";var{isClean:Ti,my:Mx}=Oi(),Lx=Ai(),Nx=Qn(),Fx=Or();function Xn(r,e){let t=new r.constructor;for(let i in r){if(!Object.prototype.hasOwnProperty.call(r,i)||i==="proxyCache")continue;let s=r[i],n=typeof s;i==="parent"&&n==="object"?e&&(t[i]=e):i==="source"?t[i]=s:Array.isArray(s)?t[i]=s.map(a=>Xn(a,t)):(n==="object"&&s!==null&&(s=Xn(s)),t[i]=s)}return t}var Pi=class{constructor(e={}){this.raws={},this[Ti]=!1,this[Mx]=!0;for(let t in e)if(t==="nodes"){this.nodes=[];for(let i of e[t])typeof i.clone=="function"?this.append(i.clone()):this.append(i)}else this[t]=e[t]}error(e,t={}){if(this.source){let{start:i,end:s}=this.rangeBy(t);return this.source.input.error(e,{line:i.line,column:i.column},{line:s.line,column:s.column},t)}return new Lx(e)}warn(e,t,i){let s={node:this};for(let n in i)s[n]=i[n];return e.warn(t,s)}remove(){return this.parent&&this.parent.removeChild(this),this.parent=void 0,this}toString(e=Fx){e.stringify&&(e=e.stringify);let t="";return e(this,i=>{t+=i}),t}assign(e={}){for(let t in e)this[t]=e[t];return this}clone(e={}){let t=Xn(this);for(let i in e)t[i]=e[i];return t}cloneBefore(e={}){let t=this.clone(e);return this.parent.insertBefore(this,t),t}cloneAfter(e={}){let t=this.clone(e);return this.parent.insertAfter(this,t),t}replaceWith(...e){if(this.parent){let t=this,i=!1;for(let s of e)s===this?i=!0:i?(this.parent.insertAfter(t,s),t=s):this.parent.insertBefore(t,s);i||this.remove()}return this}next(){if(!this.parent)return;let e=this.parent.index(this);return this.parent.nodes[e+1]}prev(){if(!this.parent)return;let e=this.parent.index(this);return this.parent.nodes[e-1]}before(e){return this.parent.insertBefore(this,e),this}after(e){return this.parent.insertAfter(this,e),this}root(){let e=this;for(;e.parent&&e.parent.type!=="document";)e=e.parent;return e}raw(e,t){return new Nx().raw(this,e,t)}cleanRaws(e){delete this.raws.before,delete this.raws.after,e||delete this.raws.between}toJSON(e,t){let i={},s=t==null;t=t||new Map;let n=0;for(let a in this){if(!Object.prototype.hasOwnProperty.call(this,a)||a==="parent"||a==="proxyCache")continue;let o=this[a];if(Array.isArray(o))i[a]=o.map(u=>typeof u=="object"&&u.toJSON?u.toJSON(null,t):u);else if(typeof o=="object"&&o.toJSON)i[a]=o.toJSON(null,t);else if(a==="source"){let u=t.get(o.input);u==null&&(u=n,t.set(o.input,n),n++),i[a]={inputId:u,start:o.start,end:o.end}}else i[a]=o}return s&&(i.inputs=[...t.keys()].map(a=>a.toJSON())),i}positionInside(e){let t=this.toString(),i=this.source.start.column,s=this.source.start.line;for(let n=0;ne.root().toProxy():e[t]}}}toProxy(){return this.proxyCache||(this.proxyCache=new Proxy(this,this.getProxyProcessor())),this.proxyCache}addToError(e){if(e.postcssNode=this,e.stack&&this.source&&/\n\s{4}at /.test(e.stack)){let t=this.source;e.stack=e.stack.replace(/\n\s{4}at /,`$&${t.input.from}:${t.start.line}:${t.start.column}$&`)}return e}markDirty(){if(this[Ti]){this[Ti]=!1;let e=this;for(;e=e.parent;)e[Ti]=!1}}get proxyOf(){return this}};$f.exports=Pi;Pi.default=Pi});var Tr=w((gE,jf)=>{l();"use strict";var Bx=Er(),Di=class extends Bx{constructor(e){e&&typeof e.value!="undefined"&&typeof e.value!="string"&&(e={...e,value:String(e.value)});super(e);this.type="decl"}get variable(){return this.prop.startsWith("--")||this.prop[0]==="$"}};jf.exports=Di;Di.default=Di});var Kn=w((yE,Uf)=>{l();Uf.exports=function(r,e){return{generate:()=>{let t="";return r(e,i=>{t+=i}),[t]}}}});var Pr=w((wE,Vf)=>{l();"use strict";var zx=Er(),qi=class extends zx{constructor(e){super(e);this.type="comment"}};Vf.exports=qi;qi.default=qi});var Ge=w((bE,Kf)=>{l();"use strict";var{isClean:Wf,my:Gf}=Oi(),Hf=Tr(),Yf=Pr(),$x=Er(),Qf,Zn,ea;function Jf(r){return r.map(e=>(e.nodes&&(e.nodes=Jf(e.nodes)),delete e.source,e))}function Xf(r){if(r[Wf]=!1,r.proxyOf.nodes)for(let e of r.proxyOf.nodes)Xf(e)}var we=class extends $x{push(e){return e.parent=this,this.proxyOf.nodes.push(e),this}each(e){if(!this.proxyOf.nodes)return;let t=this.getIterator(),i,s;for(;this.indexes[t]{let s;try{s=e(t,i)}catch(n){throw t.addToError(n)}return s!==!1&&t.walk&&(s=t.walk(e)),s})}walkDecls(e,t){return t?e instanceof RegExp?this.walk((i,s)=>{if(i.type==="decl"&&e.test(i.prop))return t(i,s)}):this.walk((i,s)=>{if(i.type==="decl"&&i.prop===e)return t(i,s)}):(t=e,this.walk((i,s)=>{if(i.type==="decl")return t(i,s)}))}walkRules(e,t){return t?e instanceof RegExp?this.walk((i,s)=>{if(i.type==="rule"&&e.test(i.selector))return t(i,s)}):this.walk((i,s)=>{if(i.type==="rule"&&i.selector===e)return t(i,s)}):(t=e,this.walk((i,s)=>{if(i.type==="rule")return t(i,s)}))}walkAtRules(e,t){return t?e instanceof RegExp?this.walk((i,s)=>{if(i.type==="atrule"&&e.test(i.name))return t(i,s)}):this.walk((i,s)=>{if(i.type==="atrule"&&i.name===e)return t(i,s)}):(t=e,this.walk((i,s)=>{if(i.type==="atrule")return t(i,s)}))}walkComments(e){return this.walk((t,i)=>{if(t.type==="comment")return e(t,i)})}append(...e){for(let t of e){let i=this.normalize(t,this.last);for(let s of i)this.proxyOf.nodes.push(s)}return this.markDirty(),this}prepend(...e){e=e.reverse();for(let t of e){let i=this.normalize(t,this.first,"prepend").reverse();for(let s of i)this.proxyOf.nodes.unshift(s);for(let s in this.indexes)this.indexes[s]=this.indexes[s]+i.length}return this.markDirty(),this}cleanRaws(e){if(super.cleanRaws(e),this.nodes)for(let t of this.nodes)t.cleanRaws(e)}insertBefore(e,t){e=this.index(e);let i=e===0?"prepend":!1,s=this.normalize(t,this.proxyOf.nodes[e],i).reverse();for(let a of s)this.proxyOf.nodes.splice(e,0,a);let n;for(let a in this.indexes)n=this.indexes[a],e<=n&&(this.indexes[a]=n+s.length);return this.markDirty(),this}insertAfter(e,t){e=this.index(e);let i=this.normalize(t,this.proxyOf.nodes[e]).reverse();for(let n of i)this.proxyOf.nodes.splice(e+1,0,n);let s;for(let n in this.indexes)s=this.indexes[n],e=e&&(this.indexes[i]=t-1);return this.markDirty(),this}removeAll(){for(let e of this.proxyOf.nodes)e.parent=void 0;return this.proxyOf.nodes=[],this.markDirty(),this}replaceValues(e,t,i){return i||(i=t,t={}),this.walkDecls(s=>{t.props&&!t.props.includes(s.prop)||t.fast&&!s.value.includes(t.fast)||(s.value=s.value.replace(e,i))}),this.markDirty(),this}every(e){return this.nodes.every(e)}some(e){return this.nodes.some(e)}index(e){return typeof e=="number"?e:(e.proxyOf&&(e=e.proxyOf),this.proxyOf.nodes.indexOf(e))}get first(){if(!!this.proxyOf.nodes)return this.proxyOf.nodes[0]}get last(){if(!!this.proxyOf.nodes)return this.proxyOf.nodes[this.proxyOf.nodes.length-1]}normalize(e,t){if(typeof e=="string")e=Jf(Qf(e).nodes);else if(Array.isArray(e)){e=e.slice(0);for(let s of e)s.parent&&s.parent.removeChild(s,"ignore")}else if(e.type==="root"&&this.type!=="document"){e=e.nodes.slice(0);for(let s of e)s.parent&&s.parent.removeChild(s,"ignore")}else if(e.type)e=[e];else if(e.prop){if(typeof e.value=="undefined")throw new Error("Value field is missed in node creation");typeof e.value!="string"&&(e.value=String(e.value)),e=[new Hf(e)]}else if(e.selector)e=[new Zn(e)];else if(e.name)e=[new ea(e)];else if(e.text)e=[new Yf(e)];else throw new Error("Unknown node type in node creation");return e.map(s=>(s[Gf]||we.rebuild(s),s=s.proxyOf,s.parent&&s.parent.removeChild(s),s[Wf]&&Xf(s),typeof s.raws.before=="undefined"&&t&&typeof t.raws.before!="undefined"&&(s.raws.before=t.raws.before.replace(/\S/g,"")),s.parent=this.proxyOf,s))}getProxyProcessor(){return{set(e,t,i){return e[t]===i||(e[t]=i,(t==="name"||t==="params"||t==="selector")&&e.markDirty()),!0},get(e,t){return t==="proxyOf"?e:e[t]?t==="each"||typeof t=="string"&&t.startsWith("walk")?(...i)=>e[t](...i.map(s=>typeof s=="function"?(n,a)=>s(n.toProxy(),a):s)):t==="every"||t==="some"?i=>e[t]((s,...n)=>i(s.toProxy(),...n)):t==="root"?()=>e.root().toProxy():t==="nodes"?e.nodes.map(i=>i.toProxy()):t==="first"||t==="last"?e[t].toProxy():e[t]:e[t]}}}getIterator(){this.lastEach||(this.lastEach=0),this.indexes||(this.indexes={}),this.lastEach+=1;let e=this.lastEach;return this.indexes[e]=0,e}};we.registerParse=r=>{Qf=r};we.registerRule=r=>{Zn=r};we.registerAtRule=r=>{ea=r};Kf.exports=we;we.default=we;we.rebuild=r=>{r.type==="atrule"?Object.setPrototypeOf(r,ea.prototype):r.type==="rule"?Object.setPrototypeOf(r,Zn.prototype):r.type==="decl"?Object.setPrototypeOf(r,Hf.prototype):r.type==="comment"&&Object.setPrototypeOf(r,Yf.prototype),r[Gf]=!0,r.nodes&&r.nodes.forEach(e=>{we.rebuild(e)})}});var Ii=w((vE,tc)=>{l();"use strict";var jx=Ge(),Zf,ec,vt=class extends jx{constructor(e){super({type:"document",...e});this.nodes||(this.nodes=[])}toResult(e={}){return new Zf(new ec,this,e).stringify()}};vt.registerLazyResult=r=>{Zf=r};vt.registerProcessor=r=>{ec=r};tc.exports=vt;vt.default=vt});var ta=w((xE,ic)=>{l();"use strict";var rc={};ic.exports=function(e){rc[e]||(rc[e]=!0,typeof console!="undefined"&&console.warn&&console.warn(e))}});var ra=w((kE,sc)=>{l();"use strict";var Ri=class{constructor(e,t={}){if(this.type="warning",this.text=e,t.node&&t.node.source){let i=t.node.rangeBy(t);this.line=i.start.line,this.column=i.start.column,this.endLine=i.end.line,this.endColumn=i.end.column}for(let i in t)this[i]=t[i]}toString(){return this.node?this.node.error(this.text,{plugin:this.plugin,index:this.index,word:this.word}).message:this.plugin?this.plugin+": "+this.text:this.text}};sc.exports=Ri;Ri.default=Ri});var Li=w((SE,nc)=>{l();"use strict";var Ux=ra(),Mi=class{constructor(e,t,i){this.processor=e,this.messages=[],this.root=t,this.opts=i,this.css=void 0,this.map=void 0}toString(){return this.css}warn(e,t={}){t.plugin||this.lastPlugin&&this.lastPlugin.postcssPlugin&&(t.plugin=this.lastPlugin.postcssPlugin);let i=new Ux(e,t);return this.messages.push(i),i}warnings(){return this.messages.filter(e=>e.type==="warning")}get content(){return this.css}};nc.exports=Mi;Mi.default=Mi});var fc=w((CE,uc)=>{l();"use strict";var ia="'".charCodeAt(0),ac='"'.charCodeAt(0),Ni="\\".charCodeAt(0),oc="/".charCodeAt(0),Fi=` +`.charCodeAt(0),Dr=" ".charCodeAt(0),Bi="\f".charCodeAt(0),zi=" ".charCodeAt(0),$i="\r".charCodeAt(0),Vx="[".charCodeAt(0),Wx="]".charCodeAt(0),Gx="(".charCodeAt(0),Hx=")".charCodeAt(0),Yx="{".charCodeAt(0),Qx="}".charCodeAt(0),Jx=";".charCodeAt(0),Xx="*".charCodeAt(0),Kx=":".charCodeAt(0),Zx="@".charCodeAt(0),ji=/[\t\n\f\r "#'()/;[\\\]{}]/g,Ui=/[\t\n\f\r !"#'():;@[\\\]{}]|\/(?=\*)/g,e1=/.[\n"'(/\\]/,lc=/[\da-f]/i;uc.exports=function(e,t={}){let i=e.css.valueOf(),s=t.ignoreErrors,n,a,o,u,f,c,d,p,h,y,x=i.length,b=0,v=[],k=[];function T(){return b}function P(R){throw e.error("Unclosed "+R,b)}function I(){return k.length===0&&b>=x}function V(R){if(k.length)return k.pop();if(b>=x)return;let Q=R?R.ignoreUnclosed:!1;switch(n=i.charCodeAt(b),n){case Fi:case Dr:case zi:case $i:case Bi:{a=b;do a+=1,n=i.charCodeAt(a);while(n===Dr||n===Fi||n===zi||n===$i||n===Bi);y=["space",i.slice(b,a)],b=a-1;break}case Vx:case Wx:case Yx:case Qx:case Kx:case Jx:case Hx:{let et=String.fromCharCode(n);y=[et,et,b];break}case Gx:{if(p=v.length?v.pop()[1]:"",h=i.charCodeAt(b+1),p==="url"&&h!==ia&&h!==ac&&h!==Dr&&h!==Fi&&h!==zi&&h!==Bi&&h!==$i){a=b;do{if(c=!1,a=i.indexOf(")",a+1),a===-1)if(s||Q){a=b;break}else P("bracket");for(d=a;i.charCodeAt(d-1)===Ni;)d-=1,c=!c}while(c);y=["brackets",i.slice(b,a+1),b,a],b=a}else a=i.indexOf(")",b+1),u=i.slice(b,a+1),a===-1||e1.test(u)?y=["(","(",b]:(y=["brackets",u,b,a],b=a);break}case ia:case ac:{o=n===ia?"'":'"',a=b;do{if(c=!1,a=i.indexOf(o,a+1),a===-1)if(s||Q){a=b+1;break}else P("string");for(d=a;i.charCodeAt(d-1)===Ni;)d-=1,c=!c}while(c);y=["string",i.slice(b,a+1),b,a],b=a;break}case Zx:{ji.lastIndex=b+1,ji.test(i),ji.lastIndex===0?a=i.length-1:a=ji.lastIndex-2,y=["at-word",i.slice(b,a+1),b,a],b=a;break}case Ni:{for(a=b,f=!0;i.charCodeAt(a+1)===Ni;)a+=1,f=!f;if(n=i.charCodeAt(a+1),f&&n!==oc&&n!==Dr&&n!==Fi&&n!==zi&&n!==$i&&n!==Bi&&(a+=1,lc.test(i.charAt(a)))){for(;lc.test(i.charAt(a+1));)a+=1;i.charCodeAt(a+1)===Dr&&(a+=1)}y=["word",i.slice(b,a+1),b,a],b=a;break}default:{n===oc&&i.charCodeAt(b+1)===Xx?(a=i.indexOf("*/",b+2)+1,a===0&&(s||Q?a=i.length:P("comment")),y=["comment",i.slice(b,a+1),b,a],b=a):(Ui.lastIndex=b+1,Ui.test(i),Ui.lastIndex===0?a=i.length-1:a=Ui.lastIndex-2,y=["word",i.slice(b,a+1),b,a],v.push(y),b=a);break}}return b++,y}function L(R){k.push(R)}return{back:L,nextToken:V,endOfFile:I,position:T}}});var Vi=w((_E,pc)=>{l();"use strict";var cc=Ge(),qr=class extends cc{constructor(e){super(e);this.type="atrule"}append(...e){return this.proxyOf.nodes||(this.nodes=[]),super.append(...e)}prepend(...e){return this.proxyOf.nodes||(this.nodes=[]),super.prepend(...e)}};pc.exports=qr;qr.default=qr;cc.registerAtRule(qr)});var kt=w((AE,mc)=>{l();"use strict";var t1=Ge(),dc,hc,xt=class extends t1{constructor(e){super(e);this.type="root",this.nodes||(this.nodes=[])}removeChild(e,t){let i=this.index(e);return!t&&i===0&&this.nodes.length>1&&(this.nodes[1].raws.before=this.nodes[i].raws.before),super.removeChild(e)}normalize(e,t,i){let s=super.normalize(e);if(t){if(i==="prepend")this.nodes.length>1?t.raws.before=this.nodes[1].raws.before:delete t.raws.before;else if(this.first!==t)for(let n of s)n.raws.before=t.raws.before}return s}toResult(e={}){return new dc(new hc,this,e).stringify()}};xt.registerLazyResult=r=>{dc=r};xt.registerProcessor=r=>{hc=r};mc.exports=xt;xt.default=xt});var sa=w((OE,gc)=>{l();"use strict";var Ir={split(r,e,t){let i=[],s="",n=!1,a=0,o=!1,u=!1;for(let f of r)u?u=!1:f==="\\"?u=!0:o?f===o&&(o=!1):f==='"'||f==="'"?o=f:f==="("?a+=1:f===")"?a>0&&(a-=1):a===0&&e.includes(f)&&(n=!0),n?(s!==""&&i.push(s.trim()),s="",n=!1):s+=f;return(t||s!=="")&&i.push(s.trim()),i},space(r){let e=[" ",` +`," "];return Ir.split(r,e)},comma(r){return Ir.split(r,[","],!0)}};gc.exports=Ir;Ir.default=Ir});var Wi=w((EE,wc)=>{l();"use strict";var yc=Ge(),r1=sa(),Rr=class extends yc{constructor(e){super(e);this.type="rule",this.nodes||(this.nodes=[])}get selectors(){return r1.comma(this.selector)}set selectors(e){let t=this.selector?this.selector.match(/,\s*/):null,i=t?t[0]:","+this.raw("between","beforeOpen");this.selector=e.join(i)}};wc.exports=Rr;Rr.default=Rr;yc.registerRule(Rr)});var Sc=w((TE,kc)=>{l();"use strict";var i1=Tr(),s1=fc(),n1=Pr(),a1=Vi(),o1=kt(),bc=Wi(),vc={empty:!0,space:!0};function l1(r){for(let e=r.length-1;e>=0;e--){let t=r[e],i=t[3]||t[2];if(i)return i}}var xc=class{constructor(e){this.input=e,this.root=new o1,this.current=this.root,this.spaces="",this.semicolon=!1,this.customProperty=!1,this.createTokenizer(),this.root.source={input:e,start:{offset:0,line:1,column:1}}}createTokenizer(){this.tokenizer=s1(this.input)}parse(){let e;for(;!this.tokenizer.endOfFile();)switch(e=this.tokenizer.nextToken(),e[0]){case"space":this.spaces+=e[1];break;case";":this.freeSemicolon(e);break;case"}":this.end(e);break;case"comment":this.comment(e);break;case"at-word":this.atrule(e);break;case"{":this.emptyRule(e);break;default:this.other(e);break}this.endFile()}comment(e){let t=new n1;this.init(t,e[2]),t.source.end=this.getPosition(e[3]||e[2]);let i=e[1].slice(2,-2);if(/^\s*$/.test(i))t.text="",t.raws.left=i,t.raws.right="";else{let s=i.match(/^(\s*)([^]*\S)(\s*)$/);t.text=s[2],t.raws.left=s[1],t.raws.right=s[3]}}emptyRule(e){let t=new bc;this.init(t,e[2]),t.selector="",t.raws.between="",this.current=t}other(e){let t=!1,i=null,s=!1,n=null,a=[],o=e[1].startsWith("--"),u=[],f=e;for(;f;){if(i=f[0],u.push(f),i==="("||i==="[")n||(n=f),a.push(i==="("?")":"]");else if(o&&s&&i==="{")n||(n=f),a.push("}");else if(a.length===0)if(i===";")if(s){this.decl(u,o);return}else break;else if(i==="{"){this.rule(u);return}else if(i==="}"){this.tokenizer.back(u.pop()),t=!0;break}else i===":"&&(s=!0);else i===a[a.length-1]&&(a.pop(),a.length===0&&(n=null));f=this.tokenizer.nextToken()}if(this.tokenizer.endOfFile()&&(t=!0),a.length>0&&this.unclosedBracket(n),t&&s){if(!o)for(;u.length&&(f=u[u.length-1][0],!(f!=="space"&&f!=="comment"));)this.tokenizer.back(u.pop());this.decl(u,o)}else this.unknownWord(u)}rule(e){e.pop();let t=new bc;this.init(t,e[0][2]),t.raws.between=this.spacesAndCommentsFromEnd(e),this.raw(t,"selector",e),this.current=t}decl(e,t){let i=new i1;this.init(i,e[0][2]);let s=e[e.length-1];for(s[0]===";"&&(this.semicolon=!0,e.pop()),i.source.end=this.getPosition(s[3]||s[2]||l1(e));e[0][0]!=="word";)e.length===1&&this.unknownWord(e),i.raws.before+=e.shift()[1];for(i.source.start=this.getPosition(e[0][2]),i.prop="";e.length;){let f=e[0][0];if(f===":"||f==="space"||f==="comment")break;i.prop+=e.shift()[1]}i.raws.between="";let n;for(;e.length;)if(n=e.shift(),n[0]===":"){i.raws.between+=n[1];break}else n[0]==="word"&&/\w/.test(n[1])&&this.unknownWord([n]),i.raws.between+=n[1];(i.prop[0]==="_"||i.prop[0]==="*")&&(i.raws.before+=i.prop[0],i.prop=i.prop.slice(1));let a=[],o;for(;e.length&&(o=e[0][0],!(o!=="space"&&o!=="comment"));)a.push(e.shift());this.precheckMissedSemicolon(e);for(let f=e.length-1;f>=0;f--){if(n=e[f],n[1].toLowerCase()==="!important"){i.important=!0;let c=this.stringFrom(e,f);c=this.spacesFromEnd(e)+c,c!==" !important"&&(i.raws.important=c);break}else if(n[1].toLowerCase()==="important"){let c=e.slice(0),d="";for(let p=f;p>0;p--){let h=c[p][0];if(d.trim().indexOf("!")===0&&h!=="space")break;d=c.pop()[1]+d}d.trim().indexOf("!")===0&&(i.important=!0,i.raws.important=d,e=c)}if(n[0]!=="space"&&n[0]!=="comment")break}e.some(f=>f[0]!=="space"&&f[0]!=="comment")&&(i.raws.between+=a.map(f=>f[1]).join(""),a=[]),this.raw(i,"value",a.concat(e),t),i.value.includes(":")&&!t&&this.checkMissedSemicolon(e)}atrule(e){let t=new a1;t.name=e[1].slice(1),t.name===""&&this.unnamedAtrule(t,e),this.init(t,e[2]);let i,s,n,a=!1,o=!1,u=[],f=[];for(;!this.tokenizer.endOfFile();){if(e=this.tokenizer.nextToken(),i=e[0],i==="("||i==="["?f.push(i==="("?")":"]"):i==="{"&&f.length>0?f.push("}"):i===f[f.length-1]&&f.pop(),f.length===0)if(i===";"){t.source.end=this.getPosition(e[2]),this.semicolon=!0;break}else if(i==="{"){o=!0;break}else if(i==="}"){if(u.length>0){for(n=u.length-1,s=u[n];s&&s[0]==="space";)s=u[--n];s&&(t.source.end=this.getPosition(s[3]||s[2]))}this.end(e);break}else u.push(e);else u.push(e);if(this.tokenizer.endOfFile()){a=!0;break}}t.raws.between=this.spacesAndCommentsFromEnd(u),u.length?(t.raws.afterName=this.spacesAndCommentsFromStart(u),this.raw(t,"params",u),a&&(e=u[u.length-1],t.source.end=this.getPosition(e[3]||e[2]),this.spaces=t.raws.between,t.raws.between="")):(t.raws.afterName="",t.params=""),o&&(t.nodes=[],this.current=t)}end(e){this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.semicolon=!1,this.current.raws.after=(this.current.raws.after||"")+this.spaces,this.spaces="",this.current.parent?(this.current.source.end=this.getPosition(e[2]),this.current=this.current.parent):this.unexpectedClose(e)}endFile(){this.current.parent&&this.unclosedBlock(),this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.current.raws.after=(this.current.raws.after||"")+this.spaces}freeSemicolon(e){if(this.spaces+=e[1],this.current.nodes){let t=this.current.nodes[this.current.nodes.length-1];t&&t.type==="rule"&&!t.raws.ownSemicolon&&(t.raws.ownSemicolon=this.spaces,this.spaces="")}}getPosition(e){let t=this.input.fromOffset(e);return{offset:e,line:t.line,column:t.col}}init(e,t){this.current.push(e),e.source={start:this.getPosition(t),input:this.input},e.raws.before=this.spaces,this.spaces="",e.type!=="comment"&&(this.semicolon=!1)}raw(e,t,i,s){let n,a,o=i.length,u="",f=!0,c,d;for(let p=0;ph+y[1],"");e.raws[t]={value:u,raw:p}}e[t]=u}spacesAndCommentsFromEnd(e){let t,i="";for(;e.length&&(t=e[e.length-1][0],!(t!=="space"&&t!=="comment"));)i=e.pop()[1]+i;return i}spacesAndCommentsFromStart(e){let t,i="";for(;e.length&&(t=e[0][0],!(t!=="space"&&t!=="comment"));)i+=e.shift()[1];return i}spacesFromEnd(e){let t,i="";for(;e.length&&(t=e[e.length-1][0],t==="space");)i=e.pop()[1]+i;return i}stringFrom(e,t){let i="";for(let s=t;s=0&&(s=e[n],!(s[0]!=="space"&&(i+=1,i===2)));n--);throw this.input.error("Missed semicolon",s[0]==="word"?s[3]+1:s[2])}};kc.exports=xc});var Cc=w(()=>{l()});var Ac=w((qE,_c)=>{l();var u1="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict",f1=(r,e=21)=>(t=e)=>{let i="",s=t;for(;s--;)i+=r[Math.random()*r.length|0];return i},c1=(r=21)=>{let e="",t=r;for(;t--;)e+=u1[Math.random()*64|0];return e};_c.exports={nanoid:c1,customAlphabet:f1}});var na=w((IE,Oc)=>{l();Oc.exports={}});var Hi=w((RE,Dc)=>{l();"use strict";var{SourceMapConsumer:p1,SourceMapGenerator:d1}=Cc(),{fileURLToPath:Ec,pathToFileURL:Gi}=(Gn(),Rf),{resolve:aa,isAbsolute:oa}=(tt(),wl),{nanoid:h1}=Ac(),la=Hn(),Tc=Ai(),m1=na(),ua=Symbol("fromOffsetCache"),g1=Boolean(p1&&d1),Pc=Boolean(aa&&oa),Mr=class{constructor(e,t={}){if(e===null||typeof e=="undefined"||typeof e=="object"&&!e.toString)throw new Error(`PostCSS received ${e} instead of CSS string`);if(this.css=e.toString(),this.css[0]==="\uFEFF"||this.css[0]==="\uFFFE"?(this.hasBOM=!0,this.css=this.css.slice(1)):this.hasBOM=!1,t.from&&(!Pc||/^\w+:\/\//.test(t.from)||oa(t.from)?this.file=t.from:this.file=aa(t.from)),Pc&&g1){let i=new m1(this.css,t);if(i.text){this.map=i;let s=i.consumer().file;!this.file&&s&&(this.file=this.mapResolve(s))}}this.file||(this.id=""),this.map&&(this.map.file=this.from)}fromOffset(e){let t,i;if(this[ua])i=this[ua];else{let n=this.css.split(` +`);i=new Array(n.length);let a=0;for(let o=0,u=n.length;o=t)s=i.length-1;else{let n=i.length-2,a;for(;s>1),e=i[a+1])s=a+1;else{s=a;break}}return{line:s+1,col:e-i[s]+1}}error(e,t,i,s={}){let n,a,o;if(t&&typeof t=="object"){let f=t,c=i;if(typeof t.offset=="number"){let d=this.fromOffset(f.offset);t=d.line,i=d.col}else t=f.line,i=f.column;if(typeof c.offset=="number"){let d=this.fromOffset(c.offset);a=d.line,o=d.col}else a=c.line,o=c.column}else if(!i){let f=this.fromOffset(t);t=f.line,i=f.col}let u=this.origin(t,i,a,o);return u?n=new Tc(e,u.endLine===void 0?u.line:{line:u.line,column:u.column},u.endLine===void 0?u.column:{line:u.endLine,column:u.endColumn},u.source,u.file,s.plugin):n=new Tc(e,a===void 0?t:{line:t,column:i},a===void 0?i:{line:a,column:o},this.css,this.file,s.plugin),n.input={line:t,column:i,endLine:a,endColumn:o,source:this.css},this.file&&(Gi&&(n.input.url=Gi(this.file).toString()),n.input.file=this.file),n}origin(e,t,i,s){if(!this.map)return!1;let n=this.map.consumer(),a=n.originalPositionFor({line:e,column:t});if(!a.source)return!1;let o;typeof i=="number"&&(o=n.originalPositionFor({line:i,column:s}));let u;oa(a.source)?u=Gi(a.source):u=new URL(a.source,this.map.consumer().sourceRoot||Gi(this.map.mapFile));let f={url:u.toString(),line:a.line,column:a.column,endLine:o&&o.line,endColumn:o&&o.column};if(u.protocol==="file:")if(Ec)f.file=Ec(u);else throw new Error("file: protocol is not available in this PostCSS build");let c=n.sourceContentFor(a.source);return c&&(f.source=c),f}mapResolve(e){return/^\w+:\/\//.test(e)?e:aa(this.map.consumer().sourceRoot||this.map.root||".",e)}get from(){return this.file||this.id}toJSON(){let e={};for(let t of["hasBOM","css","file","id"])this[t]!=null&&(e[t]=this[t]);return this.map&&(e.map={...this.map},e.map.consumerCache&&(e.map.consumerCache=void 0)),e}};Dc.exports=Mr;Mr.default=Mr;la&&la.registerInput&&la.registerInput(Mr)});var Qi=w((ME,qc)=>{l();"use strict";var y1=Ge(),w1=Sc(),b1=Hi();function Yi(r,e){let t=new b1(r,e),i=new w1(t);try{i.parse()}catch(s){throw s}return i.root}qc.exports=Yi;Yi.default=Yi;y1.registerParse(Yi)});var pa=w((NE,Lc)=>{l();"use strict";var{isClean:Ae,my:v1}=Oi(),x1=Kn(),k1=Or(),S1=Ge(),C1=Ii(),LE=ta(),Ic=Li(),_1=Qi(),A1=kt(),O1={document:"Document",root:"Root",atrule:"AtRule",rule:"Rule",decl:"Declaration",comment:"Comment"},E1={postcssPlugin:!0,prepare:!0,Once:!0,Document:!0,Root:!0,Declaration:!0,Rule:!0,AtRule:!0,Comment:!0,DeclarationExit:!0,RuleExit:!0,AtRuleExit:!0,CommentExit:!0,RootExit:!0,DocumentExit:!0,OnceExit:!0},T1={postcssPlugin:!0,prepare:!0,Once:!0},St=0;function Lr(r){return typeof r=="object"&&typeof r.then=="function"}function Rc(r){let e=!1,t=O1[r.type];return r.type==="decl"?e=r.prop.toLowerCase():r.type==="atrule"&&(e=r.name.toLowerCase()),e&&r.append?[t,t+"-"+e,St,t+"Exit",t+"Exit-"+e]:e?[t,t+"-"+e,t+"Exit",t+"Exit-"+e]:r.append?[t,St,t+"Exit"]:[t,t+"Exit"]}function Mc(r){let e;return r.type==="document"?e=["Document",St,"DocumentExit"]:r.type==="root"?e=["Root",St,"RootExit"]:e=Rc(r),{node:r,events:e,eventIndex:0,visitors:[],visitorIndex:0,iterator:0}}function fa(r){return r[Ae]=!1,r.nodes&&r.nodes.forEach(e=>fa(e)),r}var ca={},Me=class{constructor(e,t,i){this.stringified=!1,this.processed=!1;let s;if(typeof t=="object"&&t!==null&&(t.type==="root"||t.type==="document"))s=fa(t);else if(t instanceof Me||t instanceof Ic)s=fa(t.root),t.map&&(typeof i.map=="undefined"&&(i.map={}),i.map.inline||(i.map.inline=!1),i.map.prev=t.map);else{let n=_1;i.syntax&&(n=i.syntax.parse),i.parser&&(n=i.parser),n.parse&&(n=n.parse);try{s=n(t,i)}catch(a){this.processed=!0,this.error=a}s&&!s[v1]&&S1.rebuild(s)}this.result=new Ic(e,s,i),this.helpers={...ca,result:this.result,postcss:ca},this.plugins=this.processor.plugins.map(n=>typeof n=="object"&&n.prepare?{...n,...n.prepare(this.result)}:n)}get[Symbol.toStringTag](){return"LazyResult"}get processor(){return this.result.processor}get opts(){return this.result.opts}get css(){return this.stringify().css}get content(){return this.stringify().content}get map(){return this.stringify().map}get root(){return this.sync().root}get messages(){return this.sync().messages}warnings(){return this.sync().warnings()}toString(){return this.css}then(e,t){return this.async().then(e,t)}catch(e){return this.async().catch(e)}finally(e){return this.async().then(e,e)}async(){return this.error?Promise.reject(this.error):this.processed?Promise.resolve(this.result):(this.processing||(this.processing=this.runAsync()),this.processing)}sync(){if(this.error)throw this.error;if(this.processed)return this.result;if(this.processed=!0,this.processing)throw this.getAsyncError();for(let e of this.plugins){let t=this.runOnRoot(e);if(Lr(t))throw this.getAsyncError()}if(this.prepareVisitors(),this.hasListener){let e=this.result.root;for(;!e[Ae];)e[Ae]=!0,this.walkSync(e);if(this.listeners.OnceExit)if(e.type==="document")for(let t of e.nodes)this.visitSync(this.listeners.OnceExit,t);else this.visitSync(this.listeners.OnceExit,e)}return this.result}stringify(){if(this.error)throw this.error;if(this.stringified)return this.result;this.stringified=!0,this.sync();let e=this.result.opts,t=k1;e.syntax&&(t=e.syntax.stringify),e.stringifier&&(t=e.stringifier),t.stringify&&(t=t.stringify);let s=new x1(t,this.result.root,this.result.opts).generate();return this.result.css=s[0],this.result.map=s[1],this.result}walkSync(e){e[Ae]=!0;let t=Rc(e);for(let i of t)if(i===St)e.nodes&&e.each(s=>{s[Ae]||this.walkSync(s)});else{let s=this.listeners[i];if(s&&this.visitSync(s,e.toProxy()))return}}visitSync(e,t){for(let[i,s]of e){this.result.lastPlugin=i;let n;try{n=s(t,this.helpers)}catch(a){throw this.handleError(a,t.proxyOf)}if(t.type!=="root"&&t.type!=="document"&&!t.parent)return!0;if(Lr(n))throw this.getAsyncError()}}runOnRoot(e){this.result.lastPlugin=e;try{if(typeof e=="object"&&e.Once){if(this.result.root.type==="document"){let t=this.result.root.nodes.map(i=>e.Once(i,this.helpers));return Lr(t[0])?Promise.all(t):t}return e.Once(this.result.root,this.helpers)}else if(typeof e=="function")return e(this.result.root,this.result)}catch(t){throw this.handleError(t)}}getAsyncError(){throw new Error("Use process(css).then(cb) to work with async plugins")}handleError(e,t){let i=this.result.lastPlugin;try{t&&t.addToError(e),this.error=e,e.name==="CssSyntaxError"&&!e.plugin?(e.plugin=i.postcssPlugin,e.setMessage()):i.postcssVersion}catch(s){console&&console.error&&console.error(s)}return e}async runAsync(){this.plugin=0;for(let e=0;e0;){let i=this.visitTick(t);if(Lr(i))try{await i}catch(s){let n=t[t.length-1].node;throw this.handleError(s,n)}}}if(this.listeners.OnceExit)for(let[t,i]of this.listeners.OnceExit){this.result.lastPlugin=t;try{if(e.type==="document"){let s=e.nodes.map(n=>i(n,this.helpers));await Promise.all(s)}else await i(e,this.helpers)}catch(s){throw this.handleError(s)}}}return this.processed=!0,this.stringify()}prepareVisitors(){this.listeners={};let e=(t,i,s)=>{this.listeners[i]||(this.listeners[i]=[]),this.listeners[i].push([t,s])};for(let t of this.plugins)if(typeof t=="object")for(let i in t){if(!E1[i]&&/^[A-Z]/.test(i))throw new Error(`Unknown event ${i} in ${t.postcssPlugin}. Try to update PostCSS (${this.processor.version} now).`);if(!T1[i])if(typeof t[i]=="object")for(let s in t[i])s==="*"?e(t,i,t[i][s]):e(t,i+"-"+s.toLowerCase(),t[i][s]);else typeof t[i]=="function"&&e(t,i,t[i])}this.hasListener=Object.keys(this.listeners).length>0}visitTick(e){let t=e[e.length-1],{node:i,visitors:s}=t;if(i.type!=="root"&&i.type!=="document"&&!i.parent){e.pop();return}if(s.length>0&&t.visitorIndex{ca=r};Lc.exports=Me;Me.default=Me;A1.registerLazyResult(Me);C1.registerLazyResult(Me)});var Fc=w((BE,Nc)=>{l();"use strict";var P1=Kn(),D1=Or(),FE=ta(),q1=Qi(),I1=Li(),Ji=class{constructor(e,t,i){t=t.toString(),this.stringified=!1,this._processor=e,this._css=t,this._opts=i,this._map=void 0;let s,n=D1;this.result=new I1(this._processor,s,this._opts),this.result.css=t;let a=this;Object.defineProperty(this.result,"root",{get(){return a.root}});let o=new P1(n,s,this._opts,t);if(o.isMap()){let[u,f]=o.generate();u&&(this.result.css=u),f&&(this.result.map=f)}}get[Symbol.toStringTag](){return"NoWorkResult"}get processor(){return this.result.processor}get opts(){return this.result.opts}get css(){return this.result.css}get content(){return this.result.css}get map(){return this.result.map}get root(){if(this._root)return this._root;let e,t=q1;try{e=t(this._css,this._opts)}catch(i){this.error=i}if(this.error)throw this.error;return this._root=e,e}get messages(){return[]}warnings(){return[]}toString(){return this._css}then(e,t){return this.async().then(e,t)}catch(e){return this.async().catch(e)}finally(e){return this.async().then(e,e)}async(){return this.error?Promise.reject(this.error):Promise.resolve(this.result)}sync(){if(this.error)throw this.error;return this.result}};Nc.exports=Ji;Ji.default=Ji});var zc=w((zE,Bc)=>{l();"use strict";var R1=Fc(),M1=pa(),L1=Ii(),N1=kt(),Ct=class{constructor(e=[]){this.version="8.4.14",this.plugins=this.normalize(e)}use(e){return this.plugins=this.plugins.concat(this.normalize([e])),this}process(e,t={}){return this.plugins.length===0&&typeof t.parser=="undefined"&&typeof t.stringifier=="undefined"&&typeof t.syntax=="undefined"?new R1(this,e,t):new M1(this,e,t)}normalize(e){let t=[];for(let i of e)if(i.postcss===!0?i=i():i.postcss&&(i=i.postcss),typeof i=="object"&&Array.isArray(i.plugins))t=t.concat(i.plugins);else if(typeof i=="object"&&i.postcssPlugin)t.push(i);else if(typeof i=="function")t.push(i);else if(!(typeof i=="object"&&(i.parse||i.stringify)))throw new Error(i+" is not a PostCSS plugin");return t}};Bc.exports=Ct;Ct.default=Ct;N1.registerProcessor(Ct);L1.registerProcessor(Ct)});var jc=w(($E,$c)=>{l();"use strict";var F1=Tr(),B1=na(),z1=Pr(),$1=Vi(),j1=Hi(),U1=kt(),V1=Wi();function Nr(r,e){if(Array.isArray(r))return r.map(s=>Nr(s));let{inputs:t,...i}=r;if(t){e=[];for(let s of t){let n={...s,__proto__:j1.prototype};n.map&&(n.map={...n.map,__proto__:B1.prototype}),e.push(n)}}if(i.nodes&&(i.nodes=r.nodes.map(s=>Nr(s,e))),i.source){let{inputId:s,...n}=i.source;i.source=n,s!=null&&(i.source.input=e[s])}if(i.type==="root")return new U1(i);if(i.type==="decl")return new F1(i);if(i.type==="rule")return new V1(i);if(i.type==="comment")return new z1(i);if(i.type==="atrule")return new $1(i);throw new Error("Unknown node type: "+r.type)}$c.exports=Nr;Nr.default=Nr});var ue=w((jE,Qc)=>{l();"use strict";var W1=Ai(),Uc=Tr(),G1=pa(),H1=Ge(),da=zc(),Y1=Or(),Q1=jc(),Vc=Ii(),J1=ra(),Wc=Pr(),Gc=Vi(),X1=Li(),K1=Hi(),Z1=Qi(),ek=sa(),Hc=Wi(),Yc=kt(),tk=Er();function F(...r){return r.length===1&&Array.isArray(r[0])&&(r=r[0]),new da(r)}F.plugin=function(e,t){let i=!1;function s(...a){console&&console.warn&&!i&&(i=!0,console.warn(e+`: postcss.plugin was deprecated. Migration guide: +https://evilmartians.com/chronicles/postcss-8-plugin-migration`),m.env.LANG&&m.env.LANG.startsWith("cn")&&console.warn(e+`: \u91CC\u9762 postcss.plugin \u88AB\u5F03\u7528. \u8FC1\u79FB\u6307\u5357: +https://www.w3ctech.com/topic/2226`));let o=t(...a);return o.postcssPlugin=e,o.postcssVersion=new da().version,o}let n;return Object.defineProperty(s,"postcss",{get(){return n||(n=s()),n}}),s.process=function(a,o,u){return F([s(u)]).process(a,o)},s};F.stringify=Y1;F.parse=Z1;F.fromJSON=Q1;F.list=ek;F.comment=r=>new Wc(r);F.atRule=r=>new Gc(r);F.decl=r=>new Uc(r);F.rule=r=>new Hc(r);F.root=r=>new Yc(r);F.document=r=>new Vc(r);F.CssSyntaxError=W1;F.Declaration=Uc;F.Container=H1;F.Processor=da;F.Document=Vc;F.Comment=Wc;F.Warning=J1;F.AtRule=Gc;F.Result=X1;F.Input=K1;F.Rule=Hc;F.Root=Yc;F.Node=tk;G1.registerPostcss(F);Qc.exports=F;F.default=F});var j,U,UE,VE,WE,GE,HE,YE,QE,JE,XE,KE,ZE,e5,t5,r5,i5,s5,n5,a5,o5,l5,u5,f5,c5,p5,He=C(()=>{l();j=Y(ue()),U=j.default,UE=j.default.stringify,VE=j.default.fromJSON,WE=j.default.plugin,GE=j.default.parse,HE=j.default.list,YE=j.default.document,QE=j.default.comment,JE=j.default.atRule,XE=j.default.rule,KE=j.default.decl,ZE=j.default.root,e5=j.default.CssSyntaxError,t5=j.default.Declaration,r5=j.default.Container,i5=j.default.Processor,s5=j.default.Document,n5=j.default.Comment,a5=j.default.Warning,o5=j.default.AtRule,l5=j.default.Result,u5=j.default.Input,f5=j.default.Rule,c5=j.default.Root,p5=j.default.Node});var ha=w((h5,Jc)=>{l();Jc.exports=function(r,e,t,i,s){for(e=e.split?e.split("."):e,i=0;i(typeof e=="function"&&(e=e({})),Array.isArray(e)&&(e=e[0]),e):["fontFamily","boxShadow","transitionProperty","transitionDuration","transitionDelay","transitionTimingFunction","backgroundImage","backgroundSize","backgroundColor","cursor","animation"].includes(r)?e=>(typeof e=="function"&&(e=e({})),Array.isArray(e)&&(e=e.join(", ")),e):["gridTemplateColumns","gridTemplateRows","objectPosition"].includes(r)?e=>(typeof e=="function"&&(e=e({})),typeof e=="string"&&(e=U.list.comma(e).join(" ")),e):(e,t={})=>(typeof e=="function"&&(e=e(t)),e)}var Fr=C(()=>{l();He()});var tp=w((y5,wa)=>{l();var Xc=Ce();function ma(r,e){let t,i=Xc(s=>{t=s});try{i.processSync(r)}catch(s){throw r.includes(":")?e?e.error("Missed semicolon"):s:e?e.error(s.message):s}return t.at(0)}function Kc(r,e){let t=!1;return r.each(i=>{if(i.type==="nesting"){let s=e.clone();i.value!=="&"?i.replaceWith(ma(i.value.replace("&",s.toString()))):i.replaceWith(s),t=!0}else i.nodes&&Kc(i,e)&&(t=!0)}),t}function Zc(r,e){let t=[];return r.selectors.forEach(i=>{let s=ma(i,r);e.selectors.forEach(n=>{if(n.length){let a=ma(n,e);Kc(a,s)||(a.prepend(Xc.combinator({value:" "})),a.prepend(s.clone())),t.push(a.toString())}})}),t}function ga(r,e){return r&&r.type==="comment"?(e.after(r),r):e}function rk(r){return function e(t,i,s){let n=[];if(i.each(a=>{a.type==="comment"||a.type==="decl"?n.push(a):a.type==="rule"&&s?a.selectors=Zc(t,a):a.type==="atrule"&&(a.nodes&&r[a.name]?e(t,a,!0):n.push(a))}),s&&n.length){let a=t.clone({nodes:[]});for(let o of n)a.append(o);i.prepend(a)}}}function ya(r,e,t,i){let s=new i({selector:r,nodes:[]});for(let n of e)s.append(n);return t.after(s),s}function ep(r,e){let t={};for(let i of r)t[i]=!0;if(e)for(let i of e){let s=i.replace(/^@/,"");t[s]=!0}return t}wa.exports=(r={})=>{let e=ep(["media","supports"],r.bubble),t=rk(e),i=ep(["document","font-face","keyframes","-webkit-keyframes","-moz-keyframes"],r.unwrap),s=r.preserveEmpty;return{postcssPlugin:"postcss-nested",Rule(n,{Rule:a}){let o=!1,u=n,f=!1,c=[];n.each(d=>{if(d.type==="rule")c.length&&(u=ya(n.selector,c,u,a),c=[]),f=!0,o=!0,d.selectors=Zc(n,d),u=ga(d.prev(),u),u.after(d),u=d;else if(d.type==="atrule")if(c.length&&(u=ya(n.selector,c,u,a),c=[]),d.name==="at-root"){o=!0,t(n,d,!1);let p=d.nodes;d.params&&(p=new a({selector:d.params,nodes:p})),u.after(p),u=p,d.remove()}else e[d.name]?(f=!0,o=!0,t(n,d,!0),u=ga(d.prev(),u),u.after(d),u=d):i[d.name]?(f=!0,o=!0,t(n,d,!1),u=ga(d.prev(),u),u.after(d),u=d):f&&c.push(d);else d.type==="decl"&&f&&c.push(d)}),c.length&&(u=ya(n.selector,c,u,a)),o&&s!==!0&&(n.raws.semicolon=!0,n.nodes.length===0&&n.remove())}}};wa.exports.postcss=!0});var np=w((w5,sp)=>{l();"use strict";var rp=/-(\w|$)/g,ip=(r,e)=>e.toUpperCase(),ik=r=>(r=r.toLowerCase(),r==="float"?"cssFloat":r.startsWith("-ms-")?r.substr(1).replace(rp,ip):r.replace(rp,ip));sp.exports=ik});var xa=w((b5,ap)=>{l();var sk=np(),nk={boxFlex:!0,boxFlexGroup:!0,columnCount:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,strokeDashoffset:!0,strokeOpacity:!0,strokeWidth:!0};function ba(r){return typeof r.nodes=="undefined"?!0:va(r)}function va(r){let e,t={};return r.each(i=>{if(i.type==="atrule")e="@"+i.name,i.params&&(e+=" "+i.params),typeof t[e]=="undefined"?t[e]=ba(i):Array.isArray(t[e])?t[e].push(ba(i)):t[e]=[t[e],ba(i)];else if(i.type==="rule"){let s=va(i);if(t[i.selector])for(let n in s)t[i.selector][n]=s[n];else t[i.selector]=s}else if(i.type==="decl"){i.prop[0]==="-"&&i.prop[1]==="-"?e=i.prop:e=sk(i.prop);let s=i.value;!isNaN(i.value)&&nk[e]&&(s=parseFloat(i.value)),i.important&&(s+=" !important"),typeof t[e]=="undefined"?t[e]=s:Array.isArray(t[e])?t[e].push(s):t[e]=[t[e],s]}}),t}ap.exports=va});var Xi=w((v5,fp)=>{l();var Br=ue(),op=/\s*!important\s*$/i,ak={"box-flex":!0,"box-flex-group":!0,"column-count":!0,flex:!0,"flex-grow":!0,"flex-positive":!0,"flex-shrink":!0,"flex-negative":!0,"font-weight":!0,"line-clamp":!0,"line-height":!0,opacity:!0,order:!0,orphans:!0,"tab-size":!0,widows:!0,"z-index":!0,zoom:!0,"fill-opacity":!0,"stroke-dashoffset":!0,"stroke-opacity":!0,"stroke-width":!0};function ok(r){return r.replace(/([A-Z])/g,"-$1").replace(/^ms-/,"-ms-").toLowerCase()}function lp(r,e,t){t===!1||t===null||(e.startsWith("--")||(e=ok(e)),typeof t=="number"&&(t===0||ak[e]?t=t.toString():t+="px"),e==="css-float"&&(e="float"),op.test(t)?(t=t.replace(op,""),r.push(Br.decl({prop:e,value:t,important:!0}))):r.push(Br.decl({prop:e,value:t})))}function up(r,e,t){let i=Br.atRule({name:e[1],params:e[3]||""});typeof t=="object"&&(i.nodes=[],ka(t,i)),r.push(i)}function ka(r,e){let t,i,s;for(t in r)if(i=r[t],!(i===null||typeof i=="undefined"))if(t[0]==="@"){let n=t.match(/@(\S+)(\s+([\W\w]*)\s*)?/);if(Array.isArray(i))for(let a of i)up(e,n,a);else up(e,n,i)}else if(Array.isArray(i))for(let n of i)lp(e,t,n);else typeof i=="object"?(s=Br.rule({selector:t}),ka(i,s),e.push(s)):lp(e,t,i)}fp.exports=function(r){let e=Br.root();return ka(r,e),e}});var Sa=w((x5,cp)=>{l();var lk=xa();cp.exports=function(e){return console&&console.warn&&e.warnings().forEach(t=>{let i=t.plugin||"PostCSS";console.warn(i+": "+t.text)}),lk(e.root)}});var dp=w((k5,pp)=>{l();var uk=ue(),fk=Sa(),ck=Xi();pp.exports=function(e){let t=uk(e);return async i=>{let s=await t.process(i,{parser:ck,from:void 0});return fk(s)}}});var mp=w((S5,hp)=>{l();var pk=ue(),dk=Sa(),hk=Xi();hp.exports=function(r){let e=pk(r);return t=>{let i=e.process(t,{parser:hk,from:void 0});return dk(i)}}});var yp=w((C5,gp)=>{l();var mk=xa(),gk=Xi(),yk=dp(),wk=mp();gp.exports={objectify:mk,parse:gk,async:yk,sync:wk}});var _t,wp,_5,A5,O5,E5,bp=C(()=>{l();_t=Y(yp()),wp=_t.default,_5=_t.default.objectify,A5=_t.default.parse,O5=_t.default.async,E5=_t.default.sync});function At(r){return Array.isArray(r)?r.flatMap(e=>U([(0,vp.default)({bubble:["screen"]})]).process(e,{parser:wp}).root.nodes):At([r])}var vp,Ca=C(()=>{l();He();vp=Y(tp());bp()});function Ot(r,e,t=!1){return(0,xp.default)(i=>{i.walkClasses(s=>{let n=s.value,a=t&&n.startsWith("-");s.value=a?`-${r}${n.slice(1)}`:`${r}${n}`})}).processSync(e)}var xp,Ki=C(()=>{l();xp=Y(Ce())});function fe(r){let e=kp.default.className();return e.value=r,nt(e?.raws?.value??e.value)}var kp,Et=C(()=>{l();kp=Y(Ce());mi()});function _a(r){return nt(`.${fe(r)}`)}function Zi(r,e){return _a(zr(r,e))}function zr(r,e){return e==="DEFAULT"?r:e==="-"||e==="-DEFAULT"?`-${r}`:e.startsWith("-")?`-${r}${e}`:`${r}-${e}`}var Aa=C(()=>{l();Et();mi()});function at(r){return(r>0n)-(r<0n)}var es=C(()=>{l()});function O(r,e=[[r,[r]]],{filterDefault:t=!1,...i}={}){let s=Le(r);return function({matchUtilities:n,theme:a}){for(let o of e){let u=Array.isArray(o[0])?o:[o];n(u.reduce((f,[c,d])=>Object.assign(f,{[c]:p=>d.reduce((h,y)=>Array.isArray(y)?Object.assign(h,{[y[0]]:y[1]}):Object.assign(h,{[y]:s(p)}),{})}),{}),{...i,values:t?Object.fromEntries(Object.entries(a(r)??{}).filter(([f])=>f!=="DEFAULT")):a(r)})}}}var Sp=C(()=>{l();Fr()});function ot(r){return r=Array.isArray(r)?r:[r],r.map(e=>e.values.map(t=>t.raw!==void 0?t.raw:[t.min&&`(min-width: ${t.min})`,t.max&&`(max-width: ${t.max})`].filter(Boolean).join(" and "))).join(", ")}var ts=C(()=>{l()});function Oa(r){return r.split(_k).map(t=>{let i=t.trim(),s={value:i},n=i.split(Ak),a=new Set;for(let o of n)!a.has("DIRECTIONS")&&bk.has(o)?(s.direction=o,a.add("DIRECTIONS")):!a.has("PLAY_STATES")&&vk.has(o)?(s.playState=o,a.add("PLAY_STATES")):!a.has("FILL_MODES")&&xk.has(o)?(s.fillMode=o,a.add("FILL_MODES")):!a.has("ITERATION_COUNTS")&&(kk.has(o)||Ok.test(o))?(s.iterationCount=o,a.add("ITERATION_COUNTS")):!a.has("TIMING_FUNCTION")&&Sk.has(o)||!a.has("TIMING_FUNCTION")&&Ck.some(u=>o.startsWith(`${u}(`))?(s.timingFunction=o,a.add("TIMING_FUNCTION")):!a.has("DURATION")&&Cp.test(o)?(s.duration=o,a.add("DURATION")):!a.has("DELAY")&&Cp.test(o)?(s.delay=o,a.add("DELAY")):a.has("NAME")?(s.unknown||(s.unknown=[]),s.unknown.push(o)):(s.name=o,a.add("NAME"));return s})}var bk,vk,xk,kk,Sk,Ck,_k,Ak,Cp,Ok,_p=C(()=>{l();bk=new Set(["normal","reverse","alternate","alternate-reverse"]),vk=new Set(["running","paused"]),xk=new Set(["none","forwards","backwards","both"]),kk=new Set(["infinite"]),Sk=new Set(["linear","ease","ease-in","ease-out","ease-in-out","step-start","step-end"]),Ck=["cubic-bezier","steps"],_k=/\,(?![^(]*\))/g,Ak=/\ +(?![^(]*\))/g,Cp=/^(-?[\d.]+m?s)$/,Ok=/^(\d+)$/});var Ap,J,Op=C(()=>{l();Ap=r=>Object.assign({},...Object.entries(r??{}).flatMap(([e,t])=>typeof t=="object"?Object.entries(Ap(t)).map(([i,s])=>({[e+(i==="DEFAULT"?"":`-${i}`)]:s})):[{[`${e}`]:t}])),J=Ap});var Tp,Ep=C(()=>{Tp="3.1.8"});function Ye(r,e=!0){return Array.isArray(r)?r.map(t=>{if(e&&Array.isArray(t))throw new Error("The tuple syntax is not supported for `screens`.");if(typeof t=="string")return{name:t.toString(),values:[{min:t,max:void 0}]};let[i,s]=t;return i=i.toString(),typeof s=="string"?{name:i,values:[{min:s,max:void 0}]}:Array.isArray(s)?{name:i,values:s.map(n=>Pp(n))}:{name:i,values:[Pp(s)]}}):Ye(Object.entries(r??{}),!1)}function Pp({"min-width":r,min:e=r,max:t,raw:i}={}){return{min:e,max:t,raw:i}}var rs=C(()=>{l()});function is(r,e){r.walkDecls(t=>{if(e.includes(t.prop)){t.remove();return}for(let i of e)t.value.includes(`/ var(${i})`)&&(t.value=t.value.replace(`/ var(${i})`,""))})}var Dp=C(()=>{l()});var be,ve,Oe,Ee,qp,Ip=C(()=>{l();ct();tt();He();Sp();ts();Et();_p();Op();vr();Bn();Jt();Fr();Ep();ke();rs();qn();Dp();Ve();be={pseudoElementVariants:({addVariant:r})=>{r("first-letter","&::first-letter"),r("first-line","&::first-line"),r("marker",[({container:e})=>(is(e,["--tw-text-opacity"]),"& *::marker"),({container:e})=>(is(e,["--tw-text-opacity"]),"&::marker")]),r("selection",["& *::selection","&::selection"]),r("file","&::file-selector-button"),r("placeholder","&::placeholder"),r("backdrop","&::backdrop"),r("before",({container:e})=>(e.walkRules(t=>{let i=!1;t.walkDecls("content",()=>{i=!0}),i||t.prepend(U.decl({prop:"content",value:"var(--tw-content)"}))}),"&::before")),r("after",({container:e})=>(e.walkRules(t=>{let i=!1;t.walkDecls("content",()=>{i=!0}),i||t.prepend(U.decl({prop:"content",value:"var(--tw-content)"}))}),"&::after"))},pseudoClassVariants:({addVariant:r,config:e})=>{let t=[["first","&:first-child"],["last","&:last-child"],["only","&:only-child"],["odd","&:nth-child(odd)"],["even","&:nth-child(even)"],"first-of-type","last-of-type","only-of-type",["visited",({container:i})=>(is(i,["--tw-text-opacity","--tw-border-opacity","--tw-bg-opacity"]),"&:visited")],"target",["open","&[open]"],"default","checked","indeterminate","placeholder-shown","autofill","optional","required","valid","invalid","in-range","out-of-range","read-only","empty","focus-within",["hover",K(e(),"hoverOnlyWhenSupported")?"@media (hover: hover) and (pointer: fine) { &:hover }":"&:hover"],"focus","focus-visible","active","enabled","disabled"].map(i=>Array.isArray(i)?i:[i,`&:${i}`]);for(let[i,s]of t)r(i,n=>typeof s=="function"?s(n):s);for(let[i,s]of t)r(`group-${i}`,n=>(typeof s=="function"?s(n):s).replace(/&(\S+)/,":merge(.group)$1 &"));for(let[i,s]of t)r(`peer-${i}`,n=>(typeof s=="function"?s(n):s).replace(/&(\S+)/,":merge(.peer)$1 ~ &"))},directionVariants:({addVariant:r})=>{r("ltr",()=>(W.warn("rtl-experimental",["The RTL features in Tailwind CSS are currently in preview.","Preview features are not covered by semver, and may be improved in breaking ways at any time."]),'[dir="ltr"] &')),r("rtl",()=>(W.warn("rtl-experimental",["The RTL features in Tailwind CSS are currently in preview.","Preview features are not covered by semver, and may be improved in breaking ways at any time."]),'[dir="rtl"] &'))},reducedMotionVariants:({addVariant:r})=>{r("motion-safe","@media (prefers-reduced-motion: no-preference)"),r("motion-reduce","@media (prefers-reduced-motion: reduce)")},darkVariants:({config:r,addVariant:e})=>{let[t,i=".dark"]=[].concat(r("darkMode","media"));t===!1&&(t="media",W.warn("darkmode-false",["The `darkMode` option in your Tailwind CSS configuration is set to `false`, which now behaves the same as `media`.","Change `darkMode` to `media` or remove it entirely.","https://tailwindcss.com/docs/upgrade-guide#remove-dark-mode-configuration"])),t==="class"?e("dark",`${i} &`):t==="media"&&e("dark","@media (prefers-color-scheme: dark)")},printVariant:({addVariant:r})=>{r("print","@media print")},screenVariants:({theme:r,addVariant:e})=>{for(let t of Ye(r("screens"))){let i=ot(t);e(t.name,`@media ${i}`)}},orientationVariants:({addVariant:r})=>{r("portrait","@media (orientation: portrait)"),r("landscape","@media (orientation: landscape)")},prefersContrastVariants:({addVariant:r})=>{r("contrast-more","@media (prefers-contrast: more)"),r("contrast-less","@media (prefers-contrast: less)")}},ve=["translate(var(--tw-translate-x), var(--tw-translate-y))","rotate(var(--tw-rotate))","skewX(var(--tw-skew-x))","skewY(var(--tw-skew-y))","scaleX(var(--tw-scale-x))","scaleY(var(--tw-scale-y))"].join(" "),Oe=["var(--tw-blur)","var(--tw-brightness)","var(--tw-contrast)","var(--tw-grayscale)","var(--tw-hue-rotate)","var(--tw-invert)","var(--tw-saturate)","var(--tw-sepia)","var(--tw-drop-shadow)"].join(" "),Ee=["var(--tw-backdrop-blur)","var(--tw-backdrop-brightness)","var(--tw-backdrop-contrast)","var(--tw-backdrop-grayscale)","var(--tw-backdrop-hue-rotate)","var(--tw-backdrop-invert)","var(--tw-backdrop-opacity)","var(--tw-backdrop-saturate)","var(--tw-backdrop-sepia)"].join(" "),qp={preflight:({addBase:r})=>{let e=U.parse(`*,::after,::before{box-sizing:border-box;border-width:0;border-style:solid;border-color:theme('borderColor.DEFAULT', currentColor)}::after,::before{--tw-content:''}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:theme('fontFamily.sans', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji")}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:theme('fontFamily.mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:theme('colors.gray.4', #9ca3af)}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}`);r([U.comment({text:`! tailwindcss v${Tp} | MIT License | https://tailwindcss.com`}),...e.nodes])},container:(()=>{function r(t=[]){return t.flatMap(i=>i.values.map(s=>s.min)).filter(i=>i!==void 0)}function e(t,i,s){if(typeof s=="undefined")return[];if(!(typeof s=="object"&&s!==null))return[{screen:"DEFAULT",minWidth:0,padding:s}];let n=[];s.DEFAULT&&n.push({screen:"DEFAULT",minWidth:0,padding:s.DEFAULT});for(let a of t)for(let o of i)for(let{min:u}of o.values)u===a&&n.push({minWidth:a,padding:s[o.name]});return n}return function({addComponents:t,theme:i}){let s=Ye(i("container.screens",i("screens"))),n=r(s),a=e(n,s,i("container.padding")),o=f=>{let c=a.find(d=>d.minWidth===f);return c?{paddingRight:c.padding,paddingLeft:c.padding}:{}},u=Array.from(new Set(n.slice().sort((f,c)=>parseInt(f)-parseInt(c)))).map(f=>({[`@media (min-width: ${f})`]:{".container":{"max-width":f,...o(f)}}}));t([{".container":Object.assign({width:"100%"},i("container.center",!1)?{marginRight:"auto",marginLeft:"auto"}:{},o(0))},...u])}})(),accessibility:({addUtilities:r})=>{r({".sr-only":{position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0"},".not-sr-only":{position:"static",width:"auto",height:"auto",padding:"0",margin:"0",overflow:"visible",clip:"auto",whiteSpace:"normal"}})},pointerEvents:({addUtilities:r})=>{r({".pointer-events-none":{"pointer-events":"none"},".pointer-events-auto":{"pointer-events":"auto"}})},visibility:({addUtilities:r})=>{r({".visible":{visibility:"visible"},".invisible":{visibility:"hidden"}})},position:({addUtilities:r})=>{r({".static":{position:"static"},".fixed":{position:"fixed"},".absolute":{position:"absolute"},".relative":{position:"relative"},".sticky":{position:"sticky"}})},inset:O("inset",[["inset",["top","right","bottom","left"]],[["inset-x",["left","right"]],["inset-y",["top","bottom"]]],[["top",["top"]],["right",["right"]],["bottom",["bottom"]],["left",["left"]]]],{supportsNegativeValues:!0}),isolation:({addUtilities:r})=>{r({".isolate":{isolation:"isolate"},".isolation-auto":{isolation:"auto"}})},zIndex:O("zIndex",[["z",["zIndex"]]],{supportsNegativeValues:!0}),order:O("order",void 0,{supportsNegativeValues:!0}),gridColumn:O("gridColumn",[["col",["gridColumn"]]]),gridColumnStart:O("gridColumnStart",[["col-start",["gridColumnStart"]]]),gridColumnEnd:O("gridColumnEnd",[["col-end",["gridColumnEnd"]]]),gridRow:O("gridRow",[["row",["gridRow"]]]),gridRowStart:O("gridRowStart",[["row-start",["gridRowStart"]]]),gridRowEnd:O("gridRowEnd",[["row-end",["gridRowEnd"]]]),float:({addUtilities:r})=>{r({".float-right":{float:"right"},".float-left":{float:"left"},".float-none":{float:"none"}})},clear:({addUtilities:r})=>{r({".clear-left":{clear:"left"},".clear-right":{clear:"right"},".clear-both":{clear:"both"},".clear-none":{clear:"none"}})},margin:O("margin",[["m",["margin"]],[["mx",["margin-left","margin-right"]],["my",["margin-top","margin-bottom"]]],[["mt",["margin-top"]],["mr",["margin-right"]],["mb",["margin-bottom"]],["ml",["margin-left"]]]],{supportsNegativeValues:!0}),boxSizing:({addUtilities:r})=>{r({".box-border":{"box-sizing":"border-box"},".box-content":{"box-sizing":"content-box"}})},display:({addUtilities:r})=>{r({".block":{display:"block"},".inline-block":{display:"inline-block"},".inline":{display:"inline"},".flex":{display:"flex"},".inline-flex":{display:"inline-flex"},".table":{display:"table"},".inline-table":{display:"inline-table"},".table-caption":{display:"table-caption"},".table-cell":{display:"table-cell"},".table-column":{display:"table-column"},".table-column-group":{display:"table-column-group"},".table-footer-group":{display:"table-footer-group"},".table-header-group":{display:"table-header-group"},".table-row-group":{display:"table-row-group"},".table-row":{display:"table-row"},".flow-root":{display:"flow-root"},".grid":{display:"grid"},".inline-grid":{display:"inline-grid"},".contents":{display:"contents"},".list-item":{display:"list-item"},".hidden":{display:"none"}})},aspectRatio:O("aspectRatio",[["aspect",["aspect-ratio"]]]),height:O("height",[["h",["height"]]]),maxHeight:O("maxHeight",[["max-h",["maxHeight"]]]),minHeight:O("minHeight",[["min-h",["minHeight"]]]),width:O("width",[["w",["width"]]]),minWidth:O("minWidth",[["min-w",["minWidth"]]]),maxWidth:O("maxWidth",[["max-w",["maxWidth"]]]),flex:O("flex"),flexShrink:O("flexShrink",[["flex-shrink",["flex-shrink"]],["shrink",["flex-shrink"]]]),flexGrow:O("flexGrow",[["flex-grow",["flex-grow"]],["grow",["flex-grow"]]]),flexBasis:O("flexBasis",[["basis",["flex-basis"]]]),tableLayout:({addUtilities:r})=>{r({".table-auto":{"table-layout":"auto"},".table-fixed":{"table-layout":"fixed"}})},borderCollapse:({addUtilities:r})=>{r({".border-collapse":{"border-collapse":"collapse"},".border-separate":{"border-collapse":"separate"}})},borderSpacing:({addDefaults:r,matchUtilities:e,theme:t})=>{r("border-spacing",{"--tw-border-spacing-x":0,"--tw-border-spacing-y":0}),e({"border-spacing":i=>({"--tw-border-spacing-x":i,"--tw-border-spacing-y":i,"@defaults border-spacing":{},"border-spacing":"var(--tw-border-spacing-x) var(--tw-border-spacing-y)"}),"border-spacing-x":i=>({"--tw-border-spacing-x":i,"@defaults border-spacing":{},"border-spacing":"var(--tw-border-spacing-x) var(--tw-border-spacing-y)"}),"border-spacing-y":i=>({"--tw-border-spacing-y":i,"@defaults border-spacing":{},"border-spacing":"var(--tw-border-spacing-x) var(--tw-border-spacing-y)"})},{values:t("borderSpacing")})},transformOrigin:O("transformOrigin",[["origin",["transformOrigin"]]]),translate:O("translate",[[["translate-x",[["@defaults transform",{}],"--tw-translate-x",["transform",ve]]],["translate-y",[["@defaults transform",{}],"--tw-translate-y",["transform",ve]]]]],{supportsNegativeValues:!0}),rotate:O("rotate",[["rotate",[["@defaults transform",{}],"--tw-rotate",["transform",ve]]]],{supportsNegativeValues:!0}),skew:O("skew",[[["skew-x",[["@defaults transform",{}],"--tw-skew-x",["transform",ve]]],["skew-y",[["@defaults transform",{}],"--tw-skew-y",["transform",ve]]]]],{supportsNegativeValues:!0}),scale:O("scale",[["scale",[["@defaults transform",{}],"--tw-scale-x","--tw-scale-y",["transform",ve]]],[["scale-x",[["@defaults transform",{}],"--tw-scale-x",["transform",ve]]],["scale-y",[["@defaults transform",{}],"--tw-scale-y",["transform",ve]]]]],{supportsNegativeValues:!0}),transform:({addDefaults:r,addUtilities:e})=>{r("transform",{"--tw-translate-x":"0","--tw-translate-y":"0","--tw-rotate":"0","--tw-skew-x":"0","--tw-skew-y":"0","--tw-scale-x":"1","--tw-scale-y":"1"}),e({".transform":{"@defaults transform":{},transform:ve},".transform-cpu":{transform:ve},".transform-gpu":{transform:ve.replace("translate(var(--tw-translate-x), var(--tw-translate-y))","translate3d(var(--tw-translate-x), var(--tw-translate-y), 0)")},".transform-none":{transform:"none"}})},animation:({matchUtilities:r,theme:e,config:t})=>{let i=n=>`${t("prefix")}${fe(n)}`,s=Object.fromEntries(Object.entries(e("keyframes")??{}).map(([n,a])=>[n,{[`@keyframes ${i(n)}`]:a}]));r({animate:n=>{let a=Oa(n);return[...a.flatMap(o=>s[o.name]),{animation:a.map(({name:o,value:u})=>o===void 0||s[o]===void 0?u:u.replace(o,i(o))).join(", ")}]}},{values:e("animation")})},cursor:O("cursor"),touchAction:({addDefaults:r,addUtilities:e})=>{r("touch-action",{"--tw-pan-x":" ","--tw-pan-y":" ","--tw-pinch-zoom":" "});let t="var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)";e({".touch-auto":{"touch-action":"auto"},".touch-none":{"touch-action":"none"},".touch-pan-x":{"@defaults touch-action":{},"--tw-pan-x":"pan-x","touch-action":t},".touch-pan-left":{"@defaults touch-action":{},"--tw-pan-x":"pan-left","touch-action":t},".touch-pan-right":{"@defaults touch-action":{},"--tw-pan-x":"pan-right","touch-action":t},".touch-pan-y":{"@defaults touch-action":{},"--tw-pan-y":"pan-y","touch-action":t},".touch-pan-up":{"@defaults touch-action":{},"--tw-pan-y":"pan-up","touch-action":t},".touch-pan-down":{"@defaults touch-action":{},"--tw-pan-y":"pan-down","touch-action":t},".touch-pinch-zoom":{"@defaults touch-action":{},"--tw-pinch-zoom":"pinch-zoom","touch-action":t},".touch-manipulation":{"touch-action":"manipulation"}})},userSelect:({addUtilities:r})=>{r({".select-none":{"user-select":"none"},".select-text":{"user-select":"text"},".select-all":{"user-select":"all"},".select-auto":{"user-select":"auto"}})},resize:({addUtilities:r})=>{r({".resize-none":{resize:"none"},".resize-y":{resize:"vertical"},".resize-x":{resize:"horizontal"},".resize":{resize:"both"}})},scrollSnapType:({addDefaults:r,addUtilities:e})=>{r("scroll-snap-type",{"--tw-scroll-snap-strictness":"proximity"}),e({".snap-none":{"scroll-snap-type":"none"},".snap-x":{"@defaults scroll-snap-type":{},"scroll-snap-type":"x var(--tw-scroll-snap-strictness)"},".snap-y":{"@defaults scroll-snap-type":{},"scroll-snap-type":"y var(--tw-scroll-snap-strictness)"},".snap-both":{"@defaults scroll-snap-type":{},"scroll-snap-type":"both var(--tw-scroll-snap-strictness)"},".snap-mandatory":{"--tw-scroll-snap-strictness":"mandatory"},".snap-proximity":{"--tw-scroll-snap-strictness":"proximity"}})},scrollSnapAlign:({addUtilities:r})=>{r({".snap-start":{"scroll-snap-align":"start"},".snap-end":{"scroll-snap-align":"end"},".snap-center":{"scroll-snap-align":"center"},".snap-align-none":{"scroll-snap-align":"none"}})},scrollSnapStop:({addUtilities:r})=>{r({".snap-normal":{"scroll-snap-stop":"normal"},".snap-always":{"scroll-snap-stop":"always"}})},scrollMargin:O("scrollMargin",[["scroll-m",["scroll-margin"]],[["scroll-mx",["scroll-margin-left","scroll-margin-right"]],["scroll-my",["scroll-margin-top","scroll-margin-bottom"]]],[["scroll-mt",["scroll-margin-top"]],["scroll-mr",["scroll-margin-right"]],["scroll-mb",["scroll-margin-bottom"]],["scroll-ml",["scroll-margin-left"]]]],{supportsNegativeValues:!0}),scrollPadding:O("scrollPadding",[["scroll-p",["scroll-padding"]],[["scroll-px",["scroll-padding-left","scroll-padding-right"]],["scroll-py",["scroll-padding-top","scroll-padding-bottom"]]],[["scroll-pt",["scroll-padding-top"]],["scroll-pr",["scroll-padding-right"]],["scroll-pb",["scroll-padding-bottom"]],["scroll-pl",["scroll-padding-left"]]]]),listStylePosition:({addUtilities:r})=>{r({".list-inside":{"list-style-position":"inside"},".list-outside":{"list-style-position":"outside"}})},listStyleType:O("listStyleType",[["list",["listStyleType"]]]),appearance:({addUtilities:r})=>{r({".appearance-none":{appearance:"none"}})},columns:O("columns",[["columns",["columns"]]]),breakBefore:({addUtilities:r})=>{r({".break-before-auto":{"break-before":"auto"},".break-before-avoid":{"break-before":"avoid"},".break-before-all":{"break-before":"all"},".break-before-avoid-page":{"break-before":"avoid-page"},".break-before-page":{"break-before":"page"},".break-before-left":{"break-before":"left"},".break-before-right":{"break-before":"right"},".break-before-column":{"break-before":"column"}})},breakInside:({addUtilities:r})=>{r({".break-inside-auto":{"break-inside":"auto"},".break-inside-avoid":{"break-inside":"avoid"},".break-inside-avoid-page":{"break-inside":"avoid-page"},".break-inside-avoid-column":{"break-inside":"avoid-column"}})},breakAfter:({addUtilities:r})=>{r({".break-after-auto":{"break-after":"auto"},".break-after-avoid":{"break-after":"avoid"},".break-after-all":{"break-after":"all"},".break-after-avoid-page":{"break-after":"avoid-page"},".break-after-page":{"break-after":"page"},".break-after-left":{"break-after":"left"},".break-after-right":{"break-after":"right"},".break-after-column":{"break-after":"column"}})},gridAutoColumns:O("gridAutoColumns",[["auto-cols",["gridAutoColumns"]]]),gridAutoFlow:({addUtilities:r})=>{r({".grid-flow-row":{gridAutoFlow:"row"},".grid-flow-col":{gridAutoFlow:"column"},".grid-flow-dense":{gridAutoFlow:"dense"},".grid-flow-row-dense":{gridAutoFlow:"row dense"},".grid-flow-col-dense":{gridAutoFlow:"column dense"}})},gridAutoRows:O("gridAutoRows",[["auto-rows",["gridAutoRows"]]]),gridTemplateColumns:O("gridTemplateColumns",[["grid-cols",["gridTemplateColumns"]]]),gridTemplateRows:O("gridTemplateRows",[["grid-rows",["gridTemplateRows"]]]),flexDirection:({addUtilities:r})=>{r({".flex-row":{"flex-direction":"row"},".flex-row-reverse":{"flex-direction":"row-reverse"},".flex-col":{"flex-direction":"column"},".flex-col-reverse":{"flex-direction":"column-reverse"}})},flexWrap:({addUtilities:r})=>{r({".flex-wrap":{"flex-wrap":"wrap"},".flex-wrap-reverse":{"flex-wrap":"wrap-reverse"},".flex-nowrap":{"flex-wrap":"nowrap"}})},placeContent:({addUtilities:r})=>{r({".place-content-center":{"place-content":"center"},".place-content-start":{"place-content":"start"},".place-content-end":{"place-content":"end"},".place-content-between":{"place-content":"space-between"},".place-content-around":{"place-content":"space-around"},".place-content-evenly":{"place-content":"space-evenly"},".place-content-stretch":{"place-content":"stretch"}})},placeItems:({addUtilities:r})=>{r({".place-items-start":{"place-items":"start"},".place-items-end":{"place-items":"end"},".place-items-center":{"place-items":"center"},".place-items-stretch":{"place-items":"stretch"}})},alignContent:({addUtilities:r})=>{r({".content-center":{"align-content":"center"},".content-start":{"align-content":"flex-start"},".content-end":{"align-content":"flex-end"},".content-between":{"align-content":"space-between"},".content-around":{"align-content":"space-around"},".content-evenly":{"align-content":"space-evenly"}})},alignItems:({addUtilities:r})=>{r({".items-start":{"align-items":"flex-start"},".items-end":{"align-items":"flex-end"},".items-center":{"align-items":"center"},".items-baseline":{"align-items":"baseline"},".items-stretch":{"align-items":"stretch"}})},justifyContent:({addUtilities:r})=>{r({".justify-start":{"justify-content":"flex-start"},".justify-end":{"justify-content":"flex-end"},".justify-center":{"justify-content":"center"},".justify-between":{"justify-content":"space-between"},".justify-around":{"justify-content":"space-around"},".justify-evenly":{"justify-content":"space-evenly"}})},justifyItems:({addUtilities:r})=>{r({".justify-items-start":{"justify-items":"start"},".justify-items-end":{"justify-items":"end"},".justify-items-center":{"justify-items":"center"},".justify-items-stretch":{"justify-items":"stretch"}})},gap:O("gap",[["gap",["gap"]],[["gap-x",["columnGap"]],["gap-y",["rowGap"]]]]),space:({matchUtilities:r,addUtilities:e,theme:t})=>{r({"space-x":i=>(i=i==="0"?"0px":i,{"& > :not([hidden]) ~ :not([hidden])":{"--tw-space-x-reverse":"0","margin-right":`calc(${i} * var(--tw-space-x-reverse))`,"margin-left":`calc(${i} * calc(1 - var(--tw-space-x-reverse)))`}}),"space-y":i=>(i=i==="0"?"0px":i,{"& > :not([hidden]) ~ :not([hidden])":{"--tw-space-y-reverse":"0","margin-top":`calc(${i} * calc(1 - var(--tw-space-y-reverse)))`,"margin-bottom":`calc(${i} * var(--tw-space-y-reverse))`}})},{values:t("space"),supportsNegativeValues:!0}),e({".space-y-reverse > :not([hidden]) ~ :not([hidden])":{"--tw-space-y-reverse":"1"},".space-x-reverse > :not([hidden]) ~ :not([hidden])":{"--tw-space-x-reverse":"1"}})},divideWidth:({matchUtilities:r,addUtilities:e,theme:t})=>{r({"divide-x":i=>(i=i==="0"?"0px":i,{"& > :not([hidden]) ~ :not([hidden])":{"@defaults border-width":{},"--tw-divide-x-reverse":"0","border-right-width":`calc(${i} * var(--tw-divide-x-reverse))`,"border-left-width":`calc(${i} * calc(1 - var(--tw-divide-x-reverse)))`}}),"divide-y":i=>(i=i==="0"?"0px":i,{"& > :not([hidden]) ~ :not([hidden])":{"@defaults border-width":{},"--tw-divide-y-reverse":"0","border-top-width":`calc(${i} * calc(1 - var(--tw-divide-y-reverse)))`,"border-bottom-width":`calc(${i} * var(--tw-divide-y-reverse))`}})},{values:t("divideWidth"),type:["line-width","length"]}),e({".divide-y-reverse > :not([hidden]) ~ :not([hidden])":{"@defaults border-width":{},"--tw-divide-y-reverse":"1"},".divide-x-reverse > :not([hidden]) ~ :not([hidden])":{"@defaults border-width":{},"--tw-divide-x-reverse":"1"}})},divideStyle:({addUtilities:r})=>{r({".divide-solid > :not([hidden]) ~ :not([hidden])":{"border-style":"solid"},".divide-dashed > :not([hidden]) ~ :not([hidden])":{"border-style":"dashed"},".divide-dotted > :not([hidden]) ~ :not([hidden])":{"border-style":"dotted"},".divide-double > :not([hidden]) ~ :not([hidden])":{"border-style":"double"},".divide-none > :not([hidden]) ~ :not([hidden])":{"border-style":"none"}})},divideColor:({matchUtilities:r,theme:e,corePlugins:t})=>{r({divide:i=>t("divideOpacity")?{["& > :not([hidden]) ~ :not([hidden])"]:te({color:i,property:"border-color",variable:"--tw-divide-opacity"})}:{["& > :not([hidden]) ~ :not([hidden])"]:{"border-color":N(i)}}},{values:(({DEFAULT:i,...s})=>s)(J(e("divideColor"))),type:"color"})},divideOpacity:({matchUtilities:r,theme:e})=>{r({"divide-opacity":t=>({["& > :not([hidden]) ~ :not([hidden])"]:{"--tw-divide-opacity":t}})},{values:e("divideOpacity")})},placeSelf:({addUtilities:r})=>{r({".place-self-auto":{"place-self":"auto"},".place-self-start":{"place-self":"start"},".place-self-end":{"place-self":"end"},".place-self-center":{"place-self":"center"},".place-self-stretch":{"place-self":"stretch"}})},alignSelf:({addUtilities:r})=>{r({".self-auto":{"align-self":"auto"},".self-start":{"align-self":"flex-start"},".self-end":{"align-self":"flex-end"},".self-center":{"align-self":"center"},".self-stretch":{"align-self":"stretch"},".self-baseline":{"align-self":"baseline"}})},justifySelf:({addUtilities:r})=>{r({".justify-self-auto":{"justify-self":"auto"},".justify-self-start":{"justify-self":"start"},".justify-self-end":{"justify-self":"end"},".justify-self-center":{"justify-self":"center"},".justify-self-stretch":{"justify-self":"stretch"}})},overflow:({addUtilities:r})=>{r({".overflow-auto":{overflow:"auto"},".overflow-hidden":{overflow:"hidden"},".overflow-clip":{overflow:"clip"},".overflow-visible":{overflow:"visible"},".overflow-scroll":{overflow:"scroll"},".overflow-x-auto":{"overflow-x":"auto"},".overflow-y-auto":{"overflow-y":"auto"},".overflow-x-hidden":{"overflow-x":"hidden"},".overflow-y-hidden":{"overflow-y":"hidden"},".overflow-x-clip":{"overflow-x":"clip"},".overflow-y-clip":{"overflow-y":"clip"},".overflow-x-visible":{"overflow-x":"visible"},".overflow-y-visible":{"overflow-y":"visible"},".overflow-x-scroll":{"overflow-x":"scroll"},".overflow-y-scroll":{"overflow-y":"scroll"}})},overscrollBehavior:({addUtilities:r})=>{r({".overscroll-auto":{"overscroll-behavior":"auto"},".overscroll-contain":{"overscroll-behavior":"contain"},".overscroll-none":{"overscroll-behavior":"none"},".overscroll-y-auto":{"overscroll-behavior-y":"auto"},".overscroll-y-contain":{"overscroll-behavior-y":"contain"},".overscroll-y-none":{"overscroll-behavior-y":"none"},".overscroll-x-auto":{"overscroll-behavior-x":"auto"},".overscroll-x-contain":{"overscroll-behavior-x":"contain"},".overscroll-x-none":{"overscroll-behavior-x":"none"}})},scrollBehavior:({addUtilities:r})=>{r({".scroll-auto":{"scroll-behavior":"auto"},".scroll-smooth":{"scroll-behavior":"smooth"}})},textOverflow:({addUtilities:r})=>{r({".truncate":{overflow:"hidden","text-overflow":"ellipsis","white-space":"nowrap"},".overflow-ellipsis":{"text-overflow":"ellipsis"},".text-ellipsis":{"text-overflow":"ellipsis"},".text-clip":{"text-overflow":"clip"}})},whitespace:({addUtilities:r})=>{r({".whitespace-normal":{"white-space":"normal"},".whitespace-nowrap":{"white-space":"nowrap"},".whitespace-pre":{"white-space":"pre"},".whitespace-pre-line":{"white-space":"pre-line"},".whitespace-pre-wrap":{"white-space":"pre-wrap"}})},wordBreak:({addUtilities:r})=>{r({".break-normal":{"overflow-wrap":"normal","word-break":"normal"},".break-words":{"overflow-wrap":"break-word"},".break-all":{"word-break":"break-all"}})},borderRadius:O("borderRadius",[["rounded",["border-radius"]],[["rounded-t",["border-top-left-radius","border-top-right-radius"]],["rounded-r",["border-top-right-radius","border-bottom-right-radius"]],["rounded-b",["border-bottom-right-radius","border-bottom-left-radius"]],["rounded-l",["border-top-left-radius","border-bottom-left-radius"]]],[["rounded-tl",["border-top-left-radius"]],["rounded-tr",["border-top-right-radius"]],["rounded-br",["border-bottom-right-radius"]],["rounded-bl",["border-bottom-left-radius"]]]]),borderWidth:O("borderWidth",[["border",[["@defaults border-width",{}],"border-width"]],[["border-x",[["@defaults border-width",{}],"border-left-width","border-right-width"]],["border-y",[["@defaults border-width",{}],"border-top-width","border-bottom-width"]]],[["border-t",[["@defaults border-width",{}],"border-top-width"]],["border-r",[["@defaults border-width",{}],"border-right-width"]],["border-b",[["@defaults border-width",{}],"border-bottom-width"]],["border-l",[["@defaults border-width",{}],"border-left-width"]]]],{type:["line-width","length"]}),borderStyle:({addUtilities:r})=>{r({".":{"border-style":"solid"},".border-dashed":{"border-style":"dashed"},".border-dotted":{"border-style":"dotted"},".border-double":{"border-style":"double"},".border-hidden":{"border-style":"hidden"},".border-none":{"border-style":"none"}})},borderColor:({matchUtilities:r,theme:e,corePlugins:t})=>{r({border:i=>t("borderOpacity")?te({color:i,property:"border-color",variable:"--tw-border-opacity"}):{"border-color":N(i)}},{values:(({DEFAULT:i,...s})=>s)(J(e("borderColor"))),type:["color"]}),r({"border-x":i=>t("borderOpacity")?te({color:i,property:["border-left-color","border-right-color"],variable:"--tw-border-opacity"}):{"border-left-color":N(i),"border-right-color":N(i)},"border-y":i=>t("borderOpacity")?te({color:i,property:["border-top-color","border-bottom-color"],variable:"--tw-border-opacity"}):{"border-top-color":N(i),"border-bottom-color":N(i)}},{values:(({DEFAULT:i,...s})=>s)(J(e("borderColor"))),type:"color"}),r({"border-t":i=>t("borderOpacity")?te({color:i,property:"border-top-color",variable:"--tw-border-opacity"}):{"border-top-color":N(i)},"border-r":i=>t("borderOpacity")?te({color:i,property:"border-right-color",variable:"--tw-border-opacity"}):{"border-right-color":N(i)},"border-b":i=>t("borderOpacity")?te({color:i,property:"border-bottom-color",variable:"--tw-border-opacity"}):{"border-bottom-color":N(i)},"border-l":i=>t("borderOpacity")?te({color:i,property:"border-left-color",variable:"--tw-border-opacity"}):{"border-left-color":N(i)}},{values:(({DEFAULT:i,...s})=>s)(J(e("borderColor"))),type:"color"})},borderOpacity:O("borderOpacity",[["border-opacity",["--tw-border-opacity"]]]),backgroundColor:({matchUtilities:r,theme:e,corePlugins:t})=>{r({bg:i=>t("backgroundOpacity")?te({color:i,property:"background-color",variable:"--tw-bg-opacity"}):{"background-color":N(i)}},{values:J(e("backgroundColor")),type:"color"})},backgroundOpacity:O("backgroundOpacity",[["bg-opacity",["--tw-bg-opacity"]]]),backgroundImage:O("backgroundImage",[["bg",["background-image"]]],{type:["lookup","image","url"]}),gradientColorStops:(()=>{function r(e){return _e(e,0,"rgb(255 255 255 / 0)")}return function({matchUtilities:e,theme:t}){let i={values:J(t("gradientColorStops")),type:["color","any"]};e({from:s=>{let n=r(s);return{"--tw-gradient-from":N(s,"from"),"--tw-gradient-to":n,"--tw-gradient-stops":"var(--tw-gradient-from), var(--tw-gradient-to)"}}},i),e({via:s=>({"--tw-gradient-to":r(s),"--tw-gradient-stops":`var(--tw-gradient-from), ${N(s,"via")}, var(--tw-gradient-to)`})},i),e({to:s=>({"--tw-gradient-to":N(s,"to")})},i)}})(),boxDecorationBreak:({addUtilities:r})=>{r({".decoration-slice":{"box-decoration-break":"slice"},".decoration-clone":{"box-decoration-break":"clone"},".box-decoration-slice":{"box-decoration-break":"slice"},".box-decoration-clone":{"box-decoration-break":"clone"}})},backgroundSize:O("backgroundSize",[["bg",["background-size"]]],{type:["lookup","length","percentage"]}),backgroundAttachment:({addUtilities:r})=>{r({".bg-fixed":{"background-attachment":"fixed"},".bg-local":{"background-attachment":"local"},".bg-scroll":{"background-attachment":"scroll"}})},backgroundClip:({addUtilities:r})=>{r({".bg-clip-border":{"background-clip":"border-box"},".bg-clip-padding":{"background-clip":"padding-box"},".bg-clip-content":{"background-clip":"content-box"},".bg-clip-text":{"background-clip":"text"}})},backgroundPosition:O("backgroundPosition",[["bg",["background-position"]]],{type:["lookup","position"]}),backgroundRepeat:({addUtilities:r})=>{r({".bg-repeat":{"background-repeat":"repeat"},".bg-no-repeat":{"background-repeat":"no-repeat"},".bg-repeat-x":{"background-repeat":"repeat-x"},".bg-repeat-y":{"background-repeat":"repeat-y"},".bg-repeat-round":{"background-repeat":"round"},".bg-repeat-space":{"background-repeat":"space"}})},backgroundOrigin:({addUtilities:r})=>{r({".bg-origin-border":{"background-origin":"border-box"},".bg-origin-padding":{"background-origin":"padding-box"},".bg-origin-content":{"background-origin":"content-box"}})},fill:({matchUtilities:r,theme:e})=>{r({fill:t=>({fill:N(t)})},{values:J(e("fill")),type:["color","any"]})},stroke:({matchUtilities:r,theme:e})=>{r({stroke:t=>({stroke:N(t)})},{values:J(e("stroke")),type:["color","url"]})},strokeWidth:O("strokeWidth",[["stroke",["stroke-width"]]],{type:["length","number","percentage"]}),objectFit:({addUtilities:r})=>{r({".object-contain":{"object-fit":"contain"},".object-cover":{"object-fit":"cover"},".object-fill":{"object-fit":"fill"},".object-none":{"object-fit":"none"},".object-scale-down":{"object-fit":"scale-down"}})},objectPosition:O("objectPosition",[["object",["object-position"]]]),padding:O("padding",[["p",["padding"]],[["px",["padding-left","padding-right"]],["py",["padding-top","padding-bottom"]]],[["pt",["padding-top"]],["pr",["padding-right"]],["pb",["padding-bottom"]],["pl",["padding-left"]]]]),textAlign:({addUtilities:r})=>{r({".text-left":{"text-align":"left"},".text-center":{"text-align":"center"},".text-right":{"text-align":"right"},".text-justify":{"text-align":"justify"},".text-start":{"text-align":"start"},".text-end":{"text-align":"end"}})},textIndent:O("textIndent",[["indent",["text-indent"]]],{supportsNegativeValues:!0}),verticalAlign:({addUtilities:r,matchUtilities:e})=>{r({".align-baseline":{"vertical-align":"baseline"},".align-top":{"vertical-align":"top"},".align-middle":{"vertical-align":"middle"},".align-bottom":{"vertical-align":"bottom"},".align-text-top":{"vertical-align":"text-top"},".align-text-bottom":{"vertical-align":"text-bottom"},".align-sub":{"vertical-align":"sub"},".align-super":{"vertical-align":"super"}}),e({align:t=>({"vertical-align":t})})},fontFamily:O("fontFamily",[["font",["fontFamily"]]],{type:["lookup","generic-name","family-name"]}),fontSize:({matchUtilities:r,theme:e})=>{r({text:t=>{let[i,s]=Array.isArray(t)?t:[t],{lineHeight:n,letterSpacing:a,fontWeight:o}=De(s)?s:{lineHeight:s};return{"font-size":i,...n===void 0?{}:{"line-height":n},...a===void 0?{}:{"letter-spacing":a},...o===void 0?{}:{"font-weight":o}}}},{values:e("fontSize"),type:["absolute-size","relative-size","length","percentage"]})},fontWeight:O("fontWeight",[["font",["fontWeight"]]],{type:["lookup","number"]}),textTransform:({addUtilities:r})=>{r({".uppercase":{"text-transform":"uppercase"},".lowercase":{"text-transform":"lowercase"},".capitalize":{"text-transform":"capitalize"},".normal-case":{"text-transform":"none"}})},fontStyle:({addUtilities:r})=>{r({".italic":{"font-style":"italic"},".not-italic":{"font-style":"normal"}})},fontVariantNumeric:({addDefaults:r,addUtilities:e})=>{let t="var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)";r("font-variant-numeric",{"--tw-ordinal":" ","--tw-slashed-zero":" ","--tw-numeric-figure":" ","--tw-numeric-spacing":" ","--tw-numeric-fraction":" "}),e({".normal-nums":{"font-variant-numeric":"normal"},".ordinal":{"@defaults font-variant-numeric":{},"--tw-ordinal":"ordinal","font-variant-numeric":t},".slashed-zero":{"@defaults font-variant-numeric":{},"--tw-slashed-zero":"slashed-zero","font-variant-numeric":t},".lining-nums":{"@defaults font-variant-numeric":{},"--tw-numeric-figure":"lining-nums","font-variant-numeric":t},".oldstyle-nums":{"@defaults font-variant-numeric":{},"--tw-numeric-figure":"oldstyle-nums","font-variant-numeric":t},".proportional-nums":{"@defaults font-variant-numeric":{},"--tw-numeric-spacing":"proportional-nums","font-variant-numeric":t},".tabular-nums":{"@defaults font-variant-numeric":{},"--tw-numeric-spacing":"tabular-nums","font-variant-numeric":t},".diagonal-fractions":{"@defaults font-variant-numeric":{},"--tw-numeric-fraction":"diagonal-fractions","font-variant-numeric":t},".stacked-fractions":{"@defaults font-variant-numeric":{},"--tw-numeric-fraction":"stacked-fractions","font-variant-numeric":t}})},lineHeight:O("lineHeight",[["leading",["lineHeight"]]]),letterSpacing:O("letterSpacing",[["tracking",["letterSpacing"]]],{supportsNegativeValues:!0}),textColor:({matchUtilities:r,theme:e,corePlugins:t})=>{r({text:i=>t("textOpacity")?te({color:i,property:"color",variable:"--tw-text-opacity"}):{color:N(i)}},{values:J(e("textColor")),type:"color"})},textOpacity:O("textOpacity",[["text-opacity",["--tw-text-opacity"]]]),textDecoration:({addUtilities:r})=>{r({".underline":{"text-decoration-line":"underline"},".overline":{"text-decoration-line":"overline"},".line-through":{"text-decoration-line":"line-through"},".no-underline":{"text-decoration-line":"none"}})},textDecorationColor:({matchUtilities:r,theme:e})=>{r({decoration:t=>({"text-decoration-color":N(t)})},{values:J(e("textDecorationColor")),type:["color"]})},textDecorationStyle:({addUtilities:r})=>{r({".decoration-solid":{"text-decoration-style":"solid"},".decoration-double":{"text-decoration-style":"double"},".decoration-dotted":{"text-decoration-style":"dotted"},".decoration-dashed":{"text-decoration-style":"dashed"},".decoration-wavy":{"text-decoration-style":"wavy"}})},textDecorationThickness:O("textDecorationThickness",[["decoration",["text-decoration-thickness"]]],{type:["length","percentage"]}),textUnderlineOffset:O("textUnderlineOffset",[["underline-offset",["text-underline-offset"]]],{type:["length","percentage"]}),fontSmoothing:({addUtilities:r})=>{r({".antialiased":{"-webkit-font-smoothing":"antialiased","-moz-osx-font-smoothing":"grayscale"},".subpixel-antialiased":{"-webkit-font-smoothing":"auto","-moz-osx-font-smoothing":"auto"}})},placeholderColor:({matchUtilities:r,theme:e,corePlugins:t})=>{r({placeholder:i=>t("placeholderOpacity")?{"&::placeholder":te({color:i,property:"color",variable:"--tw-placeholder-opacity"})}:{"&::placeholder":{color:N(i)}}},{values:J(e("placeholderColor")),type:["color","any"]})},placeholderOpacity:({matchUtilities:r,theme:e})=>{r({"placeholder-opacity":t=>({["&::placeholder"]:{"--tw-placeholder-opacity":t}})},{values:e("placeholderOpacity")})},caretColor:({matchUtilities:r,theme:e})=>{r({caret:t=>({"caret-color":N(t)})},{values:J(e("caretColor")),type:["color","any"]})},accentColor:({matchUtilities:r,theme:e})=>{r({accent:t=>({"accent-color":N(t)})},{values:J(e("accentColor")),type:["color","any"]})},opacity:O("opacity",[["opacity",["opacity"]]]),backgroundBlendMode:({addUtilities:r})=>{r({".bg-blend-normal":{"background-blend-mode":"normal"},".bg-blend-multiply":{"background-blend-mode":"multiply"},".bg-blend-screen":{"background-blend-mode":"screen"},".bg-blend-overlay":{"background-blend-mode":"overlay"},".bg-blend-darken":{"background-blend-mode":"darken"},".bg-blend-lighten":{"background-blend-mode":"lighten"},".bg-blend-color-dodge":{"background-blend-mode":"color-dodge"},".bg-blend-color-burn":{"background-blend-mode":"color-burn"},".bg-blend-hard-light":{"background-blend-mode":"hard-light"},".bg-blend-soft-light":{"background-blend-mode":"soft-light"},".bg-blend-difference":{"background-blend-mode":"difference"},".bg-blend-exclusion":{"background-blend-mode":"exclusion"},".bg-blend-hue":{"background-blend-mode":"hue"},".bg-blend-saturation":{"background-blend-mode":"saturation"},".bg-blend-color":{"background-blend-mode":"color"},".bg-blend-luminosity":{"background-blend-mode":"luminosity"}})},mixBlendMode:({addUtilities:r})=>{r({".mix-blend-normal":{"mix-blend-mode":"normal"},".mix-blend-multiply":{"mix-blend-mode":"multiply"},".mix-blend-screen":{"mix-blend-mode":"screen"},".mix-blend-overlay":{"mix-blend-mode":"overlay"},".mix-blend-darken":{"mix-blend-mode":"darken"},".mix-blend-lighten":{"mix-blend-mode":"lighten"},".mix-blend-color-dodge":{"mix-blend-mode":"color-dodge"},".mix-blend-color-burn":{"mix-blend-mode":"color-burn"},".mix-blend-hard-light":{"mix-blend-mode":"hard-light"},".mix-blend-soft-light":{"mix-blend-mode":"soft-light"},".mix-blend-difference":{"mix-blend-mode":"difference"},".mix-blend-exclusion":{"mix-blend-mode":"exclusion"},".mix-blend-hue":{"mix-blend-mode":"hue"},".mix-blend-saturation":{"mix-blend-mode":"saturation"},".mix-blend-color":{"mix-blend-mode":"color"},".mix-blend-luminosity":{"mix-blend-mode":"luminosity"},".mix-blend-plus-lighter":{"mix-blend-mode":"plus-lighter"}})},boxShadow:(()=>{let r=Le("boxShadow"),e=["var(--tw-ring-offset-shadow, 0 0 #0000)","var(--tw-ring-shadow, 0 0 #0000)","var(--tw-shadow)"].join(", ");return function({matchUtilities:t,addDefaults:i,theme:s}){i(" box-shadow",{"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000"}),t({shadow:n=>{n=r(n);let a=bi(n);for(let o of a)!o.valid||(o.color="var(--tw-shadow-color)");return{"@defaults box-shadow":{},"--tw-shadow":n==="none"?"0 0 #0000":n,"--tw-shadow-colored":n==="none"?"0 0 #0000":tf(a),"box-shadow":e}}},{values:s("boxShadow"),type:["shadow"]})}})(),boxShadowColor:({matchUtilities:r,theme:e})=>{r({shadow:t=>({"--tw-shadow-color":N(t),"--tw-shadow":"var(--tw-shadow-colored)"})},{values:J(e("boxShadowColor")),type:["color"]})},outlineStyle:({addUtilities:r})=>{r({".outline-none":{outline:"2px solid transparent","outline-offset":"2px"},".outline":{"outline-style":"solid"},".outline-dashed":{"outline-style":"dashed"},".outline-dotted":{"outline-style":"dotted"},".outline-double":{"outline-style":"double"},".outline-hidden":{"outline-style":"hidden"}})},outlineWidth:O("outlineWidth",[["outline",["outline-width"]]],{type:["length","number","percentage"]}),outlineOffset:O("outlineOffset",[["outline-offset",["outline-offset"]]],{type:["length","number","percentage"]}),outlineColor:({matchUtilities:r,theme:e})=>{r({outline:t=>({"outline-color":N(t)})},{values:J(e("outlineColor")),type:["color"]})},ringWidth:({matchUtilities:r,addDefaults:e,addUtilities:t,theme:i,config:s})=>{let n=(()=>{if(K(s(),"respectDefaultRingColorOpacity"))return i("ringColor.DEFAULT");let a=i("ringOpacity.DEFAULT","0.5");return i("ringColor")?.DEFAULT?_e(i("ringColor")?.DEFAULT,a,`rgb(147 197 253 / ${a})`):`rgb(147 197 253 / ${a})`})();e("ring-width",{"--tw-ring-inset":" ","--tw-ring-offset-width":i("ringOffsetWidth.DEFAULT","0px"),"--tw-ring-offset-color":i("ringOffsetColor.DEFAULT","#fff"),"--tw-ring-color":n,"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000"}),r({ring:a=>({"@defaults ring-width":{},"--tw-ring-offset-shadow":"var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)","--tw-ring-shadow":`var(--tw-ring-inset) 0 0 0 calc(${a} + var(--tw-ring-offset-width)) var(--tw-ring-color)`,"box-shadow":["var(--tw-ring-offset-shadow)","var(--tw-ring-shadow)","var(--tw-shadow, 0 0 #0000)"].join(", ")})},{values:i("ringWidth"),type:"length"}),t({".ring-inset":{"@defaults ring-width":{},"--tw-ring-inset":"inset"}})},ringColor:({matchUtilities:r,theme:e,corePlugins:t})=>{r({ring:i=>t("ringOpacity")?te({color:i,property:"--tw-ring-color",variable:"--tw-ring-opacity"}):{"--tw-ring-color":N(i)}},{values:Object.fromEntries(Object.entries(J(e("ringColor"))).filter(([i])=>i!=="DEFAULT")),type:"color"})},ringOpacity:r=>{let{config:e}=r;return O("ringOpacity",[["ring-opacity",["--tw-ring-opacity"]]],{filterDefault:!K(e(),"respectDefaultRingColorOpacity")})(r)},ringOffsetWidth:O("ringOffsetWidth",[["ring-offset",["--tw-ring-offset-width"]]],{type:"length"}),ringOffsetColor:({matchUtilities:r,theme:e})=>{r({"ring-offset":t=>({"--tw-ring-offset-color":N(t)})},{values:J(e("ringOffsetColor")),type:"color"})},blur:({matchUtilities:r,theme:e})=>{r({blur:t=>({"--tw-blur":`blur(${t})`,"@defaults filter":{},filter:Oe})},{values:e("blur")})},brightness:({matchUtilities:r,theme:e})=>{r({brightness:t=>({"--tw-brightness":`brightness(${t})`,"@defaults filter":{},filter:Oe})},{values:e("brightness")})},contrast:({matchUtilities:r,theme:e})=>{r({contrast:t=>({"--tw-contrast":`contrast(${t})`,"@defaults filter":{},filter:Oe})},{values:e("contrast")})},dropShadow:({matchUtilities:r,theme:e})=>{r({"drop-shadow":t=>({"--tw-drop-shadow":Array.isArray(t)?t.map(i=>`drop-shadow(${i})`).join(" "):`drop-shadow(${t})`,"@defaults filter":{},filter:Oe})},{values:e("dropShadow")})},grayscale:({matchUtilities:r,theme:e})=>{r({grayscale:t=>({"--tw-grayscale":`grayscale(${t})`,"@defaults filter":{},filter:Oe})},{values:e("grayscale")})},hueRotate:({matchUtilities:r,theme:e})=>{r({"hue-rotate":t=>({"--tw-hue-rotate":`hue-rotate(${t})`,"@defaults filter":{},filter:Oe})},{values:e("hueRotate"),supportsNegativeValues:!0})},invert:({matchUtilities:r,theme:e})=>{r({invert:t=>({"--tw-invert":`invert(${t})`,"@defaults filter":{},filter:Oe})},{values:e("invert")})},saturate:({matchUtilities:r,theme:e})=>{r({saturate:t=>({"--tw-saturate":`saturate(${t})`,"@defaults filter":{},filter:Oe})},{values:e("saturate")})},sepia:({matchUtilities:r,theme:e})=>{r({sepia:t=>({"--tw-sepia":`sepia(${t})`,"@defaults filter":{},filter:Oe})},{values:e("sepia")})},filter:({addDefaults:r,addUtilities:e})=>{r("filter",{"--tw-blur":" ","--tw-brightness":" ","--tw-contrast":" ","--tw-grayscale":" ","--tw-hue-rotate":" ","--tw-invert":" ","--tw-saturate":" ","--tw-sepia":" ","--tw-drop-shadow":" "}),e({".filter":{"@defaults filter":{},filter:Oe},".filter-none":{filter:"none"}})},backdropBlur:({matchUtilities:r,theme:e})=>{r({"backdrop-blur":t=>({"--tw-backdrop-blur":`blur(${t})`,"@defaults backdrop-filter":{},"backdrop-filter":Ee})},{values:e("backdropBlur")})},backdropBrightness:({matchUtilities:r,theme:e})=>{r({"backdrop-brightness":t=>({"--tw-backdrop-brightness":`brightness(${t})`,"@defaults backdrop-filter":{},"backdrop-filter":Ee})},{values:e("backdropBrightness")})},backdropContrast:({matchUtilities:r,theme:e})=>{r({"backdrop-contrast":t=>({"--tw-backdrop-contrast":`contrast(${t})`,"@defaults backdrop-filter":{},"backdrop-filter":Ee})},{values:e("backdropContrast")})},backdropGrayscale:({matchUtilities:r,theme:e})=>{r({"backdrop-grayscale":t=>({"--tw-backdrop-grayscale":`grayscale(${t})`,"@defaults backdrop-filter":{},"backdrop-filter":Ee})},{values:e("backdropGrayscale")})},backdropHueRotate:({matchUtilities:r,theme:e})=>{r({"backdrop-hue-rotate":t=>({"--tw-backdrop-hue-rotate":`hue-rotate(${t})`,"@defaults backdrop-filter":{},"backdrop-filter":Ee})},{values:e("backdropHueRotate"),supportsNegativeValues:!0})},backdropInvert:({matchUtilities:r,theme:e})=>{r({"backdrop-invert":t=>({"--tw-backdrop-invert":`invert(${t})`,"@defaults backdrop-filter":{},"backdrop-filter":Ee})},{values:e("backdropInvert")})},backdropOpacity:({matchUtilities:r,theme:e})=>{r({"backdrop-opacity":t=>({"--tw-backdrop-opacity":`opacity(${t})`,"@defaults backdrop-filter":{},"backdrop-filter":Ee})},{values:e("backdropOpacity")})},backdropSaturate:({matchUtilities:r,theme:e})=>{r({"backdrop-saturate":t=>({"--tw-backdrop-saturate":`saturate(${t})`,"@defaults backdrop-filter":{},"backdrop-filter":Ee})},{values:e("backdropSaturate")})},backdropSepia:({matchUtilities:r,theme:e})=>{r({"backdrop-sepia":t=>({"--tw-backdrop-sepia":`sepia(${t})`,"@defaults backdrop-filter":{},"backdrop-filter":Ee})},{values:e("backdropSepia")})},backdropFilter:({addDefaults:r,addUtilities:e})=>{r("backdrop-filter",{"--tw-backdrop-blur":" ","--tw-backdrop-brightness":" ","--tw-backdrop-contrast":" ","--tw-backdrop-grayscale":" ","--tw-backdrop-hue-rotate":" ","--tw-backdrop-invert":" ","--tw-backdrop-opacity":" ","--tw-backdrop-saturate":" ","--tw-backdrop-sepia":" "}),e({".backdrop-filter":{"@defaults backdrop-filter":{},"backdrop-filter":Ee},".backdrop-filter-none":{"backdrop-filter":"none"}})},transitionProperty:({matchUtilities:r,theme:e})=>{let t=e("transitionTimingFunction.DEFAULT"),i=e("transitionDuration.DEFAULT");r({transition:s=>({"transition-property":s,...s==="none"?{}:{"transition-timing-function":t,"transition-duration":i}})},{values:e("transitionProperty")})},transitionDelay:O("transitionDelay",[["delay",["transitionDelay"]]]),transitionDuration:O("transitionDuration",[["duration",["transitionDuration"]]],{filterDefault:!0}),transitionTimingFunction:O("transitionTimingFunction",[["ease",["transitionTimingFunction"]]],{filterDefault:!0}),willChange:O("willChange",[["will-change",["will-change"]]]),content:O("content",[["content",["--tw-content",["content","var(--tw-content)"]]]])}});function Tt(r){let e=[],t=!1;for(let i=0;i0)}var Rp,Mp,Tk,Ea=C(()=>{l();Rp=new Map([["{","}"],["[","]"],["(",")"]]),Mp=new Map(Array.from(Rp.entries()).map(([r,e])=>[e,r])),Tk=new Set(['"',"'","`"])});function Fp(r,...e){for(let t of e){let i=zp(t,ss);if(i!==null&&zp(r,ss,i)!==null){let n=`${ss}(${i})`,a=t.indexOf(n),o=t.slice(a+n.length).split(" ")[0];r=r.replace(n,n+o);continue}r=t.replace(Np,r)}return r}function Bp(r,{selector:e,candidate:t,context:i,isArbitraryVariant:s,base:n=t.split(new RegExp(`\\${i?.tailwindConfig?.separator??":"}(?![^[]*\\])`)).pop()}){let a=(0,Ta.default)().astSync(e);i?.tailwindConfig?.prefix&&!s&&(r=Ot(i.tailwindConfig.prefix,r)),r=r.replace(Np,`.${fe(t)}`);let o=(0,Ta.default)().astSync(r);a.each(f=>{f.some(d=>d.type==="class"&&d.value===n)||f.remove()}),a.walkClasses(f=>{f.raws&&f.value.includes(n)&&(f.raws.value=fe((0,Lp.default)(f.raws.value)))}),a.walkClasses(f=>{f.value===n&&f.replaceWith(...o.nodes)});function u(f){let c=[];for(let d of f.nodes)Pa(d)&&(c.push(d),f.removeChild(d)),d?.nodes&&c.push(...u(d));return c}return a.each(f=>{f.walkPseudos(d=>{Pk.has(d.value)&&d.replaceWith(d.nodes)});let c=u(f);c.length>0&&f.nodes.push(c.sort(Ik))}),a.toString()}function Ik(r,e){return r.type!=="pseudo"&&e.type!=="pseudo"||r.type==="combinator"^e.type==="combinator"?0:r.type==="pseudo"^e.type==="pseudo"?(r.type==="pseudo")-(e.type==="pseudo"):Pa(r)-Pa(e)}function Pa(r){return r.type!=="pseudo"||qk.includes(r.value)?!1:r.value.startsWith("::")||Dk.includes(r.value)}function zp(r,e,t){let i=r.indexOf(t?`${e}(${t})`:e);if(i===-1)return null;i+=e.length+1;let s="",n=0;for(let a of r.slice(i))if(a!=="("&&a!==")")s+=a;else if(a==="(")s+=a,n++;else if(a===")"){if(--n<0)break;s+=a}return s}var Ta,Lp,ss,Np,Pk,Dk,qk,$p=C(()=>{l();Ta=Y(Ce()),Lp=Y(ii());Et();Ki();ss=":merge",Np="&",Pk=new Set([ss]);Dk=[":before",":after",":first-line",":first-letter"],qk=["::file-selector-button"]});function Mk(r){return Rk.transformSync(r)}function*Lk(r){let e=1/0;for(;e>=0;){let t;if(e===1/0&&r.endsWith("]")){let n=r.indexOf("[");t=["-","/"].includes(r[n-1])?n-1:-1}else t=r.lastIndexOf("-",e);if(t<0)break;let i=r.slice(0,t),s=r.slice(t+1);yield[i,s],e=t-1}}function Nk(r,e){if(r.length===0||e.tailwindConfig.prefix==="")return r;for(let t of r){let[i]=t;if(i.options.respectPrefix){let s=U.root({nodes:[t[1].clone()]}),n=t[1].raws.tailwind.classCandidate;s.walkRules(a=>{let o=n.startsWith("-");a.selector=Ot(e.tailwindConfig.prefix,a.selector,o)}),t[1]=s.nodes[0]}}return r}function Fk(r,e){if(r.length===0)return r;let t=[];for(let[i,s]of r){let n=U.root({nodes:[s.clone()]});n.walkRules(a=>{a.selector=gf(a.selector,o=>o===e?`!${o}`:o),a.walkDecls(o=>o.important=!0)}),t.push([{...i,important:!0},n.nodes[0]])}return t}function Bk(r,e,t){if(e.length===0)return e;let i;if(r.endsWith("]")&&!r.startsWith("[")&&(i=r.slice(r.lastIndexOf("[")+1,-1),r=r.slice(0,r.indexOf(i)-1-1)),Ra(r)&&!t.variantMap.has(r)){let s=oe(r.slice(1,-1));if(!ls(s))return[];let n=$r(s),a=Array.from(t.variantOrder.values()).pop()<<1n;t.variantMap.set(r,[[a,n]]),t.variantOrder.set(r,a)}if(t.variantMap.has(r)){let s=t.variantMap.get(r).slice(),n=[];for(let[a,o]of e){if(a.layer==="user")continue;let u=U.root({nodes:[o.clone()]});for(let[f,c,d]of s){let y=function(){p.raws.neededBackup||(p.raws.neededBackup=!0,p.walkRules(k=>k.raws.originalSelector=k.selector))},x=function(k){return y(),p.each(T=>{T.type==="rule"&&(T.selectors=T.selectors.map(P=>k({get className(){return Mk(P)},selector:P})))}),p},p=d??u.clone(),h=[],b=c({get container(){return y(),p},separator:t.tailwindConfig.separator,modifySelectors:x,wrap(k){let T=p.nodes;p.removeAll(),k.append(T),p.append(k)},format(k){h.push(k)},args:i});if(Array.isArray(b)){for(let[k,T]of b.entries())s.push([f|BigInt(k<{let T=k.raws.originalSelector;if(!T||(delete k.raws.originalSelector,T===k.selector))return;let P=k.selector,I=(0,Da.default)(V=>{V.walkClasses(L=>{L.value=`${r}${t.tailwindConfig.separator}${L.value}`})}).processSync(T);h.push(P.replace(I,"&")),k.selector=T})),p.nodes[0].raws.tailwind={...p.nodes[0].raws.tailwind,parentLayer:a.layer};let v=[{...a,sort:f|a.sort,collectedFormats:(a.collectedFormats??[]).concat(h),isArbitraryVariant:Ra(r)},p.nodes[0]];n.push(v)}}return n}return[]}function qa(r,e,t={}){return!De(r)&&!Array.isArray(r)?[[r],t]:Array.isArray(r)?qa(r[0],e,r[1]):(e.has(r)||e.set(r,At(r)),[e.get(r),t])}function $k(r){return zk.test(r)}function jk(r){if(!r.includes("://"))return!1;try{let e=new URL(r);return e.scheme!==""&&e.host!==""}catch(e){return!1}}function Uk(r){let e=!0;return r.walkDecls(t=>{if(!jp(t.name,t.value))return e=!1,!1}),e}function jp(r,e){if(jk(`${r}:${e}`))return!1;try{return U.parse(`a{${r}:${e}}`).toResult(),!0}catch(t){return!1}}function Vk(r,e){let[,t,i]=r.match(/^\[([a-zA-Z0-9-_]+):(\S+)\]$/)??[];if(i===void 0||!$k(t)||!Tt(i))return null;let s=oe(i);return jp(t,s)?[[{sort:e.arbitraryPropertiesSort,layer:"utilities"},()=>({[_a(r)]:{[t]:s}})]]:null}function*Wk(r,e){e.candidateRuleMap.has(r)&&(yield[e.candidateRuleMap.get(r),"DEFAULT"]),yield*function*(o){o!==null&&(yield[o,"DEFAULT"])}(Vk(r,e));let t=r,i=!1,s=e.tailwindConfig.prefix,n=s.length,a=t.startsWith(s)||t.startsWith(`-${s}`);t[n]==="-"&&a&&(i=!0,t=s+t.slice(n+1)),i&&e.candidateRuleMap.has(t)&&(yield[e.candidateRuleMap.get(t),"-DEFAULT"]);for(let[o,u]of Lk(t))e.candidateRuleMap.has(o)&&(yield[e.candidateRuleMap.get(o),i?`-${u}`:u])}function Gk(r,e){return r===Re?[Re]:Array.from(xr(r,e))}function*Hk(r,e){for(let t of r)t[1].raws.tailwind={...t[1].raws.tailwind,classCandidate:e,preserveSource:t[0].options?.preserveSource??!1},yield t}function*ns(r,e,t=r){let i=e.tailwindConfig.separator,[s,...n]=Gk(r,i).reverse(),a=!1;if(s.startsWith("!")&&(a=!0,s=s.slice(1)),K(e.tailwindConfig,"variantGrouping")&&s.startsWith("(")&&s.endsWith(")")){let o=n.slice().reverse().join(i);for(let u of xr(s.slice(1,-1),","))yield*ns(o+i+u,e,t)}for(let o of Wk(s,e)){let u=[],f=new Map,[c,d]=o,p=c.length===1;for(let[h,y]of c){let x=[];if(typeof y=="function")for(let b of[].concat(y(d,{isOnlyPlugin:p}))){let[v,k]=qa(b,e.postCssNodeCache);for(let T of v)x.push([{...h,options:{...h.options,...k}},T])}else if(d==="DEFAULT"||d==="-DEFAULT"){let b=y,[v,k]=qa(b,e.postCssNodeCache);for(let T of v)x.push([{...h,options:{...h.options,...k}},T])}x.length>0&&(f.set(x,h.options?.type),u.push(x))}if(Ra(d)){if(u.length>1){let h=u.map(x=>new Set([...f.get(x)??[]]));for(let x of h)for(let b of x){let v=!1;for(let k of h)x!==k&&k.has(b)&&(k.delete(b),v=!0);v&&x.delete(b)}let y=[];for(let[x,b]of h.entries())for(let v of b){let k=u[x].map(([,T])=>T).flat().map(T=>T.toString().split(` +`).slice(1,-1).map(P=>P.trim()).map(P=>` ${P}`).join(` +`)).join(` + +`);y.push(` Use \`${r.replace("[",`[${v}:`)}\` for \`${k.trim()}\``);break}W.warn([`The class \`${r}\` is ambiguous and matches multiple utilities.`,...y,`If this is content and not a class, replace it with \`${r.replace("[","[").replace("]","]")}\` to silence this warning.`]);continue}u=u.map(h=>h.filter(y=>Uk(y[1])))}u=u.flat(),u=Array.from(Hk(u,s)),u=Nk(u,e),a&&(u=Fk(u,s));for(let h of n)u=Bk(h,u,e);for(let h of u){if(h[1].raws.tailwind={...h[1].raws.tailwind,candidate:r},h[0].collectedFormats){let y=Fp("&",...h[0].collectedFormats),x=U.root({nodes:[h[1].clone()]});x.walkRules(b=>{Ia(b)||(b.selector=Bp(y,{selector:b.selector,candidate:t,base:r.split(new RegExp(`\\${e?.tailwindConfig?.separator??":"}(?![^[]*\\])`)).pop(),isArbitraryVariant:h[0].isArbitraryVariant,context:e}))}),h[1]=x.nodes[0]}yield h}}}function Ia(r){return r.parent&&r.parent.type==="atrule"&&r.parent.name==="keyframes"}function as(r,e){let t=[];for(let s of r){if(e.notClassCache.has(s))continue;if(e.classCache.has(s)){t.push(e.classCache.get(s));continue}let n=Array.from(ns(s,e));if(n.length===0){e.notClassCache.add(s);continue}e.classCache.set(s,n),t.push(n)}let i=(s=>{if(s===!0)return n=>{n.walkDecls(a=>{a.parent.type==="rule"&&!Ia(a.parent)&&(a.important=!0)})};if(typeof s=="string")return n=>{n.selectors=n.selectors.map(a=>`${s} ${a}`)}})(e.tailwindConfig.important);return t.flat(1).map(([{sort:s,layer:n,options:a},o])=>{if(a.respectImportant&&i){let u=U.root({nodes:[o.clone()]});u.walkRules(f=>{Ia(f)||i(f)}),o=u.nodes[0]}return[s|e.layerOrder[n],o]})}function Ra(r){return r.startsWith("[")&&r.endsWith("]")}var Da,Rk,zk,os=C(()=>{l();He();Da=Y(Ce());Ca();Jt();Ki();Sr();ke();We();$p();Aa();Nn();us();Ea();Dn();Ve();Rk=(0,Da.default)(r=>r.first.filter(({type:e})=>e==="class").pop().value);zk=/^[a-z_-]/});function Yk(r){try{return pt.createHash("md5").update(r,"utf-8").digest("binary")}catch(e){return""}}function Up(r,e){let t=e.toString();if(!t.includes("@tailwind"))return!1;let i=Vn.get(r),s=Yk(t),n=i!==s;return Vn.set(r,s),n}var Vp=C(()=>{l();Xr();We()});function Yp(r,e){let t=r.tailwindConfig.prefix;return typeof t=="function"?t(e):t+e}function Qp(r){if(r.includes("{")){if(!Qk(r))throw new Error("Your { and } are unbalanced.");return r.split(/{(.*)}/gim).flatMap(e=>Qp(e)).filter(Boolean)}return[r.trim()]}function Qk(r){let e=0;for(let t of r)if(t==="{")e++;else if(t==="}"&&--e<0)return!1;return e===0}function Jk(r,e,{before:t=[]}={}){if(t=[].concat(t),t.length<=0){r.push(e);return}let i=r.length-1;for(let s of t){let n=r.indexOf(s);n!==-1&&(i=Math.min(i,n))}r.splice(i,0,e)}function Jp(r){return Array.isArray(r)?r.flatMap(e=>!Array.isArray(e)&&!De(e)?e:At(e)):Jp([r])}function Xp(r,e){return(0,Gp.default)(i=>{let s=[];return e&&e(i),i.walkClasses(n=>{s.push(n.value)}),s}).transformSync(r)}function Xk(r,e={containsNonOnDemandable:!1},t=0){let i=[];if(r.type==="rule"){let s=function(n){n.walkPseudos(a=>{a.value===":not"&&a.remove()})};for(let n of r.selectors){let a=Xp(n,s);a.length===0&&(e.containsNonOnDemandable=!0);for(let o of a)i.push(o)}}else r.type==="atrule"&&r.walkRules(s=>{for(let n of s.selectors.flatMap(a=>Xp(a)))i.push(n)});return t===0?[e.containsNonOnDemandable||i.length===0,i]:i}function fs(r){return Jp(r).flatMap(e=>{let t=new Map,[i,s]=Xk(e);return i&&s.unshift(Re),s.map(n=>(t.has(e)||t.set(e,e),[n,t.get(e)]))})}function ls(r){return r.startsWith("@")||r.includes("&")}function $r(r){r=r.replace(/\n+/g,"").replace(/\s{1,}/g," ").trim();let e=Qp(r).map(t=>{if(!t.startsWith("@"))return({format:n})=>n(t);let[,i,s]=/@(.*?)( .+|[({].*)/g.exec(t);return({wrap:n})=>n(U.atRule({name:i,params:s.trim()}))}).reverse();return t=>{for(let i of e)i(t)}}function Kk(r,e,{variantList:t,variantMap:i,offsets:s,classList:n}){function a(p,h){return p?(0,Wp.default)(r,p,h):r}function o(p){return Ot(r.prefix,p)}function u(p,h){return p===Re?Re:h.respectPrefix?e.tailwindConfig.prefix+p:p}function f(p,h,y={}){let[x,...b]=ze(p),v=a(["theme",x,...b],h);return Le(x)(v,y)}let c=Object.assign((p,h=void 0)=>f(p,h),{withAlpha:(p,h)=>f(p,void 0,{opacityValue:h})}),d={postcss:U,prefix:o,e:fe,config:a,theme:c,corePlugins:p=>Array.isArray(r.corePlugins)?r.corePlugins.includes(p):a(["corePlugins",p],!0),variants:()=>[],addBase(p){for(let[h,y]of fs(p)){let x=u(h,{}),b=s.base++;e.candidateRuleMap.has(x)||e.candidateRuleMap.set(x,[]),e.candidateRuleMap.get(x).push([{sort:b,layer:"base"},y])}},addDefaults(p,h){let y={[`@defaults ${p}`]:h};for(let[x,b]of fs(y)){let v=u(x,{});e.candidateRuleMap.has(v)||e.candidateRuleMap.set(v,[]),e.candidateRuleMap.get(v).push([{sort:s.base++,layer:"defaults"},b])}},addComponents(p,h){h=Object.assign({},{preserveSource:!1,respectPrefix:!0,respectImportant:!1},Array.isArray(h)?{}:h);for(let[x,b]of fs(p)){let v=u(x,h);n.add(v),e.candidateRuleMap.has(v)||e.candidateRuleMap.set(v,[]),e.candidateRuleMap.get(v).push([{sort:s.components++,layer:"components",options:h},b])}},addUtilities(p,h){h=Object.assign({},{preserveSource:!1,respectPrefix:!0,respectImportant:!0},Array.isArray(h)?{}:h);for(let[x,b]of fs(p)){let v=u(x,h);n.add(v),e.candidateRuleMap.has(v)||e.candidateRuleMap.set(v,[]),e.candidateRuleMap.get(v).push([{sort:s.utilities++,layer:"utilities",options:h},b])}},matchUtilities:function(p,h){h={...{respectPrefix:!0,respectImportant:!0},...h};let x=s.utilities++;for(let b in p){let T=function(I,{isOnlyPlugin:V}){let{type:L="any"}=h;L=[].concat(L);let[R,Q]=Fn(L,I,h,r);return R===void 0?[]:!L.includes(Q)&&!V?[]:Tt(R)?[].concat(k(R)).filter(Boolean).map(Be=>({[Zi(b,I)]:Be})):[]},v=u(b,h),k=p[b];n.add([v,h]);let P=[{sort:x,layer:"utilities",options:h},T];e.candidateRuleMap.has(v)||e.candidateRuleMap.set(v,[]),e.candidateRuleMap.get(v).push(P)}},matchComponents:function(p,h){h={...{respectPrefix:!0,respectImportant:!1},...h};let x=s.components++;for(let b in p){let T=function(I,{isOnlyPlugin:V}){let{type:L="any"}=h;L=[].concat(L);let[R,Q]=Fn(L,I,h,r);if(R===void 0)return[];if(!L.includes(Q))if(V)W.warn([`Unnecessary typehint \`${Q}\` in \`${b}-${I}\`.`,`You can safely update it to \`${b}-${I.replace(Q+":","")}\`.`]);else return[];return Tt(R)?[].concat(k(R)).filter(Boolean).map(Be=>({[Zi(b,I)]:Be})):[]},v=u(b,h),k=p[b];n.add([v,h]);let P=[{sort:x,layer:"components",options:h},T];e.candidateRuleMap.has(v)||e.candidateRuleMap.set(v,[]),e.candidateRuleMap.get(v).push(P)}},addVariant(p,h,y={}){h=[].concat(h).map(x=>{if(typeof x!="string")return b=>{let{args:v,modifySelectors:k,container:T,separator:P,wrap:I,format:V}=b,L=x(Object.assign({modifySelectors:k,container:T,separator:P},x[Hp]&&{args:v,wrap:I,format:V}));if(typeof L=="string"&&!ls(L))throw new Error(`Your custom variant \`${p}\` has an invalid format string. Make sure it's an at-rule or contains a \`&\` placeholder.`);return Array.isArray(L)?L.filter(R=>typeof R=="string").map(R=>$r(R)):L&&typeof L=="string"&&$r(L)(b)};if(!ls(x))throw new Error(`Your custom variant \`${p}\` has an invalid format string. Make sure it's an at-rule or contains a \`&\` placeholder.`);return $r(x)}),Jk(t,p,y),i.set(p,h)}};return K(r,"matchVariant")&&(d.matchVariant=function(p,h){for(let y in p){for(let[x,b]of Object.entries(h?.values??{}))d.addVariant(`${y}-${x}`,p[y](b));d.addVariant(y,Object.assign(({args:x})=>p[y](x),{[Hp]:!0}),h)}}),d}function cs(r){return Ma.has(r)||Ma.set(r,new Map),Ma.get(r)}function Kp(r,e){let t=!1;for(let i of r){if(!i)continue;let s=Wn.parse(i),n=s.hash?s.href.replace(s.hash,""):s.href;n=s.search?n.replace(s.search,""):n;let a=xe.statSync(decodeURIComponent(n),{throwIfNoEntry:!1})?.mtimeMs;!a||((!e.has(i)||a>e.get(i))&&(t=!0),e.set(i,a))}return t}function Zp(r){r.walkAtRules(e=>{["responsive","variants"].includes(e.name)&&(Zp(e),e.before(e.nodes),e.remove())})}function Zk(r){let e=[];return r.each(t=>{t.type==="atrule"&&["responsive","variants"].includes(t.name)&&(t.name="layer",t.params="utilities")}),r.walkAtRules("layer",t=>{if(Zp(t),t.params==="base"){for(let i of t.nodes)e.push(function({addBase:s}){s(i,{respectPrefix:!1})});t.remove()}else if(t.params==="components"){for(let i of t.nodes)e.push(function({addComponents:s}){s(i,{respectPrefix:!1,preserveSource:!0})});t.remove()}else if(t.params==="utilities"){for(let i of t.nodes)e.push(function({addUtilities:s}){s(i,{respectPrefix:!1,preserveSource:!0})});t.remove()}}),e}function eS(r,e){let t=Object.entries({...be,...qp}).map(([o,u])=>r.tailwindConfig.corePlugins.includes(o)?u:null).filter(Boolean),i=r.tailwindConfig.plugins.map(o=>(o.__isOptionsFunction&&(o=o()),typeof o=="function"?o:o.handler)),s=Zk(e),n=[be.pseudoElementVariants,be.pseudoClassVariants],a=[be.directionVariants,be.reducedMotionVariants,be.prefersContrastVariants,be.darkVariants,be.printVariant,be.screenVariants,be.orientationVariants];return[...t,...n,...i,...a,...s]}function tS(r,e){let t=[],i=new Map,s={defaults:0n,base:0n,components:0n,utilities:0n,user:0n},n=new Set,a=Kk(e.tailwindConfig,e,{variantList:t,variantMap:i,offsets:s,classList:n});for(let p of r)if(Array.isArray(p))for(let h of p)h(a);else p?.(a);let o=(p=>p.reduce((h,y)=>y>h?y:h))([s.base,s.defaults,s.components,s.utilities,s.user]),u=BigInt(o.toString(2).length);e.arbitraryPropertiesSort=(1n<{let y=i.get(p).length,x=1n<at(p-h))),e.minimumScreen=[...e.variantOrder.values()].shift();for(let[p,h]of i.entries()){let y=e.variantOrder.get(p);e.variantMap.set(p,h.map((x,b)=>[y<0){let p=[];for(let h of c){if(typeof h=="string"){e.changedContent.push({content:h,extension:"html"});continue}if(h instanceof RegExp){W.warn("root-regex",["Regular expressions in `safelist` work differently in Tailwind CSS v3.0.","Update your `safelist` configuration to eliminate this warning.","https://tailwindcss.com/docs/content-configuration#safelisting-classes"]);continue}p.push(h)}if(p.length>0){let h=new Map,y=e.tailwindConfig.prefix.length;for(let x of n){let b=Array.isArray(x)?(()=>{let[v,k]=x,P=Object.keys(k?.values??{}).map(I=>zr(v,I));return k?.supportsNegativeValues&&(P=[...P,...P.map(I=>"-"+I)],P=[...P,...P.map(I=>I.slice(0,y)+"-"+I.slice(y))]),[].concat(k?.type).includes("color")&&(P=[...P,...P.flatMap(I=>Object.keys(e.tailwindConfig.theme.opacity).map(V=>`${I}/${V}`))]),P})():[x];for(let v of b)for(let{pattern:k,variants:T=[]}of p)if(k.lastIndex=0,h.has(k)||h.set(k,0),!!k.test(v)){h.set(k,h.get(k)+1),e.changedContent.push({content:v,extension:"html"});for(let P of T)e.changedContent.push({content:P+e.tailwindConfig.separator+v,extension:"html"})}}for(let[x,b]of h.entries())b===0&&W.warn([`The safelist pattern \`${x}\` doesn't match any Tailwind CSS classes.`,"Fix this pattern or remove it from your `safelist` configuration.","https://tailwindcss.com/docs/content-configuration#safelisting-classes"])}}let d=new Set([Yp(e,"group"),Yp(e,"peer")]);e.getClassOrder=function(h){let y=new Map;for(let[x,b]of as(new Set(h),e))y.has(b.raws.tailwind.candidate)||y.set(b.raws.tailwind.candidate,x);return h.map(x=>{let b=y.get(x)??null;return b===null&&d.has(x)&&(b=e.layerOrder.components),[x,b]})},e.getClassList=function(){let h=[];for(let y of n)if(Array.isArray(y)){let[x,b]=y,v=[];for(let[k,T]of Object.entries(b?.values??{}))h.push(zr(x,k)),b?.supportsNegativeValues&&rt(T)&&v.push(zr(x,`-${k}`));h.push(...v)}else h.push(y);return h}}function La(r,e=[],t=U.root()){let i={disposables:[],ruleCache:new Set,classCache:new Map,applyClassCache:new Map,notClassCache:new Set,postCssNodeCache:new Map,candidateRuleMap:new Map,tailwindConfig:r,changedContent:e,variantMap:new Map,stylesheetCache:null},s=eS(i,t);return tS(s,i),i}function ed(r,e,t,i,s,n){let a=e.opts.from,o=i!==null;ye.DEBUG&&console.log("Source path:",a);let u;if(o&&Pt.has(a))u=Pt.get(a);else if(jr.has(s)){let d=jr.get(s);Qe.get(d).add(a),Pt.set(a,d),u=d}let f=Up(a,r);if(u&&!Kp([...n],cs(u))&&!f)return[u,!1];if(Pt.has(a)){let d=Pt.get(a);if(Qe.has(d)&&(Qe.get(d).delete(a),Qe.get(d).size===0)){Qe.delete(d);for(let[p,h]of jr)h===d&&jr.delete(p);for(let p of d.disposables.splice(0))p(d)}}ye.DEBUG&&console.log("Setting up new context...");let c=La(t,[],r);return Kp([...n],cs(c)),jr.set(s,c),Pt.set(a,c),Qe.has(c)||Qe.set(c,new Set),Qe.get(c).add(a),[c,!0]}var Wp,Gp,Hp,Ma,Pt,jr,Qe,us=C(()=>{l();ct();Gn();He();Wp=Y(ha()),Gp=Y(Ce());Ve();Fr();Ca();Ki();Jt();Et();Aa();Sr();es();Ip();We();We();ei();ke();Kr();Ea();os();Vp();Hp=Symbol();Ma=new WeakMap;Pt=qf,jr=If,Qe=_i});var td,rd=C(()=>{l();td=()=>!1});var id,sd=C(()=>{l();id=()=>""});function rS(r){let e=r,t=id(r);return t!=="."&&(e=r.substr(t.length),e.charAt(0)==="/"&&(e=e.substr(1))),e.substr(0,2)==="./"&&(e=e.substr(2)),e.charAt(0)==="/"&&(e=e.substr(1)),{base:t,glob:e}}function Na(r){if(r.startsWith("!"))return null;let e;if(td(r)){let{base:t,glob:i}=rS(r);e={type:"dir-dependency",dir:ie.resolve(t),glob:i}}else e={type:"dependency",file:ie.resolve(r)};return e.type==="dir-dependency"&&m.env.ROLLUP_WATCH==="true"&&(e={type:"dependency",file:e.dir}),e}var nd=C(()=>{l();rd();sd();tt()});function Fa(r){return r.content.files.length===0&&W.warn("content-problems",["The `content` option in your Tailwind CSS configuration is missing or empty.","Configure your content sources or your generated CSS will be missing styles.","https://tailwindcss.com/docs/content-configuration"]),r}var ad=C(()=>{l();ke()});function iS(r,e){if(Ba.has(r))return Ba.get(r);let t=e.content.files.filter(i=>typeof i=="string").map(i=>Sl(i));return Ba.set(r,t).get(r)}function sS(r){let e=Un(r);if(e!==null){let[i,s,n,a]=ld.get(e)||[],o=Os(e).map(p=>p.file),u=!1,f=new Map;for(let p of o){let h=xe.statSync(p).mtimeMs;f.set(p,h),(!a||!a.has(p)||h>a.get(p))&&(u=!0)}if(!u)return[i,e,s,n];for(let p of o)delete _s.cache[p];let c=Ar(_s(e));c=Fa(c);let d=Jr(c);return ld.set(e,[c,d,o,f]),[c,e,d,o]}let t=Ar(r.config===void 0?r:r.config);return t=Fa(t),[t,null,Jr(t),[]]}function nS(r,e,t){let i=r.tailwindConfig.content.files.filter(s=>typeof s.raw=="string").map(({raw:s,extension:n="html"})=>({content:s,extension:n}));for(let s of aS(e,t)){let n=xe.readFileSync(s,"utf8"),a=ie.extname(s).slice(1);i.push({content:n,extension:a})}return i}function aS(r,e){let t=new Set;ye.DEBUG&&console.time("Finding changed files");let i=bl.sync(r);for(let s of i){let n=e.has(s)?e.get(s):-1/0,a=xe.statSync(s).mtimeMs;a>n&&(t.add(s),e.set(s,a))}return ye.DEBUG&&console.timeEnd("Finding changed files"),t}function za(r){return({tailwindDirectives:e,registerDependency:t})=>(i,s)=>{let[n,a,o,u]=sS(r),f=new Set(u);if(e.size>0){f.add(s.opts.from);for(let p of s.messages)p.type==="dependency"&&f.add(p.file)}let[c]=ed(i,s,n,a,o,f),d=iS(c,n);if(e.size>0){let p=cs(c);for(let h of d){let y=Na(h);y&&t(y)}for(let h of nS(c,d,p))c.changedContent.push(h)}for(let p of u)t({type:"dependency",file:p});return c}}var od,ld,Ba,ud=C(()=>{l();ct();tt();vl();od=Y(As());Cl();Ol();Tl();jn();Df();We();us();nd();ad();ld=new od.default({maxSize:100}),Ba=new WeakMap});function $a(r){let e=new Set,t=new Set,i=new Set;if(r.walkAtRules(s=>{s.name==="apply"&&i.add(s),s.name==="import"&&(s.params==='"tailwindcss/base"'||s.params==="'tailwindcss/base'"?(s.name="tailwind",s.params="base"):s.params==='"tailwindcss/components"'||s.params==="'tailwindcss/components'"?(s.name="tailwind",s.params="components"):s.params==='"tailwindcss/utilities"'||s.params==="'tailwindcss/utilities'"?(s.name="tailwind",s.params="utilities"):(s.params==='"tailwindcss/screens"'||s.params==="'tailwindcss/screens'"||s.params==='"tailwindcss/variants"'||s.params==="'tailwindcss/variants'")&&(s.name="tailwind",s.params="variants")),s.name==="tailwind"&&(s.params==="screens"&&(s.params="variants"),e.add(s.params)),["layer","responsive","variants"].includes(s.name)&&(["responsive","variants"].includes(s.name)&&W.warn(`${s.name}-at-rule-deprecated`,[`The \`@${s.name}\` directive has been deprecated in Tailwind CSS v3.0.`,"Use `@layer utilities` or `@layer components` instead.","https://tailwindcss.com/docs/upgrade-guide#replace-variants-with-layer"]),t.add(s))}),!e.has("base")||!e.has("components")||!e.has("utilities")){for(let s of t)if(s.name==="layer"&&["base","components","utilities"].includes(s.params)){if(!e.has(s.params))throw s.error(`\`@layer ${s.params}\` is used but no matching \`@tailwind ${s.params}\` directive is present.`)}else if(s.name==="responsive"){if(!e.has("utilities"))throw s.error("`@responsive` is used but `@tailwind utilities` is missing.")}else if(s.name==="variants"&&!e.has("utilities"))throw s.error("`@variants` is used but `@tailwind utilities` is missing.")}return{tailwindDirectives:e,applyDirectives:i}}var fd=C(()=>{l();ke()});function lt(r,e=void 0,t=void 0){return r.map(i=>{let s=i.clone(),n=i.raws.tailwind?.preserveSource!==!0||!s.source;return e!==void 0&&n&&(s.source=e,"walk"in s&&s.walk(a=>{a.source=e})),t!==void 0&&(s.raws.tailwind={...s.raws.tailwind,...t}),s})}var cd=C(()=>{l()});function pd(r){let e=Array.from(oS(r));return t=>{let i=[];for(let s of e)i=[...i,...t.match(s)??[]];return i.filter(s=>s!==void 0).map(fS)}}function*oS(r){let e=r.tailwindConfig.separator,t=K(r.tailwindConfig,"variantGrouping"),i=r.tailwindConfig.prefix!==""?Tn(ge([/-?/,wi(r.tailwindConfig.prefix)])):"",s=gt([/\[[^\s:'"`]+:[^\s\]]+\]/,ge([/-?(?:\w+)/,Tn(gt([ge([/-(?:\w+-)*\[[^\s:]+\]/,/(?![{([]])/,/(?:\/[^\s'"`\\><$]*)?/]),ge([/-(?:\w+-)*\[[^\s]+\]/,/(?![{([]])/,/(?:\/[^\s'"`\\$]*)?/]),/[-\/][^\s'"`\\$={><]*/]))])]),n=[gt([ge([/([^\s"'`\[\\]+-)?\[[^\s"'`]+\]/,e]),ge([/[^\s"'`\[\\]+/,e])]),gt([ge([/([^\s"'`\[\\]+-)?\[[^\s`]+\]/,e]),ge([/[^\s`\[\\]+/,e])])];for(let a of n)yield ge(["((?=((",a,")+))\\2)?",/!?/,i,t?gt([ge([/\(/,s,Zu([/,/,s]),/\)/]),s]):s]);yield/[^<>"'`\s.(){}[\]#=%$]*[^<>"'`\s.(){}[\]#=%:$]/g}function fS(r){if(!r.includes("-["))return r;let e=0,t=[],i=r.matchAll(lS);i=Array.from(i).flatMap(s=>{let[,...n]=s;return n.map((a,o)=>Object.assign([],s,{index:s.index+o,0:a}))});for(let s of i){let n=s[0],a=t[t.length-1];if(n===a?t.pop():(n==="'"||n==='"'||n==="`")&&t.push(n),!a){if(n==="["){e++;continue}else if(n==="]"){e--;continue}if(e<0||e===0&&!uS.test(n))return r.substring(0,s.index)}}return r}var lS,uS,dd=C(()=>{l();Ve();Pn();lS=/([\[\]'"`])([^\[\]'"`])?/g,uS=/[^"'`\s<>\]]+/});function cS(r,e){let t=r.tailwindConfig.content.extract;return t[e]||t.DEFAULT||md[e]||md.DEFAULT(r)}function pS(r,e){let t=r.content.transform;return t[e]||t.DEFAULT||gd[e]||gd.DEFAULT}function dS(r,e,t,i){Ur.has(e)||Ur.set(e,new hd.default({maxSize:25e3}));for(let s of r.split(` +`))if(s=s.trim(),!i.has(s))if(i.add(s),Ur.get(e).has(s))for(let n of Ur.get(e).get(s))t.add(n);else{let n=e(s).filter(o=>o!=="!*"),a=new Set(n);for(let o of a)t.add(o);Ur.get(e).set(s,a)}}function hS(r,e){let t=r.sort(([s],[n])=>at(s-n)),i={base:new Set,defaults:new Set,components:new Set,utilities:new Set,variants:new Set,user:new Set};for(let[s,n]of t){if(s>=e.minimumScreen){i.variants.add(n);continue}if(s&e.layerOrder.base){i.base.add(n);continue}if(s&e.layerOrder.defaults){i.defaults.add(n);continue}if(s&e.layerOrder.components){i.components.add(n);continue}if(s&e.layerOrder.utilities){i.utilities.add(n);continue}if(s&e.layerOrder.user){i.user.add(n);continue}}return i}function ja(r){return e=>{let t={base:null,components:null,utilities:null,variants:null};if(e.walkAtRules(y=>{y.name==="tailwind"&&Object.keys(t).includes(y.params)&&(t[y.params]=y)}),Object.values(t).every(y=>y===null))return e;let i=new Set([Re]),s=new Set;ut.DEBUG&&console.time("Reading changed files");for(let{content:y,extension:x}of r.changedContent){let b=pS(r.tailwindConfig,x),v=cS(r,x);dS(b(y),v,i,s)}ut.DEBUG&&console.timeEnd("Reading changed files");let n=r.classCache.size;ut.DEBUG&&console.time("Generate rules");let a=as(i,r);if(ut.DEBUG&&console.timeEnd("Generate rules"),ut.DEBUG&&console.time("Build stylesheet"),r.stylesheetCache===null||r.classCache.size!==n){for(let y of a)r.ruleCache.add(y);r.stylesheetCache=hS([...r.ruleCache],r)}ut.DEBUG&&console.timeEnd("Build stylesheet");let{defaults:o,base:u,components:f,utilities:c,variants:d}=r.stylesheetCache;t.base&&(t.base.before(lt([...u,...o],t.base.source,{layer:"base"})),t.base.remove()),t.components&&(t.components.before(lt([...f],t.components.source,{layer:"components"})),t.components.remove()),t.utilities&&(t.utilities.before(lt([...c],t.utilities.source,{layer:"utilities"})),t.utilities.remove());let p=Array.from(d).filter(y=>{let x=y.raws.tailwind?.parentLayer;return x==="components"?t.components!==null:x==="utilities"?t.utilities!==null:!0});t.variants?(t.variants.before(lt(p,t.variants.source,{layer:"variants"})),t.variants.remove()):p.length>0&&e.append(lt(p,e.source,{layer:"variants"}));let h=p.some(y=>y.raws.tailwind?.parentLayer==="utilities");t.utilities&&c.size===0&&!h&&W.warn("content-problems",["No utility classes were detected in your source files. If this is unexpected, double-check the `content` option in your Tailwind CSS configuration.","https://tailwindcss.com/docs/content-configuration"]),ut.DEBUG&&(console.log("Potential classes: ",i.size),console.log("Active contexts: ",_i.size)),r.changedContent=[],e.walkAtRules("layer",y=>{Object.keys(t).includes(y.params)&&y.remove()})}}var hd,ut,md,gd,Ur,yd=C(()=>{l();hd=Y(As());We();os();es();ke();cd();dd();ut=ye,md={DEFAULT:pd},gd={DEFAULT:r=>r,svelte:r=>r.replace(/(?:^|\s)class:/g," ")};Ur=new WeakMap});function ps(r){let e=new Map;U.root({nodes:[r.clone()]}).walkRules(n=>{(0,Ua.default)(a=>{a.walkClasses(o=>{let u=o.parent.toString(),f=e.get(u);f||e.set(u,f=new Set),f.add(o.value)})}).processSync(n.selector)});let i=Array.from(e.values(),n=>Array.from(n)),s=i.flat();return Object.assign(s,{groups:i})}function wd(r){return mS.transformSync(r)}function bd(r,e){let t=new Set;for(let i of r)t.add(i.split(e).pop());return Array.from(t)}function vd(r,e){let t=r.tailwindConfig.prefix;return typeof t=="function"?t(e):t+e}function*xd(r){for(yield r;r.parent;)yield r.parent,r=r.parent}function gS(r,e={}){let t=r.nodes;r.nodes=[];let i=r.clone(e);return r.nodes=t,i}function yS(r){for(let e of xd(r))if(r!==e){if(e.type==="root")break;r=gS(e,{nodes:[r]})}return r}function wS(r,e){let t=new Map,i=e.layerOrder.user>>4n;return r.walkRules((s,n)=>{for(let o of xd(s))if(o.raws.tailwind?.layer!==void 0)return;let a=yS(s);for(let o of ps(s)){let u=t.get(o)||[];t.set(o,u),u.push([{layer:"user",sort:BigInt(n)+i,important:!1},a])}}),t}function bS(r,e){for(let t of r){if(e.notClassCache.has(t)||e.applyClassCache.has(t))continue;if(e.classCache.has(t)){e.applyClassCache.set(t,e.classCache.get(t).map(([s,n])=>[s,n.clone()]));continue}let i=Array.from(ns(t,e));if(i.length===0){e.notClassCache.add(t);continue}e.applyClassCache.set(t,i)}return e.applyClassCache}function vS(r){let e=null;return{get:t=>(e=e||r(),e.get(t)),has:t=>(e=e||r(),e.has(t))}}function xS(r){return{get:e=>r.flatMap(t=>t.get(e)||[]),has:e=>r.some(t=>t.has(e))}}function kd(r){let e=r.split(/[\s\t\n]+/g);return e[e.length-1]==="!important"?[e.slice(0,-1),!0]:[e,!1]}function Sd(r,e,t){let i=new Set,s=[];if(r.walkAtRules("apply",u=>{let[f]=kd(u.params);for(let c of f)i.add(c);s.push(u)}),s.length===0)return;let n=xS([t,bS(i,e)]);function a(u,f,c){let d=`.${fe(c)}`,p=[...new Set([d,d.replace(/\\2c /g,"\\,")])],h=wd(f);return wd(u).map(y=>{let x=[];for(let b of h){let v=b;for(let k of p)v=v.replace(k,y);v!==b&&x.push(v)}return x.join(", ")}).join(", ")}let o=new Map;for(let u of s){let[f]=o.get(u.parent)||[[],u.source];o.set(u.parent,[f,u.source]);let[c,d]=kd(u.params);if(u.parent.type==="atrule"){if(u.parent.name==="screen"){let p=u.parent.params;throw u.error(`@apply is not supported within nested at-rules like @screen. We suggest you write this as @apply ${c.map(h=>`${p}:${h}`).join(" ")} instead.`)}throw u.error(`@apply is not supported within nested at-rules like @${u.parent.name}. You can fix this by un-nesting @${u.parent.name}.`)}for(let p of c){if([vd(e,"group"),vd(e,"peer")].includes(p))throw u.error(`@apply should not be used with the '${p}' utility`);if(!n.has(p))throw u.error(`The \`${p}\` class does not exist. If \`${p}\` is a custom class, make sure it is defined within a \`@layer\` directive.`);let h=n.get(p);f.push([p,d,h])}}for(let[u,[f,c]]of o){let d=[];for(let[h,y,x]of f){let b=[h,...bd([h],e.tailwindConfig.separator)];for(let[v,k]of x){let T=ps(u),P=ps(k);if(P=P.groups.filter(R=>R.some(Q=>b.includes(Q))).flat(),P=P.concat(bd(P,e.tailwindConfig.separator)),T.some(R=>P.includes(R)))throw k.error(`You cannot \`@apply\` the \`${h}\` utility here because it creates a circular dependency.`);let V=U.root({nodes:[k.clone()]});V.walk(R=>{R.source=c}),(k.type!=="atrule"||k.type==="atrule"&&k.name!=="keyframes")&&V.walkRules(R=>{if(!ps(R).some(Ht=>Ht===h)){R.remove();return}let Q=typeof e.tailwindConfig.important=="string"?e.tailwindConfig.important:null,Be=u.raws.tailwind!==void 0&&Q&&u.selector.indexOf(Q)===0?u.selector.slice(Q.length):u.selector;R.selector=a(Be,R.selector,h),Q&&Be!==u.selector&&(R.selector=`${Q} ${R.selector}`),R.walkDecls(Ht=>{Ht.important=v.important||y})}),!!V.nodes[0]&&d.push([{...v,sort:v.sort|e.layerOrder[v.layer]},V.nodes[0]])}}let p=d.sort(([h],[y])=>at(h.sort-y.sort)).map(h=>h[1]);u.after(p)}for(let u of s)u.parent.nodes.length>1?u.remove():u.parent.remove();Sd(r,e,t)}function Va(r){return e=>{let t=vS(()=>wS(e,r));Sd(e,r,t)}}var Ua,mS,Cd=C(()=>{l();He();Ua=Y(Ce());os();es();Et();mS=(0,Ua.default)(r=>r.nodes.map(e=>e.toString()))});var _d=w((UT,ds)=>{l();(function(){"use strict";function r(i,s,n){if(!i)return null;r.caseSensitive||(i=i.toLowerCase());var a=r.threshold===null?null:r.threshold*i.length,o=r.thresholdAbsolute,u;a!==null&&o!==null?u=Math.min(a,o):a!==null?u=a:o!==null?u=o:u=null;var f,c,d,p,h,y=s.length;for(h=0;hn)return n+1;var u=[],f,c,d,p,h;for(f=0;f<=o;f++)u[f]=[f];for(c=0;c<=a;c++)u[0][c]=c;for(f=1;f<=o;f++){for(d=e,p=1,f>n&&(p=f-n),h=o+1,h>n+f&&(h=n+f),c=1;c<=a;c++)ch?u[f][c]=n+1:s.charAt(f-1)===i.charAt(c-1)?u[f][c]=u[f-1][c-1]:u[f][c]=Math.min(u[f-1][c-1]+1,Math.min(u[f][c-1]+1,u[f-1][c]+1)),u[f][c]n)return n+1}return u[o][a]}})()});var Od=w((VT,Ad)=>{l();var Wa="(".charCodeAt(0),Ga=")".charCodeAt(0),hs="'".charCodeAt(0),Ha='"'.charCodeAt(0),Ya="\\".charCodeAt(0),Dt="/".charCodeAt(0),Qa=",".charCodeAt(0),Ja=":".charCodeAt(0),ms="*".charCodeAt(0),kS="u".charCodeAt(0),SS="U".charCodeAt(0),CS="+".charCodeAt(0),_S=/^[a-f0-9?-]+$/i;Ad.exports=function(r){for(var e=[],t=r,i,s,n,a,o,u,f,c,d=0,p=t.charCodeAt(d),h=t.length,y=[{nodes:e}],x=0,b,v="",k="",T="";d{l();Ed.exports=function r(e,t,i){var s,n,a,o;for(s=0,n=e.length;s{l();function Pd(r,e){var t=r.type,i=r.value,s,n;return e&&(n=e(r))!==void 0?n:t==="word"||t==="space"?i:t==="string"?(s=r.quote||"",s+i+(r.unclosed?"":s)):t==="comment"?"/*"+i+(r.unclosed?"":"*/"):t==="div"?(r.before||"")+i+(r.after||""):Array.isArray(r.nodes)?(s=Dd(r.nodes,e),t!=="function"?s:i+"("+(r.before||"")+s+(r.after||"")+(r.unclosed?"":")")):i}function Dd(r,e){var t,i;if(Array.isArray(r)){for(t="",i=r.length-1;~i;i-=1)t=Pd(r[i],e)+t;return t}return Pd(r,e)}qd.exports=Dd});var Md=w((HT,Rd)=>{l();var gs="-".charCodeAt(0),ys="+".charCodeAt(0),Xa=".".charCodeAt(0),AS="e".charCodeAt(0),OS="E".charCodeAt(0);function ES(r){var e=r.charCodeAt(0),t;if(e===ys||e===gs){if(t=r.charCodeAt(1),t>=48&&t<=57)return!0;var i=r.charCodeAt(2);return t===Xa&&i>=48&&i<=57}return e===Xa?(t=r.charCodeAt(1),t>=48&&t<=57):e>=48&&e<=57}Rd.exports=function(r){var e=0,t=r.length,i,s,n;if(t===0||!ES(r))return!1;for(i=r.charCodeAt(e),(i===ys||i===gs)&&e++;e57));)e+=1;if(i=r.charCodeAt(e),s=r.charCodeAt(e+1),i===Xa&&s>=48&&s<=57)for(e+=2;e57));)e+=1;if(i=r.charCodeAt(e),s=r.charCodeAt(e+1),n=r.charCodeAt(e+2),(i===AS||i===OS)&&(s>=48&&s<=57||(s===ys||s===gs)&&n>=48&&n<=57))for(e+=s===ys||s===gs?3:2;e57));)e+=1;return{number:r.slice(0,e),unit:r.slice(e)}}});var Vr=w((YT,Fd)=>{l();var TS=Od(),Ld=Td(),Nd=Id();function Je(r){return this instanceof Je?(this.nodes=TS(r),this):new Je(r)}Je.prototype.toString=function(){return Array.isArray(this.nodes)?Nd(this.nodes):""};Je.prototype.walk=function(r,e){return Ld(this.nodes,r,e),this};Je.unit=Md();Je.walk=Ld;Je.stringify=Nd;Fd.exports=Je});function Za(r){return typeof r=="object"&&r!==null}function PS(r,e){let t=ze(e);do if(t.pop(),(0,Wr.default)(r,t)!==void 0)break;while(t.length);return t.length?t:void 0}function qt(r){return typeof r=="string"?r:r.reduce((e,t,i)=>t.includes(".")?`${e}[${t}]`:i===0?t:`${e}.${t}`,"")}function zd(r){return r.map(e=>`'${e}'`).join(", ")}function $d(r){return zd(Object.keys(r))}function eo(r,e,t,i={}){let s=Array.isArray(e)?qt(e):e.replace(/^['"]+|['"]+$/g,""),n=Array.isArray(e)?e:ze(s),a=(0,Wr.default)(r.theme,n,t);if(a===void 0){let u=`'${s}' does not exist in your theme config.`,f=n.slice(0,-1),c=(0,Wr.default)(r.theme,f);if(Za(c)){let d=Object.keys(c).filter(h=>eo(r,[...f,h]).isValid),p=(0,Bd.default)(n[n.length-1],d);p?u+=` Did you mean '${qt([...f,p])}'?`:d.length>0&&(u+=` '${qt(f)}' has the following valid keys: ${zd(d)}`)}else{let d=PS(r.theme,s);if(d){let p=(0,Wr.default)(r.theme,d);Za(p)?u+=` '${qt(d)}' has the following keys: ${$d(p)}`:u+=` '${qt(d)}' is not an object.`}else u+=` Your theme has the following top-level keys: ${$d(r.theme)}`}return{isValid:!1,error:u}}if(!(typeof a=="string"||typeof a=="number"||typeof a=="function"||a instanceof String||a instanceof Number||Array.isArray(a))){let u=`'${s}' was found but does not resolve to a string.`;if(Za(a)){let f=Object.keys(a).filter(c=>eo(r,[...n,c]).isValid);f.length&&(u+=` Did you mean something like '${qt([...n,f[0]])}'?`)}return{isValid:!1,error:u}}let[o]=n;return{isValid:!0,value:Le(o)(a,i)}}function DS(r,e,t){e=e.map(s=>jd(r,s,t));let i=[""];for(let s of e)s.type==="div"&&s.value===","?i.push(""):i[i.length-1]+=Ka.default.stringify(s);return i}function jd(r,e,t){if(e.type==="function"&&t[e.value]!==void 0){let i=DS(r,e.nodes,t);e.type="word",e.value=t[e.value](r,...i)}return e}function qS(r,e,t){return(0,Ka.default)(e).walk(i=>{jd(r,i,t)}).toString()}function*RS(r){r=r.replace(/^['"]+|['"]+$/g,"");let e=r.match(/^([^\s]+)(?![^\[]*\])(?:\s*\/\s*([^\/\s]+))$/),t;yield[r,void 0],e&&(r=e[1],t=e[2],yield[r,t])}function MS(r,e,t){let i=Array.from(RS(e)).map(([s,n])=>Object.assign(eo(r,s,t,{opacityValue:n}),{resolvedPath:s,alpha:n}));return i.find(s=>s.isValid)??i[0]}function Ud({tailwindConfig:r}){let e={theme:(t,i,...s)=>{let{isValid:n,value:a,error:o,alpha:u}=MS(r,i,s.length?s:void 0);if(!n)throw t.error(o);let f=yt(a),c=f!==void 0&&typeof f=="function";return(u!==void 0||c)&&(u===void 0&&(u=1),a=_e(f,u,f)),a},screen:(t,i)=>{i=i.replace(/^['"]+/g,"").replace(/['"]+$/g,"");let n=Ye(r.theme.screens).find(({name:a})=>a===i);if(!n)throw t.error(`The '${i}' screen does not exist in your theme.`);return ot(n)}};return t=>{t.walk(i=>{let s=IS[i.type];s!==void 0&&(i[s]=qS(i,i[s],e))})}}var Wr,Bd,Ka,IS,Vd=C(()=>{l();Wr=Y(ha()),Bd=Y(_d());Fr();Ka=Y(Vr());rs();ts();ei();vr();Sr();IS={atrule:"params",decl:"value"}});function Wd({tailwindConfig:{theme:r}}){return function(e){e.walkAtRules("screen",t=>{let i=t.params,n=Ye(r.screens).find(({name:a})=>a===i);if(!n)throw t.error(`No \`${i}\` screen found.`);t.name="media",t.params=ot(n)})}}var Gd=C(()=>{l();rs();ts()});function LS(r){let e=r.filter(o=>o.type!=="pseudo"||o.nodes.length>0?!0:o.value.startsWith("::")||[":before",":after",":first-line",":first-letter"].includes(o.value)).reverse(),t=new Set(["tag","class","id","attribute"]),i=e.findIndex(o=>t.has(o.type));if(i===-1)return e.reverse().join("").trim();let s=e[i],n=Hd[s.type]?Hd[s.type](s):s;e=e.slice(0,i);let a=e.findIndex(o=>o.type==="combinator"&&o.value===">");return a!==-1&&(e.splice(0,a),e.unshift(ws.default.universal())),[n,...e.reverse()].join("").trim()}function FS(r){return to.has(r)||to.set(r,NS.transformSync(r)),to.get(r)}function ro({tailwindConfig:r}){return e=>{let t=new Map,i=new Set;if(e.walkAtRules("defaults",s=>{if(s.nodes&&s.nodes.length>0){i.add(s);return}let n=s.params;t.has(n)||t.set(n,new Set),t.get(n).add(s.parent),s.remove()}),K(r,"optimizeUniversalDefaults"))for(let s of i){let n=new Map,a=t.get(s.params)??[];for(let o of a)for(let u of FS(o.selector)){let f=u.includes(":-")||u.includes("::-")?u:"__DEFAULT__",c=n.get(f)??new Set;n.set(f,c),c.add(u)}if(K(r,"optimizeUniversalDefaults")){if(n.size===0){s.remove();continue}for(let[,o]of n){let u=U.rule({source:s.source});u.selectors=[...o],u.append(s.nodes.map(f=>f.clone())),s.before(u)}}s.remove()}else if(i.size){let s=U.rule({selectors:["*","::before","::after"]});for(let a of i)s.append(a.nodes),s.parent||a.before(s),s.source||(s.source=a.source),a.remove();let n=s.clone({selectors:["::backdrop"]});s.after(n)}}}var ws,Hd,NS,to,Yd=C(()=>{l();He();ws=Y(Ce());Ve();Hd={id(r){return ws.default.attribute({attribute:"id",operator:"=",value:r.value,quoteMark:'"'})}};NS=(0,ws.default)(r=>r.map(e=>{let t=e.split(i=>i.type==="combinator"&&i.value===" ").pop();return LS(t)})),to=new Map});function io(){function r(e){let t=null;e.each(i=>{if(!BS.has(i.type)){t=null;return}if(t===null){t=i;return}let s=Qd[i.type];i.type==="atrule"&&i.name==="font-face"?t=i:s.every(n=>(i[n]??"").replace(/\s+/g," ")===(t[n]??"").replace(/\s+/g," "))?(i.nodes&&t.append(i.nodes),i.remove()):t=i}),e.each(i=>{i.type==="atrule"&&r(i)})}return e=>{r(e)}}var Qd,BS,Jd=C(()=>{l();Qd={atrule:["name","params"],rule:["selector"]},BS=new Set(Object.keys(Qd))});function so(){return r=>{r.walkRules(e=>{let t=new Map,i=new Set([]),s=new Map;e.walkDecls(n=>{if(n.parent===e){if(t.has(n.prop)){if(t.get(n.prop).value===n.value){i.add(t.get(n.prop)),t.set(n.prop,n);return}s.has(n.prop)||s.set(n.prop,new Set),s.get(n.prop).add(t.get(n.prop)),s.get(n.prop).add(n)}t.set(n.prop,n)}});for(let n of i)n.remove();for(let n of s.values()){let a=new Map;for(let o of n){let u=$S(o.value);u!==null&&(a.has(u)||a.set(u,new Set),a.get(u).add(o))}for(let o of a.values()){let u=Array.from(o).slice(0,-1);for(let f of u)f.remove()}}})}}function $S(r){let e=/^-?\d*.?\d+([\w%]+)?$/g.exec(r);return e?e[1]??zS:null}var zS,Xd=C(()=>{l();zS=Symbol("unitless-number")});function jS(r){if(!r.walkAtRules)return;let e=new Set;if(r.walkAtRules("apply",t=>{e.add(t.parent)}),e.size!==0)for(let t of e){let i=[],s=[];for(let n of t.nodes)n.type==="atrule"&&n.name==="apply"?(s.length>0&&(i.push(s),s=[]),i.push([n])):s.push(n);if(s.length>0&&i.push(s),i.length!==1){for(let n of[...i].reverse()){let a=t.clone({nodes:[]});a.append(n),t.after(a)}t.remove()}}}function bs(){return r=>{jS(r)}}var Kd=C(()=>{l()});function Zd(r){return(e,t)=>{let i=!1;e.walkAtRules("tailwind",s=>{if(i)return!1;if(s.parent&&s.parent.type!=="root")return i=!0,s.warn(t,["Nested @tailwind rules were detected, but are not supported.","Consider using a prefix to scope Tailwind's classes: https://tailwindcss.com/docs/configuration#prefix","Alternatively, use the important selector strategy: https://tailwindcss.com/docs/configuration#selector-strategy"].join(` +`)),!1}),e.walkRules(s=>{if(i)return!1;s.walkRules(n=>(i=!0,n.warn(t,["Nested CSS was detected, but CSS nesting has not been configured correctly.","Please enable a CSS nesting plugin *before* Tailwind in your configuration.","See how here: https://tailwindcss.com/docs/using-with-preprocessors#nesting"].join(` +`)),!1))})}}var eh=C(()=>{l()});function vs(r){return function(e,t){let{tailwindDirectives:i,applyDirectives:s}=$a(e);Zd()(e,t),bs()(e,t);let n=r({tailwindDirectives:i,applyDirectives:s,registerDependency(a){t.messages.push({plugin:"tailwindcss",parent:t.opts.from,...a})},createContext(a,o){return La(a,o,e)}})(e,t);if(n.tailwindConfig.separator==="-")throw new Error("The '-' character cannot be used as a custom separator in JIT mode due to parsing ambiguity. Please use another character like '_' instead.");Af(n.tailwindConfig),ja(n)(e,t),bs()(e,t),Va(n)(e,t),Ud(n)(e,t),Wd(n)(e,t),ro(n)(e,t),io(n)(e,t),so(n)(e,t)}}var th=C(()=>{l();fd();yd();Cd();Vd();Gd();Yd();Jd();Xd();Kd();eh();us();Ve()});var rh=w((EP,no)=>{l();ud();th();We();no.exports=function(e){return{postcssPlugin:"tailwindcss",plugins:[ye.DEBUG&&function(t){return console.log(` +`),console.time("JIT TOTAL"),t},function(t,i){let s=za(e);if(t.type==="document"){let n=t.nodes.filter(a=>a.type==="root");for(let a of n)a.type==="root"&&vs(s)(a,i);return}vs(s)(t,i)},ye.DEBUG&&function(t){return console.timeEnd("JIT TOTAL"),console.log(` +`),t}].filter(Boolean)}};no.exports.postcss=!0});var ao=w((TP,ih)=>{l();ih.exports=()=>["and_chr 92","and_uc 12.12","chrome 92","chrome 91","edge 91","firefox 89","ios_saf 14.5-14.7","ios_saf 14.0-14.4","safari 14.1","samsung 14.0"]});var xs={};de(xs,{agents:()=>US,feature:()=>VS});function VS(){return{status:"cr",title:"CSS Feature Queries",stats:{ie:{"6":"n","7":"n","8":"n","9":"n","10":"n","11":"n","5.5":"n"},edge:{"12":"y","13":"y","14":"y","15":"y","16":"y","17":"y","18":"y","79":"y","80":"y","81":"y","83":"y","84":"y","85":"y","86":"y","87":"y","88":"y","89":"y","90":"y","91":"y","92":"y"},firefox:{"2":"n","3":"n","4":"n","5":"n","6":"n","7":"n","8":"n","9":"n","10":"n","11":"n","12":"n","13":"n","14":"n","15":"n","16":"n","17":"n","18":"n","19":"n","20":"n","21":"n","22":"y","23":"y","24":"y","25":"y","26":"y","27":"y","28":"y","29":"y","30":"y","31":"y","32":"y","33":"y","34":"y","35":"y","36":"y","37":"y","38":"y","39":"y","40":"y","41":"y","42":"y","43":"y","44":"y","45":"y","46":"y","47":"y","48":"y","49":"y","50":"y","51":"y","52":"y","53":"y","54":"y","55":"y","56":"y","57":"y","58":"y","59":"y","60":"y","61":"y","62":"y","63":"y","64":"y","65":"y","66":"y","67":"y","68":"y","69":"y","70":"y","71":"y","72":"y","73":"y","74":"y","75":"y","76":"y","77":"y","78":"y","79":"y","80":"y","81":"y","82":"y","83":"y","84":"y","85":"y","86":"y","87":"y","88":"y","89":"y","90":"y","91":"y","92":"y","93":"y","3.5":"n","3.6":"n"},chrome:{"4":"n","5":"n","6":"n","7":"n","8":"n","9":"n","10":"n","11":"n","12":"n","13":"n","14":"n","15":"n","16":"n","17":"n","18":"n","19":"n","20":"n","21":"n","22":"n","23":"n","24":"n","25":"n","26":"n","27":"n","28":"y","29":"y","30":"y","31":"y","32":"y","33":"y","34":"y","35":"y","36":"y","37":"y","38":"y","39":"y","40":"y","41":"y","42":"y","43":"y","44":"y","45":"y","46":"y","47":"y","48":"y","49":"y","50":"y","51":"y","52":"y","53":"y","54":"y","55":"y","56":"y","57":"y","58":"y","59":"y","60":"y","61":"y","62":"y","63":"y","64":"y","65":"y","66":"y","67":"y","68":"y","69":"y","70":"y","71":"y","72":"y","73":"y","74":"y","75":"y","76":"y","77":"y","78":"y","79":"y","80":"y","81":"y","83":"y","84":"y","85":"y","86":"y","87":"y","88":"y","89":"y","90":"y","91":"y","92":"y","93":"y","94":"y","95":"y"},safari:{"4":"n","5":"n","6":"n","7":"n","8":"n","9":"y","10":"y","11":"y","12":"y","13":"y","14":"y","15":"y","9.1":"y","10.1":"y","11.1":"y","12.1":"y","13.1":"y","14.1":"y",TP:"y","3.1":"n","3.2":"n","5.1":"n","6.1":"n","7.1":"n"},opera:{"9":"n","11":"n","12":"n","15":"y","16":"y","17":"y","18":"y","19":"y","20":"y","21":"y","22":"y","23":"y","24":"y","25":"y","26":"y","27":"y","28":"y","29":"y","30":"y","31":"y","32":"y","33":"y","34":"y","35":"y","36":"y","37":"y","38":"y","39":"y","40":"y","41":"y","42":"y","43":"y","44":"y","45":"y","46":"y","47":"y","48":"y","49":"y","50":"y","51":"y","52":"y","53":"y","54":"y","55":"y","56":"y","57":"y","58":"y","60":"y","62":"y","63":"y","64":"y","65":"y","66":"y","67":"y","68":"y","69":"y","70":"y","71":"y","72":"y","73":"y","74":"y","75":"y","76":"y","77":"y","78":"y","12.1":"y","9.5-9.6":"n","10.0-10.1":"n","10.5":"n","10.6":"n","11.1":"n","11.5":"n","11.6":"n"},ios_saf:{"8":"n","9.0-9.2":"y","9.3":"y","10.0-10.2":"y","10.3":"y","11.0-11.2":"y","11.3-11.4":"y","12.0-12.1":"y","12.2-12.4":"y","13.0-13.1":"y","13.2":"y","13.3":"y","13.4-13.7":"y","14.0-14.4":"y","14.5-14.7":"y","3.2":"n","4.0-4.1":"n","4.2-4.3":"n","5.0-5.1":"n","6.0-6.1":"n","7.0-7.1":"n","8.1-8.4":"n"},op_mini:{all:"y"},android:{"3":"n","4":"n","92":"y","4.4":"y","4.4.3-4.4.4":"y","2.1":"n","2.2":"n","2.3":"n","4.1":"n","4.2-4.3":"n"},bb:{"7":"n","10":"n"},op_mob:{"10":"n","11":"n","12":"n","64":"y","11.1":"n","11.5":"n","12.1":"n"},and_chr:{"92":"y"},and_ff:{"90":"y"},ie_mob:{"10":"n","11":"n"},and_uc:{"12.12":"y"},samsung:{"4":"y","5.0-5.4":"y","6.2-6.4":"y","7.2-7.4":"y","8.2":"y","9.2":"y","10.1":"y","11.1-11.2":"y","12.0":"y","13.0":"y","14.0":"y"},and_qq:{"10.4":"y"},baidu:{"7.12":"y"},kaios:{"2.5":"y"}}}}var US,ks=C(()=>{l();US={ie:{prefix:"ms"},edge:{prefix:"webkit",prefix_exceptions:{"12":"ms","13":"ms","14":"ms","15":"ms","16":"ms","17":"ms","18":"ms"}},firefox:{prefix:"moz"},chrome:{prefix:"webkit"},safari:{prefix:"webkit"},opera:{prefix:"webkit",prefix_exceptions:{"9":"o","11":"o","12":"o","9.5-9.6":"o","10.0-10.1":"o","10.5":"o","10.6":"o","11.1":"o","11.5":"o","11.6":"o","12.1":"o"}},ios_saf:{prefix:"webkit"},op_mini:{prefix:"o"},android:{prefix:"webkit"},bb:{prefix:"webkit"},op_mob:{prefix:"o",prefix_exceptions:{"64":"webkit"}},and_chr:{prefix:"webkit"},and_ff:{prefix:"moz"},ie_mob:{prefix:"ms"},and_uc:{prefix:"webkit",prefix_exceptions:{"12.12":"webkit"}},samsung:{prefix:"webkit"},and_qq:{prefix:"webkit"},baidu:{prefix:"webkit"},kaios:{prefix:"moz"}}});var sh=w(()=>{l()});var Z=w((qP,Xe)=>{l();var{list:oo}=ue();Xe.exports.error=function(r){let e=new Error(r);throw e.autoprefixer=!0,e};Xe.exports.uniq=function(r){return[...new Set(r)]};Xe.exports.removeNote=function(r){return r.includes(" ")?r.split(" ")[0]:r};Xe.exports.escapeRegexp=function(r){return r.replace(/[$()*+-.?[\\\]^{|}]/g,"\\$&")};Xe.exports.regexp=function(r,e=!0){return e&&(r=this.escapeRegexp(r)),new RegExp(`(^|[\\s,(])(${r}($|[\\s(,]))`,"gi")};Xe.exports.editList=function(r,e){let t=oo.comma(r),i=e(t,[]);if(t===i)return r;let s=r.match(/,\s*/);return s=s?s[0]:", ",i.join(s)};Xe.exports.splitSelector=function(r){return oo.comma(r).map(e=>oo.space(e).map(t=>t.split(/(?=\.|#)/g)))}});var Ke=w((IP,oh)=>{l();var WS=ao(),nh=(ks(),xs).agents,GS=Z(),ah=class{static prefixes(){if(this.prefixesCache)return this.prefixesCache;this.prefixesCache=[];for(let e in nh)this.prefixesCache.push(`-${nh[e].prefix}-`);return this.prefixesCache=GS.uniq(this.prefixesCache).sort((e,t)=>t.length-e.length),this.prefixesCache}static withPrefix(e){return this.prefixesRegexp||(this.prefixesRegexp=new RegExp(this.prefixes().join("|"))),this.prefixesRegexp.test(e)}constructor(e,t,i,s){this.data=e,this.options=i||{},this.browserslistOpts=s||{},this.selected=this.parse(t)}parse(e){let t={};for(let i in this.browserslistOpts)t[i]=this.browserslistOpts[i];return t.path=this.options.from,WS(e,t)}prefix(e){let[t,i]=e.split(" "),s=this.data[t],n=s.prefix_exceptions&&s.prefix_exceptions[i];return n||(n=s.prefix),`-${n}-`}isSelected(e){return this.selected.includes(e)}};oh.exports=ah});var Gr=w((RP,lh)=>{l();lh.exports={prefix(r){let e=r.match(/^(-\w+-)/);return e?e[0]:""},unprefixed(r){return r.replace(/^-\w+-/,"")}}});var It=w((MP,fh)=>{l();var HS=Ke(),uh=Gr(),YS=Z();function lo(r,e){let t=new r.constructor;for(let i of Object.keys(r||{})){let s=r[i];i==="parent"&&typeof s=="object"?e&&(t[i]=e):i==="source"||i===null?t[i]=s:Array.isArray(s)?t[i]=s.map(n=>lo(n,t)):i!=="_autoprefixerPrefix"&&i!=="_autoprefixerValues"&&i!=="proxyCache"&&(typeof s=="object"&&s!==null&&(s=lo(s,t)),t[i]=s)}return t}var Ss=class{static hack(e){return this.hacks||(this.hacks={}),e.names.map(t=>(this.hacks[t]=e,this.hacks[t]))}static load(e,t,i){let s=this.hacks&&this.hacks[e];return s?new s(e,t,i):new this(e,t,i)}static clone(e,t){let i=lo(e);for(let s in t)i[s]=t[s];return i}constructor(e,t,i){this.prefixes=t,this.name=e,this.all=i}parentPrefix(e){let t;return typeof e._autoprefixerPrefix!="undefined"?t=e._autoprefixerPrefix:e.type==="decl"&&e.prop[0]==="-"?t=uh.prefix(e.prop):e.type==="root"?t=!1:e.type==="rule"&&e.selector.includes(":-")&&/:(-\w+-)/.test(e.selector)?t=e.selector.match(/:(-\w+-)/)[1]:e.type==="atrule"&&e.name[0]==="-"?t=uh.prefix(e.name):t=this.parentPrefix(e.parent),HS.prefixes().includes(t)||(t=!1),e._autoprefixerPrefix=t,e._autoprefixerPrefix}process(e,t){if(!this.check(e))return;let i=this.parentPrefix(e),s=this.prefixes.filter(a=>!i||i===YS.removeNote(a)),n=[];for(let a of s)this.add(e,a,n.concat([a]),t)&&n.push(a);return n}clone(e,t){return Ss.clone(e,t)}};fh.exports=Ss});var D=w((LP,dh)=>{l();var QS=It(),JS=Ke(),ch=Z(),ph=class extends QS{check(){return!0}prefixed(e,t){return t+e}normalize(e){return e}otherPrefixes(e,t){for(let i of JS.prefixes())if(i!==t&&e.includes(i))return!0;return!1}set(e,t){return e.prop=this.prefixed(e.prop,t),e}needCascade(e){return e._autoprefixerCascade||(e._autoprefixerCascade=this.all.options.cascade!==!1&&e.raw("before").includes(` +`)),e._autoprefixerCascade}maxPrefixed(e,t){if(t._autoprefixerMax)return t._autoprefixerMax;let i=0;for(let s of e)s=ch.removeNote(s),s.length>i&&(i=s.length);return t._autoprefixerMax=i,t._autoprefixerMax}calcBefore(e,t,i=""){let n=this.maxPrefixed(e,t)-ch.removeNote(i).length,a=t.raw("before");return n>0&&(a+=Array(n).fill(" ").join("")),a}restoreBefore(e){let t=e.raw("before").split(` +`),i=t[t.length-1];this.all.group(e).up(s=>{let n=s.raw("before").split(` +`),a=n[n.length-1];a.lengtha.prop===s.prop&&a.value===s.value)))return this.needCascade(e)&&(s.raws.before=this.calcBefore(i,e,t)),e.parent.insertBefore(e,s)}isAlready(e,t){let i=this.all.group(e).up(s=>s.prop===t);return i||(i=this.all.group(e).down(s=>s.prop===t)),i}add(e,t,i,s){let n=this.prefixed(e.prop,t);if(!(this.isAlready(e,n)||this.otherPrefixes(e.value,t)))return this.insert(e,t,i,s)}process(e,t){if(!this.needCascade(e)){super.process(e,t);return}let i=super.process(e,t);!i||!i.length||(this.restoreBefore(e),e.raws.before=this.calcBefore(i,e))}old(e,t){return[this.prefixed(e,t)]}};dh.exports=ph});var mh=w((NP,hh)=>{l();hh.exports=function r(e){return{mul:t=>new r(e*t),div:t=>new r(e/t),simplify:()=>new r(e),toString:()=>e.toString()}}});var wh=w((FP,yh)=>{l();var XS=mh(),KS=It(),uo=Z(),ZS=/(min|max)-resolution\s*:\s*\d*\.?\d+(dppx|dpcm|dpi|x)/gi,e2=/(min|max)-resolution(\s*:\s*)(\d*\.?\d+)(dppx|dpcm|dpi|x)/i,gh=class extends KS{prefixName(e,t){return e==="-moz-"?t+"--moz-device-pixel-ratio":e+t+"-device-pixel-ratio"}prefixQuery(e,t,i,s,n){return s=new XS(s),n==="dpi"?s=s.div(96):n==="dpcm"&&(s=s.mul(2.54).div(96)),s=s.simplify(),e==="-o-"&&(s=s.n+"/"+s.d),this.prefixName(e,t)+i+s}clean(e){if(!this.bad){this.bad=[];for(let t of this.prefixes)this.bad.push(this.prefixName(t,"min")),this.bad.push(this.prefixName(t,"max"))}e.params=uo.editList(e.params,t=>t.filter(i=>this.bad.every(s=>!i.includes(s))))}process(e){let t=this.parentPrefix(e),i=t?[t]:this.prefixes;e.params=uo.editList(e.params,(s,n)=>{for(let a of s){if(!a.includes("min-resolution")&&!a.includes("max-resolution")){n.push(a);continue}for(let o of i){let u=a.replace(ZS,f=>{let c=f.match(e2);return this.prefixQuery(o,c[1],c[2],c[3],c[4])});n.push(u)}n.push(a)}return uo.uniq(n)})}};yh.exports=gh});var Sh=w((BP,kh)=>{l();var{list:t2}=ue(),bh=Vr(),r2=Ke(),vh=Gr(),xh=class{constructor(e){this.props=["transition","transition-property"],this.prefixes=e}add(e,t){let i,s,n=this.prefixes.add[e.prop],a=this.ruleVendorPrefixes(e),o=a||n&&n.prefixes||[],u=this.parse(e.value),f=u.map(h=>this.findProp(h)),c=[];if(f.some(h=>h[0]==="-"))return;for(let h of u){if(s=this.findProp(h),s[0]==="-")continue;let y=this.prefixes.add[s];if(!(!y||!y.prefixes))for(i of y.prefixes){if(a&&!a.some(b=>i.includes(b)))continue;let x=this.prefixes.prefixed(s,i);x!=="-ms-transform"&&!f.includes(x)&&(this.disabled(s,i)||c.push(this.clone(s,x,h)))}}u=u.concat(c);let d=this.stringify(u),p=this.stringify(this.cleanFromUnprefixed(u,"-webkit-"));if(o.includes("-webkit-")&&this.cloneBefore(e,`-webkit-${e.prop}`,p),this.cloneBefore(e,e.prop,p),o.includes("-o-")){let h=this.stringify(this.cleanFromUnprefixed(u,"-o-"));this.cloneBefore(e,`-o-${e.prop}`,h)}for(i of o)if(i!=="-webkit-"&&i!=="-o-"){let h=this.stringify(this.cleanOtherPrefixes(u,i));this.cloneBefore(e,i+e.prop,h)}d!==e.value&&!this.already(e,e.prop,d)&&(this.checkForWarning(t,e),e.cloneBefore(),e.value=d)}findProp(e){let t=e[0].value;if(/^\d/.test(t)){for(let[i,s]of e.entries())if(i!==0&&s.type==="word")return s.value}return t}already(e,t,i){return e.parent.some(s=>s.prop===t&&s.value===i)}cloneBefore(e,t,i){this.already(e,t,i)||e.cloneBefore({prop:t,value:i})}checkForWarning(e,t){if(t.prop!=="transition-property")return;let i=!1,s=!1;t.parent.each(n=>{if(n.type!=="decl"||n.prop.indexOf("transition-")!==0)return;let a=t2.comma(n.value);if(n.prop==="transition-property"){a.forEach(o=>{let u=this.prefixes.add[o];u&&u.prefixes&&u.prefixes.length>0&&(i=!0)});return}return s=s||a.length>1,!1}),i&&s&&t.warn(e,"Replace transition-property to transition, because Autoprefixer could not support any cases of transition-property and other transition-*")}remove(e){let t=this.parse(e.value);t=t.filter(a=>{let o=this.prefixes.remove[this.findProp(a)];return!o||!o.remove});let i=this.stringify(t);if(e.value===i)return;if(t.length===0){e.remove();return}let s=e.parent.some(a=>a.prop===e.prop&&a.value===i),n=e.parent.some(a=>a!==e&&a.prop===e.prop&&a.value.length>i.length);if(s||n){e.remove();return}e.value=i}parse(e){let t=bh(e),i=[],s=[];for(let n of t.nodes)s.push(n),n.type==="div"&&n.value===","&&(i.push(s),s=[]);return i.push(s),i.filter(n=>n.length>0)}stringify(e){if(e.length===0)return"";let t=[];for(let i of e)i[i.length-1].type!=="div"&&i.push(this.div(e)),t=t.concat(i);return t[0].type==="div"&&(t=t.slice(1)),t[t.length-1].type==="div"&&(t=t.slice(0,-2+1||void 0)),bh.stringify({nodes:t})}clone(e,t,i){let s=[],n=!1;for(let a of i)!n&&a.type==="word"&&a.value===e?(s.push({type:"word",value:t}),n=!0):s.push(a);return s}div(e){for(let t of e)for(let i of t)if(i.type==="div"&&i.value===",")return i;return{type:"div",value:",",after:" "}}cleanOtherPrefixes(e,t){return e.filter(i=>{let s=vh.prefix(this.findProp(i));return s===""||s===t})}cleanFromUnprefixed(e,t){let i=e.map(n=>this.findProp(n)).filter(n=>n.slice(0,t.length)===t).map(n=>this.prefixes.unprefixed(n)),s=[];for(let n of e){let a=this.findProp(n),o=vh.prefix(a);!i.includes(a)&&(o===t||o==="")&&s.push(n)}return s}disabled(e,t){let i=["order","justify-content","align-self","align-content"];if(e.includes("flex")||i.includes(e)){if(this.prefixes.options.flexbox===!1)return!0;if(this.prefixes.options.flexbox==="no-2009")return t.includes("2009")}}ruleVendorPrefixes(e){let{parent:t}=e;if(t.type!=="rule")return!1;if(!t.selector.includes(":-"))return!1;let i=r2.prefixes().filter(s=>t.selector.includes(":"+s));return i.length>0?i:!1}};kh.exports=xh});var Rt=w((zP,_h)=>{l();var i2=Z(),Ch=class{constructor(e,t,i,s){this.unprefixed=e,this.prefixed=t,this.string=i||t,this.regexp=s||i2.regexp(t)}check(e){return e.includes(this.string)?!!e.match(this.regexp):!1}};_h.exports=Ch});var ce=w(($P,Oh)=>{l();var s2=It(),n2=Rt(),a2=Gr(),o2=Z(),Ah=class extends s2{static save(e,t){let i=t.prop,s=[];for(let n in t._autoprefixerValues){let a=t._autoprefixerValues[n];if(a===t.value)continue;let o,u=a2.prefix(i);if(u==="-pie-")continue;if(u===n){o=t.value=a,s.push(o);continue}let f=e.prefixed(i,n),c=t.parent;if(!c.every(y=>y.prop!==f)){s.push(o);continue}let d=a.replace(/\s+/," ");if(c.some(y=>y.prop===t.prop&&y.value.replace(/\s+/," ")===d)){s.push(o);continue}let h=this.clone(t,{value:a});o=t.parent.insertBefore(t,h),s.push(o)}return s}check(e){let t=e.value;return t.includes(this.name)?!!t.match(this.regexp()):!1}regexp(){return this.regexpCache||(this.regexpCache=o2.regexp(this.name))}replace(e,t){return e.replace(this.regexp(),`$1${t}$2`)}value(e){return e.raws.value&&e.raws.value.value===e.value?e.raws.value.raw:e.value}add(e,t){e._autoprefixerValues||(e._autoprefixerValues={});let i=e._autoprefixerValues[t]||this.value(e),s;do if(s=i,i=this.replace(i,t),i===!1)return;while(i!==s);e._autoprefixerValues[t]=i}old(e){return new n2(this.name,e+this.name)}};Oh.exports=Ah});var Ze=w((jP,Eh)=>{l();Eh.exports={}});var co=w((UP,Dh)=>{l();var Th=Vr(),l2=ce(),u2=Ze().insertAreas,f2=/(^|[^-])linear-gradient\(\s*(top|left|right|bottom)/i,c2=/(^|[^-])radial-gradient\(\s*\d+(\w*|%)\s+\d+(\w*|%)\s*,/i,p2=/(!\s*)?autoprefixer:\s*ignore\s+next/i,d2=/(!\s*)?autoprefixer\s*grid:\s*(on|off|(no-)?autoplace)/i,h2=["width","height","min-width","max-width","min-height","max-height","inline-size","min-inline-size","max-inline-size","block-size","min-block-size","max-block-size"];function fo(r){return r.parent.some(e=>e.prop==="grid-template"||e.prop==="grid-template-areas")}function m2(r){let e=r.parent.some(i=>i.prop==="grid-template-rows"),t=r.parent.some(i=>i.prop==="grid-template-columns");return e&&t}var Ph=class{constructor(e){this.prefixes=e}add(e,t){let i=this.prefixes.add["@resolution"],s=this.prefixes.add["@keyframes"],n=this.prefixes.add["@viewport"],a=this.prefixes.add["@supports"];e.walkAtRules(c=>{if(c.name==="keyframes"){if(!this.disabled(c,t))return s&&s.process(c)}else if(c.name==="viewport"){if(!this.disabled(c,t))return n&&n.process(c)}else if(c.name==="supports"){if(this.prefixes.options.supports!==!1&&!this.disabled(c,t))return a.process(c)}else if(c.name==="media"&&c.params.includes("-resolution")&&!this.disabled(c,t))return i&&i.process(c)}),e.walkRules(c=>{if(!this.disabled(c,t))return this.prefixes.add.selectors.map(d=>d.process(c,t))});function o(c){return c.parent.nodes.some(d=>{if(d.type!=="decl")return!1;let p=d.prop==="display"&&/(inline-)?grid/.test(d.value),h=d.prop.startsWith("grid-template"),y=/^grid-([A-z]+-)?gap/.test(d.prop);return p||h||y})}function u(c){return c.parent.some(d=>d.prop==="display"&&/(inline-)?flex/.test(d.value))}let f=this.gridStatus(e,t)&&this.prefixes.add["grid-area"]&&this.prefixes.add["grid-area"].prefixes;return e.walkDecls(c=>{if(this.disabledDecl(c,t))return;let d=c.parent,p=c.prop,h=c.value;if(p==="grid-row-span"){t.warn("grid-row-span is not part of final Grid Layout. Use grid-row.",{node:c});return}else if(p==="grid-column-span"){t.warn("grid-column-span is not part of final Grid Layout. Use grid-column.",{node:c});return}else if(p==="display"&&h==="box"){t.warn("You should write display: flex by final spec instead of display: box",{node:c});return}else if(p==="text-emphasis-position")(h==="under"||h==="over")&&t.warn("You should use 2 values for text-emphasis-position For example, `under left` instead of just `under`.",{node:c});else if(/^(align|justify|place)-(items|content)$/.test(p)&&u(c))(h==="start"||h==="end")&&t.warn(`${h} value has mixed support, consider using flex-${h} instead`,{node:c});else if(p==="text-decoration-skip"&&h==="ink")t.warn("Replace text-decoration-skip: ink to text-decoration-skip-ink: auto, because spec had been changed",{node:c});else{if(f&&this.gridStatus(c,t))if(c.value==="subgrid"&&t.warn("IE does not support subgrid",{node:c}),/^(align|justify|place)-items$/.test(p)&&o(c)){let x=p.replace("-items","-self");t.warn(`IE does not support ${p} on grid containers. Try using ${x} on child elements instead: ${c.parent.selector} > * { ${x}: ${c.value} }`,{node:c})}else if(/^(align|justify|place)-content$/.test(p)&&o(c))t.warn(`IE does not support ${c.prop} on grid containers`,{node:c});else if(p==="display"&&c.value==="contents"){t.warn("Please do not use display: contents; if you have grid setting enabled",{node:c});return}else if(c.prop==="grid-gap"){let x=this.gridStatus(c,t);x==="autoplace"&&!m2(c)&&!fo(c)?t.warn("grid-gap only works if grid-template(-areas) is being used or both rows and columns have been declared and cells have not been manually placed inside the explicit grid",{node:c}):(x===!0||x==="no-autoplace")&&!fo(c)&&t.warn("grid-gap only works if grid-template(-areas) is being used",{node:c})}else if(p==="grid-auto-columns"){t.warn("grid-auto-columns is not supported by IE",{node:c});return}else if(p==="grid-auto-rows"){t.warn("grid-auto-rows is not supported by IE",{node:c});return}else if(p==="grid-auto-flow"){let x=d.some(v=>v.prop==="grid-template-rows"),b=d.some(v=>v.prop==="grid-template-columns");fo(c)?t.warn("grid-auto-flow is not supported by IE",{node:c}):h.includes("dense")?t.warn("grid-auto-flow: dense is not supported by IE",{node:c}):!x&&!b&&t.warn("grid-auto-flow works only if grid-template-rows and grid-template-columns are present in the same rule",{node:c});return}else if(h.includes("auto-fit")){t.warn("auto-fit value is not supported by IE",{node:c,word:"auto-fit"});return}else if(h.includes("auto-fill")){t.warn("auto-fill value is not supported by IE",{node:c,word:"auto-fill"});return}else p.startsWith("grid-template")&&h.includes("[")&&t.warn("Autoprefixer currently does not support line names. Try using grid-template-areas instead.",{node:c,word:"["});if(h.includes("radial-gradient"))if(c2.test(c.value))t.warn("Gradient has outdated direction syntax. New syntax is like `closest-side at 0 0` instead of `0 0, closest-side`.",{node:c});else{let x=Th(h);for(let b of x.nodes)if(b.type==="function"&&b.value==="radial-gradient")for(let v of b.nodes)v.type==="word"&&(v.value==="cover"?t.warn("Gradient has outdated direction syntax. Replace `cover` to `farthest-corner`.",{node:c}):v.value==="contain"&&t.warn("Gradient has outdated direction syntax. Replace `contain` to `closest-side`.",{node:c}))}h.includes("linear-gradient")&&f2.test(h)&&t.warn("Gradient has outdated direction syntax. New syntax is like `to left` instead of `right`.",{node:c})}h2.includes(c.prop)&&(c.value.includes("-fill-available")||(c.value.includes("fill-available")?t.warn("Replace fill-available to stretch, because spec had been changed",{node:c}):c.value.includes("fill")&&Th(h).nodes.some(b=>b.type==="word"&&b.value==="fill")&&t.warn("Replace fill to stretch, because spec had been changed",{node:c})));let y;if(c.prop==="transition"||c.prop==="transition-property")return this.prefixes.transition.add(c,t);if(c.prop==="align-self"){if(this.displayType(c)!=="grid"&&this.prefixes.options.flexbox!==!1&&(y=this.prefixes.add["align-self"],y&&y.prefixes&&y.process(c)),this.gridStatus(c,t)!==!1&&(y=this.prefixes.add["grid-row-align"],y&&y.prefixes))return y.process(c,t)}else if(c.prop==="justify-self"){if(this.gridStatus(c,t)!==!1&&(y=this.prefixes.add["grid-column-align"],y&&y.prefixes))return y.process(c,t)}else if(c.prop==="place-self"){if(y=this.prefixes.add["place-self"],y&&y.prefixes&&this.gridStatus(c,t)!==!1)return y.process(c,t)}else if(y=this.prefixes.add[c.prop],y&&y.prefixes)return y.process(c,t)}),this.gridStatus(e,t)&&u2(e,this.disabled),e.walkDecls(c=>{if(this.disabledValue(c,t))return;let d=this.prefixes.unprefixed(c.prop),p=this.prefixes.values("add",d);if(Array.isArray(p))for(let h of p)h.process&&h.process(c,t);l2.save(this.prefixes,c)})}remove(e,t){let i=this.prefixes.remove["@resolution"];e.walkAtRules((s,n)=>{this.prefixes.remove[`@${s.name}`]?this.disabled(s,t)||s.parent.removeChild(n):s.name==="media"&&s.params.includes("-resolution")&&i&&i.clean(s)});for(let s of this.prefixes.remove.selectors)e.walkRules((n,a)=>{s.check(n)&&(this.disabled(n,t)||n.parent.removeChild(a))});return e.walkDecls((s,n)=>{if(this.disabled(s,t))return;let a=s.parent,o=this.prefixes.unprefixed(s.prop);if((s.prop==="transition"||s.prop==="transition-property")&&this.prefixes.transition.remove(s),this.prefixes.remove[s.prop]&&this.prefixes.remove[s.prop].remove){let u=this.prefixes.group(s).down(f=>this.prefixes.normalize(f.prop)===o);if(o==="flex-flow"&&(u=!0),s.prop==="-webkit-box-orient"){let f={"flex-direction":!0,"flex-flow":!0};if(!s.parent.some(c=>f[c.prop]))return}if(u&&!this.withHackValue(s)){s.raw("before").includes(` +`)&&this.reduceSpaces(s),a.removeChild(n);return}}for(let u of this.prefixes.values("remove",o)){if(!u.check||!u.check(s.value))continue;if(o=u.unprefixed,this.prefixes.group(s).down(c=>c.value.includes(o))){a.removeChild(n);return}}})}withHackValue(e){return e.prop==="-webkit-background-clip"&&e.value==="text"}disabledValue(e,t){return this.gridStatus(e,t)===!1&&e.type==="decl"&&e.prop==="display"&&e.value.includes("grid")||this.prefixes.options.flexbox===!1&&e.type==="decl"&&e.prop==="display"&&e.value.includes("flex")||e.type==="decl"&&e.prop==="content"?!0:this.disabled(e,t)}disabledDecl(e,t){if(this.gridStatus(e,t)===!1&&e.type==="decl"&&(e.prop.includes("grid")||e.prop==="justify-items"))return!0;if(this.prefixes.options.flexbox===!1&&e.type==="decl"){let i=["order","justify-content","align-items","align-content"];if(e.prop.includes("flex")||i.includes(e.prop))return!0}return this.disabled(e,t)}disabled(e,t){if(!e)return!1;if(e._autoprefixerDisabled!==void 0)return e._autoprefixerDisabled;if(e.parent){let s=e.prev();if(s&&s.type==="comment"&&p2.test(s.text))return e._autoprefixerDisabled=!0,e._autoprefixerSelfDisabled=!0,!0}let i=null;if(e.nodes){let s;e.each(n=>{n.type==="comment"&&/(!\s*)?autoprefixer:\s*(off|on)/i.test(n.text)&&(typeof s!="undefined"?t.warn("Second Autoprefixer control comment was ignored. Autoprefixer applies control comment to whole block, not to next rules.",{node:n}):s=/on/i.test(n.text))}),s!==void 0&&(i=!s)}if(!e.nodes||i===null)if(e.parent){let s=this.disabled(e.parent,t);e.parent._autoprefixerSelfDisabled===!0?i=!1:i=s}else i=!1;return e._autoprefixerDisabled=i,i}reduceSpaces(e){let t=!1;if(this.prefixes.group(e).up(()=>(t=!0,!0)),t)return;let i=e.raw("before").split(` +`),s=i[i.length-1].length,n=!1;this.prefixes.group(e).down(a=>{i=a.raw("before").split(` +`);let o=i.length-1;i[o].length>s&&(n===!1&&(n=i[o].length-s),i[o]=i[o].slice(0,-n),a.raws.before=i.join(` +`))})}displayType(e){for(let t of e.parent.nodes)if(t.prop==="display"){if(t.value.includes("flex"))return"flex";if(t.value.includes("grid"))return"grid"}return!1}gridStatus(e,t){if(!e)return!1;if(e._autoprefixerGridStatus!==void 0)return e._autoprefixerGridStatus;let i=null;if(e.nodes){let s;e.each(n=>{if(n.type==="comment"&&d2.test(n.text)){let a=/:\s*autoplace/i.test(n.text),o=/no-autoplace/i.test(n.text);typeof s!="undefined"?t.warn("Second Autoprefixer grid control comment was ignored. Autoprefixer applies control comments to the whole block, not to the next rules.",{node:n}):a?s="autoplace":o?s=!0:s=/on/i.test(n.text)}}),s!==void 0&&(i=s)}if(e.type==="atrule"&&e.name==="supports"){let s=e.params;s.includes("grid")&&s.includes("auto")&&(i=!1)}if(!e.nodes||i===null)if(e.parent){let s=this.gridStatus(e.parent,t);e.parent._autoprefixerSelfDisabled===!0?i=!1:i=s}else typeof this.prefixes.options.grid!="undefined"?i=this.prefixes.options.grid:typeof m.env.AUTOPREFIXER_GRID!="undefined"?m.env.AUTOPREFIXER_GRID==="autoplace"?i="autoplace":i=!0:i=!1;return e._autoprefixerGridStatus=i,i}};Dh.exports=Ph});var Ih=w((VP,qh)=>{l();qh.exports={A:{A:{"2":"J D E F A B iB"},B:{"1":"C K L G M N O R S T U V W X Y Z a P b H"},C:{"1":"0 1 2 3 4 5 6 7 8 9 g h i j k l m n o p q r s t u v w x y z AB BB CB DB EB FB GB bB HB cB IB JB Q KB LB MB NB OB PB QB RB SB TB UB VB WB XB R S T kB U V W X Y Z a P b H dB","2":"jB aB I c J D E F A B C K L G M N O d e f lB mB"},D:{"1":"0 1 2 3 4 5 6 7 8 9 m n o p q r s t u v w x y z AB BB CB DB EB FB GB bB HB cB IB JB Q KB LB MB NB OB PB QB RB SB TB UB VB WB XB R S T U V W X Y Z a P b H dB nB oB","2":"I c J D E F A B C K L G M N O d e f g h i j k l"},E:{"1":"F A B C K L G tB fB YB ZB uB vB wB","2":"I c J D E pB eB qB rB sB"},F:{"1":"0 1 2 3 4 5 6 7 8 9 G M N O d e f g h i j k l m n o p q r s t u v w x y z AB BB CB DB EB FB GB HB IB JB Q KB LB MB NB OB PB QB RB SB TB UB VB WB XB ZB","2":"F B C xB yB zB 0B YB gB 1B"},G:{"1":"7B 8B 9B AC BC CC DC EC FC GC HC IC JC KC","2":"E eB 2B hB 3B 4B 5B 6B"},H:{"1":"LC"},I:{"1":"H QC RC","2":"aB I MC NC OC PC hB"},J:{"2":"D A"},K:{"1":"Q","2":"A B C YB gB ZB"},L:{"1":"H"},M:{"1":"P"},N:{"2":"A B"},O:{"1":"SC"},P:{"1":"I TC UC VC WC XC fB YC ZC aC bC"},Q:{"1":"cC"},R:{"1":"dC"},S:{"1":"eC"}},B:4,C:"CSS Feature Queries"}});var Nh=w((WP,Lh)=>{l();function Rh(r){return r[r.length-1]}var Mh={parse(r){let e=[""],t=[e];for(let i of r){if(i==="("){e=[""],Rh(t).push(e),t.push(e);continue}if(i===")"){t.pop(),e=Rh(t),e.push("");continue}e[e.length-1]+=i}return t[0]},stringify(r){let e="";for(let t of r){if(typeof t=="object"){e+=`(${Mh.stringify(t)})`;continue}e+=t}return e}};Lh.exports=Mh});var jh=w((GP,$h)=>{l();var g2=Ih(),{feature:y2}=(ks(),xs),{parse:w2}=ue(),b2=Ke(),po=Nh(),v2=ce(),x2=Z(),Fh=y2(g2),Bh=[];for(let r in Fh.stats){let e=Fh.stats[r];for(let t in e){let i=e[t];/y/.test(i)&&Bh.push(r+" "+t)}}var zh=class{constructor(e,t){this.Prefixes=e,this.all=t}prefixer(){if(this.prefixerCache)return this.prefixerCache;let e=this.all.browsers.selected.filter(i=>Bh.includes(i)),t=new b2(this.all.browsers.data,e,this.all.options);return this.prefixerCache=new this.Prefixes(this.all.data,t,this.all.options),this.prefixerCache}parse(e){let t=e.split(":"),i=t[0],s=t[1];return s||(s=""),[i.trim(),s.trim()]}virtual(e){let[t,i]=this.parse(e),s=w2("a{}").first;return s.append({prop:t,value:i,raws:{before:""}}),s}prefixed(e){let t=this.virtual(e);if(this.disabled(t.first))return t.nodes;let i={warn:()=>null},s=this.prefixer().add[t.first.prop];s&&s.process&&s.process(t.first,i);for(let n of t.nodes){for(let a of this.prefixer().values("add",t.first.prop))a.process(n);v2.save(this.all,n)}return t.nodes}isNot(e){return typeof e=="string"&&/not\s*/i.test(e)}isOr(e){return typeof e=="string"&&/\s*or\s*/i.test(e)}isProp(e){return typeof e=="object"&&e.length===1&&typeof e[0]=="string"}isHack(e,t){return!new RegExp(`(\\(|\\s)${x2.escapeRegexp(t)}:`).test(e)}toRemove(e,t){let[i,s]=this.parse(e),n=this.all.unprefixed(i),a=this.all.cleaner();if(a.remove[i]&&a.remove[i].remove&&!this.isHack(t,n))return!0;for(let o of a.values("remove",n))if(o.check(s))return!0;return!1}remove(e,t){let i=0;for(;itypeof t!="object"?t:t.length===1&&typeof t[0]=="object"?this.cleanBrackets(t[0]):this.cleanBrackets(t))}convert(e){let t=[""];for(let i of e)t.push([`${i.prop}: ${i.value}`]),t.push(" or ");return t[t.length-1]="",t}normalize(e){if(typeof e!="object")return e;if(e=e.filter(t=>t!==""),typeof e[0]=="string"){let t=e[0].trim();if(t.includes(":")||t==="selector"||t==="not selector")return[po.stringify(e)]}return e.map(t=>this.normalize(t))}add(e,t){return e.map(i=>{if(this.isProp(i)){let s=this.prefixed(i[0]);return s.length>1?this.convert(s):i}return typeof i=="object"?this.add(i,t):i})}process(e){let t=po.parse(e.params);t=this.normalize(t),t=this.remove(t,e.params),t=this.add(t,e.params),t=this.cleanBrackets(t),e.params=po.stringify(t)}disabled(e){if(!this.all.options.grid&&(e.prop==="display"&&e.value.includes("grid")||e.prop.includes("grid")||e.prop==="justify-items"))return!0;if(this.all.options.flexbox===!1){if(e.prop==="display"&&e.value.includes("flex"))return!0;let t=["order","justify-content","align-items","align-content"];if(e.prop.includes("flex")||t.includes(e.prop))return!0}return!1}};$h.exports=zh});var Wh=w((HP,Vh)=>{l();var Uh=class{constructor(e,t){this.prefix=t,this.prefixed=e.prefixed(this.prefix),this.regexp=e.regexp(this.prefix),this.prefixeds=e.possible().map(i=>[e.prefixed(i),e.regexp(i)]),this.unprefixed=e.name,this.nameRegexp=e.regexp()}isHack(e){let t=e.parent.index(e)+1,i=e.parent.nodes;for(;t{l();var{list:k2}=ue(),S2=Wh(),C2=It(),_2=Ke(),A2=Z(),Gh=class extends C2{constructor(e,t,i){super(e,t,i);this.regexpCache=new Map}check(e){return e.selector.includes(this.name)?!!e.selector.match(this.regexp()):!1}prefixed(e){return this.name.replace(/^(\W*)/,`$1${e}`)}regexp(e){if(!this.regexpCache.has(e)){let t=e?this.prefixed(e):this.name;this.regexpCache.set(e,new RegExp(`(^|[^:"'=])${A2.escapeRegexp(t)}`,"gi"))}return this.regexpCache.get(e)}possible(){return _2.prefixes()}prefixeds(e){if(e._autoprefixerPrefixeds){if(e._autoprefixerPrefixeds[this.name])return e._autoprefixerPrefixeds}else e._autoprefixerPrefixeds={};let t={};if(e.selector.includes(",")){let s=k2.comma(e.selector).filter(n=>n.includes(this.name));for(let n of this.possible())t[n]=s.map(a=>this.replace(a,n)).join(", ")}else for(let i of this.possible())t[i]=this.replace(e.selector,i);return e._autoprefixerPrefixeds[this.name]=t,e._autoprefixerPrefixeds}already(e,t,i){let s=e.parent.index(e)-1;for(;s>=0;){let n=e.parent.nodes[s];if(n.type!=="rule")return!1;let a=!1;for(let o in t[this.name]){let u=t[this.name][o];if(n.selector===u){if(i===o)return!0;a=!0;break}}if(!a)return!1;s-=1}return!1}replace(e,t){return e.replace(this.regexp(),`$1${this.prefixed(t)}`)}add(e,t){let i=this.prefixeds(e);if(this.already(e,i,t))return;let s=this.clone(e,{selector:i[this.name][t]});e.parent.insertBefore(e,s)}old(e){return new S2(this,e)}};Hh.exports=Gh});var Jh=w((QP,Qh)=>{l();var O2=It(),Yh=class extends O2{add(e,t){let i=t+e.name;if(e.parent.some(a=>a.name===i&&a.params===e.params))return;let n=this.clone(e,{name:i});return e.parent.insertBefore(e,n)}process(e){let t=this.parentPrefix(e);for(let i of this.prefixes)(!t||t===i)&&this.add(e,i)}};Qh.exports=Yh});var Kh=w((JP,Xh)=>{l();var E2=Mt(),ho=class extends E2{prefixed(e){return e==="-webkit-"?":-webkit-full-screen":e==="-moz-"?":-moz-full-screen":`:${e}fullscreen`}};ho.names=[":fullscreen"];Xh.exports=ho});var em=w((XP,Zh)=>{l();var T2=Mt(),mo=class extends T2{possible(){return super.possible().concat(["-moz- old","-ms- old"])}prefixed(e){return e==="-webkit-"?"::-webkit-input-placeholder":e==="-ms-"?"::-ms-input-placeholder":e==="-ms- old"?":-ms-input-placeholder":e==="-moz- old"?":-moz-placeholder":`::${e}placeholder`}};mo.names=["::placeholder"];Zh.exports=mo});var rm=w((KP,tm)=>{l();var P2=Mt(),go=class extends P2{prefixed(e){return e==="-ms-"?":-ms-input-placeholder":`:${e}placeholder-shown`}};go.names=[":placeholder-shown"];tm.exports=go});var sm=w((ZP,im)=>{l();var D2=Mt(),q2=Z(),yo=class extends D2{constructor(e,t,i){super(e,t,i);this.prefixes&&(this.prefixes=q2.uniq(this.prefixes.map(s=>"-webkit-")))}prefixed(e){return e==="-webkit-"?"::-webkit-file-upload-button":`::${e}file-selector-button`}};yo.names=["::file-selector-button"];im.exports=yo});var re=w((e3,nm)=>{l();nm.exports=function(r){let e;return r==="-webkit- 2009"||r==="-moz-"?e=2009:r==="-ms-"?e=2012:r==="-webkit-"&&(e="final"),r==="-webkit- 2009"&&(r="-webkit-"),[e,r]}});var um=w((t3,lm)=>{l();var am=ue().list,om=re(),I2=D(),Lt=class extends I2{prefixed(e,t){let i;return[i,t]=om(t),i===2009?t+"box-flex":super.prefixed(e,t)}normalize(){return"flex"}set(e,t){let i=om(t)[0];if(i===2009)return e.value=am.space(e.value)[0],e.value=Lt.oldValues[e.value]||e.value,super.set(e,t);if(i===2012){let s=am.space(e.value);s.length===3&&s[2]==="0"&&(e.value=s.slice(0,2).concat("0px").join(" "))}return super.set(e,t)}};Lt.names=["flex","box-flex"];Lt.oldValues={auto:"1",none:"0"};lm.exports=Lt});var pm=w((r3,cm)=>{l();var fm=re(),R2=D(),wo=class extends R2{prefixed(e,t){let i;return[i,t]=fm(t),i===2009?t+"box-ordinal-group":i===2012?t+"flex-order":super.prefixed(e,t)}normalize(){return"order"}set(e,t){return fm(t)[0]===2009&&/\d/.test(e.value)?(e.value=(parseInt(e.value)+1).toString(),super.set(e,t)):super.set(e,t)}};wo.names=["order","flex-order","box-ordinal-group"];cm.exports=wo});var hm=w((i3,dm)=>{l();var M2=D(),bo=class extends M2{check(e){let t=e.value;return!t.toLowerCase().includes("alpha(")&&!t.includes("DXImageTransform.Microsoft")&&!t.includes("data:image/svg+xml")}};bo.names=["filter"];dm.exports=bo});var gm=w((s3,mm)=>{l();var L2=D(),vo=class extends L2{insert(e,t,i,s){if(t!=="-ms-")return super.insert(e,t,i);let n=this.clone(e),a=e.prop.replace(/end$/,"start"),o=t+e.prop.replace(/end$/,"span");if(!e.parent.some(u=>u.prop===o)){if(n.prop=o,e.value.includes("span"))n.value=e.value.replace(/span\s/i,"");else{let u;if(e.parent.walkDecls(a,f=>{u=f}),u){let f=Number(e.value)-Number(u.value)+"";n.value=f}else e.warn(s,`Can not prefix ${e.prop} (${a} is not found)`)}e.cloneBefore(n)}}};vo.names=["grid-row-end","grid-column-end"];mm.exports=vo});var wm=w((n3,ym)=>{l();var N2=D(),xo=class extends N2{check(e){return!e.value.split(/\s+/).some(t=>{let i=t.toLowerCase();return i==="reverse"||i==="alternate-reverse"})}};xo.names=["animation","animation-direction"];ym.exports=xo});var vm=w((a3,bm)=>{l();var F2=re(),B2=D(),ko=class extends B2{insert(e,t,i){let s;if([s,t]=F2(t),s!==2009)return super.insert(e,t,i);let n=e.value.split(/\s+/).filter(d=>d!=="wrap"&&d!=="nowrap"&&"wrap-reverse");if(n.length===0||e.parent.some(d=>d.prop===t+"box-orient"||d.prop===t+"box-direction"))return;let o=n[0],u=o.includes("row")?"horizontal":"vertical",f=o.includes("reverse")?"reverse":"normal",c=this.clone(e);return c.prop=t+"box-orient",c.value=u,this.needCascade(e)&&(c.raws.before=this.calcBefore(i,e,t)),e.parent.insertBefore(e,c),c=this.clone(e),c.prop=t+"box-direction",c.value=f,this.needCascade(e)&&(c.raws.before=this.calcBefore(i,e,t)),e.parent.insertBefore(e,c)}};ko.names=["flex-flow","box-direction","box-orient"];bm.exports=ko});var km=w((o3,xm)=>{l();var z2=re(),$2=D(),So=class extends $2{normalize(){return"flex"}prefixed(e,t){let i;return[i,t]=z2(t),i===2009?t+"box-flex":i===2012?t+"flex-positive":super.prefixed(e,t)}};So.names=["flex-grow","flex-positive"];xm.exports=So});var Cm=w((l3,Sm)=>{l();var j2=re(),U2=D(),Co=class extends U2{set(e,t){if(j2(t)[0]!==2009)return super.set(e,t)}};Co.names=["flex-wrap"];Sm.exports=Co});var Am=w((u3,_m)=>{l();var V2=D(),Nt=Ze(),_o=class extends V2{insert(e,t,i,s){if(t!=="-ms-")return super.insert(e,t,i);let n=Nt.parse(e),[a,o]=Nt.translate(n,0,2),[u,f]=Nt.translate(n,1,3);[["grid-row",a],["grid-row-span",o],["grid-column",u],["grid-column-span",f]].forEach(([c,d])=>{Nt.insertDecl(e,c,d)}),Nt.warnTemplateSelectorNotFound(e,s),Nt.warnIfGridRowColumnExists(e,s)}};_o.names=["grid-area"];_m.exports=_o});var Em=w((f3,Om)=>{l();var W2=D(),Hr=Ze(),Ao=class extends W2{insert(e,t,i){if(t!=="-ms-")return super.insert(e,t,i);if(e.parent.some(a=>a.prop==="-ms-grid-row-align"))return;let[[s,n]]=Hr.parse(e);n?(Hr.insertDecl(e,"grid-row-align",s),Hr.insertDecl(e,"grid-column-align",n)):(Hr.insertDecl(e,"grid-row-align",s),Hr.insertDecl(e,"grid-column-align",s))}};Ao.names=["place-self"];Om.exports=Ao});var Pm=w((c3,Tm)=>{l();var G2=D(),Oo=class extends G2{check(e){let t=e.value;return!t.includes("/")||t.includes("span")}normalize(e){return e.replace("-start","")}prefixed(e,t){let i=super.prefixed(e,t);return t==="-ms-"&&(i=i.replace("-start","")),i}};Oo.names=["grid-row-start","grid-column-start"];Tm.exports=Oo});var Im=w((p3,qm)=>{l();var Dm=re(),H2=D(),Ft=class extends H2{check(e){return e.parent&&!e.parent.some(t=>t.prop&&t.prop.startsWith("grid-"))}prefixed(e,t){let i;return[i,t]=Dm(t),i===2012?t+"flex-item-align":super.prefixed(e,t)}normalize(){return"align-self"}set(e,t){let i=Dm(t)[0];if(i===2012)return e.value=Ft.oldValues[e.value]||e.value,super.set(e,t);if(i==="final")return super.set(e,t)}};Ft.names=["align-self","flex-item-align"];Ft.oldValues={"flex-end":"end","flex-start":"start"};qm.exports=Ft});var Mm=w((d3,Rm)=>{l();var Y2=D(),Q2=Z(),Eo=class extends Y2{constructor(e,t,i){super(e,t,i);this.prefixes&&(this.prefixes=Q2.uniq(this.prefixes.map(s=>s==="-ms-"?"-webkit-":s)))}};Eo.names=["appearance"];Rm.exports=Eo});var Fm=w((h3,Nm)=>{l();var Lm=re(),J2=D(),To=class extends J2{normalize(){return"flex-basis"}prefixed(e,t){let i;return[i,t]=Lm(t),i===2012?t+"flex-preferred-size":super.prefixed(e,t)}set(e,t){let i;if([i,t]=Lm(t),i===2012||i==="final")return super.set(e,t)}};To.names=["flex-basis","flex-preferred-size"];Nm.exports=To});var zm=w((m3,Bm)=>{l();var X2=D(),Po=class extends X2{normalize(){return this.name.replace("box-image","border")}prefixed(e,t){let i=super.prefixed(e,t);return t==="-webkit-"&&(i=i.replace("border","box-image")),i}};Po.names=["mask-border","mask-border-source","mask-border-slice","mask-border-width","mask-border-outset","mask-border-repeat","mask-box-image","mask-box-image-source","mask-box-image-slice","mask-box-image-width","mask-box-image-outset","mask-box-image-repeat"];Bm.exports=Po});var jm=w((g3,$m)=>{l();var K2=D(),Te=class extends K2{insert(e,t,i){let s=e.prop==="mask-composite",n;s?n=e.value.split(","):n=e.value.match(Te.regexp)||[],n=n.map(f=>f.trim()).filter(f=>f);let a=n.length,o;if(a&&(o=this.clone(e),o.value=n.map(f=>Te.oldValues[f]||f).join(", "),n.includes("intersect")&&(o.value+=", xor"),o.prop=t+"mask-composite"),s)return a?(this.needCascade(e)&&(o.raws.before=this.calcBefore(i,e,t)),e.parent.insertBefore(e,o)):void 0;let u=this.clone(e);return u.prop=t+u.prop,a&&(u.value=u.value.replace(Te.regexp,"")),this.needCascade(e)&&(u.raws.before=this.calcBefore(i,e,t)),e.parent.insertBefore(e,u),a?(this.needCascade(e)&&(o.raws.before=this.calcBefore(i,e,t)),e.parent.insertBefore(e,o)):e}};Te.names=["mask","mask-composite"];Te.oldValues={add:"source-over",subtract:"source-out",intersect:"source-in",exclude:"xor"};Te.regexp=new RegExp(`\\s+(${Object.keys(Te.oldValues).join("|")})\\b(?!\\))\\s*(?=[,])`,"ig");$m.exports=Te});var Wm=w((y3,Vm)=>{l();var Um=re(),Z2=D(),Bt=class extends Z2{prefixed(e,t){let i;return[i,t]=Um(t),i===2009?t+"box-align":i===2012?t+"flex-align":super.prefixed(e,t)}normalize(){return"align-items"}set(e,t){let i=Um(t)[0];return(i===2009||i===2012)&&(e.value=Bt.oldValues[e.value]||e.value),super.set(e,t)}};Bt.names=["align-items","flex-align","box-align"];Bt.oldValues={"flex-end":"end","flex-start":"start"};Vm.exports=Bt});var Hm=w((w3,Gm)=>{l();var eC=D(),Do=class extends eC{set(e,t){return t==="-ms-"&&e.value==="contain"&&(e.value="element"),super.set(e,t)}insert(e,t,i){if(!(e.value==="all"&&t==="-ms-"))return super.insert(e,t,i)}};Do.names=["user-select"];Gm.exports=Do});var Jm=w((b3,Qm)=>{l();var Ym=re(),tC=D(),qo=class extends tC{normalize(){return"flex-shrink"}prefixed(e,t){let i;return[i,t]=Ym(t),i===2012?t+"flex-negative":super.prefixed(e,t)}set(e,t){let i;if([i,t]=Ym(t),i===2012||i==="final")return super.set(e,t)}};qo.names=["flex-shrink","flex-negative"];Qm.exports=qo});var Km=w((v3,Xm)=>{l();var rC=D(),Io=class extends rC{prefixed(e,t){return`${t}column-${e}`}normalize(e){return e.includes("inside")?"break-inside":e.includes("before")?"break-before":"break-after"}set(e,t){return(e.prop==="break-inside"&&e.value==="avoid-column"||e.value==="avoid-page")&&(e.value="avoid"),super.set(e,t)}insert(e,t,i){if(e.prop!=="break-inside")return super.insert(e,t,i);if(!(/region/i.test(e.value)||/page/i.test(e.value)))return super.insert(e,t,i)}};Io.names=["break-inside","page-break-inside","column-break-inside","break-before","page-break-before","column-break-before","break-after","page-break-after","column-break-after"];Xm.exports=Io});var eg=w((x3,Zm)=>{l();var iC=D(),Ro=class extends iC{prefixed(e,t){return t+"print-color-adjust"}normalize(){return"color-adjust"}};Ro.names=["color-adjust","print-color-adjust"];Zm.exports=Ro});var rg=w((k3,tg)=>{l();var sC=D(),zt=class extends sC{insert(e,t,i){if(t==="-ms-"){let s=this.set(this.clone(e),t);this.needCascade(e)&&(s.raws.before=this.calcBefore(i,e,t));let n="ltr";return e.parent.nodes.forEach(a=>{a.prop==="direction"&&(a.value==="rtl"||a.value==="ltr")&&(n=a.value)}),s.value=zt.msValues[n][e.value]||e.value,e.parent.insertBefore(e,s)}return super.insert(e,t,i)}};zt.names=["writing-mode"];zt.msValues={ltr:{"horizontal-tb":"lr-tb","vertical-rl":"tb-rl","vertical-lr":"tb-lr"},rtl:{"horizontal-tb":"rl-tb","vertical-rl":"bt-rl","vertical-lr":"bt-lr"}};tg.exports=zt});var sg=w((S3,ig)=>{l();var nC=D(),Mo=class extends nC{set(e,t){return e.value=e.value.replace(/\s+fill(\s)/,"$1"),super.set(e,t)}};Mo.names=["border-image"];ig.exports=Mo});var og=w((C3,ag)=>{l();var ng=re(),aC=D(),$t=class extends aC{prefixed(e,t){let i;return[i,t]=ng(t),i===2012?t+"flex-line-pack":super.prefixed(e,t)}normalize(){return"align-content"}set(e,t){let i=ng(t)[0];if(i===2012)return e.value=$t.oldValues[e.value]||e.value,super.set(e,t);if(i==="final")return super.set(e,t)}};$t.names=["align-content","flex-line-pack"];$t.oldValues={"flex-end":"end","flex-start":"start","space-between":"justify","space-around":"distribute"};ag.exports=$t});var ug=w((_3,lg)=>{l();var oC=D(),pe=class extends oC{prefixed(e,t){return t==="-moz-"?t+(pe.toMozilla[e]||e):super.prefixed(e,t)}normalize(e){return pe.toNormal[e]||e}};pe.names=["border-radius"];pe.toMozilla={};pe.toNormal={};for(let r of["top","bottom"])for(let e of["left","right"]){let t=`border-${r}-${e}-radius`,i=`border-radius-${r}${e}`;pe.names.push(t),pe.names.push(i),pe.toMozilla[t]=i,pe.toNormal[i]=t}lg.exports=pe});var cg=w((A3,fg)=>{l();var lC=D(),Lo=class extends lC{prefixed(e,t){return e.includes("-start")?t+e.replace("-block-start","-before"):t+e.replace("-block-end","-after")}normalize(e){return e.includes("-before")?e.replace("-before","-block-start"):e.replace("-after","-block-end")}};Lo.names=["border-block-start","border-block-end","margin-block-start","margin-block-end","padding-block-start","padding-block-end","border-before","border-after","margin-before","margin-after","padding-before","padding-after"];fg.exports=Lo});var dg=w((O3,pg)=>{l();var uC=D(),{parseTemplate:fC,warnMissedAreas:cC,getGridGap:pC,warnGridGap:dC,inheritGridGap:hC}=Ze(),No=class extends uC{insert(e,t,i,s){if(t!=="-ms-")return super.insert(e,t,i);if(e.parent.some(h=>h.prop==="-ms-grid-rows"))return;let n=pC(e),a=hC(e,n),{rows:o,columns:u,areas:f}=fC({decl:e,gap:a||n}),c=Object.keys(f).length>0,d=Boolean(o),p=Boolean(u);return dC({gap:n,hasColumns:p,decl:e,result:s}),cC(f,e,s),(d&&p||c)&&e.cloneBefore({prop:"-ms-grid-rows",value:o,raws:{}}),p&&e.cloneBefore({prop:"-ms-grid-columns",value:u,raws:{}}),e}};No.names=["grid-template"];pg.exports=No});var mg=w((E3,hg)=>{l();var mC=D(),Fo=class extends mC{prefixed(e,t){return t+e.replace("-inline","")}normalize(e){return e.replace(/(margin|padding|border)-(start|end)/,"$1-inline-$2")}};Fo.names=["border-inline-start","border-inline-end","margin-inline-start","margin-inline-end","padding-inline-start","padding-inline-end","border-start","border-end","margin-start","margin-end","padding-start","padding-end"];hg.exports=Fo});var yg=w((T3,gg)=>{l();var gC=D(),Bo=class extends gC{check(e){return!e.value.includes("flex-")&&e.value!=="baseline"}prefixed(e,t){return t+"grid-row-align"}normalize(){return"align-self"}};Bo.names=["grid-row-align"];gg.exports=Bo});var bg=w((P3,wg)=>{l();var yC=D(),jt=class extends yC{keyframeParents(e){let{parent:t}=e;for(;t;){if(t.type==="atrule"&&t.name==="keyframes")return!0;({parent:t}=t)}return!1}contain3d(e){if(e.prop==="transform-origin")return!1;for(let t of jt.functions3d)if(e.value.includes(`${t}(`))return!0;return!1}set(e,t){return e=super.set(e,t),t==="-ms-"&&(e.value=e.value.replace(/rotatez/gi,"rotate")),e}insert(e,t,i){if(t==="-ms-"){if(!this.contain3d(e)&&!this.keyframeParents(e))return super.insert(e,t,i)}else if(t==="-o-"){if(!this.contain3d(e))return super.insert(e,t,i)}else return super.insert(e,t,i)}};jt.names=["transform","transform-origin"];jt.functions3d=["matrix3d","translate3d","translateZ","scale3d","scaleZ","rotate3d","rotateX","rotateY","perspective"];wg.exports=jt});var kg=w((D3,xg)=>{l();var vg=re(),wC=D(),zo=class extends wC{normalize(){return"flex-direction"}insert(e,t,i){let s;if([s,t]=vg(t),s!==2009)return super.insert(e,t,i);if(e.parent.some(c=>c.prop===t+"box-orient"||c.prop===t+"box-direction"))return;let a=e.value,o,u;a==="inherit"||a==="initial"||a==="unset"?(o=a,u=a):(o=a.includes("row")?"horizontal":"vertical",u=a.includes("reverse")?"reverse":"normal");let f=this.clone(e);return f.prop=t+"box-orient",f.value=o,this.needCascade(e)&&(f.raws.before=this.calcBefore(i,e,t)),e.parent.insertBefore(e,f),f=this.clone(e),f.prop=t+"box-direction",f.value=u,this.needCascade(e)&&(f.raws.before=this.calcBefore(i,e,t)),e.parent.insertBefore(e,f)}old(e,t){let i;return[i,t]=vg(t),i===2009?[t+"box-orient",t+"box-direction"]:super.old(e,t)}};zo.names=["flex-direction","box-direction","box-orient"];xg.exports=zo});var Cg=w((q3,Sg)=>{l();var bC=D(),$o=class extends bC{check(e){return e.value==="pixelated"}prefixed(e,t){return t==="-ms-"?"-ms-interpolation-mode":super.prefixed(e,t)}set(e,t){return t!=="-ms-"?super.set(e,t):(e.prop="-ms-interpolation-mode",e.value="nearest-neighbor",e)}normalize(){return"image-rendering"}process(e,t){return super.process(e,t)}};$o.names=["image-rendering","interpolation-mode"];Sg.exports=$o});var Ag=w((I3,_g)=>{l();var vC=D(),xC=Z(),jo=class extends vC{constructor(e,t,i){super(e,t,i);this.prefixes&&(this.prefixes=xC.uniq(this.prefixes.map(s=>s==="-ms-"?"-webkit-":s)))}};jo.names=["backdrop-filter"];_g.exports=jo});var Eg=w((R3,Og)=>{l();var kC=D(),SC=Z(),Uo=class extends kC{constructor(e,t,i){super(e,t,i);this.prefixes&&(this.prefixes=SC.uniq(this.prefixes.map(s=>s==="-ms-"?"-webkit-":s)))}check(e){return e.value.toLowerCase()==="text"}};Uo.names=["background-clip"];Og.exports=Uo});var Pg=w((M3,Tg)=>{l();var CC=D(),_C=["none","underline","overline","line-through","blink","inherit","initial","unset"],Vo=class extends CC{check(e){return e.value.split(/\s+/).some(t=>!_C.includes(t))}};Vo.names=["text-decoration"];Tg.exports=Vo});var Ig=w((L3,qg)=>{l();var Dg=re(),AC=D(),Ut=class extends AC{prefixed(e,t){let i;return[i,t]=Dg(t),i===2009?t+"box-pack":i===2012?t+"flex-pack":super.prefixed(e,t)}normalize(){return"justify-content"}set(e,t){let i=Dg(t)[0];if(i===2009||i===2012){let s=Ut.oldValues[e.value]||e.value;if(e.value=s,i!==2009||s!=="distribute")return super.set(e,t)}else if(i==="final")return super.set(e,t)}};Ut.names=["justify-content","flex-pack","box-pack"];Ut.oldValues={"flex-end":"end","flex-start":"start","space-between":"justify","space-around":"distribute"};qg.exports=Ut});var Mg=w((N3,Rg)=>{l();var OC=D(),Wo=class extends OC{set(e,t){let i=e.value.toLowerCase();return t==="-webkit-"&&!i.includes(" ")&&i!=="contain"&&i!=="cover"&&(e.value=e.value+" "+e.value),super.set(e,t)}};Wo.names=["background-size"];Rg.exports=Wo});var Ng=w((F3,Lg)=>{l();var EC=D(),Go=Ze(),Ho=class extends EC{insert(e,t,i){if(t!=="-ms-")return super.insert(e,t,i);let s=Go.parse(e),[n,a]=Go.translate(s,0,1);s[0]&&s[0].includes("span")&&(a=s[0].join("").replace(/\D/g,"")),[[e.prop,n],[`${e.prop}-span`,a]].forEach(([u,f])=>{Go.insertDecl(e,u,f)})}};Ho.names=["grid-row","grid-column"];Lg.exports=Ho});var zg=w((B3,Bg)=>{l();var TC=D(),{prefixTrackProp:Fg,prefixTrackValue:PC,autoplaceGridItems:DC,getGridGap:qC,inheritGridGap:IC}=Ze(),RC=co(),Yo=class extends TC{prefixed(e,t){return t==="-ms-"?Fg({prop:e,prefix:t}):super.prefixed(e,t)}normalize(e){return e.replace(/^grid-(rows|columns)/,"grid-template-$1")}insert(e,t,i,s){if(t!=="-ms-")return super.insert(e,t,i);let{parent:n,prop:a,value:o}=e,u=a.includes("rows"),f=a.includes("columns"),c=n.some(k=>k.prop==="grid-template"||k.prop==="grid-template-areas");if(c&&u)return!1;let d=new RC({options:{}}),p=d.gridStatus(n,s),h=qC(e);h=IC(e,h)||h;let y=u?h.row:h.column;(p==="no-autoplace"||p===!0)&&!c&&(y=null);let x=PC({value:o,gap:y});e.cloneBefore({prop:Fg({prop:a,prefix:t}),value:x});let b=n.nodes.find(k=>k.prop==="grid-auto-flow"),v="row";if(b&&!d.disabled(b,s)&&(v=b.value.trim()),p==="autoplace"){let k=n.nodes.find(P=>P.prop==="grid-template-rows");if(!k&&c)return;if(!k&&!c){e.warn(s,"Autoplacement does not work without grid-template-rows property");return}!n.nodes.find(P=>P.prop==="grid-template-columns")&&!c&&e.warn(s,"Autoplacement does not work without grid-template-columns property"),f&&!c&&DC(e,s,h,v)}}};Yo.names=["grid-template-rows","grid-template-columns","grid-rows","grid-columns"];Bg.exports=Yo});var jg=w((z3,$g)=>{l();var MC=D(),Qo=class extends MC{check(e){return!e.value.includes("flex-")&&e.value!=="baseline"}prefixed(e,t){return t+"grid-column-align"}normalize(){return"justify-self"}};Qo.names=["grid-column-align"];$g.exports=Qo});var Vg=w(($3,Ug)=>{l();var LC=D(),Jo=class extends LC{prefixed(e,t){return t+"scroll-chaining"}normalize(){return"overscroll-behavior"}set(e,t){return e.value==="auto"?e.value="chained":(e.value==="none"||e.value==="contain")&&(e.value="none"),super.set(e,t)}};Jo.names=["overscroll-behavior","scroll-chaining"];Ug.exports=Jo});var Hg=w((j3,Gg)=>{l();var NC=D(),{parseGridAreas:FC,warnMissedAreas:BC,prefixTrackProp:zC,prefixTrackValue:Wg,getGridGap:$C,warnGridGap:jC,inheritGridGap:UC}=Ze();function VC(r){return r.trim().slice(1,-1).split(/["']\s*["']?/g)}var Xo=class extends NC{insert(e,t,i,s){if(t!=="-ms-")return super.insert(e,t,i);let n=!1,a=!1,o=e.parent,u=$C(e);u=UC(e,u)||u,o.walkDecls(/-ms-grid-rows/,d=>d.remove()),o.walkDecls(/grid-template-(rows|columns)/,d=>{if(d.prop==="grid-template-rows"){a=!0;let{prop:p,value:h}=d;d.cloneBefore({prop:zC({prop:p,prefix:t}),value:Wg({value:h,gap:u.row})})}else n=!0});let f=VC(e.value);n&&!a&&u.row&&f.length>1&&e.cloneBefore({prop:"-ms-grid-rows",value:Wg({value:`repeat(${f.length}, auto)`,gap:u.row}),raws:{}}),jC({gap:u,hasColumns:n,decl:e,result:s});let c=FC({rows:f,gap:u});return BC(c,e,s),e}};Xo.names=["grid-template-areas"];Gg.exports=Xo});var Qg=w((U3,Yg)=>{l();var WC=D(),Ko=class extends WC{set(e,t){return t==="-webkit-"&&(e.value=e.value.replace(/\s*(right|left)\s*/i,"")),super.set(e,t)}};Ko.names=["text-emphasis-position"];Yg.exports=Ko});var Xg=w((V3,Jg)=>{l();var GC=D(),Zo=class extends GC{set(e,t){return e.prop==="text-decoration-skip-ink"&&e.value==="auto"?(e.prop=t+"text-decoration-skip",e.value="ink",e):super.set(e,t)}};Zo.names=["text-decoration-skip-ink","text-decoration-skip"];Jg.exports=Zo});var iy=w((W3,ry)=>{l();"use strict";ry.exports={wrap:Kg,limit:Zg,validate:ey,test:el,curry:HC,name:ty};function Kg(r,e,t){var i=e-r;return((t-r)%i+i)%i+r}function Zg(r,e,t){return Math.max(r,Math.min(e,t))}function ey(r,e,t,i,s){if(!el(r,e,t,i,s))throw new Error(t+" is outside of range ["+r+","+e+")");return t}function el(r,e,t,i,s){return!(te||s&&t===e||i&&t===r)}function ty(r,e,t,i){return(t?"(":"[")+r+","+e+(i?")":"]")}function HC(r,e,t,i){var s=ty.bind(null,r,e,t,i);return{wrap:Kg.bind(null,r,e),limit:Zg.bind(null,r,e),validate:function(n){return ey(r,e,n,t,i)},test:function(n){return el(r,e,n,t,i)},toString:s,name:s}}});var ay=w((G3,ny)=>{l();var tl=Vr(),YC=iy(),QC=Rt(),JC=ce(),XC=Z(),sy=/top|left|right|bottom/gi,Ne=class extends JC{replace(e,t){let i=tl(e);for(let s of i.nodes)if(s.type==="function"&&s.value===this.name)if(s.nodes=this.newDirection(s.nodes),s.nodes=this.normalize(s.nodes),t==="-webkit- old"){if(!this.oldWebkit(s))return!1}else s.nodes=this.convertDirection(s.nodes),s.value=t+s.value;return i.toString()}replaceFirst(e,...t){return t.map(s=>s===" "?{type:"space",value:s}:{type:"word",value:s}).concat(e.slice(1))}normalizeUnit(e,t){return`${parseFloat(e)/t*360}deg`}normalize(e){if(!e[0])return e;if(/-?\d+(.\d+)?grad/.test(e[0].value))e[0].value=this.normalizeUnit(e[0].value,400);else if(/-?\d+(.\d+)?rad/.test(e[0].value))e[0].value=this.normalizeUnit(e[0].value,2*Math.PI);else if(/-?\d+(.\d+)?turn/.test(e[0].value))e[0].value=this.normalizeUnit(e[0].value,1);else if(e[0].value.includes("deg")){let t=parseFloat(e[0].value);t=YC.wrap(0,360,t),e[0].value=`${t}deg`}return e[0].value==="0deg"?e=this.replaceFirst(e,"to"," ","top"):e[0].value==="90deg"?e=this.replaceFirst(e,"to"," ","right"):e[0].value==="180deg"?e=this.replaceFirst(e,"to"," ","bottom"):e[0].value==="270deg"&&(e=this.replaceFirst(e,"to"," ","left")),e}newDirection(e){if(e[0].value==="to"||(sy.lastIndex=0,!sy.test(e[0].value)))return e;e.unshift({type:"word",value:"to"},{type:"space",value:" "});for(let t=2;t0&&(e[0].value==="to"?this.fixDirection(e):e[0].value.includes("deg")?this.fixAngle(e):this.isRadial(e)&&this.fixRadial(e)),e}fixDirection(e){e.splice(0,2);for(let t of e){if(t.type==="div")break;t.type==="word"&&(t.value=this.revertDirection(t.value))}}fixAngle(e){let t=e[0].value;t=parseFloat(t),t=Math.abs(450-t)%360,t=this.roundFloat(t,3),e[0].value=`${t}deg`}fixRadial(e){let t=[],i=[],s,n,a,o,u;for(o=0;o{l();var KC=Rt(),ZC=ce();function oy(r){return new RegExp(`(^|[\\s,(])(${r}($|[\\s),]))`,"gi")}var rl=class extends ZC{regexp(){return this.regexpCache||(this.regexpCache=oy(this.name)),this.regexpCache}isStretch(){return this.name==="stretch"||this.name==="fill"||this.name==="fill-available"}replace(e,t){return t==="-moz-"&&this.isStretch()?e.replace(this.regexp(),"$1-moz-available$3"):t==="-webkit-"&&this.isStretch()?e.replace(this.regexp(),"$1-webkit-fill-available$3"):super.replace(e,t)}old(e){let t=e+this.name;return this.isStretch()&&(e==="-moz-"?t="-moz-available":e==="-webkit-"&&(t="-webkit-fill-available")),new KC(this.name,t,t,oy(t))}add(e,t){if(!(e.prop.includes("grid")&&t!=="-webkit-"))return super.add(e,t)}};rl.names=["max-content","min-content","fit-content","fill","fill-available","stretch"];ly.exports=rl});var py=w((Y3,cy)=>{l();var fy=Rt(),e_=ce(),il=class extends e_{replace(e,t){return t==="-webkit-"?e.replace(this.regexp(),"$1-webkit-optimize-contrast"):t==="-moz-"?e.replace(this.regexp(),"$1-moz-crisp-edges"):super.replace(e,t)}old(e){return e==="-webkit-"?new fy(this.name,"-webkit-optimize-contrast"):e==="-moz-"?new fy(this.name,"-moz-crisp-edges"):super.old(e)}};il.names=["pixelated"];cy.exports=il});var hy=w((Q3,dy)=>{l();var t_=ce(),sl=class extends t_{replace(e,t){let i=super.replace(e,t);return t==="-webkit-"&&(i=i.replace(/("[^"]+"|'[^']+')(\s+\d+\w)/gi,"url($1)$2")),i}};sl.names=["image-set"];dy.exports=sl});var gy=w((J3,my)=>{l();var r_=ue().list,i_=ce(),nl=class extends i_{replace(e,t){return r_.space(e).map(i=>{if(i.slice(0,+this.name.length+1)!==this.name+"(")return i;let s=i.lastIndexOf(")"),n=i.slice(s+1),a=i.slice(this.name.length+1,s);if(t==="-webkit-"){let o=a.match(/\d*.?\d+%?/);o?(a=a.slice(o[0].length).trim(),a+=`, ${o[0]}`):a+=", 0.5"}return t+this.name+"("+a+")"+n}).join(" ")}};nl.names=["cross-fade"];my.exports=nl});var wy=w((X3,yy)=>{l();var s_=re(),n_=Rt(),a_=ce(),al=class extends a_{constructor(e,t){super(e,t);e==="display-flex"&&(this.name="flex")}check(e){return e.prop==="display"&&e.value===this.name}prefixed(e){let t,i;return[t,e]=s_(e),t===2009?this.name==="flex"?i="box":i="inline-box":t===2012?this.name==="flex"?i="flexbox":i="inline-flexbox":t==="final"&&(i=this.name),e+i}replace(e,t){return this.prefixed(t)}old(e){let t=this.prefixed(e);if(!!t)return new n_(this.name,t)}};al.names=["display-flex","inline-flex"];yy.exports=al});var vy=w((K3,by)=>{l();var o_=ce(),ol=class extends o_{constructor(e,t){super(e,t);e==="display-grid"&&(this.name="grid")}check(e){return e.prop==="display"&&e.value===this.name}};ol.names=["display-grid","inline-grid"];by.exports=ol});var ky=w((Z3,xy)=>{l();var l_=ce(),ll=class extends l_{constructor(e,t){super(e,t);e==="filter-function"&&(this.name="filter")}};ll.names=["filter","filter-function"];xy.exports=ll});var Ay=w((eD,_y)=>{l();var Sy=Gr(),q=D(),Cy=wh(),u_=Sh(),f_=co(),c_=jh(),ul=Ke(),Vt=Mt(),p_=Jh(),Pe=ce(),Wt=Z(),d_=Kh(),h_=em(),m_=rm(),g_=sm(),y_=um(),w_=pm(),b_=hm(),v_=gm(),x_=wm(),k_=vm(),S_=km(),C_=Cm(),__=Am(),A_=Em(),O_=Pm(),E_=Im(),T_=Mm(),P_=Fm(),D_=zm(),q_=jm(),I_=Wm(),R_=Hm(),M_=Jm(),L_=Km(),N_=eg(),F_=rg(),B_=sg(),z_=og(),$_=ug(),j_=cg(),U_=dg(),V_=mg(),W_=yg(),G_=bg(),H_=kg(),Y_=Cg(),Q_=Ag(),J_=Eg(),X_=Pg(),K_=Ig(),Z_=Mg(),eA=Ng(),tA=zg(),rA=jg(),iA=Vg(),sA=Hg(),nA=Qg(),aA=Xg(),oA=ay(),lA=uy(),uA=py(),fA=hy(),cA=gy(),pA=wy(),dA=vy(),hA=ky();Vt.hack(d_);Vt.hack(h_);Vt.hack(m_);Vt.hack(g_);q.hack(y_);q.hack(w_);q.hack(b_);q.hack(v_);q.hack(x_);q.hack(k_);q.hack(S_);q.hack(C_);q.hack(__);q.hack(A_);q.hack(O_);q.hack(E_);q.hack(T_);q.hack(P_);q.hack(D_);q.hack(q_);q.hack(I_);q.hack(R_);q.hack(M_);q.hack(L_);q.hack(N_);q.hack(F_);q.hack(B_);q.hack(z_);q.hack($_);q.hack(j_);q.hack(U_);q.hack(V_);q.hack(W_);q.hack(G_);q.hack(H_);q.hack(Y_);q.hack(Q_);q.hack(J_);q.hack(X_);q.hack(K_);q.hack(Z_);q.hack(eA);q.hack(tA);q.hack(rA);q.hack(iA);q.hack(sA);q.hack(nA);q.hack(aA);Pe.hack(oA);Pe.hack(lA);Pe.hack(uA);Pe.hack(fA);Pe.hack(cA);Pe.hack(pA);Pe.hack(dA);Pe.hack(hA);var fl=new Map,Yr=class{constructor(e,t,i={}){this.data=e,this.browsers=t,this.options=i,[this.add,this.remove]=this.preprocess(this.select(this.data)),this.transition=new u_(this),this.processor=new f_(this)}cleaner(){if(this.cleanerCache)return this.cleanerCache;if(this.browsers.selected.length){let e=new ul(this.browsers.data,[]);this.cleanerCache=new Yr(this.data,e,this.options)}else return this;return this.cleanerCache}select(e){let t={add:{},remove:{}};for(let i in e){let s=e[i],n=s.browsers.map(u=>{let f=u.split(" ");return{browser:`${f[0]} ${f[1]}`,note:f[2]}}),a=n.filter(u=>u.note).map(u=>`${this.browsers.prefix(u.browser)} ${u.note}`);a=Wt.uniq(a),n=n.filter(u=>this.browsers.isSelected(u.browser)).map(u=>{let f=this.browsers.prefix(u.browser);return u.note?`${f} ${u.note}`:f}),n=this.sort(Wt.uniq(n)),this.options.flexbox==="no-2009"&&(n=n.filter(u=>!u.includes("2009")));let o=s.browsers.map(u=>this.browsers.prefix(u));s.mistakes&&(o=o.concat(s.mistakes)),o=o.concat(a),o=Wt.uniq(o),n.length?(t.add[i]=n,n.length!n.includes(u)))):t.remove[i]=o}return t}sort(e){return e.sort((t,i)=>{let s=Wt.removeNote(t).length,n=Wt.removeNote(i).length;return s===n?i.length-t.length:n-s})}preprocess(e){let t={selectors:[],"@supports":new c_(Yr,this)};for(let s in e.add){let n=e.add[s];if(s==="@keyframes"||s==="@viewport")t[s]=new p_(s,n,this);else if(s==="@resolution")t[s]=new Cy(s,n,this);else if(this.data[s].selector)t.selectors.push(Vt.load(s,n,this));else{let a=this.data[s].props;if(a){let o=Pe.load(s,n,this);for(let u of a)t[u]||(t[u]={values:[]}),t[u].values.push(o)}else{let o=t[s]&&t[s].values||[];t[s]=q.load(s,n,this),t[s].values=o}}}let i={selectors:[]};for(let s in e.remove){let n=e.remove[s];if(this.data[s].selector){let a=Vt.load(s,n);for(let o of n)i.selectors.push(a.old(o))}else if(s==="@keyframes"||s==="@viewport")for(let a of n){let o=`@${a}${s.slice(1)}`;i[o]={remove:!0}}else if(s==="@resolution")i[s]=new Cy(s,n,this);else{let a=this.data[s].props;if(a){let o=Pe.load(s,[],this);for(let u of n){let f=o.old(u);if(f)for(let c of a)i[c]||(i[c]={}),i[c].values||(i[c].values=[]),i[c].values.push(f)}}else for(let o of n){let u=this.decl(s).old(s,o);if(s==="align-self"){let f=t[s]&&t[s].prefixes;if(f){if(o==="-webkit- 2009"&&f.includes("-webkit-"))continue;if(o==="-webkit-"&&f.includes("-webkit- 2009"))continue}}for(let f of u)i[f]||(i[f]={}),i[f].remove=!0}}}return[t,i]}decl(e){return fl.has(e)||fl.set(e,q.load(e)),fl.get(e)}unprefixed(e){let t=this.normalize(Sy.unprefixed(e));return t==="flex-direction"&&(t="flex-flow"),t}normalize(e){return this.decl(e).normalize(e)}prefixed(e,t){return e=Sy.unprefixed(e),this.decl(e).prefixed(e,t)}values(e,t){let i=this[e],s=i["*"]&&i["*"].values,n=i[t]&&i[t].values;return s&&n?Wt.uniq(s.concat(n)):s||n||[]}group(e){let t=e.parent,i=t.index(e),{length:s}=t.nodes,n=this.unprefixed(e.prop),a=(o,u)=>{for(i+=o;i>=0&&i{l();Oy.exports={"backface-visibility":{mistakes:["-ms-","-o-"],feature:"transforms3d",browsers:["ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1"]},"backdrop-filter":{feature:"css-backdrop-filter",browsers:["ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1"]},element:{props:["background","background-image","border-image","mask","list-style","list-style-image","content","mask-image"],feature:"css-element-function",browsers:["firefox 89"]},"user-select":{mistakes:["-khtml-"],feature:"user-select-none",browsers:["ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1"]},"background-clip":{feature:"background-clip-text",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},hyphens:{feature:"css-hyphens",browsers:["ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1"]},":fullscreen":{selector:!0,feature:"fullscreen",browsers:["and_chr 92","and_uc 12.12","safari 14.1"]},"::backdrop":{selector:!0,feature:"fullscreen",browsers:["and_chr 92","and_uc 12.12","safari 14.1"]},"::file-selector-button":{selector:!0,feature:"fullscreen",browsers:["safari 14.1"]},"tab-size":{feature:"css3-tabsize",browsers:["firefox 89"]},fill:{props:["width","min-width","max-width","height","min-height","max-height","inline-size","min-inline-size","max-inline-size","block-size","min-block-size","max-block-size","grid","grid-template","grid-template-rows","grid-template-columns","grid-auto-columns","grid-auto-rows"],feature:"intrinsic-width",browsers:["and_chr 92","chrome 91","chrome 92","edge 91","samsung 14.0"]},"fill-available":{props:["width","min-width","max-width","height","min-height","max-height","inline-size","min-inline-size","max-inline-size","block-size","min-block-size","max-block-size","grid","grid-template","grid-template-rows","grid-template-columns","grid-auto-columns","grid-auto-rows"],feature:"intrinsic-width",browsers:["and_chr 92","chrome 91","chrome 92","edge 91","samsung 14.0"]},stretch:{props:["width","min-width","max-width","height","min-height","max-height","inline-size","min-inline-size","max-inline-size","block-size","min-block-size","max-block-size","grid","grid-template","grid-template-rows","grid-template-columns","grid-auto-columns","grid-auto-rows"],feature:"intrinsic-width",browsers:["firefox 89"]},"fit-content":{props:["width","min-width","max-width","height","min-height","max-height","inline-size","min-inline-size","max-inline-size","block-size","min-block-size","max-block-size","grid","grid-template","grid-template-rows","grid-template-columns","grid-auto-columns","grid-auto-rows"],feature:"intrinsic-width",browsers:["firefox 89"]},"text-decoration-style":{feature:"text-decoration",browsers:["ios_saf 14.0-14.4","ios_saf 14.5-14.7"]},"text-decoration-color":{feature:"text-decoration",browsers:["ios_saf 14.0-14.4","ios_saf 14.5-14.7"]},"text-decoration-line":{feature:"text-decoration",browsers:["ios_saf 14.0-14.4","ios_saf 14.5-14.7"]},"text-decoration":{feature:"text-decoration",browsers:["ios_saf 14.0-14.4","ios_saf 14.5-14.7"]},"text-decoration-skip":{feature:"text-decoration",browsers:["ios_saf 14.0-14.4","ios_saf 14.5-14.7"]},"text-decoration-skip-ink":{feature:"text-decoration",browsers:["ios_saf 14.0-14.4","ios_saf 14.5-14.7"]},"text-size-adjust":{feature:"text-size-adjust",browsers:["ios_saf 14.0-14.4","ios_saf 14.5-14.7"]},"mask-clip":{feature:"css-masks",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},"mask-composite":{feature:"css-masks",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},"mask-image":{feature:"css-masks",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},"mask-origin":{feature:"css-masks",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},"mask-repeat":{feature:"css-masks",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},"mask-border-repeat":{feature:"css-masks",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},"mask-border-source":{feature:"css-masks",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},mask:{feature:"css-masks",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},"mask-position":{feature:"css-masks",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},"mask-size":{feature:"css-masks",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},"mask-border":{feature:"css-masks",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},"mask-border-outset":{feature:"css-masks",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},"mask-border-width":{feature:"css-masks",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},"mask-border-slice":{feature:"css-masks",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},"clip-path":{feature:"css-clip-path",browsers:["and_uc 12.12","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},"box-decoration-break":{feature:"css-boxdecorationbreak",browsers:["and_chr 92","chrome 91","chrome 92","edge 91","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},"@resolution":{feature:"css-media-resolution",browsers:["ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1"]},"border-inline-start":{feature:"css-logical-props",browsers:["and_uc 12.12"]},"border-inline-end":{feature:"css-logical-props",browsers:["and_uc 12.12"]},"margin-inline-start":{feature:"css-logical-props",browsers:["and_uc 12.12"]},"margin-inline-end":{feature:"css-logical-props",browsers:["and_uc 12.12"]},"padding-inline-start":{feature:"css-logical-props",browsers:["and_uc 12.12"]},"padding-inline-end":{feature:"css-logical-props",browsers:["and_uc 12.12"]},"border-block-start":{feature:"css-logical-props",browsers:["and_uc 12.12"]},"border-block-end":{feature:"css-logical-props",browsers:["and_uc 12.12"]},"margin-block-start":{feature:"css-logical-props",browsers:["and_uc 12.12"]},"margin-block-end":{feature:"css-logical-props",browsers:["and_uc 12.12"]},"padding-block-start":{feature:"css-logical-props",browsers:["and_uc 12.12"]},"padding-block-end":{feature:"css-logical-props",browsers:["and_uc 12.12"]},appearance:{feature:"css-appearance",browsers:["and_uc 12.12","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},"image-set":{props:["background","background-image","border-image","cursor","mask","mask-image","list-style","list-style-image","content"],feature:"css-image-set",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","samsung 14.0"]},"cross-fade":{props:["background","background-image","border-image","mask","list-style","list-style-image","content","mask-image"],feature:"css-cross-fade",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","samsung 14.0"]},"text-emphasis":{feature:"text-emphasis",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","samsung 14.0"]},"text-emphasis-position":{feature:"text-emphasis",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","samsung 14.0"]},"text-emphasis-style":{feature:"text-emphasis",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","samsung 14.0"]},"text-emphasis-color":{feature:"text-emphasis",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","samsung 14.0"]},":any-link":{selector:!0,feature:"css-any-link",browsers:["and_uc 12.12"]},isolate:{props:["unicode-bidi"],feature:"css-unicode-bidi",browsers:["ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1"]},"color-adjust":{feature:"css-color-adjust",browsers:["chrome 91","chrome 92","edge 91","safari 14.1"]}}});var Py=w((rD,Ty)=>{l();Ty.exports={}});var Ry=w((iD,Iy)=>{l();var mA=ao(),{agents:gA}=(ks(),xs),cl=sh(),yA=Ke(),wA=Ay(),bA=Ey(),vA=Py(),Dy={browsers:gA,prefixes:bA},qy=` + Replace Autoprefixer \`browsers\` option to Browserslist config. + Use \`browserslist\` key in \`package.json\` or \`.browserslistrc\` file. + + Using \`browsers\` option can cause errors. Browserslist config can + be used for Babel, Autoprefixer, postcss-normalize and other tools. + + If you really need to use option, rename it to \`overrideBrowserslist\`. + + Learn more at: + https://github.com/browserslist/browserslist#readme + https://twitter.com/browserslist + +`;function xA(r){return Object.prototype.toString.apply(r)==="[object Object]"}var pl=new Map;function kA(r,e){e.browsers.selected.length!==0&&(e.add.selectors.length>0||Object.keys(e.add).length>2||r.warn(`Autoprefixer target browsers do not need any prefixes.You do not need Autoprefixer anymore. +Check your Browserslist config to be sure that your targets are set up correctly. + + Learn more at: + https://github.com/postcss/autoprefixer#readme + https://github.com/browserslist/browserslist#readme + +`))}Iy.exports=Gt;function Gt(...r){let e;if(r.length===1&&xA(r[0])?(e=r[0],r=void 0):r.length===0||r.length===1&&!r[0]?r=void 0:r.length<=2&&(Array.isArray(r[0])||!r[0])?(e=r[1],r=r[0]):typeof r[r.length-1]=="object"&&(e=r.pop()),e||(e={}),e.browser)throw new Error("Change `browser` option to `overrideBrowserslist` in Autoprefixer");if(e.browserslist)throw new Error("Change `browserslist` option to `overrideBrowserslist` in Autoprefixer");e.overrideBrowserslist?r=e.overrideBrowserslist:e.browsers&&(typeof console!="undefined"&&console.warn&&(cl.red?console.warn(cl.red(qy.replace(/`[^`]+`/g,s=>cl.yellow(s.slice(1,-1))))):console.warn(qy)),r=e.browsers);let t={ignoreUnknownVersions:e.ignoreUnknownVersions,stats:e.stats,env:e.env};function i(s){let n=Dy,a=new yA(n.browsers,r,s,t),o=a.selected.join(", ")+JSON.stringify(e);return pl.has(o)||pl.set(o,new wA(n.prefixes,a,e)),pl.get(o)}return{postcssPlugin:"autoprefixer",prepare(s){let n=i({from:s.opts.from,env:e.env});return{OnceExit(a){kA(s,n),e.remove!==!1&&n.processor.remove(a,s),e.add!==!1&&n.processor.add(a,s)}}},info(s){return s=s||{},s.from=s.from||m.cwd(),vA(i(s))},options:e,browsers:r}}Gt.postcss=!0;Gt.data=Dy;Gt.defaults=mA.defaults;Gt.info=()=>Gt().info()});var My={};de(My,{default:()=>SA});var SA,Ly=C(()=>{l();SA=[]});var Fy={};de(Fy,{default:()=>CA});var Ny,CA,By=C(()=>{l();ti();Ny=Y(Yt()),CA=$e(Ny.default.theme)});var $y={};de($y,{default:()=>_A});var zy,_A,jy=C(()=>{l();ti();zy=Y(Yt()),_A=$e(zy.default)});function Uy(r,e){return{handler:r,config:e}}var Vy,Wy=C(()=>{l();Uy.withOptions=function(r,e=()=>({})){let t=function(i){return{__options:i,handler:r(i),config:e(i)}};return t.__isOptionsFunction=!0,t.__pluginFunction=r,t.__configFunction=e,t};Vy=Uy});var Gy={};de(Gy,{default:()=>AA});var AA,Hy=C(()=>{l();Wy();AA=Vy});l();"use strict";var OA=Fe(rh()),EA=Fe(ue()),TA=Fe(Ry()),PA=Fe((Ly(),My)),DA=Fe((By(),Fy)),qA=Fe((jy(),$y)),IA=Fe((Ds(),Nl)),RA=Fe((Hy(),Gy)),MA=Fe((jn(),Tf));function Fe(r){return r&&r.__esModule?r:{default:r}}console.warn("cdn.tailwindcss.com should not be used in production. To use Tailwind CSS in production, install it as a PostCSS plugin or use the Tailwind CLI: https://tailwindcss.com/docs/installation");var Cs="tailwind",dl="text/tailwindcss",Yy="/template.html",ft,Qy=!0,Jy=0,hl=new Set,ml,Xy="",Ky=(r=!1)=>({get(e,t){return(!r||t==="config")&&typeof e[t]=="object"&&e[t]!==null?new Proxy(e[t],Ky()):e[t]},set(e,t,i){return e[t]=i,(!r||t==="config")&&gl(!0),!0}});window[Cs]=new Proxy({config:{},defaultTheme:DA.default,defaultConfig:qA.default,colors:IA.default,plugin:RA.default,resolveConfig:MA.default},Ky(!0));function Zy(r){ml.observe(r,{attributes:!0,attributeFilter:["type"],characterData:!0,subtree:!0,childList:!0})}new MutationObserver(async r=>{let e=!1;if(!ml){ml=new MutationObserver(async()=>await gl(!0));for(let t of document.querySelectorAll(`style[type="${dl}"]`))Zy(t)}for(let t of r)for(let i of t.addedNodes)i.nodeType===1&&i.tagName==="STYLE"&&i.getAttribute("type")===dl&&(Zy(i),e=!0);await gl(e)}).observe(document.documentElement,{attributes:!0,attributeFilter:["class"],childList:!0,subtree:!0});async function gl(r=!1){r&&(Jy++,hl.clear());let e="";for(let i of document.querySelectorAll(`style[type="${dl}"]`))e+=i.textContent;let t=new Set;for(let i of document.querySelectorAll("[class]"))for(let s of i.classList)hl.has(s)||t.add(s);if(document.body&&(Qy||t.size>0||e!==Xy||!ft||!ft.isConnected)){for(let s of t)hl.add(s);Qy=!1,Xy=e,self[Yy]=Array.from(t).join(" ");let i=(0,EA.default)([(0,OA.default)({...window[Cs].config,_hash:Jy,content:[Yy],plugins:[...PA.default,...Array.isArray(window[Cs].config.plugins)?window[Cs].config.plugins:[]]}),(0,TA.default)({remove:!1})]).process(`@tailwind base;@tailwind components;@tailwind utilities;${e}`).css;(!ft||!ft.isConnected)&&(ft=document.createElement("style"),document.head.append(ft)),ft.textContent=i}}})(); +/*! https://mths.be/cssesc v3.0.0 by @mathias */ \ No newline at end of file diff --git a/public/vite.svg b/public/vite.svg new file mode 100644 index 0000000..e7b8dfb --- /dev/null +++ b/public/vite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/App.jsx b/src/App.jsx new file mode 100644 index 0000000..57f80a4 --- /dev/null +++ b/src/App.jsx @@ -0,0 +1,229 @@ +// import "./App.css"; +// import Input from "./component/Input/Input"; +// import Landing from "./component/Landing/Landing"; + +// function App() { +// return ( +//
+// +// {/* +// */} +//
+// ); +// } + +// export default App; + + + + + + + +////////////////////////////////default + +import { Suspense, useEffect, useMemo } from "react"; +import { config, menu, user } from "~/redux/actions"; +import { useLocation, useNavigate, useRoutes } from "react-router-dom"; +import Dialog from "~/components/Dialog"; +import ErrorBoundary from "~/components/ErrorBoundary"; +// import Footer from "~/components/Footer"; +// import Header from "~/components/Header"; +import Loading from "~/components/Loading"; +// import Menu from "~/components/Menu"; +import Theme from "~/components/Theme"; +import Toast from "~/components/Toast"; +import appconfig from "./config"; +import { connect } from "react-redux"; +import { motion } from "framer-motion"; +import routes from "~react-pages"; +// import ChangesLog from "./ChangesLog"; + +//router + +// import { BrowserRouter as Router } from "react-router-dom"; + +if (appconfig.base) + routes.forEach((e) => { + e.path = (appconfig.base + "/" + e.path).replace("//", "/"); + }); +const pageVariants = { + initial: { opacity: 0 }, + in: { opacity: 1 }, + out: { opacity: 0 }, +}; +const pageTransition = { + type: "slide", + ease: "linear", + duration: 0.5, +}; +const Root = ({ + user, + dialog, + menuList, + setDialog, + getMenuList, + themeName, + device, + setDevice, + ActiveRoleId, + setActiveRole, + setBottomSheet, + switchRole, + userRoleId, + hasMenu, + hasHeader, + setMenu, + setTheme, + themeColors, + login, + logout, +}) => { + const queryParams = Object.fromEntries( + new URLSearchParams(window.location.search) + ); + const navigate = useNavigate(); + const location = useLocation(); + // FIXME + useMemo(async () => { + setMenu(true); + if (user) getMenuList(); + }, [user, ActiveRoleId]); + useEffect(() => { + if (!location.pathname.includes("wiki") && user && menuList.length < 2) + getMenuList(); + }, [location.pathname]); + let multyRole = user?.userRoles?.length > 1; + // console.log({ Location, user, ActiveRoleId, multyRole }); + if (user && user.passwordHealth?.message) { + let Location = location.pathname.split("/")[appconfig.base ? 2 : 1]; + if (!Location.includes("renewPassword")) + navigate(appconfig.base + "/renewPassword", { replace: true }); + } + let Location = location.pathname.split("/")[appconfig.base ? 2 : 1]; + const publics = ["landing"]; + const publicsOnly = ["login", "guilds", "clients", "help"]; + const isPublicOnly = publicsOnly.includes(Location); + const isPublic = publics.includes(Location); + useEffect(() => { + if (!queryParams.code && !user && ActiveRoleId != undefined) { + login(); + } else { + // else if (!user && !ActiveRoleId) await logout(); + + if (!user && !isPublic && !isPublicOnly) { + if (!location.pathname.includes("logout")) + if (typeof location.search === "string") + window.sessionStorage.setItem( + "next", + location.pathname + (location.search || "") + ); + navigate(appconfig.base + "/login", { + replace: false, + }); + } else if ( + Location != "logout" && + user && + ActiveRoleId == undefined && + multyRole + ) { + navigate(appconfig.base + "/switchRole", { replace: true }); + } else if (user && isPublicOnly) { + let next = window.sessionStorage.getItem("next") || "/"; + window.sessionStorage.removeItem("next"); + navigate(appconfig.base + next); + } + } + }, [Location, user]); + return ( + +
+ {/* {hasMenu && ( + + )} */} +
+ {/* {hasHeader && ( +
+ )} */} + +
+ }> + + {useRoutes(routes)} + + +
+ {/*
*/} +
+
+ {/* */} + + +
+ ); +}; + +export default connect( + (state) => ({ + user: state.user.status, + dialog: state.config.dialog, + bottomSheet: state.config.bottomSheet, + menuList: state.menu.list, + themeName: state.config.themeName, + device: state.config.device, + hasMenu: state.config.menu, + hasHeader: state.config.header, + ActiveRoleId: state.user.ActiveRoleId, + userRoleId: state.user.userRoleId, + themeColors: state.config.themeColors, + }), + { + setDialog: config.setDialog, + setBottomSheet: config.setBottomSheet, + getMenuList: menu.list, + setDevice: config.setDevice, + setActiveRole: user.setActiveRoleId, + switchRole: user.switchRole, + setMenu: config.setMenu, + setTheme: config.setTheme, + getProfile: user.getProfile, + login: user.login, + logout: user.logout, + } +)(Root); diff --git a/src/App.scss b/src/App.scss new file mode 100644 index 0000000..a1708db --- /dev/null +++ b/src/App.scss @@ -0,0 +1,55 @@ +@import "./iconsax.css"; + #root { + /* max-width: 1280px; */ + margin: 0 auto; + direction: rtl; +} +@font-face { + font-family: iransans; + src: url("/font/3.ttf"); +} + +@font-face { + font-family: font-1; + src: url("/font/1.ttf"); +} + +@font-face { + font-family: font-2; + src: url("/font/2.ttf"); +} + +@font-face { + font-family: font-3; + src: url("/font/3.ttf"); +} + +@font-face { + font-family: font-4; + src: url("/font/4.ttf"); +} + +@font-face { + font-family: font-5; + src: url("/font/5.ttf"); +} + +@font-face { + font-family: font-6; + src: url("/font/6.ttf"); +} + +@font-face { + font-family: font-7; + src: url("/font/7.ttf"); +} + +@font-face { + font-family: font-8; + src: url("/font/8.ttf"); +} + +@font-face { + font-family: font-9; + src: url("/font/9.ttf"); +} \ No newline at end of file diff --git a/src/components/BottomSheet.jsx b/src/components/BottomSheet.jsx new file mode 100644 index 0000000..92e480a --- /dev/null +++ b/src/components/BottomSheet.jsx @@ -0,0 +1,27 @@ +import { BottomSheet } from "react-spring-bottom-sheet"; + +const customBottomSheet = ({ + className, + cancel, + hidden, + children, + height, //= window.innerHeight / 2, +}) => { + return ( + [ + window.innerHeight / 6, + window.innerHeight / 2, + window.innerHeight * 0.95, + ]} + > + {children} + + ); +}; +export default customBottomSheet; diff --git a/src/components/Button.jsx b/src/components/Button.jsx new file mode 100644 index 0000000..f6ec350 --- /dev/null +++ b/src/components/Button.jsx @@ -0,0 +1,247 @@ +import React, { useEffect, useState, useRef } from "react"; +import { useNavigate } from "react-router-dom"; +import ContentEditable from "react-contenteditable"; + +//components +import Icon from "~/components/Icon"; +import Loading from "~/components/Loading"; +import appConfig from "~/config"; +const { redirects } = appConfig; +const downloadUrl = (file_path) => { + var a = window.document.createElement("A"); + a.href = file_path; + a.target = "_blank"; + a.download = file_path.substr(file_path.lastIndexOf("/") + 1); + window.document.body.appendChild(a); + a.click(); + window.document.body.removeChild(a); +}; +const Button = ({ + id, + badge, + tabIndex, + draggable, + onDragStart, + style, + text, + link, + icon, + iconColor, + iconSize, + iconSet, + iconClassName, + disabled, + scale, + surface, + title, + primary, + outline, + action, + loading: loading_, + className, + children, + + textClassName, + progress, + dropdown, + hoverDropdown, + refAction = () => {}, + ref, + editable, + onChange, + inputRef, + target, + badgeCalssName, + dropdownClassName, + dpClassName, +}) => { + const dropdownRef = useRef(); + if (editable) { + link = undefined; + action = undefined; + } + if (ref && !refAction) refAction = ref; + const navigate = useNavigate(); + const [menu, setMenu] = useState(false); + const [loading, setLoading] = useState(loading_); + const outsideClick = (event) => { + if (dropdownRef.current && !dropdownRef.current.contains(event.target)) { + event.preventDefault(); + setMenu(false); + } + }; + useEffect(() => { + if (menu) document.addEventListener("mousedown", outsideClick); + else document.removeEventListener("mousedown", outsideClick); + }, [menu]); + useEffect(() => { + setLoading(loading_); + }, [loading_]); + + className = className || ""; + if (outline) + className += " border border-primary text-primary hover:bg-surface"; + if (primary) { + if (!className.includes("bg-")) + className += " font-6 bg-primary hover:brightness-90"; + className += ` text-primaryText `; + // primaryColor = "text-primaryText"; + } + + if (surface) className += ` bg-surface text-surfaceText `; + if (disabled) className += ` grayscale opacity-80`; + if (scale) className += ` hover:scale-105`; + if (!className.includes("justify")) className += ` justify-center`; + if (!className.includes("rounded")) className += ` rounded-md`; + const doAction = async (e) => { + setLoading(true); + if (!menu && action) await action(e); + if (dropdown) setMenu(true); + setLoading(false); + }; + let timer; + let Container = !dropdown ? React.Fragment : DropdownContainer; + return ( + + + {dropdown ? ( +
+ +
+ ) : null} +
+ ); +}; + +const DropdownContainer = ({ children }) => { + return
{children}
; +}; + +export default Button; diff --git a/src/components/Dialog.jsx b/src/components/Dialog.jsx new file mode 100644 index 0000000..f4d7e74 --- /dev/null +++ b/src/components/Dialog.jsx @@ -0,0 +1,166 @@ +import React,{useState} from "react"; +//components +import Button from "~/components/Button"; +import Icon from "~/components/Icon"; +import BottomSheet from "~/components/BottomSheet"; + +export const Dialog = ({ dialog, setDialog }) => { + + const [boxAnimation, setBoxAnimation] = useState(false); + if (!dialog.open) return null; + let { + text, + type = "confirm", + accept, + children, + className, + action, + cancel, + loading, + progress, + footer, + icon, + iconColor, + } = dialog; + accept = accept || action; + React.useEffect(() => { + setTimeout(() => { + setBoxAnimation(true); + }, 200); + + return () => { + setBoxAnimation(false); + }; + }, []); + + const exit = React.useCallback( + (e) => { + cancel && cancel(); + setDialog({ ...dialog, open: !dialog.open }); + e.stopPropagation(); + }, + [dialog, setDialog] + ); + + const acceptFunc = React.useCallback(() => { + accept(); + setDialog({ ...dialog, open: !dialog.open }); + // e.stopPropagation(); + }, [dialog, setDialog, accept]); + + return ( + <> +
exit(e)} + > +
e.stopPropagation()} + > +
+
+ {icon && } {text} +
+ {children} +
+
+ {footer &&
{footer}
} + {type === "confirm" && ( +
+
+ )} + {type === "alert" && ( +
+
+ )} +
+
+
+ + + ); +}; + +export default Dialog; diff --git a/src/components/ErrorBoundary.jsx b/src/components/ErrorBoundary.jsx new file mode 100644 index 0000000..118146c --- /dev/null +++ b/src/components/ErrorBoundary.jsx @@ -0,0 +1,80 @@ +import React from "react"; +import Button from "~/components/Button"; +import { connect } from "react-redux"; +import { publicApi } from "~/redux/actions"; +import appConfig from "~/config"; + +const { version } = appConfig; +const agent = window.navigator.userAgent; +class ErrorBoundary extends React.Component { + constructor(props) { + super(props); + this.state = { error: false }; + } + static getDerivedStateFromError(error) { + return { error }; + } + render() { + if (this.state.error) { + let errors = this.state.error.stack.split("\n"); + if (errors[0].includes("dynamically imported")) { + window.location.reload(true); + return null; + } // .filter((e) => !e.includes("node_module")); + return ( +
+
+
خطای نمایشی
+
+ متاسفانه برای نمایش اطلاعات این صفحه خطایی وجود دارد + {/* {errors[0].replace("ReferenceError:", "")} */} +
+ {/*
+ {errors.slice(1).map((e, i) => ( +
+ {e} +
+ ))} */} +
+
+
+
+
+ ); + } + return this.props.children; + } +} + +export default connect( + (state) => ({ + loading: state.publicApi.loading, + }), + { report: publicApi.report } +)(ErrorBoundary); diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx new file mode 100644 index 0000000..f8e9b5e --- /dev/null +++ b/src/components/Footer.jsx @@ -0,0 +1,11 @@ +import React from "react"; +import CopyRight from "~/components/CopyRight"; +const Footer = ({ user, location }) => { + return ( +
+ {/*
بخش فوتر
*/} + +
+ ); +}; +export default Footer; diff --git a/src/components/Icon.jsx b/src/components/Icon.jsx new file mode 100644 index 0000000..88b3158 --- /dev/null +++ b/src/components/Icon.jsx @@ -0,0 +1,30 @@ +import { Iconly } from "react-iconly"; +import icons, { iconlyList } from "~/icons"; + +const Icon = ({ name, size = 24, variant, color, className, title }) => { + let primaryColor = "var(--primary)"; + let iconSaxSet = new Set(icons); + if (iconlyList[name]) + return ( + + ); + if (iconSaxSet.has(name)) { + return ( + + ); + } + // console.log(name); + return {name}; +}; +export default Icon; diff --git a/src/components/Input.jsx b/src/components/Input.jsx new file mode 100644 index 0000000..8b88978 --- /dev/null +++ b/src/components/Input.jsx @@ -0,0 +1,9 @@ +function Input({ type, placeholder ,className}) { + return ( +
+ +
+ ); +} + +export default Input; diff --git a/src/components/Loading.jsx b/src/components/Loading.jsx new file mode 100644 index 0000000..c2511c6 --- /dev/null +++ b/src/components/Loading.jsx @@ -0,0 +1,36 @@ +import React from "react"; +import TopBarProgress from "react-topbar-progress-indicator"; +import Loading from "react-loading"; +TopBarProgress.config({ + barColors: { + 0: "#3C58EA", + 0.5: "#0dbe94", + 1: "#3C58EA", + }, + shadowBlur: 1, +}); +const myLoading = ({ text, color, size, className, textClassName }) => { + size = size || 20; + color = color || "var(--primary)"; + return ( +
+ + + {typeof text == "string" ? text : "در حال پردازش و دریافت اطلاعات ..."} + + +
+ ); +}; + +export default myLoading; diff --git a/src/components/Theme.jsx b/src/components/Theme.jsx new file mode 100644 index 0000000..a25ae99 --- /dev/null +++ b/src/components/Theme.jsx @@ -0,0 +1,65 @@ +import _ from "lodash"; +import { useMemo } from "react"; +import { IconlyProvider } from "react-iconly"; +import { useEffect } from "react"; + +const root = document.querySelector(":root"); +function hexToRgb(hex) { + var result = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(hex); + return result + ? [ + parseInt(result[1], 16), + + parseInt(result[2], 16), + + parseInt(result[3], 16), + ] + : []; +} +const Theme = ({ themeColors, children, themeName, device, setDevice }) => { + useEffect(() => { + const activeTheme = themeColors[themeName]; + for (let k in activeTheme) root.style.setProperty(k, activeTheme[k]); + for (let k in activeTheme) + root.style.setProperty( + k + "RGB", + `${hexToRgb(activeTheme[k]).join(",")}` + ); + window.localStorage.setItem("themeName", themeName); + }, [themeName]); + + const checkSize = () => { + const width = window.innerWidth; + if (width <= 640) { + if (device !== "mobile") setDevice("mobile"); + } else if (width <= 1024) { + if (device !== "tablet") setDevice("tablet"); + } else { + if (device !== "desktop") setDevice("desktop"); + } + document.documentElement.style.setProperty( + "--vh", + window.innerHeight * 0.01 + "px" + ); + }; + window.addEventListener("resize", _.debounce(checkSize, 300)); + useMemo(checkSize, []); + return ( +
+ +
+ {children} +
+
+
+ ); +}; +export default Theme; diff --git a/src/components/Toast.jsx b/src/components/Toast.jsx new file mode 100644 index 0000000..3cfaf49 --- /dev/null +++ b/src/components/Toast.jsx @@ -0,0 +1,23 @@ +import React from "react"; +import { ToastContainer, Slide } from "react-toastify"; +const Toast = () => { + return ( + + + + ); +}; +export default Toast; diff --git a/src/config.js b/src/config.js new file mode 100644 index 0000000..a36c8e3 --- /dev/null +++ b/src/config.js @@ -0,0 +1,20 @@ +const config = { + apiKey: "AIzaSyBBksq-Asxq2M4Ot-75X19IyrEYJqNBPcg", + authDomain: ["sameh.behdasht.gov.ir", "localhost:8000"], + testUrl: "https://sameh.behdasht.gov.ir/beta/api/v2/", + baseUrl: "https://sameh.behdasht.gov.ir/api/v2/", + title: "سامانه جامع سلامت الکترونیک محیط و حرفه‌ای", + subtitle: "", + base: "", + TTL: 360, + redirects: { + "/task/inbox": "/task", + "/task/draft": "/task", + "/task/sender": "/task", + "/task/expired": "/task", + "/log/nationalId": "/healthcard/nationalId", + "/user/log": "/log/user", + "/healthCard/university_stats": "/healthcard/report", + }, +}; +export default config; diff --git a/src/icons.js b/src/icons.js new file mode 100644 index 0000000..60de463 --- /dev/null +++ b/src/icons.js @@ -0,0 +1,3793 @@ +const icons = [ + "3angle-warning", + "duble-tick", + "call-minus4", + "call-outgoing4", + "call-received4", + "call-remove4", + "call-slash4", + "camera4", + "camera-slash4", + "candle4", + "candle-24", + "car4", + "card4", + "card-add4", + "card-coin4", + "card-edit4", + "card-pos4", + "card-receive4", + "card-remove4", + "card-remove-14", + "cards4", + "card-send4", + "card-slash4", + "card-tick4", + "card-tick-14", + "category4", + "category-24", + "cd4", + "chart4", + "chart-14", + "chart-25", + "chart-34", + "chart-214", + "chart-fail2", + "chart-square4", + "chart-success4", + "check4", + "chrome4", + "clipboard4", + "clipboard-close4", + "clipboard-export4", + "clipboard-import4", + "clipboard-text4", + "clipboard-tick4", + "clock4", + "clock-14", + "close-circle4", + "close-square4", + "cloud4", + "cloud-add4", + "cloud-change4", + "cloud-connection4", + "cloud-cross4", + "cloud-drizzle4", + "cloud-fog4", + "cloud-lightning4", + "cloud-minus4", + "cloud-notif4", + "cloud-plus4", + "cloud-remove4", + "cloud-snow4", + "cloud-sunny4", + "code4", + "code-14", + "code-circle4", + "coffee4", + "coin4", + "coin-14", + "colorfilter4", + "colors-square4", + "color-swatch4", + "command4", + "command-square4", + "component4", + "computing4", + "convert4", + "convert-3d-cube4", + "convert-card4", + "convertshape4", + "convertshape-24", + "copy4", + "copyright4", + "copy-success4", + "courthouse4", + "cpu4", + "cpu-charge4", + "cpu-setting4", + "creative-commons4", + "crop4", + "crown4", + "crown-14", + "cup4", + "danger4", + "data4", + "designtools4", + "device-message4", + "devices4", + "devices-13", + "diagram4", + "diamonds4", + "direct4", + "directbox-default4", + "directbox-notif4", + "directbox-receive4", + "directbox-send4", + "direct-down4", + "direct-inbox4", + "direct-left4", + "direct-normal4", + "direct-notification4", + "direct-right4", + "direct-send4", + "direct-up4", + "discount-circle4", + "discount-shape4", + "discover4", + "discover-13", + "dislike4", + "document4", + "document-14", + "document-cloud4", + "document-code4", + "document-code-24", + "document-copy4", + "document-download4", + "document-favorite4", + "document-filter4", + "document-forward4", + "document-like4", + "document-normal3", + "document-previous4", + "document-sketch4", + "document-text4", + "document-text-14", + "document-upload4", + "dollar-circle3", + "dollar-square4", + "driver4", + "driver-24", + "driver-refresh4", + "driving4", + "edit4", + "edit-24", + "electricity4", + "element-24", + "element-34", + "element-44", + "element-equal4", + "element-plus4", + "emoji-happy4", + "emoji-normal4", + "emoji-sad4", + "empty-wallet4", + "empty-wallet-add4", + "empty-wallet-change3", + "empty-wallet-remove4", + "empty-wallet-tick4", + "empty-wallet-time3", + "eraser4", + "eraser-14", + "export4", + "export-14", + "export-24", + "export-34", + "external-drive4", + "eye3", + "eye-slash4", + "fatrows4", + "favorite-chart4", + "filter4", + "filter-add4", + "filter-edit4", + "filter-remove4", + "filter-search4", + "filter-square4", + "filter-tick4", + "finger-cricle4", + "finger-scan4", + "firstline4", + "flag4", + "flag-24", + "flash4", + "flash-14", + "flash-circle4", + "flash-circle-14", + "flash-slash4", + "folder4", + "folder-24", + "folder-add4", + "folder-cloud4", + "folder-connection4", + "folder-cross4", + "notebook", + "folder-favorite4", + "folder-minus4", + "folder-open4", + "forbidden4", + "forbidden-24", + "format-circle4", + "format-square4", + "forward4", + "forward-5-seconds4", + "forward-10-seconds4", + "forward-15-seconds4", + "forward-item4", + "forward-square4", + "frame4", + "frame-14", + "frame-24", + "frame-34", + "frame-44", + "gallery4", + "gallery-add4", + "gallery-edit4", + "gallery-export3", + "gallery-favorite4", + "gallery-import4", + "gallery-remove4", + "gallery-slash4", + "gallery-tick4", + "game4", + "gameboy4", + "gas-station3", + "gemini4", + "gemini-24", + "ghost4", + "gift4", + "glass4", + "glass-14", + "global4", + "global-edit4", + "global-refresh4", + "global-search4", + "gps4", + "gps-slash4", + "grammerly4", + "graph4", + "grid-14", + "grid-24", + "grid-34", + "grid-44", + "grid-54", + "grid-64", + "grid-74", + "grid-84", + "grid-94", + "grid-edit4", + "grid-eraser4", + "grid-lock4", + "happyemoji4", + "hashtag4", + "hashtag-14", + "hashtag-down4", + "hashtag-up4", + "headphone4", + "headphones4", + "health4", + "heart4", + "heart-add4", + "heart-circle4", + "heart-edit4", + "heart-remove4", + "heart-search4", + "heart-slash4", + "heart-tick4", + "hierarchy4", + "hierarchy-24", + "hierarchy-34", + "hierarchy-square4", + "hierarchy-square-24", + "hierarchy-square-34", + "home4", + "home-14", + "home-24", + "home-hashtag4", + "home-trend-down4", + "home-trend-up4", + "home-wifi4", + "hospital4", + "house4", + "house-24", + "icon3", + "image4", + "import4", + "import-14", + "import-24", + "info-circle4", + "information4", + "instagram4", + "judge4", + "kanban3", + "key4", + "keyboard4", + "keyboard-open4", + "key-square4", + "lamp4", + "lamp-14", + "lamp-charge4", + "lamp-on4", + "lamp-slash4", + "language-circle4", + "language-square4", + "layer4", + "level4", + "lifebuoy4", + "like4", + "like-14", + "like-dislike4", + "like-shapes4", + "like-tag4", + "link4", + "link-14", + "link-25", + "link-214", + "link-circle4", + "link-square4", + "location4", + "location-add4", + "location-cross4", + "location-minus4", + "location-slash4", + "location-tick4", + "lock4", + "lock-14", + "lock-circle4", + "lock-slash4", + "login4", + "login-14", + "logout4", + "logout-14", + "lovely4", + "magicpen4", + "magic-star4", + "main-component4", + "man4", + "map4", + "map-14", + "mask4", + "mask-14", + "mask-24", + "math4", + "maximize4", + "maximize-14", + "maximize-25", + "maximize-34", + "maximize-44", + "maximize-214", + "maximize-circle3", + "medal4", + "medal-star4", + "menu4", + "menu-14", + "menu-board4", + "message4", + "message-24", + "message-add4", + "message-add-14", + "message-circle4", + "message-edit4", + "message-favorite4", + "message-minus4", + "message-notif4", + "message-programming4", + "message-question4", + "message-remove4", + "messages4", + "messages-14", + "messages-24", + "messages-34", + "message-search4", + "message-square4", + "message-text4", + "message-text-14", + "message-tick4", + "message-time4", + "microphone4", + "microphone-24", + "microphone-slash4", + "microphone-slash-14", + "microscope4", + "milk4", + "mini-music-sqaure4", + "minus4", + "minus-cirlce4", + "minus-square4", + "mirror4", + "mirroring-screen4", + "mobile4", + "mobile-programming4", + "money4", + "money-24", + "money-34", + "money-44", + "money-add4", + "money-change4", + "money-forbidden4", + "money-recive4", + "money-remove4", + "moneys4", + "money-send4", + "money-tick4", + "money-time4", + "monitor4", + "monitor-mobbile4", + "monitor-recorder4", + "moon4", + "more4", + "more-24", + "more-circle4", + "more-square4", + "mouse4", + "mouse-14", + "mouse-circle4", + "mouse-square4", + "music4", + "music-circle4", + "music-dashboard4", + "music-filter4", + "music-library-24", + "musicnote4", + "music-play4", + "music-playlist4", + "music-square4", + "music-square-add4", + "music-square-remove4", + "music-square-search4", + "next4", + "note4", + "note-14", + "note-25", + "note-214", + "note-add4", + "note-favorite4", + "note-remove4", + "note-square4", + "note-text4", + "notification4", + "notification-14", + "notification-bing4", + "notification-circle4", + "notification-favorite4", + "notification-status4", + "omega-circle4", + "omega-square4", + "paintbucket4", + "paperclip4", + "paperclip-24", + "password-check4", + "path4", + "path-24", + "path-square4", + "pause4", + "pause-circle4", + "pen-add4", + "pen-close4", + "pen-remove4", + "pen-tool4", + "pen-tool-24", + "people4", + "percentage-circle4", + "percentage-square4", + "personalcard4", + "pet4", + "pharagraphspacing4", + "picture-frame4", + "play4", + "play-add4", + "play-circle4", + "play-cricle4", + "play-remove4", + "presention-chart4", + "previous4", + "printer4", + "printer-slash4", + "profile-2user4", + "profile-add4", + "profile-circle4", + "profile-delete4", + "profile-remove4", + "profile-tick4", + "programming-arrow4", + "programming-arrows4", + "quote-down4", + "quote-down-circle4", + "quote-down-square4", + "quote-up4", + "quote-up-circle4", + "quote-up-square4", + "radar4", + "radar-14", + "radar-24", + "radio4", + "ram4", + "ram-24", + "ranking4", + "ranking-14", + "receipt4", + "receipt-14", + "receipt-24", + "receipt-2-14", + "receipt-add4", + "receipt-discount4", + "receipt-disscount4", + "receipt-edit4", + "receipt-item4", + "receipt-minus4", + "receipt-search4", + "receipt-square4", + "receipt-text4", + "received4", + "receive-square4", + "receive-square-24", + "record4", + "record-circle4", + "recovery-convert4", + "redo4", + "refresh4", + "refresh-circle4", + "refresh-left-square4", + "refresh-right-square4", + "refresh-square-24", + "repeat4", + "repeat-circle4", + "repeate-music4", + "repeate-one4", + "reserve4", + "rotate-left4", + "rotate-left-14", + "rotate-right4", + "rotate-right-14", + "route-square4", + "routing4", + "routing-24", + "row-horizontal4", + "row-vertical4", + "rulerpen4", + "ruler4", + "safe-home4", + "sagittarius4", + "save-24", + "save-add4", + "save-minus4", + "save-remove4", + "scan4", + "scan-barcode4", + "scanner4", + "scanning4", + "scissor4", + "scissor-14", + "screenmirroring4", + "scroll4", + "search-favorite4", + "search-favorite-14", + "search-normal4", + "search-normal-14", + "search-status4", + "search-status-14", + "search-zoom-in4", + "search-zoom-in-14", + "search-zoom-out4", + "search-zoom-out-14", + "security4", + "security-card4", + "security-safe4", + "security-time4", + "security-user4", + "send4", + "send-14", + "send-24", + "send-sqaure-24", + "send-square4", + "setting4", + "setting-24", + "setting-34", + "setting-44", + "setting-54", + "settings4", + "shapes4", + "shapes-14", + "share4", + "shield3", + "shield-cross4", + "shield-search4", + "shield-slash4", + "shield-tick4", + "ship4", + "shop4", + "shop-add4", + "shopping-bag4", + "shopping-cart4", + "shop-remove4", + "shuffle4", + "sidebar-bottom4", + "sidebar-left4", + "sidebar-right4", + "sidebar-top4", + "signpost4", + "simcard4", + "simcard-14", + "simcard-24", + "size4", + "slash4", + "slider4", + "slider-horizontal4", + "slider-horizontal-14", + "slider-vertical4", + "slider-vertical-14", + "smallcaps4", + "smart-car4", + "smart-home4", + "smileys4", + "sms4", + "sms-edit4", + "sms-notification4", + "sms-search4", + "sms-star4", + "sms-tracking4", + "sort4", + "sound4", + "speaker4", + "speedometer4", + "star4", + "star-14", + "star-slash4", + "status4", + "status-up4", + "sticker4", + "stickynote4", + "stop4", + "stop-circle4", + "story4", + "strongbox4", + "strongbox-24", + "subtitle4", + "sun4", + "sun-14", + "sun-fog4", + "tag4", + "tag-24", + "tag-cross4", + "tag-right4", + "tag-user4", + "task4", + "task-square4", + "teacher4", + "text4", + "textalign-center4", + "textalign-justifycenter4", + "textalign-justifyleft4", + "textalign-justifyright4", + "textalign-left4", + "textalign-right4", + "text-block4", + "text-bold4", + "text-italic4", + "text-underline4", + "tick-circle4", + "ticket4", + "ticket-24", + "ticket-discount4", + "ticket-expired4", + "ticket-star4", + "tick-square4", + "timer4", + "timer-14", + "timer-pause4", + "timer-start4", + "toggle-off4", + "toggle-off-circle4", + "toggle-on4", + "toggle-on-circle4", + "trade4", + "transaction-minus4", + "translate4", + "trash4", + "tree4", + "trend-down4", + "trend-up4", + "triangle4", + "truck3", + "truck-fast3", + "truck-remove2", + "truck-tick4", + "truck-time2", + "trush-square4", + "undo4", + "unlimited4", + "unlock4", + "user4", + "user-add4", + "user-cirlce-add4", + "user-edit4", + "user-minus4", + "user-octagon4", + "user-remove4", + "user-search4", + "user-square4", + "user-tag4", + "user-tick4", + "verify4", + "video4", + "video-add4", + "video-circle4", + "video-horizontal4", + "video-octagon4", + "video-play4", + "video-remove4", + "video-slash4", + "video-square4", + "video-tick4", + "video-time4", + "video-vertical4", + "voice-cricle4", + "voice-square4", + "volume-cross4", + "volume-high4", + "volume-low4", + "volume-low-14", + "volume-mute4", + "volume-slash4", + "volume-up4", + "wallet4", + "wallet-14", + "wallet-24", + "wallet-34", + "wallet-add4", + "wallet-add-14", + "wallet-check4", + "wallet-minus4", + "wallet-money4", + "wallet-remove4", + "wallet-search4", + "warning-24", + "watch4", + "watch-status4", + "weight4", + "weight-14", + "wifi4", + "wifi-square4", + "wind4", + "wind-24", + "woman4", + "dcube4", + "dcube5", + "d-cube-scan5", + "d-rotate5", + "d-square5", + "square5", + "support5", + "activity5", + "add5", + "add-circle5", + "additem5", + "add-square5", + "airdrop5", + "airplane5", + "airplane-square5", + "airpod5", + "airpods5", + "alarm5", + "align-bottom5", + "align-horizontally5", + "align-left5", + "align-right5", + "align-vertically5", + "aquarius5", + "archive5", + "archive-15", + "archive-24", + "archive-add5", + "archive-book5", + "archive-minus5", + "archive-slash5", + "archive-tick5", + "arrange-circle5", + "arrange-circle-25", + "arrange-square5", + "arrange-square-25", + "arrow5", + "arrow-25", + "arrow-35", + "arrow-bottom5", + "arrow-circle-down5", + "arrow-circle-left5", + "arrow-circle-right5", + "arrow-circle-up4", + "arrow-down5", + "arrow-down-15", + "arrow-down-25", + "arrow-left5", + "arrow-left-15", + "arrow-left-25", + "arrow-left-35", + "arrow-right5", + "arrow-right-15", + "arrow-right-25", + "arrow-right-35", + "arrow-square5", + "arrow-square-down5", + "arrow-square-left5", + "arrow-square-right3", + "arrow-square-up5", + "arrow-swap4", + "arrow-swap-horizontal5", + "arrow-up5", + "arrow-up-15", + "arrow-up-25", + "arrow-up-35", + "attach-circle5", + "attach-square5", + "audio-square5", + "autobrightness5", + "award5", + "back-square5", + "backward5", + "backward-5-seconds5", + "backward-10-seconds5", + "backward-15-seconds5", + "backward-item5", + "bag5", + "bag-25", + "bag-cross5", + "bag-cross-15", + "bag-happy5", + "bag-tick5", + "bag-tick-25", + "bag-timer5", + "bank5", + "barcode5", + "battery-3full5", + "battery-charging5", + "battery-disable5", + "battery-empty5", + "battery-empty-15", + "battery-full5", + "bezier5", + "bill5", + "bitcoin-card5", + "bitcoin-convert5", + "bitcoin-refresh5", + "blend5", + "blend-25", + "bluetooth5", + "bluetooth-25", + "bluetooth-circle5", + "bluetooth-rectangle5", + "blur5", + "book5", + "book-15", + "bookmark5", + "bookmark-25", + "book-saved5", + "book-square5", + "box5", + "box-15", + "box-25", + "box-add5", + "box-remove5", + "box-search5", + "box-tick5", + "box-time5", + "briefcase5", + "brifecase-cross5", + "brifecase-tick5", + "brifecase-timer5", + "broom5", + "brush5", + "brush-15", + "brush-25", + "brush-35", + "brush-45", + "bubble5", + "bucket5", + "bucket-circle5", + "bucket-square5", + "building5", + "building-35", + "building-45", + "buildings5", + "buildings-25", + "buliding5", + "bus5", + "buy-crypto5", + "cake5", + "calculator5", + "calendar5", + "calendar-15", + "calendar-25", + "calendar-add5", + "calendar-circle5", + "calendar-edit5", + "calendar-remove5", + "calendar-search5", + "calendar-tick5", + "call5", + "call-add5", + "call-calling5", + "call-incoming5", + "call-minus5", + "call-outgoing5", + "call-received5", + "call-remove5", + "call-slash5", + "camera5", + "camera-slash5", + "candle5", + "candle-25", + "car5", + "card5", + "card-add5", + "card-coin5", + "card-edit5", + "card-pos5", + "card-receive5", + "card-remove5", + "card-remove-15", + "cards5", + "card-send5", + "card-slash5", + "card-tick5", + "card-tick-15", + "category5", + "category-25", + "cd5", + "chart5", + "chart-15", + "chart-26", + "chart-35", + "chart-215", + "chart-fail3", + "chart-square5", + "chart-success5", + "check5", + "chrome5", + "clipboard5", + "clipboard-close5", + "clipboard-export5", + "clipboard-import5", + "clipboard-text5", + "clipboard-tick5", + "clock5", + "clock-15", + "close-circle5", + "close-square5", + "cloud5", + "cloud-add5", + "cloud-change5", + "cloud-connection5", + "cloud-cross5", + "cloud-drizzle5", + "cloud-fog5", + "cloud-lightning5", + "cloud-minus5", + "cloud-notif5", + "cloud-plus5", + "cloud-remove5", + "cloud-snow5", + "cloud-sunny5", + "code5", + "code-15", + "code-circle5", + "coffee5", + "coin5", + "coin-15", + "colorfilter5", + "colors-square5", + "color-swatch5", + "command5", + "command-square5", + "component5", + "computing5", + "convert5", + "convert-3d-cube5", + "convert-card5", + "convertshape5", + "convertshape-25", + "copy5", + "copyright5", + "copy-success5", + "courthouse5", + "cpu5", + "cpu-charge5", + "cpu-setting5", + "creative-commons5", + "crop5", + "crown5", + "crown-15", + "cup5", + "danger5", + "data5", + "designtools5", + "device-message5", + "devices5", + "devices-14", + "diagram5", + "diamonds5", + "direct5", + "directbox-default5", + "directbox-notif5", + "directbox-receive5", + "directbox-send5", + "direct-down5", + "direct-inbox5", + "direct-left5", + "direct-normal5", + "direct-notification5", + "direct-right5", + "direct-send5", + "direct-up5", + "discount-circle5", + "discount-shape5", + "discover5", + "discover-14", + "dislike5", + "document5", + "document-15", + "document-cloud5", + "document-code5", + "document-code-25", + "document-copy5", + "document-download5", + "document-favorite5", + "document-filter5", + "document-forward5", + "document-like5", + "document-normal4", + "document-previous5", + "document-sketch5", + "document-text5", + "document-text-15", + "document-upload5", + "dollar-circle4", + "dollar-square5", + "driver5", + "driver-25", + "driver-refresh5", + "driving5", + "drop3", + "edit5", + "edit-25", + "electricity5", + "element-25", + "element-35", + "element-45", + "element-equal5", + "element-plus5", + "emoji-happy5", + "emoji-normal5", + "emoji-sad5", + "empty-wallet5", + "empty-wallet-add5", + "empty-wallet-change4", + "empty-wallet-remove5", + "empty-wallet-tick5", + "empty-wallet-time4", + "eraser5", + "eraser-15", + "export5", + "export-15", + "export-25", + "export-35", + "external-drive5", + "eye4", + "eye-slash5", + "fatrows5", + "favorite-chart5", + "filter5", + "filter-add5", + "filter-edit5", + "filter-remove5", + "filter-search5", + "filter-square5", + "filter-tick5", + "finger-cricle5", + "finger-scan5", + "firstline5", + "flag5", + "flag-25", + "flash5", + "flash-15", + "flash-circle5", + "flash-circle-15", + "flash-slash5", + "folder5", + "folder-25", + "folder-add5", + "folder-cloud5", + "folder-connection5", + "folder-cross5", + "folder-favorite5", + "folder-minus5", + "folder-open5", + "forbidden5", + "forbidden-25", + "format-circle5", + "format-square5", + "forward5", + "forward-5-seconds5", + "forward-10-seconds5", + "forward-15-seconds5", + "forward-item5", + "forward-square5", + "frame5", + "frame-15", + "frame-25", + "frame-35", + "frame-45", + "gallery5", + "gallery-add5", + "gallery-edit5", + "gallery-export4", + "gallery-favorite5", + "gallery-import5", + "gallery-remove5", + "gallery-slash5", + "gallery-tick5", + "game5", + "gameboy5", + "gas-station4", + "gemini5", + "gemini-25", + "ghost5", + "gift5", + "glass5", + "glass-15", + "global5", + "global-edit5", + "global-refresh5", + "global-search5", + "gps5", + "gps-slash5", + "grammerly5", + "graph5", + "grid-15", + "grid-25", + "grid-35", + "grid-45", + "grid-55", + "grid-65", + "grid-75", + "grid-85", + "grid-95", + "grid-edit5", + "grid-eraser5", + "grid-lock5", + "happyemoji5", + "hashtag5", + "hashtag-15", + "hashtag-down5", + "hashtag-up5", + "headphone5", + "headphones5", + "health5", + "heart5", + "heart-add5", + "heart-circle5", + "heart-edit5", + "heart-remove5", + "heart-search5", + "heart-slash5", + "heart-tick5", + "hierarchy5", + "hierarchy-25", + "hierarchy-35", + "hierarchy-square5", + "hierarchy-square-25", + "hierarchy-square-35", + "home5", + "home-15", + "home-25", + "home-hashtag5", + "home-trend-down5", + "home-trend-up5", + "home-wifi5", + "hospital5", + "house5", + "house-25", + "image5", + "import5", + "import-15", + "import-25", + "import-3", + "info-circle5", + "information5", + "instagram5", + "judge5", + "kanban4", + "key5", + "keyboard5", + "keyboard-open5", + "key-square5", + "lamp5", + "lamp-15", + "lamp-charge5", + "lamp-on5", + "lamp-slash5", + "language-circle5", + "language-square5", + "layer5", + "level5", + "lifebuoy5", + "like5", + "like-15", + "like-dislike5", + "like-shapes5", + "like-tag5", + "link5", + "link-15", + "link-26", + "link-215", + "link-circle5", + "link-square5", + "location5", + "location-add5", + "location-cross5", + "location-minus5", + "location-slash5", + "location-tick5", + "lock5", + "lock-15", + "lock-circle5", + "lock-slash5", + "login5", + "login-15", + "logout5", + "logout-15", + "lovely5", + "magicpen5", + "magic-star5", + "main-component5", + "man5", + "map5", + "map-15", + "mask5", + "mask-15", + "mask-25", + "math5", + "maximize5", + "maximize-15", + "maximize-26", + "maximize-35", + "maximize-45", + "maximize-215", + "maximize-circle4", + "medal5", + "medal-star5", + "menu5", + "menu-15", + "menu-board5", + "message5", + "message-25", + "message-add5", + "message-add-15", + "message-circle5", + "message-edit5", + "message-favorite5", + "message-minus5", + "message-notif5", + "message-programming5", + "message-question5", + "message-remove5", + "messages5", + "messages-15", + "messages-25", + "messages-35", + "message-search5", + "message-square5", + "message-text5", + "message-text-15", + "message-tick5", + "message-time5", + "microphone5", + "microphone-25", + "microphone-slash5", + "microphone-slash-15", + "microscope5", + "milk5", + "minus5", + "minus-cirlce5", + "minus-square5", + "mirror5", + "mirroring-screen5", + "mobile5", + "mobile-programming5", + "money5", + "money-25", + "money-35", + "money-45", + "money-add5", + "money-change5", + "money-forbidden5", + "money-recive5", + "money-remove5", + "moneys5", + "money-send5", + "money-tick5", + "money-time5", + "monitor5", + "monitor-mobbile5", + "monitor-recorder5", + "moon5", + "more5", + "more-25", + "more-circle5", + "more-square5", + "mouse5", + "mouse-15", + "mouse-circle5", + "mouse-square5", + "music5", + "music-circle5", + "music-dashboard5", + "music-filter5", + "music-library-25", + "musicnote5", + "music-play5", + "music-playlist5", + "music-square5", + "music-square-add5", + "music-square-remove5", + "music-square-search5", + "next5", + "note5", + "note-15", + "note-26", + "note-215", + "note-add5", + "note-favorite5", + "note-remove5", + "note-square5", + "note-text5", + "notification5", + "notification-15", + "notification-bing5", + "notification-favorite5", + "notification-status5", + "omega-circle5", + "omega-square5", + "paintbucket5", + "paperclip5", + "paperclip-25", + "password-check5", + "path5", + "path-25", + "path-square5", + "pause5", + "pause-circle5", + "pen-add5", + "pen-close5", + "pen-remove5", + "pen-tool5", + "pen-tool-25", + "people5", + "percentage-circle5", + "percentage-square5", + "personalcard5", + "pet5", + "pharagraphspacing5", + "picture-frame5", + "play5", + "play-add5", + "play-circle5", + "play-cricle5", + "play-remove5", + "presention-chart5", + "previous5", + "printer5", + "printer-slash5", + "profile-2user5", + "profile-add5", + "profile-circle5", + "profile-delete5", + "profile-remove5", + "profile-tick5", + "programming-arrow5", + "programming-arrows5", + "quote-down5", + "quote-down-circle5", + "quote-down-square5", + "quote-up5", + "quote-up-circle5", + "quote-up-square5", + "radar5", + "radar-15", + "radar-25", + "radio5", + "ram5", + "ram-25", + "ranking5", + "ranking-15", + "receipt5", + "receipt-15", + "receipt-25", + "receipt-2-15", + "receipt-add5", + "receipt-discount5", + "receipt-disscount5", + "receipt-edit5", + "receipt-item5", + "receipt-minus5", + "receipt-search5", + "receipt-square5", + "receipt-text5", + "received5", + "receive-square5", + "receive-square-25", + "record5", + "record-circle5", + "recovery-convert5", + "redo5", + "refresh5", + "refresh-25", + "refresh-circle5", + "refresh-left-square5", + "refresh-right-square5", + "refresh-square-25", + "repeat5", + "repeat-circle5", + "repeate-music5", + "repeate-one5", + "reserve5", + "rotate-left5", + "rotate-left-15", + "rotate-right5", + "rotate-right-15", + "route-square5", + "routing5", + "routing-25", + "row-horizontal5", + "row-vertical5", + "rulerpen5", + "ruler5", + "safe-home5", + "sagittarius5", + "save-25", + "save-add5", + "save-minus5", + "save-remove5", + "scan5", + "scan-barcode5", + "scanner5", + "scanning5", + "scissor5", + "scissor-15", + "screenmirroring5", + "scroll5", + "search-favorite5", + "search-favorite-15", + "search-normal5", + "search-normal-15", + "search-status5", + "search-status-15", + "search-zoom-in5", + "search-zoom-in-15", + "search-zoom-out5", + "search-zoom-out-15", + "security5", + "security-card5", + "security-safe5", + "security-time5", + "security-user5", + "send5", + "send-15", + "send-25", + "send-sqaure-25", + "send-square5", + "setting5", + "setting-25", + "setting-35", + "setting-45", + "setting-55", + "settings5", + "shapes5", + "shapes-15", + "share5", + "shield-cross5", + "shield-search5", + "shield-security2", + "shield-slash5", + "shield-tick5", + "ship5", + "shop5", + "shop-add5", + "shopping-bag5", + "shopping-cart5", + "shop-remove5", + "shuffle5", + "sidebar-bottom5", + "sidebar-left5", + "sidebar-right5", + "sidebar-top5", + "signpost5", + "simcard5", + "simcard-15", + "simcard-25", + "size5", + "slash5", + "slider5", + "slider-horizontal5", + "slider-horizontal-15", + "slider-vertical5", + "slider-vertical-15", + "smallcaps5", + "smart-car5", + "smart-home5", + "smileys5", + "sms5", + "sms-edit5", + "sms-notification5", + "sms-search5", + "sms-star5", + "sms-tracking5", + "sort5", + "sound5", + "speaker5", + "speedometer5", + "star5", + "star-15", + "star-slash5", + "status5", + "status-up5", + "sticker5", + "stickynote5", + "stop5", + "stop-circle5", + "story5", + "strongbox5", + "strongbox-25", + "subtitle5", + "sun5", + "sun-15", + "sun-fog5", + "tag5", + "tag-25", + "tag-cross5", + "tag-right5", + "tag-user5", + "task5", + "task-square5", + "teacher5", + "text5", + "textalign-center5", + "textalign-justifycenter5", + "textalign-justifyleft5", + "textalign-justifyright5", + "textalign-left5", + "textalign-right5", + "text-block5", + "text-bold5", + "text-italic5", + "text-underline5", + "tick-circle5", + "ticket5", + "ticket-25", + "ticket-discount5", + "ticket-expired5", + "ticket-star5", + "tick-square5", + "timer5", + "timer-15", + "timer-pause5", + "timer-start5", + "toggle-off5", + "toggle-off-circle5", + "toggle-on5", + "toggle-on-circle5", + "trade5", + "transaction-minus5", + "translate5", + "trash5", + "tree5", + "trend-down5", + "trend-up5", + "triangle5", + "truck4", + "truck-fast4", + "truck-remove3", + "truck-tick5", + "truck-time3", + "trush-square5", + "undo5", + "unlimited5", + "unlock5", + "user5", + "user-add5", + "user-cirlce-add5", + "user-edit5", + "user-minus5", + "user-octagon5", + "user-remove5", + "user-search5", + "user-square5", + "user-tag5", + "user-tick5", + "verify5", + "video5", + "video-add5", + "video-circle5", + "video-horizontal5", + "video-octagon5", + "video-play5", + "video-remove5", + "video-square5", + "video-tick5", + "video-time5", + "video-vertical5", + "voice-cricle5", + "voice-square5", + "volume-cross5", + "volume-high5", + "volume-low5", + "volume-low-15", + "volume-mute5", + "volume-slash5", + "volume-up5", + "wallet5", + "wallet-15", + "wallet-25", + "wallet-35", + "wallet-add5", + "wallet-add-15", + "wallet-check5", + "wallet-minus5", + "wallet-money5", + "wallet-remove5", + "wallet-search5", + "warning-25", + "watch5", + "watch-status5", + "weight5", + "weight-15", + "wifi5", + "wifi-square5", + "wind5", + "wind-25", + "woman5", + "dcube", + "d-cube-scan", + "d-rotate", + "d-square", + "square", + "support", + "activity", + "add", + "add-circle", + "additem", + "add-square", + "airdrop", + "airplane", + "airplane-square", + "airpod", + "airpods", + "alarm", + "align-bottom", + "align-horizontally", + "align-left", + "align-right", + "align-vertically", + "aquarius", + "archive", + "archive-1", + "archive-2", + "archive-add", + "archive-book", + "archive-minus", + "archive-slash", + "archive-tick", + "arrange-circle", + "arrange-circle-2", + "arrange-square", + "arrange-square-2", + "arrow", + "arrow-2", + "arrow-3", + "arrow-bottom", + "arrow-circle-down", + "arrow-circle-left", + "arrow-circle-right", + "arrow-circle-up", + "arrow-down", + "arrow-down-1", + "arrow-down-2", + "arrow-left", + "arrow-left-1", + "arrow-left-2", + "arrow-left-3", + "arrow-right", + "arrow-right-1", + "arrow-right-2", + "arrow-right-3", + "arrow-right-4", + "arrow-square", + "arrow-square-down", + "arrow-square-left", + "arrow-square-up", + "arrow-swap", + "arrow-swap-horizontal", + "arrow-up", + "arrow-up-1", + "arrow-up-2", + "arrow-up-3", + "attach-circle", + "attach-square", + "audio-square", + "autobrightness", + "award", + "back-square", + "backward", + "backward-5-seconds", + "backward-10-seconds", + "backward-15-seconds", + "backward-item", + "bag", + "bag-2", + "bag-cross", + "bag-cross-1", + "bag-happy", + "bag-tick", + "bag-tick-2", + "bag-timer", + "bank", + "barcode", + "battery-3full", + "battery-charging", + "battery-disable", + "battery-empty", + "battery-empty-1", + "battery-full", + "bezier", + "bill", + "bitcoin-card", + "bitcoin-convert", + "bitcoin-refresh", + "blend", + "blend-2", + "bluetooth", + "bluetooth-2", + "bluetooth-circle", + "bluetooth-rectangle", + "blur", + "book", + "book-1", + "bookmark", + "bookmark-2", + "book-saved", + "book-square", + "box", + "box-1", + "box-2", + "box-add", + "box-remove", + "box-search", + "box-tick", + "box-time", + "briefcase", + "brifecase-cross", + "brifecase-tick", + "brifecase-timer", + "broom", + "brush", + "brush-1", + "brush-2", + "brush-3", + "brush-4", + "bubble", + "bucket", + "bucket-circle", + "bucket-square", + "building", + "building-3", + "building-4", + "buildings", + "buildings-2", + "buliding", + "bus", + "buy-crypto", + "cake", + "calculator", + "calendar", + "calendar-1", + "calendar-2", + "calendar-add", + "calendar-circle", + "calendar-edit", + "calendar-remove", + "calendar-search", + "calendar-tick", + "call", + "call-add", + "call-calling", + "call-incoming", + "call-minus", + "call-outgoing", + "call-received", + "call-remove", + "call-slash", + "camera", + "camera-slash", + "candle", + "candle-2", + "car", + "card", + "card-add", + "card-coin", + "card-edit", + "card-pos", + "card-receive", + "card-remove", + "card-remove-1", + "cards", + "card-send", + "card-slash", + "card-tick", + "card-tick-1", + "category", + "category-2", + "cd", + "chart", + "chart-1", + "chart-2", + "chart-3", + "chart-21", + "chart-fail", + "chart-square", + "chart-success", + "check", + "chrome", + "clipboard", + "clipboard-close", + "clipboard-export", + "clipboard-import", + "clipboard-text", + "clipboard-tick", + "clock", + "clock-1", + "close-circle", + "close-square", + "cloud", + "cloud-add", + "cloud-change", + "cloud-connection", + "cloud-cross", + "cloud-drizzle", + "cloud-fog", + "cloud-lightning", + "cloud-minus", + "cloud-notif", + "cloud-plus", + "cloud-remove", + "cloud-snow", + "cloud-sunny", + "code", + "code-1", + "code-circle", + "coffee", + "coin", + "coin-1", + "colorfilter", + "colors-square", + "color-swatch", + "command", + "command-square", + "component", + "computing", + "convert", + "convert-3d-cube", + "convert-card", + "convertshape", + "convertshape-2", + "copy", + "copyright", + "copy-success", + "courthouse", + "cpu", + "cpu-charge", + "cpu-setting", + "creative-commons", + "crop", + "crown", + "crown-1", + "cup", + "danger", + "data", + "designtools", + "device-message", + "devices", + "devices-1", + "diagram", + "diamonds", + "direct", + "directbox-default", + "directbox-notif", + "directbox-receive", + "directbox-send", + "direct-down", + "direct-inbox", + "direct-left", + "direct-normal", + "direct-notification", + "direct-right", + "direct-send", + "direct-up", + "discount-circle", + "discount-shape", + "discover", + "discover-1", + "dislike", + "document", + "document-1", + "document-cloud", + "document-code", + "document-code-2", + "document-copy", + "document-download", + "document-favorite", + "document-filter", + "document-forward", + "document-like", + "document-normal", + "document-previous", + "document-sketch", + "document-text", + "document-text-1", + "document-upload", + "dollar-circle", + "dollar-square", + "driver", + "driver-2", + "driver-refresh", + "driving", + "edit", + "edit-2", + "electricity", + "element-2", + "element-3", + "element-4", + "element-equal", + "element-plus", + "emoji-happy", + "emoji-normal", + "emoji-sad", + "empty-wallet", + "empty-wallet-add", + "empty-wallet-change", + "empty-wallet-remove", + "empty-wallet-tick", + "empty-wallet-time", + "eraser", + "eraser-1", + "export", + "export-1", + "export-2", + "export-3", + "external-drive", + "eye", + "eye-slash", + "fatrows", + "favorite-chart", + "filter", + "filter-add", + "filter-edit", + "filter-remove", + "filter-search", + "filter-square", + "filter-tick", + "finger-cricle", + "finger-scan", + "firstline", + "flag", + "flag-2", + "flash", + "flash-1", + "flash-circle", + "flash-circle-1", + "flash-slash", + "folder", + "folder-2", + "folder-add", + "folder-cloud", + "folder-connection", + "folder-cross", + "folder-favorite", + "folder-minus", + "folder-open", + "forbidden", + "forbidden-2", + "format-circle", + "format-square", + "forward", + "forward-5-seconds", + "forward-10-seconds", + "forward-15-seconds", + "forward-item", + "forward-square", + "frame", + "frame-1", + "frame-2", + "frame-3", + "frame-4", + "gallery", + "gallery-add", + "gallery-edit", + "gallery-export", + "gallery-favorite", + "gallery-import", + "gallery-remove", + "gallery-slash", + "gallery-tick", + "game", + "gameboy", + "gas-station", + "gemini", + "gemini-2", + "ghost", + "gift", + "glass", + "glass-1", + "global", + "global-edit", + "global-refresh", + "global-search", + "gps", + "gps-slash", + "grammerly", + "graph", + "grid-1", + "grid-2", + "grid-3", + "grid-4", + "grid-5", + "grid-6", + "grid-7", + "grid-8", + "grid-9", + "grid-edit", + "grid-eraser", + "grid-lock", + "happyemoji", + "hashtag", + "hashtag-1", + "hashtag-down", + "hashtag-up", + "headphone", + "headphones", + "health", + "heart", + "heart-add", + "heart-circle", + "heart-edit", + "heart-remove", + "heart-search", + "heart-slash", + "heart-tick", + "hierarchy", + "hierarchy-2", + "hierarchy-3", + "hierarchy-square", + "hierarchy-square-2", + "hierarchy-square-3", + "home", + "home-1", + "home-2", + "home-hashtag", + "home-trend-down", + "home-trend-up", + "home-wifi", + "hospital", + "house", + "house-2", + "icon", + "image", + "import", + "import-1", + "import-2", + "info-circle", + "information", + "instagram", + "judge", + "kanban", + "key", + "keyboard", + "keyboard-open", + "key-square", + "lamp", + "lamp-1", + "lamp-charge", + "lamp-on", + "lamp-slash", + "language-circle", + "language-square", + "layer", + "level", + "lifebuoy", + "like", + "like-1", + "like-dislike", + "like-shapes", + "like-tag", + "link", + "link-1", + "link-2", + "link-21", + "link-circle", + "link-square", + "location", + "location-add", + "location-cross", + "location-minus", + "location-slash", + "location-tick", + "lock", + "lock-1", + "lock-circle", + "lock-slash", + "login", + "login-1", + "logout", + "logout-1", + "lovely", + "magicpen", + "magic-star", + "main-component", + "man", + "map", + "map-1", + "mask", + "mask-1", + "mask-2", + "math", + "maximize", + "maximize-1", + "maximize-2", + "maximize-3", + "maximize-4", + "maximize-21", + "maximize-circle", + "medal", + "medal-star", + "menu", + "menu-1", + "menu-board", + "message", + "message6", + "message-2", + "message-add", + "message-add-1", + "message-circle", + "message-edit", + "message-favorite", + "message-minus", + "message-notif", + "message-programming", + "message-question", + "message-remove", + "message-edit2", + "message-edit6", + "message-new", + "messages", + "messages-1", + "messages-2", + "messages-3", + "message-search", + "message-square", + "message-text", + "message-text-1", + "message-tick", + "message-time", + "microphone", + "microphone-2", + "microphone-slash", + "microphone-slash-1", + "microscope", + "milk", + "mini-music-sqaure", + "minus", + "minus-cirlce", + "minus-square", + "mirror", + "mirroring-screen", + "mobile", + "mobile-programming", + "money", + "money-2", + "money-3", + "money-4", + "money-add", + "money-change", + "money-forbidden", + "money-recive", + "money-remove", + "moneys", + "money-send", + "money-tick", + "money-time", + "monitor", + "monitor-mobbile", + "monitor-recorder", + "moon", + "more", + "more-2", + "more-circle", + "more-square", + "mouse", + "mouse-1", + "mouse-circle", + "mouse-square", + "music", + "music-circle", + "music-dashboard", + "music-filter", + "music-library-2", + "musicnote", + "music-play", + "music-playlist", + "music-square", + "music-square-add", + "music-square-remove", + "music-square-search", + "next", + "note", + "note-1", + "note-2", + "note-21", + "note-add", + "note-favorite", + "note-remove", + "note-square", + "note-text", + "notification", + "notification-1", + "notification-bing", + "notification-circle", + "notification-favorite", + "notification-status", + "omega-circle", + "omega-square", + "paintbucket", + "paperclip", + "paperclip-2", + "password-check", + "path", + "path-2", + "path-square", + "pause", + "pause-circle", + "pen-add", + "pen-close", + "pen-remove", + "pen-tool", + "pen-tool-2", + "people", + "percentage-circle", + "percentage-square", + "personalcard", + "pet", + "pharagraphspacing", + "picture-frame", + "play", + "play-add", + "play-circle", + "play-cricle", + "play-remove", + "presention-chart", + "previous", + "printer", + "printer-slash", + "profile-2user", + "profile-add", + "profile-circle", + "profile-delete", + "profile-remove", + "profile-tick", + "programming-arrow", + "programming-arrows", + "quote-down", + "quote-down-circle", + "quote-down-square", + "quote-up", + "quote-up-circle", + "quote-up-square", + "radar", + "radar-1", + "radar-2", + "radio", + "ram", + "ram-2", + "ranking", + "ranking-1", + "receipt", + "receipt-1", + "receipt-2", + "receipt-2-1", + "receipt-add", + "receipt-discount", + "receipt-disscount", + "receipt-edit", + "receipt-item", + "receipt-minus", + "receipt-search", + "receipt-square", + "receipt-text", + "received", + "receive-square", + "receive-square-2", + "record", + "record-circle", + "recovery-convert", + "redo", + "refresh-pure", + "refresh", + "refresh-circle", + "refresh-left-square", + "refresh-right-square", + "refresh-square-2", + "repeat", + "repeat-circle", + "repeate-music", + "repeate-one", + "reserve", + "rotate-left", + "rotate-left-1", + "rotate-right", + "rotate-right-1", + "route-square", + "routing", + "routing-2", + "row-horizontal", + "row-vertical", + "rulerpen", + "ruler", + "safe-home", + "sagittarius", + "save-2", + "save-add", + "save-minus", + "save-remove", + "scan", + "scan-barcode", + "scanner", + "scanning", + "scissor", + "scissor-1", + "screenmirroring", + "scroll", + "search-favorite", + "search-favorite-1", + "search-normal", + "search-normal-1", + "search-status", + "search-status-1", + "search-zoom-in", + "search-zoom-in-1", + "search-zoom-out", + "search-zoom-out-1", + "security", + "security-card", + "security-safe", + "security-time", + "security-user", + "send", + "send-1", + "send-2", + "send-sqaure-2", + "send-square", + "setting", + "setting-2", + "setting-3", + "setting-4", + "setting-5", + "settings", + "shapes", + "shapes-1", + "share", + "shield", + "shield-cross", + "shield-search", + "shield-slash", + "shield-tick", + "ship", + "shop", + "shop-add", + "shopping-bag", + "shopping-cart", + "shop-remove", + "shuffle", + "sidebar-bottom", + "sidebar-left", + "sidebar-right", + "sidebar-top", + "signpost", + "simcard", + "simcard-1", + "simcard-2", + "size", + "slash", + "slider", + "slider-horizontal", + "slider-horizontal-1", + "slider-vertical", + "slider-vertical-1", + "smallcaps", + "smart-car", + "smart-home", + "smileys", + "sms", + "sms-edit", + "sms-notification", + "sms-search", + "sms-star", + "sms-tracking", + "sort", + "sound", + "speaker", + "speedometer", + "star", + "star-1", + "star-slash", + "status", + "status-up", + "sticker", + "stickynote", + "stop", + "stop-circle", + "story", + "strongbox", + "strongbox-2", + "subtitle", + "sun", + "sun-1", + "sun-fog", + "tag", + "tag-2", + "tag-cross", + "tag-right", + "tag-user", + "task", + "task-square", + "teacher", + "text", + "textalign-center", + "textalign-justifycenter", + "textalign-justifyleft", + "textalign-justifyright", + "textalign-left", + "textalign-right", + "text-block", + "text-bold", + "text-italic", + "text-underline", + "tick-circle", + "ticket", + "ticket-2", + "ticket-discount", + "ticket-expired", + "ticket-star", + "tick-square", + "timer", + "timer-1", + "timer-pause", + "timer-start", + "toggle-off", + "toggle-off-circle", + "toggle-on", + "toggle-on-circle", + "trade", + "transaction-minus", + "translate", + "trash", + "tree", + "trend-down", + "trend-up", + "triangle", + "truck", + "truck-fast", + "truck-remove", + "truck-tick", + "truck-time", + "trush-square", + "undo", + "unlimited", + "unlock", + "user", + "user-add", + "user-cirlce-add", + "user-edit", + "user-minus", + "user-octagon", + "user-remove", + "user-search", + "user-square", + "user-tag", + "user-tick", + "verify", + "video", + "video-add", + "video-circle", + "video-horizontal", + "video-octagon", + "video-play", + "video-remove", + "video-slash", + "video-square", + "video-tick", + "video-time", + "video-vertical", + "voice-cricle", + "voice-square", + "volume-cross", + "volume-high", + "volume-low", + "volume-low-1", + "volume-mute", + "volume-slash", + "volume-up", + "wallet", + "wallet-1", + "wallet-2", + "wallet-3", + "wallet-add", + "wallet-add-1", + "wallet-check", + "wallet-minus", + "wallet-money", + "wallet-remove", + "wallet-search", + "warning-2", + "watch", + "watch-status", + "weight", + "weight-1", + "wifi", + "wifi-square", + "wind", + "wind-2", + "woman", + "component1", + "calendar-12", + "data-22", + "calendar-13", + "data-23", + "d-cube-scan4", + "d-rotate4", + "d-square4", + "square4", + "support4", + "activity4", + "add4", + "add-circle4", + "additem4", + "add-square4", + "airdrop4", + "airplane4", + "airplane-square4", + "airpod4", + "airpods4", + "alarm4", + "align-bottom4", + "align-horizontally4", + "align-left4", + "align-right4", + "align-vertically4", + "aquarius4", + "archive4", + "archive-14", + "archive-23", + "archive-add4", + "archive-book4", + "archive-minus4", + "archive-slash4", + "archive-tick4", + "arrange-circle4", + "arrange-circle-24", + "arrange-square4", + "arrange-square-24", + "arrow4", + "arrow-24", + "arrow-34", + "arrow-bottom4", + "arrow-circle-down4", + "arrow-circle-left4", + "arrow-circle-right4", + "arrow-circle-up3", + "arrow-down4", + "arrow-down-14", + "arrow-down-24", + "arrow-left4", + "arrow-left-14", + "arrow-left-24", + "arrow-left-34", + "arrow-right4", + "arrow-right-14", + "arrow-right-24", + "arrow-right-34", + "arrow-right-41", + "arrow-square4", + "arrow-square-down4", + "arrow-square-left4", + "arrow-square-up4", + "arrow-swap3", + "arrow-swap-horizontal4", + "arrow-up4", + "arrow-up-14", + "arrow-up-24", + "arrow-up-34", + "attach-circle4", + "attach-square4", + "audio-square4", + "autobrightness4", + "award4", + "back-square4", + "backward4", + "backward-5-seconds4", + "backward-10-seconds4", + "backward-15-seconds4", + "backward-item4", + "bag4", + "bag-24", + "bag-cross4", + "bag-cross-14", + "bag-happy4", + "bag-tick4", + "bag-tick-24", + "bag-timer4", + "bank4", + "barcode4", + "battery-3full4", + "battery-charging4", + "battery-disable4", + "battery-empty4", + "battery-empty-14", + "battery-full4", + "bezier4", + "bill4", + "bitcoin-card4", + "bitcoin-convert4", + "bitcoin-refresh4", + "blend4", + "blend-24", + "bluetooth4", + "bluetooth-24", + "bluetooth-circle4", + "bluetooth-rectangle4", + "blur4", + "book4", + "book-14", + "bookmark4", + "bookmark-24", + "book-saved4", + "book-square4", + "box4", + "box-14", + "box-24", + "box-add4", + "box-remove4", + "box-search4", + "box-tick4", + "box-time4", + "briefcase4", + "brifecase-cross4", + "brifecase-tick4", + "brifecase-timer4", + "broom4", + "brush4", + "brush-14", + "brush-24", + "brush-34", + "brush-44", + "bubble4", + "bucket4", + "bucket-circle4", + "bucket-square4", + "building4", + "building-34", + "building-44", + "buildings4", + "buildings-24", + "buliding4", + "bus4", + "buy-crypto4", + "cake4", + "calculator4", + "calendar4", + "calendar-14", + "calendar-24", + "calendar-add4", + "calendar-circle4", + "calendar-edit4", + "calendar-remove4", + "calendar-search4", + "calendar-tick4", + "call4", + "call-add4", + "call-calling4", + "call-incoming4", +]; +export const iconlyList = { + ArrowRightSquare: "فلش راست", + Bag: "کیف", + Buy: "خرید", + Chart: "نمودار", + Document: "سند", + Home: "خانه", + Message: "پیام", + MoreCircle: "بیشتر", + User: "کاربر", + Activity: "فعالیت مربعی", + AddUser: "اضافه کردن کاربر", + ArrowDown: "فلش پایین", + ArrowDownSquare: "فلش پایین مربعی", + ArrowLeft: "فلش سمت چپ", + ArrowLeftSquare: "فلش سمت چپ مربعی", + ArrowRight: "فلش سمت راست", + // ArrowRightSquare: "فلش سمت راست مربعی", + ArrowUp: "فلش سمت بالا", + ArrowUpSquare: "فلش سمت بالا مربعی", + // Bag: "سبدخرید اول", + Bag2: "سبدخرید دوم", + Bookmark: "بوکمارک", + Calendar: "تقویم", + Call: "تماس", + Calling: "در حال تماس", + CallMissed: "تماس از دست رفته", + CallSilent: "سایلنت تماس", + Camera: "دوربین", + CaretDown: "فلش مثلثی سمت پایین", + CaretLeft: "فلش مثلثی سمت چپ", + CaretRight: "فلش مثلثی سمت راست", + CaretUp: "فلش مثلثی سمت بالا", + Category: "دسته بندی", + // Chart: "چارت", + Chat: "چت", + ChevronDown: "فلش بدون خط سمت پایین", + ChevronDownCircle: "فلش بدون خط سمت پایین دایره ای", + ChevronLeft: "فلش بدون خط سمت چپ", + ChevronLeftCircle: " فلش بدون خط سمت چپ دایره ای", + ChevronRight: "فلش بدون سمت راست دایره ای", + ChevronRightCircle: "فلش بدون خط سمت راست دایره ای", + ChevronUp: "فلش بدون خط سمت بالا دایره ای", + ChevronUpCircle: "فلش بدون خط سمت بالا دایره ای", + CloseSquare: "بستن مربعی", + Danger: "خطا یا هشدار", + Delete: "پاک کردن", + Discount: "تخفیف", + Discovery: "کاوش", + // Document: "سند", + Download: "دانلود", + Edit: "ویرایش", + EditSquare: "ویرایش مربع", + Filter: "فیلتر", + Filter2: "فیلتر دوم", + Folder: "پوشه", + Game: "بازی", + Graph: "نمودار دایره ای", + Heart: "علاقه‌مندی ها", + // Heart: "علاقه‌مندی ها دوم", + Hide: "پنهان کردن", + Image: "تصویر", + Image2: "تصویر دوم", + InfoCircle: "اطلاعات دایره‌ای", + InfoSquare: "اطلاعات مربعی", + Location: "مکان", + Lock: "قفل", + Login: "ورود", + Logout: "خروج", + MoreSquare: "بیشتر مربعی", + Notification: "اعلان", + Paper: "برگه", + PaperDownload: "دریافت برگه", + PaperFail: "عدم موفقیت در برگه", + PaperNegative: "کم کردن برگه", + PaperPlus: "اضافه کردن برگه", + PaperUpload: "آپلود برگه", + Password: "رمز عبور", + People: "کاربران", + Play: "پخش کردن", + Plus: "اضافه کردن", + Scan: "اسکن", + Search: "جستجو", + Send: "ارسال", + Setting: "تنظیمات", + ShieldDone: "حفاظت موفق", + ShieldFail: " حفاظت ناموفق", + Show: "نمایش", + Star: "ستاره", + Swap: "سواپ", + Ticket: "بلیط", + TicketStar: "بلیط ستاره دار", + TickSquare: "تیک مربعی", + TimeCircle: "ساعت دایره‌ای", + TimeSquare: "ساعت مربعی", + TwoUsers: "دو کاربر", + Unlock: "بازکردن قفل", + Upload: "آپلود", + Video: "ویدئو", + Voice: "میکروفون", + Voice2: "میکروفون دوم", + VolumeDown: "کم کردن صدا", + VolumeOff: "قطع کردن صدا", + VolumeUp: "زیاد کردن صدا", + Wallet: "کیف پول", + Work: "کیف", +}; +const tmp = { + ArchiveSlash: "اسلش بایگانی", + ArchiveTick: "تیک بایگانی", + ArchiveAdd: "افزودن بایگانی", + Archive: "بایگانی", + ArchiveMinus: "بایگانی منهای", + BookSquare: "مربع کتاب", + SaveRemove: "ذخیره حذف", + ArrangeHorizontal: "افقی ترتیب دهید", + SaveMinus: "ذخیره منهای", + ArrangeHorizontalSquare: "مربع افقی ترتیب دهید", + SaveAdd: "ذخیره افزودن", + ArrangeHorizontalCircle: "دایره افقی ترتیب دهید", + ArrangeVerticalCircle: "دایره عمودی ترتیب دهید", + ArrowCircleDown2: "فلش دایره به پایین 2", + ArrangeVertical: "عمودی ترتیب دهید", + ArrangeVerticalSquare: "مربع عمودی ترتیب دهید", + ArrowCircleDown: "فلش به سمت پایین", + ArrowCircleRight2: "فلش دایره سمت راست 2", + ArrowDown2: "فلش رو به پایین 2", + ArrowCircleUp2: "فلش دایره به بالا 2", + ArrowCircleUp: "فلش دایره به بالا", + ArrowCircleLeft2: "فلش دایره سمت چپ 2", + ArrowCircleLeft: "فلش دایره سمت چپ", + ArrowCircleRight: "فلش دایره سمت راست", + ArrowDown3: "فلش رو به پایین 3", + ArrowLeft3: "فلش چپ 3", + ArrowLeft2: "فلش سمت چپ 2", + ArrowLeft: "فلش سمت چپ", + ArrowRight2: "فلش سمت راست 2", + ArrowRight3: "فلش سمت راست 3", + ArrowRight: "فلش سمت راست", + ArrowDown: "فلش پایین", + ArrowForwardSquare: "فلش مربع رو به جلو", + ArrowRotateLeft: "فلش به چپ بچرخد", + ArrowForward: "فلش رو به جلو", + ArrowSwapHorizontal: "تعویض فلش افقی", + ArrowUp2: "فلش رو به بالا 2", + ArrowSquareDown: "فلش مربع رو به پایین", + ArrowUp3: "فلش رو به بالا 3", + ArrowSwapVertical: "تعویض فلش عمودی", + BackSquare: "مربع پشتی", + Convert: "تبدیل", + ArrowUp: "فلش بالا", + ExportCircle: "دایره صادرات", + ArrowSquareUp: "فلش مربع رو به بالا", + Back: "بازگشت", + ArrowSquareLeft: "فلش مربع سمت چپ", + ArrowRotateRight: "فلش به راست بچرخد", + ArrowSquareRight: "فلش مربع سمت راست", + Export: "صادرات", + ExportSquare: "مربع صادرات", + ImportCircle: "دایره واردات", + ExportCurve: "منحنی صادرات", + ImportSquare: "مربع واردات", + Login: "وارد شدن", + ImportCurve: "منحنی واردات", + Import: "وارد كردن", + LoginCurve: "منحنی ورود", + ReceiveSquare2: "مربع 2 را دریافت کنید", + Logout: "خروج", + ReceiveSquare: "مربع دریافت کنید", + LogoutCurve: "منحنی خروج", + Refresh2: "تازه کردن 2", + RefreshCircle: "دایره را تازه کنید", + Receive: "دريافت كردن", + RefreshRightSquare: "مربع سمت راست را تازه کنید", + RefreshLeftSquare: "مربع سمت چپ را تازه کنید", + RefreshSquare: "مربع تازه کردن", + TransmitSqaure2: "انتقال مربع 2", + Transmit: "انتقال. رساندن", + Aquarius: "دلو", + Man: "مرد", + Repeat: "تکرار", + Refresh: "تازه کردن", + RepeatCircle: "تکرار دایره", + TransmitSquare: "مربع انتقال دهد", + Woman: "زن", + Building3: "ساختمان 3", + Sagittarius: "قوس", + Gemini2: "جوزا 2", + Gemini: "جوزا", + Bank: "بانک", + Buildings2: "ساختمان ها 2", + Building4: "ساختمان 4", + Building: "ساختمان", + Courthouse: "دادگاه", + Activity: "فعالیت", + House2: "خانه 2", + Buildings: "ساختمان ها", + Buliding: "ساختن", + Chart2: "نمودار 2", + ReceiptSquare: "مربع رسید", + BookSaved: "کتاب ذخیره شد", + Save2: "ذخیره 2", + Chart21: "نمودار 21", + ChartFail: "نمودار شکست", + Chart: "چارت سازمانی", + FavoriteChart: "نمودار مورد علاقه", + Graph: "نمودار", + Chart1: "نمودار 1", + Diagram: "نمودار", + HomeTrendDown: "روند خانه نزولی", + HomeTrendUp: "روند خانه رو به بالا", + Personalcard: "کارت شخصی", + HashtagSquare: "مربع هشتگ", + HomeHashtag: "هشتگ خانه", + Health: "سلامتی", + StatusUp: "وضعیت بالا", + CallAdd: "تماس اضافه کنید", + CallCalling: "تماس گرفتن", + CallIncoming: "تماس ورودی", + CallMinus: "تماس منهای", + CallReceived: "تماس دریافت شد", + CallOutgoing: "تماس خروجی", + CallRemove: "تماس حذف", + CallSlash: "اسلش تماس بگیرید", + AirplaneSquare: "مربع هواپیما", + Call: "زنگ زدن", + Airplane: "هواپیما", + Bus: "اتوبوس", + Car: "ماشین", + GasStation: "پمپ بنزین", + Ship: "کشتی", + Driving: "رانندگی", + SmartCar: "ماشین هوشمند", + Bluetooth2: "بلوتوث 2", + Airpods: "ایرپادها", + Airdrop: "استراق سمع کردن", + PresentionChart: "نمودار ارائه", + TrendDown: "روند نزولی", + TrendUp: "روند صعودی", + CloudChange: "تغییر ابر", + BluetoothCircle: "دایره بلوتوث", + Airpod: "ایرپاد", + CloudConnection: "اتصال ابری", + BluetoothRectangle: "مستطیل بلوتوث", + Bluetooth: "بلوتوث", + CloudAdd: "ابر اضافه کنید", + Devices: "دستگاه ها", + CloudRemove: "ابر حذف", + DriverRefresh: "به روز رسانی درایور", + Electricity: "برق", + Driver2: "راننده 2", + Driver: "راننده", + FolderConnection: "اتصال پوشه", + ExternalDrive: "درایو خارجی", + Game: "بازی", + Gameboy: "گیم بوی", + Headphone: "هدفون", + Cpu: "پردازشگر", + CpuCharge: "شارژ پردازشگر", + CpuSetting: "تنظیمات پردازشگر", + KeyboardOpen: "صفحه کلید باز است", + Mobile: "سیار", + Headphones: "هدفون", + Keyboard: "صفحه کلید", + Microscope: "میکروسکوپ", + MirroringScreen: "صفحه نمایش آینه ای", + MusicPlay: "پخش موسیقی", + Mouse: "موش", + MonitorMobbile: "مانیتور موبایل", + MonitorRecorder: "ضبط کننده مانیتور", + Monitor: "نظارت کنید", + PrinterSlash: "اسلش چاپگر", + Simcard1: "سیم کارت 1", + Simcard2: "سیم کارت 2", + Ram2: "رام 2", + Printer: "چاپگر", + Ram: "رم", + Simcard: "سیم کارت", + WristClock: "ساعت مچی", + Watch: "تماشا کردن", + Speaker: "گوینده", + TableLamp: "چراغ رومیزی", + WatchStatus: "وضعیت تماشا", + ArchiveBook: "کتاب آرشیو", + WeightMeter: "وزن سنج", + Bill: "صورت حساب", + ClipboardExport: "صادرات کلیپ بورد", + ClipboardClose: "بسته شدن کلیپ بورد", + Copyright: "کپی رایت", + CreativeCommons: "عوام خلاق", + ClipboardImport: "واردات کلیپ بورد", + ClipboardText: "متن کلیپ بورد", + ClipboardTick: "تیک کلیپ بورد", + DocumentCloud: "ابر سند", + DocumentForward: "سند رو به جلو", + ChartSuccess: "نمودار موفقیت", + Hospital: "بیمارستان", + DocumentFavorite: "سند مورد علاقه", + DocumentFilter: "فیلتر سند", + DocumentText1: "متن سند 1", + DocumentText: "متن سند", + DocumentSketch: "طرح سند", + DocumentLike: "سند مانند", + Edit2: "ویرایش 2", + DocumentPrevious: "سند قبلی", + DocumentUpload: "بارگذاری سند", + NoteAdd: "یادداشت اضافه کنید", + Note1: "یادداشت 1", + Document: "سند", + NoteRemove: "یادداشت بردارید", + Note: "توجه داشته باشید", + NoteText: "متن یادداشت", + TaskSquare: "مربع وظیفه", + Stickynote: "چسبناک", + Edit: "ویرایش کنید", + MenuBoard: "تابلوی منو", + NoteFavorite: "یادداشت مورد علاقه", + Ankr: "ankr", + Apple: "سیب", + Task: "وظیفه", + Aave: "aave", + Android: "اندروید", + Augur: "فال", + BinanceCoin: "سکه بایننس", + BinanceUsd: "بایننس دلار آمریکا", + Bitcoin: "بیت کوین", + Blogger: "وبلاگ نویس", + Bootstrap: "بوت استرپ", + Autonio: "autonio", + Be: "بودن", + Avalanche: "بهمن", + Celo: "ویولن سل", + Civic: "مدنی", + Chainlink: "لینک زنجیره ای", + Dash: "خط تیره", + Dent: "فرورفتگی", + Decred: "حکم کرد", + Dribbble: "دریبل زدن", + Celsius: "درجه سانتیگراد", + Cardano: "کاردانو", + Dai: "دای", + EnjinCoin: "سکه انجین", + Dropbox: "دراپ باکس", + Educare: "آموزش دادن", + Emercoin: "emercoin", + Eos: "eos", + EthereumClassic: "اتریوم کلاسیک", + Ethereum: "اتریوم", + Facebook: "فیس بوک", + Figma1: "Figma1", + FtxToken: "توکن ftx", + Framer: "قاب ساز", + Figma: "انجیر", + GoogleDrive: "درایو گوگل", + GooglePlay: "گوگل پلی", + Harmony: "هارمونی", + Google: "گوگل", + HederaHashgraph: "هدرا هشگراف", + HuobiToken: "نشانه huobi", + Icon: "آیکون", + Illustrator: "تصویرگر", + Iost: "iost", + Js: "js", + JavaScript: "اسکریپت جاوا", + Litecoin: "لایت کوین", + KyberNetwork: "شبکه کیبر", + Maker: "سازنده", + Monero: "مونرو", + Messenger: "پیام رسان", + Nem: "نم", + Nebulas: "سحابی ها", + Nexo: "نکسو", + Okb: "okb", + Ontology: "هستی شناسی", + Hex: "هگز", + Html5: "html5", + Polkadot: "پولکادوت", + Html3: "html3", + Paypal: "پی پال", + Okru: "بامیه", + Photoshop: "فتوشاپ", + OceanProtocol: "پروتکل اقیانوس", + Shutterstock: "شاتر استوک", + Polygon: "چند ضلعی", + Siacoin: "سیاکین", + Slack: "سستی", + Polyswarm: "چندشاخه", + Python: "پایتون", + Spotify: "اسپاتیفای", + Snapchat: "اسنپ ​​چت", + Quant: "مقدار", + Tether: "متصل کردن", + Tenx: "تنکس", + TheGraph: "نمودار", + Theta: "تتا", + Solana: "سولانا", + Stacks: "پشته ها", + Thorchain: "زنجیر خار", + Stellar: "ستاره ای", + Twitch: "تکان دادن", + Ui8: "رابط کاربری 8", + Velas: "ولاس", + Trello: "ترلو", + Vibe: "حس درونی", + Wanchain1: "زنجیر زنجیر 1", + TriangleLogo: "آرم مثلث", + UsdCoin: "سکه دلار آمریکا", + Trontron: "ترونترون", + Wing: "بال", + Xd: "ایکس دی", + Xiaomi: "شیائومی", + Youtube: "یوتیوب", + Xrp: "xrp", + Zel: "zel", + Zoom: "بزرگنمایی", + BitcoinCard: "کارت بیت کوین", + BitcoinRefresh: "به روز رسانی بیت کوین", + CardCoin: "سکه کارت", + BuyCrypto: "کریپتو بخر", + BitcoinConvert: "تبدیل بیت کوین", + Trade: "تجارت", + I3DCubeScan: "اسکن مکعب 3 بعدی", + I3DRotate: "چرخش سه بعدی", + I3DSquare: "مربع سه بعدی", + Box1: "جعبه 1", + BoxSearch: "جستجوی جعبه", + BoxRemove: "جعبه حذف", + BoxAdd: "جعبه اضافه ", + BoxTick: "تیک جعبه", + BoxTime: "زمان جعبه", + Box: "جعبه", + TruckFast: "کامیون سریع", + Convert3DCube: "مکعب 3 بعدی تبدیل ", + TruckRemove: "کامیون حذف", + TruckTick: "تیک کامیون", + TruckTime: "زمان کامیون", + Truck: "کامیون", + Bezier: "رسم منحنی", + Additem: "اضافه کردن", + BackwardItem: "مورد قبلی", + Blend2: "ترکیب 2", + Blur: "تاری", + Blend: "مخلوط کردن", + Windows: "پنجره ها", + Wanchain: "زنجیر", + BrushSquare: "مربع قلم مو", + BrushBig: "برس بزرگ", + BucketCircle: "دایره سطلی", + Brush: "قلم مو", + ChemicalGlass: "شیشه شیمیایی", + BucketSquare: "مربع سطل", + Brush2: "برس 2", + Whatsapp: "واتساپ", + ColorsSquare: "رنگ های مربع", + Component: "جزء", + ColorSwatch: "نمونه رنگ", + CopySuccess: "موفقیت کپی", + Brush3: "برس 3", + Bucket: "سطل", + Copy: "کپی 🀄", + House: "خانه", + DocumentCopy: "کپی سند", + DocumentDownload: "دانلود سند", + Colorfilter: "فیلتر رنگ", + MainComponent: "جزء اصلی", + Mask: "ماسک", + MaskLeft: "ماسک سمت چپ", + OmegaCircle: "دایره امگا", + OmegaSquare: "مربع امگا", + PathTool2: "ابزار مسیر 2", + Paintbucket: "سطل رنگ", + Magicpen: "جادوگر", + PathToolSquare: "مربع ابزار مسیر", + PathTool: "ابزار مسیر", + PenAdd: "قلم اضافه کنید", + PenClose: "قلم بسته", + PenRemove: "قلم را بردارید", + Eraser: "پاک کن", + Designtools: "ابزارهای طراحی", + ForwardItem: "مورد رو به جلو", + PenTool2: "ابزار قلم 2", + RulerPen: "قلم خط کش", + Shapes: "شکل ها", + Scissor: "قیچی", + Size: "اندازه", + Shapes1: "اشکال 1", + DeviceMessage: "پیام دستگاه", + DirectInbox: "صندوق ورودی مستقیم", + PenTool: "ابزار قلم", + Ruler: "خط كش", + RecoveryConvert: "تبدیل بازیابی", + DirectNormal: "مستقیم عادی", + DirectboxDefault: "پیش فرض دایرکت باکس", + DirectboxNotif: "اطلاعیه دایرکت باکس", + Message2: "پیام 2", + DirectboxReceive: "دریافت دایرکت باکس", + DirectNotification: "اطلاع رسانی مستقیم", + DirectSend: "ارسال مستقیم", + Direct: "مستقیم", + MessageAdd1: "پیام اضافه کردن 1", + MessageEdit: "ویرایش پیام", + DirectboxSend: "ارسال دایرکت باکس", + MessageCircle: "حلقه پیام", + MessageAdd: "افزودن پیام", + MessageNotif: "اطلاع رسانی پیام", + MessageFavorite: "پیام مورد علاقه", + MessageMinus: "پیام منهای", + MessageRemove: "پیام حذف", + MessageText1: "متن پیام 1", + MessageSearch: "جستجوی پیام", + MessageSquare: "مربع پیام", + MessageText: "متن پیام", + MessageTick: "تیک پیام", + Messages3: "پیام ها 3", + MessageTime: "زمان پیام", + Message: "پیام", + Messages: "پیام ها", + Messages2: "پیام ها 2", + Messages1: "پیام ها 1", + SmsEdit: "ویرایش اس ام اس", + SmsNotification: "اطلاع رسانی پیامکی", + SmsSearch: "جستجوی اس ام اس", + SmsStar: "ستاره اس ام اس", + SmsTracking: "ردیابی اس ام اس", + Sms: "پیامک", + AddCircle: "دایره اضافه کنید", + I3Dcube: "من 3 dcube", + AddSquare: "مربع اضافه کنید", + Autobrightness: "روشنایی خودکار", + BatteryDisable: "باتری غیر فعال کردن", + Add: "اضافه کردن", + BatteryEmpty1: "باتری خالی 1", + ArchiveBox: "جعبه بایگانی", + BatteryCharging: "شارژ باتری", + BatteryEmpty: "باتری خالی", + Broom: "جارو", + BatteryFull: "باتری پر", + Box2: "جعبه 2", + Bubble: "حباب", + CloseCircle: "دایره نزدیک", + Cake: "کیک", + Cd: "سی دی", + ChartCircle: "دایره نمودار", + Chrome: "کروم", + CloseSquare: "مربع نزدیک", + Coffee: "قهوه", + Crown: "تاج پادشاهی", + Computing: "محاسبه", + Danger: "خطر", + Diamonds: "الماس", + Cup: "فنجان", + Crown1: "تاج 1", + Discover: "کشف کردن", + EmojiHappy: "ایموجی خوشحالم", + FilterAdd: "افزودن فیلتر", + EmojiNormal: "ایموجی معمولی", + EmojiSad: "ایموجی غمگین", + FilterEdit: "ویرایش فیلتر", + FilterSearch: "جستجوی فیلتر", + FilterSquare: "مربع فیلتر", + FilterTick: "تیک فیلتر", + Flag: "پرچم", + Flag2: "پرچم 2", + Filter: "فیلتر", + Flash: "فلاش", + FlashCircle: "دایره فلاش", + Ghost: "روح", + Grammerly: "دستوری", + FlashSlash: "فلش اسلش", + Forbidden2: "ممنوع 2", + Forbidden: "ممنوع", + FilterRemove: "حذف فیلتر", + Glass: "شیشه", + Home2: "خانه 2", + Happyemoji: "خوشحال", + HambergerMenu: "منوی همبرگر", + Information: "اطلاعات", + Home3: "خانه 3", + Instagram: "اینستاگرام", + Lamp: "لامپ", + Judge: "قضاوت کنید", + Home: "خانه", + HomeWifi: "وای فای خانگی", + InfoCircle: "دایره اطلاعات", + Level: "مرحله", + Minus: "منهای", + MinusCirlce: "منهای دایره", + MinusSquare: "منهای مربع", + Milk: "شیر", + Mirror: "آینه", + MouseSquare: "مربع موش", + Pet: "حیوان خانگی", + MoreCircle: "دایره بیشتر", + Pointer: "اشاره گر", + Send2: "ارسال 2", + Reserve: "ذخیره", + SafeHome: "خانه امن", + Send: "ارسال", + Slash: "بریده بریده", + Share: "اشتراک گذاری", + Signpost: "تابلوی راهنما", + Slider: "لغزنده", + Sort: "مرتب سازی", + SmartHome: "خانه هوشمند", + Speedometer: "سرعت سنج", + Sound: "صدا", + Status: "وضعیت", + Sticker: "استیکر", + Story: "داستان", + TagCross: "تگ صلیب", + TagRight: "درست تگ کنید", + TickCircle: "دایره تیک", + TickSquare: "تیک مربع", + Trash: "زباله ها", + Tree: "درخت", + TrushSquare: "میدان تراش", + Triangle: "مثلث", + Verify: "تایید کنید", + MoreSquare: "مربع تر", + Weight: "وزن", + WifiSquare: "مربع وای فای", + Wifi: "وای فای", + Folder2: "پوشه 2", + MouseCircle: "دایره ماوس", + Rank: "رتبه", + FolderMinus: "پوشه منهای", + Warning2: "هشدار 2", + FolderFavorite: "پوشه مورد علاقه", + FolderOpen: "پوشه باز می شود", + I3Square: "من 3 مربع", + Folder: "پوشه", + AlignBottom: "پایین تراز کردن", + AlignLeft: "چپ چین", + AlignHorizontally: "به صورت افقی تراز کنید", + AlignRight: "راست تراز کردن", + AlignTop: "بالا تراز کردن", + AlignVertically: "به صورت عمودی تراز کنید", + Convertshape: "تبدیل شکل", + Crop: "محصول", + Convertshape2: "تبدیل شکل 2", + Layer: "لایه", + Lifebuoy: "شناور نجات", + Element2: "عنصر 2", + ElementPlus: "عنصر پلاس", + Element3: "عنصر 3", + Fatrows: "فربه ها", + Element: "عنصر", + MaskRight: "ماسک درست", + ElementEqual: "عنصر برابر", + Grid2: "شبکه 2", + Element4: "عنصر 4", + FormatCircle: "قالب دایره", + Grid3: "شبکه 3", + Grid4: "شبکه 4", + FormatSquare: "مربع فرمت", + Grid5: "شبکه 5", + Grid6: "شبکه 6", + Grid1: "شبکه 1", + Grid7: "شبکه 7", + Grid8: "شبکه 8", + Grid9: "شبکه 9", + GridLock: "قفل شبکه ای", + GridEraser: "پاک کن شبکه ای", + GridEdit: "ویرایش شبکه ای", + Kanban: "کانبان", + Maximize1: "به حداکثر رساندن 1", + Maximize2: "حداکثر کردن 2", + Maximize3: "حداکثر کردن 3", + Maximize4: "حداکثر کردن 4", + RotateLeft: "چرخش سمت چپ", + RotateRight: "به طرف راست بچرخان", + RowHorizontal: "ردیف افقی", + Maximize: "به حداکثر رساندن", + RowVertical: "ردیف عمودی", + SliderHorizontal1: "نوار لغزنده افقی 1", + SliderHorizontal: "نوار لغزنده افقی", + SliderVertical1: "لغزنده عمودی 1", + SliderVertical: "نوار لغزنده عمودی", + ArrowSquare: "مربع پیکان", + Arrow: "فلش", + DirectLeft: "مستقیم سمت چپ", + DirectDown: "مستقیم به پایین", + DirectRight: "راست مستقیم", + DirectUp: "مستقیم کردن", + GlobalEdit: "ویرایش جهانی", + Global: "جهانی است", + GlobalSearch: "جستجوی جهانی", + GpsSlash: "جی پی اس اسلش", + Gps: "جی پی اس", + GlobalRefresh: "به روز رسانی جهانی", + LocationAdd: "اضافه کردن مکان", + LocationDiscover: "کشف مکان", + FolderAdd: "افزودن پوشه", + FolderCloud: "ابر پوشه", + FolderCross: "صلیب پوشه", + LocationSlash: "بریده بریده مکان", + LocationCross: "متقاطع مکان", + LocationTick: "تیک مکان", + Map1: "نقشه 1", + LocationMinus: "مکان منهای", + Location: "محل", + Radar2: "رادار 2", + Map: "نقشه", + Radar: "رادار", + RouteSquare: "میدان مسیر", + Routing2: "مسیریابی 2", + PictureFrame: "قاب عکس", + Routing: "مسیریابی", + CardPos: "پست کارت", + CardAdd: "افزودن کارت", + CardEdit: "ویرایش کارت", + CardReceive: "دریافت کارت", + CardRemove1: "حذف کارت 1", + CardRemove: "حذف کارت", + CardTick1: "تیک کارت 1", + CardTick: "تیک کارت", + Card: "کارت", + Cards: "کارت ها", + Coin1: "سکه 1", + CardSend: "ارسال کارت", + ConvertCard: "کارت تبدیل", + DiscountCircle: "دایره تخفیف", + ChartSquare: "مربع نمودار", + CardSlash: "بریده بریده کارت", + DollarSquare: "مربع دلار", + DiscountShape: "شکل تخفیف", + DollarCircle: "دایره دلار", + EmptyWalletTime: "زمان خالی کیف پول", + Coin: "سکه", + EmptyWalletChange: "تعویض کیف پول خالی", + EmptyWalletTick: "تیک خالی کیف پول", + EmptyWalletAdd: "اضافه کردن کیف پول خالی", + Money3: "پول 3", + Money2: "پول 2", + Money4: "پول 4", + MoneyAdd: "پول اضافه کنید", + MoneyRecive: "دریافت پول", + MoneyForbidden: "پول ممنوع", + MoneyRemove: "حذف پول", + MoneyChange: "تغییر پول", + MoneyArchive: "آرشیو پول", + MoneySend: "ارسال پول", + MoneyTick: "تیک پول", + Money: "پول", + MoneyTime: "زمان پول", + EmptyWallet: "کیف پول خالی", + Moneys: "پول", + Receipt21: "رسید 21", + Receipt2: "رسید 2", + Math: "ریاضی", + ReceiptDiscount: "تخفیف رسید", + EmptyWalletRemove: "کیف پول خالی را حذف کنید", + PercentageCircle: "دایره درصد", + ReceiptEdit: "ویرایش رسید", + Receipt: "اعلام وصول", + ReceiptAdd: "رسید افزودن", + Receipt1: "رسید 1", + ReceiptDisscount: "تخفیف رسید", + ReceiptMinus: "رسید منهای", + SecurityCard: "کارت امنیتی", + ReceiptSearch: "جستجوی رسید", + Strongbox2: "قوی باکس 2", + Strongbox: "قوی جعبه", + PercentageSquare: "درصد مربع", + Tag2: "برچسب 2", + ReceiptText: "متن رسید", + TableDocument: "سند جدول", + ReceiptItem: "مورد رسید", + Ticket: "بلیط", + Ticket2: "بلیط 2", + TransactionMinus: "معامله منهای", + Wallet1: "کیف پول 1", + TicketStar: "ستاره بلیط", + Wallet3: "کیف پول 3", + Wallet2: "کیف پول 2", + WalletMinus: "کیف پول منهای", + WalletAdd1: "کیف پول اضافه کنید 1", + WalletCheck: "چک کیف پول", + WalletAdd: "اضافه کردن کیف پول", + Wallet: "کیف پول", + WalletMoney: "پول کیف پول", + WalletSearch: "جستجوی کیف پول", + LampOn: "لامپ روشن", + LampCharge: "شارژ لامپ", + LampSlash: "بریده لامپ", + WalletRemove: "کیف پول حذف کنید", + Notification1: "اطلاع رسانی 1", + NotificationBing: "اطلاع رسانی بینگ", + NotificationCircle: "دایره اطلاع رسانی", + NotificationFavorite: "مورد علاقه اطلاع رسانی", + Notification: "اطلاع", + NotificationStatus: "وضعیت اطلاع رسانی", + Code1: "کد 1", + Code: "کد", + CommandSquare: "مربع فرمان", + CodeCircle: "دایره کد", + DocumentCode2: "کد سند 2", + HashtagDown: "هشتگ پایین", + Command: "فرمان", + HashtagUp: "هشتگ کنید", + Data2: "داده 2", + Data: "داده ها", + Hierarchy2: "سلسله مراتب 2", + DocumentCode: "کد سند", + Hashtag: "هشتگ", + Hierarchy3: "سلسله مراتب 3", + MessageProgramming: "برنامه نویسی پیام", + HierarchySquare2: "مربع سلسله مراتبی 2", + HierarchySquare3: "مربع سلسله مراتبی 3", + HierarchySquare: "مربع سلسله مراتب", + Hierarchy: "سلسله مراتب", + SidebarLeft: "نوار کناری سمت چپ", + SidebarRight: "نوار کناری سمت راست", + Scroll: "طومار", + SidebarBottom: "پایین نوار کناری", + SidebarTop: "بالای نوار کناری", + MobileProgramming: "برنامه نویسی موبایل", + ProgrammingArrow: "فلش برنامه نویسی", + ProgrammingArrows: "فلش های برنامه نویسی", + Award: "جایزه", + Bookmark: "نشانک", + Briefcase: "کیف", + Book1: "کتاب 1", + Book: "کتاب", + Bookmark2: "نشانک 2", + BrifecaseCross: "صلیب کیف", + Gift: "هدیه", + Calculator: "ماشین حساب", + Notepad: "دفترچه یادداشت", + SearchFavorite1: "جستجوی مورد علاقه 1", + Teacher: "معلم", + SearchNormal1: "جستجوی عادی 1", + Notepad2: "دفترچه یادداشت 2", + SearchFavorite: "جستجوی مورد علاقه", + SearchNormal: "جستجوی عادی", + SearchStatus: "وضعیت جستجو", + SearchStatus1: "وضعیت جستجو 1", + BrifecaseTick: "تیک کیف", + BrifecaseTimer: "تایمر کیف", + Clipboard: "کلیپ بورد", + SearchZoomIn1: "جستجو بزرگنمایی 1", + SearchZoomOut1: "جستجو کوچک نمایی 1", + Brodcast: "پخش می شود", + Check: "بررسی", + EyeSlash: "بریده شدن چشم", + Eye: "چشم", + FingerCricle: "فریاد انگشت", + Key: "کلید", + FingerScan: "اسکن انگشت", + KeySquare: "مربع کلید", + Lock1: "قفل 1", + LockCircle: "دایره قفل", + SearchZoomOut: "جستجو زوم کردن", + SearchZoomIn: "جستجو بزرگنمایی", + Alarm: "زنگ خطر. هشدار", + LockSlash: "قفل اسلش", + Scanner: "اسکنر", + Scan: "اسکن کنید", + PasswordCheck: "بررسی رمز عبور", + Lock: "قفل کردن", + ScanBarcode: "اسکن بارکد", + SecuritySafe: "امن امنیتی", + ShieldCross: "صلیب سپر", + ShieldSearch: "جستجوی سپر", + ShieldSecurity: "امنیت سپر", + Shield: "سپر", + ShieldSlash: "بریده بریده سپر", + ShieldTick: "تیک سپر", + Unlock: "باز کردن قفل", + Candle2: "شمع 2", + Scanning: "اسکن کردن", + SecurityUser: "کاربر امنیتی", + Security: "امنیت", + Candle: "شمع", + Menu: "منو", + Category2: "دسته 2", + Category: "دسته بندی", + More: "بیشتر", + More2: "بیشتر 2", + Setting5: "تنظیم 5", + Setting: "تنظیمات", + Settings: "تنظیمات", + ToggleOffCircle: "خاموش کردن دایره", + ToggleOnCircle: "روی دایره تغییر دهید", + ToggleOff: "خاموش کردن", + Setting2: "تنظیم 2", + Setting3: "تنظیم 3", + Setting4: "تنظیم 4", + ToggleOn: "روشن کردن", + BagHappy: "کیسه شاد", + BagTick2: "تیک کیسه 2", + BagTimer: "تایمر کیف", + Bag: "کیسه", + BagTick: "تیک کیسه", + Barcode: "بارکد", + ShopAdd: "فروشگاه اضافه کنید", + Shop: "فروشگاه", + ShoppingCart: "سبد خرید", + ShopRemove: "فروشگاه حذف", + ShoppingBag: "کیسه خرید", + I24Support: "من 24 پشتیبانی می کند", + HeartAdd: "قلب اضافه کنید", + Dislike: "دوست نداشتن", + HeartCircle: "دایره قلب", + HeartEdit: "ویرایش قلب", + HeartSearch: "جستجوی قلب", + HeartSlash: "بریده شدن قلب", + HeartRemove: "قلب حذف کنید", + Like1: "مانند 1", + Heart: "قلب", + HeartTick: "تیک قلب", + LikeDislike: "دوست نداشتن", + BagCross: "صلیب کیسه ای", + BagCross1: "کیسه صلیب 1", + Bag2: "کیسه 2", + LikeTag: "مانند برچسب", + Medal: "مدال", + Ranking: "رتبه بندی", + MedalStar: "ستاره مدال", + MessageQuestion: "سوال پیام", + Star1: "ستاره 1", + Like: "پسندیدن", + Lovely: "دوست داشتني", + Star: "ستاره", + MagicStar: "ستاره جادویی", + Smileys: "صورتک ها", + Calendar2: "تقویم 2", + StarSlash: "ستاره بریده", + Unlimited: "نامحدود", + CalendarRemove: "حذف تقویم", + Calendar1: "تقویم 1", + CalendarEdit: "ویرایش تقویم", + Calendar: "تقویم", + Clock: "ساعت", + CalendarCircle: "دایره تقویم", + CalendarTick: "تیک تقویم", + CalendarSearch: "جستجوی تقویم", + CalendarAdd: "افزودن تقویم", + TimerStart: "شروع تایمر", + AttachCircle: "دایره را وصل کنید", + Timer: "تایمر", + AttachSquare: "مربع وصل کنید", + EraserSquare: "مربع پاک کن", + LanguageCircle: "دایره زبان", + LanguageSquare: "مربع زبان", + Firstline: "خط اول", + LayoutMaximize: "طرح بندی به حداکثر رساندن", + Link1: "لینک 1", + LinkSquare: "مربع پیوند", + Link2: "لینک 2", + LinkCircle: "حلقه پیوند", + Link: "ارتباط دادن", + Link21: "لینک 21", + Paperclip: "گیره کاغذ", + Paperclip2: "گیره کاغذ 2", + QuoteDownSquare: "نقل قول پایین مربع", + QuoteDownCircle: "نقل قول پایین دایره", + Pharagraphspacing: "فاصله حروف", + QuoteDown: "نقل قول کردن", + QuoteUpCircle: "نقل قول بالا دایره", + QuoteUpSquare: "نقل قول به بالا مربع", + QuoteUp: "نقل قول بالا", + Timer1: "تایمر 1", + SecurityTime: "زمان امنیتی", + TimerPause: "مکث تایمر", + Smallcaps: "کلاه های کوچک", + TextBlock: "بلوک متنی", + TextItalic: "متن ایتالیک", + Text: "متن", + TextUnderline: "زیر خط متن", + TextBold: "متن پررنگ", + TextalignCenter: "مرکز چینش", + TextalignJustifycenter: "چینش مرکزمرتب", + TextalignJustifyleft: "چینش چپ مرتب", + TextalignJustifyright: "چینش راست مرتب", + TextalignLeft: "چینش چپ", + TextalignRight: "چینش راست", + LikeShapes: "مانند اشکال", + Translate: "ترجمه کردن", + Profile2User: "پروفایل 2 کاربر", + People: "مردم", + ProfileDelete: "حذف پروفایل", + ProfileCircle: "دایره پروفایل", + ProfileAdd: "افزودن نمایه", + ProfileRemove: "حذف پروفایل", + ProfileTick: "تیک پروفایل", + Profile: "مشخصات", + TagUser: "کاربر را تگ کنید", + UserAdd: "افزودن کاربر", + UserEdit: "ویرایش کاربر", + UserCirlceAdd: "کاربر مثلث اضافه ", + UserOctagon: "کاربر هشت ضلعی", + UserMinus: "کاربر منهای", + UserSquare: "مربع کاربر", + UserRemove: "کاربر حذف کنید", + UserTag: "برچسب کاربر", + UserSearch: "جستجوی کاربر", + UserTick: "تیک کاربر", + User: "کاربر", + AudioSquare: "مربع صوتی", + Backward: "رو به عقب", + CameraSlash: "اسلش دوربین", + Cut: "قطع كردن", + Camera: "دوربین", + GalleryEdit: "ویرایش گالری", + Forward: "رو به جلو", + GalleryAdd: "افزودن گالری", + GalleryExport: "صادرات گالری", + GalleryFavorite: "گالری مورد علاقه", + GallerySlash: "اسلش گالری", + GalleryRemove: "گالری حذف", + GalleryTick: "تیک گالری", + Gallery: "گالری", + MaximizeCircle: "دایره را به حداکثر برسانید", + Image: "تصویر", + Microphone2: "میکروفون 2", + MicrophoneSlash: "اسلش میکروفون", + MicrophoneSlash1: "اسلش میکروفون 1", + Microphone: "میکروفون", + MiniMusicSqaure: "میدان موسیقی مینی", + MusicFilter: "فیلتر موسیقی", + MusicCircle: "حلقه موسیقی", + MusicDashboard: "داشبورد موسیقی", + GalleryImport: "واردات گالری", + MusicLibrary2: "کتابخانه موسیقی 2", + MusicSquareRemove: "مربع موسیقی حذف", + MusicSquareAdd: "مربع موسیقی اضافه کنید", + MusicPlaylist: "لیست پخش موسیقی", + MusicSquareSearch: "جستجوی مربع موسیقی", + MusicSquare: "میدان موسیقی", + Music: "موسیقی", + Next: "بعد", + NoteSquare: "مربع یادداشت", + Musicnote: "نت موسیقی", + PauseCircle: "دایره مکث", + PlayAdd: "بازی اضافه کردن", + Pause: "مکث", + PlayCircle: "دایره بازی", + Play: "بازی", + Previous: "قبلی", + PlayCricle: "کریکل ​​بازی کن", + RepeateMusic: "تکرار موسیقی", + Record: "رکورد", + RepeateOne: "یکی را تکرار کن", + Shuffle: "بر زدن", + Screenmirroring: "معکوس روی صفحه نمایش", + PlayRemove: "بازی حذف", + RecordCircle: "ثبت دایره", + Radio: "رادیو", + Stop: "متوقف کردن", + StopCircle: "دایره را متوقف کنید", + Subtitle: "عنوان فرعی", + VideoAdd: "افزودن ویدیو", + VideoCircle: "دایره ویدیویی", + VideoHorizontal: "ویدیوی افقی", + VideoOctagon: "هشت ضلعی ویدیویی", + VideoPlay: "پخش ویدیو", + VideoSlash: "اسلش ویدیویی", + VideoTime: "زمان ویدیو", + VideoRemove: "حذف ویدیو", + VideoSquare: "مربع تصویری", + VideoTick: "تیک ویدیو", + Video: "ویدئو", + VideoVertical: "ویدیو عمودی", + VoiceCricle: "فریاد صوتی", + VoiceSquare: "مربع صدا", + VolumeCross: "ضربدر حجمی", + VolumeHigh: "حجم بالا", + VolumeMute: "قطع صدا", + VolumeLow1: "حجم کم 1", + VolumeLow: "حجم کم", + VolumeSlash: "کاهش حجم", + VolumeUp: "افزایش حجم", + CloudCross: "صلیب ابر", + Volume: "جلد", + CloudDrizzle: "نم نم باران", + CloudFog: "مه ابر", + CloudLightning: "رعد و برق ابر", + CloudMinus: "ابر منهای", + CloudPlus: "ابر پلاس", + CloudNotif: "اطلاع رسانی ابری", + CloudSnow: "برف ابر", + CloudSunny: "ابر آفتابی", + Cloud: "ابر", + Drop: "رها کردن", + SunFog: "مه خورشید", + Flashy: "پر زرق و برق", + Moon: "ماه", + Sun1: "خورشید 1", + Wind2: "باد 2", + Tag: "برچسب زدن", + Sun: "آفتاب", + TicketExpired: "بلیط منقضی شد", + TicketDiscount: "تخفیف بلیط", + Wind: "باد", +}; +export default icons; diff --git a/src/iconsax.css b/src/iconsax.css new file mode 100644 index 0000000..01b1895 --- /dev/null +++ b/src/iconsax.css @@ -0,0 +1,29095 @@ +@font-face { + font-family: "iconsax"; + + src: url("/font/iconsax.eot"); + src: url("/font/iconsax.eot#iefix") format("embedded-opentype"), + url("/font/iconsax2.ttf") format("truetype"), + url("/font/iconsax2.woff") format("woff"), + url("/font/iconsax.svg#iconsax") format("svg"); + font-weight: normal; + font-style: normal; + font-display: block; +} + +.isax { + font-size: 30px; + /* use !important to prevent issues with browser extensions that change font */ + font-family: "iconsax" !important; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +.isax-refresh-pure:before { + content: "\0677"; +} +.isax-notebook:before { + content: "Ş"; +} +.isax-3angle-warning:before { + content: "Z"; +} +.isax-message-new:before { + content: "\0264"; +} +.isax-message-edit6:before { + content: "\0263"; +} +.isax-message6:before { + content: "\0262"; +} +.isax-duble-tick:before { + content: "\0676"; +} +.isax-dcube:before { + content: "\e901"; +} +.isax-d-cube-scan:before { + content: "\e902"; +} +.isax-d-rotate:before { + content: "\e903"; +} +.isax-d-square:before { + content: "\e904"; +} +.isax-square:before { + content: "\e905"; +} +.isax-support:before { + content: "\e906"; +} +.isax-activity:before { + content: "\e907"; +} +.isax-add:before { + content: "\e908"; +} +.isax-add-circle:before { + content: "\e909"; +} +.isax-additem:before { + content: "\e90a"; +} +.isax-add-square:before { + content: "\e90b"; +} +.isax-airdrop:before { + content: "\e90c"; +} +.isax-airplane:before { + content: "\e90d"; +} +.isax-airplane-square:before { + content: "\e90e"; +} +.isax-airpod:before { + content: "\e90f"; +} +.isax-airpods:before { + content: "\e910"; +} +.isax-alarm:before { + content: "\e911"; +} +.isax-align-bottom:before { + content: "\e912"; +} +.isax-align-horizontally:before { + content: "\e913"; +} +.isax-align-left:before { + content: "\e914"; +} +.isax-align-right:before { + content: "\e915"; +} +.isax-align-vertically:before { + content: "\e916"; +} +.isax-aquarius:before { + content: "\e917"; +} +.isax-archive:before { + content: "\e918"; +} +.isax-archive-1:before { + content: "\e919"; +} +.isax-archive-2:before { + content: "\e91a"; +} +.isax-archive-add:before { + content: "\e91b"; +} +.isax-archive-book:before { + content: "\e91c"; +} +.isax-archive-minus:before { + content: "\e91d"; +} +.isax-archive-slash:before { + content: "\e91e"; +} +.isax-archive-tick:before { + content: "\e91f"; +} +.isax-arrange-circle:before { + content: "\e920"; +} +.isax-arrange-circle-2:before { + content: "\e921"; +} +.isax-arrange-square:before { + content: "\e922"; +} +.isax-arrange-square-2:before { + content: "\e923"; +} +.isax-arrow:before { + content: "\e924"; +} +.isax-arrow-2:before { + content: "\e925"; +} +.isax-arrow-3:before { + content: "\e926"; +} +.isax-arrow-bottom:before { + content: "\e927"; +} +.isax-arrow-circle-down:before { + content: "\e928"; +} +.isax-arrow-circle-left:before { + content: "\e929"; +} +.isax-arrow-circle-right:before { + content: "\e92a"; +} +.isax-arrow-circle-up:before { + content: "\e92b"; +} +.isax-arrow-down:before { + content: "\e92c"; +} +.isax-arrow-down-1:before { + content: "\e92d"; +} +.isax-arrow-down-2:before { + content: "\e92e"; +} +.isax-arrow-left:before { + content: "\e92f"; +} +.isax-arrow-left-1:before { + content: "\e930"; +} +.isax-arrow-left-2:before { + content: "\e931"; +} +.isax-arrow-left-3:before { + content: "\e932"; +} +.isax-arrow-right:before { + content: "\e933"; +} +.isax-arrow-right-1:before { + content: "\e934"; +} +.isax-arrow-right-2:before { + content: "\e935"; +} +.isax-arrow-right-3:before { + content: "\e936"; +} +.isax-arrow-right-4:before { + content: "\e937"; +} +.isax-arrow-square:before { + content: "\e938"; +} +.isax-arrow-square-down:before { + content: "\e939"; +} +.isax-arrow-square-left:before { + content: "\e93a"; +} +.isax-arrow-square-up:before { + content: "\e93b"; +} +.isax-arrow-swap:before { + content: "\e93c"; +} +.isax-arrow-swap-horizontal:before { + content: "\e93d"; +} +.isax-arrow-up:before { + content: "\e93e"; +} +.isax-arrow-up-1:before { + content: "\e93f"; +} +.isax-arrow-up-2:before { + content: "\e940"; +} +.isax-arrow-up-3:before { + content: "\e941"; +} +.isax-attach-circle:before { + content: "\e942"; +} +.isax-attach-square:before { + content: "\e943"; +} +.isax-audio-square:before { + content: "\e944"; +} +.isax-autobrightness:before { + content: "\e945"; +} +.isax-award:before { + content: "\e946"; +} +.isax-back-square:before { + content: "\e947"; +} +.isax-backward:before { + content: "\e948"; +} +.isax-backward-5-seconds:before { + content: "\e949"; +} +.isax-backward-10-seconds:before { + content: "\e94a"; +} +.isax-backward-15-seconds:before { + content: "\e94b"; +} +.isax-backward-item:before { + content: "\e94c"; +} +.isax-bag:before { + content: "\e94d"; +} +.isax-bag-2:before { + content: "\e94e"; +} +.isax-bag-cross:before { + content: "\e94f"; +} +.isax-bag-cross-1:before { + content: "\e950"; +} +.isax-bag-happy:before { + content: "\e951"; +} +.isax-bag-tick:before { + content: "\e952"; +} +.isax-bag-tick-2:before { + content: "\e953"; +} +.isax-bag-timer:before { + content: "\e954"; +} +.isax-bank:before { + content: "\e955"; +} +.isax-barcode:before { + content: "\e956"; +} +.isax-battery-3full:before { + content: "\e957"; +} +.isax-battery-charging:before { + content: "\e958"; +} +.isax-battery-disable:before { + content: "\e959"; +} +.isax-battery-empty:before { + content: "\e95a"; +} +.isax-battery-empty-1:before { + content: "\e95b"; +} +.isax-battery-full:before { + content: "\e95c"; +} +.isax-bezier:before { + content: "\e95d"; +} +.isax-bill:before { + content: "\e95e"; +} +.isax-bitcoin-card:before { + content: "\e95f"; +} +.isax-bitcoin-convert:before { + content: "\e960"; +} +.isax-bitcoin-refresh:before { + content: "\e961"; +} +.isax-blend:before { + content: "\e962"; +} +.isax-blend-2:before { + content: "\e963"; +} +.isax-bluetooth:before { + content: "\e964"; +} +.isax-bluetooth-2:before { + content: "\e965"; +} +.isax-bluetooth-circle:before { + content: "\e966"; +} +.isax-bluetooth-rectangle:before { + content: "\e967"; +} +.isax-blur:before { + content: "\e968"; +} +.isax-book:before { + content: "\e969"; +} +.isax-book-1:before { + content: "\e96a"; +} +.isax-bookmark:before { + content: "\e96b"; +} +.isax-bookmark-2:before { + content: "\e96c"; +} +.isax-book-saved:before { + content: "\e96d"; +} +.isax-book-square:before { + content: "\e96e"; +} +.isax-box:before { + content: "\e96f"; +} +.isax-box-1:before { + content: "\e970"; +} +.isax-box-2:before { + content: "\e971"; +} +.isax-box-add:before { + content: "\e972"; +} +.isax-box-remove:before { + content: "\e973"; +} +.isax-box-search:before { + content: "\e974"; +} +.isax-box-tick:before { + content: "\e975"; +} +.isax-box-time:before { + content: "\e976"; +} +.isax-briefcase:before { + content: "\e977"; +} +.isax-brifecase-cross:before { + content: "\e978"; +} +.isax-brifecase-tick:before { + content: "\e979"; +} +.isax-brifecase-timer:before { + content: "\e97a"; +} +.isax-broom:before { + content: "\e97b"; +} +.isax-brush:before { + content: "\e97c"; +} +.isax-brush-1:before { + content: "\e97d"; +} +.isax-brush-2:before { + content: "\e97e"; +} +.isax-brush-3:before { + content: "\e97f"; +} +.isax-brush-4:before { + content: "\e980"; +} +.isax-bubble:before { + content: "\e981"; +} +.isax-bucket:before { + content: "\e982"; +} +.isax-bucket-circle:before { + content: "\e983"; +} +.isax-bucket-square:before { + content: "\e984"; +} +.isax-building:before { + content: "\e985"; +} +.isax-building-3:before { + content: "\e986"; +} +.isax-building-4:before { + content: "\e987"; +} +.isax-buildings:before { + content: "\e988"; +} +.isax-buildings-2:before { + content: "\e989"; +} +.isax-buliding:before { + content: "\e98a"; +} +.isax-bus:before { + content: "\e98b"; +} +.isax-buy-crypto:before { + content: "\e98c"; +} +.isax-cake:before { + content: "\e98d"; +} +.isax-calculator:before { + content: "\e98e"; +} +.isax-calendar:before { + content: "\e98f"; +} +.isax-calendar-1:before { + content: "\e990"; +} +.isax-calendar-2:before { + content: "\e991"; +} +.isax-calendar-add:before { + content: "\e992"; +} +.isax-calendar-circle:before { + content: "\e993"; +} +.isax-calendar-edit:before { + content: "\e994"; +} +.isax-calendar-remove:before { + content: "\e995"; +} +.isax-calendar-search:before { + content: "\e996"; +} +.isax-calendar-tick:before { + content: "\e997"; +} +.isax-call:before { + content: "\e998"; +} +.isax-call-add:before { + content: "\e999"; +} +.isax-call-calling:before { + content: "\e99a"; +} +.isax-call-incoming:before { + content: "\e99b"; +} +.isax-call-minus:before { + content: "\e99c"; +} +.isax-call-outgoing:before { + content: "\e99d"; +} +.isax-call-received:before { + content: "\e99e"; +} +.isax-call-remove:before { + content: "\e99f"; +} +.isax-call-slash:before { + content: "\e9a0"; +} +.isax-camera:before { + content: "\e9a1"; +} +.isax-camera-slash:before { + content: "\e9a2"; +} +.isax-candle:before { + content: "\e9a3"; +} +.isax-candle-2:before { + content: "\e9a4"; +} +.isax-car:before { + content: "\e9a5"; +} +.isax-card:before { + content: "\e9a6"; +} +.isax-card-add:before { + content: "\e9a7"; +} +.isax-card-coin:before { + content: "\e9a8"; +} +.isax-card-edit:before { + content: "\e9a9"; +} +.isax-card-pos:before { + content: "\e9aa"; +} +.isax-card-receive:before { + content: "\e9ab"; +} +.isax-card-remove:before { + content: "\e9ac"; +} +.isax-card-remove-1:before { + content: "\e9ad"; +} +.isax-cards:before { + content: "\e9ae"; +} +.isax-card-send:before { + content: "\e9af"; +} +.isax-card-slash:before { + content: "\e9b0"; +} +.isax-card-tick:before { + content: "\e9b1"; +} +.isax-card-tick-1:before { + content: "\e9b2"; +} +.isax-category:before { + content: "\e9b3"; +} +.isax-category-2:before { + content: "\e9b4"; +} +.isax-cd:before { + content: "\e9b5"; +} +.isax-chart:before { + content: "\e9b6"; +} +.isax-chart-1:before { + content: "\e9b7"; +} +.isax-chart-2:before { + content: "\e9b8"; +} +.isax-chart-3:before { + content: "\e9b9"; +} +.isax-chart-21:before { + content: "\e9ba"; +} +.isax-chart-fail:before { + content: "\e9bb"; +} +.isax-chart-square:before { + content: "\e9bc"; +} +.isax-chart-success:before { + content: "\e9bd"; +} +.isax-check:before { + content: "\e9be"; +} +.isax-chrome:before { + content: "\e9bf"; +} +.isax-clipboard:before { + content: "\e9c0"; +} +.isax-clipboard-close:before { + content: "\e9c1"; +} +.isax-clipboard-export:before { + content: "\e9c2"; +} +.isax-clipboard-import:before { + content: "\e9c3"; +} +.isax-clipboard-text:before { + content: "\e9c4"; +} +.isax-clipboard-tick:before { + content: "\e9c5"; +} +.isax-clock:before { + content: "\e9c6"; +} +.isax-clock-1:before { + content: "\e9c7"; +} +.isax-close-circle:before { + content: "\e9c8"; +} +.isax-close-square:before { + content: "\e9c9"; +} +.isax-cloud:before { + content: "\e9ca"; +} +.isax-cloud-add:before { + content: "\e9cb"; +} +.isax-cloud-change:before { + content: "\e9cc"; +} +.isax-cloud-connection:before { + content: "\e9cd"; +} +.isax-cloud-cross:before { + content: "\e9ce"; +} +.isax-cloud-drizzle:before { + content: "\e9cf"; +} +.isax-cloud-fog:before { + content: "\e9d0"; +} +.isax-cloud-lightning:before { + content: "\e9d1"; +} +.isax-cloud-minus:before { + content: "\e9d2"; +} +.isax-cloud-notif:before { + content: "\e9d3"; +} +.isax-cloud-plus:before { + content: "\e9d4"; +} +.isax-cloud-remove:before { + content: "\e9d5"; +} +.isax-cloud-snow:before { + content: "\e9d6"; +} +.isax-cloud-sunny:before { + content: "\e9d7"; +} +.isax-code:before { + content: "\e9d8"; +} +.isax-code-1:before { + content: "\e9d9"; +} +.isax-code-circle:before { + content: "\e9da"; +} +.isax-coffee:before { + content: "\e9db"; +} +.isax-coin:before { + content: "\e9dc"; +} +.isax-coin-1:before { + content: "\e9dd"; +} +.isax-colorfilter:before { + content: "\e9de"; +} +.isax-colors-square:before { + content: "\e9df"; +} +.isax-color-swatch:before { + content: "\e9e0"; +} +.isax-command:before { + content: "\e9e1"; +} +.isax-command-square:before { + content: "\e9e2"; +} +.isax-component:before { + content: "\e9e3"; +} +.isax-computing:before { + content: "\e9e4"; +} +.isax-convert:before { + content: "\e9e5"; +} +.isax-convert-3d-cube:before { + content: "\e9e6"; +} +.isax-convert-card:before { + content: "\e9e7"; +} +.isax-convertshape:before { + content: "\e9e8"; +} +.isax-convertshape-2:before { + content: "\e9e9"; +} +.isax-copy:before { + content: "\e9ea"; +} +.isax-copyright:before { + content: "\e9eb"; +} +.isax-copy-success:before { + content: "\e9ec"; +} +.isax-courthouse:before { + content: "\e9ed"; +} +.isax-cpu:before { + content: "\e9ee"; +} +.isax-cpu-charge:before { + content: "\e9ef"; +} +.isax-cpu-setting:before { + content: "\e9f0"; +} +.isax-creative-commons:before { + content: "\e9f1"; +} +.isax-crop:before { + content: "\e9f2"; +} +.isax-crown:before { + content: "\e9f3"; +} +.isax-crown-1:before { + content: "\e9f4"; +} +.isax-cup:before { + content: "\e9f5"; +} +.isax-danger:before { + content: "\e9f6"; +} +.isax-data:before { + content: "\e9f7"; +} +.isax-data-2 .path1:before { + content: "\e9f8"; + color: rgb(41, 45, 50); +} +.isax-data-2 .path2:before { + content: "\e9f9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data-2 .path3:before { + content: "\e9fa"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data-2 .path4:before { + content: "\e9fb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data-2 .path5:before { + content: "\e9fc"; + margin-left: -1em; + color: rgb(255, 255, 255); +} +.isax-data-2 .path6:before { + content: "\e9fd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data-2 .path7:before { + content: "\e9fe"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data-2 .path8:before { + content: "\e9ff"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-designtools:before { + content: "\ea00"; +} +.isax-device-message:before { + content: "\ea01"; +} +.isax-devices:before { + content: "\ea02"; +} +.isax-devices-1:before { + content: "\ea03"; +} +.isax-diagram:before { + content: "\ea04"; +} +.isax-diamonds:before { + content: "\ea05"; +} +.isax-direct:before { + content: "\ea06"; +} +.isax-directbox-default:before { + content: "\ea07"; +} +.isax-directbox-notif:before { + content: "\ea08"; +} +.isax-directbox-receive:before { + content: "\ea09"; +} +.isax-directbox-send:before { + content: "\ea0a"; +} +.isax-direct-down:before { + content: "\ea0b"; +} +.isax-direct-inbox:before { + content: "\ea0c"; +} +.isax-direct-left:before { + content: "\ea0d"; +} +.isax-direct-normal:before { + content: "\ea0e"; +} +.isax-direct-notification:before { + content: "\ea0f"; +} +.isax-direct-right:before { + content: "\ea10"; +} +.isax-direct-send:before { + content: "\ea11"; +} +.isax-direct-up:before { + content: "\ea12"; +} +.isax-discount-circle:before { + content: "\ea13"; +} +.isax-discount-shape:before { + content: "\ea14"; +} +.isax-discover:before { + content: "\ea15"; +} +.isax-discover-1:before { + content: "\ea16"; +} +.isax-dislike:before { + content: "\ea17"; +} +.isax-document:before { + content: "\ea18"; +} +.isax-document-1:before { + content: "\ea19"; +} +.isax-document-cloud:before { + content: "\ea1a"; +} +.isax-document-code:before { + content: "\ea1b"; +} +.isax-document-code-2:before { + content: "\ea1c"; +} +.isax-document-copy:before { + content: "\ea1d"; +} +.isax-document-download:before { + content: "\ea1e"; +} +.isax-document-favorite:before { + content: "\ea1f"; +} +.isax-document-filter:before { + content: "\ea20"; +} +.isax-document-forward:before { + content: "\ea21"; +} +.isax-document-like:before { + content: "\ea22"; +} +.isax-document-normal:before { + content: "\ea23"; +} +.isax-document-previous:before { + content: "\ea24"; +} +.isax-document-sketch:before { + content: "\ea25"; +} +.isax-document-text:before { + content: "\ea26"; +} +.isax-document-text-1:before { + content: "\ea27"; +} +.isax-document-upload:before { + content: "\ea28"; +} +.isax-dollar-circle:before { + content: "\ea29"; +} +.isax-dollar-square:before { + content: "\ea2a"; +} +.isax-driver:before { + content: "\ea2b"; +} +.isax-driver-2:before { + content: "\ea2c"; +} +.isax-driver-refresh:before { + content: "\ea2d"; +} +.isax-driving:before { + content: "\ea2e"; +} +.isax-edit:before { + content: "\ea2f"; +} +.isax-edit-2:before { + content: "\ea30"; +} +.isax-electricity:before { + content: "\ea31"; +} +.isax-element-2:before { + content: "\ea32"; +} +.isax-element-3:before { + content: "\ea33"; +} +.isax-element-4:before { + content: "\ea34"; +} +.isax-element-equal:before { + content: "\ea35"; +} +.isax-element-plus:before { + content: "\ea36"; +} +.isax-emoji-happy:before { + content: "\ea37"; +} +.isax-emoji-normal:before { + content: "\ea38"; +} +.isax-emoji-sad:before { + content: "\ea39"; +} +.isax-empty-wallet:before { + content: "\ea3a"; +} +.isax-empty-wallet-add:before { + content: "\ea3b"; +} +.isax-empty-wallet-change:before { + content: "\ea3c"; +} +.isax-empty-wallet-remove:before { + content: "\ea3d"; +} +.isax-empty-wallet-tick:before { + content: "\ea3e"; +} +.isax-empty-wallet-time:before { + content: "\ea3f"; +} +.isax-eraser:before { + content: "\ea40"; +} +.isax-eraser-1:before { + content: "\ea41"; +} +.isax-export:before { + content: "\ea42"; +} +.isax-export-1:before { + content: "\ea43"; +} +.isax-export-2:before { + content: "\ea44"; +} +.isax-export-3:before { + content: "\ea45"; +} +.isax-external-drive:before { + content: "\ea46"; +} +.isax-eye:before { + content: "\ea47"; +} +.isax-eye-slash:before { + content: "\ea48"; +} +.isax-fatrows:before { + content: "\ea49"; +} +.isax-favorite-chart:before { + content: "\ea4a"; +} +.isax-filter:before { + content: "\ea4b"; +} +.isax-filter-add:before { + content: "\ea4c"; +} +.isax-filter-edit:before { + content: "\ea4d"; +} +.isax-filter-remove:before { + content: "\ea4e"; +} +.isax-filter-search:before { + content: "\ea4f"; +} +.isax-filter-square:before { + content: "\ea50"; +} +.isax-filter-tick:before { + content: "\ea51"; +} +.isax-finger-cricle:before { + content: "\ea52"; +} +.isax-finger-scan:before { + content: "\ea53"; +} +.isax-firstline:before { + content: "\ea54"; +} +.isax-flag:before { + content: "\ea55"; +} +.isax-flag-2:before { + content: "\ea56"; +} +.isax-flash:before { + content: "\ea57"; +} +.isax-flash-1:before { + content: "\ea58"; +} +.isax-flash-circle:before { + content: "\ea59"; +} +.isax-flash-circle-1:before { + content: "\ea5a"; +} +.isax-flash-slash:before { + content: "\ea5b"; +} +.isax-folder:before { + content: "\ea5c"; +} +.isax-folder-2:before { + content: "\ea5d"; +} +.isax-folder-add:before { + content: "\ea5e"; +} +.isax-folder-cloud:before { + content: "\ea5f"; +} +.isax-folder-connection:before { + content: "\ea60"; +} +.isax-folder-cross:before { + content: "\ea61"; +} +.isax-folder-favorite:before { + content: "\ea62"; +} +.isax-folder-minus:before { + content: "\ea63"; +} +.isax-folder-open:before { + content: "\ea64"; +} +.isax-forbidden:before { + content: "\ea65"; +} +.isax-forbidden-2:before { + content: "\ea66"; +} +.isax-format-circle:before { + content: "\ea67"; +} +.isax-format-square:before { + content: "\ea68"; +} +.isax-forward:before { + content: "\ea69"; +} +.isax-forward-5-seconds:before { + content: "\ea6a"; +} +.isax-forward-10-seconds:before { + content: "\ea6b"; +} +.isax-forward-15-seconds:before { + content: "\ea6c"; +} +.isax-forward-item:before { + content: "\ea6d"; +} +.isax-forward-square:before { + content: "\ea6e"; +} +.isax-frame:before { + content: "\ea6f"; +} +.isax-frame-1:before { + content: "\ea70"; +} +.isax-frame-2:before { + content: "\ea71"; +} +.isax-frame-3:before { + content: "\ea72"; +} +.isax-frame-4:before { + content: "\ea73"; +} +.isax-gallery:before { + content: "\ea74"; +} +.isax-gallery-add:before { + content: "\ea75"; +} +.isax-gallery-edit:before { + content: "\ea76"; +} +.isax-gallery-export:before { + content: "\ea77"; +} +.isax-gallery-favorite:before { + content: "\ea78"; +} +.isax-gallery-import:before { + content: "\ea79"; +} +.isax-gallery-remove:before { + content: "\ea7a"; +} +.isax-gallery-slash:before { + content: "\ea7b"; +} +.isax-gallery-tick:before { + content: "\ea7c"; +} +.isax-game:before { + content: "\ea7d"; +} +.isax-gameboy:before { + content: "\ea7e"; +} +.isax-gas-station:before { + content: "\ea7f"; +} +.isax-gemini:before { + content: "\ea80"; +} +.isax-gemini-2:before { + content: "\ea81"; +} +.isax-ghost:before { + content: "\ea82"; +} +.isax-gift:before { + content: "\ea83"; +} +.isax-glass:before { + content: "\ea84"; +} +.isax-glass-1:before { + content: "\ea85"; +} +.isax-global:before { + content: "\ea86"; +} +.isax-global-edit:before { + content: "\ea87"; +} +.isax-global-refresh:before { + content: "\ea88"; +} +.isax-global-search:before { + content: "\ea89"; +} +.isax-gps:before { + content: "\ea8a"; +} +.isax-gps-slash:before { + content: "\ea8b"; +} +.isax-grammerly:before { + content: "\ea8c"; +} +.isax-graph:before { + content: "\ea8d"; +} +.isax-grid-1:before { + content: "\ea8e"; +} +.isax-grid-2:before { + content: "\ea8f"; +} +.isax-grid-3:before { + content: "\ea90"; +} +.isax-grid-4:before { + content: "\ea91"; +} +.isax-grid-5:before { + content: "\ea92"; +} +.isax-grid-6:before { + content: "\ea93"; +} +.isax-grid-7:before { + content: "\ea94"; +} +.isax-grid-8:before { + content: "\ea95"; +} +.isax-grid-9:before { + content: "\ea96"; +} +.isax-grid-edit:before { + content: "\ea97"; +} +.isax-grid-eraser:before { + content: "\ea98"; +} +.isax-grid-lock:before { + content: "\ea99"; +} +.isax-happyemoji:before { + content: "\ea9a"; +} +.isax-hashtag:before { + content: "\ea9b"; +} +.isax-hashtag-1:before { + content: "\ea9c"; +} +.isax-hashtag-down:before { + content: "\ea9d"; +} +.isax-hashtag-up:before { + content: "\ea9e"; +} +.isax-headphone:before { + content: "\ea9f"; +} +.isax-headphones:before { + content: "\eaa0"; +} +.isax-health:before { + content: "\eaa1"; +} +.isax-heart:before { + content: "\eaa2"; +} +.isax-heart-add:before { + content: "\eaa3"; +} +.isax-heart-circle:before { + content: "\eaa4"; +} +.isax-heart-edit:before { + content: "\eaa5"; +} +.isax-heart-remove:before { + content: "\eaa6"; +} +.isax-heart-search:before { + content: "\eaa7"; +} +.isax-heart-slash:before { + content: "\eaa8"; +} +.isax-heart-tick:before { + content: "\eaa9"; +} +.isax-hierarchy:before { + content: "\eaaa"; +} +.isax-hierarchy-2:before { + content: "\eaab"; +} +.isax-hierarchy-3:before { + content: "\eaac"; +} +.isax-hierarchy-square:before { + content: "\eaad"; +} +.isax-hierarchy-square-2:before { + content: "\eaae"; +} +.isax-hierarchy-square-3:before { + content: "\eaaf"; +} +.isax-home:before { + content: "\eab0"; +} +.isax-home-1:before { + content: "\eab1"; +} +.isax-home-2:before { + content: "\eab2"; +} +.isax-home-hashtag:before { + content: "\eab3"; +} +.isax-home-trend-down:before { + content: "\eab4"; +} +.isax-home-trend-up:before { + content: "\eab5"; +} +.isax-home-wifi:before { + content: "\eab6"; +} +.isax-hospital:before { + content: "\eab7"; +} +.isax-house:before { + content: "\eab8"; +} +.isax-house-2:before { + content: "\eab9"; +} +.isax-icon:before { + content: "\eaba"; +} +.isax-image:before { + content: "\eabb"; +} +.isax-import:before { + content: "\eabc"; +} +.isax-import-1:before { + content: "\eabd"; +} +.isax-import-2:before { + content: "\eabe"; +} +.isax-info-circle:before { + content: "\eabf"; +} +.isax-information:before { + content: "\eac0"; +} +.isax-instagram:before { + content: "\eac1"; +} +.isax-judge:before { + content: "\eac2"; +} +.isax-kanban:before { + content: "\eac3"; +} +.isax-key:before { + content: "\eac4"; +} +.isax-keyboard:before { + content: "\eac5"; +} +.isax-keyboard-open:before { + content: "\eac6"; +} +.isax-key-square:before { + content: "\eac7"; +} +.isax-lamp:before { + content: "\eac8"; +} +.isax-lamp-1:before { + content: "\eac9"; +} +.isax-lamp-charge:before { + content: "\eaca"; +} +.isax-lamp-on:before { + content: "\eacb"; +} +.isax-lamp-slash:before { + content: "\eacc"; +} +.isax-language-circle:before { + content: "\eacd"; +} +.isax-language-square:before { + content: "\eace"; +} +.isax-layer:before { + content: "\eacf"; +} +.isax-level:before { + content: "\ead0"; +} +.isax-lifebuoy:before { + content: "\ead1"; +} +.isax-like:before { + content: "\ead2"; +} +.isax-like-1:before { + content: "\ead3"; +} +.isax-like-dislike:before { + content: "\ead4"; +} +.isax-like-shapes:before { + content: "\ead5"; +} +.isax-like-tag:before { + content: "\ead6"; +} +.isax-link:before { + content: "\ead7"; +} +.isax-link-1:before { + content: "\ead8"; +} +.isax-link-2:before { + content: "\ead9"; +} +.isax-link-21:before { + content: "\eada"; +} +.isax-link-circle:before { + content: "\eadb"; +} +.isax-link-square:before { + content: "\eadc"; +} +.isax-location:before { + content: "\eadd"; +} +.isax-location-add:before { + content: "\eade"; +} +.isax-location-cross:before { + content: "\eadf"; +} +.isax-location-minus:before { + content: "\eae0"; +} +.isax-location-slash:before { + content: "\eae1"; +} +.isax-location-tick:before { + content: "\eae2"; +} +.isax-lock:before { + content: "\eae3"; +} +.isax-lock-1:before { + content: "\eae4"; +} +.isax-lock-circle:before { + content: "\eae5"; +} +.isax-lock-slash:before { + content: "\eae6"; +} +.isax-login:before { + content: "\eae7"; +} +.isax-login-1:before { + content: "\eae8"; +} +.isax-logout:before { + content: "\eae9"; +} +.isax-logout-1:before { + content: "\eaea"; +} +.isax-lovely:before { + content: "\eaeb"; +} +.isax-magicpen:before { + content: "\eaec"; +} +.isax-magic-star:before { + content: "\eaed"; +} +.isax-main-component:before { + content: "\eaee"; +} +.isax-man:before { + content: "\eaef"; +} +.isax-map:before { + content: "\eaf0"; +} +.isax-map-1:before { + content: "\eaf1"; +} +.isax-mask:before { + content: "\eaf2"; +} +.isax-mask-1:before { + content: "\eaf3"; +} +.isax-mask-2:before { + content: "\eaf4"; +} +.isax-math:before { + content: "\eaf5"; +} +.isax-maximize:before { + content: "\eaf6"; +} +.isax-maximize-1:before { + content: "\eaf7"; +} +.isax-maximize-2:before { + content: "\eaf8"; +} +.isax-maximize-3:before { + content: "\eaf9"; +} +.isax-maximize-4:before { + content: "\eafa"; +} +.isax-maximize-21:before { + content: "\eafb"; +} +.isax-maximize-circle:before { + content: "\eafc"; +} +.isax-medal:before { + content: "\eafd"; +} +.isax-medal-star:before { + content: "\eafe"; +} +.isax-menu:before { + content: "\eaff"; +} +.isax-menu-1:before { + content: "\eb00"; +} +.isax-menu-board:before { + content: "\eb01"; +} +.isax-message:before { + content: "\eb02"; +} +.isax-message-2:before { + content: "\eb03"; +} +.isax-message-add:before { + content: "\eb04"; +} +.isax-message-add-1:before { + content: "\eb05"; +} +.isax-message-circle:before { + content: "\eb06"; +} +.isax-message-edit:before { + content: "\eb07"; +} +.isax-message-favorite:before { + content: "\eb08"; +} +.isax-message-minus:before { + content: "\eb09"; +} +.isax-message-notif:before { + content: "\eb0a"; +} +.isax-message-programming:before { + content: "\eb0b"; +} +.isax-message-question:before { + content: "\eb0c"; +} +.isax-message-remove:before { + content: "\eb0d"; +} +.isax-messages:before { + content: "\eb0e"; +} +.isax-messages-1:before { + content: "\eb0f"; +} +.isax-messages-2:before { + content: "\eb10"; +} +.isax-messages-3:before { + content: "\eb11"; +} +.isax-message-search:before { + content: "\eb12"; +} +.isax-message-square:before { + content: "\eb13"; +} +.isax-message-text:before { + content: "\eb14"; +} +.isax-message-text-1:before { + content: "\eb15"; +} +.isax-message-tick:before { + content: "\eb16"; +} +.isax-message-time:before { + content: "\eb17"; +} +.isax-microphone:before { + content: "\eb18"; +} +.isax-microphone-2:before { + content: "\eb19"; +} +.isax-microphone-slash:before { + content: "\eb1a"; +} +.isax-microphone-slash-1:before { + content: "\eb1b"; +} +.isax-microscope:before { + content: "\eb1c"; +} +.isax-milk:before { + content: "\eb1d"; +} +.isax-mini-music-sqaure:before { + content: "\eb1e"; +} +.isax-minus:before { + content: "\eb1f"; +} +.isax-minus-cirlce:before { + content: "\eb20"; +} +.isax-minus-square:before { + content: "\eb21"; +} +.isax-mirror:before { + content: "\eb22"; +} +.isax-mirroring-screen:before { + content: "\eb23"; +} +.isax-mobile:before { + content: "\eb24"; +} +.isax-mobile-programming:before { + content: "\eb25"; +} +.isax-money:before { + content: "\eb26"; +} +.isax-money-2:before { + content: "\eb27"; +} +.isax-money-3:before { + content: "\eb28"; +} +.isax-money-4:before { + content: "\eb29"; +} +.isax-money-add:before { + content: "\eb2a"; +} +.isax-money-change:before { + content: "\eb2b"; +} +.isax-money-forbidden:before { + content: "\eb2c"; +} +.isax-money-recive:before { + content: "\eb2d"; +} +.isax-money-remove:before { + content: "\eb2e"; +} +.isax-moneys:before { + content: "\eb2f"; +} +.isax-money-send:before { + content: "\eb30"; +} +.isax-money-tick:before { + content: "\eb31"; +} +.isax-money-time:before { + content: "\eb32"; +} +.isax-monitor:before { + content: "\eb33"; +} +.isax-monitor-mobbile:before { + content: "\eb34"; +} +.isax-monitor-recorder:before { + content: "\eb35"; +} +.isax-moon:before { + content: "\eb36"; +} +.isax-more:before { + content: "\eb37"; +} +.isax-more-2:before { + content: "\eb38"; +} +.isax-more-circle:before { + content: "\eb39"; +} +.isax-more-square:before { + content: "\eb3a"; +} +.isax-mouse:before { + content: "\eb3b"; +} +.isax-mouse-1:before { + content: "\eb3c"; +} +.isax-mouse-circle:before { + content: "\eb3d"; +} +.isax-mouse-square:before { + content: "\eb3e"; +} +.isax-music:before { + content: "\eb3f"; +} +.isax-music-circle:before { + content: "\eb40"; +} +.isax-music-dashboard:before { + content: "\eb41"; +} +.isax-music-filter:before { + content: "\eb42"; +} +.isax-music-library-2:before { + content: "\eb43"; +} +.isax-musicnote:before { + content: "\eb44"; +} +.isax-music-play:before { + content: "\eb45"; +} +.isax-music-playlist:before { + content: "\eb46"; +} +.isax-music-square:before { + content: "\eb47"; +} +.isax-music-square-add:before { + content: "\eb48"; +} +.isax-music-square-remove:before { + content: "\eb49"; +} +.isax-music-square-search:before { + content: "\eb4a"; +} +.isax-next:before { + content: "\eb4b"; +} +.isax-note:before { + content: "\eb4c"; +} +.isax-note-1:before { + content: "\eb4d"; +} +.isax-note-2:before { + content: "\eb4e"; +} +.isax-note-21:before { + content: "\eb4f"; +} +.isax-note-add:before { + content: "\eb50"; +} +.isax-note-favorite:before { + content: "\eb51"; +} +.isax-note-remove:before { + content: "\eb52"; +} +.isax-note-square:before { + content: "\eb53"; +} +.isax-note-text:before { + content: "\eb54"; +} +.isax-notification:before { + content: "\eb55"; +} +.isax-notification-1:before { + content: "\eb56"; +} +.isax-notification-bing:before { + content: "\eb57"; +} +.isax-notification-circle:before { + content: "\eb58"; +} +.isax-notification-favorite:before { + content: "\eb59"; +} +.isax-notification-status:before { + content: "\eb5a"; +} +.isax-omega-circle:before { + content: "\eb5b"; +} +.isax-omega-square:before { + content: "\eb5c"; +} +.isax-paintbucket:before { + content: "\eb5d"; +} +.isax-paperclip:before { + content: "\eb5e"; +} +.isax-paperclip-2:before { + content: "\eb5f"; +} +.isax-password-check:before { + content: "\eb60"; +} +.isax-path:before { + content: "\eb61"; +} +.isax-path-2:before { + content: "\eb62"; +} +.isax-path-square:before { + content: "\eb63"; +} +.isax-pause:before { + content: "\eb64"; +} +.isax-pause-circle:before { + content: "\eb65"; +} +.isax-pen-add:before { + content: "\eb66"; +} +.isax-pen-close:before { + content: "\eb67"; +} +.isax-pen-remove:before { + content: "\eb68"; +} +.isax-pen-tool:before { + content: "\eb69"; +} +.isax-pen-tool-2:before { + content: "\eb6a"; +} +.isax-people:before { + content: "\eb6b"; +} +.isax-percentage-circle:before { + content: "\eb6c"; +} +.isax-percentage-square:before { + content: "\eb6d"; +} +.isax-personalcard:before { + content: "\eb6e"; +} +.isax-pet:before { + content: "\eb6f"; +} +.isax-pharagraphspacing:before { + content: "\eb70"; +} +.isax-picture-frame:before { + content: "\eb71"; +} +.isax-play:before { + content: "\eb72"; +} +.isax-play-add:before { + content: "\eb73"; +} +.isax-play-circle:before { + content: "\eb74"; +} +.isax-play-cricle:before { + content: "\eb75"; +} +.isax-play-remove:before { + content: "\eb76"; +} +.isax-presention-chart:before { + content: "\eb77"; +} +.isax-previous:before { + content: "\eb78"; +} +.isax-printer:before { + content: "\eb79"; +} +.isax-printer-slash:before { + content: "\eb7a"; +} +.isax-profile-2user:before { + content: "\eb7b"; +} +.isax-profile-add:before { + content: "\eb7c"; +} +.isax-profile-circle:before { + content: "\eb7d"; +} +.isax-profile-delete:before { + content: "\eb7e"; +} +.isax-profile-remove:before { + content: "\eb7f"; +} +.isax-profile-tick:before { + content: "\eb80"; +} +.isax-programming-arrow:before { + content: "\eb81"; +} +.isax-programming-arrows:before { + content: "\eb82"; +} +.isax-quote-down:before { + content: "\eb83"; +} +.isax-quote-down-circle:before { + content: "\eb84"; +} +.isax-quote-down-square:before { + content: "\eb85"; +} +.isax-quote-up:before { + content: "\eb86"; +} +.isax-quote-up-circle:before { + content: "\eb87"; +} +.isax-quote-up-square:before { + content: "\eb88"; +} +.isax-radar:before { + content: "\eb89"; +} +.isax-radar-1:before { + content: "\eb8a"; +} +.isax-radar-2:before { + content: "\eb8b"; +} +.isax-radio:before { + content: "\eb8c"; +} +.isax-ram:before { + content: "\eb8d"; +} +.isax-ram-2:before { + content: "\eb8e"; +} +.isax-ranking:before { + content: "\eb8f"; +} +.isax-ranking-1:before { + content: "\eb90"; +} +.isax-receipt:before { + content: "\eb91"; +} +.isax-receipt-1:before { + content: "\eb92"; +} +.isax-receipt-2:before { + content: "\eb93"; +} +.isax-receipt-2-1:before { + content: "\eb94"; +} +.isax-receipt-add:before { + content: "\eb95"; +} +.isax-receipt-discount:before { + content: "\eb96"; +} +.isax-receipt-disscount:before { + content: "\eb97"; +} +.isax-receipt-edit:before { + content: "\eb98"; +} +.isax-receipt-item:before { + content: "\eb99"; +} +.isax-receipt-minus:before { + content: "\eb9a"; +} +.isax-receipt-search:before { + content: "\eb9b"; +} +.isax-receipt-square:before { + content: "\eb9c"; +} +.isax-receipt-text:before { + content: "\eb9d"; +} +.isax-received:before { + content: "\eb9e"; +} +.isax-receive-square:before { + content: "\eb9f"; +} +.isax-receive-square-2:before { + content: "\eba0"; +} +.isax-record:before { + content: "\eba1"; +} +.isax-record-circle:before { + content: "\eba2"; +} +.isax-recovery-convert:before { + content: "\eba3"; +} +.isax-redo:before { + content: "\eba4"; +} +.isax-refresh:before { + content: "\eba5"; +} +.isax-refresh-2:before { + content: "\eba6"; +} +.isax-refresh-circle:before { + content: "\eba7"; +} +.isax-refresh-left-square:before { + content: "\eba8"; +} +.isax-refresh-right-square:before { + content: "\eba9"; +} +.isax-refresh-square-2:before { + content: "\ebaa"; +} +.isax-repeat:before { + content: "\ebab"; +} +.isax-repeat-circle:before { + content: "\ebac"; +} +.isax-repeate-music:before { + content: "\ebad"; +} +.isax-repeate-one:before { + content: "\ebae"; +} +.isax-reserve:before { + content: "\ebaf"; +} +.isax-rotate-left:before { + content: "\ebb0"; +} +.isax-rotate-left-1:before { + content: "\ebb1"; +} +.isax-rotate-right:before { + content: "\ebb2"; +} +.isax-rotate-right-1:before { + content: "\ebb3"; +} +.isax-route-square:before { + content: "\ebb4"; +} +.isax-routing:before { + content: "\ebb5"; +} +.isax-routing-2:before { + content: "\ebb6"; +} +.isax-row-horizontal:before { + content: "\ebb7"; +} +.isax-row-vertical:before { + content: "\ebb8"; +} +.isax-rulerpen:before { + content: "\ebb9"; +} +.isax-ruler:before { + content: "\ebba"; +} +.isax-safe-home:before { + content: "\ebbb"; +} +.isax-sagittarius:before { + content: "\ebbc"; +} +.isax-save-2:before { + content: "\ebbd"; +} +.isax-save-add:before { + content: "\ebbe"; +} +.isax-save-minus:before { + content: "\ebbf"; +} +.isax-save-remove:before { + content: "\ebc0"; +} +.isax-scan:before { + content: "\ebc1"; +} +.isax-scan-barcode:before { + content: "\ebc2"; +} +.isax-scanner:before { + content: "\ebc3"; +} +.isax-scanning:before { + content: "\ebc4"; +} +.isax-scissor:before { + content: "\ebc5"; +} +.isax-scissor-1:before { + content: "\ebc6"; +} +.isax-screenmirroring:before { + content: "\ebc7"; +} +.isax-scroll:before { + content: "\ebc8"; +} +.isax-search-favorite:before { + content: "\ebc9"; +} +.isax-search-favorite-1:before { + content: "\ebca"; +} +.isax-search-normal:before { + content: "\ebcb"; +} +.isax-search-normal-1:before { + content: "\ebcc"; +} +.isax-search-status:before { + content: "\ebcd"; +} +.isax-search-status-1:before { + content: "\ebce"; +} +.isax-search-zoom-in:before { + content: "\ebcf"; +} +.isax-search-zoom-in-1:before { + content: "\ebd0"; +} +.isax-search-zoom-out:before { + content: "\ebd1"; +} +.isax-search-zoom-out-1:before { + content: "\ebd2"; +} +.isax-security:before { + content: "\ebd3"; +} +.isax-security-card:before { + content: "\ebd4"; +} +.isax-security-safe:before { + content: "\ebd5"; +} +.isax-security-time:before { + content: "\ebd6"; +} +.isax-security-user:before { + content: "\ebd7"; +} +.isax-send:before { + content: "\ebd8"; +} +.isax-send-1:before { + content: "\ebd9"; +} +.isax-send-2:before { + content: "\ebda"; +} +.isax-send-sqaure-2:before { + content: "\ebdb"; +} +.isax-send-square:before { + content: "\ebdc"; +} +.isax-setting:before { + content: "\ebdd"; +} +.isax-setting-2:before { + content: "\ebde"; +} +.isax-setting-3:before { + content: "\ebdf"; +} +.isax-setting-4:before { + content: "\ebe0"; +} +.isax-setting-5:before { + content: "\ebe1"; +} +.isax-settings:before { + content: "\ebe2"; +} +.isax-shapes:before { + content: "\ebe3"; +} +.isax-shapes-1:before { + content: "\ebe4"; +} +.isax-share:before { + content: "\ebe5"; +} +.isax-shield:before { + content: "\ebe6"; +} +.isax-shield-cross:before { + content: "\ebe7"; +} +.isax-shield-search:before { + content: "\ebe8"; +} +.isax-shield-slash:before { + content: "\ebe9"; +} +.isax-shield-tick:before { + content: "\ebea"; +} +.isax-ship:before { + content: "\ebeb"; +} +.isax-shop:before { + content: "\ebec"; +} +.isax-shop-add:before { + content: "\ebed"; +} +.isax-shopping-bag:before { + content: "\ebee"; +} +.isax-shopping-cart:before { + content: "\ebef"; +} +.isax-shop-remove:before { + content: "\ebf0"; +} +.isax-shuffle:before { + content: "\ebf1"; +} +.isax-sidebar-bottom:before { + content: "\ebf2"; +} +.isax-sidebar-left:before { + content: "\ebf3"; +} +.isax-sidebar-right:before { + content: "\ebf4"; +} +.isax-sidebar-top:before { + content: "\ebf5"; +} +.isax-signpost:before { + content: "\ebf6"; +} +.isax-simcard:before { + content: "\ebf7"; +} +.isax-simcard-1:before { + content: "\ebf8"; +} +.isax-simcard-2:before { + content: "\ebf9"; +} +.isax-size:before { + content: "\ebfa"; +} +.isax-slash:before { + content: "\ebfb"; +} +.isax-slider:before { + content: "\ebfc"; +} +.isax-slider-horizontal:before { + content: "\ebfd"; +} +.isax-slider-horizontal-1:before { + content: "\ebfe"; +} +.isax-slider-vertical:before { + content: "\ebff"; +} +.isax-slider-vertical-1:before { + content: "\ec00"; +} +.isax-smallcaps:before { + content: "\ec01"; +} +.isax-smart-car:before { + content: "\ec02"; +} +.isax-smart-home:before { + content: "\ec03"; +} +.isax-smileys:before { + content: "\ec04"; +} +.isax-sms:before { + content: "\ec05"; +} +.isax-sms-edit:before { + content: "\ec06"; +} +.isax-sms-notification:before { + content: "\ec07"; +} +.isax-sms-search:before { + content: "\ec08"; +} +.isax-sms-star:before { + content: "\ec09"; +} +.isax-sms-tracking:before { + content: "\ec0a"; +} +.isax-sort:before { + content: "\ec0b"; +} +.isax-sound:before { + content: "\ec0c"; +} +.isax-speaker:before { + content: "\ec0d"; +} +.isax-speedometer:before { + content: "\ec0e"; +} +.isax-star:before { + content: "\ec0f"; +} +.isax-star-1:before { + content: "\ec10"; +} +.isax-star-slash:before { + content: "\ec11"; +} +.isax-status:before { + content: "\ec12"; +} +.isax-status-up:before { + content: "\ec13"; +} +.isax-sticker:before { + content: "\ec14"; +} +.isax-stickynote:before { + content: "\ec15"; +} +.isax-stop:before { + content: "\ec16"; +} +.isax-stop-circle:before { + content: "\ec17"; +} +.isax-story:before { + content: "\ec18"; +} +.isax-strongbox:before { + content: "\ec19"; +} +.isax-strongbox-2:before { + content: "\ec1a"; +} +.isax-subtitle:before { + content: "\ec1b"; +} +.isax-sun:before { + content: "\ec1c"; +} +.isax-sun-1:before { + content: "\ec1d"; +} +.isax-sun-fog:before { + content: "\ec1e"; +} +.isax-tag:before { + content: "\ec1f"; +} +.isax-tag-2:before { + content: "\ec20"; +} +.isax-tag-cross:before { + content: "\ec21"; +} +.isax-tag-right:before { + content: "\ec22"; +} +.isax-tag-user:before { + content: "\ec23"; +} +.isax-task:before { + content: "\ec24"; +} +.isax-task-square:before { + content: "\ec25"; +} +.isax-teacher:before { + content: "\ec26"; +} +.isax-text:before { + content: "\ec27"; +} +.isax-textalign-center:before { + content: "\ec28"; +} +.isax-textalign-justifycenter:before { + content: "\ec29"; +} +.isax-textalign-justifyleft:before { + content: "\ec2a"; +} +.isax-textalign-justifyright:before { + content: "\ec2b"; +} +.isax-textalign-left:before { + content: "\ec2c"; +} +.isax-textalign-right:before { + content: "\ec2d"; +} +.isax-text-block:before { + content: "\ec2e"; +} +.isax-text-bold:before { + content: "\ec2f"; +} +.isax-text-italic:before { + content: "\ec30"; +} +.isax-text-underline:before { + content: "\ec31"; +} +.isax-tick-circle:before { + content: "\ec32"; +} +.isax-ticket:before { + content: "\ec33"; +} +.isax-ticket-2:before { + content: "\ec34"; +} +.isax-ticket-discount:before { + content: "\ec35"; +} +.isax-ticket-expired:before { + content: "\ec36"; +} +.isax-ticket-star:before { + content: "\ec37"; +} +.isax-tick-square:before { + content: "\ec38"; +} +.isax-timer:before { + content: "\ec39"; +} +.isax-timer-1:before { + content: "\ec3a"; +} +.isax-timer-pause:before { + content: "\ec3b"; +} +.isax-timer-start:before { + content: "\ec3c"; +} +.isax-toggle-off:before { + content: "\ec3d"; +} +.isax-toggle-off-circle:before { + content: "\ec3e"; +} +.isax-toggle-on:before { + content: "\ec3f"; +} +.isax-toggle-on-circle:before { + content: "\ec40"; +} +.isax-trade:before { + content: "\ec41"; +} +.isax-transaction-minus:before { + content: "\ec42"; +} +.isax-translate:before { + content: "\ec43"; +} +.isax-trash:before { + content: "\ec44"; +} +.isax-tree:before { + content: "\ec45"; +} +.isax-trend-down:before { + content: "\ec46"; +} +.isax-trend-up:before { + content: "\ec47"; +} +.isax-triangle:before { + content: "\ec48"; +} +.isax-truck:before { + content: "\ec49"; +} +.isax-truck-fast:before { + content: "\ec4a"; +} +.isax-truck-remove:before { + content: "\ec4b"; +} +.isax-truck-tick:before { + content: "\ec4c"; +} +.isax-truck-time:before { + content: "\ec4d"; +} +.isax-trush-square:before { + content: "\ec4e"; +} +.isax-undo:before { + content: "\ec4f"; +} +.isax-unlimited:before { + content: "\ec50"; +} +.isax-unlock:before { + content: "\ec51"; +} +.isax-user:before { + content: "\ec52"; +} +.isax-user-add:before { + content: "\ec53"; +} +.isax-user-cirlce-add:before { + content: "\ec54"; +} +.isax-user-edit:before { + content: "\ec55"; +} +.isax-user-minus:before { + content: "\ec56"; +} +.isax-user-octagon:before { + content: "\ec57"; +} +.isax-user-remove:before { + content: "\ec58"; +} +.isax-user-search:before { + content: "\ec59"; +} +.isax-user-square:before { + content: "\ec5a"; +} +.isax-user-tag:before { + content: "\ec5b"; +} +.isax-user-tick:before { + content: "\ec5c"; +} +.isax-verify:before { + content: "\ec5d"; +} +.isax-video:before { + content: "\ec5e"; +} +.isax-video-add:before { + content: "\ec5f"; +} +.isax-video-circle:before { + content: "\ec60"; +} +.isax-video-horizontal:before { + content: "\ec61"; +} +.isax-video-octagon:before { + content: "\ec62"; +} +.isax-video-play:before { + content: "\ec63"; +} +.isax-video-remove:before { + content: "\ec64"; +} +.isax-video-slash:before { + content: "\ec65"; +} +.isax-video-square:before { + content: "\ec66"; +} +.isax-video-tick:before { + content: "\ec67"; +} +.isax-video-time:before { + content: "\ec68"; +} +.isax-video-vertical:before { + content: "\ec69"; +} +.isax-voice-cricle:before { + content: "\ec6a"; +} +.isax-voice-square:before { + content: "\ec6b"; +} +.isax-volume-cross:before { + content: "\ec6c"; +} +.isax-volume-high:before { + content: "\ec6d"; +} +.isax-volume-low:before { + content: "\ec6e"; +} +.isax-volume-low-1:before { + content: "\ec6f"; +} +.isax-volume-mute:before { + content: "\ec70"; +} +.isax-volume-slash:before { + content: "\ec71"; +} +.isax-volume-up:before { + content: "\ec72"; +} +.isax-wallet:before { + content: "\ec73"; +} +.isax-wallet-1:before { + content: "\ec74"; +} +.isax-wallet-2:before { + content: "\ec75"; +} +.isax-wallet-3:before { + content: "\ec76"; +} +.isax-wallet-add:before { + content: "\ec77"; +} +.isax-wallet-add-1:before { + content: "\ec78"; +} +.isax-wallet-check:before { + content: "\ec79"; +} +.isax-wallet-minus:before { + content: "\ec7a"; +} +.isax-wallet-money:before { + content: "\ec7b"; +} +.isax-wallet-remove:before { + content: "\ec7c"; +} +.isax-wallet-search:before { + content: "\ec7d"; +} +.isax-warning-2:before { + content: "\ec7e"; +} +.isax-watch:before { + content: "\ec7f"; +} +.isax-watch-status:before { + content: "\ec80"; +} +.isax-weight:before { + content: "\ec81"; +} +.isax-weight-1:before { + content: "\ec82"; +} +.isax-wifi:before { + content: "\ec83"; +} +.isax-wifi-square:before { + content: "\ec84"; +} +.isax-wind:before { + content: "\ec85"; +} +.isax-wind-2:before { + content: "\ec86"; +} +.isax-woman:before { + content: "\ec87"; +} +.isax-dcube1 .path1:before { + content: "\ec88"; + color: rgb(41, 45, 50); +} +.isax-dcube1 .path2:before { + content: "\ec89"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-dcube1 .path3:before { + content: "\ec8a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-d-cube-scan1 .path1:before { + content: "\ec8b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-d-cube-scan1 .path2:before { + content: "\ec8c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-d-cube-scan1 .path3:before { + content: "\ec8d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-d-cube-scan1 .path4:before { + content: "\ec8e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-d-cube-scan1 .path5:before { + content: "\ec8f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-d-rotate1 .path1:before { + content: "\ec90"; + color: rgb(41, 45, 50); +} +.isax-d-rotate1 .path2:before { + content: "\ec91"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-d-rotate1 .path3:before { + content: "\ec92"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-d-rotate1 .path4:before { + content: "\ec93"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-d-square1 .path1:before { + content: "\ec94"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-d-square1 .path2:before { + content: "\ec95"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-d-square1 .path3:before { + content: "\ec96"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-d-square1 .path4:before { + content: "\ec97"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-square1 .path1:before { + content: "\ec98"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-square1 .path2:before { + content: "\ec99"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-square1 .path3:before { + content: "\ec9a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-support1 .path1:before { + content: "\ec9b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-support1 .path2:before { + content: "\ec9c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-support1 .path3:before { + content: "\ec9d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-activity1 .path1:before { + content: "\ec9e"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-activity1 .path2:before { + content: "\ec9f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-add1 .path1:before { + content: "\eca0"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-add1 .path2:before { + content: "\eca1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-add-circle1 .path1:before { + content: "\eca2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-add-circle1 .path2:before { + content: "\eca3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-additem1 .path1:before { + content: "\eca4"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-additem1 .path2:before { + content: "\eca5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-additem1 .path3:before { + content: "\eca6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-add-square1 .path1:before { + content: "\eca7"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-add-square1 .path2:before { + content: "\eca8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-airdrop1 .path1:before { + content: "\eca9"; + color: rgb(41, 45, 50); +} +.isax-airdrop1 .path2:before { + content: "\ecaa"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-airdrop1 .path3:before { + content: "\ecab"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-airdrop1 .path4:before { + content: "\ecac"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-airplane1 .path1:before { + content: "\ecad"; + color: rgb(41, 45, 50); +} +.isax-airplane1 .path2:before { + content: "\ecae"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-airplane-square1 .path1:before { + content: "\ecaf"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-airplane-square1 .path2:before { + content: "\ecb0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-airpod1 .path1:before { + content: "\ecb1"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-airpod1 .path2:before { + content: "\ecb2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-airpods1 .path1:before { + content: "\ecb3"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-airpods1 .path2:before { + content: "\ecb4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-airpods1 .path3:before { + content: "\ecb5"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-airpods1 .path4:before { + content: "\ecb6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-airpods1 .path5:before { + content: "\ecb7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-airpods1 .path6:before { + content: "\ecb8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-alarm1 .path1:before { + content: "\ecb9"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-alarm1 .path2:before { + content: "\ecba"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-alarm1 .path3:before { + content: "\ecbb"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-alarm1 .path4:before { + content: "\ecbc"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-alarm1 .path5:before { + content: "\ecbd"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-align-bottom1 .path1:before { + content: "\ecbe"; + color: rgb(41, 45, 50); +} +.isax-align-bottom1 .path2:before { + content: "\ecbf"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-align-bottom1 .path3:before { + content: "\ecc0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-align-horizontally1 .path1:before { + content: "\ecc1"; + color: rgb(41, 45, 50); +} +.isax-align-horizontally1 .path2:before { + content: "\ecc2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-align-horizontally1 .path3:before { + content: "\ecc3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-align-horizontally1 .path4:before { + content: "\ecc4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-align-horizontally1 .path5:before { + content: "\ecc5"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-align-left1 .path1:before { + content: "\ecc6"; + color: rgb(41, 45, 50); +} +.isax-align-left1 .path2:before { + content: "\ecc7"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-align-left1 .path3:before { + content: "\ecc8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-align-right1 .path1:before { + content: "\ecc9"; + color: rgb(41, 45, 50); +} +.isax-align-right1 .path2:before { + content: "\ecca"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-align-right1 .path3:before { + content: "\eccb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-align-vertically1 .path1:before { + content: "\eccc"; + color: rgb(41, 45, 50); +} +.isax-align-vertically1 .path2:before { + content: "\eccd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-align-vertically1 .path3:before { + content: "\ecce"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-align-vertically1 .path4:before { + content: "\eccf"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-align-vertically1 .path5:before { + content: "\ecd0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-aquarius1 .path1:before { + content: "\ecd1"; + color: rgb(41, 45, 50); +} +.isax-aquarius1 .path2:before { + content: "\ecd2"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-archive1 .path1:before { + content: "\ecd3"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-archive1 .path2:before { + content: "\ecd4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-archive1 .path3:before { + content: "\ecd5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-archive-11 .path1:before { + content: "\ecd6"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-archive-11 .path2:before { + content: "\ecd7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-archive-21 .path1:before { + content: "\ecd8"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-archive-21 .path2:before { + content: "\ecd9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-archive-add1 .path1:before { + content: "\ecda"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-archive-add1 .path2:before { + content: "\ecdb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-archive-book1 .path1:before { + content: "\ecdc"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-archive-book1 .path2:before { + content: "\ecdd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-archive-book1 .path3:before { + content: "\ecde"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-archive-book1 .path4:before { + content: "\ecdf"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-archive-minus1 .path1:before { + content: "\ece0"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-archive-minus1 .path2:before { + content: "\ece1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-archive-slash1 .path1:before { + content: "\ece2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-archive-slash1 .path2:before { + content: "\ece3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-archive-slash1 .path3:before { + content: "\ece4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-archive-tick1 .path1:before { + content: "\ece5"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-archive-tick1 .path2:before { + content: "\ece6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrange-circle1 .path1:before { + content: "\ece7"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrange-circle1 .path2:before { + content: "\ece8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrange-circle1 .path3:before { + content: "\ece9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrange-circle-21 .path1:before { + content: "\ecea"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrange-circle-21 .path2:before { + content: "\eceb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrange-circle-21 .path3:before { + content: "\ecec"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrange-square1 .path1:before { + content: "\eced"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrange-square1 .path2:before { + content: "\ecee"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrange-square1 .path3:before { + content: "\ecef"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrange-square-21 .path1:before { + content: "\ecf0"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrange-square-21 .path2:before { + content: "\ecf1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrange-square-21 .path3:before { + content: "\ecf2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow1 .path1:before { + content: "\ecf3"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow1 .path2:before { + content: "\ecf4"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow1 .path3:before { + content: "\ecf5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow1 .path4:before { + content: "\ecf6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow1 .path5:before { + content: "\ecf7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow1 .path6:before { + content: "\ecf8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-21 .path1:before { + content: "\ecf9"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-21 .path2:before { + content: "\ecfa"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-31 .path1:before { + content: "\ecfb"; + color: rgb(41, 45, 50); +} +.isax-arrow-31 .path2:before { + content: "\ecfc"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-bottom1 .path1:before { + content: "\ecfd"; + color: rgb(41, 45, 50); +} +.isax-arrow-bottom1 .path2:before { + content: "\ecfe"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-circle-down1 .path1:before { + content: "\ecff"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-circle-down1 .path2:before { + content: "\ed00"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-circle-left1 .path1:before { + content: "\ed01"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-circle-left1 .path2:before { + content: "\ed02"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-circle-right1 .path1:before { + content: "\ed03"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-circle-right1 .path2:before { + content: "\ed04"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-circle-up1 .path1:before { + content: "\ed05"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-circle-up1 .path2:before { + content: "\ed06"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-down1 .path1:before { + content: "\ed07"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-down1 .path2:before { + content: "\ed08"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-down-11 .path1:before { + content: "\ed09"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-down-11 .path2:before { + content: "\ed0a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-down-21 .path1:before { + content: "\ed0b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-down-21 .path2:before { + content: "\ed0c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-left1 .path1:before { + content: "\ed0d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-left1 .path2:before { + content: "\ed0e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-left-11 .path1:before { + content: "\ed0f"; + color: rgb(41, 45, 50); +} +.isax-arrow-left-11 .path2:before { + content: "\ed10"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-left-21 .path1:before { + content: "\ed11"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-left-21 .path2:before { + content: "\ed12"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-left-31 .path1:before { + content: "\ed13"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-left-31 .path2:before { + content: "\ed14"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-right1 .path1:before { + content: "\ed15"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-right1 .path2:before { + content: "\ed16"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-right-11 .path1:before { + content: "\ed17"; + color: rgb(41, 45, 50); +} +.isax-arrow-right-11 .path2:before { + content: "\ed18"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-right-21 .path1:before { + content: "\ed19"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-right-21 .path2:before { + content: "\ed1a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-right-31 .path1:before { + content: "\ed1b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-right-31 .path2:before { + content: "\ed1c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-square1 .path1:before { + content: "\ed1d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-square1 .path2:before { + content: "\ed1e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-square-down1 .path1:before { + content: "\ed1f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-square-down1 .path2:before { + content: "\ed20"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-square-left1 .path1:before { + content: "\ed21"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-square-left1 .path2:before { + content: "\ed22"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-square-right .path1:before { + content: "\ed23"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-square-right .path2:before { + content: "\ed24"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-square-up1 .path1:before { + content: "\ed25"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-square-up1 .path2:before { + content: "\ed26"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-swap1 .path1:before { + content: "\ed27"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-swap1 .path2:before { + content: "\ed28"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-swap1 .path3:before { + content: "\ed29"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-swap-horizontal1 .path1:before { + content: "\ed2a"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-swap-horizontal1 .path2:before { + content: "\ed2b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-swap-horizontal1 .path3:before { + content: "\ed2c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-up1 .path1:before { + content: "\ed2d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-up1 .path2:before { + content: "\ed2e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-up-11 .path1:before { + content: "\ed2f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-up-11 .path2:before { + content: "\ed30"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-up-21 .path1:before { + content: "\ed31"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-arrow-up-21 .path2:before { + content: "\ed32"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-arrow-up-31 .path1:before { + content: "\ed33"; + color: rgb(41, 45, 50); +} +.isax-arrow-up-31 .path2:before { + content: "\ed34"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-attach-circle1 .path1:before { + content: "\ed35"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-attach-circle1 .path2:before { + content: "\ed36"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-attach-square1 .path1:before { + content: "\ed37"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-attach-square1 .path2:before { + content: "\ed38"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-audio-square1 .path1:before { + content: "\ed39"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-audio-square1 .path2:before { + content: "\ed3a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-autobrightness1 .path1:before { + content: "\ed3b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-autobrightness1 .path2:before { + content: "\ed3c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-autobrightness1 .path3:before { + content: "\ed3d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-award1 .path1:before { + content: "\ed3e"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-award1 .path2:before { + content: "\ed3f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-award1 .path3:before { + content: "\ed40"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-back-square1 .path1:before { + content: "\ed41"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-back-square1 .path2:before { + content: "\ed42"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-backward1 .path1:before { + content: "\ed43"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-backward1 .path2:before { + content: "\ed44"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-backward-5-seconds1 .path1:before { + content: "\ed45"; + color: rgb(41, 45, 50); +} +.isax-backward-5-seconds1 .path2:before { + content: "\ed46"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-backward-10-seconds1 .path1:before { + content: "\ed47"; + color: rgb(41, 45, 50); +} +.isax-backward-10-seconds1 .path2:before { + content: "\ed48"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-backward-10-seconds1 .path3:before { + content: "\ed49"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-backward-15-seconds1 .path1:before { + content: "\ed4a"; + color: rgb(41, 45, 50); +} +.isax-backward-15-seconds1 .path2:before { + content: "\ed4b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-backward-15-seconds1 .path3:before { + content: "\ed4c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-backward-item1 .path1:before { + content: "\ed4d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-backward-item1 .path2:before { + content: "\ed4e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-backward-item1 .path3:before { + content: "\ed4f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bag1 .path1:before { + content: "\ed50"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bag1 .path2:before { + content: "\ed51"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bag-21 .path1:before { + content: "\ed52"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bag-21 .path2:before { + content: "\ed53"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bag-cross1 .path1:before { + content: "\ed54"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bag-cross1 .path2:before { + content: "\ed55"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bag-cross-11 .path1:before { + content: "\ed56"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bag-cross-11 .path2:before { + content: "\ed57"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bag-cross-11 .path3:before { + content: "\ed58"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bag-cross-11 .path4:before { + content: "\ed59"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bag-happy1 .path1:before { + content: "\ed5a"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bag-happy1 .path2:before { + content: "\ed5b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bag-tick1 .path1:before { + content: "\ed5c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bag-tick1 .path2:before { + content: "\ed5d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bag-tick-21 .path1:before { + content: "\ed5e"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bag-tick-21 .path2:before { + content: "\ed5f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bag-tick-21 .path3:before { + content: "\ed60"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bag-tick-21 .path4:before { + content: "\ed61"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bag-timer1 .path1:before { + content: "\ed62"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bag-timer1 .path2:before { + content: "\ed63"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bag-timer1 .path3:before { + content: "\ed64"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bag-timer1 .path4:before { + content: "\ed65"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bank1 .path1:before { + content: "\ed66"; + color: rgb(41, 45, 50); +} +.isax-bank1 .path2:before { + content: "\ed67"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-bank1 .path3:before { + content: "\ed68"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bank1 .path4:before { + content: "\ed69"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-bank1 .path5:before { + content: "\ed6a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bank1 .path6:before { + content: "\ed6b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bank1 .path7:before { + content: "\ed6c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-barcode1 .path1:before { + content: "\ed6d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-barcode1 .path2:before { + content: "\ed6e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-barcode1 .path3:before { + content: "\ed6f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-barcode1 .path4:before { + content: "\ed70"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-barcode1 .path5:before { + content: "\ed71"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-barcode1 .path6:before { + content: "\ed72"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-barcode1 .path7:before { + content: "\ed73"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-barcode1 .path8:before { + content: "\ed74"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-battery-3full1 .path1:before { + content: "\ed75"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-battery-3full1 .path2:before { + content: "\ed76"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-battery-3full1 .path3:before { + content: "\ed77"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-battery-3full1 .path4:before { + content: "\ed78"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-battery-charging1 .path1:before { + content: "\ed79"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-battery-charging1 .path2:before { + content: "\ed7a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-battery-charging1 .path3:before { + content: "\ed7b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-battery-disable1 .path1:before { + content: "\ed7c"; + color: rgb(41, 45, 50); +} +.isax-battery-disable1 .path2:before { + content: "\ed7d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-battery-disable1 .path3:before { + content: "\ed7e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-battery-disable1 .path4:before { + content: "\ed7f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-battery-empty1 .path1:before { + content: "\ed80"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-battery-empty1 .path2:before { + content: "\ed81"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-battery-empty-11 .path1:before { + content: "\ed82"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-battery-empty-11 .path2:before { + content: "\ed83"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-battery-empty-11 .path3:before { + content: "\ed84"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-battery-full1 .path1:before { + content: "\ed85"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-battery-full1 .path2:before { + content: "\ed86"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-battery-full1 .path3:before { + content: "\ed87"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-battery-full1 .path4:before { + content: "\ed88"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-battery-full1 .path5:before { + content: "\ed89"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bezier1 .path1:before { + content: "\ed8a"; + color: rgb(41, 45, 50); +} +.isax-bezier1 .path2:before { + content: "\ed8b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bezier1 .path3:before { + content: "\ed8c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bezier1 .path4:before { + content: "\ed8d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bezier1 .path5:before { + content: "\ed8e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bezier1 .path6:before { + content: "\ed8f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.16; +} +.isax-bezier1 .path7:before { + content: "\ed90"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.16; +} +.isax-bill1 .path1:before { + content: "\ed91"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bill1 .path2:before { + content: "\ed92"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bill1 .path3:before { + content: "\ed93"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bill1 .path4:before { + content: "\ed94"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bitcoin-card1 .path1:before { + content: "\ed95"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bitcoin-card1 .path2:before { + content: "\ed96"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bitcoin-card1 .path3:before { + content: "\ed97"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bitcoin-convert1 .path1:before { + content: "\ed98"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bitcoin-convert1 .path2:before { + content: "\ed99"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bitcoin-convert1 .path3:before { + content: "\ed9a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bitcoin-convert1 .path4:before { + content: "\ed9b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bitcoin-convert1 .path5:before { + content: "\ed9c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bitcoin-refresh1 .path1:before { + content: "\ed9d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bitcoin-refresh1 .path2:before { + content: "\ed9e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bitcoin-refresh1 .path3:before { + content: "\ed9f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-blend1 .path1:before { + content: "\eda0"; + color: rgb(41, 45, 50); +} +.isax-blend1 .path2:before { + content: "\eda1"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-blend-21 .path1:before { + content: "\eda2"; + color: rgb(41, 45, 50); +} +.isax-blend-21 .path2:before { + content: "\eda3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-blend-21 .path3:before { + content: "\eda4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-blend-21 .path4:before { + content: "\eda5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-blend-21 .path5:before { + content: "\eda6"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bluetooth1 .path1:before { + content: "\eda7"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bluetooth1 .path2:before { + content: "\eda8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bluetooth-21 .path1:before { + content: "\eda9"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bluetooth-21 .path2:before { + content: "\edaa"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bluetooth-21 .path3:before { + content: "\edab"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bluetooth-21 .path4:before { + content: "\edac"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bluetooth-circle1 .path1:before { + content: "\edad"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bluetooth-circle1 .path2:before { + content: "\edae"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bluetooth-rectangle1 .path1:before { + content: "\edaf"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bluetooth-rectangle1 .path2:before { + content: "\edb0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-blur1 .path1:before { + content: "\edb1"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-blur1 .path2:before { + content: "\edb2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-book1 .path1:before { + content: "\edb3"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-book1 .path2:before { + content: "\edb4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-book1 .path3:before { + content: "\edb5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-book1 .path4:before { + content: "\edb6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-book-11 .path1:before { + content: "\edb7"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-book-11 .path2:before { + content: "\edb8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-book-11 .path3:before { + content: "\edb9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-book-11 .path4:before { + content: "\edba"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bookmark1 .path1:before { + content: "\edbb"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bookmark1 .path2:before { + content: "\edbc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bookmark-21 .path1:before { + content: "\edbd"; + color: rgb(41, 45, 50); +} +.isax-bookmark-21 .path2:before { + content: "\edbe"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-book-saved1 .path1:before { + content: "\edbf"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-book-saved1 .path2:before { + content: "\edc0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-book-saved1 .path3:before { + content: "\edc1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-book-square1 .path1:before { + content: "\edc2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-book-square1 .path2:before { + content: "\edc3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-book-square1 .path3:before { + content: "\edc4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-box1 .path1:before { + content: "\edc5"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box1 .path2:before { + content: "\edc6"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box1 .path3:before { + content: "\edc7"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box1 .path4:before { + content: "\edc8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-box1 .path5:before { + content: "\edc9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-box-11 .path1:before { + content: "\edca"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-11 .path2:before { + content: "\edcb"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-box-11 .path3:before { + content: "\edcc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-box-21 .path1:before { + content: "\edcd"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-21 .path2:before { + content: "\edce"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-box-21 .path3:before { + content: "\edcf"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-21 .path4:before { + content: "\edd0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-box-21 .path5:before { + content: "\edd1"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-21 .path6:before { + content: "\edd2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-box-21 .path7:before { + content: "\edd3"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-add1 .path1:before { + content: "\edd4"; + color: rgb(41, 45, 50); +} +.isax-box-add1 .path2:before { + content: "\edd5"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-add1 .path3:before { + content: "\edd6"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-add1 .path4:before { + content: "\edd7"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-remove1 .path1:before { + content: "\edd8"; + color: rgb(41, 45, 50); +} +.isax-box-remove1 .path2:before { + content: "\edd9"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-remove1 .path3:before { + content: "\edda"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-remove1 .path4:before { + content: "\eddb"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-search1 .path1:before { + content: "\eddc"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-search1 .path2:before { + content: "\eddd"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-search1 .path3:before { + content: "\edde"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-search1 .path4:before { + content: "\eddf"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-box-tick1 .path1:before { + content: "\ede0"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-tick1 .path2:before { + content: "\ede1"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-tick1 .path3:before { + content: "\ede2"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-tick1 .path4:before { + content: "\ede3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-box-time1 .path1:before { + content: "\ede4"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-time1 .path2:before { + content: "\ede5"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-time1 .path3:before { + content: "\ede6"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-box-time1 .path4:before { + content: "\ede7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-briefcase1 .path1:before { + content: "\ede8"; + color: rgb(41, 45, 50); +} +.isax-briefcase1 .path2:before { + content: "\ede9"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-brifecase-cross1 .path1:before { + content: "\edea"; + color: rgb(41, 45, 50); +} +.isax-brifecase-cross1 .path2:before { + content: "\edeb"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-brifecase-cross1 .path3:before { + content: "\edec"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-brifecase-tick1 .path1:before { + content: "\eded"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-brifecase-tick1 .path2:before { + content: "\edee"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-brifecase-tick1 .path3:before { + content: "\edef"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-brifecase-timer1 .path1:before { + content: "\edf0"; + color: rgb(41, 45, 50); +} +.isax-brifecase-timer1 .path2:before { + content: "\edf1"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-brifecase-timer1 .path3:before { + content: "\edf2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-broom1 .path1:before { + content: "\edf3"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-broom1 .path2:before { + content: "\edf4"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-broom1 .path3:before { + content: "\edf5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-broom1 .path4:before { + content: "\edf6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-broom1 .path5:before { + content: "\edf7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-broom1 .path6:before { + content: "\edf8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-brush1 .path1:before { + content: "\edf9"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-brush1 .path2:before { + content: "\edfa"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-brush1 .path3:before { + content: "\edfb"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-brush1 .path4:before { + content: "\edfc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-brush-11 .path1:before { + content: "\edfd"; + color: rgb(41, 45, 50); +} +.isax-brush-11 .path2:before { + content: "\edfe"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-brush-21 .path1:before { + content: "\edff"; + color: rgb(41, 45, 50); +} +.isax-brush-21 .path2:before { + content: "\ee00"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-brush-21 .path3:before { + content: "\ee01"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-brush-21 .path4:before { + content: "\ee02"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-brush-31 .path1:before { + content: "\ee03"; + color: rgb(41, 45, 50); +} +.isax-brush-31 .path2:before { + content: "\ee04"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-brush-31 .path3:before { + content: "\ee05"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-brush-41 .path1:before { + content: "\ee06"; + color: rgb(41, 45, 50); +} +.isax-brush-41 .path2:before { + content: "\ee07"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-brush-41 .path3:before { + content: "\ee08"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bubble1 .path1:before { + content: "\ee09"; + color: rgb(41, 45, 50); +} +.isax-bubble1 .path2:before { + content: "\ee0a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bubble1 .path3:before { + content: "\ee0b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bucket1 .path1:before { + content: "\ee0c"; + color: rgb(41, 45, 50); +} +.isax-bucket1 .path2:before { + content: "\ee0d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bucket1 .path3:before { + content: "\ee0e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bucket1 .path4:before { + content: "\ee0f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bucket-circle1 .path1:before { + content: "\ee10"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bucket-circle1 .path2:before { + content: "\ee11"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bucket-circle1 .path3:before { + content: "\ee12"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bucket-square1 .path1:before { + content: "\ee13"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bucket-square1 .path2:before { + content: "\ee14"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bucket-square1 .path3:before { + content: "\ee15"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-building1 .path1:before { + content: "\ee16"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-building1 .path2:before { + content: "\ee17"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-building1 .path3:before { + content: "\ee18"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-building1 .path4:before { + content: "\ee19"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-building1 .path5:before { + content: "\ee1a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-building1 .path6:before { + content: "\ee1b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-building-31 .path1:before { + content: "\ee1c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-building-31 .path2:before { + content: "\ee1d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-building-31 .path3:before { + content: "\ee1e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-building-31 .path4:before { + content: "\ee1f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-building-31 .path5:before { + content: "\ee20"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-building-41 .path1:before { + content: "\ee21"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-building-41 .path2:before { + content: "\ee22"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-building-41 .path3:before { + content: "\ee23"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-building-41 .path4:before { + content: "\ee24"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-building-41 .path5:before { + content: "\ee25"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-buildings1 .path1:before { + content: "\ee26"; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-buildings1 .path2:before { + content: "\ee27"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-buildings1 .path3:before { + content: "\ee28"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-buildings1 .path4:before { + content: "\ee29"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-buildings1 .path5:before { + content: "\ee2a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-buildings1 .path6:before { + content: "\ee2b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-buildings-21 .path1:before { + content: "\ee2c"; + color: rgb(41, 45, 50); +} +.isax-buildings-21 .path2:before { + content: "\ee2d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-buildings-21 .path3:before { + content: "\ee2e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-buildings-21 .path4:before { + content: "\ee2f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-buildings-21 .path5:before { + content: "\ee30"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-buildings-21 .path6:before { + content: "\ee31"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-buliding1 .path1:before { + content: "\ee32"; + color: rgb(41, 45, 50); +} +.isax-buliding1 .path2:before { + content: "\ee33"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-buliding1 .path3:before { + content: "\ee34"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-buliding1 .path4:before { + content: "\ee35"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-buliding1 .path5:before { + content: "\ee36"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-buliding1 .path6:before { + content: "\ee37"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-buliding1 .path7:before { + content: "\ee38"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-buliding1 .path8:before { + content: "\ee39"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bus1 .path1:before { + content: "\ee3a"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-bus1 .path2:before { + content: "\ee3b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bus1 .path3:before { + content: "\ee3c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bus1 .path4:before { + content: "\ee3d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-bus1 .path5:before { + content: "\ee3e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-buy-crypto1 .path1:before { + content: "\ee3f"; + color: rgb(41, 45, 50); +} +.isax-buy-crypto1 .path2:before { + content: "\ee40"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-buy-crypto1 .path3:before { + content: "\ee41"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cake1 .path1:before { + content: "\ee42"; + color: rgb(41, 45, 50); +} +.isax-cake1 .path2:before { + content: "\ee43"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cake1 .path3:before { + content: "\ee44"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cake1 .path4:before { + content: "\ee45"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cake1 .path5:before { + content: "\ee46"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cake1 .path6:before { + content: "\ee47"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-calculator1 .path1:before { + content: "\ee48"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-calculator1 .path2:before { + content: "\ee49"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calculator1 .path3:before { + content: "\ee4a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calculator1 .path4:before { + content: "\ee4b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calculator1 .path5:before { + content: "\ee4c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calculator1 .path6:before { + content: "\ee4d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calculator1 .path7:before { + content: "\ee4e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calculator1 .path8:before { + content: "\ee4f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar1 .path1:before { + content: "\ee50"; + color: rgb(41, 45, 50); +} +.isax-calendar1 .path2:before { + content: "\ee51"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-calendar1 .path3:before { + content: "\ee52"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar1 .path4:before { + content: "\ee53"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar1 .path5:before { + content: "\ee54"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar1 .path6:before { + content: "\ee55"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar1 .path7:before { + content: "\ee56"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar1 .path8:before { + content: "\ee57"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-11 .path1:before { + content: "\ee58"; + color: rgb(41, 45, 50); +} +.isax-calendar-11 .path2:before { + content: "\ee59"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-11 .path3:before { + content: "\ee5a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-calendar-11 .path4:before { + content: "\ee5b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-11 .path5:before { + content: "\ee5c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-21 .path1:before { + content: "\ee5d"; + color: rgb(41, 45, 50); +} +.isax-calendar-21 .path2:before { + content: "\ee5e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-calendar-21 .path3:before { + content: "\ee5f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-21 .path4:before { + content: "\ee60"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-21 .path5:before { + content: "\ee61"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-add1 .path1:before { + content: "\ee62"; + color: rgb(41, 45, 50); +} +.isax-calendar-add1 .path2:before { + content: "\ee63"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-calendar-add1 .path3:before { + content: "\ee64"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-add1 .path4:before { + content: "\ee65"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-add1 .path5:before { + content: "\ee66"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-add1 .path6:before { + content: "\ee67"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-circle1 .path1:before { + content: "\ee68"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-calendar-circle1 .path2:before { + content: "\ee69"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-circle1 .path3:before { + content: "\ee6a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-edit1 .path1:before { + content: "\ee6b"; + color: rgb(41, 45, 50); +} +.isax-calendar-edit1 .path2:before { + content: "\ee6c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-calendar-edit1 .path3:before { + content: "\ee6d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-remove1 .path1:before { + content: "\ee6e"; + color: rgb(41, 45, 50); +} +.isax-calendar-remove1 .path2:before { + content: "\ee6f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-calendar-remove1 .path3:before { + content: "\ee70"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-remove1 .path4:before { + content: "\ee71"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-remove1 .path5:before { + content: "\ee72"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-remove1 .path6:before { + content: "\ee73"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-search1 .path1:before { + content: "\ee74"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-calendar-search1 .path2:before { + content: "\ee75"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-search1 .path3:before { + content: "\ee76"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-tick1 .path1:before { + content: "\ee77"; + color: rgb(41, 45, 50); +} +.isax-calendar-tick1 .path2:before { + content: "\ee78"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-calendar-tick1 .path3:before { + content: "\ee79"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-tick1 .path4:before { + content: "\ee7a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-tick1 .path5:before { + content: "\ee7b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-calendar-tick1 .path6:before { + content: "\ee7c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-call1 .path1:before { + content: "\ee7d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-call1 .path2:before { + content: "\ee7e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-call-add1 .path1:before { + content: "\ee7f"; + color: rgb(41, 45, 50); +} +.isax-call-add1 .path2:before { + content: "\ee80"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-call-add1 .path3:before { + content: "\ee81"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-call-calling1 .path1:before { + content: "\ee82"; + color: rgb(41, 45, 50); +} +.isax-call-calling1 .path2:before { + content: "\ee83"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-call-calling1 .path3:before { + content: "\ee84"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-call-calling1 .path4:before { + content: "\ee85"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-call-incoming1 .path1:before { + content: "\ee86"; + color: rgb(41, 45, 50); +} +.isax-call-incoming1 .path2:before { + content: "\ee87"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-call-incoming1 .path3:before { + content: "\ee88"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-call-minus1 .path1:before { + content: "\ee89"; + color: rgb(41, 45, 50); +} +.isax-call-minus1 .path2:before { + content: "\ee8a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-call-minus1 .path3:before { + content: "\ee8b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-call-outgoing1 .path1:before { + content: "\ee8c"; + color: rgb(41, 45, 50); +} +.isax-call-outgoing1 .path2:before { + content: "\ee8d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-call-outgoing1 .path3:before { + content: "\ee8e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-call-received1 .path1:before { + content: "\ee8f"; + color: rgb(41, 45, 50); +} +.isax-call-received1 .path2:before { + content: "\ee90"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-call-received1 .path3:before { + content: "\ee91"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-call-remove1 .path1:before { + content: "\ee92"; + color: rgb(41, 45, 50); +} +.isax-call-remove1 .path2:before { + content: "\ee93"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-call-remove1 .path3:before { + content: "\ee94"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-call-slash1 .path1:before { + content: "\ee95"; + color: rgb(41, 45, 50); +} +.isax-call-slash1 .path2:before { + content: "\ee96"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-call-slash1 .path3:before { + content: "\ee97"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-camera1 .path1:before { + content: "\ee98"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-camera1 .path2:before { + content: "\ee99"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-camera1 .path3:before { + content: "\ee9a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-camera-slash1 .path1:before { + content: "\ee9b"; + color: rgb(41, 45, 50); +} +.isax-camera-slash1 .path2:before { + content: "\ee9c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-camera-slash1 .path3:before { + content: "\ee9d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-camera-slash1 .path4:before { + content: "\ee9e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-camera-slash1 .path5:before { + content: "\ee9f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-camera-slash1 .path6:before { + content: "\eea0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-candle1 .path1:before { + content: "\eea1"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-candle1 .path2:before { + content: "\eea2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-candle-21 .path1:before { + content: "\eea3"; + color: rgb(41, 45, 50); +} +.isax-candle-21 .path2:before { + content: "\eea4"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-car1 .path1:before { + content: "\eea5"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-car1 .path2:before { + content: "\eea6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-car1 .path3:before { + content: "\eea7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-car1 .path4:before { + content: "\eea8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card1 .path1:before { + content: "\eea9"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-card1 .path2:before { + content: "\eeaa"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card1 .path3:before { + content: "\eeab"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card1 .path4:before { + content: "\eeac"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-add1 .path1:before { + content: "\eead"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-card-add1 .path2:before { + content: "\eeae"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-add1 .path3:before { + content: "\eeaf"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-coin1 .path1:before { + content: "\eeb0"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-card-coin1 .path2:before { + content: "\eeb1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-coin1 .path3:before { + content: "\eeb2"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-card-coin1 .path4:before { + content: "\eeb3"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-card-coin1 .path5:before { + content: "\eeb4"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-card-coin1 .path6:before { + content: "\eeb5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-edit1 .path1:before { + content: "\eeb6"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-card-edit1 .path2:before { + content: "\eeb7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-edit1 .path3:before { + content: "\eeb8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-pos1 .path1:before { + content: "\eeb9"; + color: rgb(41, 45, 50); +} +.isax-card-pos1 .path2:before { + content: "\eeba"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-card-pos1 .path3:before { + content: "\eebb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-pos1 .path4:before { + content: "\eebc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-pos1 .path5:before { + content: "\eebd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-receive1 .path1:before { + content: "\eebe"; + color: rgb(41, 45, 50); +} +.isax-card-receive1 .path2:before { + content: "\eebf"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-card-receive1 .path3:before { + content: "\eec0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-remove1 .path1:before { + content: "\eec1"; + color: rgb(41, 45, 50); +} +.isax-card-remove1 .path2:before { + content: "\eec2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-remove1 .path3:before { + content: "\eec3"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-card-remove1 .path4:before { + content: "\eec4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-remove-11 .path1:before { + content: "\eec5"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-card-remove-11 .path2:before { + content: "\eec6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-remove-11 .path3:before { + content: "\eec7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cards1 .path1:before { + content: "\eec8"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cards1 .path2:before { + content: "\eec9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cards1 .path3:before { + content: "\eeca"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cards1 .path4:before { + content: "\eecb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cards1 .path5:before { + content: "\eecc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-send1 .path1:before { + content: "\eecd"; + color: rgb(41, 45, 50); +} +.isax-card-send1 .path2:before { + content: "\eece"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-card-send1 .path3:before { + content: "\eecf"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-slash1 .path1:before { + content: "\eed0"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-card-slash1 .path2:before { + content: "\eed1"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-card-slash1 .path3:before { + content: "\eed2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-slash1 .path4:before { + content: "\eed3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-slash1 .path5:before { + content: "\eed4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-slash1 .path6:before { + content: "\eed5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-slash1 .path7:before { + content: "\eed6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-tick1 .path1:before { + content: "\eed7"; + color: rgb(41, 45, 50); +} +.isax-card-tick1 .path2:before { + content: "\eed8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-tick1 .path3:before { + content: "\eed9"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-card-tick1 .path4:before { + content: "\eeda"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-tick-11 .path1:before { + content: "\eedb"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-card-tick-11 .path2:before { + content: "\eedc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-card-tick-11 .path3:before { + content: "\eedd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-category1 .path1:before { + content: "\eede"; + color: rgb(41, 45, 50); +} +.isax-category1 .path2:before { + content: "\eedf"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-category1 .path3:before { + content: "\eee0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-category1 .path4:before { + content: "\eee1"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-category-21 .path1:before { + content: "\eee2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-category-21 .path2:before { + content: "\eee3"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-category-21 .path3:before { + content: "\eee4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-category-21 .path4:before { + content: "\eee5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cd1 .path1:before { + content: "\eee6"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cd1 .path2:before { + content: "\eee7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-chart1 .path1:before { + content: "\eee8"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-chart1 .path2:before { + content: "\eee9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-chart1 .path3:before { + content: "\eeea"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-chart1 .path4:before { + content: "\eeeb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-chart-11 .path1:before { + content: "\eeec"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-chart-11 .path2:before { + content: "\eeed"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-chart-11 .path3:before { + content: "\eeee"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-chart-11 .path4:before { + content: "\eeef"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-chart-22 .path1:before { + content: "\eef0"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-chart-22 .path2:before { + content: "\eef1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-chart-22 .path3:before { + content: "\eef2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-chart-31 .path1:before { + content: "\eef3"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-chart-31 .path2:before { + content: "\eef4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-chart-31 .path3:before { + content: "\eef5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-chart-211 .path1:before { + content: "\eef6"; + color: rgb(41, 45, 50); +} +.isax-chart-211 .path2:before { + content: "\eef7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-chart-211 .path3:before { + content: "\eef8"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-chart-211 .path4:before { + content: "\eef9"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-chart-square1 .path1:before { + content: "\eefa"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-chart-square1 .path2:before { + content: "\eefb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-chart-square1 .path3:before { + content: "\eefc"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-chart-square1 .path4:before { + content: "\eefd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-chart-success1 .path1:before { + content: "\eefe"; + color: rgb(41, 45, 50); +} +.isax-chart-success1 .path2:before { + content: "\eeff"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-chart-success1 .path3:before { + content: "\ef00"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-chart-success1 .path4:before { + content: "\ef01"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-chart-success1 .path5:before { + content: "\ef02"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-check1 .path1:before { + content: "\ef03"; + color: rgb(41, 45, 50); +} +.isax-check1 .path2:before { + content: "\ef04"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-check1 .path3:before { + content: "\ef05"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-check1 .path4:before { + content: "\ef06"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-chrome1 .path1:before { + content: "\ef07"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-chrome1 .path2:before { + content: "\ef08"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-clipboard1 .path1:before { + content: "\ef09"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-clipboard1 .path2:before { + content: "\ef0a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-clipboard1 .path3:before { + content: "\ef0b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-clipboard-close1 .path1:before { + content: "\ef0c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-clipboard-close1 .path2:before { + content: "\ef0d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-clipboard-close1 .path3:before { + content: "\ef0e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-clipboard-export1 .path1:before { + content: "\ef0f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-clipboard-export1 .path2:before { + content: "\ef10"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-clipboard-export1 .path3:before { + content: "\ef11"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-clipboard-import1 .path1:before { + content: "\ef12"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-clipboard-import1 .path2:before { + content: "\ef13"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-clipboard-import1 .path3:before { + content: "\ef14"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-clipboard-text1 .path1:before { + content: "\ef15"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-clipboard-text1 .path2:before { + content: "\ef16"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-clipboard-text1 .path3:before { + content: "\ef17"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-clipboard-text1 .path4:before { + content: "\ef18"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-clipboard-tick1 .path1:before { + content: "\ef19"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-clipboard-tick1 .path2:before { + content: "\ef1a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-clipboard-tick1 .path3:before { + content: "\ef1b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-clock1 .path1:before { + content: "\ef1c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-clock1 .path2:before { + content: "\ef1d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-clock1 .path3:before { + content: "\ef1e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-clock1 .path4:before { + content: "\ef1f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-clock-11 .path1:before { + content: "\ef20"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-clock-11 .path2:before { + content: "\ef21"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-close-circle1 .path1:before { + content: "\ef22"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-close-circle1 .path2:before { + content: "\ef23"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-close-square1 .path1:before { + content: "\ef24"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-close-square1 .path2:before { + content: "\ef25"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cloud1 .path1:before { + content: "\ef26"; + color: rgb(41, 45, 50); +} +.isax-cloud1 .path2:before { + content: "\ef27"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cloud-add1 .path1:before { + content: "\ef28"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cloud-add1 .path2:before { + content: "\ef29"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cloud-change1 .path1:before { + content: "\ef2a"; + color: rgb(41, 45, 50); +} +.isax-cloud-change1 .path2:before { + content: "\ef2b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cloud-change1 .path3:before { + content: "\ef2c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cloud-connection1 .path1:before { + content: "\ef2d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cloud-connection1 .path2:before { + content: "\ef2e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cloud-cross1 .path1:before { + content: "\ef2f"; + color: rgb(41, 45, 50); +} +.isax-cloud-cross1 .path2:before { + content: "\ef30"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cloud-drizzle1 .path1:before { + content: "\ef31"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cloud-drizzle1 .path2:before { + content: "\ef32"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cloud-fog1 .path1:before { + content: "\ef33"; + color: rgb(41, 45, 50); +} +.isax-cloud-fog1 .path2:before { + content: "\ef34"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cloud-fog1 .path3:before { + content: "\ef35"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cloud-fog1 .path4:before { + content: "\ef36"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cloud-lightning1 .path1:before { + content: "\ef37"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cloud-lightning1 .path2:before { + content: "\ef38"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cloud-minus1 .path1:before { + content: "\ef39"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cloud-minus1 .path2:before { + content: "\ef3a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cloud-notif1 .path1:before { + content: "\ef3b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cloud-notif1 .path2:before { + content: "\ef3c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cloud-plus1 .path1:before { + content: "\ef3d"; + color: rgb(41, 45, 50); +} +.isax-cloud-plus1 .path2:before { + content: "\ef3e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cloud-remove1 .path1:before { + content: "\ef3f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cloud-remove1 .path2:before { + content: "\ef40"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cloud-snow1 .path1:before { + content: "\ef41"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cloud-snow1 .path2:before { + content: "\ef42"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cloud-sunny1 .path1:before { + content: "\ef43"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cloud-sunny1 .path2:before { + content: "\ef44"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-code1 .path1:before { + content: "\ef45"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-code1 .path2:before { + content: "\ef46"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-code1 .path3:before { + content: "\ef47"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-code-11 .path1:before { + content: "\ef48"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-code-11 .path2:before { + content: "\ef49"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-code-11 .path3:before { + content: "\ef4a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-code-11 .path4:before { + content: "\ef4b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-code-circle1 .path1:before { + content: "\ef4c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-code-circle1 .path2:before { + content: "\ef4d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-code-circle1 .path3:before { + content: "\ef4e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-code-circle1 .path4:before { + content: "\ef4f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-coffee1 .path1:before { + content: "\ef50"; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-coffee1 .path2:before { + content: "\ef51"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-coffee1 .path3:before { + content: "\ef52"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-coffee1 .path4:before { + content: "\ef53"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-coffee1 .path5:before { + content: "\ef54"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-coffee1 .path6:before { + content: "\ef55"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-coin1 .path1:before { + content: "\ef56"; + color: rgb(41, 45, 50); +} +.isax-coin1 .path2:before { + content: "\ef57"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-coin1 .path3:before { + content: "\ef58"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-coin-11 .path1:before { + content: "\ef59"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-coin-11 .path2:before { + content: "\ef5a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-coin-11 .path3:before { + content: "\ef5b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-colorfilter1 .path1:before { + content: "\ef5c"; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-colorfilter1 .path2:before { + content: "\ef5d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-colorfilter1 .path3:before { + content: "\ef5e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-colors-square1 .path1:before { + content: "\ef5f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-colors-square1 .path2:before { + content: "\ef60"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-colors-square1 .path3:before { + content: "\ef61"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-colors-square1 .path4:before { + content: "\ef62"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-color-swatch1 .path1:before { + content: "\ef63"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-color-swatch1 .path2:before { + content: "\ef64"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-color-swatch1 .path3:before { + content: "\ef65"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-command1 .path1:before { + content: "\ef66"; + color: rgb(41, 45, 50); +} +.isax-command1 .path2:before { + content: "\ef67"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-command1 .path3:before { + content: "\ef68"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-command1 .path4:before { + content: "\ef69"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-command1 .path5:before { + content: "\ef6a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-command-square1 .path1:before { + content: "\ef6b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-command-square1 .path2:before { + content: "\ef6c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-command-square1 .path3:before { + content: "\ef6d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-command-square1 .path4:before { + content: "\ef6e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-command-square1 .path5:before { + content: "\ef6f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-command-square1 .path6:before { + content: "\ef70"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-component1:before { + content: "\ef71"; +} +.isax-computing1 .path1:before { + content: "\ef72"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-computing1 .path2:before { + content: "\ef73"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-computing1 .path3:before { + content: "\ef74"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-computing1 .path4:before { + content: "\ef75"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-convert1 .path1:before { + content: "\ef76"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-convert1 .path2:before { + content: "\ef77"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-convert1 .path3:before { + content: "\ef78"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-convert-3d-cube1 .path1:before { + content: "\ef79"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-convert-3d-cube1 .path2:before { + content: "\ef7a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-convert-3d-cube1 .path3:before { + content: "\ef7b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-convert-3d-cube1 .path4:before { + content: "\ef7c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-convert-3d-cube1 .path5:before { + content: "\ef7d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-convert-3d-cube1 .path6:before { + content: "\ef7e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-convert-3d-cube1 .path7:before { + content: "\ef7f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-convert-3d-cube1 .path8:before { + content: "\ef80"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-convert-card1 .path1:before { + content: "\ef81"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-convert-card1 .path2:before { + content: "\ef82"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-convert-card1 .path3:before { + content: "\ef83"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-convert-card1 .path4:before { + content: "\ef84"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-convert-card1 .path5:before { + content: "\ef85"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-convert-card1 .path6:before { + content: "\ef86"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-convertshape1 .path1:before { + content: "\ef87"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-convertshape1 .path2:before { + content: "\ef88"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-convertshape1 .path3:before { + content: "\ef89"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-convertshape1 .path4:before { + content: "\ef8a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-convertshape-21 .path1:before { + content: "\ef8b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-convertshape-21 .path2:before { + content: "\ef8c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-convertshape-21 .path3:before { + content: "\ef8d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-convertshape-21 .path4:before { + content: "\ef8e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-copy1 .path1:before { + content: "\ef8f"; + color: rgb(41, 45, 50); +} +.isax-copy1 .path2:before { + content: "\ef90"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-copyright1 .path1:before { + content: "\ef91"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-copyright1 .path2:before { + content: "\ef92"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-copy-success1 .path1:before { + content: "\ef93"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-copy-success1 .path2:before { + content: "\ef94"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-courthouse1 .path1:before { + content: "\ef95"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-courthouse1 .path2:before { + content: "\ef96"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu1 .path1:before { + content: "\ef97"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cpu1 .path2:before { + content: "\ef98"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu1 .path3:before { + content: "\ef99"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu1 .path4:before { + content: "\ef9a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu1 .path5:before { + content: "\ef9b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu1 .path6:before { + content: "\ef9c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu1 .path7:before { + content: "\ef9d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu1 .path8:before { + content: "\ef9e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu1 .path9:before { + content: "\ef9f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu1 .path10:before { + content: "\efa0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu1 .path11:before { + content: "\efa1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu1 .path12:before { + content: "\efa2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu1 .path13:before { + content: "\efa3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu1 .path14:before { + content: "\efa4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-charge1 .path1:before { + content: "\efa5"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cpu-charge1 .path2:before { + content: "\efa6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-charge1 .path3:before { + content: "\efa7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-charge1 .path4:before { + content: "\efa8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-charge1 .path5:before { + content: "\efa9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-charge1 .path6:before { + content: "\efaa"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-charge1 .path7:before { + content: "\efab"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-charge1 .path8:before { + content: "\efac"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-charge1 .path9:before { + content: "\efad"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-charge1 .path10:before { + content: "\efae"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-charge1 .path11:before { + content: "\efaf"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-charge1 .path12:before { + content: "\efb0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-charge1 .path13:before { + content: "\efb1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-charge1 .path14:before { + content: "\efb2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-setting1 .path1:before { + content: "\efb3"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cpu-setting1 .path2:before { + content: "\efb4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-setting1 .path3:before { + content: "\efb5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-setting1 .path4:before { + content: "\efb6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-setting1 .path5:before { + content: "\efb7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-setting1 .path6:before { + content: "\efb8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-setting1 .path7:before { + content: "\efb9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-setting1 .path8:before { + content: "\efba"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-setting1 .path9:before { + content: "\efbb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-setting1 .path10:before { + content: "\efbc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cpu-setting1 .path11:before { + content: "\efbd"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cpu-setting1 .path12:before { + content: "\efbe"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-creative-commons1 .path1:before { + content: "\efbf"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-creative-commons1 .path2:before { + content: "\efc0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-creative-commons1 .path3:before { + content: "\efc1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-crop1 .path1:before { + content: "\efc2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-crop1 .path2:before { + content: "\efc3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-crop1 .path3:before { + content: "\efc4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-crown1 .path1:before { + content: "\efc5"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-crown1 .path2:before { + content: "\efc6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-crown1 .path3:before { + content: "\efc7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-crown-11 .path1:before { + content: "\efc8"; + color: rgb(41, 45, 50); +} +.isax-crown-11 .path2:before { + content: "\efc9"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cup1 .path1:before { + content: "\efca"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cup1 .path2:before { + content: "\efcb"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cup1 .path3:before { + content: "\efcc"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-cup1 .path4:before { + content: "\efcd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-cup1 .path5:before { + content: "\efce"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-danger1 .path1:before { + content: "\efcf"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-danger1 .path2:before { + content: "\efd0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-danger1 .path3:before { + content: "\efd1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data1 .path1:before { + content: "\efd2"; + color: rgb(41, 45, 50); +} +.isax-data1 .path2:before { + content: "\efd3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data1 .path3:before { + content: "\efd4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data1 .path4:before { + content: "\efd5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data1 .path5:before { + content: "\efd6"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-data-21 .path1:before { + content: "\efd7"; + color: rgb(41, 45, 50); +} +.isax-data-21 .path2:before { + content: "\efd8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data-21 .path3:before { + content: "\efd9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data-21 .path4:before { + content: "\efda"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.37; +} +.isax-data-21 .path5:before { + content: "\efdb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-designtools1 .path1:before { + content: "\efdc"; + color: rgb(41, 45, 50); +} +.isax-designtools1 .path2:before { + content: "\efdd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-designtools1 .path3:before { + content: "\efde"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-designtools1 .path4:before { + content: "\efdf"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-designtools1 .path5:before { + content: "\efe0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-device-message1 .path1:before { + content: "\efe1"; + color: rgb(41, 45, 50); +} +.isax-device-message1 .path2:before { + content: "\efe2"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-device-message1 .path3:before { + content: "\efe3"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-device-message1 .path4:before { + content: "\efe4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-device-message1 .path5:before { + content: "\efe5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-device-message1 .path6:before { + content: "\efe6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-devices1 .path1:before { + content: "\efe7"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-devices1 .path2:before { + content: "\efe8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-devices1 .path3:before { + content: "\efe9"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-devices1 .path4:before { + content: "\efea"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-devices-11 .path1:before { + content: "\efeb"; + color: rgb(41, 45, 50); +} +.isax-devices-11 .path2:before { + content: "\efec"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-devices-11 .path3:before { + content: "\efed"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-devices-11 .path4:before { + content: "\efee"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-devices-11 .path5:before { + content: "\efef"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-devices-11 .path6:before { + content: "\eff0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-devices-11 .path7:before { + content: "\eff1"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-devices-11 .path8:before { + content: "\eff2"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-diagram1 .path1:before { + content: "\eff3"; + color: rgb(41, 45, 50); +} +.isax-diagram1 .path2:before { + content: "\eff4"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-diamonds1 .path1:before { + content: "\eff5"; + color: rgb(41, 45, 50); +} +.isax-diamonds1 .path2:before { + content: "\eff6"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-direct1 .path1:before { + content: "\eff7"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-direct1 .path2:before { + content: "\eff8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-direct1 .path3:before { + content: "\eff9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-direct1 .path4:before { + content: "\effa"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-directbox-default1 .path1:before { + content: "\effb"; + color: rgb(41, 45, 50); +} +.isax-directbox-default1 .path2:before { + content: "\effc"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-directbox-default1 .path3:before { + content: "\effd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-directbox-default1 .path4:before { + content: "\effe"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-directbox-notif1 .path1:before { + content: "\efff"; + color: rgb(41, 45, 50); +} +.isax-directbox-notif1 .path2:before { + content: "\f000"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-directbox-notif1 .path3:before { + content: "\f001"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-directbox-receive1 .path1:before { + content: "\f002"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-directbox-receive1 .path2:before { + content: "\f003"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-directbox-receive1 .path3:before { + content: "\f004"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-directbox-receive1 .path4:before { + content: "\f005"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-directbox-send1 .path1:before { + content: "\f006"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-directbox-send1 .path2:before { + content: "\f007"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-directbox-send1 .path3:before { + content: "\f008"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-directbox-send1 .path4:before { + content: "\f009"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-direct-down1 .path1:before { + content: "\f00a"; + color: rgb(41, 45, 50); +} +.isax-direct-down1 .path2:before { + content: "\f00b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-direct-inbox1 .path1:before { + content: "\f00c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-direct-inbox1 .path2:before { + content: "\f00d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-direct-inbox1 .path3:before { + content: "\f00e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-direct-left1 .path1:before { + content: "\f00f"; + color: rgb(41, 45, 50); +} +.isax-direct-left1 .path2:before { + content: "\f010"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-direct-normal1 .path1:before { + content: "\f011"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-direct-normal1 .path2:before { + content: "\f012"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-direct-notification1 .path1:before { + content: "\f013"; + color: rgb(41, 45, 50); +} +.isax-direct-notification1 .path2:before { + content: "\f014"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-direct-notification1 .path3:before { + content: "\f015"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-direct-right1 .path1:before { + content: "\f016"; + color: rgb(41, 45, 50); +} +.isax-direct-right1 .path2:before { + content: "\f017"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-direct-send1 .path1:before { + content: "\f018"; + color: rgb(41, 45, 50); +} +.isax-direct-send1 .path2:before { + content: "\f019"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-direct-send1 .path3:before { + content: "\f01a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-direct-up1 .path1:before { + content: "\f01b"; + color: rgb(41, 45, 50); +} +.isax-direct-up1 .path2:before { + content: "\f01c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-discount-circle1 .path1:before { + content: "\f01d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-discount-circle1 .path2:before { + content: "\f01e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-discount-circle1 .path3:before { + content: "\f01f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-discount-circle1 .path4:before { + content: "\f020"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-discount-shape1 .path1:before { + content: "\f021"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-discount-shape1 .path2:before { + content: "\f022"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-discount-shape1 .path3:before { + content: "\f023"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-discount-shape1 .path4:before { + content: "\f024"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-discover1 .path1:before { + content: "\f025"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-discover1 .path2:before { + content: "\f026"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-discover-11 .path1:before { + content: "\f027"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-discover-11 .path2:before { + content: "\f028"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-dislike1 .path1:before { + content: "\f029"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-dislike1 .path2:before { + content: "\f02a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document1 .path1:before { + content: "\f02b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-document1 .path2:before { + content: "\f02c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-11 .path1:before { + content: "\f02d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-document-11 .path2:before { + content: "\f02e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-11 .path3:before { + content: "\f02f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-cloud1 .path1:before { + content: "\f030"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-document-cloud1 .path2:before { + content: "\f031"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-cloud1 .path3:before { + content: "\f032"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-code1 .path1:before { + content: "\f033"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-document-code1 .path2:before { + content: "\f034"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-code1 .path3:before { + content: "\f035"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-code1 .path4:before { + content: "\f036"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-code-21 .path1:before { + content: "\f037"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-document-code-21 .path2:before { + content: "\f038"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-code-21 .path3:before { + content: "\f039"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-copy1 .path1:before { + content: "\f03a"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-document-copy1 .path2:before { + content: "\f03b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-copy1 .path3:before { + content: "\f03c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-download1 .path1:before { + content: "\f03d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-document-download1 .path2:before { + content: "\f03e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-download1 .path3:before { + content: "\f03f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-favorite1 .path1:before { + content: "\f040"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-document-favorite1 .path2:before { + content: "\f041"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-favorite1 .path3:before { + content: "\f042"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-filter1 .path1:before { + content: "\f043"; + color: rgb(41, 45, 50); +} +.isax-document-filter1 .path2:before { + content: "\f044"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-document-filter1 .path3:before { + content: "\f045"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-filter1 .path4:before { + content: "\f046"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-forward1 .path1:before { + content: "\f047"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-document-forward1 .path2:before { + content: "\f048"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-forward1 .path3:before { + content: "\f049"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-like1 .path1:before { + content: "\f04a"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-document-like1 .path2:before { + content: "\f04b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-like1 .path3:before { + content: "\f04c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-normal1 .path1:before { + content: "\f04d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-document-normal1 .path2:before { + content: "\f04e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-previous1 .path1:before { + content: "\f04f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-document-previous1 .path2:before { + content: "\f050"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-previous1 .path3:before { + content: "\f051"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-sketch1 .path1:before { + content: "\f052"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-document-sketch1 .path2:before { + content: "\f053"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-sketch1 .path3:before { + content: "\f054"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-text1 .path1:before { + content: "\f055"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-document-text1 .path2:before { + content: "\f056"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-text1 .path3:before { + content: "\f057"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-text1 .path4:before { + content: "\f058"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-text-11 .path1:before { + content: "\f059"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-document-text-11 .path2:before { + content: "\f05a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-text-11 .path3:before { + content: "\f05b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-text-11 .path4:before { + content: "\f05c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-upload1 .path1:before { + content: "\f05d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-document-upload1 .path2:before { + content: "\f05e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-document-upload1 .path3:before { + content: "\f05f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-dollar-circle1 .path1:before { + content: "\f060"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-dollar-circle1 .path2:before { + content: "\f061"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-dollar-square1 .path1:before { + content: "\f062"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-dollar-square1 .path2:before { + content: "\f063"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver1 .path1:before { + content: "\f064"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-driver1 .path2:before { + content: "\f065"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-driver1 .path3:before { + content: "\f066"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver1 .path4:before { + content: "\f067"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver1 .path5:before { + content: "\f068"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver1 .path6:before { + content: "\f069"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver1 .path7:before { + content: "\f06a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver1 .path8:before { + content: "\f06b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver-21 .path1:before { + content: "\f06c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-driver-21 .path2:before { + content: "\f06d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver-21 .path3:before { + content: "\f06e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver-21 .path4:before { + content: "\f06f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver-21 .path5:before { + content: "\f070"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver-21 .path6:before { + content: "\f071"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver-21 .path7:before { + content: "\f072"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver-21 .path8:before { + content: "\f073"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver-refresh1 .path1:before { + content: "\f074"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-driver-refresh1 .path2:before { + content: "\f075"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver-refresh1 .path3:before { + content: "\f076"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver-refresh1 .path4:before { + content: "\f077"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver-refresh1 .path5:before { + content: "\f078"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver-refresh1 .path6:before { + content: "\f079"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driver-refresh1 .path7:before { + content: "\f07a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driving1 .path1:before { + content: "\f07b"; + color: rgb(41, 45, 50); +} +.isax-driving1 .path2:before { + content: "\f07c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driving1 .path3:before { + content: "\f07d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driving1 .path4:before { + content: "\f07e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driving1 .path5:before { + content: "\f07f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-driving1 .path6:before { + content: "\f080"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driving1 .path7:before { + content: "\f081"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-driving1 .path8:before { + content: "\f082"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-drop .path1:before { + content: "\f083"; + color: rgb(41, 45, 50); +} +.isax-drop .path2:before { + content: "\f084"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-edit1 .path1:before { + content: "\f085"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-edit1 .path2:before { + content: "\f086"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-edit1 .path3:before { + content: "\f087"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-edit-21 .path1:before { + content: "\f088"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-edit-21 .path2:before { + content: "\f089"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-edit-21 .path3:before { + content: "\f08a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-electricity1 .path1:before { + content: "\f08b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-electricity1 .path2:before { + content: "\f08c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-electricity1 .path3:before { + content: "\f08d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-electricity1 .path4:before { + content: "\f08e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-element-1 .path1:before { + content: "\f08f"; + color: rgb(41, 45, 50); +} +.isax-element-1 .path2:before { + content: "\f090"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-element-1 .path3:before { + content: "\f091"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-element-21 .path1:before { + content: "\f092"; + color: rgb(41, 45, 50); +} +.isax-element-21 .path2:before { + content: "\f093"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-element-21 .path3:before { + content: "\f094"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-element-31 .path1:before { + content: "\f095"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-element-31 .path2:before { + content: "\f096"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-element-31 .path3:before { + content: "\f097"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-element-31 .path4:before { + content: "\f098"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-element-41 .path1:before { + content: "\f099"; + color: rgb(41, 45, 50); +} +.isax-element-41 .path2:before { + content: "\f09a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-element-41 .path3:before { + content: "\f09b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-element-41 .path4:before { + content: "\f09c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-element-equal1 .path1:before { + content: "\f09d"; + color: rgb(41, 45, 50); +} +.isax-element-equal1 .path2:before { + content: "\f09e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-element-equal1 .path3:before { + content: "\f09f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-element-equal1 .path4:before { + content: "\f0a0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-element-equal1 .path5:before { + content: "\f0a1"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-element-plus1 .path1:before { + content: "\f0a2"; + color: rgb(41, 45, 50); +} +.isax-element-plus1 .path2:before { + content: "\f0a3"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-element-plus1 .path3:before { + content: "\f0a4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-element-plus1 .path4:before { + content: "\f0a5"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-emoji-happy1 .path1:before { + content: "\f0a6"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-emoji-happy1 .path2:before { + content: "\f0a7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-emoji-happy1 .path3:before { + content: "\f0a8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-emoji-happy1 .path4:before { + content: "\f0a9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-emoji-normal1 .path1:before { + content: "\f0aa"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-emoji-normal1 .path2:before { + content: "\f0ab"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-emoji-normal1 .path3:before { + content: "\f0ac"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-emoji-normal1 .path4:before { + content: "\f0ad"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-emoji-sad1 .path1:before { + content: "\f0ae"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-emoji-sad1 .path2:before { + content: "\f0af"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-emoji-sad1 .path3:before { + content: "\f0b0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-emoji-sad1 .path4:before { + content: "\f0b1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet1 .path1:before { + content: "\f0b2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-empty-wallet1 .path2:before { + content: "\f0b3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet1 .path3:before { + content: "\f0b4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet1 .path4:before { + content: "\f0b5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-add1 .path1:before { + content: "\f0b6"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-empty-wallet-add1 .path2:before { + content: "\f0b7"; + margin-left: -1.0419921875em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-add1 .path3:before { + content: "\f0b8"; + margin-left: -1.0419921875em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-add1 .path4:before { + content: "\f0b9"; + margin-left: -1.0419921875em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-add1 .path5:before { + content: "\f0ba"; + margin-left: -1.0419921875em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-change1 .path1:before { + content: "\f0bb"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-empty-wallet-change1 .path2:before { + content: "\f0bc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-change1 .path3:before { + content: "\f0bd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-change1 .path4:before { + content: "\f0be"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-change1 .path5:before { + content: "\f0bf"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-remove1 .path1:before { + content: "\f0c0"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-empty-wallet-remove1 .path2:before { + content: "\f0c1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-remove1 .path3:before { + content: "\f0c2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-remove1 .path4:before { + content: "\f0c3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-remove1 .path5:before { + content: "\f0c4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-tick1 .path1:before { + content: "\f0c5"; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-tick1 .path2:before { + content: "\f0c6"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-empty-wallet-tick1 .path3:before { + content: "\f0c7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-tick1 .path4:before { + content: "\f0c8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-tick1 .path5:before { + content: "\f0c9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-time1 .path1:before { + content: "\f0ca"; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-time1 .path2:before { + content: "\f0cb"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-empty-wallet-time1 .path3:before { + content: "\f0cc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-time1 .path4:before { + content: "\f0cd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-empty-wallet-time1 .path5:before { + content: "\f0ce"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-eraser1 .path1:before { + content: "\f0cf"; + color: rgb(41, 45, 50); +} +.isax-eraser1 .path2:before { + content: "\f0d0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-eraser1 .path3:before { + content: "\f0d1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-eraser-11 .path1:before { + content: "\f0d2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-eraser-11 .path2:before { + content: "\f0d3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-eraser-11 .path3:before { + content: "\f0d4"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-export1 .path1:before { + content: "\f0d5"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-export1 .path2:before { + content: "\f0d6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-export-11 .path1:before { + content: "\f0d7"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-export-11 .path2:before { + content: "\f0d8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-export-21 .path1:before { + content: "\f0d9"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-export-21 .path2:before { + content: "\f0da"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-export-31 .path1:before { + content: "\f0db"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-export-31 .path2:before { + content: "\f0dc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-external-drive1 .path1:before { + content: "\f0dd"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-external-drive1 .path2:before { + content: "\f0de"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-external-drive1 .path3:before { + content: "\f0df"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-external-drive1 .path4:before { + content: "\f0e0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-external-drive1 .path5:before { + content: "\f0e1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-eye-slash1 .path1:before { + content: "\f0e2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-eye-slash1 .path2:before { + content: "\f0e3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-eye-slash1 .path3:before { + content: "\f0e4"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-eye-slash1 .path4:before { + content: "\f0e5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-eye-slash1 .path5:before { + content: "\f0e6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-fatrows1 .path1:before { + content: "\f0e7"; + color: rgb(41, 45, 50); +} +.isax-fatrows1 .path2:before { + content: "\f0e8"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-favorite-chart1 .path1:before { + content: "\f0e9"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-favorite-chart1 .path2:before { + content: "\f0ea"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-favorite-chart1 .path3:before { + content: "\f0eb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-filter1 .path1:before { + content: "\f0ec"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-filter1 .path2:before { + content: "\f0ed"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-filter-add1 .path1:before { + content: "\f0ee"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-filter-add1 .path2:before { + content: "\f0ef"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-filter-edit1 .path1:before { + content: "\f0f0"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-filter-edit1 .path2:before { + content: "\f0f1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-filter-remove1 .path1:before { + content: "\f0f2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-filter-remove1 .path2:before { + content: "\f0f3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-filter-search1 .path1:before { + content: "\f0f4"; + color: rgb(41, 45, 50); +} +.isax-filter-search1 .path2:before { + content: "\f0f5"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-filter-square1 .path1:before { + content: "\f0f6"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-filter-square1 .path2:before { + content: "\f0f7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-filter-tick1 .path1:before { + content: "\f0f8"; + color: rgb(41, 45, 50); +} +.isax-filter-tick1 .path2:before { + content: "\f0f9"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-finger-cricle1 .path1:before { + content: "\f0fa"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-finger-cricle1 .path2:before { + content: "\f0fb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-finger-cricle1 .path3:before { + content: "\f0fc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-finger-scan1 .path1:before { + content: "\f0fd"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-finger-scan1 .path2:before { + content: "\f0fe"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-finger-scan1 .path3:before { + content: "\f0ff"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-finger-scan1 .path4:before { + content: "\f100"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-finger-scan1 .path5:before { + content: "\f101"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-finger-scan1 .path6:before { + content: "\f102"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-firstline1 .path1:before { + content: "\f103"; + color: rgb(41, 45, 50); +} +.isax-firstline1 .path2:before { + content: "\f104"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-firstline1 .path3:before { + content: "\f105"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-firstline1 .path4:before { + content: "\f106"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-firstline1 .path5:before { + content: "\f107"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-flag1 .path1:before { + content: "\f108"; + color: rgb(41, 45, 50); +} +.isax-flag1 .path2:before { + content: "\f109"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-flag-21 .path1:before { + content: "\f10a"; + color: rgb(41, 45, 50); +} +.isax-flag-21 .path2:before { + content: "\f10b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-flash1 .path1:before { + content: "\f10c"; + color: rgb(41, 45, 50); +} +.isax-flash1 .path2:before { + content: "\f10d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-flash-11 .path1:before { + content: "\f10e"; + color: rgb(41, 45, 50); +} +.isax-flash-11 .path2:before { + content: "\f10f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-flash-11 .path3:before { + content: "\f110"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-flash-11 .path4:before { + content: "\f111"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-flash-circle1 .path1:before { + content: "\f112"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-flash-circle1 .path2:before { + content: "\f113"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-flash-circle-11 .path1:before { + content: "\f114"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-flash-circle-11 .path2:before { + content: "\f115"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-flash-slash1 .path1:before { + content: "\f116"; + color: rgb(41, 45, 50); +} +.isax-flash-slash1 .path2:before { + content: "\f117"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-flash-slash1 .path3:before { + content: "\f118"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-folder1 .path1:before { + content: "\f119"; + color: rgb(41, 45, 50); +} +.isax-folder1 .path2:before { + content: "\f11a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-folder-21 .path1:before { + content: "\f11b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-folder-21 .path2:before { + content: "\f11c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-folder-add1 .path1:before { + content: "\f11d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-folder-add1 .path2:before { + content: "\f11e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-folder-cloud1 .path1:before { + content: "\f11f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-folder-cloud1 .path2:before { + content: "\f120"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-folder-connection1 .path1:before { + content: "\f121"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-folder-connection1 .path2:before { + content: "\f122"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-folder-cross1 .path1:before { + content: "\f123"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-folder-cross1 .path2:before { + content: "\f124"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-folder-favorite1 .path1:before { + content: "\f125"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-folder-favorite1 .path2:before { + content: "\f126"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-folder-minus1 .path1:before { + content: "\f127"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-folder-minus1 .path2:before { + content: "\f128"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-folder-open1 .path1:before { + content: "\f129"; + color: rgb(41, 45, 50); +} +.isax-folder-open1 .path2:before { + content: "\f12a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-forbidden1 .path1:before { + content: "\f12b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-forbidden1 .path2:before { + content: "\f12c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-forbidden-21 .path1:before { + content: "\f12d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-forbidden-21 .path2:before { + content: "\f12e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-format-circle1 .path1:before { + content: "\f12f"; + color: rgb(41, 45, 50); +} +.isax-format-circle1 .path2:before { + content: "\f130"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-format-circle1 .path3:before { + content: "\f131"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-format-circle1 .path4:before { + content: "\f132"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-format-circle1 .path5:before { + content: "\f133"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-format-square1 .path1:before { + content: "\f134"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-format-square1 .path2:before { + content: "\f135"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-format-square1 .path3:before { + content: "\f136"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-format-square1 .path4:before { + content: "\f137"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-format-square1 .path5:before { + content: "\f138"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-forward1 .path1:before { + content: "\f139"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-forward1 .path2:before { + content: "\f13a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-forward-5-seconds1 .path1:before { + content: "\f13b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-forward-5-seconds1 .path2:before { + content: "\f13c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-forward-10-seconds1 .path1:before { + content: "\f13d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-forward-10-seconds1 .path2:before { + content: "\f13e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-forward-10-seconds1 .path3:before { + content: "\f13f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-forward-15-seconds1 .path1:before { + content: "\f140"; + color: rgb(41, 45, 50); +} +.isax-forward-15-seconds1 .path2:before { + content: "\f141"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-forward-15-seconds1 .path3:before { + content: "\f142"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-forward-item1 .path1:before { + content: "\f143"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-forward-item1 .path2:before { + content: "\f144"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-forward-item1 .path3:before { + content: "\f145"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-forward-square1 .path1:before { + content: "\f146"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-forward-square1 .path2:before { + content: "\f147"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-frame1 .path1:before { + content: "\f148"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-frame1 .path2:before { + content: "\f149"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-frame1 .path3:before { + content: "\f14a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-frame1 .path4:before { + content: "\f14b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-frame1 .path5:before { + content: "\f14c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-frame-11 .path1:before { + content: "\f14d"; + color: rgb(41, 45, 50); +} +.isax-frame-11 .path2:before { + content: "\f14e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-frame-11 .path3:before { + content: "\f14f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-frame-21 .path1:before { + content: "\f150"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-frame-21 .path2:before { + content: "\f151"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-frame-31 .path1:before { + content: "\f152"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-frame-31 .path2:before { + content: "\f153"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-frame-41 .path1:before { + content: "\f154"; + color: rgb(41, 45, 50); +} +.isax-frame-41 .path2:before { + content: "\f155"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-frame-41 .path3:before { + content: "\f156"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-frame-41 .path4:before { + content: "\f157"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gallery1 .path1:before { + content: "\f158"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gallery1 .path2:before { + content: "\f159"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gallery1 .path3:before { + content: "\f15a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gallery-add1 .path1:before { + content: "\f15b"; + color: rgb(41, 45, 50); +} +.isax-gallery-add1 .path2:before { + content: "\f15c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gallery-add1 .path3:before { + content: "\f15d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gallery-add1 .path4:before { + content: "\f15e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gallery-edit1 .path1:before { + content: "\f15f"; + color: rgb(41, 45, 50); +} +.isax-gallery-edit1 .path2:before { + content: "\f160"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gallery-edit1 .path3:before { + content: "\f161"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gallery-edit1 .path4:before { + content: "\f162"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gallery-favorite1 .path1:before { + content: "\f163"; + color: rgb(41, 45, 50); +} +.isax-gallery-favorite1 .path2:before { + content: "\f164"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gallery-favorite1 .path3:before { + content: "\f165"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gallery-favorite1 .path4:before { + content: "\f166"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gallery-import1 .path1:before { + content: "\f167"; + color: rgb(41, 45, 50); +} +.isax-gallery-import1 .path2:before { + content: "\f168"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gallery-import1 .path3:before { + content: "\f169"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gallery-import1 .path4:before { + content: "\f16a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gallery-remove1 .path1:before { + content: "\f16b"; + color: rgb(41, 45, 50); +} +.isax-gallery-remove1 .path2:before { + content: "\f16c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gallery-remove1 .path3:before { + content: "\f16d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gallery-remove1 .path4:before { + content: "\f16e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gallery-slash1 .path1:before { + content: "\f16f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gallery-slash1 .path2:before { + content: "\f170"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gallery-slash1 .path3:before { + content: "\f171"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gallery-slash1 .path4:before { + content: "\f172"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gallery-slash1 .path5:before { + content: "\f173"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gallery-tick1 .path1:before { + content: "\f174"; + color: rgb(41, 45, 50); +} +.isax-gallery-tick1 .path2:before { + content: "\f175"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gallery-tick1 .path3:before { + content: "\f176"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gallery-tick1 .path4:before { + content: "\f177"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-game1 .path1:before { + content: "\f178"; + color: rgb(41, 45, 50); +} +.isax-game1 .path2:before { + content: "\f179"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-game1 .path3:before { + content: "\f17a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-game1 .path4:before { + content: "\f17b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-game1 .path5:before { + content: "\f17c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-game1 .path6:before { + content: "\f17d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-game1 .path7:before { + content: "\f17e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gameboy1 .path1:before { + content: "\f17f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gameboy1 .path2:before { + content: "\f180"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gameboy1 .path3:before { + content: "\f181"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gameboy1 .path4:before { + content: "\f182"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gameboy1 .path5:before { + content: "\f183"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gas-station1 .path1:before { + content: "\f184"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gas-station1 .path2:before { + content: "\f185"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gas-station1 .path3:before { + content: "\f186"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gas-station1 .path4:before { + content: "\f187"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gas-station1 .path5:before { + content: "\f188"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gemini1 .path1:before { + content: "\f189"; + color: rgb(41, 45, 50); +} +.isax-gemini1 .path2:before { + content: "\f18a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gemini1 .path3:before { + content: "\f18b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gemini1 .path4:before { + content: "\f18c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gemini1 .path5:before { + content: "\f18d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gemini-21 .path1:before { + content: "\f18e"; + color: rgb(41, 45, 50); +} +.isax-gemini-21 .path2:before { + content: "\f18f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-ghost1 .path1:before { + content: "\f190"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-ghost1 .path2:before { + content: "\f191"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ghost1 .path3:before { + content: "\f192"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gift1 .path1:before { + content: "\f193"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gift1 .path2:before { + content: "\f194"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gift1 .path3:before { + content: "\f195"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gift1 .path4:before { + content: "\f196"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gift1 .path5:before { + content: "\f197"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-glass1 .path1:before { + content: "\f198"; + color: rgb(41, 45, 50); +} +.isax-glass1 .path2:before { + content: "\f199"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-glass1 .path3:before { + content: "\f19a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-glass1 .path4:before { + content: "\f19b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-glass1 .path5:before { + content: "\f19c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-glass-11 .path1:before { + content: "\f19d"; + color: rgb(41, 45, 50); +} +.isax-glass-11 .path2:before { + content: "\f19e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global1 .path1:before { + content: "\f19f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global1 .path2:before { + content: "\f1a0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global1 .path3:before { + content: "\f1a1"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global1 .path4:before { + content: "\f1a2"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global1 .path5:before { + content: "\f1a3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-global1 .path6:before { + content: "\f1a4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-global1 .path7:before { + content: "\f1a5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-global1 .path8:before { + content: "\f1a6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-global1 .path9:before { + content: "\f1a7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-global-edit1 .path1:before { + content: "\f1a8"; + color: rgb(41, 45, 50); +} +.isax-global-edit1 .path2:before { + content: "\f1a9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-global-edit1 .path3:before { + content: "\f1aa"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-edit1 .path4:before { + content: "\f1ab"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-edit1 .path5:before { + content: "\f1ac"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-edit1 .path6:before { + content: "\f1ad"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-edit1 .path7:before { + content: "\f1ae"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-edit1 .path8:before { + content: "\f1af"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-edit1 .path9:before { + content: "\f1b0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-edit1 .path10:before { + content: "\f1b1"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-refresh1 .path1:before { + content: "\f1b2"; + color: rgb(41, 45, 50); +} +.isax-global-refresh1 .path2:before { + content: "\f1b3"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-refresh1 .path3:before { + content: "\f1b4"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-refresh1 .path4:before { + content: "\f1b5"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-refresh1 .path5:before { + content: "\f1b6"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-refresh1 .path6:before { + content: "\f1b7"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-refresh1 .path7:before { + content: "\f1b8"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-refresh1 .path8:before { + content: "\f1b9"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-refresh1 .path9:before { + content: "\f1ba"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-search1 .path1:before { + content: "\f1bb"; + color: rgb(41, 45, 50); +} +.isax-global-search1 .path2:before { + content: "\f1bc"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-search1 .path3:before { + content: "\f1bd"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-search1 .path4:before { + content: "\f1be"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-search1 .path5:before { + content: "\f1bf"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-search1 .path6:before { + content: "\f1c0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-search1 .path7:before { + content: "\f1c1"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-search1 .path8:before { + content: "\f1c2"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-global-search1 .path9:before { + content: "\f1c3"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gps1 .path1:before { + content: "\f1c4"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gps1 .path2:before { + content: "\f1c5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gps1 .path3:before { + content: "\f1c6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gps1 .path4:before { + content: "\f1c7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gps1 .path5:before { + content: "\f1c8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gps1 .path6:before { + content: "\f1c9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gps-slash1 .path1:before { + content: "\f1ca"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gps-slash1 .path2:before { + content: "\f1cb"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-gps-slash1 .path3:before { + content: "\f1cc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gps-slash1 .path4:before { + content: "\f1cd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gps-slash1 .path5:before { + content: "\f1ce"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gps-slash1 .path6:before { + content: "\f1cf"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gps-slash1 .path7:before { + content: "\f1d0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-gps-slash1 .path8:before { + content: "\f1d1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grammerly1 .path1:before { + content: "\f1d2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grammerly1 .path2:before { + content: "\f1d3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-graph1 .path1:before { + content: "\f1d4"; + color: rgb(41, 45, 50); +} +.isax-graph1 .path2:before { + content: "\f1d5"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-11 .path1:before { + content: "\f1d6"; + color: rgb(41, 45, 50); +} +.isax-grid-11 .path2:before { + content: "\f1d7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-11 .path3:before { + content: "\f1d8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-11 .path4:before { + content: "\f1d9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-11 .path5:before { + content: "\f1da"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-11 .path6:before { + content: "\f1db"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-11 .path7:before { + content: "\f1dc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-11 .path8:before { + content: "\f1dd"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-11 .path9:before { + content: "\f1de"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-21 .path1:before { + content: "\f1df"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-21 .path2:before { + content: "\f1e0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-21 .path3:before { + content: "\f1e1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-21 .path4:before { + content: "\f1e2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-31 .path1:before { + content: "\f1e3"; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-grid-31 .path2:before { + content: "\f1e4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-31 .path3:before { + content: "\f1e5"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-31 .path4:before { + content: "\f1e6"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-41 .path1:before { + content: "\f1e7"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-41 .path2:before { + content: "\f1e8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-51 .path1:before { + content: "\f1e9"; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-grid-51 .path2:before { + content: "\f1ea"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-51 .path3:before { + content: "\f1eb"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-61 .path1:before { + content: "\f1ec"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-61 .path2:before { + content: "\f1ed"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-61 .path3:before { + content: "\f1ee"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-61 .path4:before { + content: "\f1ef"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-grid-71 .path1:before { + content: "\f1f0"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-71 .path2:before { + content: "\f1f1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-71 .path3:before { + content: "\f1f2"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-grid-81 .path1:before { + content: "\f1f3"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-81 .path2:before { + content: "\f1f4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-81 .path3:before { + content: "\f1f5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-81 .path4:before { + content: "\f1f6"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-81 .path5:before { + content: "\f1f7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-81 .path6:before { + content: "\f1f8"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-91 .path1:before { + content: "\f1f9"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-91 .path2:before { + content: "\f1fa"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-edit1 .path1:before { + content: "\f1fb"; + color: rgb(41, 45, 50); +} +.isax-grid-edit1 .path2:before { + content: "\f1fc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-edit1 .path3:before { + content: "\f1fd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-edit1 .path4:before { + content: "\f1fe"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-edit1 .path5:before { + content: "\f1ff"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-edit1 .path6:before { + content: "\f200"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-edit1 .path7:before { + content: "\f201"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-eraser1 .path1:before { + content: "\f202"; + color: rgb(41, 45, 50); +} +.isax-grid-eraser1 .path2:before { + content: "\f203"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-eraser1 .path3:before { + content: "\f204"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-eraser1 .path4:before { + content: "\f205"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-eraser1 .path5:before { + content: "\f206"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-eraser1 .path6:before { + content: "\f207"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-eraser1 .path7:before { + content: "\f208"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-eraser1 .path8:before { + content: "\f209"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-lock1 .path1:before { + content: "\f20a"; + color: rgb(41, 45, 50); +} +.isax-grid-lock1 .path2:before { + content: "\f20b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-lock1 .path3:before { + content: "\f20c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-lock1 .path4:before { + content: "\f20d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-lock1 .path5:before { + content: "\f20e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-grid-lock1 .path6:before { + content: "\f20f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-grid-lock1 .path7:before { + content: "\f210"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-group .path1:before { + content: "\f211"; + color: rgb(41, 45, 50); +} +.isax-group .path2:before { + content: "\f212"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-group .path3:before { + content: "\f213"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-group .path4:before { + content: "\f214"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-group .path5:before { + content: "\f215"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-group-1 .path1:before { + content: "\f216"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-group-1 .path2:before { + content: "\f217"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-group-1 .path3:before { + content: "\f218"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-group-1 .path4:before { + content: "\f219"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-group-1 .path5:before { + content: "\f21a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-group-1 .path6:before { + content: "\f21b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-group-1 .path7:before { + content: "\f21c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-group-1 .path8:before { + content: "\f21d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-happyemoji1 .path1:before { + content: "\f21e"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-happyemoji1 .path2:before { + content: "\f21f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-hashtag1 .path1:before { + content: "\f220"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-hashtag1 .path2:before { + content: "\f221"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-hashtag-11 .path1:before { + content: "\f222"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-hashtag-11 .path2:before { + content: "\f223"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-hashtag-down1 .path1:before { + content: "\f224"; + color: rgb(41, 45, 50); +} +.isax-hashtag-down1 .path2:before { + content: "\f225"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-hashtag-down1 .path3:before { + content: "\f226"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-hashtag-up1 .path1:before { + content: "\f227"; + color: rgb(41, 45, 50); +} +.isax-hashtag-up1 .path2:before { + content: "\f228"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-hashtag-up1 .path3:before { + content: "\f229"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-headphone1 .path1:before { + content: "\f22a"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-headphone1 .path2:before { + content: "\f22b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-headphone1 .path3:before { + content: "\f22c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-headphones1 .path1:before { + content: "\f22d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-headphones1 .path2:before { + content: "\f22e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-headphones1 .path3:before { + content: "\f22f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-headphones1 .path4:before { + content: "\f230"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-headphones1 .path5:before { + content: "\f231"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-headphones1 .path6:before { + content: "\f232"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-headphones1 .path7:before { + content: "\f233"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-headphones1 .path8:before { + content: "\f234"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-health1 .path1:before { + content: "\f235"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-health1 .path2:before { + content: "\f236"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-health1 .path3:before { + content: "\f237"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-heart1 .path1:before { + content: "\f238"; + color: rgb(41, 45, 50); +} +.isax-heart1 .path2:before { + content: "\f239"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-heart-add1 .path1:before { + content: "\f23a"; + color: rgb(41, 45, 50); +} +.isax-heart-add1 .path2:before { + content: "\f23b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-heart-circle1 .path1:before { + content: "\f23c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-heart-circle1 .path2:before { + content: "\f23d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-heart-edit1 .path1:before { + content: "\f23e"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-heart-edit1 .path2:before { + content: "\f23f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-heart-remove1 .path1:before { + content: "\f240"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-heart-remove1 .path2:before { + content: "\f241"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-heart-search1 .path1:before { + content: "\f242"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-heart-search1 .path2:before { + content: "\f243"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-heart-slash1 .path1:before { + content: "\f244"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-heart-slash1 .path2:before { + content: "\f245"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-heart-tick1 .path1:before { + content: "\f246"; + color: rgb(41, 45, 50); +} +.isax-heart-tick1 .path2:before { + content: "\f247"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-hierarchy1 .path1:before { + content: "\f248"; + color: rgb(41, 45, 50); +} +.isax-hierarchy1 .path2:before { + content: "\f249"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-hierarchy1 .path3:before { + content: "\f24a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-hierarchy1 .path4:before { + content: "\f24b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-hierarchy-21 .path1:before { + content: "\f24c"; + color: rgb(41, 45, 50); +} +.isax-hierarchy-21 .path2:before { + content: "\f24d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-hierarchy-21 .path3:before { + content: "\f24e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-hierarchy-21 .path4:before { + content: "\f24f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-hierarchy-31 .path1:before { + content: "\f250"; + color: rgb(41, 45, 50); +} +.isax-hierarchy-31 .path2:before { + content: "\f251"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-hierarchy-31 .path3:before { + content: "\f252"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-hierarchy-31 .path4:before { + content: "\f253"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-hierarchy-square1 .path1:before { + content: "\f254"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-hierarchy-square1 .path2:before { + content: "\f255"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-hierarchy-square1 .path3:before { + content: "\f256"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-hierarchy-square-21 .path1:before { + content: "\f257"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-hierarchy-square-21 .path2:before { + content: "\f258"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-hierarchy-square-31 .path1:before { + content: "\f259"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-hierarchy-square-31 .path2:before { + content: "\f25a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-home1 .path1:before { + content: "\f25b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-home1 .path2:before { + content: "\f25c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-home-11 .path1:before { + content: "\f25d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-home-11 .path2:before { + content: "\f25e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-home-21 .path1:before { + content: "\f25f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-home-21 .path2:before { + content: "\f260"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-home-hashtag1 .path1:before { + content: "\f261"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-home-hashtag1 .path2:before { + content: "\f262"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-home-trend-down1 .path1:before { + content: "\f263"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-home-trend-down1 .path2:before { + content: "\f264"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-home-trend-up1 .path1:before { + content: "\f265"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-home-trend-up1 .path2:before { + content: "\f266"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-home-wifi1 .path1:before { + content: "\f267"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-home-wifi1 .path2:before { + content: "\f268"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-home-wifi1 .path3:before { + content: "\f269"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-home-wifi1 .path4:before { + content: "\f26a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-hospital1 .path1:before { + content: "\f26b"; + color: rgb(41, 45, 50); +} +.isax-hospital1 .path2:before { + content: "\f26c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-hospital1 .path3:before { + content: "\f26d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-hospital1 .path4:before { + content: "\f26e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-house1 .path1:before { + content: "\f26f"; + color: rgb(41, 45, 50); +} +.isax-house1 .path2:before { + content: "\f270"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-house1 .path3:before { + content: "\f271"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-house1 .path4:before { + content: "\f272"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-house1 .path5:before { + content: "\f273"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-house1 .path6:before { + content: "\f274"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-house-21 .path1:before { + content: "\f275"; + color: rgb(41, 45, 50); +} +.isax-house-21 .path2:before { + content: "\f276"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-house-21 .path3:before { + content: "\f277"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-house-21 .path4:before { + content: "\f278"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-image1 .path1:before { + content: "\f279"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-image1 .path2:before { + content: "\f27a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-import1 .path1:before { + content: "\f27b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-import1 .path2:before { + content: "\f27c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-import-11 .path1:before { + content: "\f27d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-import-11 .path2:before { + content: "\f27e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-import-21 .path1:before { + content: "\f27f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-import-21 .path2:before { + content: "\f280"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-info-circle1 .path1:before { + content: "\f281"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-info-circle1 .path2:before { + content: "\f282"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-info-circle1 .path3:before { + content: "\f283"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-information1 .path1:before { + content: "\f284"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-information1 .path2:before { + content: "\f285"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-information1 .path3:before { + content: "\f286"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-instagram1 .path1:before { + content: "\f287"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-instagram1 .path2:before { + content: "\f288"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-instagram1 .path3:before { + content: "\f289"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-judge1 .path1:before { + content: "\f28a"; + color: rgb(41, 45, 50); +} +.isax-judge1 .path2:before { + content: "\f28b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-judge1 .path3:before { + content: "\f28c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-judge1 .path4:before { + content: "\f28d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-kanban1 .path1:before { + content: "\f28e"; + color: rgb(41, 45, 50); +} +.isax-kanban1 .path2:before { + content: "\f28f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-key1 .path1:before { + content: "\f290"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-key1 .path2:before { + content: "\f291"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-keyboard1 .path1:before { + content: "\f292"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-keyboard1 .path2:before { + content: "\f293"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-keyboard1 .path3:before { + content: "\f294"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-keyboard1 .path4:before { + content: "\f295"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-keyboard1 .path5:before { + content: "\f296"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-keyboard-open1 .path1:before { + content: "\f297"; + color: rgb(41, 45, 50); +} +.isax-keyboard-open1 .path2:before { + content: "\f298"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-keyboard-open1 .path3:before { + content: "\f299"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-keyboard-open1 .path4:before { + content: "\f29a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-keyboard-open1 .path5:before { + content: "\f29b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-keyboard-open1 .path6:before { + content: "\f29c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-key-square1 .path1:before { + content: "\f29d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-key-square1 .path2:before { + content: "\f29e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-lamp1 .path1:before { + content: "\f29f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-lamp1 .path2:before { + content: "\f2a0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-lamp-11 .path1:before { + content: "\f2a1"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-lamp-11 .path2:before { + content: "\f2a2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-lamp-11 .path3:before { + content: "\f2a3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-lamp-charge1 .path1:before { + content: "\f2a4"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-lamp-charge1 .path2:before { + content: "\f2a5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-lamp-charge1 .path3:before { + content: "\f2a6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-lamp-on1 .path1:before { + content: "\f2a7"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-lamp-on1 .path2:before { + content: "\f2a8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-lamp-slash1 .path1:before { + content: "\f2a9"; + color: rgb(41, 45, 50); +} +.isax-lamp-slash1 .path2:before { + content: "\f2aa"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-lamp-slash1 .path3:before { + content: "\f2ab"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-lamp-slash1 .path4:before { + content: "\f2ac"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-language-circle1 .path1:before { + content: "\f2ad"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-language-circle1 .path2:before { + content: "\f2ae"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-language-square1 .path1:before { + content: "\f2af"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-language-square1 .path2:before { + content: "\f2b0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-layer1 .path1:before { + content: "\f2b1"; + color: rgb(41, 45, 50); +} +.isax-layer1 .path2:before { + content: "\f2b2"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-layer1 .path3:before { + content: "\f2b3"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-level1 .path1:before { + content: "\f2b4"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-level1 .path2:before { + content: "\f2b5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-level1 .path3:before { + content: "\f2b6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-level1 .path4:before { + content: "\f2b7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-lifebuoy1 .path1:before { + content: "\f2b8"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-lifebuoy1 .path2:before { + content: "\f2b9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-like1 .path1:before { + content: "\f2ba"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-like1 .path2:before { + content: "\f2bb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-like-11 .path1:before { + content: "\f2bc"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-like-11 .path2:before { + content: "\f2bd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-like-dislike1 .path1:before { + content: "\f2be"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-like-dislike1 .path2:before { + content: "\f2bf"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-like-dislike1 .path3:before { + content: "\f2c0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-like-dislike1 .path4:before { + content: "\f2c1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-like-shapes1 .path1:before { + content: "\f2c2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-like-shapes1 .path2:before { + content: "\f2c3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-like-tag1 .path1:before { + content: "\f2c4"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-like-tag1 .path2:before { + content: "\f2c5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-link1 .path1:before { + content: "\f2c6"; + color: rgb(41, 45, 50); +} +.isax-link1 .path2:before { + content: "\f2c7"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-link-11 .path1:before { + content: "\f2c8"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-link-11 .path2:before { + content: "\f2c9"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-link-11 .path3:before { + content: "\f2ca"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-link-22 .path1:before { + content: "\f2cb"; + color: rgb(41, 45, 50); +} +.isax-link-22 .path2:before { + content: "\f2cc"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-link-22 .path3:before { + content: "\f2cd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-link-22 .path4:before { + content: "\f2ce"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.5; +} +.isax-link-211 .path1:before { + content: "\f2cf"; + color: rgb(41, 45, 50); +} +.isax-link-211 .path2:before { + content: "\f2d0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-link-211 .path3:before { + content: "\f2d1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-link-211 .path4:before { + content: "\f2d2"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.5; +} +.isax-link-circle1 .path1:before { + content: "\f2d3"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-link-circle1 .path2:before { + content: "\f2d4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-link-circle1 .path3:before { + content: "\f2d5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-link-square1 .path1:before { + content: "\f2d6"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-link-square1 .path2:before { + content: "\f2d7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-link-square1 .path3:before { + content: "\f2d8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-location1 .path1:before { + content: "\f2d9"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-location1 .path2:before { + content: "\f2da"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-location-add1 .path1:before { + content: "\f2db"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-location-add1 .path2:before { + content: "\f2dc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-location-cross1 .path1:before { + content: "\f2dd"; + color: rgb(41, 45, 50); +} +.isax-location-cross1 .path2:before { + content: "\f2de"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-location-minus1 .path1:before { + content: "\f2df"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-location-minus1 .path2:before { + content: "\f2e0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-location-slash1 .path1:before { + content: "\f2e1"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-location-slash1 .path2:before { + content: "\f2e2"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-location-slash1 .path3:before { + content: "\f2e3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-location-tick1 .path1:before { + content: "\f2e4"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-location-tick1 .path2:before { + content: "\f2e5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-lock1 .path1:before { + content: "\f2e6"; + color: rgb(41, 45, 50); +} +.isax-lock1 .path2:before { + content: "\f2e7"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-lock1 .path3:before { + content: "\f2e8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-lock1 .path4:before { + content: "\f2e9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-lock1 .path5:before { + content: "\f2ea"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-lock-11 .path1:before { + content: "\f2eb"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-lock-11 .path2:before { + content: "\f2ec"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-lock-11 .path3:before { + content: "\f2ed"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-lock-circle1 .path1:before { + content: "\f2ee"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-lock-circle1 .path2:before { + content: "\f2ef"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-lock-slash1 .path1:before { + content: "\f2f0"; + color: rgb(41, 45, 50); +} +.isax-lock-slash1 .path2:before { + content: "\f2f1"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-lock-slash1 .path3:before { + content: "\f2f2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-lock-slash1 .path4:before { + content: "\f2f3"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-lock-slash1 .path5:before { + content: "\f2f4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-login1 .path1:before { + content: "\f2f5"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-login1 .path2:before { + content: "\f2f6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-login-11 .path1:before { + content: "\f2f7"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-login-11 .path2:before { + content: "\f2f8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-logout1 .path1:before { + content: "\f2f9"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-logout1 .path2:before { + content: "\f2fa"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-logout-11 .path1:before { + content: "\f2fb"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-logout-11 .path2:before { + content: "\f2fc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-lovely1 .path1:before { + content: "\f2fd"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-lovely1 .path2:before { + content: "\f2fe"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-magicpen1 .path1:before { + content: "\f2ff"; + color: rgb(41, 45, 50); +} +.isax-magicpen1 .path2:before { + content: "\f300"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-magicpen1 .path3:before { + content: "\f301"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-magicpen1 .path4:before { + content: "\f302"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-magicpen1 .path5:before { + content: "\f303"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-magic-star1 .path1:before { + content: "\f304"; + color: rgb(41, 45, 50); +} +.isax-magic-star1 .path2:before { + content: "\f305"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-main-component1 .path1:before { + content: "\f306"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-main-component1 .path2:before { + content: "\f307"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-man1 .path1:before { + content: "\f308"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-man1 .path2:before { + content: "\f309"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-map1 .path1:before { + content: "\f30a"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-map1 .path2:before { + content: "\f30b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-map1 .path3:before { + content: "\f30c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-map1 .path4:before { + content: "\f30d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-map1 .path5:before { + content: "\f30e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-map-11 .path1:before { + content: "\f30f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-map-11 .path2:before { + content: "\f310"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-map-11 .path3:before { + content: "\f311"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-mask1 .path1:before { + content: "\f312"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-mask1 .path2:before { + content: "\f313"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-mask-11 .path1:before { + content: "\f314"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-mask-11 .path2:before { + content: "\f315"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-mask-21 .path1:before { + content: "\f316"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-mask-21 .path2:before { + content: "\f317"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-math1 .path1:before { + content: "\f318"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-math1 .path2:before { + content: "\f319"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-math1 .path3:before { + content: "\f31a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-math1 .path4:before { + content: "\f31b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-math1 .path5:before { + content: "\f31c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-math1 .path6:before { + content: "\f31d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-maximize1 .path1:before { + content: "\f31e"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-maximize1 .path2:before { + content: "\f31f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-maximize-11 .path1:before { + content: "\f320"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-maximize-11 .path2:before { + content: "\f321"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-maximize-11 .path3:before { + content: "\f322"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-maximize-22 .path1:before { + content: "\f323"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-maximize-22 .path2:before { + content: "\f324"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-maximize-22 .path3:before { + content: "\f325"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-maximize-22 .path4:before { + content: "\f326"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-maximize-22 .path5:before { + content: "\f327"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-maximize-31 .path1:before { + content: "\f328"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-maximize-31 .path2:before { + content: "\f329"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-maximize-41 .path1:before { + content: "\f32a"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-maximize-41 .path2:before { + content: "\f32b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-maximize-41 .path3:before { + content: "\f32c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-maximize-211 .path1:before { + content: "\f32d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-maximize-211 .path2:before { + content: "\f32e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-medal1 .path1:before { + content: "\f32f"; + color: rgb(41, 45, 50); +} +.isax-medal1 .path2:before { + content: "\f330"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-medal-star1 .path1:before { + content: "\f331"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-medal-star1 .path2:before { + content: "\f332"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-medal-star1 .path3:before { + content: "\f333"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-menu1 .path1:before { + content: "\f334"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-menu1 .path2:before { + content: "\f335"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-menu1 .path3:before { + content: "\f336"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-menu1 .path4:before { + content: "\f337"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-menu-11 .path1:before { + content: "\f338"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-menu-11 .path2:before { + content: "\f339"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-menu-11 .path3:before { + content: "\f33a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-menu-11 .path4:before { + content: "\f33b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-menu-board1 .path1:before { + content: "\f33c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-menu-board1 .path2:before { + content: "\f33d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-menu-board1 .path3:before { + content: "\f33e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-menu-board1 .path4:before { + content: "\f33f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-menu-board1 .path5:before { + content: "\f340"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-menu-board1 .path6:before { + content: "\f341"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message1 .path1:before { + content: "\f342"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message1 .path2:before { + content: "\f343"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message1 .path3:before { + content: "\f344"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message1 .path4:before { + content: "\f345"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-21 .path1:before { + content: "\f346"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message-21 .path2:before { + content: "\f347"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-add1 .path1:before { + content: "\f348"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message-add1 .path2:before { + content: "\f349"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-add1 .path3:before { + content: "\f34a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-add-11 .path1:before { + content: "\f34b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message-add-11 .path2:before { + content: "\f34c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-circle1 .path1:before { + content: "\f34d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message-circle1 .path2:before { + content: "\f34e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-edit1 .path1:before { + content: "\f34f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message-edit1 .path2:before { + content: "\f350"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-edit1 .path3:before { + content: "\f351"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-favorite1 .path1:before { + content: "\f352"; + color: rgb(41, 45, 50); +} +.isax-message-favorite1 .path2:before { + content: "\f353"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message-favorite1 .path3:before { + content: "\f354"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-favorite1 .path4:before { + content: "\f355"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-favorite1 .path5:before { + content: "\f356"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-minus1 .path1:before { + content: "\f357"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message-minus1 .path2:before { + content: "\f358"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-notif1 .path1:before { + content: "\f359"; + color: rgb(41, 45, 50); +} +.isax-message-notif1 .path2:before { + content: "\f35a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message-notif1 .path3:before { + content: "\f35b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-notif1 .path4:before { + content: "\f35c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-notif1 .path5:before { + content: "\f35d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-programming1 .path1:before { + content: "\f35e"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message-programming1 .path2:before { + content: "\f35f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-programming1 .path3:before { + content: "\f360"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-programming1 .path4:before { + content: "\f361"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-question1 .path1:before { + content: "\f362"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message-question1 .path2:before { + content: "\f363"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-question1 .path3:before { + content: "\f364"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-remove1 .path1:before { + content: "\f365"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message-remove1 .path2:before { + content: "\f366"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-remove1 .path3:before { + content: "\f367"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-messages1 .path1:before { + content: "\f368"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-messages1 .path2:before { + content: "\f369"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-messages1 .path3:before { + content: "\f36a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-messages-11 .path1:before { + content: "\f36b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-messages-11 .path2:before { + content: "\f36c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-messages-11 .path3:before { + content: "\f36d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-messages-11 .path4:before { + content: "\f36e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-messages-11 .path5:before { + content: "\f36f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-messages-21 .path1:before { + content: "\f370"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-messages-21 .path2:before { + content: "\f371"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-messages-31 .path1:before { + content: "\f372"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-messages-31 .path2:before { + content: "\f373"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-search1 .path1:before { + content: "\f374"; + color: rgb(41, 45, 50); +} +.isax-message-search1 .path2:before { + content: "\f375"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message-search1 .path3:before { + content: "\f376"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-search1 .path4:before { + content: "\f377"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-search1 .path5:before { + content: "\f378"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-square1 .path1:before { + content: "\f379"; + color: rgb(41, 45, 50); +} +.isax-message-square1 .path2:before { + content: "\f37a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message-text1 .path1:before { + content: "\f37b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message-text1 .path2:before { + content: "\f37c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-text1 .path3:before { + content: "\f37d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-text-11 .path1:before { + content: "\f37e"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message-text-11 .path2:before { + content: "\f37f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-text-11 .path3:before { + content: "\f380"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-tick1 .path1:before { + content: "\f381"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message-tick1 .path2:before { + content: "\f382"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-tick1 .path3:before { + content: "\f383"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-time1 .path1:before { + content: "\f384"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-message-time1 .path2:before { + content: "\f385"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-message-time1 .path3:before { + content: "\f386"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-microphone1 .path1:before { + content: "\f387"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-microphone1 .path2:before { + content: "\f388"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-microphone-21 .path1:before { + content: "\f389"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-microphone-21 .path2:before { + content: "\f38a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-microphone-slash1 .path1:before { + content: "\f38b"; + color: rgb(41, 45, 50); +} +.isax-microphone-slash1 .path2:before { + content: "\f38c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-microphone-slash1 .path3:before { + content: "\f38d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-microphone-slash1 .path4:before { + content: "\f38e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-microphone-slash1 .path5:before { + content: "\f38f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-microphone-slash-11 .path1:before { + content: "\f390"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-microphone-slash-11 .path2:before { + content: "\f391"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-microphone-slash-11 .path3:before { + content: "\f392"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-microphone-slash-11 .path4:before { + content: "\f393"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-microscope1 .path1:before { + content: "\f394"; + color: rgb(41, 45, 50); +} +.isax-microscope1 .path2:before { + content: "\f395"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-microscope1 .path3:before { + content: "\f396"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-microscope1 .path4:before { + content: "\f397"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-milk1 .path1:before { + content: "\f398"; + color: rgb(41, 45, 50); +} +.isax-milk1 .path2:before { + content: "\f399"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-milk1 .path3:before { + content: "\f39a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-mini-music-sqaure1 .path1:before { + content: "\f39b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-mini-music-sqaure1 .path2:before { + content: "\f39c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-mini-music-sqaure1 .path3:before { + content: "\f39d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-minus1 .path1:before { + content: "\f39e"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-minus1 .path2:before { + content: "\f39f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-minus-cirlce1 .path1:before { + content: "\f3a0"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-minus-cirlce1 .path2:before { + content: "\f3a1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-minus-square1 .path1:before { + content: "\f3a2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-minus-square1 .path2:before { + content: "\f3a3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-mirror1 .path1:before { + content: "\f3a4"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-mirror1 .path2:before { + content: "\f3a5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-mirroring-screen1 .path1:before { + content: "\f3a6"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-mirroring-screen1 .path2:before { + content: "\f3a7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-mirroring-screen1 .path3:before { + content: "\f3a8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-mirroring-screen1 .path4:before { + content: "\f3a9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-mobile1 .path1:before { + content: "\f3aa"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-mobile1 .path2:before { + content: "\f3ab"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-mobile1 .path3:before { + content: "\f3ac"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-mobile-programming1 .path1:before { + content: "\f3ad"; + color: rgb(41, 45, 50); +} +.isax-mobile-programming1 .path2:before { + content: "\f3ae"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-mobile-programming1 .path3:before { + content: "\f3af"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money1 .path1:before { + content: "\f3b0"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-money1 .path2:before { + content: "\f3b1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money1 .path3:before { + content: "\f3b2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money1 .path4:before { + content: "\f3b3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-21 .path1:before { + content: "\f3b4"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-money-21 .path2:before { + content: "\f3b5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-21 .path3:before { + content: "\f3b6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-21 .path4:before { + content: "\f3b7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-21 .path5:before { + content: "\f3b8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-21 .path6:before { + content: "\f3b9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-31 .path1:before { + content: "\f3ba"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-money-31 .path2:before { + content: "\f3bb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-31 .path3:before { + content: "\f3bc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-31 .path4:before { + content: "\f3bd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-41 .path1:before { + content: "\f3be"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-money-41 .path2:before { + content: "\f3bf"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-41 .path3:before { + content: "\f3c0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-41 .path4:before { + content: "\f3c1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-41 .path5:before { + content: "\f3c2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-41 .path6:before { + content: "\f3c3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-add1 .path1:before { + content: "\f3c4"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-money-add1 .path2:before { + content: "\f3c5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-add1 .path3:before { + content: "\f3c6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-add1 .path4:before { + content: "\f3c7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-change1 .path1:before { + content: "\f3c8"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-money-change1 .path2:before { + content: "\f3c9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-change1 .path3:before { + content: "\f3ca"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-change1 .path4:before { + content: "\f3cb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-forbidden1 .path1:before { + content: "\f3cc"; + color: rgb(41, 45, 50); +} +.isax-money-forbidden1 .path2:before { + content: "\f3cd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-forbidden1 .path3:before { + content: "\f3ce"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-money-forbidden1 .path4:before { + content: "\f3cf"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-forbidden1 .path5:before { + content: "\f3d0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-recive1 .path1:before { + content: "\f3d1"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-money-recive1 .path2:before { + content: "\f3d2"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-money-recive1 .path3:before { + content: "\f3d3"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-money-recive1 .path4:before { + content: "\f3d4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-recive1 .path5:before { + content: "\f3d5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-recive1 .path6:before { + content: "\f3d6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-recive1 .path7:before { + content: "\f3d7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-remove1 .path1:before { + content: "\f3d8"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-money-remove1 .path2:before { + content: "\f3d9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-remove1 .path3:before { + content: "\f3da"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-remove1 .path4:before { + content: "\f3db"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-moneys1 .path1:before { + content: "\f3dc"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-moneys1 .path2:before { + content: "\f3dd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-moneys1 .path3:before { + content: "\f3de"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-moneys1 .path4:before { + content: "\f3df"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-moneys1 .path5:before { + content: "\f3e0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-send1 .path1:before { + content: "\f3e1"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-money-send1 .path2:before { + content: "\f3e2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-send1 .path3:before { + content: "\f3e3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-tick1 .path1:before { + content: "\f3e4"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-money-tick1 .path2:before { + content: "\f3e5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-tick1 .path3:before { + content: "\f3e6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-tick1 .path4:before { + content: "\f3e7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-time1 .path1:before { + content: "\f3e8"; + color: rgb(41, 45, 50); +} +.isax-money-time1 .path2:before { + content: "\f3e9"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-money-time1 .path3:before { + content: "\f3ea"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-money-time1 .path4:before { + content: "\f3eb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-monitor1 .path1:before { + content: "\f3ec"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-monitor1 .path2:before { + content: "\f3ed"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-monitor-mobbile1 .path1:before { + content: "\f3ee"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-monitor-mobbile1 .path2:before { + content: "\f3ef"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-monitor-mobbile1 .path3:before { + content: "\f3f0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-monitor-recorder1 .path1:before { + content: "\f3f1"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-monitor-recorder1 .path2:before { + content: "\f3f2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-monitor-recorder1 .path3:before { + content: "\f3f3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-moon1 .path1:before { + content: "\f3f4"; + color: rgb(41, 45, 50); +} +.isax-moon1 .path2:before { + content: "\f3f5"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-more1 .path1:before { + content: "\f3f6"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-more1 .path2:before { + content: "\f3f7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-more1 .path3:before { + content: "\f3f8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-more1 .path4:before { + content: "\f3f9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-more-21 .path1:before { + content: "\f3fa"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-more-21 .path2:before { + content: "\f3fb"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.97; +} +.isax-more-21 .path3:before { + content: "\f3fc"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.97; +} +.isax-more-21 .path4:before { + content: "\f3fd"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.97; +} +.isax-more-circle1 .path1:before { + content: "\f3fe"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-more-circle1 .path2:before { + content: "\f3ff"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-more-circle1 .path3:before { + content: "\f400"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-more-circle1 .path4:before { + content: "\f401"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-more-square1 .path1:before { + content: "\f402"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-more-square1 .path2:before { + content: "\f403"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-more-square1 .path3:before { + content: "\f404"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-more-square1 .path4:before { + content: "\f405"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-mouse1 .path1:before { + content: "\f406"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-mouse1 .path2:before { + content: "\f407"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-mouse-11 .path1:before { + content: "\f408"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-mouse-11 .path2:before { + content: "\f409"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-mouse-circle1 .path1:before { + content: "\f40a"; + color: rgb(41, 45, 50); +} +.isax-mouse-circle1 .path2:before { + content: "\f40b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-mouse-square1 .path1:before { + content: "\f40c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-mouse-square1 .path2:before { + content: "\f40d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-music1 .path1:before { + content: "\f40e"; + color: rgb(41, 45, 50); +} +.isax-music1 .path2:before { + content: "\f40f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-music1 .path3:before { + content: "\f410"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-circle1 .path1:before { + content: "\f411"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-circle1 .path2:before { + content: "\f412"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-circle1 .path3:before { + content: "\f413"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-circle1 .path4:before { + content: "\f414"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-circle1 .path5:before { + content: "\f415"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-circle1 .path6:before { + content: "\f416"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-music-dashboard1 .path1:before { + content: "\f417"; + color: rgb(41, 45, 50); +} +.isax-music-dashboard1 .path2:before { + content: "\f418"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-dashboard1 .path3:before { + content: "\f419"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-music-filter1 .path1:before { + content: "\f41a"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-filter1 .path2:before { + content: "\f41b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-filter1 .path3:before { + content: "\f41c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-filter1 .path4:before { + content: "\f41d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-filter1 .path5:before { + content: "\f41e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-music-library-21 .path1:before { + content: "\f41f"; + color: rgb(41, 45, 50); +} +.isax-music-library-21 .path2:before { + content: "\f420"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-library-21 .path3:before { + content: "\f421"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-library-21 .path4:before { + content: "\f422"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-musicnote1 .path1:before { + content: "\f423"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-musicnote1 .path2:before { + content: "\f424"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-music-play1 .path1:before { + content: "\f425"; + color: rgb(41, 45, 50); +} +.isax-music-play1 .path2:before { + content: "\f426"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-play1 .path3:before { + content: "\f427"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-music-play1 .path4:before { + content: "\f428"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-music-playlist1 .path1:before { + content: "\f429"; + color: rgb(41, 45, 50); +} +.isax-music-playlist1 .path2:before { + content: "\f42a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-music-playlist1 .path3:before { + content: "\f42b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-playlist1 .path4:before { + content: "\f42c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-music-square1 .path1:before { + content: "\f42d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-square1 .path2:before { + content: "\f42e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-music-square-add1 .path1:before { + content: "\f42f"; + color: rgb(41, 45, 50); +} +.isax-music-square-add1 .path2:before { + content: "\f430"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-square-add1 .path3:before { + content: "\f431"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-music-square-remove1 .path1:before { + content: "\f432"; + color: rgb(41, 45, 50); +} +.isax-music-square-remove1 .path2:before { + content: "\f433"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-square-remove1 .path3:before { + content: "\f434"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-music-square-search1 .path1:before { + content: "\f435"; + color: rgb(41, 45, 50); +} +.isax-music-square-search1 .path2:before { + content: "\f436"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-music-square-search1 .path3:before { + content: "\f437"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-next1 .path1:before { + content: "\f438"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-next1 .path2:before { + content: "\f439"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note1 .path1:before { + content: "\f43a"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-note1 .path2:before { + content: "\f43b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note1 .path3:before { + content: "\f43c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note1 .path4:before { + content: "\f43d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-11 .path1:before { + content: "\f43e"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-note-11 .path2:before { + content: "\f43f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-11 .path3:before { + content: "\f440"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-11 .path4:before { + content: "\f441"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-11 .path5:before { + content: "\f442"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-22 .path1:before { + content: "\f443"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-note-22 .path2:before { + content: "\f444"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-22 .path3:before { + content: "\f445"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-22 .path4:before { + content: "\f446"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-211 .path1:before { + content: "\f447"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-note-211 .path2:before { + content: "\f448"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-add1 .path1:before { + content: "\f449"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-note-add1 .path2:before { + content: "\f44a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-add1 .path3:before { + content: "\f44b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-add1 .path4:before { + content: "\f44c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-favorite1 .path1:before { + content: "\f44d"; + color: rgb(41, 45, 50); +} +.isax-note-favorite1 .path2:before { + content: "\f44e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-favorite1 .path3:before { + content: "\f44f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-note-favorite1 .path4:before { + content: "\f450"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-favorite1 .path5:before { + content: "\f451"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-favorite1 .path6:before { + content: "\f452"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-remove1 .path1:before { + content: "\f453"; + color: rgb(41, 45, 50); +} +.isax-note-remove1 .path2:before { + content: "\f454"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-note-remove1 .path3:before { + content: "\f455"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-remove1 .path4:before { + content: "\f456"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-remove1 .path5:before { + content: "\f457"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-square1 .path1:before { + content: "\f458"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-note-square1 .path2:before { + content: "\f459"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-text1 .path1:before { + content: "\f45a"; + color: rgb(41, 45, 50); +} +.isax-note-text1 .path2:before { + content: "\f45b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-text1 .path3:before { + content: "\f45c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-note-text1 .path4:before { + content: "\f45d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-note-text1 .path5:before { + content: "\f45e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-notification1 .path1:before { + content: "\f45f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-notification1 .path2:before { + content: "\f460"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-notification1 .path3:before { + content: "\f461"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-notification-11 .path1:before { + content: "\f462"; + color: rgb(41, 45, 50); +} +.isax-notification-11 .path2:before { + content: "\f463"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-notification-bing1 .path1:before { + content: "\f464"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-notification-bing1 .path2:before { + content: "\f465"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-notification-bing1 .path3:before { + content: "\f466"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-notification-circle1 .path1:before { + content: "\f467"; + color: rgb(41, 45, 50); +} +.isax-notification-circle1 .path2:before { + content: "\f468"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-notification-favorite1 .path1:before { + content: "\f469"; + color: rgb(41, 45, 50); +} +.isax-notification-favorite1 .path2:before { + content: "\f46a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-notification-favorite1 .path3:before { + content: "\f46b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-notification-status1 .path1:before { + content: "\f46c"; + color: rgb(41, 45, 50); +} +.isax-notification-status1 .path2:before { + content: "\f46d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-notification-status1 .path3:before { + content: "\f46e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-notification-status1 .path4:before { + content: "\f46f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-omega-circle1 .path1:before { + content: "\f470"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-omega-circle1 .path2:before { + content: "\f471"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-omega-square1 .path1:before { + content: "\f472"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-omega-square1 .path2:before { + content: "\f473"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-paintbucket1 .path1:before { + content: "\f474"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-paintbucket1 .path2:before { + content: "\f475"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-paintbucket1 .path3:before { + content: "\f476"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-paperclip1 .path1:before { + content: "\f477"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-paperclip1 .path2:before { + content: "\f478"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-paperclip-21 .path1:before { + content: "\f479"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-paperclip-21 .path2:before { + content: "\f47a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-password-check1 .path1:before { + content: "\f47b"; + color: rgb(41, 45, 50); +} +.isax-password-check1 .path2:before { + content: "\f47c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-password-check1 .path3:before { + content: "\f47d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-password-check1 .path4:before { + content: "\f47e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-password-check1 .path5:before { + content: "\f47f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-path1 .path1:before { + content: "\f480"; + color: rgb(41, 45, 50); +} +.isax-path1 .path2:before { + content: "\f481"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-path1 .path3:before { + content: "\f482"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-path-21 .path1:before { + content: "\f483"; + color: rgb(41, 45, 50); +} +.isax-path-21 .path2:before { + content: "\f484"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-path-21 .path3:before { + content: "\f485"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-path-square1 .path1:before { + content: "\f486"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-path-square1 .path2:before { + content: "\f487"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-path-square1 .path3:before { + content: "\f488"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-path-square1 .path4:before { + content: "\f489"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pause1 .path1:before { + content: "\f48a"; + color: rgb(41, 45, 50); +} +.isax-pause1 .path2:before { + content: "\f48b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-pause-circle1 .path1:before { + content: "\f48c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-pause-circle1 .path2:before { + content: "\f48d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pause-circle1 .path3:before { + content: "\f48e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-add1 .path1:before { + content: "\f48f"; + color: rgb(41, 45, 50); +} +.isax-pen-add1 .path2:before { + content: "\f490"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-pen-add1 .path3:before { + content: "\f491"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-add1 .path4:before { + content: "\f492"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-close1 .path1:before { + content: "\f493"; + color: rgb(41, 45, 50); +} +.isax-pen-close1 .path2:before { + content: "\f494"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-pen-close1 .path3:before { + content: "\f495"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-close1 .path4:before { + content: "\f496"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-remove1 .path1:before { + content: "\f497"; + color: rgb(41, 45, 50); +} +.isax-pen-remove1 .path2:before { + content: "\f498"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-remove1 .path3:before { + content: "\f499"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-pen-remove1 .path4:before { + content: "\f49a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-tool1 .path1:before { + content: "\f49b"; + color: rgb(41, 45, 50); +} +.isax-pen-tool1 .path2:before { + content: "\f49c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-tool1 .path3:before { + content: "\f49d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-tool1 .path4:before { + content: "\f49e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-tool1 .path5:before { + content: "\f49f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-tool1 .path6:before { + content: "\f4a0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-tool1 .path7:before { + content: "\f4a1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-tool1 .path8:before { + content: "\f4a2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-tool1 .path9:before { + content: "\f4a3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-tool1 .path10:before { + content: "\f4a4"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-pen-tool-21 .path1:before { + content: "\f4a5"; + color: rgb(41, 45, 50); +} +.isax-pen-tool-21 .path2:before { + content: "\f4a6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-tool-21 .path3:before { + content: "\f4a7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-tool-21 .path4:before { + content: "\f4a8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-tool-21 .path5:before { + content: "\f4a9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-tool-21 .path6:before { + content: "\f4aa"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pen-tool-21 .path7:before { + content: "\f4ab"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-people1 .path1:before { + content: "\f4ac"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-people1 .path2:before { + content: "\f4ad"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-people1 .path3:before { + content: "\f4ae"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-people1 .path4:before { + content: "\f4af"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-people1 .path5:before { + content: "\f4b0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-people1 .path6:before { + content: "\f4b1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-percentage-circle1 .path1:before { + content: "\f4b2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-percentage-circle1 .path2:before { + content: "\f4b3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-percentage-circle1 .path3:before { + content: "\f4b4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-percentage-circle1 .path4:before { + content: "\f4b5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-percentage-square1 .path1:before { + content: "\f4b6"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-percentage-square1 .path2:before { + content: "\f4b7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-percentage-square1 .path3:before { + content: "\f4b8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-percentage-square1 .path4:before { + content: "\f4b9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-personalcard1 .path1:before { + content: "\f4ba"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-personalcard1 .path2:before { + content: "\f4bb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-personalcard1 .path3:before { + content: "\f4bc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-personalcard1 .path4:before { + content: "\f4bd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-personalcard1 .path5:before { + content: "\f4be"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-personalcard1 .path6:before { + content: "\f4bf"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pet1 .path1:before { + content: "\f4c0"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-pet1 .path2:before { + content: "\f4c1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pet1 .path3:before { + content: "\f4c2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pet1 .path4:before { + content: "\f4c3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pet1 .path5:before { + content: "\f4c4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-pharagraphspacing1 .path1:before { + content: "\f4c5"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-pharagraphspacing1 .path2:before { + content: "\f4c6"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-pharagraphspacing1 .path3:before { + content: "\f4c7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-picture-frame1 .path1:before { + content: "\f4c8"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-picture-frame1 .path2:before { + content: "\f4c9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-play1 .path1:before { + content: "\f4ca"; + color: rgb(41, 45, 50); +} +.isax-play1 .path2:before { + content: "\f4cb"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-play-add1 .path1:before { + content: "\f4cc"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-play-add1 .path2:before { + content: "\f4cd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-play-add1 .path3:before { + content: "\f4ce"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-play-circle1 .path1:before { + content: "\f4cf"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-play-circle1 .path2:before { + content: "\f4d0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-play-cricle1 .path1:before { + content: "\f4d1"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-play-cricle1 .path2:before { + content: "\f4d2"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-play-cricle1 .path3:before { + content: "\f4d3"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-play-cricle1 .path4:before { + content: "\f4d4"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-play-cricle1 .path5:before { + content: "\f4d5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-play-remove1 .path1:before { + content: "\f4d6"; + color: rgb(41, 45, 50); +} +.isax-play-remove1 .path2:before { + content: "\f4d7"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-play-remove1 .path3:before { + content: "\f4d8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-presention-chart1 .path1:before { + content: "\f4d9"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-presention-chart1 .path2:before { + content: "\f4da"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-presention-chart1 .path3:before { + content: "\f4db"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-presention-chart1 .path4:before { + content: "\f4dc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-previous1 .path1:before { + content: "\f4dd"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-previous1 .path2:before { + content: "\f4de"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-printer1 .path1:before { + content: "\f4df"; + color: rgb(41, 45, 50); +} +.isax-printer1 .path2:before { + content: "\f4e0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-printer1 .path3:before { + content: "\f4e1"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-printer1 .path4:before { + content: "\f4e2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-printer1 .path5:before { + content: "\f4e3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-printer-slash1 .path1:before { + content: "\f4e4"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-printer-slash1 .path2:before { + content: "\f4e5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-printer-slash1 .path3:before { + content: "\f4e6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-printer-slash1 .path4:before { + content: "\f4e7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-printer-slash1 .path5:before { + content: "\f4e8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-printer-slash1 .path6:before { + content: "\f4e9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-printer-slash1 .path7:before { + content: "\f4ea"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-printer-slash1 .path8:before { + content: "\f4eb"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-profile .path1:before { + content: "\f4ec"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-profile .path2:before { + content: "\f4ed"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-profile-2user1 .path1:before { + content: "\f4ee"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-profile-2user1 .path2:before { + content: "\f4ef"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-profile-2user1 .path3:before { + content: "\f4f0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-profile-2user1 .path4:before { + content: "\f4f1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-profile-add1 .path1:before { + content: "\f4f2"; + color: rgb(41, 45, 50); +} +.isax-profile-add1 .path2:before { + content: "\f4f3"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-profile-add1 .path3:before { + content: "\f4f4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-profile-circle1 .path1:before { + content: "\f4f5"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-profile-circle1 .path2:before { + content: "\f4f6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-profile-circle1 .path3:before { + content: "\f4f7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-profile-delete1 .path1:before { + content: "\f4f8"; + color: rgb(41, 45, 50); +} +.isax-profile-delete1 .path2:before { + content: "\f4f9"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-profile-delete1 .path3:before { + content: "\f4fa"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-profile-remove1 .path1:before { + content: "\f4fb"; + color: rgb(41, 45, 50); +} +.isax-profile-remove1 .path2:before { + content: "\f4fc"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-profile-remove1 .path3:before { + content: "\f4fd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-profile-tick1 .path1:before { + content: "\f4fe"; + color: rgb(41, 45, 50); +} +.isax-profile-tick1 .path2:before { + content: "\f4ff"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-profile-tick1 .path3:before { + content: "\f500"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-programming-arrow1 .path1:before { + content: "\f501"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-programming-arrow1 .path2:before { + content: "\f502"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-programming-arrows1 .path1:before { + content: "\f503"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-programming-arrows1 .path2:before { + content: "\f504"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-programming-arrows1 .path3:before { + content: "\f505"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-programming-arrows1 .path4:before { + content: "\f506"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-quote-down1 .path1:before { + content: "\f507"; + color: rgb(41, 45, 50); +} +.isax-quote-down1 .path2:before { + content: "\f508"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-quote-down-circle1 .path1:before { + content: "\f509"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-quote-down-circle1 .path2:before { + content: "\f50a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-quote-down-circle1 .path3:before { + content: "\f50b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-quote-down-square1 .path1:before { + content: "\f50c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-quote-down-square1 .path2:before { + content: "\f50d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-quote-down-square1 .path3:before { + content: "\f50e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-quote-up1 .path1:before { + content: "\f50f"; + color: rgb(41, 45, 50); +} +.isax-quote-up1 .path2:before { + content: "\f510"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-quote-up-circle1 .path1:before { + content: "\f511"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-quote-up-circle1 .path2:before { + content: "\f512"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-quote-up-circle1 .path3:before { + content: "\f513"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-quote-up-square1 .path1:before { + content: "\f514"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-quote-up-square1 .path2:before { + content: "\f515"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-quote-up-square1 .path3:before { + content: "\f516"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-radar1 .path1:before { + content: "\f517"; + color: rgb(41, 45, 50); +} +.isax-radar1 .path2:before { + content: "\f518"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-radar1 .path3:before { + content: "\f519"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-radar1 .path4:before { + content: "\f51a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-radar1 .path5:before { + content: "\f51b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-radar-11 .path1:before { + content: "\f51c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-radar-11 .path2:before { + content: "\f51d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-radar-21 .path1:before { + content: "\f51e"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-radar-21 .path2:before { + content: "\f51f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-radio1 .path1:before { + content: "\f520"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-radio1 .path2:before { + content: "\f521"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-radio1 .path3:before { + content: "\f522"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-radio1 .path4:before { + content: "\f523"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-radio1 .path5:before { + content: "\f524"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-radio1 .path6:before { + content: "\f525"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ram1 .path1:before { + content: "\f526"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-ram1 .path2:before { + content: "\f527"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ram1 .path3:before { + content: "\f528"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ram-21 .path1:before { + content: "\f529"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-ram-21 .path2:before { + content: "\f52a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ram-21 .path3:before { + content: "\f52b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ram-21 .path4:before { + content: "\f52c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ram-21 .path5:before { + content: "\f52d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ranking1 .path1:before { + content: "\f52e"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-ranking1 .path2:before { + content: "\f52f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ranking1 .path3:before { + content: "\f530"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-ranking1 .path4:before { + content: "\f531"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ranking-11 .path1:before { + content: "\f532"; + color: rgb(41, 45, 50); +} +.isax-ranking-11 .path2:before { + content: "\f533"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-ranking-11 .path3:before { + content: "\f534"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-ranking-11 .path4:before { + content: "\f535"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-receipt1 .path1:before { + content: "\f536"; + color: rgb(41, 45, 50); +} +.isax-receipt1 .path2:before { + content: "\f537"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-receipt-11 .path1:before { + content: "\f538"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-receipt-11 .path2:before { + content: "\f539"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-11 .path3:before { + content: "\f53a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-21 .path1:before { + content: "\f53b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-receipt-21 .path2:before { + content: "\f53c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-21 .path3:before { + content: "\f53d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-2-11 .path1:before { + content: "\f53e"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-receipt-2-11 .path2:before { + content: "\f53f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-2-11 .path3:before { + content: "\f540"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-2-11 .path4:before { + content: "\f541"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-2-11 .path5:before { + content: "\f542"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-add1 .path1:before { + content: "\f543"; + color: rgb(41, 45, 50); +} +.isax-receipt-add1 .path2:before { + content: "\f544"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-receipt-add1 .path3:before { + content: "\f545"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-discount1 .path1:before { + content: "\f546"; + color: rgb(41, 45, 50); +} +.isax-receipt-discount1 .path2:before { + content: "\f547"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-receipt-discount1 .path3:before { + content: "\f548"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-discount1 .path4:before { + content: "\f549"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-discount1 .path5:before { + content: "\f54a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-disscount1 .path1:before { + content: "\f54b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-receipt-disscount1 .path2:before { + content: "\f54c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-disscount1 .path3:before { + content: "\f54d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-disscount1 .path4:before { + content: "\f54e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-edit1 .path1:before { + content: "\f54f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-receipt-edit1 .path2:before { + content: "\f550"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-item1 .path1:before { + content: "\f551"; + color: rgb(41, 45, 50); +} +.isax-receipt-item1 .path2:before { + content: "\f552"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-receipt-item1 .path3:before { + content: "\f553"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-item1 .path4:before { + content: "\f554"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-item1 .path5:before { + content: "\f555"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-item1 .path6:before { + content: "\f556"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-minus1 .path1:before { + content: "\f557"; + color: rgb(41, 45, 50); +} +.isax-receipt-minus1 .path2:before { + content: "\f558"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-receipt-minus1 .path3:before { + content: "\f559"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-search1 .path1:before { + content: "\f55a"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-receipt-search1 .path2:before { + content: "\f55b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-square1 .path1:before { + content: "\f55c"; + color: rgb(41, 45, 50); +} +.isax-receipt-square1 .path2:before { + content: "\f55d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-receipt-text1 .path1:before { + content: "\f55e"; + color: rgb(41, 45, 50); +} +.isax-receipt-text1 .path2:before { + content: "\f55f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-receipt-text1 .path3:before { + content: "\f560"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receipt-text1 .path4:before { + content: "\f561"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-received1 .path1:before { + content: "\f562"; + color: rgb(41, 45, 50); +} +.isax-received1 .path2:before { + content: "\f563"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-received1 .path3:before { + content: "\f564"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-receive-square1 .path1:before { + content: "\f565"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-receive-square1 .path2:before { + content: "\f566"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receive-square1 .path3:before { + content: "\f567"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receive-square-21 .path1:before { + content: "\f568"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-receive-square-21 .path2:before { + content: "\f569"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-receive-square-21 .path3:before { + content: "\f56a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-record1 .path1:before { + content: "\f56b"; + color: rgb(41, 45, 50); +} +.isax-record1 .path2:before { + content: "\f56c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-record-circle1 .path1:before { + content: "\f56d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-record-circle1 .path2:before { + content: "\f56e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-recovery-convert1 .path1:before { + content: "\f56f"; + color: rgb(41, 45, 50); +} +.isax-recovery-convert1 .path2:before { + content: "\f570"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-recovery-convert1 .path3:before { + content: "\f571"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-recovery-convert1 .path4:before { + content: "\f572"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-redo1 .path1:before { + content: "\f573"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-redo1 .path2:before { + content: "\f574"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-refresh1 .path1:before { + content: "\f575"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-refresh1 .path2:before { + content: "\f576"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-refresh1 .path3:before { + content: "\f577"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-refresh-21 .path1:before { + content: "\f578"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-refresh-21 .path2:before { + content: "\f579"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-refresh-circle1 .path1:before { + content: "\f57a"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-refresh-circle1 .path2:before { + content: "\f57b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-refresh-circle1 .path3:before { + content: "\f57c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-refresh-left-square1 .path1:before { + content: "\f57d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-refresh-left-square1 .path2:before { + content: "\f57e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-refresh-right-square1 .path1:before { + content: "\f57f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-refresh-right-square1 .path2:before { + content: "\f580"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-refresh-square-21 .path1:before { + content: "\f581"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-refresh-square-21 .path2:before { + content: "\f582"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-refresh-square-21 .path3:before { + content: "\f583"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-repeat1 .path1:before { + content: "\f584"; + color: rgb(41, 45, 50); +} +.isax-repeat1 .path2:before { + content: "\f585"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-repeat-circle1 .path1:before { + content: "\f586"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-repeat-circle1 .path2:before { + content: "\f587"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-repeat-circle1 .path3:before { + content: "\f588"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-repeate-music1 .path1:before { + content: "\f589"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-repeate-music1 .path2:before { + content: "\f58a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-repeate-music1 .path3:before { + content: "\f58b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-repeate-one1 .path1:before { + content: "\f58c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-repeate-one1 .path2:before { + content: "\f58d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-repeate-one1 .path3:before { + content: "\f58e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-reserve1 .path1:before { + content: "\f58f"; + color: rgb(41, 45, 50); +} +.isax-reserve1 .path2:before { + content: "\f590"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-reserve1 .path3:before { + content: "\f591"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-reserve1 .path4:before { + content: "\f592"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-rotate-left1 .path1:before { + content: "\f593"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-rotate-left1 .path2:before { + content: "\f594"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-rotate-left-11 .path1:before { + content: "\f595"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-rotate-left-11 .path2:before { + content: "\f596"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-rotate-right1 .path1:before { + content: "\f597"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-rotate-right1 .path2:before { + content: "\f598"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-rotate-right-11 .path1:before { + content: "\f599"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-rotate-right-11 .path2:before { + content: "\f59a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-route-square1 .path1:before { + content: "\f59b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-route-square1 .path2:before { + content: "\f59c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-routing1 .path1:before { + content: "\f59d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-routing1 .path2:before { + content: "\f59e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-routing1 .path3:before { + content: "\f59f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-routing1 .path4:before { + content: "\f5a0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-routing1 .path5:before { + content: "\f5a1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-routing-21 .path1:before { + content: "\f5a2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-routing-21 .path2:before { + content: "\f5a3"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-routing-21 .path3:before { + content: "\f5a4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-routing-21 .path4:before { + content: "\f5a5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-routing-21 .path5:before { + content: "\f5a6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-row-horizontal1 .path1:before { + content: "\f5a7"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-row-horizontal1 .path2:before { + content: "\f5a8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-row-vertical1 .path1:before { + content: "\f5a9"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-row-vertical1 .path2:before { + content: "\f5aa"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-rulerpen1 .path1:before { + content: "\f5ab"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-rulerpen1 .path2:before { + content: "\f5ac"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-rulerpen1 .path3:before { + content: "\f5ad"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-rulerpen1 .path4:before { + content: "\f5ae"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-rulerpen1 .path5:before { + content: "\f5af"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-rulerpen1 .path6:before { + content: "\f5b0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-rulerpen1 .path7:before { + content: "\f5b1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ruler1 .path1:before { + content: "\f5b2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-ruler1 .path2:before { + content: "\f5b3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ruler1 .path3:before { + content: "\f5b4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ruler1 .path4:before { + content: "\f5b5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ruler1 .path5:before { + content: "\f5b6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-safe-home1 .path1:before { + content: "\f5b7"; + color: rgb(41, 45, 50); +} +.isax-safe-home1 .path2:before { + content: "\f5b8"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sagittarius1 .path1:before { + content: "\f5b9"; + color: rgb(41, 45, 50); +} +.isax-sagittarius1 .path2:before { + content: "\f5ba"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-save-21 .path1:before { + content: "\f5bb"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-save-21 .path2:before { + content: "\f5bc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-save-add1 .path1:before { + content: "\f5bd"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-save-add1 .path2:before { + content: "\f5be"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-save-add1 .path3:before { + content: "\f5bf"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-save-minus1 .path1:before { + content: "\f5c0"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-save-minus1 .path2:before { + content: "\f5c1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-save-minus1 .path3:before { + content: "\f5c2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-save-remove1 .path1:before { + content: "\f5c3"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-save-remove1 .path2:before { + content: "\f5c4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-save-remove1 .path3:before { + content: "\f5c5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scan1 .path1:before { + content: "\f5c6"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-scan1 .path2:before { + content: "\f5c7"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-scan1 .path3:before { + content: "\f5c8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scan1 .path4:before { + content: "\f5c9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scan1 .path5:before { + content: "\f5ca"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scan1 .path6:before { + content: "\f5cb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scan1 .path7:before { + content: "\f5cc"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-scan-barcode1 .path1:before { + content: "\f5cd"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-scan-barcode1 .path2:before { + content: "\f5ce"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scan-barcode1 .path3:before { + content: "\f5cf"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-scan-barcode1 .path4:before { + content: "\f5d0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scan-barcode1 .path5:before { + content: "\f5d1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scan-barcode1 .path6:before { + content: "\f5d2"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-scan-barcode1 .path7:before { + content: "\f5d3"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-scan-barcode1 .path8:before { + content: "\f5d4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scanner1 .path1:before { + content: "\f5d5"; + color: rgb(41, 45, 50); +} +.isax-scanner1 .path2:before { + content: "\f5d6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scanner1 .path3:before { + content: "\f5d7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scanner1 .path4:before { + content: "\f5d8"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-scanner1 .path5:before { + content: "\f5d9"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-scanning1 .path1:before { + content: "\f5da"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-scanning1 .path2:before { + content: "\f5db"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scanning1 .path3:before { + content: "\f5dc"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-scanning1 .path4:before { + content: "\f5dd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scanning1 .path5:before { + content: "\f5de"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scanning1 .path6:before { + content: "\f5df"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-scanning1 .path7:before { + content: "\f5e0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-scanning1 .path8:before { + content: "\f5e1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scissor1 .path1:before { + content: "\f5e2"; + color: rgb(41, 45, 50); +} +.isax-scissor1 .path2:before { + content: "\f5e3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scissor1 .path3:before { + content: "\f5e4"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-scissor-11 .path1:before { + content: "\f5e5"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-scissor-11 .path2:before { + content: "\f5e6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-screenmirroring1 .path1:before { + content: "\f5e7"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-screenmirroring1 .path2:before { + content: "\f5e8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scroll1 .path1:before { + content: "\f5e9"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-scroll1 .path2:before { + content: "\f5ea"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-scroll1 .path3:before { + content: "\f5eb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-favorite1 .path1:before { + content: "\f5ec"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-search-favorite1 .path2:before { + content: "\f5ed"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-favorite1 .path3:before { + content: "\f5ee"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-favorite-11 .path1:before { + content: "\f5ef"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-search-favorite-11 .path2:before { + content: "\f5f0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-favorite-11 .path3:before { + content: "\f5f1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-normal1 .path1:before { + content: "\f5f2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-search-normal1 .path2:before { + content: "\f5f3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-normal-11 .path1:before { + content: "\f5f4"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-search-normal-11 .path2:before { + content: "\f5f5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-status1 .path1:before { + content: "\f5f6"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-search-status1 .path2:before { + content: "\f5f7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-status1 .path3:before { + content: "\f5f8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-status1 .path4:before { + content: "\f5f9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-status-11 .path1:before { + content: "\f5fa"; + color: rgb(41, 45, 50); +} +.isax-search-status-11 .path2:before { + content: "\f5fb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-status-11 .path3:before { + content: "\f5fc"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-search-status-11 .path4:before { + content: "\f5fd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-zoom-in1 .path1:before { + content: "\f5fe"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-search-zoom-in1 .path2:before { + content: "\f5ff"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-zoom-in1 .path3:before { + content: "\f600"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-zoom-in-11 .path1:before { + content: "\f601"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-search-zoom-in-11 .path2:before { + content: "\f602"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-zoom-in-11 .path3:before { + content: "\f603"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-zoom-out1 .path1:before { + content: "\f604"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-search-zoom-out1 .path2:before { + content: "\f605"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-zoom-out1 .path3:before { + content: "\f606"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-zoom-out-11 .path1:before { + content: "\f607"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-search-zoom-out-11 .path2:before { + content: "\f608"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-search-zoom-out-11 .path3:before { + content: "\f609"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-security1 .path1:before { + content: "\f60a"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-security1 .path2:before { + content: "\f60b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-security-card1 .path1:before { + content: "\f60c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-security-card1 .path2:before { + content: "\f60d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-security-card1 .path3:before { + content: "\f60e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-security-safe1 .path1:before { + content: "\f60f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-security-safe1 .path2:before { + content: "\f610"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-security-time1 .path1:before { + content: "\f611"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-security-time1 .path2:before { + content: "\f612"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-security-time1 .path3:before { + content: "\f613"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-security-user1 .path1:before { + content: "\f614"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-security-user1 .path2:before { + content: "\f615"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-security-user1 .path3:before { + content: "\f616"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-send1 .path1:before { + content: "\f617"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-send1 .path2:before { + content: "\f618"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-send-11 .path1:before { + content: "\f619"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-send-11 .path2:before { + content: "\f61a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-send-11 .path3:before { + content: "\f61b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-send-21 .path1:before { + content: "\f61c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-send-21 .path2:before { + content: "\f61d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-send-21 .path3:before { + content: "\f61e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-send-sqaure-21 .path1:before { + content: "\f61f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-send-sqaure-21 .path2:before { + content: "\f620"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-send-sqaure-21 .path3:before { + content: "\f621"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-send-square1 .path1:before { + content: "\f622"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-send-square1 .path2:before { + content: "\f623"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-send-square1 .path3:before { + content: "\f624"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-send-square1 .path4:before { + content: "\f625"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-setting1 .path1:before { + content: "\f626"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-setting1 .path2:before { + content: "\f627"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-setting-21 .path1:before { + content: "\f628"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-setting-21 .path2:before { + content: "\f629"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-setting-31 .path1:before { + content: "\f62a"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-setting-31 .path2:before { + content: "\f62b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-setting-31 .path3:before { + content: "\f62c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-setting-31 .path4:before { + content: "\f62d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-setting-31 .path5:before { + content: "\f62e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-setting-31 .path6:before { + content: "\f62f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-setting-31 .path7:before { + content: "\f630"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-setting-41 .path1:before { + content: "\f631"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-setting-41 .path2:before { + content: "\f632"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-setting-41 .path3:before { + content: "\f633"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-setting-41 .path4:before { + content: "\f634"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-setting-41 .path5:before { + content: "\f635"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-setting-41 .path6:before { + content: "\f636"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-setting-51 .path1:before { + content: "\f637"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-setting-51 .path2:before { + content: "\f638"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-setting-51 .path3:before { + content: "\f639"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-setting-51 .path4:before { + content: "\f63a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-setting-51 .path5:before { + content: "\f63b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-setting-51 .path6:before { + content: "\f63c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-settings1 .path1:before { + content: "\f63d"; + color: rgb(41, 45, 50); +} +.isax-settings1 .path2:before { + content: "\f63e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.16; +} +.isax-settings1 .path3:before { + content: "\f63f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.16; +} +.isax-shapes1 .path1:before { + content: "\f640"; + color: rgb(41, 45, 50); +} +.isax-shapes1 .path2:before { + content: "\f641"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-shapes-11 .path1:before { + content: "\f642"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-shapes-11 .path2:before { + content: "\f643"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-share1 .path1:before { + content: "\f644"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-share1 .path2:before { + content: "\f645"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-share1 .path3:before { + content: "\f646"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-share1 .path4:before { + content: "\f647"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-share1 .path5:before { + content: "\f648"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-share1 .path6:before { + content: "\f649"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-shield1 .path1:before { + content: "\f64a"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-shield1 .path2:before { + content: "\f64b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-shield-cross1 .path1:before { + content: "\f64c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-shield-cross1 .path2:before { + content: "\f64d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-shield-search1 .path1:before { + content: "\f64e"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-shield-search1 .path2:before { + content: "\f64f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-shield-search1 .path3:before { + content: "\f650"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-shield-security .path1:before { + content: "\f651"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-shield-security .path2:before { + content: "\f652"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-shield-slash1 .path1:before { + content: "\f653"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-shield-slash1 .path2:before { + content: "\f654"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-shield-slash1 .path3:before { + content: "\f655"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-shield-tick1 .path1:before { + content: "\f656"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-shield-tick1 .path2:before { + content: "\f657"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ship1 .path1:before { + content: "\f658"; + color: rgb(41, 45, 50); +} +.isax-ship1 .path2:before { + content: "\f659"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-ship1 .path3:before { + content: "\f65a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-shop1 .path1:before { + content: "\f65b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-shop1 .path2:before { + content: "\f65c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-shop1 .path3:before { + content: "\f65d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-shop1 .path4:before { + content: "\f65e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-shop1 .path5:before { + content: "\f65f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-shop-add1 .path1:before { + content: "\f660"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-shop-add1 .path2:before { + content: "\f661"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-shop-add1 .path3:before { + content: "\f662"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-shop-add1 .path4:before { + content: "\f663"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-shop-add1 .path5:before { + content: "\f664"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-shopping-bag1 .path1:before { + content: "\f665"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-shopping-bag1 .path2:before { + content: "\f666"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-shopping-bag1 .path3:before { + content: "\f667"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-shopping-cart1 .path1:before { + content: "\f668"; + color: rgb(41, 45, 50); +} +.isax-shopping-cart1 .path2:before { + content: "\f669"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-shopping-cart1 .path3:before { + content: "\f66a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-shopping-cart1 .path4:before { + content: "\f66b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-shop-remove1 .path1:before { + content: "\f66c"; + color: rgb(41, 45, 50); +} +.isax-shop-remove1 .path2:before { + content: "\f66d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-shop-remove1 .path3:before { + content: "\f66e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-shop-remove1 .path4:before { + content: "\f66f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-shop-remove1 .path5:before { + content: "\f670"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-shuffle1 .path1:before { + content: "\f671"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-shuffle1 .path2:before { + content: "\f672"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-shuffle1 .path3:before { + content: "\f673"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sidebar-bottom1 .path1:before { + content: "\f674"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sidebar-bottom1 .path2:before { + content: "\f675"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sidebar-bottom1 .path3:before { + content: "\f676"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sidebar-left1 .path1:before { + content: "\f677"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sidebar-left1 .path2:before { + content: "\f678"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sidebar-left1 .path3:before { + content: "\f679"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sidebar-right1 .path1:before { + content: "\f67a"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sidebar-right1 .path2:before { + content: "\f67b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sidebar-right1 .path3:before { + content: "\f67c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sidebar-top1 .path1:before { + content: "\f67d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sidebar-top1 .path2:before { + content: "\f67e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sidebar-top1 .path3:before { + content: "\f67f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-signpost1 .path1:before { + content: "\f680"; + color: rgb(41, 45, 50); +} +.isax-signpost1 .path2:before { + content: "\f681"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-signpost1 .path3:before { + content: "\f682"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-signpost1 .path4:before { + content: "\f683"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-simcard1 .path1:before { + content: "\f684"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-simcard1 .path2:before { + content: "\f685"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-simcard1 .path3:before { + content: "\f686"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-simcard-11 .path1:before { + content: "\f687"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-simcard-11 .path2:before { + content: "\f688"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-simcard-11 .path3:before { + content: "\f689"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-simcard-11 .path4:before { + content: "\f68a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-simcard-11 .path5:before { + content: "\f68b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-simcard-21 .path1:before { + content: "\f68c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-simcard-21 .path2:before { + content: "\f68d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-size1 .path1:before { + content: "\f68e"; + color: rgb(41, 45, 50); +} +.isax-size1 .path2:before { + content: "\f68f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-slash1 .path1:before { + content: "\f690"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-slash1 .path2:before { + content: "\f691"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-slash1 .path3:before { + content: "\f692"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-slider1 .path1:before { + content: "\f693"; + color: rgb(41, 45, 50); +} +.isax-slider1 .path2:before { + content: "\f694"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-slider1 .path3:before { + content: "\f695"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-slider1 .path4:before { + content: "\f696"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-slider-horizontal1 .path1:before { + content: "\f697"; + color: rgb(41, 45, 50); +} +.isax-slider-horizontal1 .path2:before { + content: "\f698"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-slider-horizontal1 .path3:before { + content: "\f699"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-slider-horizontal-11 .path1:before { + content: "\f69a"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-slider-horizontal-11 .path2:before { + content: "\f69b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-slider-horizontal-11 .path3:before { + content: "\f69c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-slider-vertical1 .path1:before { + content: "\f69d"; + color: rgb(41, 45, 50); +} +.isax-slider-vertical1 .path2:before { + content: "\f69e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-slider-vertical1 .path3:before { + content: "\f69f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-slider-vertical-11 .path1:before { + content: "\f6a0"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-slider-vertical-11 .path2:before { + content: "\f6a1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-slider-vertical-11 .path3:before { + content: "\f6a2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-smallcaps1 .path1:before { + content: "\f6a3"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-smallcaps1 .path2:before { + content: "\f6a4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-smallcaps1 .path3:before { + content: "\f6a5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-smart-car1 .path1:before { + content: "\f6a6"; + color: rgb(41, 45, 50); +} +.isax-smart-car1 .path2:before { + content: "\f6a7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-smart-car1 .path3:before { + content: "\f6a8"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-smart-car1 .path4:before { + content: "\f6a9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-smart-car1 .path5:before { + content: "\f6aa"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-smart-car1 .path6:before { + content: "\f6ab"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-smart-home1 .path1:before { + content: "\f6ac"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-smart-home1 .path2:before { + content: "\f6ad"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-smart-home1 .path3:before { + content: "\f6ae"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-smart-home1 .path4:before { + content: "\f6af"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-smileys1 .path1:before { + content: "\f6b0"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-smileys1 .path2:before { + content: "\f6b1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-smileys1 .path3:before { + content: "\f6b2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-smileys1 .path4:before { + content: "\f6b3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-smileys1 .path5:before { + content: "\f6b4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-smileys1 .path6:before { + content: "\f6b5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sms1 .path1:before { + content: "\f6b6"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sms1 .path2:before { + content: "\f6b7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sms-edit1 .path1:before { + content: "\f6b8"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sms-edit1 .path2:before { + content: "\f6b9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sms-edit1 .path3:before { + content: "\f6ba"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sms-notification1 .path1:before { + content: "\f6bb"; + color: rgb(41, 45, 50); +} +.isax-sms-notification1 .path2:before { + content: "\f6bc"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sms-notification1 .path3:before { + content: "\f6bd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sms-search1 .path1:before { + content: "\f6be"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sms-search1 .path2:before { + content: "\f6bf"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sms-search1 .path3:before { + content: "\f6c0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sms-star1 .path1:before { + content: "\f6c1"; + color: rgb(41, 45, 50); +} +.isax-sms-star1 .path2:before { + content: "\f6c2"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sms-star1 .path3:before { + content: "\f6c3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sms-tracking1 .path1:before { + content: "\f6c4"; + color: rgb(41, 45, 50); +} +.isax-sms-tracking1 .path2:before { + content: "\f6c5"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sms-tracking1 .path3:before { + content: "\f6c6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sort1 .path1:before { + content: "\f6c7"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sort1 .path2:before { + content: "\f6c8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sort1 .path3:before { + content: "\f6c9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sort1 .path4:before { + content: "\f6ca"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sound1 .path1:before { + content: "\f6cb"; + color: rgb(41, 45, 50); +} +.isax-sound1 .path2:before { + content: "\f6cc"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sound1 .path3:before { + content: "\f6cd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sound1 .path4:before { + content: "\f6ce"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sound1 .path5:before { + content: "\f6cf"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-speaker1 .path1:before { + content: "\f6d0"; + color: rgb(41, 45, 50); +} +.isax-speaker1 .path2:before { + content: "\f6d1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-speaker1 .path3:before { + content: "\f6d2"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-speedometer1 .path1:before { + content: "\f6d3"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-speedometer1 .path2:before { + content: "\f6d4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-speedometer1 .path3:before { + content: "\f6d5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-star1 .path1:before { + content: "\f6d6"; + color: rgb(41, 45, 50); +} +.isax-star1 .path2:before { + content: "\f6d7"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-star1 .path3:before { + content: "\f6d8"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-star1 .path4:before { + content: "\f6d9"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-star-11 .path1:before { + content: "\f6da"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-star-11 .path2:before { + content: "\f6db"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-star-slash1 .path1:before { + content: "\f6dc"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-star-slash1 .path2:before { + content: "\f6dd"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-star-slash1 .path3:before { + content: "\f6de"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-status1 .path1:before { + content: "\f6df"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-status1 .path2:before { + content: "\f6e0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-status1 .path3:before { + content: "\f6e1"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-status-up1 .path1:before { + content: "\f6e2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-status-up1 .path2:before { + content: "\f6e3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-status-up1 .path3:before { + content: "\f6e4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-status-up1 .path4:before { + content: "\f6e5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-status-up1 .path5:before { + content: "\f6e6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sticker1 .path1:before { + content: "\f6e7"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sticker1 .path2:before { + content: "\f6e8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-stickynote1 .path1:before { + content: "\f6e9"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-stickynote1 .path2:before { + content: "\f6ea"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-stickynote1 .path3:before { + content: "\f6eb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-stickynote1 .path4:before { + content: "\f6ec"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-stickynote1 .path5:before { + content: "\f6ed"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-stickynote1 .path6:before { + content: "\f6ee"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-stop1 .path1:before { + content: "\f6ef"; + color: rgb(41, 45, 50); +} +.isax-stop1 .path2:before { + content: "\f6f0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-stop-circle1 .path1:before { + content: "\f6f1"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-stop-circle1 .path2:before { + content: "\f6f2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-story1 .path1:before { + content: "\f6f3"; + color: rgb(41, 45, 50); +} +.isax-story1 .path2:before { + content: "\f6f4"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-story1 .path3:before { + content: "\f6f5"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-story1 .path4:before { + content: "\f6f6"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-strongbox1 .path1:before { + content: "\f6f7"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-strongbox1 .path2:before { + content: "\f6f8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-strongbox-21 .path1:before { + content: "\f6f9"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-strongbox-21 .path2:before { + content: "\f6fa"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-strongbox-21 .path3:before { + content: "\f6fb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-subtitle1 .path1:before { + content: "\f6fc"; + color: rgb(41, 45, 50); +} +.isax-subtitle1 .path2:before { + content: "\f6fd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-subtitle1 .path3:before { + content: "\f6fe"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-subtitle1 .path4:before { + content: "\f6ff"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-subtitle1 .path5:before { + content: "\f700"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sun1 .path1:before { + content: "\f701"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sun1 .path2:before { + content: "\f702"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sun1 .path3:before { + content: "\f703"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sun1 .path4:before { + content: "\f704"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sun1 .path5:before { + content: "\f705"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sun1 .path6:before { + content: "\f706"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sun1 .path7:before { + content: "\f707"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sun-11 .path1:before { + content: "\f708"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sun-11 .path2:before { + content: "\f709"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sun-fog1 .path1:before { + content: "\f70a"; + color: rgb(41, 45, 50); +} +.isax-sun-fog1 .path2:before { + content: "\f70b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-sun-fog1 .path3:before { + content: "\f70c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sun-fog1 .path4:before { + content: "\f70d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-sun-fog1 .path5:before { + content: "\f70e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-tag1 .path1:before { + content: "\f70f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-tag1 .path2:before { + content: "\f710"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-tag-21 .path1:before { + content: "\f711"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-tag-21 .path2:before { + content: "\f712"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-tag-21 .path3:before { + content: "\f713"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-tag-cross1 .path1:before { + content: "\f714"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-tag-cross1 .path2:before { + content: "\f715"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-tag-right1 .path1:before { + content: "\f716"; + color: rgb(41, 45, 50); +} +.isax-tag-right1 .path2:before { + content: "\f717"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-tag-user1 .path1:before { + content: "\f718"; + color: rgb(41, 45, 50); +} +.isax-tag-user1 .path2:before { + content: "\f719"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-tag-user1 .path3:before { + content: "\f71a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-task1 .path1:before { + content: "\f71b"; + color: rgb(41, 45, 50); +} +.isax-task1 .path2:before { + content: "\f71c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-task1 .path3:before { + content: "\f71d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-task1 .path4:before { + content: "\f71e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-task1 .path5:before { + content: "\f71f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-task1 .path6:before { + content: "\f720"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-task-square1 .path1:before { + content: "\f721"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-task-square1 .path2:before { + content: "\f722"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-task-square1 .path3:before { + content: "\f723"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-task-square1 .path4:before { + content: "\f724"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-task-square1 .path5:before { + content: "\f725"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-teacher1 .path1:before { + content: "\f726"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-teacher1 .path2:before { + content: "\f727"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-text1 .path1:before { + content: "\f728"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-text1 .path2:before { + content: "\f729"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-textalign-center1 .path1:before { + content: "\f72a"; + color: rgb(41, 45, 50); +} +.isax-textalign-center1 .path2:before { + content: "\f72b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-textalign-center1 .path3:before { + content: "\f72c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-textalign-center1 .path4:before { + content: "\f72d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-textalign-justifycenter1 .path1:before { + content: "\f72e"; + color: rgb(41, 45, 50); +} +.isax-textalign-justifycenter1 .path2:before { + content: "\f72f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-textalign-justifycenter1 .path3:before { + content: "\f730"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-textalign-justifycenter1 .path4:before { + content: "\f731"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-textalign-justifyleft1 .path1:before { + content: "\f732"; + color: rgb(41, 45, 50); +} +.isax-textalign-justifyleft1 .path2:before { + content: "\f733"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-textalign-justifyleft1 .path3:before { + content: "\f734"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-textalign-justifyleft1 .path4:before { + content: "\f735"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-textalign-justifyright1 .path1:before { + content: "\f736"; + color: rgb(41, 45, 50); +} +.isax-textalign-justifyright1 .path2:before { + content: "\f737"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-textalign-justifyright1 .path3:before { + content: "\f738"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-textalign-justifyright1 .path4:before { + content: "\f739"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-textalign-left1 .path1:before { + content: "\f73a"; + color: rgb(41, 45, 50); +} +.isax-textalign-left1 .path2:before { + content: "\f73b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-textalign-left1 .path3:before { + content: "\f73c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-textalign-left1 .path4:before { + content: "\f73d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-textalign-right1 .path1:before { + content: "\f73e"; + color: rgb(41, 45, 50); +} +.isax-textalign-right1 .path2:before { + content: "\f73f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-textalign-right1 .path3:before { + content: "\f740"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-textalign-right1 .path4:before { + content: "\f741"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-text-block1 .path1:before { + content: "\f742"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-text-block1 .path2:before { + content: "\f743"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-text-bold1 .path1:before { + content: "\f744"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-text-bold1 .path2:before { + content: "\f745"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-text-italic1 .path1:before { + content: "\f746"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-text-italic1 .path2:before { + content: "\f747"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-text-underline1 .path1:before { + content: "\f748"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-text-underline1 .path2:before { + content: "\f749"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-text-underline1 .path3:before { + content: "\f74a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-tick-circle1 .path1:before { + content: "\f74b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-tick-circle1 .path2:before { + content: "\f74c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ticket1 .path1:before { + content: "\f74d"; + color: rgb(41, 45, 50); +} +.isax-ticket1 .path2:before { + content: "\f74e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-ticket-21 .path1:before { + content: "\f74f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-ticket-21 .path2:before { + content: "\f750"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ticket-21 .path3:before { + content: "\f751"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ticket-discount1 .path1:before { + content: "\f752"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-ticket-discount1 .path2:before { + content: "\f753"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ticket-discount1 .path3:before { + content: "\f754"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ticket-discount1 .path4:before { + content: "\f755"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ticket-expired1 .path1:before { + content: "\f756"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-ticket-expired1 .path2:before { + content: "\f757"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ticket-star1 .path1:before { + content: "\f758"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-ticket-star1 .path2:before { + content: "\f759"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-ticket-star1 .path3:before { + content: "\f75a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-tick-square1 .path1:before { + content: "\f75b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-tick-square1 .path2:before { + content: "\f75c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-timer1 .path1:before { + content: "\f75d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-timer1 .path2:before { + content: "\f75e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-timer1 .path3:before { + content: "\f75f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-timer-11 .path1:before { + content: "\f760"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-timer-11 .path2:before { + content: "\f761"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-timer-11 .path3:before { + content: "\f762"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-timer-pause1 .path1:before { + content: "\f763"; + color: rgb(41, 45, 50); +} +.isax-timer-pause1 .path2:before { + content: "\f764"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-timer-pause1 .path3:before { + content: "\f765"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-timer-pause1 .path4:before { + content: "\f766"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-timer-start1 .path1:before { + content: "\f767"; + color: rgb(41, 45, 50); +} +.isax-timer-start1 .path2:before { + content: "\f768"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-timer-start1 .path3:before { + content: "\f769"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-timer-start1 .path4:before { + content: "\f76a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-toggle-off1 .path1:before { + content: "\f76b"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-toggle-off1 .path2:before { + content: "\f76c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-toggle-off-circle1 .path1:before { + content: "\f76d"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-toggle-off-circle1 .path2:before { + content: "\f76e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-toggle-on1 .path1:before { + content: "\f76f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-toggle-on1 .path2:before { + content: "\f770"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-toggle-on-circle1 .path1:before { + content: "\f771"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-toggle-on-circle1 .path2:before { + content: "\f772"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-trade1 .path1:before { + content: "\f773"; + color: rgb(41, 45, 50); +} +.isax-trade1 .path2:before { + content: "\f774"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-trade1 .path3:before { + content: "\f775"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-trade1 .path4:before { + content: "\f776"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-transaction-minus1 .path1:before { + content: "\f777"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-transaction-minus1 .path2:before { + content: "\f778"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-translate1 .path1:before { + content: "\f779"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-translate1 .path2:before { + content: "\f77a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-translate1 .path3:before { + content: "\f77b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-translate1 .path4:before { + content: "\f77c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-translate1 .path5:before { + content: "\f77d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-translate1 .path6:before { + content: "\f77e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-trash1 .path1:before { + content: "\f77f"; + color: rgb(41, 45, 50); +} +.isax-trash1 .path2:before { + content: "\f780"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.3991; +} +.isax-trash1 .path3:before { + content: "\f781"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-trash1 .path4:before { + content: "\f782"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-tree1 .path1:before { + content: "\f783"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-tree1 .path2:before { + content: "\f784"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-tree1 .path3:before { + content: "\f785"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-trend-down1 .path1:before { + content: "\f786"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-trend-down1 .path2:before { + content: "\f787"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-trend-up1 .path1:before { + content: "\f788"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-trend-up1 .path2:before { + content: "\f789"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-triangle1 .path1:before { + content: "\f78a"; + color: rgb(41, 45, 50); +} +.isax-triangle1 .path2:before { + content: "\f78b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-triangle1 .path3:before { + content: "\f78c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-truck-remove1 .path1:before { + content: "\f78d"; + color: rgb(41, 45, 50); +} +.isax-truck-remove1 .path2:before { + content: "\f78e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-truck-remove1 .path3:before { + content: "\f78f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-truck-remove1 .path4:before { + content: "\f790"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-truck-remove1 .path5:before { + content: "\f791"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-truck-remove1 .path6:before { + content: "\f792"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-truck-tick1 .path1:before { + content: "\f793"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-truck-tick1 .path2:before { + content: "\f794"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-truck-tick1 .path3:before { + content: "\f795"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-truck-tick1 .path4:before { + content: "\f796"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-truck-tick1 .path5:before { + content: "\f797"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-truck-tick1 .path6:before { + content: "\f798"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-truck-time1 .path1:before { + content: "\f799"; + color: rgb(41, 45, 50); +} +.isax-truck-time1 .path2:before { + content: "\f79a"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-truck-time1 .path3:before { + content: "\f79b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-truck-time1 .path4:before { + content: "\f79c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-truck-time1 .path5:before { + content: "\f79d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-truck-time1 .path6:before { + content: "\f79e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-trush-square1 .path1:before { + content: "\f79f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-trush-square1 .path2:before { + content: "\f7a0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-trush-square1 .path3:before { + content: "\f7a1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-undo1 .path1:before { + content: "\f7a2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-undo1 .path2:before { + content: "\f7a3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-unlimited1 .path1:before { + content: "\f7a4"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-unlimited1 .path2:before { + content: "\f7a5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-unlimited1 .path3:before { + content: "\f7a6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-unlock1 .path1:before { + content: "\f7a7"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-unlock1 .path2:before { + content: "\f7a8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-unlock1 .path3:before { + content: "\f7a9"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-user1 .path1:before { + content: "\f7aa"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-user1 .path2:before { + content: "\f7ab"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-user-add1 .path1:before { + content: "\f7ac"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-user-add1 .path2:before { + content: "\f7ad"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-user-add1 .path3:before { + content: "\f7ae"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-user-cirlce-add1 .path1:before { + content: "\f7af"; + color: rgb(41, 45, 50); +} +.isax-user-cirlce-add1 .path2:before { + content: "\f7b0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-user-cirlce-add1 .path3:before { + content: "\f7b1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-user-cirlce-add1 .path4:before { + content: "\f7b2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-user-edit1 .path1:before { + content: "\f7b3"; + color: rgb(41, 45, 50); +} +.isax-user-edit1 .path2:before { + content: "\f7b4"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-user-edit1 .path3:before { + content: "\f7b5"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-user-minus1 .path1:before { + content: "\f7b6"; + color: rgb(41, 45, 50); +} +.isax-user-minus1 .path2:before { + content: "\f7b7"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-user-minus1 .path3:before { + content: "\f7b8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-user-octagon1 .path1:before { + content: "\f7b9"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-user-octagon1 .path2:before { + content: "\f7ba"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-user-octagon1 .path3:before { + content: "\f7bb"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-user-remove1 .path1:before { + content: "\f7bc"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-user-remove1 .path2:before { + content: "\f7bd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-user-remove1 .path3:before { + content: "\f7be"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-user-search1 .path1:before { + content: "\f7bf"; + color: rgb(41, 45, 50); +} +.isax-user-search1 .path2:before { + content: "\f7c0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-user-search1 .path3:before { + content: "\f7c1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-user-square1 .path1:before { + content: "\f7c2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-user-square1 .path2:before { + content: "\f7c3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-user-square1 .path3:before { + content: "\f7c4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-user-tag1 .path1:before { + content: "\f7c5"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-user-tag1 .path2:before { + content: "\f7c6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-user-tag1 .path3:before { + content: "\f7c7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-user-tick1 .path1:before { + content: "\f7c8"; + color: rgb(41, 45, 50); +} +.isax-user-tick1 .path2:before { + content: "\f7c9"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-user-tick1 .path3:before { + content: "\f7ca"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-verify1 .path1:before { + content: "\f7cb"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-verify1 .path2:before { + content: "\f7cc"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video1 .path1:before { + content: "\f7cd"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-video1 .path2:before { + content: "\f7ce"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video1 .path3:before { + content: "\f7cf"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video-add1 .path1:before { + content: "\f7d0"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-video-add1 .path2:before { + content: "\f7d1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video-add1 .path3:before { + content: "\f7d2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video-circle1 .path1:before { + content: "\f7d3"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-video-circle1 .path2:before { + content: "\f7d4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video-horizontal1 .path1:before { + content: "\f7d5"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-video-horizontal1 .path2:before { + content: "\f7d6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video-octagon1 .path1:before { + content: "\f7d7"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-video-octagon1 .path2:before { + content: "\f7d8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video-play1 .path1:before { + content: "\f7d9"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-video-play1 .path2:before { + content: "\f7da"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video-play1 .path3:before { + content: "\f7db"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video-remove1 .path1:before { + content: "\f7dc"; + color: rgb(41, 45, 50); +} +.isax-video-remove1 .path2:before { + content: "\f7dd"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-video-remove1 .path3:before { + content: "\f7de"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video-slash1 .path1:before { + content: "\f7df"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-video-slash1 .path2:before { + content: "\f7e0"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-video-slash1 .path3:before { + content: "\f7e1"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-video-slash1 .path4:before { + content: "\f7e2"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-video-slash1 .path5:before { + content: "\f7e3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video-slash1 .path6:before { + content: "\f7e4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video-square1 .path1:before { + content: "\f7e5"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-video-square1 .path2:before { + content: "\f7e6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video-tick1 .path1:before { + content: "\f7e7"; + color: rgb(41, 45, 50); +} +.isax-video-tick1 .path2:before { + content: "\f7e8"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-video-tick1 .path3:before { + content: "\f7e9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video-time1 .path1:before { + content: "\f7ea"; + color: rgb(41, 45, 50); +} +.isax-video-time1 .path2:before { + content: "\f7eb"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-video-time1 .path3:before { + content: "\f7ec"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video-vertical1 .path1:before { + content: "\f7ed"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-video-vertical1 .path2:before { + content: "\f7ee"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-voice-cricle1 .path1:before { + content: "\f7ef"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-voice-cricle1 .path2:before { + content: "\f7f0"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-voice-cricle1 .path3:before { + content: "\f7f1"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-voice-cricle1 .path4:before { + content: "\f7f2"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-voice-cricle1 .path5:before { + content: "\f7f3"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-voice-cricle1 .path6:before { + content: "\f7f4"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-voice-square1 .path1:before { + content: "\f7f5"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-voice-square1 .path2:before { + content: "\f7f6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-voice-square1 .path3:before { + content: "\f7f7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-voice-square1 .path4:before { + content: "\f7f8"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-voice-square1 .path5:before { + content: "\f7f9"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-voice-square1 .path6:before { + content: "\f7fa"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-volume-cross1 .path1:before { + content: "\f7fb"; + color: rgb(41, 45, 50); +} +.isax-volume-cross1 .path2:before { + content: "\f7fc"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-volume-cross1 .path3:before { + content: "\f7fd"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-volume-high1 .path1:before { + content: "\f7fe"; + color: rgb(41, 45, 50); +} +.isax-volume-high1 .path2:before { + content: "\f7ff"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-volume-high1 .path3:before { + content: "\f800"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-volume-high1 .path4:before { + content: "\f801"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-volume-low1 .path1:before { + content: "\f802"; + color: rgb(41, 45, 50); +} +.isax-volume-low1 .path2:before { + content: "\f803"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-volume-low1 .path3:before { + content: "\f804"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-volume-low-11 .path1:before { + content: "\f805"; + color: rgb(41, 45, 50); +} +.isax-volume-low-11 .path2:before { + content: "\f806"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-volume-low-11 .path3:before { + content: "\f807"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-volume-mute1 .path1:before { + content: "\f808"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-volume-mute1 .path2:before { + content: "\f809"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-volume-slash1 .path1:before { + content: "\f80a"; + color: rgb(41, 45, 50); +} +.isax-volume-slash1 .path2:before { + content: "\f80b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-volume-slash1 .path3:before { + content: "\f80c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-volume-slash1 .path4:before { + content: "\f80d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-volume-slash1 .path5:before { + content: "\f80e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-volume-up1 .path1:before { + content: "\f80f"; + color: rgb(41, 45, 50); +} +.isax-volume-up1 .path2:before { + content: "\f810"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-volume-up1 .path3:before { + content: "\f811"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet1 .path1:before { + content: "\f812"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-wallet1 .path2:before { + content: "\f813"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet1 .path3:before { + content: "\f814"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-11 .path1:before { + content: "\f815"; + color: rgb(41, 45, 50); + opacity: 0.8; +} +.isax-wallet-11 .path2:before { + content: "\f816"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-11 .path3:before { + content: "\f817"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-wallet-11 .path4:before { + content: "\f818"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-wallet-11 .path5:before { + content: "\f819"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-wallet-21 .path1:before { + content: "\f81a"; + color: rgb(41, 45, 50); +} +.isax-wallet-21 .path2:before { + content: "\f81b"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-wallet-21 .path3:before { + content: "\f81c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-31 .path1:before { + content: "\f81d"; + color: rgb(41, 45, 50); +} +.isax-wallet-31 .path2:before { + content: "\f81e"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-wallet-31 .path3:before { + content: "\f81f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-31 .path4:before { + content: "\f820"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-add1 .path1:before { + content: "\f821"; + color: rgb(41, 45, 50); +} +.isax-wallet-add1 .path2:before { + content: "\f822"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-add1 .path3:before { + content: "\f823"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-wallet-add1 .path4:before { + content: "\f824"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-add-11 .path1:before { + content: "\f825"; + color: rgb(41, 45, 50); + opacity: 0.8; +} +.isax-wallet-add-11 .path2:before { + content: "\f826"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-add-11 .path3:before { + content: "\f827"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-wallet-add-11 .path4:before { + content: "\f828"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-wallet-add-11 .path5:before { + content: "\f829"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-wallet-add-11 .path6:before { + content: "\f82a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-check1 .path1:before { + content: "\f82b"; + color: rgb(41, 45, 50); +} +.isax-wallet-check1 .path2:before { + content: "\f82c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-check1 .path3:before { + content: "\f82d"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-wallet-check1 .path4:before { + content: "\f82e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-minus1 .path1:before { + content: "\f82f"; + color: rgb(41, 45, 50); + opacity: 0.8; +} +.isax-wallet-minus1 .path2:before { + content: "\f830"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-minus1 .path3:before { + content: "\f831"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-wallet-minus1 .path4:before { + content: "\f832"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-wallet-minus1 .path5:before { + content: "\f833"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.6; +} +.isax-wallet-minus1 .path6:before { + content: "\f834"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-money1 .path1:before { + content: "\f835"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-wallet-money1 .path2:before { + content: "\f836"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-remove1 .path1:before { + content: "\f837"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-wallet-remove1 .path2:before { + content: "\f838"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-remove1 .path3:before { + content: "\f839"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-remove1 .path4:before { + content: "\f83a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-search1 .path1:before { + content: "\f83b"; + color: rgb(41, 45, 50); +} +.isax-wallet-search1 .path2:before { + content: "\f83c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-wallet-search1 .path3:before { + content: "\f83d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wallet-search1 .path4:before { + content: "\f83e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-warning-21 .path1:before { + content: "\f83f"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-warning-21 .path2:before { + content: "\f840"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-warning-21 .path3:before { + content: "\f841"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-watch1 .path1:before { + content: "\f842"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-watch1 .path2:before { + content: "\f843"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-watch1 .path3:before { + content: "\f844"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-watch1 .path4:before { + content: "\f845"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-watch-status1 .path1:before { + content: "\f846"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-watch-status1 .path2:before { + content: "\f847"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-watch-status1 .path3:before { + content: "\f848"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-watch-status1 .path4:before { + content: "\f849"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-watch-status1 .path5:before { + content: "\f84a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-watch-status1 .path6:before { + content: "\f84b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-weight1 .path1:before { + content: "\f84c"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-weight1 .path2:before { + content: "\f84d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-weight-11 .path1:before { + content: "\f84e"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-weight-11 .path2:before { + content: "\f84f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-weight-11 .path3:before { + content: "\f850"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-weight-11 .path4:before { + content: "\f851"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-weight-11 .path5:before { + content: "\f852"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wifi1 .path1:before { + content: "\f853"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-wifi1 .path2:before { + content: "\f854"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wifi1 .path3:before { + content: "\f855"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wifi1 .path4:before { + content: "\f856"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-wifi-square1 .path1:before { + content: "\f857"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-wifi-square1 .path2:before { + content: "\f858"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wifi-square1 .path3:before { + content: "\f859"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wifi-square1 .path4:before { + content: "\f85a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wind1 .path1:before { + content: "\f85b"; + color: rgb(41, 45, 50); +} +.isax-wind1 .path2:before { + content: "\f85c"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-wind1 .path3:before { + content: "\f85d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wind-21 .path1:before { + content: "\f85e"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-wind-21 .path2:before { + content: "\f85f"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-wind-21 .path3:before { + content: "\f860"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-woman1 .path1:before { + content: "\f861"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-woman1 .path2:before { + content: "\f862"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-dcube2:before { + content: "\f863"; +} +.isax-d-cube-scan2:before { + content: "\f864"; +} +.isax-d-rotate2:before { + content: "\f865"; +} +.isax-d-square2:before { + content: "\f866"; +} +.isax-square2:before { + content: "\f867"; +} +.isax-support2:before { + content: "\f868"; +} +.isax-activity2:before { + content: "\f869"; +} +.isax-add2:before { + content: "\f86a"; +} +.isax-add-circle2:before { + content: "\f86b"; +} +.isax-additem2:before { + content: "\f86c"; +} +.isax-add-square2:before { + content: "\f86d"; +} +.isax-airdrop2:before { + content: "\f86e"; +} +.isax-airplane2:before { + content: "\f86f"; +} +.isax-airplane-square2:before { + content: "\f870"; +} +.isax-airpod2:before { + content: "\f871"; +} +.isax-airpods2:before { + content: "\f872"; +} +.isax-alarm2:before { + content: "\f873"; +} +.isax-align-bottom2:before { + content: "\f874"; +} +.isax-align-horizontally2:before { + content: "\f875"; +} +.isax-align-left2:before { + content: "\f876"; +} +.isax-align-right2:before { + content: "\f877"; +} +.isax-align-vertically2:before { + content: "\f878"; +} +.isax-aquarius2:before { + content: "\f879"; +} +.isax-archive2:before { + content: "\f87a"; +} +.isax-archive-12:before { + content: "\f87b"; +} +.isax-archive-22:before { + content: "\f87c"; +} +.isax-archive-add2:before { + content: "\f87d"; +} +.isax-archive-book2:before { + content: "\f87e"; +} +.isax-archive-minus2:before { + content: "\f87f"; +} +.isax-archive-slash2:before { + content: "\f880"; +} +.isax-archive-tick2:before { + content: "\f881"; +} +.isax-arrange-circle2:before { + content: "\f882"; +} +.isax-arrange-circle-22:before { + content: "\f883"; +} +.isax-arrange-square2:before { + content: "\f884"; +} +.isax-arrange-square-22:before { + content: "\f885"; +} +.isax-arrow2:before { + content: "\f886"; +} +.isax-arrow-22:before { + content: "\f887"; +} +.isax-arrow-32:before { + content: "\f888"; +} +.isax-arrow-bottom2:before { + content: "\f889"; +} +.isax-arrow-circle-down2:before { + content: "\f88a"; +} +.isax-arrow-circle-left2:before { + content: "\f88b"; +} +.isax-arrow-circle-right2:before { + content: "\f88c"; +} +.isax-arrow-circle-up2:before { + content: "\f88d"; +} +.isax-arrow-down2:before { + content: "\f88e"; +} +.isax-arrow-down-12:before { + content: "\f88f"; +} +.isax-arrow-down-22:before { + content: "\f890"; +} +.isax-arrow-left2:before { + content: "\f891"; +} +.isax-arrow-left-12:before { + content: "\f892"; +} +.isax-arrow-left-22:before { + content: "\f893"; +} +.isax-arrow-left-32:before { + content: "\f894"; +} +.isax-arrow-right2:before { + content: "\f895"; +} +.isax-arrow-right-12:before { + content: "\f896"; +} +.isax-arrow-right-22:before { + content: "\f897"; +} +.isax-arrow-right-32:before { + content: "\f898"; +} +.isax-arrow-square2:before { + content: "\f899"; +} +.isax-arrow-square-down2:before { + content: "\f89a"; +} +.isax-arrow-square-left2:before { + content: "\f89b"; +} +.isax-arrow-square-right1:before { + content: "\f89c"; +} +.isax-arrow-square-up2:before { + content: "\f89d"; +} +.isax-arrow-swap2:before { + content: "\f89e"; +} +.isax-arrow-swap-horizontal2:before { + content: "\f89f"; +} +.isax-arrow-up2:before { + content: "\f8a0"; +} +.isax-arrow-up-12:before { + content: "\f8a1"; +} +.isax-arrow-up-22:before { + content: "\f8a2"; +} +.isax-arrow-up-32:before { + content: "\f8a3"; +} +.isax-attach-circle2:before { + content: "\f8a4"; +} +.isax-attach-square2:before { + content: "\f8a5"; +} +.isax-audio-square2:before { + content: "\f8a6"; +} +.isax-autobrightness2:before { + content: "\f8a7"; +} +.isax-award2:before { + content: "\f8a8"; +} +.isax-back-square2:before { + content: "\f8a9"; +} +.isax-backward2:before { + content: "\f8aa"; +} +.isax-backward-5-seconds2:before { + content: "\f8ab"; +} +.isax-backward-10-seconds2:before { + content: "\f8ac"; +} +.isax-backward-15-seconds2:before { + content: "\f8ad"; +} +.isax-backward-item2:before { + content: "\f8ae"; +} +.isax-bag2:before { + content: "\f8af"; +} +.isax-bag-22:before { + content: "\f8b0"; +} +.isax-bag-cross2:before { + content: "\f8b1"; +} +.isax-bag-cross-12:before { + content: "\f8b2"; +} +.isax-bag-happy2:before { + content: "\f8b3"; +} +.isax-bag-tick2:before { + content: "\f8b4"; +} +.isax-bag-tick-22:before { + content: "\f8b5"; +} +.isax-bag-timer2:before { + content: "\f8b6"; +} +.isax-bank2:before { + content: "\f8b7"; +} +.isax-barcode2:before { + content: "\f8b8"; +} +.isax-battery-3full2:before { + content: "\f8b9"; +} +.isax-battery-charging2:before { + content: "\f8ba"; +} +.isax-battery-disable2:before { + content: "\f8bb"; +} +.isax-battery-empty2:before { + content: "\f8bc"; +} +.isax-battery-empty-12:before { + content: "\f8bd"; +} +.isax-battery-full2:before { + content: "\f8be"; +} +.isax-bezier2:before { + content: "\f8bf"; +} +.isax-bill2:before { + content: "\f8c0"; +} +.isax-bitcoin-card2:before { + content: "\f8c1"; +} +.isax-bitcoin-convert2:before { + content: "\f8c2"; +} +.isax-bitcoin-refresh2:before { + content: "\f8c3"; +} +.isax-blend2:before { + content: "\f8c4"; +} +.isax-blend-22:before { + content: "\f8c5"; +} +.isax-bluetooth2:before { + content: "\f8c6"; +} +.isax-bluetooth-22:before { + content: "\f8c7"; +} +.isax-bluetooth-circle2:before { + content: "\f8c8"; +} +.isax-bluetooth-rectangle2:before { + content: "\f8c9"; +} +.isax-blur2:before { + content: "\f8ca"; +} +.isax-book2:before { + content: "\f8cb"; +} +.isax-book-12:before { + content: "\f8cc"; +} +.isax-bookmark2:before { + content: "\f8cd"; +} +.isax-bookmark-22:before { + content: "\f8ce"; +} +.isax-book-saved2:before { + content: "\f8cf"; +} +.isax-book-square2:before { + content: "\f8d0"; +} +.isax-box2:before { + content: "\f8d1"; +} +.isax-box-12:before { + content: "\f8d2"; +} +.isax-box-22:before { + content: "\f8d3"; +} +.isax-box-add2:before { + content: "\f8d4"; +} +.isax-box-remove2:before { + content: "\f8d5"; +} +.isax-box-search2:before { + content: "\f8d6"; +} +.isax-box-tick2:before { + content: "\f8d7"; +} +.isax-box-time2:before { + content: "\f8d8"; +} +.isax-briefcase2:before { + content: "\f8d9"; +} +.isax-brifecase-cross2:before { + content: "\f8da"; +} +.isax-brifecase-tick2:before { + content: "\f8db"; +} +.isax-brifecase-timer2:before { + content: "\f8dc"; +} +.isax-broom2:before { + content: "\f8dd"; +} +.isax-brush2:before { + content: "\f8de"; +} +.isax-brush-12:before { + content: "\f8df"; +} +.isax-brush-22:before { + content: "\f8e0"; +} +.isax-brush-32:before { + content: "\f8e1"; +} +.isax-brush-42:before { + content: "\f8e2"; +} +.isax-bubble2:before { + content: "\f8e3"; +} +.isax-bucket2:before { + content: "\f8e4"; +} +.isax-bucket-circle2:before { + content: "\f8e5"; +} +.isax-bucket-square2:before { + content: "\f8e6"; +} +.isax-building2:before { + content: "\f8e7"; +} +.isax-building-32:before { + content: "\f8e8"; +} +.isax-building-42:before { + content: "\f8e9"; +} +.isax-buildings2:before { + content: "\f8ea"; +} +.isax-buildings-22:before { + content: "\f8eb"; +} +.isax-buliding2:before { + content: "\f8ec"; +} +.isax-bus2:before { + content: "\f8ed"; +} +.isax-buy-crypto2:before { + content: "\f8ee"; +} +.isax-cake2:before { + content: "\f8ef"; +} +.isax-calculator2:before { + content: "\f8f0"; +} +.isax-calendar2:before { + content: "\f8f1"; +} +.isax-calendar-12:before { + content: "\f8f2"; +} +.isax-calendar-22:before { + content: "\f8f3"; +} +.isax-calendar-add2:before { + content: "\f8f4"; +} +.isax-calendar-circle2:before { + content: "\f8f5"; +} +.isax-calendar-edit2:before { + content: "\f8f6"; +} +.isax-calendar-remove2:before { + content: "\f8f7"; +} +.isax-calendar-search2:before { + content: "\f8f8"; +} +.isax-calendar-tick2:before { + content: "\f8f9"; +} +.isax-call2:before { + content: "\f8fa"; +} +.isax-call-add2:before { + content: "\f8fb"; +} +.isax-call-calling2:before { + content: "\f8fc"; +} +.isax-call-incoming2:before { + content: "\f8fd"; +} +.isax-call-minus2:before { + content: "\f8fe"; +} +.isax-call-outgoing2:before { + content: "\f8ff"; +} +.isax-call-received2:before { + content: "\f900"; +} +.isax-call-remove2:before { + content: "\f901"; +} +.isax-call-slash2:before { + content: "\f902"; +} +.isax-camera2:before { + content: "\f903"; +} +.isax-camera-slash2:before { + content: "\f904"; +} +.isax-candle2:before { + content: "\f905"; +} +.isax-candle-22:before { + content: "\f906"; +} +.isax-car2:before { + content: "\f907"; +} +.isax-card2:before { + content: "\f908"; +} +.isax-card-add2:before { + content: "\f909"; +} +.isax-card-coin2:before { + content: "\f90a"; +} +.isax-card-edit2:before { + content: "\f90b"; +} +.isax-card-pos2:before { + content: "\f90c"; +} +.isax-card-receive2:before { + content: "\f90d"; +} +.isax-card-remove2:before { + content: "\f90e"; +} +.isax-card-remove-12:before { + content: "\f90f"; +} +.isax-cards2:before { + content: "\f910"; +} +.isax-card-send2:before { + content: "\f911"; +} +.isax-card-slash2:before { + content: "\f912"; +} +.isax-card-tick2:before { + content: "\f913"; +} +.isax-card-tick-12:before { + content: "\f914"; +} +.isax-category2:before { + content: "\f915"; +} +.isax-category-22:before { + content: "\f916"; +} +.isax-cd2:before { + content: "\f917"; +} +.isax-chart2:before { + content: "\f918"; +} +.isax-chart-12:before { + content: "\f919"; +} +.isax-chart-23:before { + content: "\f91a"; +} +.isax-chart-32:before { + content: "\f91b"; +} +.isax-chart-212:before { + content: "\f91c"; +} +.isax-chart-fail1:before { + content: "\f91d"; +} +.isax-chart-square2:before { + content: "\f91e"; +} +.isax-chart-success2:before { + content: "\f91f"; +} +.isax-check2:before { + content: "\f920"; +} +.isax-chrome2:before { + content: "\f921"; +} +.isax-clipboard2:before { + content: "\f922"; +} +.isax-clipboard-close2:before { + content: "\f923"; +} +.isax-clipboard-export2:before { + content: "\f924"; +} +.isax-clipboard-import2:before { + content: "\f925"; +} +.isax-clipboard-text2:before { + content: "\f926"; +} +.isax-clipboard-tick2:before { + content: "\f927"; +} +.isax-clock2:before { + content: "\f928"; +} +.isax-clock-12:before { + content: "\f929"; +} +.isax-close-circle2:before { + content: "\f92a"; +} +.isax-close-square2:before { + content: "\f92b"; +} +.isax-cloud2:before { + content: "\f92c"; +} +.isax-cloud-add2:before { + content: "\f92d"; +} +.isax-cloud-change2:before { + content: "\f92e"; +} +.isax-cloud-connection2:before { + content: "\f92f"; +} +.isax-cloud-cross2:before { + content: "\f930"; +} +.isax-cloud-drizzle2:before { + content: "\f931"; +} +.isax-cloud-fog2:before { + content: "\f932"; +} +.isax-cloud-lightning2:before { + content: "\f933"; +} +.isax-cloud-minus2:before { + content: "\f934"; +} +.isax-cloud-notif2:before { + content: "\f935"; +} +.isax-cloud-plus2:before { + content: "\f936"; +} +.isax-cloud-remove2:before { + content: "\f937"; +} +.isax-cloud-snow2:before { + content: "\f938"; +} +.isax-cloud-sunny2:before { + content: "\f939"; +} +.isax-code2:before { + content: "\f93a"; +} +.isax-code-12:before { + content: "\f93b"; +} +.isax-code-circle2:before { + content: "\f93c"; +} +.isax-coffee2:before { + content: "\f93d"; +} +.isax-coin2:before { + content: "\f93e"; +} +.isax-coin-12:before { + content: "\f93f"; +} +.isax-colorfilter2:before { + content: "\f940"; +} +.isax-colors-square2:before { + content: "\f941"; +} +.isax-color-swatch2:before { + content: "\f942"; +} +.isax-command2:before { + content: "\f943"; +} +.isax-command-square2:before { + content: "\f944"; +} +.isax-component2:before { + content: "\f945"; +} +.isax-computing2:before { + content: "\f946"; +} +.isax-convert2:before { + content: "\f947"; +} +.isax-convert-3d-cube2:before { + content: "\f948"; +} +.isax-convert-card2:before { + content: "\f949"; +} +.isax-convertshape2:before { + content: "\f94a"; +} +.isax-convertshape-22:before { + content: "\f94b"; +} +.isax-copy2:before { + content: "\f94c"; +} +.isax-copyright2:before { + content: "\f94d"; +} +.isax-copy-success2:before { + content: "\f94e"; +} +.isax-courthouse2:before { + content: "\f94f"; +} +.isax-cpu2:before { + content: "\f950"; +} +.isax-cpu-charge2:before { + content: "\f951"; +} +.isax-cpu-setting2:before { + content: "\f952"; +} +.isax-creative-commons2:before { + content: "\f953"; +} +.isax-crop2:before { + content: "\f954"; +} +.isax-crown2:before { + content: "\f955"; +} +.isax-crown-12:before { + content: "\f956"; +} +.isax-cup2:before { + content: "\f957"; +} +.isax-danger2:before { + content: "\f958"; +} +.isax-data2:before { + content: "\f959"; +} +.isax-data-22:before { + content: "\f95a"; +} +.isax-designtools2:before { + content: "\f95b"; +} +.isax-device-message2:before { + content: "\f95c"; +} +.isax-devices2:before { + content: "\f95d"; +} +.isax-devices-12:before { + content: "\f95e"; +} +.isax-diagram2:before { + content: "\f95f"; +} +.isax-diamonds2:before { + content: "\f960"; +} +.isax-direct2:before { + content: "\f961"; +} +.isax-directbox-default2:before { + content: "\f962"; +} +.isax-directbox-notif2:before { + content: "\f963"; +} +.isax-directbox-receive2:before { + content: "\f964"; +} +.isax-directbox-send2:before { + content: "\f965"; +} +.isax-direct-down2:before { + content: "\f966"; +} +.isax-direct-inbox2:before { + content: "\f967"; +} +.isax-direct-left2:before { + content: "\f968"; +} +.isax-direct-normal2:before { + content: "\f969"; +} +.isax-direct-notification2:before { + content: "\f96a"; +} +.isax-direct-right2:before { + content: "\f96b"; +} +.isax-direct-send2:before { + content: "\f96c"; +} +.isax-direct-up2:before { + content: "\f96d"; +} +.isax-discount-circle2:before { + content: "\f96e"; +} +.isax-discount-shape2:before { + content: "\f96f"; +} +.isax-discover2:before { + content: "\f970"; +} +.isax-discover-12:before { + content: "\f971"; +} +.isax-dislike2:before { + content: "\f972"; +} +.isax-document2:before { + content: "\f973"; +} +.isax-document-12:before { + content: "\f974"; +} +.isax-document-cloud2:before { + content: "\f975"; +} +.isax-document-code2:before { + content: "\f976"; +} +.isax-document-code-22:before { + content: "\f977"; +} +.isax-document-copy2:before { + content: "\f978"; +} +.isax-document-download2:before { + content: "\f979"; +} +.isax-document-favorite2:before { + content: "\f97a"; +} +.isax-document-filter2:before { + content: "\f97b"; +} +.isax-document-forward2:before { + content: "\f97c"; +} +.isax-document-like2:before { + content: "\f97d"; +} +.isax-document-normal2:before { + content: "\f97e"; +} +.isax-document-previous2:before { + content: "\f97f"; +} +.isax-document-sketch2:before { + content: "\f980"; +} +.isax-document-text2:before { + content: "\f981"; +} +.isax-document-text-12:before { + content: "\f982"; +} +.isax-document-upload2:before { + content: "\f983"; +} +.isax-dollar-square2:before { + content: "\f984"; +} +.isax-driver2:before { + content: "\f985"; +} +.isax-driver-22:before { + content: "\f986"; +} +.isax-driver-refresh2:before { + content: "\f987"; +} +.isax-driving2:before { + content: "\f988"; +} +.isax-drop1:before { + content: "\f989"; +} +.isax-edit2:before { + content: "\f98a"; +} +.isax-edit-22:before { + content: "\f98b"; +} +.isax-electricity2:before { + content: "\f98c"; +} +.isax-element-22:before { + content: "\f98d"; +} +.isax-element-32:before { + content: "\f98e"; +} +.isax-element-42:before { + content: "\f98f"; +} +.isax-element-equal2:before { + content: "\f990"; +} +.isax-element-plus2:before { + content: "\f991"; +} +.isax-emoji-happy2:before { + content: "\f992"; +} +.isax-emoji-normal2:before { + content: "\f993"; +} +.isax-emoji-sad2:before { + content: "\f994"; +} +.isax-empty-wallet2:before { + content: "\f995"; +} +.isax-empty-wallet-add2:before { + content: "\f996"; +} +.isax-empty-wallet-change2:before { + content: "\f997"; +} +.isax-empty-wallet-remove2:before { + content: "\f998"; +} +.isax-empty-wallet-tick2:before { + content: "\f999"; +} +.isax-empty-wallet-time2:before { + content: "\f99a"; +} +.isax-eraser2:before { + content: "\f99b"; +} +.isax-eraser-12:before { + content: "\f99c"; +} +.isax-export2:before { + content: "\f99d"; +} +.isax-export-12:before { + content: "\f99e"; +} +.isax-export-22:before { + content: "\f99f"; +} +.isax-export-32:before { + content: "\f9a0"; +} +.isax-external-drive2:before { + content: "\f9a1"; +} +.isax-eye1:before { + content: "\f9a2"; +} +.isax-eye-slash2:before { + content: "\f9a3"; +} +.isax-fatrows2:before { + content: "\f9a4"; +} +.isax-favorite-chart2:before { + content: "\f9a5"; +} +.isax-filter2:before { + content: "\f9a6"; +} +.isax-filter-add2:before { + content: "\f9a7"; +} +.isax-filter-edit2:before { + content: "\f9a8"; +} +.isax-filter-remove2:before { + content: "\f9a9"; +} +.isax-filter-search2:before { + content: "\f9aa"; +} +.isax-filter-square2:before { + content: "\f9ab"; +} +.isax-filter-tick2:before { + content: "\f9ac"; +} +.isax-finger-cricle2:before { + content: "\f9ad"; +} +.isax-finger-scan2:before { + content: "\f9ae"; +} +.isax-firstline2:before { + content: "\f9af"; +} +.isax-flag2:before { + content: "\f9b0"; +} +.isax-flag-22:before { + content: "\f9b1"; +} +.isax-flash2:before { + content: "\f9b2"; +} +.isax-flash-12:before { + content: "\f9b3"; +} +.isax-flash-circle2:before { + content: "\f9b4"; +} +.isax-flash-circle-12:before { + content: "\f9b5"; +} +.isax-flash-slash2:before { + content: "\f9b6"; +} +.isax-folder2:before { + content: "\f9b7"; +} +.isax-folder-22:before { + content: "\f9b8"; +} +.isax-folder-add2:before { + content: "\f9b9"; +} +.isax-folder-cloud2:before { + content: "\f9ba"; +} +.isax-folder-connection2:before { + content: "\f9bb"; +} +.isax-folder-cross2:before { + content: "\f9bc"; +} +.isax-folder-favorite2:before { + content: "\f9bd"; +} +.isax-folder-minus2:before { + content: "\f9be"; +} +.isax-folder-open2:before { + content: "\f9bf"; +} +.isax-forbidden2:before { + content: "\f9c0"; +} +.isax-forbidden-22:before { + content: "\f9c1"; +} +.isax-format-circle2:before { + content: "\f9c2"; +} +.isax-format-square2:before { + content: "\f9c3"; +} +.isax-forward2:before { + content: "\f9c4"; +} +.isax-forward-5-seconds2:before { + content: "\f9c5"; +} +.isax-forward-10-seconds2:before { + content: "\f9c6"; +} +.isax-forward-15-seconds2:before { + content: "\f9c7"; +} +.isax-forward-item2:before { + content: "\f9c8"; +} +.isax-forward-square2:before { + content: "\f9c9"; +} +.isax-frame2:before { + content: "\f9ca"; +} +.isax-frame-12:before { + content: "\f9cb"; +} +.isax-frame-22:before { + content: "\f9cc"; +} +.isax-frame-32:before { + content: "\f9cd"; +} +.isax-frame-42:before { + content: "\f9ce"; +} +.isax-frame-5:before { + content: "\f9cf"; +} +.isax-frame-6:before { + content: "\f9d0"; +} +.isax-frame-7:before { + content: "\f9d1"; +} +.isax-gallery2:before { + content: "\f9d2"; +} +.isax-gallery-add2:before { + content: "\f9d3"; +} +.isax-gallery-edit2:before { + content: "\f9d4"; +} +.isax-gallery-export1:before { + content: "\f9d5"; +} +.isax-gallery-favorite2:before { + content: "\f9d6"; +} +.isax-gallery-import2:before { + content: "\f9d7"; +} +.isax-gallery-remove2:before { + content: "\f9d8"; +} +.isax-gallery-slash2:before { + content: "\f9d9"; +} +.isax-gallery-tick2:before { + content: "\f9da"; +} +.isax-game2:before { + content: "\f9db"; +} +.isax-gameboy2:before { + content: "\f9dc"; +} +.isax-gas-station2:before { + content: "\f9dd"; +} +.isax-gemini2:before { + content: "\f9de"; +} +.isax-gemini-22:before { + content: "\f9df"; +} +.isax-ghost2:before { + content: "\f9e0"; +} +.isax-gift2:before { + content: "\f9e1"; +} +.isax-glass2:before { + content: "\f9e2"; +} +.isax-glass-12:before { + content: "\f9e3"; +} +.isax-global2:before { + content: "\f9e4"; +} +.isax-global-edit2:before { + content: "\f9e5"; +} +.isax-global-refresh2:before { + content: "\f9e6"; +} +.isax-global-search2:before { + content: "\f9e7"; +} +.isax-gps2:before { + content: "\f9e8"; +} +.isax-gps-slash2:before { + content: "\f9e9"; +} +.isax-grammerly2:before { + content: "\f9ea"; +} +.isax-graph2:before { + content: "\f9eb"; +} +.isax-grid-12:before { + content: "\f9ec"; +} +.isax-grid-22:before { + content: "\f9ed"; +} +.isax-grid-32:before { + content: "\f9ee"; +} +.isax-grid-42:before { + content: "\f9ef"; +} +.isax-grid-52:before { + content: "\f9f0"; +} +.isax-grid-62:before { + content: "\f9f1"; +} +.isax-grid-72:before { + content: "\f9f2"; +} +.isax-grid-82:before { + content: "\f9f3"; +} +.isax-grid-92:before { + content: "\f9f4"; +} +.isax-grid-edit2:before { + content: "\f9f5"; +} +.isax-grid-eraser2:before { + content: "\f9f6"; +} +.isax-grid-lock2:before { + content: "\f9f7"; +} +.isax-happyemoji2:before { + content: "\f9f8"; +} +.isax-hashtag2:before { + content: "\f9f9"; +} +.isax-hashtag-12:before { + content: "\f9fa"; +} +.isax-hashtag-down2:before { + content: "\f9fb"; +} +.isax-hashtag-up2:before { + content: "\f9fc"; +} +.isax-headphone2:before { + content: "\f9fd"; +} +.isax-headphones2:before { + content: "\f9fe"; +} +.isax-health2:before { + content: "\f9ff"; +} +.isax-heart2:before { + content: "\fa00"; +} +.isax-heart-add2:before { + content: "\fa01"; +} +.isax-heart-circle2:before { + content: "\fa02"; +} +.isax-heart-edit2:before { + content: "\fa03"; +} +.isax-heart-remove2:before { + content: "\fa04"; +} +.isax-heart-search2:before { + content: "\fa05"; +} +.isax-heart-slash2:before { + content: "\fa06"; +} +.isax-heart-tick2:before { + content: "\fa07"; +} +.isax-hierarchy2:before { + content: "\fa08"; +} +.isax-hierarchy-22:before { + content: "\fa09"; +} +.isax-hierarchy-32:before { + content: "\fa0a"; +} +.isax-hierarchy-square2:before { + content: "\fa0b"; +} +.isax-hierarchy-square-22:before { + content: "\fa0c"; +} +.isax-hierarchy-square-32:before { + content: "\fa0d"; +} +.isax-home2:before { + content: "\fa0e"; +} +.isax-home-12:before { + content: "\fa0f"; +} +.isax-home-22:before { + content: "\fa10"; +} +.isax-home-hashtag2:before { + content: "\fa11"; +} +.isax-home-trend-down2:before { + content: "\fa12"; +} +.isax-home-trend-up2:before { + content: "\fa13"; +} +.isax-home-wifi2:before { + content: "\fa14"; +} +.isax-hospital2:before { + content: "\fa15"; +} +.isax-house2:before { + content: "\fa16"; +} +.isax-house-22:before { + content: "\fa17"; +} +.isax-icon1:before { + content: "\fa18"; +} +.isax-icon-1:before { + content: "\fa19"; +} +.isax-image2:before { + content: "\fa1a"; +} +.isax-import2:before { + content: "\fa1b"; +} +.isax-import-12:before { + content: "\fa1c"; +} +.isax-import-22:before { + content: "\fa1d"; +} +.isax-info-circle2:before { + content: "\fa1e"; +} +.isax-information2:before { + content: "\fa1f"; +} +.isax-instagram2:before { + content: "\fa20"; +} +.isax-judge2:before { + content: "\fa21"; +} +.isax-key2:before { + content: "\fa22"; +} +.isax-keyboard2:before { + content: "\fa23"; +} +.isax-keyboard-open2:before { + content: "\fa24"; +} +.isax-key-square2:before { + content: "\fa25"; +} +.isax-lamp2:before { + content: "\fa26"; +} +.isax-lamp-12:before { + content: "\fa27"; +} +.isax-lamp-charge2:before { + content: "\fa28"; +} +.isax-lamp-on2:before { + content: "\fa29"; +} +.isax-lamp-slash2:before { + content: "\fa2a"; +} +.isax-language-circle2:before { + content: "\fa2b"; +} +.isax-language-square2:before { + content: "\fa2c"; +} +.isax-layer2:before { + content: "\fa2d"; +} +.isax-level2:before { + content: "\fa2e"; +} +.isax-lifebuoy2:before { + content: "\fa2f"; +} +.isax-like2:before { + content: "\fa30"; +} +.isax-like-12:before { + content: "\fa31"; +} +.isax-like-dislike2:before { + content: "\fa32"; +} +.isax-like-shapes2:before { + content: "\fa33"; +} +.isax-like-tag2:before { + content: "\fa34"; +} +.isax-link2:before { + content: "\fa35"; +} +.isax-link-12:before { + content: "\fa36"; +} +.isax-link-23:before { + content: "\fa37"; +} +.isax-link-212:before { + content: "\fa38"; +} +.isax-link-circle2:before { + content: "\fa39"; +} +.isax-link-square2:before { + content: "\fa3a"; +} +.isax-location2:before { + content: "\fa3b"; +} +.isax-location-add2:before { + content: "\fa3c"; +} +.isax-location-cross2:before { + content: "\fa3d"; +} +.isax-location-minus2:before { + content: "\fa3e"; +} +.isax-location-slash2:before { + content: "\fa3f"; +} +.isax-location-tick2:before { + content: "\fa40"; +} +.isax-lock2:before { + content: "\fa41"; +} +.isax-lock-12:before { + content: "\fa42"; +} +.isax-lock-circle2:before { + content: "\fa43"; +} +.isax-lock-slash2:before { + content: "\fa44"; +} +.isax-login2:before { + content: "\fa45"; +} +.isax-login-12:before { + content: "\fa46"; +} +.isax-logout2:before { + content: "\fa47"; +} +.isax-logout-12:before { + content: "\fa48"; +} +.isax-lovely2:before { + content: "\fa49"; +} +.isax-magicpen2:before { + content: "\fa4a"; +} +.isax-magic-star2:before { + content: "\fa4b"; +} +.isax-main-component2:before { + content: "\fa4c"; +} +.isax-man2:before { + content: "\fa4d"; +} +.isax-map2:before { + content: "\fa4e"; +} +.isax-map-12:before { + content: "\fa4f"; +} +.isax-mask2:before { + content: "\fa50"; +} +.isax-mask-12:before { + content: "\fa51"; +} +.isax-mask-22:before { + content: "\fa52"; +} +.isax-math2:before { + content: "\fa53"; +} +.isax-maximize2:before { + content: "\fa54"; +} +.isax-maximize-12:before { + content: "\fa55"; +} +.isax-maximize-23:before { + content: "\fa56"; +} +.isax-maximize-32:before { + content: "\fa57"; +} +.isax-maximize-42:before { + content: "\fa58"; +} +.isax-maximize-212:before { + content: "\fa59"; +} +.isax-maximize-circle1:before { + content: "\fa5a"; +} +.isax-medal2:before { + content: "\fa5b"; +} +.isax-medal-star2:before { + content: "\fa5c"; +} +.isax-menu2:before { + content: "\fa5d"; +} +.isax-menu-12:before { + content: "\fa5e"; +} +.isax-menu-board2:before { + content: "\fa5f"; +} +.isax-message2:before { + content: "\fa60"; +} +.isax-message-22:before { + content: "\fa61"; +} +.isax-message-add2:before { + content: "\fa62"; +} +.isax-message-add-12:before { + content: "\fa63"; +} +.isax-message-circle2:before { + content: "\fa64"; +} +.isax-message-edit2:before { + content: "\fa65"; +} +.isax-message-favorite2:before { + content: "\fa66"; +} +.isax-message-minus2:before { + content: "\fa67"; +} +.isax-message-notif2:before { + content: "\fa68"; +} +.isax-message-programming2:before { + content: "\fa69"; +} +.isax-message-question2:before { + content: "\fa6a"; +} +.isax-message-remove2:before { + content: "\fa6b"; +} +.isax-messages2:before { + content: "\fa6c"; +} +.isax-messages-12:before { + content: "\fa6d"; +} +.isax-messages-22:before { + content: "\fa6e"; +} +.isax-messages-32:before { + content: "\fa6f"; +} +.isax-message-search2:before { + content: "\fa70"; +} +.isax-message-square2:before { + content: "\fa71"; +} +.isax-message-text2:before { + content: "\fa72"; +} +.isax-message-text-12:before { + content: "\fa73"; +} +.isax-message-tick2:before { + content: "\fa74"; +} +.isax-message-time2:before { + content: "\fa75"; +} +.isax-microphone2:before { + content: "\fa76"; +} +.isax-microphone-22:before { + content: "\fa77"; +} +.isax-microphone-slash2:before { + content: "\fa78"; +} +.isax-microphone-slash-12:before { + content: "\fa79"; +} +.isax-microscope2:before { + content: "\fa7a"; +} +.isax-milk2:before { + content: "\fa7b"; +} +.isax-mini-music-sqaure2:before { + content: "\fa7c"; +} +.isax-minus2:before { + content: "\fa7d"; +} +.isax-minus-cirlce2:before { + content: "\fa7e"; +} +.isax-minus-square2:before { + content: "\fa7f"; +} +.isax-mirror2:before { + content: "\fa80"; +} +.isax-mirroring-screen2:before { + content: "\fa81"; +} +.isax-mobile2:before { + content: "\fa82"; +} +.isax-mobile-programming2:before { + content: "\fa83"; +} +.isax-money2:before { + content: "\fa84"; +} +.isax-money-22:before { + content: "\fa85"; +} +.isax-money-32:before { + content: "\fa86"; +} +.isax-money-42:before { + content: "\fa87"; +} +.isax-money-add2:before { + content: "\fa88"; +} +.isax-money-change2:before { + content: "\fa89"; +} +.isax-money-forbidden2:before { + content: "\fa8a"; +} +.isax-money-recive2:before { + content: "\fa8b"; +} +.isax-money-remove2:before { + content: "\fa8c"; +} +.isax-moneys2:before { + content: "\fa8d"; +} +.isax-money-send2:before { + content: "\fa8e"; +} +.isax-money-tick2:before { + content: "\fa8f"; +} +.isax-money-time2:before { + content: "\fa90"; +} +.isax-monitor2:before { + content: "\fa91"; +} +.isax-monitor-mobbile2:before { + content: "\fa92"; +} +.isax-monitor-recorder2:before { + content: "\fa93"; +} +.isax-moon2:before { + content: "\fa94"; +} +.isax-more2:before { + content: "\fa95"; +} +.isax-more-22:before { + content: "\fa96"; +} +.isax-more-circle2:before { + content: "\fa97"; +} +.isax-more-square2:before { + content: "\fa98"; +} +.isax-mouse2:before { + content: "\fa99"; +} +.isax-mouse-12:before { + content: "\fa9a"; +} +.isax-mouse-circle2:before { + content: "\fa9b"; +} +.isax-mouse-square2:before { + content: "\fa9c"; +} +.isax-music2:before { + content: "\fa9d"; +} +.isax-music-circle2:before { + content: "\fa9e"; +} +.isax-music-dashboard2:before { + content: "\fa9f"; +} +.isax-music-filter2:before { + content: "\faa0"; +} +.isax-music-library-22:before { + content: "\faa1"; +} +.isax-musicnote2:before { + content: "\faa2"; +} +.isax-music-play2:before { + content: "\faa3"; +} +.isax-music-playlist2:before { + content: "\faa4"; +} +.isax-music-square2:before { + content: "\faa5"; +} +.isax-music-square-add2:before { + content: "\faa6"; +} +.isax-music-square-remove2:before { + content: "\faa7"; +} +.isax-music-square-search2:before { + content: "\faa8"; +} +.isax-next2:before { + content: "\faa9"; +} +.isax-note2:before { + content: "\faaa"; +} +.isax-note-12:before { + content: "\faab"; +} +.isax-note-23:before { + content: "\faac"; +} +.isax-note-212:before { + content: "\faad"; +} +.isax-note-add2:before { + content: "\faae"; +} +.isax-note-favorite2:before { + content: "\faaf"; +} +.isax-note-remove2:before { + content: "\fab0"; +} +.isax-note-square2:before { + content: "\fab1"; +} +.isax-note-text2:before { + content: "\fab2"; +} +.isax-notification2:before { + content: "\fab3"; +} +.isax-notification-12:before { + content: "\fab4"; +} +.isax-notification-bing2:before { + content: "\fab5"; +} +.isax-notification-circle2:before { + content: "\fab6"; +} +.isax-notification-favorite2:before { + content: "\fab7"; +} +.isax-notification-status2:before { + content: "\fab8"; +} +.isax-omega-circle2:before { + content: "\fab9"; +} +.isax-omega-square2:before { + content: "\faba"; +} +.isax-paintbucket2:before { + content: "\fabb"; +} +.isax-paperclip2:before { + content: "\fabc"; +} +.isax-paperclip-22:before { + content: "\fabd"; +} +.isax-password-check2:before { + content: "\fabe"; +} +.isax-path2:before { + content: "\fabf"; +} +.isax-path-22:before { + content: "\fac0"; +} +.isax-path-square2:before { + content: "\fac1"; +} +.isax-pause2:before { + content: "\fac2"; +} +.isax-pause-circle2:before { + content: "\fac3"; +} +.isax-pen-add2:before { + content: "\fac4"; +} +.isax-pen-close2:before { + content: "\fac5"; +} +.isax-pen-remove2:before { + content: "\fac6"; +} +.isax-pen-tool2:before { + content: "\fac7"; +} +.isax-pen-tool-22:before { + content: "\fac8"; +} +.isax-people2:before { + content: "\fac9"; +} +.isax-percentage-circle2:before { + content: "\faca"; +} +.isax-percentage-square2:before { + content: "\facb"; +} +.isax-personalcard2:before { + content: "\facc"; +} +.isax-pet2:before { + content: "\facd"; +} +.isax-pharagraphspacing2:before { + content: "\face"; +} +.isax-picture-frame2:before { + content: "\facf"; +} +.isax-play2:before { + content: "\fad0"; +} +.isax-play-add2:before { + content: "\fad1"; +} +.isax-play-circle2:before { + content: "\fad2"; +} +.isax-play-cricle2:before { + content: "\fad3"; +} +.isax-play-remove2:before { + content: "\fad4"; +} +.isax-presention-chart2:before { + content: "\fad5"; +} +.isax-previous2:before { + content: "\fad6"; +} +.isax-printer2:before { + content: "\fad7"; +} +.isax-printer-slash2:before { + content: "\fad8"; +} +.isax-profile-2user2:before { + content: "\fad9"; +} +.isax-profile-add2:before { + content: "\fada"; +} +.isax-profile-circle2:before { + content: "\fadb"; +} +.isax-profile-delete2:before { + content: "\fadc"; +} +.isax-profile-remove2:before { + content: "\fadd"; +} +.isax-profile-tick2:before { + content: "\fade"; +} +.isax-programming-arrow2:before { + content: "\fadf"; +} +.isax-programming-arrows2:before { + content: "\fae0"; +} +.isax-quote-down2:before { + content: "\fae1"; +} +.isax-quote-down-circle2:before { + content: "\fae2"; +} +.isax-quote-down-square2:before { + content: "\fae3"; +} +.isax-quote-up2:before { + content: "\fae4"; +} +.isax-quote-up-circle2:before { + content: "\fae5"; +} +.isax-quote-up-square2:before { + content: "\fae6"; +} +.isax-radar2:before { + content: "\fae7"; +} +.isax-radar-12:before { + content: "\fae8"; +} +.isax-radar-22:before { + content: "\fae9"; +} +.isax-radio2:before { + content: "\faea"; +} +.isax-ram2:before { + content: "\faeb"; +} +.isax-ram-22:before { + content: "\faec"; +} +.isax-ranking2:before { + content: "\faed"; +} +.isax-ranking-12:before { + content: "\faee"; +} +.isax-receipt2:before { + content: "\faef"; +} +.isax-receipt-12:before { + content: "\faf0"; +} +.isax-receipt-22:before { + content: "\faf1"; +} +.isax-receipt-2-12:before { + content: "\faf2"; +} +.isax-receipt-add2:before { + content: "\faf3"; +} +.isax-receipt-discount2:before { + content: "\faf4"; +} +.isax-receipt-disscount2:before { + content: "\faf5"; +} +.isax-receipt-edit2:before { + content: "\faf6"; +} +.isax-receipt-item2:before { + content: "\faf7"; +} +.isax-receipt-minus2:before { + content: "\faf8"; +} +.isax-receipt-search2:before { + content: "\faf9"; +} +.isax-receipt-square2:before { + content: "\fafa"; +} +.isax-receipt-text2:before { + content: "\fafb"; +} +.isax-received2:before { + content: "\fafc"; +} +.isax-receive-square2:before { + content: "\fafd"; +} +.isax-receive-square-22:before { + content: "\fafe"; +} +.isax-record2:before { + content: "\faff"; +} +.isax-record-circle2:before { + content: "\fb00"; +} +.isax-recovery-convert2:before { + content: "\fb01"; +} +.isax-redo2:before { + content: "\fb02"; +} +.isax-refresh2:before { + content: "\fb03"; +} +.isax-refresh-22:before { + content: "\fb04"; +} +.isax-refresh-circle2:before { + content: "\fb05"; +} +.isax-refresh-left-square2:before { + content: "\fb06"; +} +.isax-refresh-right-square2:before { + content: "\fb07"; +} +.isax-refresh-square-22:before { + content: "\fb08"; +} +.isax-repeat2:before { + content: "\fb09"; +} +.isax-repeat-circle2:before { + content: "\fb0a"; +} +.isax-repeate-music2:before { + content: "\fb0b"; +} +.isax-repeate-one2:before { + content: "\fb0c"; +} +.isax-reserve2:before { + content: "\fb0d"; +} +.isax-rotate-left2:before { + content: "\fb0e"; +} +.isax-rotate-left-12:before { + content: "\fb0f"; +} +.isax-rotate-right2:before { + content: "\fb10"; +} +.isax-rotate-right-12:before { + content: "\fb11"; +} +.isax-route-square2:before { + content: "\fb12"; +} +.isax-routing2:before { + content: "\fb13"; +} +.isax-routing-22:before { + content: "\fb14"; +} +.isax-row-horizontal2:before { + content: "\fb15"; +} +.isax-row-vertical2:before { + content: "\fb16"; +} +.isax-rulerpen2:before { + content: "\fb17"; +} +.isax-ruler2:before { + content: "\fb18"; +} +.isax-safe-home2:before { + content: "\fb19"; +} +.isax-sagittarius2:before { + content: "\fb1a"; +} +.isax-save-22:before { + content: "\fb1b"; +} +.isax-save-add2:before { + content: "\fb1c"; +} +.isax-save-minus2:before { + content: "\fb1d"; +} +.isax-save-remove2:before { + content: "\fb1e"; +} +.isax-scan2:before { + content: "\fb1f"; +} +.isax-scan-barcode2:before { + content: "\fb20"; +} +.isax-scanner2:before { + content: "\fb21"; +} +.isax-scanning2:before { + content: "\fb22"; +} +.isax-scissor2:before { + content: "\fb23"; +} +.isax-scissor-12:before { + content: "\fb24"; +} +.isax-screenmirroring2:before { + content: "\fb25"; +} +.isax-scroll2:before { + content: "\fb26"; +} +.isax-search-favorite2:before { + content: "\fb27"; +} +.isax-search-favorite-12:before { + content: "\fb28"; +} +.isax-search-normal2:before { + content: "\fb29"; +} +.isax-search-normal-12:before { + content: "\fb2a"; +} +.isax-search-status2:before { + content: "\fb2b"; +} +.isax-search-status-12:before { + content: "\fb2c"; +} +.isax-search-zoom-in2:before { + content: "\fb2d"; +} +.isax-search-zoom-in-12:before { + content: "\fb2e"; +} +.isax-search-zoom-out2:before { + content: "\fb2f"; +} +.isax-search-zoom-out-12:before { + content: "\fb30"; +} +.isax-security2:before { + content: "\fb31"; +} +.isax-security-card2:before { + content: "\fb32"; +} +.isax-security-safe2:before { + content: "\fb33"; +} +.isax-security-time2:before { + content: "\fb34"; +} +.isax-security-user2:before { + content: "\fb35"; +} +.isax-send2:before { + content: "\fb36"; +} +.isax-send-12:before { + content: "\fb37"; +} +.isax-send-22:before { + content: "\fb38"; +} +.isax-send-sqaure-22:before { + content: "\fb39"; +} +.isax-send-square2:before { + content: "\fb3a"; +} +.isax-setting2:before { + content: "\fb3b"; +} +.isax-setting-22:before { + content: "\fb3c"; +} +.isax-setting-32:before { + content: "\fb3d"; +} +.isax-setting-42:before { + content: "\fb3e"; +} +.isax-setting-52:before { + content: "\fb3f"; +} +.isax-settings2:before { + content: "\fb40"; +} +.isax-shapes2:before { + content: "\fb41"; +} +.isax-shapes-12:before { + content: "\fb42"; +} +.isax-share2:before { + content: "\fb43"; +} +.isax-shield-cross2:before { + content: "\fb44"; +} +.isax-shield-search2:before { + content: "\fb45"; +} +.isax-shield-slash2:before { + content: "\fb46"; +} +.isax-shield-tick2:before { + content: "\fb47"; +} +.isax-ship2:before { + content: "\fb48"; +} +.isax-shop2:before { + content: "\fb49"; +} +.isax-shop-add2:before { + content: "\fb4a"; +} +.isax-shopping-bag2:before { + content: "\fb4b"; +} +.isax-shopping-cart2:before { + content: "\fb4c"; +} +.isax-shop-remove2:before { + content: "\fb4d"; +} +.isax-shuffle2:before { + content: "\fb4e"; +} +.isax-sidebar-bottom2:before { + content: "\fb4f"; +} +.isax-sidebar-left2:before { + content: "\fb50"; +} +.isax-sidebar-right2:before { + content: "\fb51"; +} +.isax-sidebar-top2:before { + content: "\fb52"; +} +.isax-signpost2:before { + content: "\fb53"; +} +.isax-simcard2:before { + content: "\fb54"; +} +.isax-simcard-12:before { + content: "\fb55"; +} +.isax-simcard-22:before { + content: "\fb56"; +} +.isax-size2:before { + content: "\fb57"; +} +.isax-slash2:before { + content: "\fb58"; +} +.isax-slider2:before { + content: "\fb59"; +} +.isax-slider-horizontal2:before { + content: "\fb5a"; +} +.isax-slider-horizontal-12:before { + content: "\fb5b"; +} +.isax-slider-vertical2:before { + content: "\fb5c"; +} +.isax-slider-vertical-12:before { + content: "\fb5d"; +} +.isax-smallcaps2:before { + content: "\fb5e"; +} +.isax-smart-car2:before { + content: "\fb5f"; +} +.isax-smart-home2:before { + content: "\fb60"; +} +.isax-smileys2:before { + content: "\fb61"; +} +.isax-sms2:before { + content: "\fb62"; +} +.isax-sms-edit2:before { + content: "\fb63"; +} +.isax-sms-notification2:before { + content: "\fb64"; +} +.isax-sms-search2:before { + content: "\fb65"; +} +.isax-sms-star2:before { + content: "\fb66"; +} +.isax-sms-tracking2:before { + content: "\fb67"; +} +.isax-sort2:before { + content: "\fb68"; +} +.isax-sound2:before { + content: "\fb69"; +} +.isax-speaker2:before { + content: "\fb6a"; +} +.isax-speedometer2:before { + content: "\fb6b"; +} +.isax-star2:before { + content: "\fb6c"; +} +.isax-star-12:before { + content: "\fb6d"; +} +.isax-star-slash2:before { + content: "\fb6e"; +} +.isax-status2:before { + content: "\fb6f"; +} +.isax-status-up2:before { + content: "\fb70"; +} +.isax-sticker2:before { + content: "\fb71"; +} +.isax-stickynote2:before { + content: "\fb72"; +} +.isax-stop2:before { + content: "\fb73"; +} +.isax-stop-circle2:before { + content: "\fb74"; +} +.isax-story2:before { + content: "\fb75"; +} +.isax-strongbox2:before { + content: "\fb76"; +} +.isax-strongbox-22:before { + content: "\fb77"; +} +.isax-subtitle2:before { + content: "\fb78"; +} +.isax-sun2:before { + content: "\fb79"; +} +.isax-sun-12:before { + content: "\fb7a"; +} +.isax-sun-fog2:before { + content: "\fb7b"; +} +.isax-tag2:before { + content: "\fb7c"; +} +.isax-tag-22:before { + content: "\fb7d"; +} +.isax-tag-cross2:before { + content: "\fb7e"; +} +.isax-tag-right2:before { + content: "\fb7f"; +} +.isax-tag-user2:before { + content: "\fb80"; +} +.isax-task2:before { + content: "\fb81"; +} +.isax-task-square2:before { + content: "\fb82"; +} +.isax-teacher2:before { + content: "\fb83"; +} +.isax-text2:before { + content: "\fb84"; +} +.isax-textalign-center2:before { + content: "\fb85"; +} +.isax-textalign-justifycenter2:before { + content: "\fb86"; +} +.isax-textalign-justifyleft2:before { + content: "\fb87"; +} +.isax-textalign-justifyright2:before { + content: "\fb88"; +} +.isax-textalign-left2:before { + content: "\fb89"; +} +.isax-textalign-right2:before { + content: "\fb8a"; +} +.isax-text-block2:before { + content: "\fb8b"; +} +.isax-text-bold2:before { + content: "\fb8c"; +} +.isax-text-italic2:before { + content: "\fb8d"; +} +.isax-text-underline2:before { + content: "\fb8e"; +} +.isax-tick-circle2:before { + content: "\fb8f"; +} +.isax-ticket2:before { + content: "\fb90"; +} +.isax-ticket-22:before { + content: "\fb91"; +} +.isax-ticket-discount2:before { + content: "\fb92"; +} +.isax-ticket-expired2:before { + content: "\fb93"; +} +.isax-ticket-star2:before { + content: "\fb94"; +} +.isax-tick-square2:before { + content: "\fb95"; +} +.isax-timer2:before { + content: "\fb96"; +} +.isax-timer-12:before { + content: "\fb97"; +} +.isax-timer-pause2:before { + content: "\fb98"; +} +.isax-timer-start2:before { + content: "\fb99"; +} +.isax-toggle-off2:before { + content: "\fb9a"; +} +.isax-toggle-off-circle2:before { + content: "\fb9b"; +} +.isax-toggle-on2:before { + content: "\fb9c"; +} +.isax-toggle-on-circle2:before { + content: "\fb9d"; +} +.isax-trade2:before { + content: "\fb9e"; +} +.isax-transaction-minus2:before { + content: "\fb9f"; +} +.isax-translate2:before { + content: "\fba0"; +} +.isax-trash2:before { + content: "\fba1"; +} +.isax-tree2:before { + content: "\fba2"; +} +.isax-trend-down2:before { + content: "\fba3"; +} +.isax-trend-up2:before { + content: "\fba4"; +} +.isax-triangle2:before { + content: "\fba5"; +} +.isax-truck1:before { + content: "\fba6"; +} +.isax-truck-fast1:before { + content: "\fba7"; +} +.isax-truck-tick2:before { + content: "\fba8"; +} +.isax-trush-square2:before { + content: "\fba9"; +} +.isax-undo2:before { + content: "\fbaa"; +} +.isax-unlimited2:before { + content: "\fbab"; +} +.isax-unlock2:before { + content: "\fbac"; +} +.isax-user2:before { + content: "\fbad"; +} +.isax-user-add2:before { + content: "\fbae"; +} +.isax-user-cirlce-add2:before { + content: "\fbaf"; +} +.isax-user-edit2:before { + content: "\fbb0"; +} +.isax-user-minus2:before { + content: "\fbb1"; +} +.isax-user-octagon2:before { + content: "\fbb2"; +} +.isax-user-remove2:before { + content: "\fbb3"; +} +.isax-user-search2:before { + content: "\fbb4"; +} +.isax-user-square2:before { + content: "\fbb5"; +} +.isax-user-tag2:before { + content: "\fbb6"; +} +.isax-user-tick2:before { + content: "\fbb7"; +} +.isax-verify2:before { + content: "\fbb8"; +} +.isax-video2:before { + content: "\fbb9"; +} +.isax-video-add2:before { + content: "\fbba"; +} +.isax-video-circle2:before { + content: "\fbbb"; +} +.isax-video-horizontal2:before { + content: "\fbbc"; +} +.isax-video-octagon2:before { + content: "\fbbd"; +} +.isax-video-play2:before { + content: "\fbbe"; +} +.isax-video-remove2:before { + content: "\fbbf"; +} +.isax-video-slash2:before { + content: "\fbc0"; +} +.isax-video-square2:before { + content: "\fbc1"; +} +.isax-video-tick2:before { + content: "\fbc2"; +} +.isax-video-time2:before { + content: "\fbc3"; +} +.isax-video-vertical2:before { + content: "\fbc4"; +} +.isax-voice-cricle2:before { + content: "\fbc5"; +} +.isax-voice-square2:before { + content: "\fbc6"; +} +.isax-volume-cross2:before { + content: "\fbc7"; +} +.isax-volume-high2:before { + content: "\fbc8"; +} +.isax-volume-low2:before { + content: "\fbc9"; +} +.isax-volume-low-12:before { + content: "\fbca"; +} +.isax-volume-mute2:before { + content: "\fbcb"; +} +.isax-volume-slash2:before { + content: "\fbcc"; +} +.isax-volume-up2:before { + content: "\fbcd"; +} +.isax-wallet2:before { + content: "\fbce"; +} +.isax-wallet-12:before { + content: "\fbcf"; +} +.isax-wallet-22:before { + content: "\fbd0"; +} +.isax-wallet-32:before { + content: "\fbd1"; +} +.isax-wallet-add2:before { + content: "\fbd2"; +} +.isax-wallet-add-12:before { + content: "\fbd3"; +} +.isax-wallet-check2:before { + content: "\fbd4"; +} +.isax-wallet-minus2:before { + content: "\fbd5"; +} +.isax-wallet-money2:before { + content: "\fbd6"; +} +.isax-wallet-remove2:before { + content: "\fbd7"; +} +.isax-wallet-search2:before { + content: "\fbd8"; +} +.isax-warning-22:before { + content: "\fbd9"; +} +.isax-watch2:before { + content: "\fbda"; +} +.isax-watch-status2:before { + content: "\fbdb"; +} +.isax-weight2:before { + content: "\fbdc"; +} +.isax-weight-12:before { + content: "\fbdd"; +} +.isax-wifi2:before { + content: "\fbde"; +} +.isax-wifi-square2:before { + content: "\fbdf"; +} +.isax-wind2:before { + content: "\fbe0"; +} +.isax-wind-22:before { + content: "\fbe1"; +} +.isax-woman2:before { + content: "\fbe2"; +} +.isax-dcube3:before { + content: "\e900"; +} +.isax-d-cube-scan3:before { + content: "\fbe3"; +} +.isax-d-rotate3:before { + content: "\fbe4"; +} +.isax-d-square3:before { + content: "\fbe5"; +} +.isax-square3:before { + content: "\fbe6"; +} +.isax-support3:before { + content: "\fbe7"; +} +.isax-activity3:before { + content: "\fbe8"; +} +.isax-add3:before { + content: "\fbe9"; +} +.isax-add-circle3:before { + content: "\fbea"; +} +.isax-additem3:before { + content: "\fbeb"; +} +.isax-add-square3:before { + content: "\fbec"; +} +.isax-airdrop3:before { + content: "\fbed"; +} +.isax-airplane3:before { + content: "\fbee"; +} +.isax-airplane-square3:before { + content: "\fbef"; +} +.isax-airpod3:before { + content: "\fbf0"; +} +.isax-airpods3:before { + content: "\fbf1"; +} +.isax-alarm3:before { + content: "\fbf2"; +} +.isax-align-bottom3:before { + content: "\fbf3"; +} +.isax-align-horizontally3:before { + content: "\fbf4"; +} +.isax-align-left3:before { + content: "\fbf5"; +} +.isax-align-right3:before { + content: "\fbf6"; +} +.isax-align-vertically3:before { + content: "\fbf7"; +} +.isax-aquarius3:before { + content: "\fbf8"; +} +.isax-archive3:before { + content: "\fbf9"; +} +.isax-archive-13:before { + content: "\fbfa"; +} +.isax-archive-add3:before { + content: "\fbfb"; +} +.isax-archive-book3:before { + content: "\fbfc"; +} +.isax-archive-minus3:before { + content: "\fbfd"; +} +.isax-archive-slash3:before { + content: "\fbfe"; +} +.isax-archive-tick3:before { + content: "\fbff"; +} +.isax-arrange-circle3:before { + content: "\fc00"; +} +.isax-arrange-circle-23:before { + content: "\fc01"; +} +.isax-arrange-square3:before { + content: "\fc02"; +} +.isax-arrange-square-23:before { + content: "\fc03"; +} +.isax-arrow3:before { + content: "\fc04"; +} +.isax-arrow-23:before { + content: "\fc05"; +} +.isax-arrow-33:before { + content: "\fc06"; +} +.isax-arrow-bottom3:before { + content: "\fc07"; +} +.isax-arrow-circle-down3:before { + content: "\fc08"; +} +.isax-arrow-circle-left3:before { + content: "\fc09"; +} +.isax-arrow-circle-right3:before { + content: "\fc0a"; +} +.isax-arrow-down3:before { + content: "\fc0b"; +} +.isax-arrow-down-13:before { + content: "\fc0c"; +} +.isax-arrow-down-23:before { + content: "\fc0d"; +} +.isax-arrow-left3:before { + content: "\fc0e"; +} +.isax-arrow-left-13:before { + content: "\fc0f"; +} +.isax-arrow-left-23:before { + content: "\fc10"; +} +.isax-arrow-left-33:before { + content: "\fc11"; +} +.isax-arrow-right3:before { + content: "\fc12"; +} +.isax-arrow-right-13:before { + content: "\fc13"; +} +.isax-arrow-right-23:before { + content: "\fc14"; +} +.isax-arrow-right-33:before { + content: "\fc15"; +} +.isax-arrow-square3:before { + content: "\fc16"; +} +.isax-arrow-square-down3:before { + content: "\fc17"; +} +.isax-arrow-square-left3:before { + content: "\fc18"; +} +.isax-arrow-square-right2:before { + content: "\fc19"; +} +.isax-arrow-square-up3:before { + content: "\fc1a"; +} +.isax-arrow-swap-horizontal3:before { + content: "\fc1b"; +} +.isax-arrow-up3:before { + content: "\fc1c"; +} +.isax-arrow-up-13:before { + content: "\fc1d"; +} +.isax-arrow-up-23:before { + content: "\fc1e"; +} +.isax-arrow-up-33:before { + content: "\fc1f"; +} +.isax-attach-circle3:before { + content: "\fc20"; +} +.isax-attach-square3:before { + content: "\fc21"; +} +.isax-audio-square3:before { + content: "\fc22"; +} +.isax-autobrightness3:before { + content: "\fc23"; +} +.isax-award3:before { + content: "\fc24"; +} +.isax-back-square3:before { + content: "\fc25"; +} +.isax-backward3:before { + content: "\fc26"; +} +.isax-backward-5-seconds3:before { + content: "\fc27"; +} +.isax-backward-10-seconds3:before { + content: "\fc28"; +} +.isax-backward-15-seconds3:before { + content: "\fc29"; +} +.isax-backward-item3:before { + content: "\fc2a"; +} +.isax-bag3:before { + content: "\fc2b"; +} +.isax-bag-23:before { + content: "\fc2c"; +} +.isax-bag-cross3:before { + content: "\fc2d"; +} +.isax-bag-cross-13:before { + content: "\fc2e"; +} +.isax-bag-happy3:before { + content: "\fc2f"; +} +.isax-bag-tick3:before { + content: "\fc30"; +} +.isax-bag-tick-23:before { + content: "\fc31"; +} +.isax-bag-timer3:before { + content: "\fc32"; +} +.isax-bank3:before { + content: "\fc33"; +} +.isax-barcode3:before { + content: "\fc34"; +} +.isax-battery-3full3:before { + content: "\fc35"; +} +.isax-battery-charging3:before { + content: "\fc36"; +} +.isax-battery-disable3:before { + content: "\fc37"; +} +.isax-battery-empty3:before { + content: "\fc38"; +} +.isax-battery-empty-13:before { + content: "\fc39"; +} +.isax-battery-full3:before { + content: "\fc3a"; +} +.isax-bezier3:before { + content: "\fc3b"; +} +.isax-bill3:before { + content: "\fc3c"; +} +.isax-bitcoin-card3:before { + content: "\fc3d"; +} +.isax-bitcoin-convert3:before { + content: "\fc3e"; +} +.isax-bitcoin-refresh3:before { + content: "\fc3f"; +} +.isax-blend3:before { + content: "\fc40"; +} +.isax-blend-23:before { + content: "\fc41"; +} +.isax-bluetooth3:before { + content: "\fc42"; +} +.isax-bluetooth-23:before { + content: "\fc43"; +} +.isax-bluetooth-circle3:before { + content: "\fc44"; +} +.isax-bluetooth-rectangle3:before { + content: "\fc45"; +} +.isax-blur3:before { + content: "\fc46"; +} +.isax-book3:before { + content: "\fc47"; +} +.isax-book-13:before { + content: "\fc48"; +} +.isax-bookmark3:before { + content: "\fc49"; +} +.isax-bookmark-23:before { + content: "\fc4a"; +} +.isax-book-saved3:before { + content: "\fc4b"; +} +.isax-book-square3:before { + content: "\fc4c"; +} +.isax-box3:before { + content: "\fc4d"; +} +.isax-box-13:before { + content: "\fc4e"; +} +.isax-box-23:before { + content: "\fc4f"; +} +.isax-box-add3:before { + content: "\fc50"; +} +.isax-box-remove3:before { + content: "\fc51"; +} +.isax-box-search3:before { + content: "\fc52"; +} +.isax-box-tick3:before { + content: "\fc53"; +} +.isax-box-time3:before { + content: "\fc54"; +} +.isax-briefcase3:before { + content: "\fc55"; +} +.isax-brifecase-cross3:before { + content: "\fc56"; +} +.isax-brifecase-tick3:before { + content: "\fc57"; +} +.isax-brifecase-timer3:before { + content: "\fc58"; +} +.isax-broom3:before { + content: "\fc59"; +} +.isax-brush3:before { + content: "\fc5a"; +} +.isax-brush-13:before { + content: "\fc5b"; +} +.isax-brush-23:before { + content: "\fc5c"; +} +.isax-brush-33:before { + content: "\fc5d"; +} +.isax-brush-43:before { + content: "\fc5e"; +} +.isax-bubble3:before { + content: "\fc5f"; +} +.isax-bucket3:before { + content: "\fc60"; +} +.isax-bucket-circle3:before { + content: "\fc61"; +} +.isax-bucket-square3:before { + content: "\fc62"; +} +.isax-building3:before { + content: "\fc63"; +} +.isax-building-33:before { + content: "\fc64"; +} +.isax-building-43:before { + content: "\fc65"; +} +.isax-buildings3:before { + content: "\fc66"; +} +.isax-buildings-23:before { + content: "\fc67"; +} +.isax-buliding3:before { + content: "\fc68"; +} +.isax-bus3:before { + content: "\fc69"; +} +.isax-buy-crypto3:before { + content: "\fc6a"; +} +.isax-cake3:before { + content: "\fc6b"; +} +.isax-calculator3:before { + content: "\fc6c"; +} +.isax-calendar3:before { + content: "\fc6d"; +} +.isax-calendar-13:before { + content: "\fc6e"; +} +.isax-calendar-23:before { + content: "\fc6f"; +} +.isax-calendar-add3:before { + content: "\fc70"; +} +.isax-calendar-circle3:before { + content: "\fc71"; +} +.isax-calendar-edit3:before { + content: "\fc72"; +} +.isax-calendar-remove3:before { + content: "\fc73"; +} +.isax-calendar-search3:before { + content: "\fc74"; +} +.isax-calendar-tick3:before { + content: "\fc75"; +} +.isax-call3:before { + content: "\fc76"; +} +.isax-call-add3:before { + content: "\fc77"; +} +.isax-call-calling3:before { + content: "\fc78"; +} +.isax-call-incoming3:before { + content: "\fc79"; +} +.isax-call-minus3:before { + content: "\fc7a"; +} +.isax-call-outgoing3:before { + content: "\fc7b"; +} +.isax-call-received3:before { + content: "\fc7c"; +} +.isax-call-remove3:before { + content: "\fc7d"; +} +.isax-call-slash3:before { + content: "\fc7e"; +} +.isax-camera3:before { + content: "\fc7f"; +} +.isax-camera-slash3:before { + content: "\fc80"; +} +.isax-candle3:before { + content: "\fc81"; +} +.isax-candle-23:before { + content: "\fc82"; +} +.isax-car3:before { + content: "\fc83"; +} +.isax-card3:before { + content: "\fc84"; +} +.isax-card-add3:before { + content: "\fc85"; +} +.isax-card-coin3:before { + content: "\fc86"; +} +.isax-card-edit3:before { + content: "\fc87"; +} +.isax-card-pos3:before { + content: "\fc88"; +} +.isax-card-receive3:before { + content: "\fc89"; +} +.isax-card-remove3:before { + content: "\fc8a"; +} +.isax-card-remove-13:before { + content: "\fc8b"; +} +.isax-cards3:before { + content: "\fc8c"; +} +.isax-card-send3:before { + content: "\fc8d"; +} +.isax-card-slash3:before { + content: "\fc8e"; +} +.isax-card-tick3:before { + content: "\fc8f"; +} +.isax-card-tick-13:before { + content: "\fc90"; +} +.isax-category3:before { + content: "\fc91"; +} +.isax-category-23:before { + content: "\fc92"; +} +.isax-cd3:before { + content: "\fc93"; +} +.isax-chart3:before { + content: "\fc94"; +} +.isax-chart-13:before { + content: "\fc95"; +} +.isax-chart-24:before { + content: "\fc96"; +} +.isax-chart-33:before { + content: "\fc97"; +} +.isax-chart-213:before { + content: "\fc98"; +} +.isax-chart-square3:before { + content: "\fc99"; +} +.isax-chart-success3:before { + content: "\fc9a"; +} +.isax-check3:before { + content: "\fc9b"; +} +.isax-chrome3:before { + content: "\fc9c"; +} +.isax-clipboard3:before { + content: "\fc9d"; +} +.isax-clipboard-close3:before { + content: "\fc9e"; +} +.isax-clipboard-export3:before { + content: "\fc9f"; +} +.isax-clipboard-import3:before { + content: "\fca0"; +} +.isax-clipboard-text3:before { + content: "\fca1"; +} +.isax-clipboard-tick3:before { + content: "\fca2"; +} +.isax-clock3:before { + content: "\fca3"; +} +.isax-clock-13:before { + content: "\fca4"; +} +.isax-close-circle3:before { + content: "\fca5"; +} +.isax-close-square3:before { + content: "\fca6"; +} +.isax-cloud3:before { + content: "\fca7"; +} +.isax-cloud-add3:before { + content: "\fca8"; +} +.isax-cloud-change3:before { + content: "\fca9"; +} +.isax-cloud-connection3:before { + content: "\fcaa"; +} +.isax-cloud-cross3:before { + content: "\fcab"; +} +.isax-cloud-drizzle3:before { + content: "\fcac"; +} +.isax-cloud-fog3:before { + content: "\fcad"; +} +.isax-cloud-lightning3:before { + content: "\fcae"; +} +.isax-cloud-minus3:before { + content: "\fcaf"; +} +.isax-cloud-notif3:before { + content: "\fcb0"; +} +.isax-cloud-plus3:before { + content: "\fcb1"; +} +.isax-cloud-remove3:before { + content: "\fcb2"; +} +.isax-cloud-snow3:before { + content: "\fcb3"; +} +.isax-cloud-sunny3:before { + content: "\fcb4"; +} +.isax-code3:before { + content: "\fcb5"; +} +.isax-code-13:before { + content: "\fcb6"; +} +.isax-code-circle3:before { + content: "\fcb7"; +} +.isax-coffee3:before { + content: "\fcb8"; +} +.isax-coin3:before { + content: "\fcb9"; +} +.isax-coin-13:before { + content: "\fcba"; +} +.isax-colorfilter3:before { + content: "\fcbb"; +} +.isax-colors-square3:before { + content: "\fcbc"; +} +.isax-color-swatch3:before { + content: "\fcbd"; +} +.isax-command3:before { + content: "\fcbe"; +} +.isax-command-square3:before { + content: "\fcbf"; +} +.isax-component3:before { + content: "\fcc0"; +} +.isax-computing3:before { + content: "\fcc1"; +} +.isax-convert3:before { + content: "\fcc2"; +} +.isax-convert-3d-cube3:before { + content: "\fcc3"; +} +.isax-convert-card3:before { + content: "\fcc4"; +} +.isax-convertshape3:before { + content: "\fcc5"; +} +.isax-convertshape-23:before { + content: "\fcc6"; +} +.isax-copy3:before { + content: "\fcc7"; +} +.isax-copyright3:before { + content: "\fcc8"; +} +.isax-copy-success3:before { + content: "\fcc9"; +} +.isax-courthouse3:before { + content: "\fcca"; +} +.isax-cpu3:before { + content: "\fccb"; +} +.isax-cpu-charge3:before { + content: "\fccc"; +} +.isax-cpu-setting3:before { + content: "\fccd"; +} +.isax-creative-commons3:before { + content: "\fcce"; +} +.isax-crop3:before { + content: "\fccf"; +} +.isax-crown3:before { + content: "\fcd0"; +} +.isax-crown-13:before { + content: "\fcd1"; +} +.isax-cup3:before { + content: "\fcd2"; +} +.isax-danger3:before { + content: "\fcd3"; +} +.isax-data3:before { + content: "\fcd4"; +} +.isax-data-23:before { + content: "\fcd5"; +} +.isax-designtools3:before { + content: "\fcd6"; +} +.isax-device-message3:before { + content: "\fcd7"; +} +.isax-devices3:before { + content: "\fcd8"; +} +.isax-diagram3:before { + content: "\fcd9"; +} +.isax-diamonds3:before { + content: "\fcda"; +} +.isax-direct3:before { + content: "\fcdb"; +} +.isax-directbox-default3:before { + content: "\fcdc"; +} +.isax-directbox-notif3:before { + content: "\fcdd"; +} +.isax-directbox-receive3:before { + content: "\fcde"; +} +.isax-directbox-send3:before { + content: "\fcdf"; +} +.isax-direct-down3:before { + content: "\fce0"; +} +.isax-direct-inbox3:before { + content: "\fce1"; +} +.isax-direct-left3:before { + content: "\fce2"; +} +.isax-direct-normal3:before { + content: "\fce3"; +} +.isax-direct-notification3:before { + content: "\fce4"; +} +.isax-direct-right3:before { + content: "\fce5"; +} +.isax-direct-send3:before { + content: "\fce6"; +} +.isax-direct-up3:before { + content: "\fce7"; +} +.isax-discount-circle3:before { + content: "\fce8"; +} +.isax-discount-shape3:before { + content: "\fce9"; +} +.isax-discover3:before { + content: "\fcea"; +} +.isax-dislike3:before { + content: "\fceb"; +} +.isax-document3:before { + content: "\fcec"; +} +.isax-document-13:before { + content: "\fced"; +} +.isax-document-cloud3:before { + content: "\fcee"; +} +.isax-document-code3:before { + content: "\fcef"; +} +.isax-document-code-23:before { + content: "\fcf0"; +} +.isax-document-copy3:before { + content: "\fcf1"; +} +.isax-document-download3:before { + content: "\fcf2"; +} +.isax-document-favorite3:before { + content: "\fcf3"; +} +.isax-document-filter3:before { + content: "\fcf4"; +} +.isax-document-forward3:before { + content: "\fcf5"; +} +.isax-document-like3:before { + content: "\fcf6"; +} +.isax-document-previous3:before { + content: "\fcf7"; +} +.isax-document-sketch3:before { + content: "\fcf8"; +} +.isax-document-text3:before { + content: "\fcf9"; +} +.isax-document-text-13:before { + content: "\fcfa"; +} +.isax-document-upload3:before { + content: "\fcfb"; +} +.isax-dollar-circle2:before { + content: "\fcfc"; +} +.isax-dollar-square3:before { + content: "\fcfd"; +} +.isax-driver3:before { + content: "\fcfe"; +} +.isax-driver-23:before { + content: "\fcff"; +} +.isax-driver-refresh3:before { + content: "\fd00"; +} +.isax-driving3:before { + content: "\fd01"; +} +.isax-drop2:before { + content: "\fd02"; +} +.isax-edit3:before { + content: "\fd03"; +} +.isax-edit-23:before { + content: "\fd04"; +} +.isax-electricity3:before { + content: "\fd05"; +} +.isax-element-11:before { + content: "\fd06"; +} +.isax-element-23:before { + content: "\fd07"; +} +.isax-element-33:before { + content: "\fd08"; +} +.isax-element-43:before { + content: "\fd09"; +} +.isax-element-equal3:before { + content: "\fd0a"; +} +.isax-element-plus3:before { + content: "\fd0b"; +} +.isax-emoji-happy3:before { + content: "\fd0c"; +} +.isax-emoji-normal3:before { + content: "\fd0d"; +} +.isax-emoji-sad3:before { + content: "\fd0e"; +} +.isax-empty-wallet3:before { + content: "\fd0f"; +} +.isax-empty-wallet-add3:before { + content: "\fd10"; +} +.isax-empty-wallet-remove3:before { + content: "\fd11"; +} +.isax-empty-wallet-tick3:before { + content: "\fd12"; +} +.isax-eraser3:before { + content: "\fd13"; +} +.isax-eraser-13:before { + content: "\fd14"; +} +.isax-export3:before { + content: "\fd15"; +} +.isax-export-13:before { + content: "\fd16"; +} +.isax-export-23:before { + content: "\fd17"; +} +.isax-export-33:before { + content: "\fd18"; +} +.isax-external-drive3:before { + content: "\fd19"; +} +.isax-eye2:before { + content: "\fd1a"; +} +.isax-eye-slash3:before { + content: "\fd1b"; +} +.isax-fatrows3:before { + content: "\fd1c"; +} +.isax-favorite-chart3:before { + content: "\fd1d"; +} +.isax-filter3:before { + content: "\fd1e"; +} +.isax-filter-add3:before { + content: "\fd1f"; +} +.isax-filter-edit3:before { + content: "\fd20"; +} +.isax-filter-remove3:before { + content: "\fd21"; +} +.isax-filter-search3:before { + content: "\fd22"; +} +.isax-filter-square3:before { + content: "\fd23"; +} +.isax-filter-tick3:before { + content: "\fd24"; +} +.isax-finger-cricle3:before { + content: "\fd25"; +} +.isax-finger-scan3:before { + content: "\fd26"; +} +.isax-firstline3:before { + content: "\fd27"; +} +.isax-flag3:before { + content: "\fd28"; +} +.isax-flag-23:before { + content: "\fd29"; +} +.isax-flash3:before { + content: "\fd2a"; +} +.isax-flash-13:before { + content: "\fd2b"; +} +.isax-flash-circle3:before { + content: "\fd2c"; +} +.isax-flash-circle-13:before { + content: "\fd2d"; +} +.isax-flash-slash3:before { + content: "\fd2e"; +} +.isax-folder3:before { + content: "\fd2f"; +} +.isax-folder-23:before { + content: "\fd30"; +} +.isax-folder-add3:before { + content: "\fd31"; +} +.isax-folder-cloud3:before { + content: "\fd32"; +} +.isax-folder-connection3:before { + content: "\fd33"; +} +.isax-folder-cross3:before { + content: "\fd34"; +} +.isax-folder-favorite3:before { + content: "\fd35"; +} +.isax-folder-minus3:before { + content: "\fd36"; +} +.isax-folder-open3:before { + content: "\fd37"; +} +.isax-forbidden3:before { + content: "\fd38"; +} +.isax-forbidden-23:before { + content: "\fd39"; +} +.isax-format-circle3:before { + content: "\fd3a"; +} +.isax-format-square3:before { + content: "\fd3b"; +} +.isax-forward3:before { + content: "\fd3c"; +} +.isax-forward-5-seconds3:before { + content: "\fd3d"; +} +.isax-forward-10-seconds3:before { + content: "\fd3e"; +} +.isax-forward-15-seconds3:before { + content: "\fd3f"; +} +.isax-forward-item3:before { + content: "\fd40"; +} +.isax-forward-square3:before { + content: "\fd41"; +} +.isax-frame3:before { + content: "\fd42"; +} +.isax-frame-13:before { + content: "\fd43"; +} +.isax-frame-23:before { + content: "\fd44"; +} +.isax-frame-33:before { + content: "\fd45"; +} +.isax-frame-43:before { + content: "\fd46"; +} +.isax-frame-51:before { + content: "\fd47"; +} +.isax-gallery3:before { + content: "\fd48"; +} +.isax-gallery-add3:before { + content: "\fd49"; +} +.isax-gallery-edit3:before { + content: "\fd4a"; +} +.isax-gallery-export2:before { + content: "\fd4b"; +} +.isax-gallery-favorite3:before { + content: "\fd4c"; +} +.isax-gallery-import3:before { + content: "\fd4d"; +} +.isax-gallery-remove3:before { + content: "\fd4e"; +} +.isax-gallery-slash3:before { + content: "\fd4f"; +} +.isax-gallery-tick3:before { + content: "\fd50"; +} +.isax-game3:before { + content: "\fd51"; +} +.isax-gameboy3:before { + content: "\fd52"; +} +.isax-gemini3:before { + content: "\fd53"; +} +.isax-gemini-23:before { + content: "\fd54"; +} +.isax-ghost3:before { + content: "\fd55"; +} +.isax-gift3:before { + content: "\fd56"; +} +.isax-glass3:before { + content: "\fd57"; +} +.isax-glass-13:before { + content: "\fd58"; +} +.isax-global3:before { + content: "\fd59"; +} +.isax-global-edit3:before { + content: "\fd5a"; +} +.isax-global-refresh3:before { + content: "\fd5b"; +} +.isax-global-search3:before { + content: "\fd5c"; +} +.isax-gps3:before { + content: "\fd5d"; +} +.isax-gps-slash3:before { + content: "\fd5e"; +} +.isax-grammerly3:before { + content: "\fd5f"; +} +.isax-graph3:before { + content: "\fd60"; +} +.isax-grid-13:before { + content: "\fd61"; +} +.isax-grid-23:before { + content: "\fd62"; +} +.isax-grid-33:before { + content: "\fd63"; +} +.isax-grid-43:before { + content: "\fd64"; +} +.isax-grid-53:before { + content: "\fd65"; +} +.isax-grid-63:before { + content: "\fd66"; +} +.isax-grid-73:before { + content: "\fd67"; +} +.isax-grid-83:before { + content: "\fd68"; +} +.isax-grid-93:before { + content: "\fd69"; +} +.isax-grid-edit3:before { + content: "\fd6a"; +} +.isax-grid-eraser3:before { + content: "\fd6b"; +} +.isax-grid-lock3:before { + content: "\fd6c"; +} +.isax-happyemoji3:before { + content: "\fd6d"; +} +.isax-hashtag3:before { + content: "\fd6e"; +} +.isax-hashtag-13:before { + content: "\fd6f"; +} +.isax-hashtag-down3:before { + content: "\fd70"; +} +.isax-hashtag-up3:before { + content: "\fd71"; +} +.isax-headphone3:before { + content: "\fd72"; +} +.isax-headphones3:before { + content: "\fd73"; +} +.isax-health3:before { + content: "\fd74"; +} +.isax-heart3:before { + content: "\fd75"; +} +.isax-heart-add3:before { + content: "\fd76"; +} +.isax-heart-circle3:before { + content: "\fd77"; +} +.isax-heart-edit3:before { + content: "\fd78"; +} +.isax-heart-remove3:before { + content: "\fd79"; +} +.isax-heart-search3:before { + content: "\fd7a"; +} +.isax-heart-slash3:before { + content: "\fd7b"; +} +.isax-heart-tick3:before { + content: "\fd7c"; +} +.isax-hierarchy3:before { + content: "\fd7d"; +} +.isax-hierarchy-23:before { + content: "\fd7e"; +} +.isax-hierarchy-33:before { + content: "\fd7f"; +} +.isax-hierarchy-square3:before { + content: "\fd80"; +} +.isax-hierarchy-square-23:before { + content: "\fd81"; +} +.isax-hierarchy-square-33:before { + content: "\fd82"; +} +.isax-home3:before { + content: "\fd83"; +} +.isax-home-13:before { + content: "\fd84"; +} +.isax-home-23:before { + content: "\fd85"; +} +.isax-home-hashtag3:before { + content: "\fd86"; +} +.isax-home-trend-down3:before { + content: "\fd87"; +} +.isax-home-trend-up3:before { + content: "\fd88"; +} +.isax-home-wifi3:before { + content: "\fd89"; +} +.isax-hospital3:before { + content: "\fd8a"; +} +.isax-house3:before { + content: "\fd8b"; +} +.isax-house-23:before { + content: "\fd8c"; +} +.isax-icon2:before { + content: "\fd8d"; +} +.isax-icon-11:before { + content: "\fd8e"; +} +.isax-icon-2:before { + content: "\fd8f"; +} +.isax-icon-3:before { + content: "\fd90"; +} +.isax-image3:before { + content: "\fd91"; +} +.isax-import3:before { + content: "\fd92"; +} +.isax-import-13:before { + content: "\fd93"; +} +.isax-import-23:before { + content: "\fd94"; +} +.isax-info-circle3:before { + content: "\fd95"; +} +.isax-information3:before { + content: "\fd96"; +} +.isax-instagram3:before { + content: "\fd97"; +} +.isax-judge3:before { + content: "\fd98"; +} +.isax-kanban2:before { + content: "\fd99"; +} +.isax-key3:before { + content: "\fd9a"; +} +.isax-keyboard3:before { + content: "\fd9b"; +} +.isax-keyboard-open3:before { + content: "\fd9c"; +} +.isax-key-square3:before { + content: "\fd9d"; +} +.isax-lamp3:before { + content: "\fd9e"; +} +.isax-lamp-13:before { + content: "\fd9f"; +} +.isax-lamp-charge3:before { + content: "\fda0"; +} +.isax-lamp-on3:before { + content: "\fda1"; +} +.isax-lamp-slash3:before { + content: "\fda2"; +} +.isax-language-circle3:before { + content: "\fda3"; +} +.isax-language-square3:before { + content: "\fda4"; +} +.isax-layer3:before { + content: "\fda5"; +} +.isax-level3:before { + content: "\fda6"; +} +.isax-lifebuoy3:before { + content: "\fda7"; +} +.isax-like3:before { + content: "\fda8"; +} +.isax-like-13:before { + content: "\fda9"; +} +.isax-like-dislike3:before { + content: "\fdaa"; +} +.isax-like-shapes3:before { + content: "\fdab"; +} +.isax-like-tag3:before { + content: "\fdac"; +} +.isax-link3:before { + content: "\fdad"; +} +.isax-link-13:before { + content: "\fdae"; +} +.isax-link-24:before { + content: "\fdaf"; +} +.isax-link-213:before { + content: "\fdb0"; +} +.isax-link-circle3:before { + content: "\fdb1"; +} +.isax-link-square3:before { + content: "\fdb2"; +} +.isax-location3:before { + content: "\fdb3"; +} +.isax-location-add3:before { + content: "\fdb4"; +} +.isax-location-cross3:before { + content: "\fdb5"; +} +.isax-location-minus3:before { + content: "\fdb6"; +} +.isax-location-slash3:before { + content: "\fdb7"; +} +.isax-location-tick3:before { + content: "\fdb8"; +} +.isax-lock3:before { + content: "\fdb9"; +} +.isax-lock-13:before { + content: "\fdba"; +} +.isax-lock-circle3:before { + content: "\fdbb"; +} +.isax-lock-slash3:before { + content: "\fdbc"; +} +.isax-login3:before { + content: "\fdbd"; +} +.isax-login-13:before { + content: "\fdbe"; +} +.isax-logout3:before { + content: "\fdbf"; +} +.isax-logout-13:before { + content: "\fdc0"; +} +.isax-lovely3:before { + content: "\fdc1"; +} +.isax-magicpen3:before { + content: "\fdc2"; +} +.isax-magic-star3:before { + content: "\fdc3"; +} +.isax-main-component3:before { + content: "\fdc4"; +} +.isax-man3:before { + content: "\fdc5"; +} +.isax-map3:before { + content: "\fdc6"; +} +.isax-map-13:before { + content: "\fdc7"; +} +.isax-mask3:before { + content: "\fdc8"; +} +.isax-mask-13:before { + content: "\fdc9"; +} +.isax-mask-23:before { + content: "\fdca"; +} +.isax-math3:before { + content: "\fdcb"; +} +.isax-maximize3:before { + content: "\fdcc"; +} +.isax-maximize-13:before { + content: "\fdcd"; +} +.isax-maximize-24:before { + content: "\fdce"; +} +.isax-maximize-33:before { + content: "\fdcf"; +} +.isax-maximize-43:before { + content: "\fdd0"; +} +.isax-maximize-213:before { + content: "\fdd1"; +} +.isax-maximize-circle2 .path1:before { + content: "\fdd2"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-maximize-circle2 .path2:before { + content: "\fdd3"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-maximize-circle2 .path3:before { + content: "\fdd4"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-maximize-circle2 .path4:before { + content: "\fdd5"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-maximize-circle2 .path5:before { + content: "\fdd6"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-maximize-circle2 .path6:before { + content: "\fdd7"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-medal3:before { + content: "\fdd8"; +} +.isax-medal-star3:before { + content: "\fdd9"; +} +.isax-menu3:before { + content: "\fdda"; +} +.isax-menu-13:before { + content: "\fddb"; +} +.isax-menu-board3:before { + content: "\fddc"; +} +.isax-message3:before { + content: "\fddd"; +} +.isax-message-23:before { + content: "\fdde"; +} +.isax-message-add3:before { + content: "\fddf"; +} +.isax-message-add-13:before { + content: "\fde0"; +} +.isax-message-circle3:before { + content: "\fde1"; +} +.isax-message-edit3:before { + content: "\fde2"; +} +.isax-message-favorite3:before { + content: "\fde3"; +} +.isax-message-minus3:before { + content: "\fde4"; +} +.isax-message-notif3:before { + content: "\fde5"; +} +.isax-message-programming3:before { + content: "\fde6"; +} +.isax-message-question3:before { + content: "\fde7"; +} +.isax-message-remove3:before { + content: "\fde8"; +} +.isax-messages3:before { + content: "\fde9"; +} +.isax-messages-13:before { + content: "\fdea"; +} +.isax-messages-23:before { + content: "\fdeb"; +} +.isax-messages-33:before { + content: "\fdec"; +} +.isax-message-search3:before { + content: "\fded"; +} +.isax-message-square3:before { + content: "\fdee"; +} +.isax-message-text3:before { + content: "\fdef"; +} +.isax-message-text-13:before { + content: "\fdf0"; +} +.isax-message-tick3:before { + content: "\fdf1"; +} +.isax-message-time3:before { + content: "\fdf2"; +} +.isax-microphone3:before { + content: "\fdf3"; +} +.isax-microphone-23:before { + content: "\fdf4"; +} +.isax-microphone-slash3:before { + content: "\fdf5"; +} +.isax-microphone-slash-13:before { + content: "\fdf6"; +} +.isax-microscope3:before { + content: "\fdf7"; +} +.isax-milk3:before { + content: "\fdf8"; +} +.isax-mini-music-sqaure3:before { + content: "\fdf9"; +} +.isax-minus3:before { + content: "\fdfa"; +} +.isax-minus-cirlce3:before { + content: "\fdfb"; +} +.isax-minus-square3:before { + content: "\fdfc"; +} +.isax-mirror3:before { + content: "\fdfd"; +} +.isax-mirroring-screen3:before { + content: "\fdfe"; +} +.isax-mobile3:before { + content: "\fdff"; +} +.isax-mobile-programming3:before { + content: "\fe00"; +} +.isax-money3:before { + content: "\fe01"; +} +.isax-money-23:before { + content: "\fe02"; +} +.isax-money-33:before { + content: "\fe03"; +} +.isax-money-43:before { + content: "\fe04"; +} +.isax-money-add3:before { + content: "\fe05"; +} +.isax-money-change3:before { + content: "\fe06"; +} +.isax-money-forbidden3:before { + content: "\fe07"; +} +.isax-money-recive3:before { + content: "\fe08"; +} +.isax-money-remove3:before { + content: "\fe09"; +} +.isax-moneys3:before { + content: "\fe0a"; +} +.isax-money-send3:before { + content: "\fe0b"; +} +.isax-money-tick3:before { + content: "\fe0c"; +} +.isax-money-time3:before { + content: "\fe0d"; +} +.isax-monitor3:before { + content: "\fe0e"; +} +.isax-monitor-mobbile3:before { + content: "\fe0f"; +} +.isax-monitor-recorder3:before { + content: "\fe10"; +} +.isax-moon3:before { + content: "\fe11"; +} +.isax-more3:before { + content: "\fe12"; +} +.isax-more-23:before { + content: "\fe13"; +} +.isax-more-circle3:before { + content: "\fe14"; +} +.isax-more-square3:before { + content: "\fe15"; +} +.isax-mouse3:before { + content: "\fe16"; +} +.isax-mouse-13:before { + content: "\fe17"; +} +.isax-mouse-circle3:before { + content: "\fe18"; +} +.isax-mouse-square3:before { + content: "\fe19"; +} +.isax-music3:before { + content: "\fe1a"; +} +.isax-music-circle3:before { + content: "\fe1b"; +} +.isax-music-dashboard3:before { + content: "\fe1c"; +} +.isax-music-filter3:before { + content: "\fe1d"; +} +.isax-music-library-23:before { + content: "\fe1e"; +} +.isax-musicnote3:before { + content: "\fe1f"; +} +.isax-music-play3:before { + content: "\fe20"; +} +.isax-music-playlist3:before { + content: "\fe21"; +} +.isax-music-square3:before { + content: "\fe22"; +} +.isax-music-square-add3:before { + content: "\fe23"; +} +.isax-music-square-remove3:before { + content: "\fe24"; +} +.isax-music-square-search3:before { + content: "\fe25"; +} +.isax-next3:before { + content: "\fe26"; +} +.isax-note3:before { + content: "\fe27"; +} +.isax-note-13:before { + content: "\fe28"; +} +.isax-note-24:before { + content: "\fe29"; +} +.isax-note-213:before { + content: "\fe2a"; +} +.isax-note-add3:before { + content: "\fe2b"; +} +.isax-note-favorite3:before { + content: "\fe2c"; +} +.isax-note-remove3:before { + content: "\fe2d"; +} +.isax-note-square3:before { + content: "\fe2e"; +} +.isax-note-text3:before { + content: "\fe2f"; +} +.isax-notification3:before { + content: "\fe30"; +} +.isax-notification-13:before { + content: "\fe31"; +} +.isax-notification-bing3:before { + content: "\fe32"; +} +.isax-notification-circle3:before { + content: "\fe33"; +} +.isax-notification-favorite3:before { + content: "\fe34"; +} +.isax-notification-status3:before { + content: "\fe35"; +} +.isax-omega-circle3:before { + content: "\fe36"; +} +.isax-omega-square3:before { + content: "\fe37"; +} +.isax-paintbucket3:before { + content: "\fe38"; +} +.isax-paperclip3:before { + content: "\fe39"; +} +.isax-paperclip-23:before { + content: "\fe3a"; +} +.isax-password-check3:before { + content: "\fe3b"; +} +.isax-path3:before { + content: "\fe3c"; +} +.isax-path-23:before { + content: "\fe3d"; +} +.isax-path-square3:before { + content: "\fe3e"; +} +.isax-pause3:before { + content: "\fe3f"; +} +.isax-pause-circle3:before { + content: "\fe40"; +} +.isax-pen-add3:before { + content: "\fe41"; +} +.isax-pen-close3:before { + content: "\fe42"; +} +.isax-pen-remove3:before { + content: "\fe43"; +} +.isax-pen-tool3:before { + content: "\fe44"; +} +.isax-pen-tool-23:before { + content: "\fe45"; +} +.isax-people3:before { + content: "\fe46"; +} +.isax-percentage-circle3:before { + content: "\fe47"; +} +.isax-percentage-square3:before { + content: "\fe48"; +} +.isax-personalcard3:before { + content: "\fe49"; +} +.isax-pet3:before { + content: "\fe4a"; +} +.isax-pharagraphspacing3:before { + content: "\fe4b"; +} +.isax-picture-frame3:before { + content: "\fe4c"; +} +.isax-play3:before { + content: "\fe4d"; +} +.isax-play-add3:before { + content: "\fe4e"; +} +.isax-play-circle3:before { + content: "\fe4f"; +} +.isax-play-cricle3:before { + content: "\fe50"; +} +.isax-play-remove3:before { + content: "\fe51"; +} +.isax-presention-chart3:before { + content: "\fe52"; +} +.isax-previous3:before { + content: "\fe53"; +} +.isax-printer3:before { + content: "\fe54"; +} +.isax-printer-slash3:before { + content: "\fe55"; +} +.isax-profile1:before { + content: "\fe56"; +} +.isax-profile-2user3:before { + content: "\fe57"; +} +.isax-profile-add3:before { + content: "\fe58"; +} +.isax-profile-circle3:before { + content: "\fe59"; +} +.isax-profile-delete3:before { + content: "\fe5a"; +} +.isax-profile-remove3:before { + content: "\fe5b"; +} +.isax-profile-tick3:before { + content: "\fe5c"; +} +.isax-programming-arrow3:before { + content: "\fe5d"; +} +.isax-programming-arrows3:before { + content: "\fe5e"; +} +.isax-quote-down3:before { + content: "\fe5f"; +} +.isax-quote-down-circle3:before { + content: "\fe60"; +} +.isax-quote-down-square3:before { + content: "\fe61"; +} +.isax-quote-up3:before { + content: "\fe62"; +} +.isax-quote-up-circle3:before { + content: "\fe63"; +} +.isax-quote-up-square3:before { + content: "\fe64"; +} +.isax-radar3:before { + content: "\fe65"; +} +.isax-radar-13:before { + content: "\fe66"; +} +.isax-radar-23:before { + content: "\fe67"; +} +.isax-radio3:before { + content: "\fe68"; +} +.isax-ram3:before { + content: "\fe69"; +} +.isax-ram-23:before { + content: "\fe6a"; +} +.isax-ranking3:before { + content: "\fe6b"; +} +.isax-ranking-13:before { + content: "\fe6c"; +} +.isax-receipt3:before { + content: "\fe6d"; +} +.isax-receipt-13:before { + content: "\fe6e"; +} +.isax-receipt-23:before { + content: "\fe6f"; +} +.isax-receipt-2-13:before { + content: "\fe70"; +} +.isax-receipt-add3:before { + content: "\fe71"; +} +.isax-receipt-discount3:before { + content: "\fe72"; +} +.isax-receipt-disscount3:before { + content: "\fe73"; +} +.isax-receipt-edit3:before { + content: "\fe74"; +} +.isax-receipt-item3:before { + content: "\fe75"; +} +.isax-receipt-minus3:before { + content: "\fe76"; +} +.isax-receipt-search3:before { + content: "\fe77"; +} +.isax-receipt-square3:before { + content: "\fe78"; +} +.isax-receipt-text3:before { + content: "\fe79"; +} +.isax-received3:before { + content: "\fe7a"; +} +.isax-receive-square3:before { + content: "\fe7b"; +} +.isax-receive-square-23:before { + content: "\fe7c"; +} +.isax-record3:before { + content: "\fe7d"; +} +.isax-record-circle3:before { + content: "\fe7e"; +} +.isax-recovery-convert3:before { + content: "\fe7f"; +} +.isax-redo3:before { + content: "\fe80"; +} +.isax-refresh3:before { + content: "\fe81"; +} +.isax-refresh-23:before { + content: "\fe82"; +} +.isax-refresh-circle3:before { + content: "\fe83"; +} +.isax-refresh-left-square3:before { + content: "\fe84"; +} +.isax-refresh-right-square3:before { + content: "\fe85"; +} +.isax-refresh-square-23:before { + content: "\fe86"; +} +.isax-repeat3:before { + content: "\fe87"; +} +.isax-repeat-circle3:before { + content: "\fe88"; +} +.isax-repeate-music3:before { + content: "\fe89"; +} +.isax-repeate-one3:before { + content: "\fe8a"; +} +.isax-reserve3:before { + content: "\fe8b"; +} +.isax-rotate-left3:before { + content: "\fe8c"; +} +.isax-rotate-left-13:before { + content: "\fe8d"; +} +.isax-rotate-right3:before { + content: "\fe8e"; +} +.isax-rotate-right-13:before { + content: "\fe8f"; +} +.isax-route-square3:before { + content: "\fe90"; +} +.isax-routing3:before { + content: "\fe91"; +} +.isax-routing-23:before { + content: "\fe92"; +} +.isax-row-horizontal3:before { + content: "\fe93"; +} +.isax-row-vertical3:before { + content: "\fe94"; +} +.isax-rulerpen3:before { + content: "\fe95"; +} +.isax-ruler3:before { + content: "\fe96"; +} +.isax-safe-home3:before { + content: "\fe97"; +} +.isax-sagittarius3:before { + content: "\fe98"; +} +.isax-save-23:before { + content: "\fe99"; +} +.isax-save-add3:before { + content: "\fe9a"; +} +.isax-save-minus3:before { + content: "\fe9b"; +} +.isax-save-remove3:before { + content: "\fe9c"; +} +.isax-scan3:before { + content: "\fe9d"; +} +.isax-scan-barcode3:before { + content: "\fe9e"; +} +.isax-scanner3:before { + content: "\fe9f"; +} +.isax-scanning3:before { + content: "\fea0"; +} +.isax-scissor3:before { + content: "\fea1"; +} +.isax-scissor-13:before { + content: "\fea2"; +} +.isax-screenmirroring3:before { + content: "\fea3"; +} +.isax-scroll3:before { + content: "\fea4"; +} +.isax-search-favorite3:before { + content: "\fea5"; +} +.isax-search-favorite-13:before { + content: "\fea6"; +} +.isax-search-normal3:before { + content: "\fea7"; +} +.isax-search-normal-13:before { + content: "\fea8"; +} +.isax-search-status3:before { + content: "\fea9"; +} +.isax-search-status-13:before { + content: "\feaa"; +} +.isax-search-zoom-in3:before { + content: "\feab"; +} +.isax-search-zoom-in-13:before { + content: "\feac"; +} +.isax-search-zoom-out3:before { + content: "\fead"; +} +.isax-search-zoom-out-13:before { + content: "\feae"; +} +.isax-security3:before { + content: "\feaf"; +} +.isax-security-card3:before { + content: "\feb0"; +} +.isax-security-safe3:before { + content: "\feb1"; +} +.isax-security-time3:before { + content: "\feb2"; +} +.isax-security-user3:before { + content: "\feb3"; +} +.isax-send3:before { + content: "\feb4"; +} +.isax-send-13:before { + content: "\feb5"; +} +.isax-send-23:before { + content: "\feb6"; +} +.isax-send-sqaure-23:before { + content: "\feb7"; +} +.isax-send-square3:before { + content: "\feb8"; +} +.isax-setting3:before { + content: "\feb9"; +} +.isax-setting-23:before { + content: "\feba"; +} +.isax-setting-33:before { + content: "\febb"; +} +.isax-setting-43:before { + content: "\febc"; +} +.isax-setting-53:before { + content: "\febd"; +} +.isax-settings3:before { + content: "\febe"; +} +.isax-shapes3:before { + content: "\febf"; +} +.isax-shapes-13:before { + content: "\fec0"; +} +.isax-share3:before { + content: "\fec1"; +} +.isax-shield2:before { + content: "\fec2"; +} +.isax-shield-cross3:before { + content: "\fec3"; +} +.isax-shield-search3:before { + content: "\fec4"; +} +.isax-shield-security1:before { + content: "\fec5"; +} +.isax-shield-slash3:before { + content: "\fec6"; +} +.isax-shield-tick3:before { + content: "\fec7"; +} +.isax-ship3:before { + content: "\fec8"; +} +.isax-shop3:before { + content: "\fec9"; +} +.isax-shop-add3:before { + content: "\feca"; +} +.isax-shopping-bag3:before { + content: "\fecb"; +} +.isax-shopping-cart3:before { + content: "\fecc"; +} +.isax-shop-remove3:before { + content: "\fecd"; +} +.isax-shuffle3:before { + content: "\fece"; +} +.isax-sidebar-bottom3:before { + content: "\fecf"; +} +.isax-sidebar-left3:before { + content: "\fed0"; +} +.isax-sidebar-right3:before { + content: "\fed1"; +} +.isax-sidebar-top3:before { + content: "\fed2"; +} +.isax-signpost3:before { + content: "\fed3"; +} +.isax-simcard3:before { + content: "\fed4"; +} +.isax-simcard-13:before { + content: "\fed5"; +} +.isax-simcard-23:before { + content: "\fed6"; +} +.isax-size3:before { + content: "\fed7"; +} +.isax-slash3:before { + content: "\fed8"; +} +.isax-slider3:before { + content: "\fed9"; +} +.isax-slider-horizontal3:before { + content: "\feda"; +} +.isax-slider-horizontal-13:before { + content: "\fedb"; +} +.isax-slider-vertical3:before { + content: "\fedc"; +} +.isax-slider-vertical-13:before { + content: "\fedd"; +} +.isax-smallcaps3:before { + content: "\fede"; +} +.isax-smart-car3:before { + content: "\fedf"; +} +.isax-smart-home3:before { + content: "\fee0"; +} +.isax-smileys3:before { + content: "\fee1"; +} +.isax-sms3:before { + content: "\fee2"; +} +.isax-sms-edit3:before { + content: "\fee3"; +} +.isax-sms-notification3:before { + content: "\fee4"; +} +.isax-sms-search3:before { + content: "\fee5"; +} +.isax-sms-star3:before { + content: "\fee6"; +} +.isax-sms-tracking3:before { + content: "\fee7"; +} +.isax-sort3:before { + content: "\fee8"; +} +.isax-sound3:before { + content: "\fee9"; +} +.isax-speaker3:before { + content: "\feea"; +} +.isax-speedometer3:before { + content: "\feeb"; +} +.isax-star3:before { + content: "\feec"; +} +.isax-star-13:before { + content: "\feed"; +} +.isax-star-slash3:before { + content: "\feee"; +} +.isax-status3:before { + content: "\feef"; +} +.isax-status-up3:before { + content: "\fef0"; +} +.isax-sticker3:before { + content: "\fef1"; +} +.isax-stickynote3:before { + content: "\fef2"; +} +.isax-stop3:before { + content: "\fef3"; +} +.isax-stop-circle3:before { + content: "\fef4"; +} +.isax-story3:before { + content: "\fef5"; +} +.isax-strongbox3:before { + content: "\fef6"; +} +.isax-strongbox-23:before { + content: "\fef7"; +} +.isax-subtitle3:before { + content: "\fef8"; +} +.isax-sun3:before { + content: "\fef9"; +} +.isax-sun-13:before { + content: "\fefa"; +} +.isax-sun-fog3:before { + content: "\fefb"; +} +.isax-tag3:before { + content: "\fefc"; +} +.isax-tag-23:before { + content: "\fefd"; +} +.isax-tag-cross3:before { + content: "\fefe"; +} +.isax-tag-right3:before { + content: "\feff"; +} +.isax-tag-user3:before { + content: "\ff00"; +} +.isax-task3:before { + content: "\ff01"; +} +.isax-task-square3:before { + content: "\ff02"; +} +.isax-teacher3:before { + content: "\ff03"; +} +.isax-text3:before { + content: "\ff04"; +} +.isax-textalign-center3:before { + content: "\ff05"; +} +.isax-textalign-justifycenter3:before { + content: "\ff06"; +} +.isax-textalign-justifyleft3:before { + content: "\ff07"; +} +.isax-textalign-justifyright3:before { + content: "\ff08"; +} +.isax-textalign-left3:before { + content: "\ff09"; +} +.isax-textalign-right3:before { + content: "\ff0a"; +} +.isax-text-block3:before { + content: "\ff0b"; +} +.isax-text-bold3:before { + content: "\ff0c"; +} +.isax-text-italic3:before { + content: "\ff0d"; +} +.isax-text-underline3:before { + content: "\ff0e"; +} +.isax-tick-circle3:before { + content: "\ff0f"; +} +.isax-ticket3:before { + content: "\ff10"; +} +.isax-ticket-23:before { + content: "\ff11"; +} +.isax-ticket-discount3:before { + content: "\ff12"; +} +.isax-ticket-expired3:before { + content: "\ff13"; +} +.isax-ticket-star3:before { + content: "\ff14"; +} +.isax-tick-square3:before { + content: "\ff15"; +} +.isax-timer3:before { + content: "\ff16"; +} +.isax-timer-13:before { + content: "\ff17"; +} +.isax-timer-pause3:before { + content: "\ff18"; +} +.isax-timer-start3:before { + content: "\ff19"; +} +.isax-toggle-off3:before { + content: "\ff1a"; +} +.isax-toggle-off-circle3:before { + content: "\ff1b"; +} +.isax-toggle-on3:before { + content: "\ff1c"; +} +.isax-toggle-on-circle3:before { + content: "\ff1d"; +} +.isax-trade3:before { + content: "\ff1e"; +} +.isax-transaction-minus3:before { + content: "\ff1f"; +} +.isax-translate3:before { + content: "\ff20"; +} +.isax-trash3:before { + content: "\ff21"; +} +.isax-tree3:before { + content: "\ff22"; +} +.isax-trend-down3:before { + content: "\ff23"; +} +.isax-trend-up3:before { + content: "\ff24"; +} +.isax-triangle3:before { + content: "\ff25"; +} +.isax-truck2:before { + content: "\ff26"; +} +.isax-truck-fast2:before { + content: "\ff27"; +} +.isax-truck-tick3:before { + content: "\ff28"; +} +.isax-trush-square3:before { + content: "\ff29"; +} +.isax-undo3:before { + content: "\ff2a"; +} +.isax-unlimited3:before { + content: "\ff2b"; +} +.isax-unlock3:before { + content: "\ff2c"; +} +.isax-user3:before { + content: "\ff2d"; +} +.isax-user-add3:before { + content: "\ff2e"; +} +.isax-user-cirlce-add3:before { + content: "\ff2f"; +} +.isax-user-edit3:before { + content: "\ff30"; +} +.isax-user-minus3:before { + content: "\ff31"; +} +.isax-user-octagon3:before { + content: "\ff32"; +} +.isax-user-remove3:before { + content: "\ff33"; +} +.isax-user-search3:before { + content: "\ff34"; +} +.isax-user-square3:before { + content: "\ff35"; +} +.isax-user-tag3:before { + content: "\ff36"; +} +.isax-user-tick3:before { + content: "\ff37"; +} +.isax-verify3:before { + content: "\ff38"; +} +.isax-video3:before { + content: "\ff39"; +} +.isax-video-add3:before { + content: "\ff3a"; +} +.isax-video-circle3:before { + content: "\ff3b"; +} +.isax-video-horizontal3:before { + content: "\ff3c"; +} +.isax-video-octagon3:before { + content: "\ff3d"; +} +.isax-video-play3:before { + content: "\ff3e"; +} +.isax-video-remove3:before { + content: "\ff3f"; +} +.isax-video-slash3:before { + content: "\ff40"; +} +.isax-video-square3:before { + content: "\ff41"; +} +.isax-video-tick3:before { + content: "\ff42"; +} +.isax-video-time3:before { + content: "\ff43"; +} +.isax-video-vertical3:before { + content: "\ff44"; +} +.isax-voice-cricle3:before { + content: "\ff45"; +} +.isax-voice-square3:before { + content: "\ff46"; +} +.isax-volume:before { + content: "\ff47"; +} +.isax-volume-cross3:before { + content: "\ff48"; +} +.isax-volume-high3:before { + content: "\ff49"; +} +.isax-volume-low3:before { + content: "\ff4a"; +} +.isax-volume-low-13:before { + content: "\ff4b"; +} +.isax-volume-mute3:before { + content: "\ff4c"; +} +.isax-volume-slash3:before { + content: "\ff4d"; +} +.isax-volume-up3:before { + content: "\ff4e"; +} +.isax-wallet3:before { + content: "\ff4f"; +} +.isax-wallet-13:before { + content: "\ff50"; +} +.isax-wallet-23:before { + content: "\ff51"; +} +.isax-wallet-33:before { + content: "\ff52"; +} +.isax-wallet-add3:before { + content: "\ff53"; +} +.isax-wallet-add-13:before { + content: "\ff54"; +} +.isax-wallet-add-2:before { + content: "\ff55"; +} +.isax-wallet-check3:before { + content: "\ff56"; +} +.isax-wallet-minus3:before { + content: "\ff57"; +} +.isax-wallet-money3:before { + content: "\ff58"; +} +.isax-wallet-remove3:before { + content: "\ff59"; +} +.isax-wallet-search3:before { + content: "\ff5a"; +} +.isax-warning-23:before { + content: "\ff5b"; +} +.isax-watch3:before { + content: "\ff5c"; +} +.isax-watch-status3:before { + content: "\ff5d"; +} +.isax-weight3:before { + content: "\ff5e"; +} +.isax-weight-13:before { + content: "\ff5f"; +} +.isax-wifi3:before { + content: "\ff60"; +} +.isax-wifi-square3:before { + content: "\ff61"; +} +.isax-wind3:before { + content: "\ff62"; +} +.isax-wind-23:before { + content: "\ff63"; +} +.isax-woman3:before { + content: "\ff64"; +} +.isax-d-cube-scan4:before { + content: "\ff65"; +} +.isax-d-rotate4:before { + content: "\ff66"; +} +.isax-d-square4:before { + content: "\ff67"; +} +.isax-square4:before { + content: "\ff68"; +} +.isax-support4:before { + content: "\ff69"; +} +.isax-activity4:before { + content: "\ff6a"; +} +.isax-add4:before { + content: "\ff6b"; +} +.isax-add-circle4:before { + content: "\ff6c"; +} +.isax-additem4:before { + content: "\ff6d"; +} +.isax-add-square4:before { + content: "\ff6e"; +} +.isax-airdrop4:before { + content: "\ff6f"; +} +.isax-airplane4:before { + content: "\ff70"; +} +.isax-airplane-square4:before { + content: "\ff71"; +} +.isax-airpod4:before { + content: "\ff72"; +} +.isax-airpods4:before { + content: "\ff73"; +} +.isax-alarm4:before { + content: "\ff74"; +} +.isax-align-bottom4:before { + content: "\ff75"; +} +.isax-align-horizontally4:before { + content: "\ff76"; +} +.isax-align-left4:before { + content: "\ff77"; +} +.isax-align-right4:before { + content: "\ff78"; +} +.isax-align-vertically4:before { + content: "\ff79"; +} +.isax-aquarius4:before { + content: "\ff7a"; +} +.isax-archive4:before { + content: "\ff7b"; +} +.isax-archive-14:before { + content: "\ff7c"; +} +.isax-archive-23:before { + content: "\ff7d"; +} +.isax-archive-add4:before { + content: "\ff7e"; +} +.isax-archive-book4:before { + content: "\ff7f"; +} +.isax-archive-minus4:before { + content: "\ff80"; +} +.isax-archive-slash4:before { + content: "\ff81"; +} +.isax-archive-tick4:before { + content: "\ff82"; +} +.isax-arrange-circle4:before { + content: "\ff83"; +} +.isax-arrange-circle-24:before { + content: "\ff84"; +} +.isax-arrange-square4:before { + content: "\ff85"; +} +.isax-arrange-square-24:before { + content: "\ff86"; +} +.isax-arrow4:before { + content: "\ff87"; +} +.isax-arrow-24:before { + content: "\ff88"; +} +.isax-arrow-34:before { + content: "\ff89"; +} +.isax-arrow-bottom4:before { + content: "\ff8a"; +} +.isax-arrow-circle-down4:before { + content: "\ff8b"; +} +.isax-arrow-circle-left4:before { + content: "\ff8c"; +} +.isax-arrow-circle-right4:before { + content: "\ff8d"; +} +.isax-arrow-circle-up3:before { + content: "\ff8e"; +} +.isax-arrow-down4:before { + content: "\ff8f"; +} +.isax-arrow-down-14:before { + content: "\ff90"; +} +.isax-arrow-down-24:before { + content: "\ff91"; +} +.isax-arrow-left4:before { + content: "\ff92"; +} +.isax-arrow-left-14:before { + content: "\ff93"; +} +.isax-arrow-left-24:before { + content: "\ff94"; +} +.isax-arrow-left-34:before { + content: "\ff95"; +} +.isax-arrow-right4:before { + content: "\ff96"; +} +.isax-arrow-right-14:before { + content: "\ff97"; +} +.isax-arrow-right-24:before { + content: "\ff98"; +} +.isax-arrow-right-34:before { + content: "\ff99"; +} +.isax-arrow-right-41:before { + content: "\ff9a"; +} +.isax-arrow-square4:before { + content: "\ff9b"; +} +.isax-arrow-square-down4:before { + content: "\ff9c"; +} +.isax-arrow-square-left4:before { + content: "\ff9d"; +} +.isax-arrow-square-up4:before { + content: "\ff9e"; +} +.isax-arrow-swap3:before { + content: "\ff9f"; +} +.isax-arrow-swap-horizontal4:before { + content: "\ffa0"; +} +.isax-arrow-up4:before { + content: "\ffa1"; +} +.isax-arrow-up-14:before { + content: "\ffa2"; +} +.isax-arrow-up-24:before { + content: "\ffa3"; +} +.isax-arrow-up-34:before { + content: "\ffa4"; +} +.isax-attach-circle4:before { + content: "\ffa5"; +} +.isax-attach-square4:before { + content: "\ffa6"; +} +.isax-audio-square4:before { + content: "\ffa7"; +} +.isax-autobrightness4:before { + content: "\ffa8"; +} +.isax-award4:before { + content: "\ffa9"; +} +.isax-back-square4:before { + content: "\ffaa"; +} +.isax-backward4:before { + content: "\ffab"; +} +.isax-backward-5-seconds4:before { + content: "\ffac"; +} +.isax-backward-10-seconds4:before { + content: "\ffad"; +} +.isax-backward-15-seconds4:before { + content: "\ffae"; +} +.isax-backward-item4:before { + content: "\ffaf"; +} +.isax-bag4:before { + content: "\ffb0"; +} +.isax-bag-24:before { + content: "\ffb1"; +} +.isax-bag-cross4:before { + content: "\ffb2"; +} +.isax-bag-cross-14:before { + content: "\ffb3"; +} +.isax-bag-happy4:before { + content: "\ffb4"; +} +.isax-bag-tick4:before { + content: "\ffb5"; +} +.isax-bag-tick-24:before { + content: "\ffb6"; +} +.isax-bag-timer4:before { + content: "\ffb7"; +} +.isax-bank4:before { + content: "\ffb8"; +} +.isax-barcode4:before { + content: "\ffb9"; +} +.isax-battery-3full4:before { + content: "\ffba"; +} +.isax-battery-charging4:before { + content: "\ffbb"; +} +.isax-battery-disable4:before { + content: "\ffbc"; +} +.isax-battery-empty4:before { + content: "\ffbd"; +} +.isax-battery-empty-14:before { + content: "\ffbe"; +} +.isax-battery-full4:before { + content: "\ffbf"; +} +.isax-bezier4:before { + content: "\ffc0"; +} +.isax-bill4:before { + content: "\ffc1"; +} +.isax-bitcoin-card4:before { + content: "\ffc2"; +} +.isax-bitcoin-convert4:before { + content: "\ffc3"; +} +.isax-bitcoin-refresh4:before { + content: "\ffc4"; +} +.isax-blend4:before { + content: "\ffc5"; +} +.isax-blend-24:before { + content: "\ffc6"; +} +.isax-bluetooth4:before { + content: "\ffc7"; +} +.isax-bluetooth-24:before { + content: "\ffc8"; +} +.isax-bluetooth-circle4:before { + content: "\ffc9"; +} +.isax-bluetooth-rectangle4:before { + content: "\ffca"; +} +.isax-blur4:before { + content: "\ffcb"; +} +.isax-book4:before { + content: "\ffcc"; +} +.isax-book-14:before { + content: "\ffcd"; +} +.isax-bookmark4:before { + content: "\ffce"; +} +.isax-bookmark-24:before { + content: "\ffcf"; +} +.isax-book-saved4:before { + content: "\ffd0"; +} +.isax-book-square4:before { + content: "\ffd1"; +} +.isax-box4:before { + content: "\ffd2"; +} +.isax-box-14:before { + content: "\ffd3"; +} +.isax-box-24:before { + content: "\ffd4"; +} +.isax-box-add4:before { + content: "\ffd5"; +} +.isax-box-remove4:before { + content: "\ffd6"; +} +.isax-box-search4:before { + content: "\ffd7"; +} +.isax-box-tick4:before { + content: "\ffd8"; +} +.isax-box-time4:before { + content: "\ffd9"; +} +.isax-briefcase4:before { + content: "\ffda"; +} +.isax-brifecase-cross4:before { + content: "\ffdb"; +} +.isax-brifecase-tick4:before { + content: "\ffdc"; +} +.isax-brifecase-timer4:before { + content: "\ffdd"; +} +.isax-broom4:before { + content: "\ffde"; +} +.isax-brush4:before { + content: "\ffdf"; +} +.isax-brush-14:before { + content: "\ffe0"; +} +.isax-brush-24:before { + content: "\ffe1"; +} +.isax-brush-34:before { + content: "\ffe2"; +} +.isax-brush-44:before { + content: "\ffe3"; +} +.isax-bubble4:before { + content: "\ffe4"; +} +.isax-bucket4:before { + content: "\ffe5"; +} +.isax-bucket-circle4:before { + content: "\ffe6"; +} +.isax-bucket-square4:before { + content: "\ffe7"; +} +.isax-building4:before { + content: "\ffe8"; +} +.isax-building-34:before { + content: "\ffe9"; +} +.isax-building-44:before { + content: "\ffea"; +} +.isax-buildings4:before { + content: "\ffeb"; +} +.isax-buildings-24:before { + content: "\ffec"; +} +.isax-buliding4:before { + content: "\ffed"; +} +.isax-bus4:before { + content: "\ffee"; +} +.isax-buy-crypto4:before { + content: "\ffef"; +} +.isax-cake4:before { + content: "\fff0"; +} +.isax-calculator4:before { + content: "\fff1"; +} +.isax-calendar4:before { + content: "\fff2"; +} +.isax-calendar-14:before { + content: "\fff3"; +} +.isax-calendar-24:before { + content: "\fff4"; +} +.isax-calendar-add4:before { + content: "\fff5"; +} +.isax-calendar-circle4:before { + content: "\fff6"; +} +.isax-calendar-edit4:before { + content: "\fff7"; +} +.isax-calendar-remove4:before { + content: "\fff8"; +} +.isax-calendar-search4:before { + content: "\fff9"; +} +.isax-calendar-tick4:before { + content: "\fffa"; +} +.isax-call4:before { + content: "\fffb"; +} +.isax-call-add4:before { + content: "\fffc"; +} +.isax-call-calling4:before { + content: "\fffd"; +} +.isax-call-incoming4:before { + content: "\fffe"; +} +.isax-call-minus4:before { + content: "\0"; +} +.isax-call-outgoing4:before { + content: "\1"; +} +.isax-call-received4:before { + content: "\2"; +} +.isax-call-remove4:before { + content: "\3"; +} +.isax-call-slash4:before { + content: "\4"; +} +.isax-camera4:before { + content: "\5"; +} +.isax-camera-slash4:before { + content: "\6"; +} +.isax-candle4:before { + content: "\7"; +} +.isax-candle-24:before { + content: "\8"; +} +.isax-car4:before { + content: "\9"; +} +.isax-card4:before { + content: "\a"; +} +.isax-card-add4:before { + content: "\b"; +} +.isax-card-coin4:before { + content: "\c"; +} +.isax-card-edit4:before { + content: "\d"; +} +.isax-card-pos4:before { + content: "\e"; +} +.isax-card-receive4:before { + content: "\f"; +} +.isax-card-remove4:before { + content: "\10"; +} +.isax-card-remove-14:before { + content: "\11"; +} +.isax-cards4:before { + content: "\12"; +} +.isax-card-send4:before { + content: "\13"; +} +.isax-card-slash4:before { + content: "\14"; +} +.isax-card-tick4:before { + content: "\15"; +} +.isax-card-tick-14:before { + content: "\16"; +} +.isax-category4:before { + content: "\17"; +} +.isax-category-24:before { + content: "\18"; +} +.isax-cd4:before { + content: "\19"; +} +.isax-chart4:before { + content: "\1a"; +} +.isax-chart-14:before { + content: "\1b"; +} +.isax-chart-25:before { + content: "\1c"; +} +.isax-chart-34:before { + content: "\1d"; +} +.isax-chart-214:before { + content: "\1e"; +} +.isax-chart-fail2:before { + content: "\1f"; +} +.isax-chart-square4:before { + content: "\20"; +} +.isax-chart-success4:before { + content: "\21"; +} +.isax-check4:before { + content: "\22"; +} +.isax-chrome4:before { + content: "\23"; +} +.isax-clipboard4:before { + content: "\24"; +} +.isax-clipboard-close4:before { + content: "\25"; +} +.isax-clipboard-export4:before { + content: "\26"; +} +.isax-clipboard-import4:before { + content: "\27"; +} +.isax-clipboard-text4:before { + content: "\28"; +} +.isax-clipboard-tick4:before { + content: "\29"; +} +.isax-clock4:before { + content: "\2a"; +} +.isax-clock-14:before { + content: "\2b"; +} +.isax-close-circle4:before { + content: "\2c"; +} +.isax-close-square4:before { + content: "\2d"; +} +.isax-cloud4:before { + content: "\2e"; +} +.isax-cloud-add4:before { + content: "\2f"; +} +.isax-cloud-change4:before { + content: "\30"; +} +.isax-cloud-connection4:before { + content: "\31"; +} +.isax-cloud-cross4:before { + content: "\32"; +} +.isax-cloud-drizzle4:before { + content: "\33"; +} +.isax-cloud-fog4:before { + content: "\34"; +} +.isax-cloud-lightning4:before { + content: "\35"; +} +.isax-cloud-minus4:before { + content: "\36"; +} +.isax-cloud-notif4:before { + content: "\37"; +} +.isax-cloud-plus4:before { + content: "\38"; +} +.isax-cloud-remove4:before { + content: "\39"; +} +.isax-cloud-snow4:before { + content: "\3a"; +} +.isax-cloud-sunny4:before { + content: "\3b"; +} +.isax-code4:before { + content: "\3c"; +} +.isax-code-14:before { + content: "\3d"; +} +.isax-code-circle4:before { + content: "\3e"; +} +.isax-coffee4:before { + content: "\3f"; +} +.isax-coin4:before { + content: "\40"; +} +.isax-coin-14:before { + content: "\41"; +} +.isax-colorfilter4:before { + content: "\42"; +} +.isax-colors-square4:before { + content: "\43"; +} +.isax-color-swatch4:before { + content: "\44"; +} +.isax-command4:before { + content: "\45"; +} +.isax-command-square4:before { + content: "\46"; +} +.isax-component4:before { + content: "\47"; +} +.isax-computing4:before { + content: "\48"; +} +.isax-convert4:before { + content: "\49"; +} +.isax-convert-3d-cube4:before { + content: "\4a"; +} +.isax-convert-card4:before { + content: "\4b"; +} +.isax-convertshape4:before { + content: "\4c"; +} +.isax-convertshape-24:before { + content: "\4d"; +} +.isax-copy4:before { + content: "\4e"; +} +.isax-copyright4:before { + content: "\4f"; +} +.isax-copy-success4:before { + content: "\50"; +} +.isax-courthouse4:before { + content: "\51"; +} +.isax-cpu4:before { + content: "\52"; +} +.isax-cpu-charge4:before { + content: "\53"; +} +.isax-cpu-setting4:before { + content: "\54"; +} +.isax-creative-commons4:before { + content: "\55"; +} +.isax-crop4:before { + content: "\56"; +} +.isax-crown4:before { + content: "\57"; +} +.isax-crown-14:before { + content: "\58"; +} +.isax-cup4:before { + content: "\59"; +} +.isax-danger4:before { + content: "\5a"; +} +.isax-data4:before { + content: "\5b"; +} +.isax-data-24 .path1:before { + content: "\5c"; + color: rgb(41, 45, 50); +} +.isax-data-24 .path2:before { + content: "\666"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data-24 .path3:before { + content: "\667"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data-24 .path4:before { + content: "\668"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data-24 .path5:before { + content: "\669"; + margin-left: -1em; + color: rgb(255, 255, 255); +} +.isax-data-24 .path6:before { + content: "\66a"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data-24 .path7:before { + content: "\66b"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data-24 .path8:before { + content: "\66c"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-designtools4:before { + content: "\5d"; +} +.isax-device-message4:before { + content: "\5e"; +} +.isax-devices4:before { + content: "\5f"; +} +.isax-devices-13:before { + content: "\60"; +} +.isax-diagram4:before { + content: "\61"; +} +.isax-diamonds4:before { + content: "\62"; +} +.isax-direct4:before { + content: "\63"; +} +.isax-directbox-default4:before { + content: "\64"; +} +.isax-directbox-notif4:before { + content: "\65"; +} +.isax-directbox-receive4:before { + content: "\66"; +} +.isax-directbox-send4:before { + content: "\67"; +} +.isax-direct-down4:before { + content: "\68"; +} +.isax-direct-inbox4:before { + content: "\69"; +} +.isax-direct-left4:before { + content: "\6a"; +} +.isax-direct-normal4:before { + content: "\6b"; +} +.isax-direct-notification4:before { + content: "\6c"; +} +.isax-direct-right4:before { + content: "\6d"; +} +.isax-direct-send4:before { + content: "\6e"; +} +.isax-direct-up4:before { + content: "\6f"; +} +.isax-discount-circle4:before { + content: "\70"; +} +.isax-discount-shape4:before { + content: "\71"; +} +.isax-discover4:before { + content: "\72"; +} +.isax-discover-13:before { + content: "\73"; +} +.isax-dislike4:before { + content: "\74"; +} +.isax-document4:before { + content: "\75"; +} +.isax-document-14:before { + content: "\76"; +} +.isax-document-cloud4:before { + content: "\77"; +} +.isax-document-code4:before { + content: "\78"; +} +.isax-document-code-24:before { + content: "\79"; +} +.isax-document-copy4:before { + content: "\7a"; +} +.isax-document-download4:before { + content: "\7b"; +} +.isax-document-favorite4:before { + content: "\7c"; +} +.isax-document-filter4:before { + content: "\7d"; +} +.isax-document-forward4:before { + content: "\7e"; +} +.isax-document-like4:before { + content: "\7f"; +} +.isax-document-normal3:before { + content: "\80"; +} +.isax-document-previous4:before { + content: "\81"; +} +.isax-document-sketch4:before { + content: "\82"; +} +.isax-document-text4:before { + content: "\83"; +} +.isax-document-text-14:before { + content: "\84"; +} +.isax-document-upload4:before { + content: "\85"; +} +.isax-dollar-circle3:before { + content: "\86"; +} +.isax-dollar-square4:before { + content: "\87"; +} +.isax-driver4:before { + content: "\88"; +} +.isax-driver-24:before { + content: "\89"; +} +.isax-driver-refresh4:before { + content: "\8a"; +} +.isax-driving4:before { + content: "\8b"; +} +.isax-edit4:before { + content: "\8c"; +} +.isax-edit-24:before { + content: "\8d"; +} +.isax-electricity4:before { + content: "\8e"; +} +.isax-element-24:before { + content: "\8f"; +} +.isax-element-34:before { + content: "\90"; +} +.isax-element-44:before { + content: "\91"; +} +.isax-element-equal4:before { + content: "\92"; +} +.isax-element-plus4:before { + content: "\93"; +} +.isax-emoji-happy4:before { + content: "\94"; +} +.isax-emoji-normal4:before { + content: "\95"; +} +.isax-emoji-sad4:before { + content: "\96"; +} +.isax-empty-wallet4:before { + content: "\97"; +} +.isax-empty-wallet-add4:before { + content: "\98"; +} +.isax-empty-wallet-change3:before { + content: "\99"; +} +.isax-empty-wallet-remove4:before { + content: "\9a"; +} +.isax-empty-wallet-tick4:before { + content: "\9b"; +} +.isax-empty-wallet-time3:before { + content: "\9c"; +} +.isax-eraser4:before { + content: "\9d"; +} +.isax-eraser-14:before { + content: "\9e"; +} +.isax-export4:before { + content: "\9f"; +} +.isax-export-14:before { + content: "\a0"; +} +.isax-export-24:before { + content: "\a1"; +} +.isax-export-34:before { + content: "\a2"; +} +.isax-external-drive4:before { + content: "\a3"; +} +.isax-eye3:before { + content: "\a4"; +} +.isax-eye-slash4:before { + content: "\a5"; +} +.isax-fatrows4:before { + content: "\a6"; +} +.isax-favorite-chart4:before { + content: "\a7"; +} +.isax-filter4:before { + content: "\a8"; +} +.isax-filter-add4:before { + content: "\a9"; +} +.isax-filter-edit4:before { + content: "\aa"; +} +.isax-filter-remove4:before { + content: "\ab"; +} +.isax-filter-search4:before { + content: "\ac"; +} +.isax-filter-square4:before { + content: "\ad"; +} +.isax-filter-tick4:before { + content: "\ae"; +} +.isax-finger-cricle4:before { + content: "\af"; +} +.isax-finger-scan4:before { + content: "\b0"; +} +.isax-firstline4:before { + content: "\b1"; +} +.isax-flag4:before { + content: "\b2"; +} +.isax-flag-24:before { + content: "\b3"; +} +.isax-flash4:before { + content: "\b4"; +} +.isax-flash-14:before { + content: "\b5"; +} +.isax-flash-circle4:before { + content: "\b6"; +} +.isax-flash-circle-14:before { + content: "\b7"; +} +.isax-flash-slash4:before { + content: "\b8"; +} +.isax-folder4:before { + content: "\b9"; +} +.isax-folder-24:before { + content: "\ba"; +} +.isax-folder-add4:before { + content: "\bb"; +} +.isax-folder-cloud4:before { + content: "\bc"; +} +.isax-folder-connection4:before { + content: "\bd"; +} +.isax-folder-cross4:before { + content: "\be"; +} +.isax-folder-favorite4:before { + content: "\bf"; +} +.isax-folder-minus4:before { + content: "\c0"; +} +.isax-folder-open4:before { + content: "\c1"; +} +.isax-forbidden4:before { + content: "\c2"; +} +.isax-forbidden-24:before { + content: "\c3"; +} +.isax-format-circle4:before { + content: "\c4"; +} +.isax-format-square4:before { + content: "\c5"; +} +.isax-forward4:before { + content: "\c6"; +} +.isax-forward-5-seconds4:before { + content: "\c7"; +} +.isax-forward-10-seconds4:before { + content: "\c8"; +} +.isax-forward-15-seconds4:before { + content: "\c9"; +} +.isax-forward-item4:before { + content: "\ca"; +} +.isax-forward-square4:before { + content: "\cb"; +} +.isax-frame4:before { + content: "\cc"; +} +.isax-frame-14:before { + content: "\cd"; +} +.isax-frame-24:before { + content: "\ce"; +} +.isax-frame-34:before { + content: "\cf"; +} +.isax-frame-44:before { + content: "\d0"; +} +.isax-gallery4:before { + content: "\d1"; +} +.isax-gallery-add4:before { + content: "\d2"; +} +.isax-gallery-edit4:before { + content: "\d3"; +} +.isax-gallery-export3:before { + content: "\d4"; +} +.isax-gallery-favorite4:before { + content: "\d5"; +} +.isax-gallery-import4:before { + content: "\d6"; +} +.isax-gallery-remove4:before { + content: "\d7"; +} +.isax-gallery-slash4:before { + content: "\d8"; +} +.isax-gallery-tick4:before { + content: "\d9"; +} +.isax-game4:before { + content: "\da"; +} +.isax-gameboy4:before { + content: "\db"; +} +.isax-gas-station3:before { + content: "\dc"; +} +.isax-gemini4:before { + content: "\dd"; +} +.isax-gemini-24:before { + content: "\de"; +} +.isax-ghost4:before { + content: "\df"; +} +.isax-gift4:before { + content: "\e0"; +} +.isax-glass4:before { + content: "\e1"; +} +.isax-glass-14:before { + content: "\e2"; +} +.isax-global4:before { + content: "\e3"; +} +.isax-global-edit4:before { + content: "\e4"; +} +.isax-global-refresh4:before { + content: "\e5"; +} +.isax-global-search4:before { + content: "\e6"; +} +.isax-gps4:before { + content: "\e7"; +} +.isax-gps-slash4:before { + content: "\e8"; +} +.isax-grammerly4:before { + content: "\e9"; +} +.isax-graph4:before { + content: "\ea"; +} +.isax-grid-14:before { + content: "\eb"; +} +.isax-grid-24:before { + content: "\ec"; +} +.isax-grid-34:before { + content: "\ed"; +} +.isax-grid-44:before { + content: "\ee"; +} +.isax-grid-54:before { + content: "\ef"; +} +.isax-grid-64:before { + content: "\f0"; +} +.isax-grid-74:before { + content: "\f1"; +} +.isax-grid-84:before { + content: "\f2"; +} +.isax-grid-94:before { + content: "\f3"; +} +.isax-grid-edit4:before { + content: "\f4"; +} +.isax-grid-eraser4:before { + content: "\f5"; +} +.isax-grid-lock4:before { + content: "\f6"; +} +.isax-happyemoji4:before { + content: "\f7"; +} +.isax-hashtag4:before { + content: "\f8"; +} +.isax-hashtag-14:before { + content: "\f9"; +} +.isax-hashtag-down4:before { + content: "\fa"; +} +.isax-hashtag-up4:before { + content: "\fb"; +} +.isax-headphone4:before { + content: "\fc"; +} +.isax-headphones4:before { + content: "\fd"; +} +.isax-health4:before { + content: "\fe"; +} +.isax-heart4:before { + content: "\ff"; +} +.isax-heart-add4:before { + content: "\100"; +} +.isax-heart-circle4:before { + content: "\101"; +} +.isax-heart-edit4:before { + content: "\102"; +} +.isax-heart-remove4:before { + content: "\103"; +} +.isax-heart-search4:before { + content: "\104"; +} +.isax-heart-slash4:before { + content: "\105"; +} +.isax-heart-tick4:before { + content: "\106"; +} +.isax-hierarchy4:before { + content: "\107"; +} +.isax-hierarchy-24:before { + content: "\108"; +} +.isax-hierarchy-34:before { + content: "\109"; +} +.isax-hierarchy-square4:before { + content: "\10a"; +} +.isax-hierarchy-square-24:before { + content: "\10b"; +} +.isax-hierarchy-square-34:before { + content: "\10c"; +} +.isax-home4:before { + content: "\10d"; +} +.isax-home-14:before { + content: "\10e"; +} +.isax-home-24:before { + content: "\10f"; +} +.isax-home-hashtag4:before { + content: "\110"; +} +.isax-home-trend-down4:before { + content: "\111"; +} +.isax-home-trend-up4:before { + content: "\112"; +} +.isax-home-wifi4:before { + content: "\113"; +} +.isax-hospital4:before { + content: "\114"; +} +.isax-house4:before { + content: "\115"; +} +.isax-house-24:before { + content: "\116"; +} +.isax-icon3:before { + content: "\117"; +} +.isax-image4:before { + content: "\118"; +} +.isax-import4:before { + content: "\119"; +} +.isax-import-14:before { + content: "\11a"; +} +.isax-import-24:before { + content: "\11b"; +} +.isax-info-circle4:before { + content: "\11c"; +} +.isax-information4:before { + content: "\11d"; +} +.isax-instagram4:before { + content: "\11e"; +} +.isax-judge4:before { + content: "\11f"; +} +.isax-kanban3:before { + content: "\120"; +} +.isax-key4:before { + content: "\121"; +} +.isax-keyboard4:before { + content: "\122"; +} +.isax-keyboard-open4:before { + content: "\123"; +} +.isax-key-square4:before { + content: "\124"; +} +.isax-lamp4:before { + content: "\125"; +} +.isax-lamp-14:before { + content: "\126"; +} +.isax-lamp-charge4:before { + content: "\127"; +} +.isax-lamp-on4:before { + content: "\128"; +} +.isax-lamp-slash4:before { + content: "\129"; +} +.isax-language-circle4:before { + content: "\12a"; +} +.isax-language-square4:before { + content: "\12b"; +} +.isax-layer4:before { + content: "\12c"; +} +.isax-level4:before { + content: "\12d"; +} +.isax-lifebuoy4:before { + content: "\12e"; +} +.isax-like4:before { + content: "\12f"; +} +.isax-like-14:before { + content: "\130"; +} +.isax-like-dislike4:before { + content: "\131"; +} +.isax-like-shapes4:before { + content: "\132"; +} +.isax-like-tag4:before { + content: "\133"; +} +.isax-link4:before { + content: "\134"; +} +.isax-link-14:before { + content: "\135"; +} +.isax-link-25:before { + content: "\136"; +} +.isax-link-214:before { + content: "\137"; +} +.isax-link-circle4:before { + content: "\138"; +} +.isax-link-square4:before { + content: "\139"; +} +.isax-location4:before { + content: "\13a"; +} +.isax-location-add4:before { + content: "\13b"; +} +.isax-location-cross4:before { + content: "\13c"; +} +.isax-location-minus4:before { + content: "\13d"; +} +.isax-location-slash4:before { + content: "\13e"; +} +.isax-location-tick4:before { + content: "\13f"; +} +.isax-lock4:before { + content: "\140"; +} +.isax-lock-14:before { + content: "\141"; +} +.isax-lock-circle4:before { + content: "\142"; +} +.isax-lock-slash4:before { + content: "\143"; +} +.isax-login4:before { + content: "\144"; +} +.isax-login-14:before { + content: "\145"; +} +.isax-logout4:before { + content: "\146"; +} +.isax-logout-14:before { + content: "\147"; +} +.isax-lovely4:before { + content: "\148"; +} +.isax-magicpen4:before { + content: "\149"; +} +.isax-magic-star4:before { + content: "\14a"; +} +.isax-main-component4:before { + content: "\14b"; +} +.isax-man4:before { + content: "\14c"; +} +.isax-map4:before { + content: "\14d"; +} +.isax-map-14:before { + content: "\14e"; +} +.isax-mask4:before { + content: "\14f"; +} +.isax-mask-14:before { + content: "\150"; +} +.isax-mask-24:before { + content: "\151"; +} +.isax-math4:before { + content: "\152"; +} +.isax-maximize4:before { + content: "\153"; +} +.isax-maximize-14:before { + content: "\154"; +} +.isax-maximize-25:before { + content: "\155"; +} +.isax-maximize-34:before { + content: "\156"; +} +.isax-maximize-44:before { + content: "\157"; +} +.isax-maximize-214:before { + content: "\158"; +} +.isax-maximize-circle3:before { + content: "\159"; +} +.isax-medal4:before { + content: "\15a"; +} +.isax-medal-star4:before { + content: "\15b"; +} +.isax-menu4:before { + content: "\15c"; +} +.isax-menu-14:before { + content: "\15d"; +} +.isax-menu-board4:before { + content: "\15e"; +} +.isax-message4:before { + content: "\15f"; +} +.isax-message-24:before { + content: "\160"; +} +.isax-message-add4:before { + content: "\161"; +} +.isax-message-add-14:before { + content: "\162"; +} +.isax-message-circle4:before { + content: "\163"; +} +.isax-message-edit4:before { + content: "\164"; +} +.isax-message-favorite4:before { + content: "\165"; +} +.isax-message-minus4:before { + content: "\166"; +} +.isax-message-notif4:before { + content: "\167"; +} +.isax-message-programming4:before { + content: "\168"; +} +.isax-message-question4:before { + content: "\169"; +} +.isax-message-remove4:before { + content: "\16a"; +} +.isax-messages4:before { + content: "\16b"; +} +.isax-messages-14:before { + content: "\16c"; +} +.isax-messages-24:before { + content: "\16d"; +} +.isax-messages-34:before { + content: "\16e"; +} +.isax-message-search4:before { + content: "\16f"; +} +.isax-message-square4:before { + content: "\170"; +} +.isax-message-text4:before { + content: "\171"; +} +.isax-message-text-14:before { + content: "\172"; +} +.isax-message-tick4:before { + content: "\173"; +} +.isax-message-time4:before { + content: "\174"; +} +.isax-microphone4:before { + content: "\175"; +} +.isax-microphone-24:before { + content: "\176"; +} +.isax-microphone-slash4:before { + content: "\177"; +} +.isax-microphone-slash-14:before { + content: "\178"; +} +.isax-microscope4:before { + content: "\179"; +} +.isax-milk4:before { + content: "\17a"; +} +.isax-mini-music-sqaure4:before { + content: "\17b"; +} +.isax-minus4:before { + content: "\17c"; +} +.isax-minus-cirlce4:before { + content: "\17d"; +} +.isax-minus-square4:before { + content: "\17e"; +} +.isax-mirror4:before { + content: "\17f"; +} +.isax-mirroring-screen4:before { + content: "\180"; +} +.isax-mobile4:before { + content: "\181"; +} +.isax-mobile-programming4:before { + content: "\182"; +} +.isax-money4:before { + content: "\183"; +} +.isax-money-24:before { + content: "\184"; +} +.isax-money-34:before { + content: "\185"; +} +.isax-money-44:before { + content: "\186"; +} +.isax-money-add4:before { + content: "\187"; +} +.isax-money-change4:before { + content: "\188"; +} +.isax-money-forbidden4:before { + content: "\189"; +} +.isax-money-recive4:before { + content: "\18a"; +} +.isax-money-remove4:before { + content: "\18b"; +} +.isax-moneys4:before { + content: "\18c"; +} +.isax-money-send4:before { + content: "\18d"; +} +.isax-money-tick4:before { + content: "\18e"; +} +.isax-money-time4:before { + content: "\18f"; +} +.isax-monitor4:before { + content: "\190"; +} +.isax-monitor-mobbile4:before { + content: "\191"; +} +.isax-monitor-recorder4:before { + content: "\192"; +} +.isax-moon4:before { + content: "\193"; +} +.isax-more4:before { + content: "\194"; +} +.isax-more-24:before { + content: "\195"; +} +.isax-more-circle4:before { + content: "\196"; +} +.isax-more-square4:before { + content: "\197"; +} +.isax-mouse4:before { + content: "\198"; +} +.isax-mouse-14:before { + content: "\199"; +} +.isax-mouse-circle4:before { + content: "\19a"; +} +.isax-mouse-square4:before { + content: "\19b"; +} +.isax-music4:before { + content: "\19c"; +} +.isax-music-circle4:before { + content: "\19d"; +} +.isax-music-dashboard4:before { + content: "\19e"; +} +.isax-music-filter4:before { + content: "\19f"; +} +.isax-music-library-24:before { + content: "\1a0"; +} +.isax-musicnote4:before { + content: "\1a1"; +} +.isax-music-play4:before { + content: "\1a2"; +} +.isax-music-playlist4:before { + content: "\1a3"; +} +.isax-music-square4:before { + content: "\1a4"; +} +.isax-music-square-add4:before { + content: "\1a5"; +} +.isax-music-square-remove4:before { + content: "\1a6"; +} +.isax-music-square-search4:before { + content: "\1a7"; +} +.isax-next4:before { + content: "\1a8"; +} +.isax-note4:before { + content: "\1a9"; +} +.isax-note-14:before { + content: "\1aa"; +} +.isax-note-25:before { + content: "\1ab"; +} +.isax-note-214:before { + content: "\1ac"; +} +.isax-note-add4:before { + content: "\1ad"; +} +.isax-note-favorite4:before { + content: "\1ae"; +} +.isax-note-remove4:before { + content: "\1af"; +} +.isax-note-square4:before { + content: "\1b0"; +} +.isax-note-text4:before { + content: "\1b1"; +} +.isax-notification4:before { + content: "\1b2"; +} +.isax-notification-14:before { + content: "\1b3"; +} +.isax-notification-bing4:before { + content: "\1b4"; +} +.isax-notification-circle4:before { + content: "\1b5"; +} +.isax-notification-favorite4:before { + content: "\1b6"; +} +.isax-notification-status4:before { + content: "\1b7"; +} +.isax-omega-circle4:before { + content: "\1b8"; +} +.isax-omega-square4:before { + content: "\1b9"; +} +.isax-paintbucket4:before { + content: "\1ba"; +} +.isax-paperclip4:before { + content: "\1bb"; +} +.isax-paperclip-24:before { + content: "\1bc"; +} +.isax-password-check4:before { + content: "\1bd"; +} +.isax-path4:before { + content: "\1be"; +} +.isax-path-24:before { + content: "\1bf"; +} +.isax-path-square4:before { + content: "\1c0"; +} +.isax-pause4:before { + content: "\1c1"; +} +.isax-pause-circle4:before { + content: "\1c2"; +} +.isax-pen-add4:before { + content: "\1c3"; +} +.isax-pen-close4:before { + content: "\1c4"; +} +.isax-pen-remove4:before { + content: "\1c5"; +} +.isax-pen-tool4:before { + content: "\1c6"; +} +.isax-pen-tool-24:before { + content: "\1c7"; +} +.isax-people4:before { + content: "\1c8"; +} +.isax-percentage-circle4:before { + content: "\1c9"; +} +.isax-percentage-square4:before { + content: "\1ca"; +} +.isax-personalcard4:before { + content: "\1cb"; +} +.isax-pet4:before { + content: "\1cc"; +} +.isax-pharagraphspacing4:before { + content: "\1cd"; +} +.isax-picture-frame4:before { + content: "\1ce"; +} +.isax-play4:before { + content: "\1cf"; +} +.isax-play-add4:before { + content: "\1d0"; +} +.isax-play-circle4:before { + content: "\1d1"; +} +.isax-play-cricle4:before { + content: "\1d2"; +} +.isax-play-remove4:before { + content: "\1d3"; +} +.isax-presention-chart4:before { + content: "\1d4"; +} +.isax-previous4:before { + content: "\1d5"; +} +.isax-printer4:before { + content: "\1d6"; +} +.isax-printer-slash4:before { + content: "\1d7"; +} +.isax-profile-2user4:before { + content: "\1d8"; +} +.isax-profile-add4:before { + content: "\1d9"; +} +.isax-profile-circle4:before { + content: "\1da"; +} +.isax-profile-delete4:before { + content: "\1db"; +} +.isax-profile-remove4:before { + content: "\1dc"; +} +.isax-profile-tick4:before { + content: "\1dd"; +} +.isax-programming-arrow4:before { + content: "\1de"; +} +.isax-programming-arrows4:before { + content: "\1df"; +} +.isax-quote-down4:before { + content: "\1e0"; +} +.isax-quote-down-circle4:before { + content: "\1e1"; +} +.isax-quote-down-square4:before { + content: "\1e2"; +} +.isax-quote-up4:before { + content: "\1e3"; +} +.isax-quote-up-circle4:before { + content: "\1e4"; +} +.isax-quote-up-square4:before { + content: "\1e5"; +} +.isax-radar4:before { + content: "\1e6"; +} +.isax-radar-14:before { + content: "\1e7"; +} +.isax-radar-24:before { + content: "\1e8"; +} +.isax-radio4:before { + content: "\1e9"; +} +.isax-ram4:before { + content: "\1ea"; +} +.isax-ram-24:before { + content: "\1eb"; +} +.isax-ranking4:before { + content: "\1ec"; +} +.isax-ranking-14:before { + content: "\1ed"; +} +.isax-receipt4:before { + content: "\1ee"; +} +.isax-receipt-14:before { + content: "\1ef"; +} +.isax-receipt-24:before { + content: "\1f0"; +} +.isax-receipt-2-14:before { + content: "\1f1"; +} +.isax-receipt-add4:before { + content: "\1f2"; +} +.isax-receipt-discount4:before { + content: "\1f3"; +} +.isax-receipt-disscount4:before { + content: "\1f4"; +} +.isax-receipt-edit4:before { + content: "\1f5"; +} +.isax-receipt-item4:before { + content: "\1f6"; +} +.isax-receipt-minus4:before { + content: "\1f7"; +} +.isax-receipt-search4:before { + content: "\1f8"; +} +.isax-receipt-square4:before { + content: "\1f9"; +} +.isax-receipt-text4:before { + content: "\1fa"; +} +.isax-received4:before { + content: "\1fb"; +} +.isax-receive-square4:before { + content: "\1fc"; +} +.isax-receive-square-24:before { + content: "\1fd"; +} +.isax-record4:before { + content: "\1fe"; +} +.isax-record-circle4:before { + content: "\1ff"; +} +.isax-recovery-convert4:before { + content: "\200"; +} +.isax-redo4:before { + content: "\201"; +} +.isax-refresh4:before { + content: "\202"; +} +.isax-refresh-24:before { + content: "\203"; +} +.isax-refresh-circle4:before { + content: "\204"; +} +.isax-refresh-left-square4:before { + content: "\205"; +} +.isax-refresh-right-square4:before { + content: "\206"; +} +.isax-refresh-square-24:before { + content: "\207"; +} +.isax-repeat4:before { + content: "\208"; +} +.isax-repeat-circle4:before { + content: "\209"; +} +.isax-repeate-music4:before { + content: "\20a"; +} +.isax-repeate-one4:before { + content: "\20b"; +} +.isax-reserve4:before { + content: "\20c"; +} +.isax-rotate-left4:before { + content: "\20d"; +} +.isax-rotate-left-14:before { + content: "\20e"; +} +.isax-rotate-right4:before { + content: "\20f"; +} +.isax-rotate-right-14:before { + content: "\210"; +} +.isax-route-square4:before { + content: "\211"; +} +.isax-routing4:before { + content: "\212"; +} +.isax-routing-24:before { + content: "\213"; +} +.isax-row-horizontal4:before { + content: "\214"; +} +.isax-row-vertical4:before { + content: "\215"; +} +.isax-rulerpen4:before { + content: "\216"; +} +.isax-ruler4:before { + content: "\217"; +} +.isax-safe-home4:before { + content: "\218"; +} +.isax-sagittarius4:before { + content: "\219"; +} +.isax-save-24:before { + content: "\21a"; +} +.isax-save-add4:before { + content: "\21b"; +} +.isax-save-minus4:before { + content: "\21c"; +} +.isax-save-remove4:before { + content: "\21d"; +} +.isax-scan4:before { + content: "\21e"; +} +.isax-scan-barcode4:before { + content: "\21f"; +} +.isax-scanner4:before { + content: "\220"; +} +.isax-scanning4:before { + content: "\221"; +} +.isax-scissor4:before { + content: "\222"; +} +.isax-scissor-14:before { + content: "\223"; +} +.isax-screenmirroring4:before { + content: "\224"; +} +.isax-scroll4:before { + content: "\225"; +} +.isax-search-favorite4:before { + content: "\226"; +} +.isax-search-favorite-14:before { + content: "\227"; +} +.isax-search-normal4:before { + content: "\228"; +} +.isax-search-normal-14:before { + content: "\229"; +} +.isax-search-status4:before { + content: "\22a"; +} +.isax-search-status-14:before { + content: "\22b"; +} +.isax-search-zoom-in4:before { + content: "\22c"; +} +.isax-search-zoom-in-14:before { + content: "\22d"; +} +.isax-search-zoom-out4:before { + content: "\22e"; +} +.isax-search-zoom-out-14:before { + content: "\22f"; +} +.isax-security4:before { + content: "\230"; +} +.isax-security-card4:before { + content: "\231"; +} +.isax-security-safe4:before { + content: "\232"; +} +.isax-security-time4:before { + content: "\233"; +} +.isax-security-user4:before { + content: "\234"; +} +.isax-send4:before { + content: "\235"; +} +.isax-send-14:before { + content: "\236"; +} +.isax-send-24:before { + content: "\237"; +} +.isax-send-sqaure-24:before { + content: "\238"; +} +.isax-send-square4:before { + content: "\239"; +} +.isax-setting4:before { + content: "\23a"; +} +.isax-setting-24:before { + content: "\23b"; +} +.isax-setting-34:before { + content: "\23c"; +} +.isax-setting-44:before { + content: "\23d"; +} +.isax-setting-54:before { + content: "\23e"; +} +.isax-settings4:before { + content: "\23f"; +} +.isax-shapes4:before { + content: "\240"; +} +.isax-shapes-14:before { + content: "\241"; +} +.isax-share4:before { + content: "\242"; +} +.isax-shield3:before { + content: "\243"; +} +.isax-shield-cross4:before { + content: "\244"; +} +.isax-shield-search4:before { + content: "\245"; +} +.isax-shield-slash4:before { + content: "\246"; +} +.isax-shield-tick4:before { + content: "\247"; +} +.isax-ship4:before { + content: "\248"; +} +.isax-shop4:before { + content: "\249"; +} +.isax-shop-add4:before { + content: "\24a"; +} +.isax-shopping-bag4:before { + content: "\24b"; +} +.isax-shopping-cart4:before { + content: "\24c"; +} +.isax-shop-remove4:before { + content: "\24d"; +} +.isax-shuffle4:before { + content: "\24e"; +} +.isax-sidebar-bottom4:before { + content: "\24f"; +} +.isax-sidebar-left4:before { + content: "\250"; +} +.isax-sidebar-right4:before { + content: "\251"; +} +.isax-sidebar-top4:before { + content: "\252"; +} +.isax-signpost4:before { + content: "\253"; +} +.isax-simcard4:before { + content: "\254"; +} +.isax-simcard-14:before { + content: "\255"; +} +.isax-simcard-24:before { + content: "\256"; +} +.isax-size4:before { + content: "\257"; +} +.isax-slash4:before { + content: "\258"; +} +.isax-slider4:before { + content: "\259"; +} +.isax-slider-horizontal4:before { + content: "\25a"; +} +.isax-slider-horizontal-14:before { + content: "\25b"; +} +.isax-slider-vertical4:before { + content: "\25c"; +} +.isax-slider-vertical-14:before { + content: "\25d"; +} +.isax-smallcaps4:before { + content: "\25e"; +} +.isax-smart-car4:before { + content: "\25f"; +} +.isax-smart-home4:before { + content: "\260"; +} +.isax-smileys4:before { + content: "\261"; +} +.isax-sms4:before { + content: "\262"; +} +.isax-sms-edit4:before { + content: "\263"; +} +.isax-sms-notification4:before { + content: "\264"; +} +.isax-sms-search4:before { + content: "\265"; +} +.isax-sms-star4:before { + content: "\266"; +} +.isax-sms-tracking4:before { + content: "\267"; +} +.isax-sort4:before { + content: "\268"; +} +.isax-sound4:before { + content: "\269"; +} +.isax-speaker4:before { + content: "\26a"; +} +.isax-speedometer4:before { + content: "\26b"; +} +.isax-star4:before { + content: "\26c"; +} +.isax-star-14:before { + content: "\26d"; +} +.isax-star-slash4:before { + content: "\26e"; +} +.isax-status4:before { + content: "\26f"; +} +.isax-status-up4:before { + content: "\270"; +} +.isax-sticker4:before { + content: "\271"; +} +.isax-stickynote4:before { + content: "\272"; +} +.isax-stop4:before { + content: "\273"; +} +.isax-stop-circle4:before { + content: "\274"; +} +.isax-story4:before { + content: "\275"; +} +.isax-strongbox4:before { + content: "\276"; +} +.isax-strongbox-24:before { + content: "\277"; +} +.isax-subtitle4:before { + content: "\278"; +} +.isax-sun4:before { + content: "\279"; +} +.isax-sun-14:before { + content: "\27a"; +} +.isax-sun-fog4:before { + content: "\27b"; +} +.isax-tag4:before { + content: "\27c"; +} +.isax-tag-24:before { + content: "\27d"; +} +.isax-tag-cross4:before { + content: "\27e"; +} +.isax-tag-right4:before { + content: "\27f"; +} +.isax-tag-user4:before { + content: "\280"; +} +.isax-task4:before { + content: "\281"; +} +.isax-task-square4:before { + content: "\282"; +} +.isax-teacher4:before { + content: "\283"; +} +.isax-text4:before { + content: "\284"; +} +.isax-textalign-center4:before { + content: "\285"; +} +.isax-textalign-justifycenter4:before { + content: "\286"; +} +.isax-textalign-justifyleft4:before { + content: "\287"; +} +.isax-textalign-justifyright4:before { + content: "\288"; +} +.isax-textalign-left4:before { + content: "\289"; +} +.isax-textalign-right4:before { + content: "\28a"; +} +.isax-text-block4:before { + content: "\28b"; +} +.isax-text-bold4:before { + content: "\28c"; +} +.isax-text-italic4:before { + content: "\28d"; +} +.isax-text-underline4:before { + content: "\28e"; +} +.isax-tick-circle4:before { + content: "\28f"; +} +.isax-ticket4:before { + content: "\290"; +} +.isax-ticket-24:before { + content: "\291"; +} +.isax-ticket-discount4:before { + content: "\292"; +} +.isax-ticket-expired4:before { + content: "\293"; +} +.isax-ticket-star4:before { + content: "\294"; +} +.isax-tick-square4:before { + content: "\295"; +} +.isax-timer4:before { + content: "\296"; +} +.isax-timer-14:before { + content: "\297"; +} +.isax-timer-pause4:before { + content: "\298"; +} +.isax-timer-start4:before { + content: "\299"; +} +.isax-toggle-off4:before { + content: "\29a"; +} +.isax-toggle-off-circle4:before { + content: "\29b"; +} +.isax-toggle-on4:before { + content: "\29c"; +} +.isax-toggle-on-circle4:before { + content: "\29d"; +} +.isax-trade4:before { + content: "\29e"; +} +.isax-transaction-minus4:before { + content: "\29f"; +} +.isax-translate4:before { + content: "\2a0"; +} +.isax-trash4:before { + content: "\2a1"; +} +.isax-tree4:before { + content: "\2a2"; +} +.isax-trend-down4:before { + content: "\2a3"; +} +.isax-trend-up4:before { + content: "\2a4"; +} +.isax-triangle4:before { + content: "\2a5"; +} +.isax-truck3:before { + content: "\2a6"; +} +.isax-truck-fast3:before { + content: "\2a7"; +} +.isax-truck-remove2:before { + content: "\2a8"; +} +.isax-truck-tick4:before { + content: "\2a9"; +} +.isax-truck-time2:before { + content: "\2aa"; +} +.isax-trush-square4:before { + content: "\2ab"; +} +.isax-undo4:before { + content: "\2ac"; +} +.isax-unlimited4:before { + content: "\2ad"; +} +.isax-unlock4:before { + content: "\2ae"; +} +.isax-user4:before { + content: "\2af"; +} +.isax-user-add4:before { + content: "\2b0"; +} +.isax-user-cirlce-add4:before { + content: "\2b1"; +} +.isax-user-edit4:before { + content: "\2b2"; +} +.isax-user-minus4:before { + content: "\2b3"; +} +.isax-user-octagon4:before { + content: "\2b4"; +} +.isax-user-remove4:before { + content: "\2b5"; +} +.isax-user-search4:before { + content: "\2b6"; +} +.isax-user-square4:before { + content: "\2b7"; +} +.isax-user-tag4:before { + content: "\2b8"; +} +.isax-user-tick4:before { + content: "\2b9"; +} +.isax-verify4:before { + content: "\2ba"; +} +.isax-video4:before { + content: "\2bb"; +} +.isax-video-add4:before { + content: "\2bc"; +} +.isax-video-circle4:before { + content: "\2bd"; +} +.isax-video-horizontal4:before { + content: "\2be"; +} +.isax-video-octagon4:before { + content: "\2bf"; +} +.isax-video-play4:before { + content: "\2c0"; +} +.isax-video-remove4:before { + content: "\2c1"; +} +.isax-video-slash4:before { + content: "\2c2"; +} +.isax-video-square4:before { + content: "\2c3"; +} +.isax-video-tick4:before { + content: "\2c4"; +} +.isax-video-time4:before { + content: "\2c5"; +} +.isax-video-vertical4:before { + content: "\2c6"; +} +.isax-voice-cricle4:before { + content: "\2c7"; +} +.isax-voice-square4:before { + content: "\2c8"; +} +.isax-volume-cross4:before { + content: "\2c9"; +} +.isax-volume-high4:before { + content: "\2ca"; +} +.isax-volume-low4:before { + content: "\2cb"; +} +.isax-volume-low-14:before { + content: "\2cc"; +} +.isax-volume-mute4:before { + content: "\2cd"; +} +.isax-volume-slash4:before { + content: "\2ce"; +} +.isax-volume-up4:before { + content: "\2cf"; +} +.isax-wallet4:before { + content: "\2d0"; +} +.isax-wallet-14:before { + content: "\2d1"; +} +.isax-wallet-24:before { + content: "\2d2"; +} +.isax-wallet-34:before { + content: "\2d3"; +} +.isax-wallet-add4:before { + content: "\2d4"; +} +.isax-wallet-add-14:before { + content: "\2d5"; +} +.isax-wallet-check4:before { + content: "\2d6"; +} +.isax-wallet-minus4:before { + content: "\2d7"; +} +.isax-wallet-money4:before { + content: "\2d8"; +} +.isax-wallet-remove4:before { + content: "\2d9"; +} +.isax-wallet-search4:before { + content: "\2da"; +} +.isax-warning-24:before { + content: "\2db"; +} +.isax-watch4:before { + content: "\2dc"; +} +.isax-watch-status4:before { + content: "\2dd"; +} +.isax-weight4:before { + content: "\2de"; +} +.isax-weight-14:before { + content: "\2df"; +} +.isax-wifi4:before { + content: "\2e0"; +} +.isax-wifi-square4:before { + content: "\2e1"; +} +.isax-wind4:before { + content: "\2e2"; +} +.isax-wind-24:before { + content: "\2e3"; +} +.isax-woman4:before { + content: "\2e4"; +} +.isax-dcube4:before { + content: "\2e5"; +} +.isax-dcube5:before { + content: "\2e6"; +} +.isax-d-cube-scan5:before { + content: "\2e7"; +} +.isax-d-rotate5:before { + content: "\2e8"; +} +.isax-d-square5:before { + content: "\2e9"; +} +.isax-square5:before { + content: "\2ea"; +} +.isax-support5:before { + content: "\2eb"; +} +.isax-activity5:before { + content: "\2ec"; +} +.isax-add5:before { + content: "\2ed"; +} +.isax-add-circle5:before { + content: "\2ee"; +} +.isax-additem5:before { + content: "\2ef"; +} +.isax-add-square5:before { + content: "\2f0"; +} +.isax-airdrop5:before { + content: "\2f1"; +} +.isax-airplane5:before { + content: "\2f2"; +} +.isax-airplane-square5:before { + content: "\2f3"; +} +.isax-airpod5:before { + content: "\2f4"; +} +.isax-airpods5:before { + content: "\2f5"; +} +.isax-alarm5:before { + content: "\2f6"; +} +.isax-align-bottom5:before { + content: "\2f7"; +} +.isax-align-horizontally5:before { + content: "\2f8"; +} +.isax-align-left5:before { + content: "\2f9"; +} +.isax-align-right5:before { + content: "\2fa"; +} +.isax-align-vertically5:before { + content: "\2fb"; +} +.isax-aquarius5:before { + content: "\2fc"; +} +.isax-archive5:before { + content: "\2fd"; +} +.isax-archive-15:before { + content: "\2fe"; +} +.isax-archive-24:before { + content: "\2ff"; +} +.isax-archive-add5:before { + content: "\300"; +} +.isax-archive-book5:before { + content: "\301"; +} +.isax-archive-minus5:before { + content: "\302"; +} +.isax-archive-slash5:before { + content: "\303"; +} +.isax-archive-tick5:before { + content: "\304"; +} +.isax-arrange-circle5:before { + content: "\305"; +} +.isax-arrange-circle-25:before { + content: "\306"; +} +.isax-arrange-square5:before { + content: "\307"; +} +.isax-arrange-square-25:before { + content: "\308"; +} +.isax-arrow5:before { + content: "\309"; +} +.isax-arrow-25:before { + content: "\30a"; +} +.isax-arrow-35:before { + content: "\30b"; +} +.isax-arrow-bottom5:before { + content: "\30c"; +} +.isax-arrow-circle-down5:before { + content: "\30d"; +} +.isax-arrow-circle-left5:before { + content: "\30e"; +} +.isax-arrow-circle-right5:before { + content: "\30f"; +} +.isax-arrow-circle-up4:before { + content: "\310"; +} +.isax-arrow-down5:before { + content: "\311"; +} +.isax-arrow-down-15:before { + content: "\312"; +} +.isax-arrow-down-25:before { + content: "\313"; +} +.isax-arrow-left5:before { + content: "\314"; +} +.isax-arrow-left-15:before { + content: "\315"; +} +.isax-arrow-left-25:before { + content: "\316"; +} +.isax-arrow-left-35:before { + content: "\317"; +} +.isax-arrow-right5:before { + content: "\318"; +} +.isax-arrow-right-15:before { + content: "\319"; +} +.isax-arrow-right-25:before { + content: "\31a"; +} +.isax-arrow-right-35:before { + content: "\31b"; +} +.isax-arrow-square5:before { + content: "\31c"; +} +.isax-arrow-square-down5:before { + content: "\31d"; +} +.isax-arrow-square-left5:before { + content: "\31e"; +} +.isax-arrow-square-right3:before { + content: "\31f"; +} +.isax-arrow-square-up5:before { + content: "\320"; +} +.isax-arrow-swap4:before { + content: "\321"; +} +.isax-arrow-swap-horizontal5:before { + content: "\322"; +} +.isax-arrow-up5:before { + content: "\323"; +} +.isax-arrow-up-15:before { + content: "\324"; +} +.isax-arrow-up-25:before { + content: "\325"; +} +.isax-arrow-up-35:before { + content: "\326"; +} +.isax-attach-circle5:before { + content: "\327"; +} +.isax-attach-square5:before { + content: "\328"; +} +.isax-audio-square5:before { + content: "\329"; +} +.isax-autobrightness5:before { + content: "\32a"; +} +.isax-award5:before { + content: "\32b"; +} +.isax-back-square5:before { + content: "\32c"; +} +.isax-backward5:before { + content: "\32d"; +} +.isax-backward-5-seconds5:before { + content: "\32e"; +} +.isax-backward-10-seconds5:before { + content: "\32f"; +} +.isax-backward-15-seconds5:before { + content: "\330"; +} +.isax-backward-item5:before { + content: "\331"; +} +.isax-bag5:before { + content: "\332"; +} +.isax-bag-25:before { + content: "\333"; +} +.isax-bag-cross5:before { + content: "\334"; +} +.isax-bag-cross-15:before { + content: "\335"; +} +.isax-bag-happy5:before { + content: "\336"; +} +.isax-bag-tick5:before { + content: "\337"; +} +.isax-bag-tick-25:before { + content: "\338"; +} +.isax-bag-timer5:before { + content: "\339"; +} +.isax-bank5:before { + content: "\33a"; +} +.isax-barcode5:before { + content: "\33b"; +} +.isax-battery-3full5:before { + content: "\33c"; +} +.isax-battery-charging5:before { + content: "\33d"; +} +.isax-battery-disable5:before { + content: "\33e"; +} +.isax-battery-empty5:before { + content: "\33f"; +} +.isax-battery-empty-15:before { + content: "\340"; +} +.isax-battery-full5:before { + content: "\341"; +} +.isax-bezier5:before { + content: "\342"; +} +.isax-bill5:before { + content: "\343"; +} +.isax-bitcoin-card5:before { + content: "\344"; +} +.isax-bitcoin-convert5:before { + content: "\345"; +} +.isax-bitcoin-refresh5:before { + content: "\346"; +} +.isax-blend5:before { + content: "\347"; +} +.isax-blend-25:before { + content: "\348"; +} +.isax-bluetooth5:before { + content: "\349"; +} +.isax-bluetooth-25:before { + content: "\34a"; +} +.isax-bluetooth-circle5:before { + content: "\34b"; +} +.isax-bluetooth-rectangle5:before { + content: "\34c"; +} +.isax-blur5:before { + content: "\34d"; +} +.isax-book5:before { + content: "\34e"; +} +.isax-book-15:before { + content: "\34f"; +} +.isax-bookmark5:before { + content: "\350"; +} +.isax-bookmark-25:before { + content: "\351"; +} +.isax-book-saved5:before { + content: "\352"; +} +.isax-book-square5:before { + content: "\353"; +} +.isax-box5:before { + content: "\354"; +} +.isax-box-15:before { + content: "\355"; +} +.isax-box-25:before { + content: "\356"; +} +.isax-box-add5:before { + content: "\357"; +} +.isax-box-remove5:before { + content: "\358"; +} +.isax-box-search5:before { + content: "\359"; +} +.isax-box-tick5:before { + content: "\35a"; +} +.isax-box-time5:before { + content: "\35b"; +} +.isax-briefcase5:before { + content: "\35c"; +} +.isax-brifecase-cross5:before { + content: "\35d"; +} +.isax-brifecase-tick5:before { + content: "\35e"; +} +.isax-brifecase-timer5:before { + content: "\35f"; +} +.isax-broom5:before { + content: "\360"; +} +.isax-brush5:before { + content: "\361"; +} +.isax-brush-15:before { + content: "\362"; +} +.isax-brush-25:before { + content: "\363"; +} +.isax-brush-35:before { + content: "\364"; +} +.isax-brush-45:before { + content: "\365"; +} +.isax-bubble5:before { + content: "\366"; +} +.isax-bucket5:before { + content: "\367"; +} +.isax-bucket-circle5:before { + content: "\368"; +} +.isax-bucket-square5:before { + content: "\369"; +} +.isax-building5:before { + content: "\36a"; +} +.isax-building-35:before { + content: "\36b"; +} +.isax-building-45:before { + content: "\36c"; +} +.isax-buildings5:before { + content: "\36d"; +} +.isax-buildings-25:before { + content: "\36e"; +} +.isax-buliding5:before { + content: "\36f"; +} +.isax-bus5:before { + content: "\370"; +} +.isax-buy-crypto5:before { + content: "\371"; +} +.isax-cake5:before { + content: "\372"; +} +.isax-calculator5:before { + content: "\373"; +} +.isax-calendar5:before { + content: "\374"; +} +.isax-calendar-15:before { + content: "\375"; +} +.isax-calendar-25:before { + content: "\376"; +} +.isax-calendar-add5:before { + content: "\377"; +} +.isax-calendar-circle5:before { + content: "\378"; +} +.isax-calendar-edit5:before { + content: "\379"; +} +.isax-calendar-remove5:before { + content: "\37a"; +} +.isax-calendar-search5:before { + content: "\37b"; +} +.isax-calendar-tick5:before { + content: "\37c"; +} +.isax-call5:before { + content: "\37d"; +} +.isax-call-add5:before { + content: "\37e"; +} +.isax-call-calling5:before { + content: "\37f"; +} +.isax-call-incoming5:before { + content: "\380"; +} +.isax-call-minus5:before { + content: "\381"; +} +.isax-call-outgoing5:before { + content: "\382"; +} +.isax-call-received5:before { + content: "\383"; +} +.isax-call-remove5:before { + content: "\384"; +} +.isax-call-slash5:before { + content: "\385"; +} +.isax-camera5:before { + content: "\386"; +} +.isax-camera-slash5:before { + content: "\387"; +} +.isax-candle5:before { + content: "\388"; +} +.isax-candle-25:before { + content: "\389"; +} +.isax-car5:before { + content: "\38a"; +} +.isax-card5:before { + content: "\38b"; +} +.isax-card-add5:before { + content: "\38c"; +} +.isax-card-coin5:before { + content: "\38d"; +} +.isax-card-edit5:before { + content: "\38e"; +} +.isax-card-pos5:before { + content: "\38f"; +} +.isax-card-receive5:before { + content: "\390"; +} +.isax-card-remove5:before { + content: "\391"; +} +.isax-card-remove-15:before { + content: "\392"; +} +.isax-cards5:before { + content: "\393"; +} +.isax-card-send5:before { + content: "\394"; +} +.isax-card-slash5:before { + content: "\395"; +} +.isax-card-tick5:before { + content: "\396"; +} +.isax-card-tick-15:before { + content: "\397"; +} +.isax-category5:before { + content: "\398"; +} +.isax-category-25:before { + content: "\399"; +} +.isax-cd5:before { + content: "\39a"; +} +.isax-chart5:before { + content: "\39b"; +} +.isax-chart-15:before { + content: "\39c"; +} +.isax-chart-26:before { + content: "\39d"; +} +.isax-chart-35:before { + content: "\39e"; +} +.isax-chart-215:before { + content: "\39f"; +} +.isax-chart-fail3:before { + content: "\3a0"; +} +.isax-chart-square5:before { + content: "\3a1"; +} +.isax-chart-success5:before { + content: "\3a2"; +} +.isax-check5:before { + content: "\3a3"; +} +.isax-chrome5:before { + content: "\3a4"; +} +.isax-clipboard5:before { + content: "\3a5"; +} +.isax-clipboard-close5:before { + content: "\3a6"; +} +.isax-clipboard-export5:before { + content: "\3a7"; +} +.isax-clipboard-import5:before { + content: "\3a8"; +} +.isax-clipboard-text5:before { + content: "\3a9"; +} +.isax-clipboard-tick5:before { + content: "\3aa"; +} +.isax-clock5:before { + content: "\3ab"; +} +.isax-clock-15:before { + content: "\3ac"; +} +.isax-close-circle5:before { + content: "\3ad"; +} +.isax-close-square5:before { + content: "\3ae"; +} +.isax-cloud5:before { + content: "\3af"; +} +.isax-cloud-add5:before { + content: "\3b0"; +} +.isax-cloud-change5:before { + content: "\3b1"; +} +.isax-cloud-connection5:before { + content: "\3b2"; +} +.isax-cloud-cross5:before { + content: "\3b3"; +} +.isax-cloud-drizzle5:before { + content: "\3b4"; +} +.isax-cloud-fog5:before { + content: "\3b5"; +} +.isax-cloud-lightning5:before { + content: "\3b6"; +} +.isax-cloud-minus5:before { + content: "\3b7"; +} +.isax-cloud-notif5:before { + content: "\3b8"; +} +.isax-cloud-plus5:before { + content: "\3b9"; +} +.isax-cloud-remove5:before { + content: "\3ba"; +} +.isax-cloud-snow5:before { + content: "\3bb"; +} +.isax-cloud-sunny5:before { + content: "\3bc"; +} +.isax-code5:before { + content: "\3bd"; +} +.isax-code-15:before { + content: "\3be"; +} +.isax-code-circle5:before { + content: "\3bf"; +} +.isax-coffee5:before { + content: "\3c0"; +} +.isax-coin5:before { + content: "\3c1"; +} +.isax-coin-15:before { + content: "\3c2"; +} +.isax-colorfilter5:before { + content: "\3c3"; +} +.isax-colors-square5:before { + content: "\3c4"; +} +.isax-color-swatch5:before { + content: "\3c5"; +} +.isax-command5:before { + content: "\3c6"; +} +.isax-command-square5:before { + content: "\3c7"; +} +.isax-component5:before { + content: "\3c8"; +} +.isax-computing5:before { + content: "\3c9"; +} +.isax-convert5:before { + content: "\3ca"; +} +.isax-convert-3d-cube5:before { + content: "\3cb"; +} +.isax-convert-card5:before { + content: "\3cc"; +} +.isax-convertshape5:before { + content: "\3cd"; +} +.isax-convertshape-25:before { + content: "\3ce"; +} +.isax-copy5:before { + content: "\3cf"; +} +.isax-copyright5:before { + content: "\3d0"; +} +.isax-copy-success5:before { + content: "\3d1"; +} +.isax-courthouse5:before { + content: "\3d2"; +} +.isax-cpu5:before { + content: "\3d3"; +} +.isax-cpu-charge5:before { + content: "\3d4"; +} +.isax-cpu-setting5:before { + content: "\3d5"; +} +.isax-creative-commons5:before { + content: "\3d6"; +} +.isax-crop5:before { + content: "\3d7"; +} +.isax-crown5:before { + content: "\3d8"; +} +.isax-crown-15:before { + content: "\3d9"; +} +.isax-cup5:before { + content: "\3da"; +} +.isax-danger5:before { + content: "\3db"; +} +.isax-data5:before { + content: "\3dc"; +} +.isax-data-25 .path1:before { + content: "\3dd"; + color: rgb(41, 45, 50); +} +.isax-data-25 .path2:before { + content: "\66d"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data-25 .path3:before { + content: "\66e"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-data-25 .path4:before { + content: "\66f"; + margin-left: -1em; + color: rgb(41, 45, 50); + opacity: 0.96; +} +.isax-data-25 .path5:before { + content: "\670"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-designtools5:before { + content: "\3de"; +} +.isax-device-message5:before { + content: "\3df"; +} +.isax-devices5:before { + content: "\3e0"; +} +.isax-devices-14:before { + content: "\3e1"; +} +.isax-diagram5:before { + content: "\3e2"; +} +.isax-diamonds5:before { + content: "\3e3"; +} +.isax-direct5:before { + content: "\3e4"; +} +.isax-directbox-default5:before { + content: "\3e5"; +} +.isax-directbox-notif5:before { + content: "\3e6"; +} +.isax-directbox-receive5:before { + content: "\3e7"; +} +.isax-directbox-send5:before { + content: "\3e8"; +} +.isax-direct-down5:before { + content: "\3e9"; +} +.isax-direct-inbox5:before { + content: "\3ea"; +} +.isax-direct-left5:before { + content: "\3eb"; +} +.isax-direct-normal5:before { + content: "\3ec"; +} +.isax-direct-notification5:before { + content: "\3ed"; +} +.isax-direct-right5:before { + content: "\3ee"; +} +.isax-direct-send5:before { + content: "\3ef"; +} +.isax-direct-up5:before { + content: "\3f0"; +} +.isax-discount-circle5:before { + content: "\3f1"; +} +.isax-discount-shape5:before { + content: "\3f2"; +} +.isax-discover5:before { + content: "\3f3"; +} +.isax-discover-14:before { + content: "\3f4"; +} +.isax-dislike5:before { + content: "\3f5"; +} +.isax-document5:before { + content: "\3f6"; +} +.isax-document-15:before { + content: "\3f7"; +} +.isax-document-cloud5:before { + content: "\3f8"; +} +.isax-document-code5:before { + content: "\3f9"; +} +.isax-document-code-25:before { + content: "\3fa"; +} +.isax-document-copy5:before { + content: "\3fb"; +} +.isax-document-download5:before { + content: "\3fc"; +} +.isax-document-favorite5:before { + content: "\3fd"; +} +.isax-document-filter5:before { + content: "\3fe"; +} +.isax-document-forward5:before { + content: "\3ff"; +} +.isax-document-like5:before { + content: "\400"; +} +.isax-document-normal4:before { + content: "\401"; +} +.isax-document-previous5:before { + content: "\402"; +} +.isax-document-sketch5:before { + content: "\403"; +} +.isax-document-text5:before { + content: "\404"; +} +.isax-document-text-15:before { + content: "\405"; +} +.isax-document-upload5:before { + content: "\406"; +} +.isax-dollar-circle4:before { + content: "\407"; +} +.isax-dollar-square5:before { + content: "\408"; +} +.isax-driver5:before { + content: "\409"; +} +.isax-driver-25:before { + content: "\40a"; +} +.isax-driver-refresh5:before { + content: "\40b"; +} +.isax-driving5:before { + content: "\40c"; +} +.isax-drop3:before { + content: "\40d"; +} +.isax-edit5:before { + content: "\40e"; +} +.isax-edit-25:before { + content: "\40f"; +} +.isax-electricity5:before { + content: "\410"; +} +.isax-element-25:before { + content: "\411"; +} +.isax-element-35:before { + content: "\412"; +} +.isax-element-45:before { + content: "\413"; +} +.isax-element-equal5:before { + content: "\414"; +} +.isax-element-plus5:before { + content: "\415"; +} +.isax-emoji-happy5:before { + content: "\416"; +} +.isax-emoji-normal5:before { + content: "\417"; +} +.isax-emoji-sad5:before { + content: "\418"; +} +.isax-empty-wallet5:before { + content: "\419"; +} +.isax-empty-wallet-add5:before { + content: "\41a"; +} +.isax-empty-wallet-change4:before { + content: "\41b"; +} +.isax-empty-wallet-remove5:before { + content: "\41c"; +} +.isax-empty-wallet-tick5:before { + content: "\41d"; +} +.isax-empty-wallet-time4:before { + content: "\41e"; +} +.isax-eraser5:before { + content: "\41f"; +} +.isax-eraser-15:before { + content: "\420"; +} +.isax-export5:before { + content: "\421"; +} +.isax-export-15:before { + content: "\422"; +} +.isax-export-25:before { + content: "\423"; +} +.isax-export-35:before { + content: "\424"; +} +.isax-external-drive5:before { + content: "\425"; +} +.isax-eye4:before { + content: "\426"; +} +.isax-eye-slash5:before { + content: "\427"; +} +.isax-fatrows5:before { + content: "\428"; +} +.isax-favorite-chart5:before { + content: "\429"; +} +.isax-filter5:before { + content: "\42a"; +} +.isax-filter-add5:before { + content: "\42b"; +} +.isax-filter-edit5:before { + content: "\42c"; +} +.isax-filter-remove5:before { + content: "\42d"; +} +.isax-filter-search5:before { + content: "\42e"; +} +.isax-filter-square5:before { + content: "\42f"; +} +.isax-filter-tick5:before { + content: "\430"; +} +.isax-finger-cricle5:before { + content: "\431"; +} +.isax-finger-scan5:before { + content: "\432"; +} +.isax-firstline5:before { + content: "\433"; +} +.isax-flag5:before { + content: "\434"; +} +.isax-flag-25:before { + content: "\435"; +} +.isax-flash5:before { + content: "\436"; +} +.isax-flash-15:before { + content: "\437"; +} +.isax-flash-circle5:before { + content: "\438"; +} +.isax-flash-circle-15:before { + content: "\439"; +} +.isax-flash-slash5:before { + content: "\43a"; +} +.isax-folder5:before { + content: "\43b"; +} +.isax-folder-25:before { + content: "\43c"; +} +.isax-folder-add5:before { + content: "\43d"; +} +.isax-folder-cloud5:before { + content: "\43e"; +} +.isax-folder-connection5:before { + content: "\43f"; +} +.isax-folder-cross5:before { + content: "\440"; +} +.isax-folder-favorite5:before { + content: "\441"; +} +.isax-folder-minus5:before { + content: "\442"; +} +.isax-folder-open5:before { + content: "\443"; +} +.isax-forbidden5:before { + content: "\444"; +} +.isax-forbidden-25:before { + content: "\445"; +} +.isax-format-circle5:before { + content: "\446"; +} +.isax-format-square5:before { + content: "\447"; +} +.isax-forward5:before { + content: "\448"; +} +.isax-forward-5-seconds5:before { + content: "\449"; +} +.isax-forward-10-seconds5:before { + content: "\44a"; +} +.isax-forward-15-seconds5:before { + content: "\44b"; +} +.isax-forward-item5:before { + content: "\44c"; +} +.isax-forward-square5:before { + content: "\44d"; +} +.isax-frame5:before { + content: "\44e"; +} +.isax-frame-15:before { + content: "\44f"; +} +.isax-frame-25:before { + content: "\450"; +} +.isax-frame-35:before { + content: "\451"; +} +.isax-frame-45:before { + content: "\452"; +} +.isax-gallery5:before { + content: "\453"; +} +.isax-gallery-add5:before { + content: "\454"; +} +.isax-gallery-edit5:before { + content: "\455"; +} +.isax-gallery-export4:before { + content: "\456"; +} +.isax-gallery-favorite5:before { + content: "\457"; +} +.isax-gallery-import5:before { + content: "\458"; +} +.isax-gallery-remove5:before { + content: "\459"; +} +.isax-gallery-slash5:before { + content: "\45a"; +} +.isax-gallery-tick5:before { + content: "\45b"; +} +.isax-game5:before { + content: "\45c"; +} +.isax-gameboy5:before { + content: "\45d"; +} +.isax-gas-station4:before { + content: "\45e"; +} +.isax-gemini5:before { + content: "\45f"; +} +.isax-gemini-25:before { + content: "\460"; +} +.isax-ghost5:before { + content: "\461"; +} +.isax-gift5:before { + content: "\462"; +} +.isax-glass5:before { + content: "\463"; +} +.isax-glass-15:before { + content: "\464"; +} +.isax-global5:before { + content: "\465"; +} +.isax-global-edit5:before { + content: "\466"; +} +.isax-global-refresh5:before { + content: "\467"; +} +.isax-global-search5:before { + content: "\468"; +} +.isax-gps5:before { + content: "\469"; +} +.isax-gps-slash5:before { + content: "\46a"; +} +.isax-grammerly5:before { + content: "\46b"; +} +.isax-graph5:before { + content: "\46c"; +} +.isax-grid-15:before { + content: "\46d"; +} +.isax-grid-25:before { + content: "\46e"; +} +.isax-grid-35:before { + content: "\46f"; +} +.isax-grid-45:before { + content: "\470"; +} +.isax-grid-55:before { + content: "\471"; +} +.isax-grid-65:before { + content: "\472"; +} +.isax-grid-75:before { + content: "\473"; +} +.isax-grid-85:before { + content: "\474"; +} +.isax-grid-95:before { + content: "\475"; +} +.isax-grid-edit5:before { + content: "\476"; +} +.isax-grid-eraser5:before { + content: "\477"; +} +.isax-grid-lock5:before { + content: "\478"; +} +.isax-happyemoji5:before { + content: "\479"; +} +.isax-hashtag5:before { + content: "\47a"; +} +.isax-hashtag-15:before { + content: "\47b"; +} +.isax-hashtag-down5:before { + content: "\47c"; +} +.isax-hashtag-up5:before { + content: "\47d"; +} +.isax-headphone5:before { + content: "\47e"; +} +.isax-headphones5:before { + content: "\47f"; +} +.isax-health5:before { + content: "\480"; +} +.isax-heart5:before { + content: "\481"; +} +.isax-heart-add5:before { + content: "\482"; +} +.isax-heart-circle5:before { + content: "\483"; +} +.isax-heart-edit5:before { + content: "\484"; +} +.isax-heart-remove5:before { + content: "\485"; +} +.isax-heart-search5:before { + content: "\486"; +} +.isax-heart-slash5:before { + content: "\487"; +} +.isax-heart-tick5:before { + content: "\488"; +} +.isax-hierarchy5:before { + content: "\489"; +} +.isax-hierarchy-25:before { + content: "\48a"; +} +.isax-hierarchy-35:before { + content: "\48b"; +} +.isax-hierarchy-square5:before { + content: "\48c"; +} +.isax-hierarchy-square-25:before { + content: "\48d"; +} +.isax-hierarchy-square-35:before { + content: "\48e"; +} +.isax-home5:before { + content: "\48f"; +} +.isax-home-15:before { + content: "\490"; +} +.isax-home-25:before { + content: "\491"; +} +.isax-home-hashtag5:before { + content: "\492"; +} +.isax-home-trend-down5:before { + content: "\493"; +} +.isax-home-trend-up5:before { + content: "\494"; +} +.isax-home-wifi5:before { + content: "\495"; +} +.isax-hospital5:before { + content: "\496"; +} +.isax-house5:before { + content: "\497"; +} +.isax-house-25:before { + content: "\498"; +} +.isax-image5:before { + content: "\499"; +} +.isax-import5:before { + content: "\49a"; +} +.isax-import-15:before { + content: "\49b"; +} +.isax-import-25:before { + content: "\49c"; +} +.isax-import-3:before { + content: "\49d"; +} +.isax-info-circle5:before { + content: "\49e"; +} +.isax-information5:before { + content: "\49f"; +} +.isax-instagram5:before { + content: "\4a0"; +} +.isax-judge5:before { + content: "\4a1"; +} +.isax-kanban4:before { + content: "\4a2"; +} +.isax-key5:before { + content: "\4a3"; +} +.isax-keyboard5:before { + content: "\4a4"; +} +.isax-keyboard-open5:before { + content: "\4a5"; +} +.isax-key-square5:before { + content: "\4a6"; +} +.isax-lamp5:before { + content: "\4a7"; +} +.isax-lamp-15:before { + content: "\4a8"; +} +.isax-lamp-charge5:before { + content: "\4a9"; +} +.isax-lamp-on5:before { + content: "\4aa"; +} +.isax-lamp-slash5:before { + content: "\4ab"; +} +.isax-language-circle5:before { + content: "\4ac"; +} +.isax-language-square5:before { + content: "\4ad"; +} +.isax-layer5:before { + content: "\4ae"; +} +.isax-level5:before { + content: "\4af"; +} +.isax-lifebuoy5:before { + content: "\4b0"; +} +.isax-like5:before { + content: "\4b1"; +} +.isax-like-15:before { + content: "\4b2"; +} +.isax-like-dislike5:before { + content: "\4b3"; +} +.isax-like-shapes5:before { + content: "\4b4"; +} +.isax-like-tag5:before { + content: "\4b5"; +} +.isax-link5:before { + content: "\4b6"; +} +.isax-link-15:before { + content: "\4b7"; +} +.isax-link-26:before { + content: "\4b8"; +} +.isax-link-215:before { + content: "\4b9"; +} +.isax-link-circle5:before { + content: "\4ba"; +} +.isax-link-square5:before { + content: "\4bb"; +} +.isax-location5:before { + content: "\4bc"; +} +.isax-location-add5:before { + content: "\4bd"; +} +.isax-location-cross5:before { + content: "\4be"; +} +.isax-location-minus5:before { + content: "\4bf"; +} +.isax-location-slash5:before { + content: "\4c0"; +} +.isax-location-tick5:before { + content: "\4c1"; +} +.isax-lock5:before { + content: "\4c2"; +} +.isax-lock-15:before { + content: "\4c3"; +} +.isax-lock-circle5:before { + content: "\4c4"; +} +.isax-lock-slash5:before { + content: "\4c5"; +} +.isax-login5:before { + content: "\4c6"; +} +.isax-login-15:before { + content: "\4c7"; +} +.isax-logout5:before { + content: "\4c8"; +} +.isax-logout-15:before { + content: "\4c9"; +} +.isax-lovely5:before { + content: "\4ca"; +} +.isax-magicpen5:before { + content: "\4cb"; +} +.isax-magic-star5:before { + content: "\4cc"; +} +.isax-main-component5:before { + content: "\4cd"; +} +.isax-man5:before { + content: "\4ce"; +} +.isax-map5:before { + content: "\4cf"; +} +.isax-map-15:before { + content: "\4d0"; +} +.isax-mask5:before { + content: "\4d1"; +} +.isax-mask-15:before { + content: "\4d2"; +} +.isax-mask-25:before { + content: "\4d3"; +} +.isax-math5:before { + content: "\4d4"; +} +.isax-maximize5:before { + content: "\4d5"; +} +.isax-maximize-15:before { + content: "\4d6"; +} +.isax-maximize-26:before { + content: "\4d7"; +} +.isax-maximize-35:before { + content: "\4d8"; +} +.isax-maximize-45:before { + content: "\4d9"; +} +.isax-maximize-215:before { + content: "\4da"; +} +.isax-maximize-circle4:before { + content: "\4db"; +} +.isax-medal5:before { + content: "\4dc"; +} +.isax-medal-star5:before { + content: "\4dd"; +} +.isax-menu5:before { + content: "\4de"; +} +.isax-menu-15:before { + content: "\4df"; +} +.isax-menu-board5:before { + content: "\4e0"; +} +.isax-message5:before { + content: "\4e1"; +} +.isax-message-25:before { + content: "\4e2"; +} +.isax-message-add5:before { + content: "\4e3"; +} +.isax-message-add-15:before { + content: "\4e4"; +} +.isax-message-circle5:before { + content: "\4e5"; +} +.isax-message-edit5:before { + content: "\4e6"; +} +.isax-message-favorite5:before { + content: "\4e7"; +} +.isax-message-minus5:before { + content: "\4e8"; +} +.isax-message-notif5:before { + content: "\4e9"; +} +.isax-message-programming5:before { + content: "\4ea"; +} +.isax-message-question5:before { + content: "\4eb"; +} +.isax-message-remove5:before { + content: "\4ec"; +} +.isax-messages5:before { + content: "\4ed"; +} +.isax-messages-15:before { + content: "\4ee"; +} +.isax-messages-25:before { + content: "\4ef"; +} +.isax-messages-35:before { + content: "\4f0"; +} +.isax-message-search5:before { + content: "\4f1"; +} +.isax-message-square5:before { + content: "\4f2"; +} +.isax-message-text5:before { + content: "\4f3"; +} +.isax-message-text-15:before { + content: "\4f4"; +} +.isax-message-tick5:before { + content: "\4f5"; +} +.isax-message-time5:before { + content: "\4f6"; +} +.isax-microphone5:before { + content: "\4f7"; +} +.isax-microphone-25:before { + content: "\4f8"; +} +.isax-microphone-slash5:before { + content: "\4f9"; +} +.isax-microphone-slash-15:before { + content: "\4fa"; +} +.isax-microscope5:before { + content: "\4fb"; +} +.isax-milk5:before { + content: "\4fc"; +} +.isax-mini-music-sqaure5 .path1:before { + content: "\4fd"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-mini-music-sqaure5 .path2:before { + content: "\671"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-mini-music-sqaure5 .path3:before { + content: "\672"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-minus5:before { + content: "\4fe"; +} +.isax-minus-cirlce5:before { + content: "\4ff"; +} +.isax-minus-square5:before { + content: "\500"; +} +.isax-mirror5:before { + content: "\501"; +} +.isax-mirroring-screen5:before { + content: "\502"; +} +.isax-mobile5:before { + content: "\503"; +} +.isax-mobile-programming5:before { + content: "\504"; +} +.isax-money5:before { + content: "\505"; +} +.isax-money-25:before { + content: "\506"; +} +.isax-money-35:before { + content: "\507"; +} +.isax-money-45:before { + content: "\508"; +} +.isax-money-add5:before { + content: "\509"; +} +.isax-money-change5:before { + content: "\50a"; +} +.isax-money-forbidden5:before { + content: "\50b"; +} +.isax-money-recive5:before { + content: "\50c"; +} +.isax-money-remove5:before { + content: "\50d"; +} +.isax-moneys5:before { + content: "\50e"; +} +.isax-money-send5:before { + content: "\50f"; +} +.isax-money-tick5:before { + content: "\510"; +} +.isax-money-time5:before { + content: "\511"; +} +.isax-monitor5:before { + content: "\512"; +} +.isax-monitor-mobbile5:before { + content: "\513"; +} +.isax-monitor-recorder5:before { + content: "\514"; +} +.isax-moon5:before { + content: "\515"; +} +.isax-more5:before { + content: "\516"; +} +.isax-more-25:before { + content: "\517"; +} +.isax-more-circle5:before { + content: "\518"; +} +.isax-more-square5:before { + content: "\519"; +} +.isax-mouse5:before { + content: "\51a"; +} +.isax-mouse-15:before { + content: "\51b"; +} +.isax-mouse-circle5:before { + content: "\51c"; +} +.isax-mouse-square5:before { + content: "\51d"; +} +.isax-music5:before { + content: "\51e"; +} +.isax-music-circle5:before { + content: "\51f"; +} +.isax-music-dashboard5:before { + content: "\520"; +} +.isax-music-filter5:before { + content: "\521"; +} +.isax-music-library-25:before { + content: "\522"; +} +.isax-musicnote5:before { + content: "\523"; +} +.isax-music-play5:before { + content: "\524"; +} +.isax-music-playlist5:before { + content: "\525"; +} +.isax-music-square5:before { + content: "\526"; +} +.isax-music-square-add5:before { + content: "\527"; +} +.isax-music-square-remove5:before { + content: "\528"; +} +.isax-music-square-search5:before { + content: "\529"; +} +.isax-next5:before { + content: "\52a"; +} +.isax-note5:before { + content: "\52b"; +} +.isax-note-15:before { + content: "\52c"; +} +.isax-note-26:before { + content: "\52d"; +} +.isax-note-215:before { + content: "\52e"; +} +.isax-note-add5:before { + content: "\52f"; +} +.isax-note-favorite5:before { + content: "\530"; +} +.isax-note-remove5:before { + content: "\531"; +} +.isax-note-square5:before { + content: "\532"; +} +.isax-note-text5:before { + content: "\533"; +} +.isax-notification5:before { + content: "\534"; +} +.isax-notification-15:before { + content: "\535"; +} +.isax-notification-bing5:before { + content: "\536"; +} +.isax-notification-favorite5:before { + content: "\537"; +} +.isax-notification-status5:before { + content: "\538"; +} +.isax-omega-circle5:before { + content: "\539"; +} +.isax-omega-square5:before { + content: "\53a"; +} +.isax-paintbucket5:before { + content: "\53b"; +} +.isax-paperclip5:before { + content: "\53c"; +} +.isax-paperclip-25:before { + content: "\53d"; +} +.isax-password-check5:before { + content: "\53e"; +} +.isax-path5:before { + content: "\53f"; +} +.isax-path-25:before { + content: "\540"; +} +.isax-path-square5:before { + content: "\541"; +} +.isax-pause5:before { + content: "\542"; +} +.isax-pause-circle5:before { + content: "\543"; +} +.isax-pen-add5:before { + content: "\544"; +} +.isax-pen-close5:before { + content: "\545"; +} +.isax-pen-remove5:before { + content: "\546"; +} +.isax-pen-tool5:before { + content: "\547"; +} +.isax-pen-tool-25:before { + content: "\548"; +} +.isax-people5:before { + content: "\549"; +} +.isax-percentage-circle5:before { + content: "\54a"; +} +.isax-percentage-square5:before { + content: "\54b"; +} +.isax-personalcard5:before { + content: "\54c"; +} +.isax-pet5:before { + content: "\54d"; +} +.isax-pharagraphspacing5:before { + content: "\54e"; +} +.isax-picture-frame5:before { + content: "\54f"; +} +.isax-play5:before { + content: "\550"; +} +.isax-play-add5:before { + content: "\551"; +} +.isax-play-circle5:before { + content: "\552"; +} +.isax-play-cricle5:before { + content: "\553"; +} +.isax-play-remove5:before { + content: "\554"; +} +.isax-presention-chart5:before { + content: "\555"; +} +.isax-previous5:before { + content: "\556"; +} +.isax-printer5:before { + content: "\557"; +} +.isax-printer-slash5:before { + content: "\558"; +} +.isax-profile-2user5:before { + content: "\559"; +} +.isax-profile-add5:before { + content: "\55a"; +} +.isax-profile-circle5:before { + content: "\55b"; +} +.isax-profile-delete5:before { + content: "\55c"; +} +.isax-profile-remove5:before { + content: "\55d"; +} +.isax-profile-tick5:before { + content: "\55e"; +} +.isax-programming-arrow5:before { + content: "\55f"; +} +.isax-programming-arrows5:before { + content: "\560"; +} +.isax-quote-down5:before { + content: "\561"; +} +.isax-quote-down-circle5:before { + content: "\562"; +} +.isax-quote-down-square5:before { + content: "\563"; +} +.isax-quote-up5:before { + content: "\564"; +} +.isax-quote-up-circle5:before { + content: "\565"; +} +.isax-quote-up-square5:before { + content: "\566"; +} +.isax-radar5:before { + content: "\567"; +} +.isax-radar-15:before { + content: "\568"; +} +.isax-radar-25:before { + content: "\569"; +} +.isax-radio5:before { + content: "\56a"; +} +.isax-ram5:before { + content: "\56b"; +} +.isax-ram-25:before { + content: "\56c"; +} +.isax-ranking5:before { + content: "\56d"; +} +.isax-ranking-15:before { + content: "\56e"; +} +.isax-receipt5:before { + content: "\56f"; +} +.isax-receipt-15:before { + content: "\570"; +} +.isax-receipt-25:before { + content: "\571"; +} +.isax-receipt-2-15:before { + content: "\572"; +} +.isax-receipt-add5:before { + content: "\573"; +} +.isax-receipt-discount5:before { + content: "\574"; +} +.isax-receipt-disscount5:before { + content: "\575"; +} +.isax-receipt-edit5:before { + content: "\576"; +} +.isax-receipt-item5:before { + content: "\577"; +} +.isax-receipt-minus5:before { + content: "\578"; +} +.isax-receipt-search5:before { + content: "\579"; +} +.isax-receipt-square5:before { + content: "\57a"; +} +.isax-receipt-text5:before { + content: "\57b"; +} +.isax-received5:before { + content: "\57c"; +} +.isax-receive-square5:before { + content: "\57d"; +} +.isax-receive-square-25:before { + content: "\57e"; +} +.isax-record5:before { + content: "\57f"; +} +.isax-record-circle5:before { + content: "\580"; +} +.isax-recovery-convert5:before { + content: "\581"; +} +.isax-redo5:before { + content: "\582"; +} +.isax-refresh5:before { + content: "\583"; +} +.isax-refresh-25:before { + content: "\584"; +} +.isax-refresh-circle5:before { + content: "\585"; +} +.isax-refresh-left-square5:before { + content: "\586"; +} +.isax-refresh-right-square5:before { + content: "\587"; +} +.isax-refresh-square-25:before { + content: "\588"; +} +.isax-repeat5:before { + content: "\589"; +} +.isax-repeat-circle5:before { + content: "\58a"; +} +.isax-repeate-music5:before { + content: "\58b"; +} +.isax-repeate-one5:before { + content: "\58c"; +} +.isax-reserve5:before { + content: "\58d"; +} +.isax-rotate-left5:before { + content: "\58e"; +} +.isax-rotate-left-15:before { + content: "\58f"; +} +.isax-rotate-right5:before { + content: "\590"; +} +.isax-rotate-right-15:before { + content: "\591"; +} +.isax-route-square5:before { + content: "\592"; +} +.isax-routing5:before { + content: "\593"; +} +.isax-routing-25:before { + content: "\594"; +} +.isax-row-horizontal5:before { + content: "\595"; +} +.isax-row-vertical5:before { + content: "\596"; +} +.isax-rulerpen5:before { + content: "\597"; +} +.isax-ruler5:before { + content: "\598"; +} +.isax-safe-home5:before { + content: "\599"; +} +.isax-sagittarius5:before { + content: "\59a"; +} +.isax-save-25:before { + content: "\59b"; +} +.isax-save-add5:before { + content: "\59c"; +} +.isax-save-minus5:before { + content: "\59d"; +} +.isax-save-remove5:before { + content: "\59e"; +} +.isax-scan5:before { + content: "\59f"; +} +.isax-scan-barcode5:before { + content: "\5a0"; +} +.isax-scanner5:before { + content: "\5a1"; +} +.isax-scanning5:before { + content: "\5a2"; +} +.isax-scissor5:before { + content: "\5a3"; +} +.isax-scissor-15:before { + content: "\5a4"; +} +.isax-screenmirroring5:before { + content: "\5a5"; +} +.isax-scroll5:before { + content: "\5a6"; +} +.isax-search-favorite5:before { + content: "\5a7"; +} +.isax-search-favorite-15:before { + content: "\5a8"; +} +.isax-search-normal5:before { + content: "\5a9"; +} +.isax-search-normal-15:before { + content: "\5aa"; +} +.isax-search-status5:before { + content: "\5ab"; +} +.isax-search-status-15:before { + content: "\5ac"; +} +.isax-search-zoom-in5:before { + content: "\5ad"; +} +.isax-search-zoom-in-15:before { + content: "\5ae"; +} +.isax-search-zoom-out5:before { + content: "\5af"; +} +.isax-search-zoom-out-15:before { + content: "\5b0"; +} +.isax-security5:before { + content: "\5b1"; +} +.isax-security-card5:before { + content: "\5b2"; +} +.isax-security-safe5:before { + content: "\5b3"; +} +.isax-security-time5:before { + content: "\5b4"; +} +.isax-security-user5:before { + content: "\5b5"; +} +.isax-send5:before { + content: "\5b6"; +} +.isax-send-15:before { + content: "\5b7"; +} +.isax-send-25:before { + content: "\5b8"; +} +.isax-send-sqaure-25:before { + content: "\5b9"; +} +.isax-send-square5:before { + content: "\5ba"; +} +.isax-setting5:before { + content: "\5bb"; +} +.isax-setting-25:before { + content: "\5bc"; +} +.isax-setting-35:before { + content: "\5bd"; +} +.isax-setting-45:before { + content: "\5be"; +} +.isax-setting-55:before { + content: "\5bf"; +} +.isax-settings5:before { + content: "\5c0"; +} +.isax-shapes5:before { + content: "\5c1"; +} +.isax-shapes-15:before { + content: "\5c2"; +} +.isax-share5:before { + content: "\5c3"; +} +.isax-shield-cross5:before { + content: "\5c4"; +} +.isax-shield-search5:before { + content: "\5c5"; +} +.isax-shield-security2:before { + content: "\5c6"; +} +.isax-shield-slash5:before { + content: "\5c7"; +} +.isax-shield-tick5:before { + content: "\5c8"; +} +.isax-ship5:before { + content: "\5c9"; +} +.isax-shop5:before { + content: "\5ca"; +} +.isax-shop-add5:before { + content: "\5cb"; +} +.isax-shopping-bag5:before { + content: "\5cc"; +} +.isax-shopping-cart5:before { + content: "\5cd"; +} +.isax-shop-remove5:before { + content: "\5ce"; +} +.isax-shuffle5:before { + content: "\5cf"; +} +.isax-sidebar-bottom5:before { + content: "\5d0"; +} +.isax-sidebar-left5:before { + content: "\5d1"; +} +.isax-sidebar-right5:before { + content: "\5d2"; +} +.isax-sidebar-top5:before { + content: "\5d3"; +} +.isax-signpost5:before { + content: "\5d4"; +} +.isax-simcard5:before { + content: "\5d5"; +} +.isax-simcard-15:before { + content: "\5d6"; +} +.isax-simcard-25:before { + content: "\5d7"; +} +.isax-size5:before { + content: "\5d8"; +} +.isax-slash5:before { + content: "\5d9"; +} +.isax-slider5:before { + content: "\5da"; +} +.isax-slider-horizontal5:before { + content: "\5db"; +} +.isax-slider-horizontal-15:before { + content: "\5dc"; +} +.isax-slider-vertical5:before { + content: "\5dd"; +} +.isax-slider-vertical-15:before { + content: "\5de"; +} +.isax-smallcaps5:before { + content: "\5df"; +} +.isax-smart-car5:before { + content: "\5e0"; +} +.isax-smart-home5:before { + content: "\5e1"; +} +.isax-smileys5:before { + content: "\5e2"; +} +.isax-sms5:before { + content: "\5e3"; +} +.isax-sms-edit5:before { + content: "\5e4"; +} +.isax-sms-notification5:before { + content: "\5e5"; +} +.isax-sms-search5:before { + content: "\5e6"; +} +.isax-sms-star5:before { + content: "\5e7"; +} +.isax-sms-tracking5:before { + content: "\5e8"; +} +.isax-sort5:before { + content: "\5e9"; +} +.isax-sound5:before { + content: "\5ea"; +} +.isax-speaker5:before { + content: "\5eb"; +} +.isax-speedometer5:before { + content: "\5ec"; +} +.isax-star5:before { + content: "\5ed"; +} +.isax-star-15:before { + content: "\5ee"; +} +.isax-star-slash5:before { + content: "\5ef"; +} +.isax-status5:before { + content: "\5f0"; +} +.isax-status-up5:before { + content: "\5f1"; +} +.isax-sticker5:before { + content: "\5f2"; +} +.isax-stickynote5:before { + content: "\5f3"; +} +.isax-stop5:before { + content: "\5f4"; +} +.isax-stop-circle5:before { + content: "\5f5"; +} +.isax-story5:before { + content: "\5f6"; +} +.isax-strongbox5:before { + content: "\5f7"; +} +.isax-strongbox-25:before { + content: "\5f8"; +} +.isax-subtitle5:before { + content: "\5f9"; +} +.isax-sun5:before { + content: "\5fa"; +} +.isax-sun-15:before { + content: "\5fb"; +} +.isax-sun-fog5:before { + content: "\5fc"; +} +.isax-tag5:before { + content: "\5fd"; +} +.isax-tag-25:before { + content: "\5fe"; +} +.isax-tag-cross5:before { + content: "\5ff"; +} +.isax-tag-right5:before { + content: "\600"; +} +.isax-tag-user5:before { + content: "\601"; +} +.isax-task5:before { + content: "\602"; +} +.isax-task-square5:before { + content: "\603"; +} +.isax-teacher5:before { + content: "\604"; +} +.isax-text5:before { + content: "\605"; +} +.isax-textalign-center5:before { + content: "\606"; +} +.isax-textalign-justifycenter5:before { + content: "\607"; +} +.isax-textalign-justifyleft5:before { + content: "\608"; +} +.isax-textalign-justifyright5:before { + content: "\609"; +} +.isax-textalign-left5:before { + content: "\60a"; +} +.isax-textalign-right5:before { + content: "\60b"; +} +.isax-text-block5:before { + content: "\60c"; +} +.isax-text-bold5:before { + content: "\60d"; +} +.isax-text-italic5:before { + content: "\60e"; +} +.isax-text-underline5:before { + content: "\60f"; +} +.isax-tick-circle5:before { + content: "\610"; +} +.isax-ticket5:before { + content: "\611"; +} +.isax-ticket-25:before { + content: "\612"; +} +.isax-ticket-discount5:before { + content: "\613"; +} +.isax-ticket-expired5:before { + content: "\614"; +} +.isax-ticket-star5:before { + content: "\615"; +} +.isax-tick-square5:before { + content: "\616"; +} +.isax-timer5:before { + content: "\617"; +} +.isax-timer-15:before { + content: "\618"; +} +.isax-timer-pause5:before { + content: "\619"; +} +.isax-timer-start5:before { + content: "\61a"; +} +.isax-toggle-off5:before { + content: "\61b"; +} +.isax-toggle-off-circle5:before { + content: "\61c"; +} +.isax-toggle-on5:before { + content: "\61d"; +} +.isax-toggle-on-circle5:before { + content: "\61e"; +} +.isax-trade5:before { + content: "\61f"; +} +.isax-transaction-minus5:before { + content: "\620"; +} +.isax-translate5:before { + content: "\621"; +} +.isax-trash5:before { + content: "\622"; +} +.isax-tree5:before { + content: "\623"; +} +.isax-trend-down5:before { + content: "\624"; +} +.isax-trend-up5:before { + content: "\625"; +} +.isax-triangle5:before { + content: "\626"; +} +.isax-truck4:before { + content: "\627"; +} +.isax-truck-fast4:before { + content: "\628"; +} +.isax-truck-remove3:before { + content: "\629"; +} +.isax-truck-tick5:before { + content: "\62a"; +} +.isax-truck-time3:before { + content: "\62b"; +} +.isax-trush-square5:before { + content: "\62c"; +} +.isax-undo5:before { + content: "\62d"; +} +.isax-unlimited5:before { + content: "\62e"; +} +.isax-unlock5:before { + content: "\62f"; +} +.isax-user5:before { + content: "\630"; +} +.isax-user-add5:before { + content: "\631"; +} +.isax-user-cirlce-add5:before { + content: "\632"; +} +.isax-user-edit5:before { + content: "\633"; +} +.isax-user-minus5:before { + content: "\634"; +} +.isax-user-octagon5:before { + content: "\635"; +} +.isax-user-remove5:before { + content: "\636"; +} +.isax-user-search5:before { + content: "\637"; +} +.isax-user-square5:before { + content: "\638"; +} +.isax-user-tag5:before { + content: "\639"; +} +.isax-user-tick5:before { + content: "\63a"; +} +.isax-verify5:before { + content: "\63b"; +} +.isax-video5:before { + content: "\63c"; +} +.isax-video-add5:before { + content: "\63d"; +} +.isax-video-circle5:before { + content: "\63e"; +} +.isax-video-horizontal5:before { + content: "\63f"; +} +.isax-video-octagon5:before { + content: "\640"; +} +.isax-video-play5:before { + content: "\641"; +} +.isax-video-remove5:before { + content: "\642"; +} +.isax-video-slash5 .path1:before { + content: "\643"; + color: rgb(41, 45, 50); + opacity: 0.4; +} +.isax-video-slash5 .path2:before { + content: "\673"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video-slash5 .path3:before { + content: "\674"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video-slash5 .path4:before { + content: "\675"; + margin-left: -1em; + color: rgb(41, 45, 50); +} +.isax-video-square5:before { + content: "\644"; +} +.isax-video-tick5:before { + content: "\645"; +} +.isax-video-time5:before { + content: "\646"; +} +.isax-video-vertical5:before { + content: "\647"; +} +.isax-voice-cricle5:before { + content: "\648"; +} +.isax-voice-square5:before { + content: "\649"; +} +.isax-volume-cross5:before { + content: "\64a"; +} +.isax-volume-high5:before { + content: "\64b"; +} +.isax-volume-low5:before { + content: "\64c"; +} +.isax-volume-low-15:before { + content: "\64d"; +} +.isax-volume-mute5:before { + content: "\64e"; +} +.isax-volume-slash5:before { + content: "\64f"; +} +.isax-volume-up5:before { + content: "\650"; +} +.isax-wallet5:before { + content: "\651"; +} +.isax-wallet-15:before { + content: "\652"; +} +.isax-wallet-25:before { + content: "\653"; +} +.isax-wallet-35:before { + content: "\654"; +} +.isax-wallet-add5:before { + content: "\655"; +} +.isax-wallet-add-15:before { + content: "\656"; +} +.isax-wallet-check5:before { + content: "\657"; +} +.isax-wallet-minus5:before { + content: "\658"; +} +.isax-wallet-money5:before { + content: "\659"; +} +.isax-wallet-remove5:before { + content: "\65a"; +} +.isax-wallet-search5:before { + content: "\65b"; +} +.isax-warning-25:before { + content: "\65c"; +} +.isax-watch5:before { + content: "\65d"; +} +.isax-watch-status5:before { + content: "\65e"; +} +.isax-weight5:before { + content: "\65f"; +} +.isax-weight-15:before { + content: "\660"; +} +.isax-wifi5:before { + content: "\661"; +} +.isax-wifi-square5:before { + content: "\662"; +} +.isax-wind5:before { + content: "\663"; +} +.isax-wind-25:before { + content: "\664"; +} +.isax-woman5:before { + content: "\665"; +} diff --git a/src/index.css b/src/index.css new file mode 100644 index 0000000..814b446 --- /dev/null +++ b/src/index.css @@ -0,0 +1,66 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; +:root { + font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif; + line-height: 1.5; + font-weight: 400; + background-image: linear-gradient(to right, var(--tw-gradient-stops)); color:white +} + +/* a { + font-weight: 500; + color: #646cff; + text-decoration: inherit; +} +a:hover { + color: #535bf2; +} + +body { + margin: 0; + display: flex; + align-items: center; + justify-content: space-around; + min-width: 320px; + min-height: 100vh; +} */ + + +/* +h1 { + font-size: 3.2em; + line-height: 1.1; +} + +button { + border-radius: 8px; + border: 1px solid transparent; + padding: 0.6em 1.2em; + font-size: 1em; + font-weight: 500; + font-family: inherit; + background-color: #1a1a1a; + cursor: pointer; + transition: border-color 0.25s; +} +button:hover { + border-color: #646cff; +} +button:focus, +button:focus-visible { + outline: 4px auto -webkit-focus-ring-color; +} */ + +@media (prefers-color-scheme: light) { + :root { + color: #213547; + background-color: #ffffff; + } + a:hover { + color: #747bff; + } + button { + background-color: #f9f9f9; + } +} diff --git a/src/main.jsx b/src/main.jsx new file mode 100644 index 0000000..19929b9 --- /dev/null +++ b/src/main.jsx @@ -0,0 +1,111 @@ +import React, { StrictMode } from "react"; +import ReactDOM from "react-dom/client"; +import App from "./App"; +//router +import { BrowserRouter as Router } from "react-router-dom"; + +//redux +import store from "~/redux/store"; +import { Provider } from "react-redux"; +//external css +import "./App.scss"; +// import "./tailwind.js"; +import "react-toastify/dist/ReactToastify.css"; +import "react-modern-drawer/dist/index.css"; +import "react-spring-bottom-sheet/dist/style.css"; +import "leaflet/dist/leaflet.css"; +// import "leaflet-draw/dist/leaflet.draw.css"; +// import "react-orgchart/index.css"; +// import "react-quill/dist/quill.core.css"; +// import "react-quill/dist/quill.snow.css"; +// import "./leaflet.min.css" +// import "./leaflet.min.css" + +// if (tailwind == undefined) window.location.reload(true); +window.t = (i) => i; +setTimeout(() => { + tailwind.config = { + theme: { + colors: { + primary: "rgba(var(--primaryRGB) , var(--tw-bg-opacity,1))", + primaryLight: "rgba(var(--primaryLightRGB) , var(--tw-bg-opacity,1))", + primaryDark: "rgba(var(--primaryDarkRGB) , var(--tw-bg-opacity,1))", + secondary: "rgba(var(--secondaryRGB) , var(--tw-bg-opacity,1))", + secondaryDark: "rgba(var(--secondaryDarkRGB) , var(--tw-bg-opacity,1))", + secondaryLight: + "rgba(var(--secondaryLightRGB) , var(--tw-bg-opacity,1))", + surface: "rgba(var(--surfaceRGB) , var(--tw-bg-opacity,1))", + surfaceLight: "rgba(var(--surfaceLightRGB) , var(--tw-bg-opacity,1))", + surfaceDark: "rgba(var(--surfaceDarkRGB) , var(--tw-bg-opacity,1))", + success: "rgba(var(--successRGB) , var(--tw-bg-opacity,1))", + successText: "rgba(var(--successTextRGB) , var(--tw-bg-opacity,1))", + warning: "rgba(var(--warningRGB) , var(--tw-bg-opacity,1))", + warningText: "rgba(var(--warningTextRGB) , var(--tw-bg-opacity,1))", + error: "rgba(var(--errorRGB) , var(--tw-bg-opacity,1))", + primaryText: "var(--primaryText)", + secondaryText: "var(--secondaryText)", + background: "var(--background)", + backgroundText: "var(--backgroundText)", + surfaceText: "var(--surfaceText)", + surfaceBorder: "var(--surfaceBorder)", + info: "var(--info)", + infoText: "var(--infoText)", + errorText: "var(--errorText)", + borderColor: "var(--borderColor)", + backgroundBorder: "var(--backgroundBorder)", + }, + fontFamily: { + 1: ["font-1"], + 2: ["font-2"], + 3: ["font-3"], + 4: ["font-4"], + 5: ["font-5"], + 6: ["font-6"], + 7: ["font-7"], + 8: ["font-8"], + 9: ["font-9"], + }, + }, + }; +}, 100); + +const root = ReactDOM.createRoot(document.getElementById("root")); + +// if (window.location.hostname == "localhost") { +if (!window.initialized) { + var onBeforeUnLoadEvent = false; + let counter = +window.localStorage.getItem("activeTabs") || 0; + window.localStorage.setItem("activeTabs", counter + 1); + window.initialized = true; +} + +window.onunload = window.onbeforeunload = function (event) { + event.stopImmediatePropagation(); + if (!onBeforeUnLoadEvent) { + onBeforeUnLoadEvent = true; + let counter = +window.localStorage.getItem("activeTabs"); + if (counter > 0) window.localStorage.setItem("activeTabs", counter - 1); + if (counter == 1) { + window.localStorage.removeItem("activeTabs"); + if (window.location.hostname == "sameh.barnamenegar.com") { + window.localStorage.removeItem("activeRoleId"); + window.sessionStorage.removeItem("userData"); + window.sessionStorage.removeItem("sessionId"); + window.Axios.post("/user/logout", { timeout: true }); + } + // return "نشست شما خاتمه پیدا کرد"; + } + } + return null; +}; +// } + +root.render( + // + + + + + + // +); diff --git a/src/pages/landing.jsx b/src/pages/landing.jsx new file mode 100644 index 0000000..639db36 --- /dev/null +++ b/src/pages/landing.jsx @@ -0,0 +1,21 @@ +import Button from "~/components/Button" +function Landing() { + return ( +
+
+ flower + +
+
+

سلام و عرض ارادت ! + +این پرسشنامه شامل فرم مشخصات عمومی و ارزشیابی شخصی شما از مهارت ها و شامل 32 سوال فنی است و حدود 45 دقیقه ممکن است نیاز به زمان داشته باشد
. +پیشاپیش از وقتی که میگذارید صمیمانه سپاسگزاریم و آرزوی بهترین ها را برای شما داریم .
+بنا بر این اگر آماده یک چالش کوچک هستید

+
+
+ ) +} + +export default Landing diff --git a/src/redux/actions/admin.js b/src/redux/actions/admin.js new file mode 100644 index 0000000..bce8b6a --- /dev/null +++ b/src/redux/actions/admin.js @@ -0,0 +1,77 @@ +import proxy from "~/redux/proxy"; +const prefix = "admin/"; +const admin = { + backupLink: + (data = {}) => + async (dispatch) => + await proxy.get("admin/backupLink", data, { dispatch }), + list: + (data = {}) => + async (dispatch) => { + return await proxy.get( + prefix + data._service + "/", + { ...data, schema: true }, + { dispatch } + ); + }, + info: + (data = {}) => + async (dispatch) => { + return await proxy.get(prefix + data._service + "/" + data.id, data, { + dispatch, + }); + }, + add: + (data = {}) => + async (dispatch) => { + return await proxy.post(prefix + data._service + "/add", data, { + dispatch, + }); + }, + delete: + (data = {}) => + async (dispatch) => { + return await proxy.delete( + prefix + data._service + "/delete/" + data.id, + data, + { + dispatch, + } + ); + }, + update: + (data = {}) => + async (dispatch) => { + return await proxy.put( + prefix + data._service + "/update/" + data.id, + data, + { + dispatch, + } + ); + }, + getExcelData: (data) => async (dispatch) => { + return await proxy.get( + prefix + data._service + "/list", + { ...data, excelData: true }, + { dispatch } + ); + }, + clearExcelData: + (data = {}) => + async (dispatch) => { + await dispatch({ + type: prefix + data._service + "/clearExcelData", + data, + }); + }, + timeReport: + (data = {}) => + async (dispatch) => { + return await proxy.get(prefix + data._service + "/timeReport", data, { + dispatch, + }); + }, +}; + +export default admin; diff --git a/src/redux/actions/audit.js b/src/redux/actions/audit.js new file mode 100644 index 0000000..adb7a83 --- /dev/null +++ b/src/redux/actions/audit.js @@ -0,0 +1,21 @@ +import proxy from "../proxy"; +const audit = { + check: + (data = {}) => + async (dispatch) => + await proxy.get("audit/check", data, { dispatch }), + revokeRole: + (data = {}) => + async (dispatch) => + await proxy.get("audit/revokeRole", data, { dispatch }), + revokeTask: + (data = {}) => + async (dispatch) => + await proxy.get("audit/revokeTask", data, { dispatch }), + multiAssign: + (data = {}) => + async (dispatch) => + await proxy.post("audit/multiAssign", data, { dispatch }), +}; + +export default audit; diff --git a/src/redux/actions/auto.js b/src/redux/actions/auto.js new file mode 100644 index 0000000..51ed1ed --- /dev/null +++ b/src/redux/actions/auto.js @@ -0,0 +1,73 @@ +import proxy from "~/redux/proxy"; +const prefix = "auto/"; +const auto = { + list: + (data = {}) => + async (dispatch) => { + return await proxy.get( + prefix + data._service + "/", + { ...data, schema: true }, + { dispatch } + ); + }, + info: + (data = {}) => + async (dispatch) => { + return await proxy.get(prefix + data._service + "/" + data.id, data, { + dispatch, + }); + }, + add: + (data = {}) => + async (dispatch) => { + return await proxy.post(prefix + data._service + "/add", data, { + dispatch, + }); + }, + delete: + (data = {}) => + async (dispatch) => { + return await proxy.delete( + prefix + data._service + "/delete/" + data.id, + data, + { + dispatch, + } + ); + }, + update: + (data = {}) => + async (dispatch) => { + return await proxy.put( + prefix + data._service + "/update/" + data.id, + data, + { + dispatch, + } + ); + }, + getExcelData: (data) => async (dispatch) => { + return await proxy.get( + prefix + data._service + "/", + { ...data, excelData: true }, + { dispatch } + ); + }, + clearExcelData: + (data = {}) => + async (dispatch) => { + await dispatch({ + type: prefix + data._service + "/clearExcelData", + data, + }); + }, + timeReport: + (data = {}) => + async (dispatch) => { + return await proxy.get(prefix + data._service + "/timeReport", data, { + dispatch, + }); + }, +}; + +export default auto; diff --git a/src/redux/actions/book.js b/src/redux/actions/book.js new file mode 100644 index 0000000..e41d256 --- /dev/null +++ b/src/redux/actions/book.js @@ -0,0 +1,37 @@ +import proxy from "../proxy"; +const book = { + list: + (data = {}) => + async (dispatch) => + await proxy.get("book/list", data, { dispatch }), + info: + (data = {}) => + async (dispatch) => + await proxy.get("book/info", data, { dispatch }), + update: + (data = {}, data2 = {}) => + async (dispatch) => { + return await proxy.put("book/update", data); + return await proxy.get("book/list", data2, { dispatch }); + }, + add: + (data = {}, data2 = {}) => + async (dispatch) => { + return await proxy.post("book/add", data); + return await proxy.get("book/list", data2, { dispatch }); + }, + del: + (data = {}, data2 = {}) => + async (dispatch) => { + return await proxy.delete("book/delete", data); + return await proxy.get("book/list", data2, { dispatch }); + }, + searchBook: (data) => async (dispatch) => { + dispatch({ type: "book/search", data: data }); + }, + filterBook: (data) => async (dispatch) => { + dispatch({ type: "book/filter", data: data }); + }, +}; + +export default book; diff --git a/src/redux/actions/certificate.js b/src/redux/actions/certificate.js new file mode 100644 index 0000000..3afcc0d --- /dev/null +++ b/src/redux/actions/certificate.js @@ -0,0 +1,43 @@ +import proxy from "~/redux/proxy"; +const certificate = { + list: + (data = {}) => + async (dispatch) => + await proxy.get("certificate/list", data, { dispatch }), + add: + (data = {}) => + async (dispatch) => + await proxy.post("certificate/add", data, { dispatch }), + healthQualification_start: + (data = {}) => + async (dispatch) => + await proxy.post("certificate/healthQualification/start", data, { + dispatch, + }), + freeAuditRegistration_start: + (data = {}) => + async (dispatch) => + await proxy.post("certificate/freeAuditRegistration/start", data, { + dispatch, + }), + certifiedGuildAddUnitStart: + (data = {}) => + async (dispatch) => + await proxy.post("certificate/certifiedGuildAddUnitStart", data, { + dispatch, + }), + freeAuditAddUnitStart: + (data = {}) => + async (dispatch) => + await proxy.post("certificate/freeAuditAddUnitStart", data, { + dispatch, + }), + checkConflict: + (data = {}) => + async (dispatch) => + await proxy.get("certificate/checkConflict", data, { + dispatch, + }), +}; + +export default certificate; diff --git a/src/redux/actions/comment.js b/src/redux/actions/comment.js new file mode 100644 index 0000000..365fcee --- /dev/null +++ b/src/redux/actions/comment.js @@ -0,0 +1,35 @@ +import proxy from "~/redux/proxy"; +const comment = { + list: + (data = {}) => + async (dispatch) => { + return await proxy.get("comment/list", data, { dispatch }); + }, + info: + (data = {}) => + async (dispatch) => { + return await proxy.get("comment/info", data, { dispatch }); + }, + add: + (data = {}) => + async (dispatch) => { + return await proxy.post("comment/add", data, { dispatch }); + }, + homePage: + (data = {}) => + async (dispatch) => { + return await proxy.get("comment/homePage", data, { dispatch }); + }, + delete: + (data = {}) => + async (dispatch) => { + return await proxy.delete("comment/delete", data, { dispatch }); + }, + update: + (data = {}) => + async (dispatch) => { + return await proxy.put("comment/update", data, { dispatch }); + }, +}; + +export default comment; diff --git a/src/redux/actions/config.js b/src/redux/actions/config.js new file mode 100644 index 0000000..6ddc278 --- /dev/null +++ b/src/redux/actions/config.js @@ -0,0 +1,30 @@ +const config = { + setDialog: + (data = {}) => + async (dispatch) => { + await dispatch({ type: "config/setDialog", data }); + }, + setBottomSheet: + (data = {}) => + async (dispatch) => + await dispatch({ type: "config/setBottomSheet", data }), + setMenu: + (data = {}) => + async (dispatch) => + await dispatch({ type: "config/setMenu", data }), + setHeader: + (data = {}) => + async (dispatch) => + await dispatch({ type: "config/setHeader", data }), + + setTheme: (data) => async (dispatch) => + await dispatch({ type: "config/setTheme", data }), + addTheme: (data) => async (dispatch) => + await dispatch({ type: "config/addTheme", data }), + deleteTheme: (data) => async (dispatch) => + await dispatch({ type: "config/deleteTheme", data }), + setDevice: (data) => async (dispatch) => + await dispatch({ type: "config/setDevice", data }), +}; + +export default config; diff --git a/src/redux/actions/content.js b/src/redux/actions/content.js new file mode 100644 index 0000000..e7de1c8 --- /dev/null +++ b/src/redux/actions/content.js @@ -0,0 +1,17 @@ +import proxy from "~/redux/proxy"; +const content = { + list: + (data = {}) => + async (dispatch) => + await proxy.get("content/list", data, { dispatch }), + add: + (data = {}) => + async (dispatch) => + await proxy.post("content/add", data, { dispatch }), + info: + (data = {}) => + async (dispatch) => + await proxy.get("content/info", data, { dispatch }), +}; + +export default content; diff --git a/src/redux/actions/craft.js b/src/redux/actions/craft.js new file mode 100644 index 0000000..75b1e66 --- /dev/null +++ b/src/redux/actions/craft.js @@ -0,0 +1,17 @@ +import proxy from "../proxy"; +const craft = { + add: + (data = {}) => + async (dispatch) => + await proxy.post("layout/add", data, { dispatch }), + get: + (data = {}) => + async (dispatch) => + await proxy.get("layout/info", data, { dispatch }), + update: + (data = {}) => + async (dispatch) => + await proxy.put("layout/update", data, { dispatch }), +}; + +export default craft; diff --git a/src/redux/actions/documents.js b/src/redux/actions/documents.js new file mode 100644 index 0000000..216da90 --- /dev/null +++ b/src/redux/actions/documents.js @@ -0,0 +1,9 @@ +import proxy from "../proxy"; +const documents = { + list: + (data = {}) => + async (dispatch) => + await proxy.post("sync/documentDataModel", data, { dispatch }), +}; + +export default documents; diff --git a/src/redux/actions/edu.js b/src/redux/actions/edu.js new file mode 100644 index 0000000..2b7e197 --- /dev/null +++ b/src/redux/actions/edu.js @@ -0,0 +1,19 @@ +import proxy from "~/redux/proxy"; +const faq = { + list: + (data = {}) => + async (dispatch) => + await proxy.get("faq/list", data, { dispatch }), + register: + (data = {}) => + async (dispatch) => + await proxy.post("faq/add", data, { dispatch }), + selectFaq: + (data = {}) => + async (dispatch) => + await dispatch({ type: "faq/selectFaq", data: data }), + searchFaq: (data) => async (dispatch) => + await dispatch({ type: "faq/search", data: data }), +}; + +export default faq; diff --git a/src/redux/actions/faq.js b/src/redux/actions/faq.js new file mode 100644 index 0000000..9d76962 --- /dev/null +++ b/src/redux/actions/faq.js @@ -0,0 +1,19 @@ +import proxy from "~/redux/proxy"; +const faq = { + list: + (data = {}) => + async (dispatch) => + await proxy.get("faq/list", data, { dispatch }), + add: + (data = {}) => + async (dispatch) => + await proxy.post("faq/add", data, { dispatch }), + selectFaq: + (data = {}) => + async (dispatch) => + await dispatch({ type: "faq/selectFaq", data: data }), + searchFaq: (data) => async (dispatch) => + await dispatch({ type: "faq/search", data: data }), +}; + +export default faq; diff --git a/src/redux/actions/file.js b/src/redux/actions/file.js new file mode 100644 index 0000000..b1d8a54 --- /dev/null +++ b/src/redux/actions/file.js @@ -0,0 +1,122 @@ +import proxy from "~/redux/proxy"; +const extToMimes = { + jpg: "image/jpeg", + png: "image/png", + mp4: "video/mp4", + doc: "application/msword", + bmp: "image/bmp", + docx: "application/vnd.openxmlformats-officedocument.wordprocessingml.document", + xlsx: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", + mp3: "audio/mpeg", + pdf: "application/pdf", + zip: "application/zip", + rar: "application/vnd.rar", +}; +const headers = { + "504B0304": "application/zip", + 25504446: "application/pdf", + "504b34": + "application/x-zip-compressed|application/vnd.openxmlformats-officedocument.wordprocessingml.document|application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", + "89504e47": "image/png", + ffd8ffe0: "image/jpeg", + ffd8ffe1: "image/jpeg", + ffd8ffe2: "image/jpeg", + ffd8ffe3: "image/jpeg", + ffd8ffe8: "image/jpeg", + 47494638: "image/gif", + d0cf11e0: "application/msword", + "6674797069736F6D": "video/mp4", + 494433: "audio/mpeg", + "526172211A0700": "application/vnd.rar", + "526172211A070100": "application/vnd.rar", + "424D": "image/bmp", + "223f636f": "text/csv", +}; +function getMimeType(file, callback) { + const fileReader = new FileReader(); + fileReader.onloadend = function (event) { + let mimeType = ""; + + const arr = new Uint8Array(event.target.result).subarray(0, 4); + let header = ""; + + for (let index = 0; index < arr.length; index++) { + header += arr[index].toString(16); + } + mimeType = headers[header]; + if (!mimeType) console.log("!mimeType Header:", header); + callback(mimeType); + }; + + fileReader.readAsArrayBuffer(file); +} +// import * as fileType from "file-type"; +const file = { + getLimits: + (data = {}) => + async (dispatch) => + await proxy.get("file/limits", data, { dispatch }), + setSignature: + (data = {}) => + async (dispatch) => + await dispatch({ type: "file/setSignature", data }), + upload: + (data = {}) => + async (dispatch) => { + let mimeType = await new Promise((r) => getMimeType(data.file, r)); + if ( + !window.config.admin_config_uploadExtensions + .split(",") + .includes(data.file.name.split(".").slice(-1)[0]) + ) + return { statusCode: 400, message: "پسوند فایل ارسالی مجاز نیست" }; + + if (!mimeType || !mimeType.split("|").includes(data.file.type)) + return { statusCode: 400, message: "فرمت فایل ارسالی مجاز نیست" }; + if ( + data.file.size > + window.config.admin_config_maxUploadSize * 1024 * 1024 + ) + return { + statusCode: 400, + message: `حجم فایل ارسالی باید کمتر از ${window.config.admin_config_maxUploadSize} مگابایت باشد`, + }; + var formData = new FormData(); + for (let key in data) formData.append(key, data[key]); + return await proxy.post( + "file/upload", + formData, + { + dispatch, + headers: { + "Content-Type": "multipart/form-data", + }, + }, + data + ); + }, + directUpload: + (data = {}) => + async (dispatch) => { + var formData = new FormData(); + for (let key in data) formData.append(key, data[key]); + return await proxy.post( + "file/directUpload", + formData, + { + dispatch, + headers: { + "Content-Type": "multipart/form-data", + }, + }, + data + ); + }, + loading: (data) => (dispatch) => dispatch({ type: "file/loading", data }), + groupList: + (data = {}) => + async (dispatch) => + await proxy.get("file/group/list", data, { dispatch }), +}; + +export default file; diff --git a/src/redux/actions/healthCard.js b/src/redux/actions/healthCard.js new file mode 100644 index 0000000..d709b41 --- /dev/null +++ b/src/redux/actions/healthCard.js @@ -0,0 +1,89 @@ +import proxy from "~/redux/proxy"; +const healthCard = { + updatePrintDate: + (data = {}) => + async (dispatch) => { + return await proxy.put("healthCard/updatePrintDate", data, { dispatch }); + }, + setVoid: + (data = {}) => + async (dispatch) => { + return await proxy.put("healthCard/setVoid", data, { dispatch }); + }, + revertAutoCancel: + (data = {}) => + async (dispatch) => { + return await proxy.put("healthCard/revertAutoCancel", data, { dispatch }); + }, + changeJobId: + (data = {}) => + async (dispatch) => { + return await proxy.put("healthCard/changeJobId", data, { dispatch }); + }, + abate: + (data = {}) => + async (dispatch) => { + return await proxy.post("healthCard/abate", data, { dispatch }); + }, + forceApprove: + (data = {}) => + async (dispatch) => { + return await proxy.post("healthCard/forceApprove", data, { dispatch }); + }, + voidIncorrectUniversity: + (data = {}) => + async (dispatch) => { + return await proxy.post("healthCard/voidIncorrectUniversity", data, { + dispatch, + }); + }, + getJobs: + (data = {}) => + async (dispatch) => { + return await proxy.get("healthCard/getJobs", data, { dispatch }); + }, + list: + (data = {}) => + async (dispatch) => { + return await proxy.get("healthCard/list", data, { dispatch }); + }, + getExcelData: (data) => async (dispatch) => { + return await proxy.get( + "healthCard/list", + { ...data, excelData: true }, + { dispatch } + ); + }, + clearExcelData: + (data = {}) => + async (dispatch) => { + await dispatch({ type: "healthCard/clearExcelData", data }); + }, + getlog: + (data = {}) => + async (dispatch) => { + return await proxy.get("healthCard/nationalIdLog", data, { dispatch }); + }, + info: + (data = {}) => + async (dispatch) => { + return await proxy.get("healthCard/info", data, { dispatch }); + }, + add: + (data = {}) => + async (dispatch) => { + return await proxy.post("healthCard/add", data, { dispatch }); + }, + delete: + (data = {}) => + async (dispatch) => { + return await proxy.delete("healthCard/delete", data, { dispatch }); + }, + update: + (data = {}) => + async (dispatch) => { + return await proxy.put("healthCard/update", data, { dispatch }); + }, +}; + +export default healthCard; diff --git a/src/redux/actions/index.js b/src/redux/actions/index.js new file mode 100644 index 0000000..d00b0f9 --- /dev/null +++ b/src/redux/actions/index.js @@ -0,0 +1,38 @@ +// @create-index + +export { default as book } from "./book.js"; +export { default as comment } from "./comment.js"; +export { default as config } from "./config.js"; +export { default as faq } from "./faq.js"; +export { default as file } from "./file.js"; +export { default as map } from "./map.js"; +export { default as menu } from "./menu.js"; +export { default as offCode } from "./offCode.js"; +export { default as otp } from "./otp.js"; +export { default as process } from "./process.js"; +export { default as product } from "./product.js"; +export { default as publicApi } from "./publicApi.js"; +export { default as report } from "./report.js"; +export { default as role } from "./role.js"; +export { default as roleFunction } from "./roleFunction.js"; +export { default as user } from "./user.js"; +export { default as userFactor } from "./userFactor.js"; +export { default as userProduct } from "./userProduct.js"; +export { default as userFavorite } from "./userFavorite.js"; +export { default as userAddress } from "./userAddress.js"; +export { default as admin } from "./admin.js"; +export { default as auto } from "./auto.js"; +export { default as craft } from "./craft.js"; +export { default as transport } from "./transport.js"; +export { default as task } from "./task.js"; +export { default as unit } from "./unit.js"; +export { default as healthCard } from "./healthCard.js"; +export { default as network } from "./network.js"; +export { default as inspection } from "./inspection.js"; +export { default as waterSupply } from "./waterSupply.js"; +export { default as content } from "./content.js"; +export { default as certificate } from "./certificate.js"; +export { default as workFlow } from "./workFlow.js"; +export { default as documents } from "./documents.js"; + +export { default as audit } from "./audit.js"; diff --git a/src/redux/actions/inspection.js b/src/redux/actions/inspection.js new file mode 100644 index 0000000..8216ce3 --- /dev/null +++ b/src/redux/actions/inspection.js @@ -0,0 +1,49 @@ +import proxy from "~/redux/proxy"; +const inspection = { + getStatics: + (data = {}) => + async (dispatch) => { + return await proxy.get("bpms/inspection/statistics/network", data, { + dispatch, + }); + }, + list: + (data = {}) => + async (dispatch) => { + return await proxy.get("inspection/list", data, { dispatch }); + }, + getExcelData: (data) => async (dispatch) => { + return await proxy.get( + "inspection/list", + { ...data, excelData: true }, + { dispatch } + ); + }, + clearExcelData: + (data = {}) => + async (dispatch) => { + await dispatch({ type: "inspection/clearExcelData", data }); + }, + info: + (data = {}) => + async (dispatch) => { + return await proxy.get("inspection/info", data, { dispatch }); + }, + add: + (data = {}) => + async (dispatch) => { + return await proxy.post("inspection/add", data, { dispatch }); + }, + delete: + (data = {}) => + async (dispatch) => { + return await proxy.delete("inspection/delete", data, { dispatch }); + }, + update: + (data = {}) => + async (dispatch) => { + return await proxy.put("inspection/update", data, { dispatch }); + }, +}; + +export default inspection; diff --git a/src/redux/actions/map.js b/src/redux/actions/map.js new file mode 100644 index 0000000..cde0ea9 --- /dev/null +++ b/src/redux/actions/map.js @@ -0,0 +1,13 @@ +import proxy from "~/redux/proxy"; +const map = { + setDrawJSON: + (data = {}) => + (dispatch) => + dispatch({ type: "map/setDrawJSON", data }), + setMap: + (data = {}) => + (dispatch) => + dispatch({ type: "map/setMap", data }), +}; + +export default map; diff --git a/src/redux/actions/menu.js b/src/redux/actions/menu.js new file mode 100644 index 0000000..d3b1973 --- /dev/null +++ b/src/redux/actions/menu.js @@ -0,0 +1,45 @@ +import proxy from "~/redux/proxy"; +const menu = { + list: + (data = {}) => + async (dispatch) => { + return await proxy.get("menu/list", data, { dispatch }); + }, + homePage: + (data = {}) => + async (dispatch) => { + return await proxy.get("menu/homePage", data, { dispatch }); + }, + Adminlist: + (data = {}) => + async (dispatch) => { + return await proxy.get("menu/admin/list", data, { dispatch }); + }, + info: + (data = {}) => + async (dispatch) => { + return await proxy.get("menu/info", data, { dispatch }); + }, + add: + (data = {}) => + async (dispatch) => { + return await proxy.post("menu/add", data, { dispatch }); + }, + homePage: + (data = {}) => + async (dispatch) => { + return await proxy.get("menu/homePage", data, { dispatch }); + }, + delete: + (data = {}) => + async (dispatch) => { + return await proxy.delete("menu/delete", data, { dispatch }); + }, + update: + (data = {}) => + async (dispatch) => { + return await proxy.put("menu/update", data, { dispatch }); + }, +}; + +export default menu; diff --git a/src/redux/actions/network copy.js b/src/redux/actions/network copy.js new file mode 100644 index 0000000..0601e23 --- /dev/null +++ b/src/redux/actions/network copy.js @@ -0,0 +1,42 @@ +import proxy from "~/redux/proxy"; +const network = { + list: + (data = {}) => + async (dispatch) => { + return await proxy.get("network/list", data, { dispatch }); + }, + getExcelData: (data) => async (dispatch) => { + return await proxy.get( + "network/list", + { ...data, excelData: true }, + { dispatch } + ); + }, + clearExcelData: + (data = {}) => + async (dispatch) => { + await dispatch({ type: "network/clearExcelData", data }); + }, + info: + (data = {}) => + async (dispatch) => { + return await proxy.get("network/info", data, { dispatch }); + }, + add: + (data = {}) => + async (dispatch) => { + return await proxy.post("network/add", data, { dispatch }); + }, + delete: + (data = {}) => + async (dispatch) => { + return await proxy.delete("network/delete", data, { dispatch }); + }, + update: + (data = {}) => + async (dispatch) => { + return await proxy.put("network/update", data, { dispatch }); + }, +}; + +export default network; diff --git a/src/redux/actions/network.js b/src/redux/actions/network.js new file mode 100644 index 0000000..a09e520 --- /dev/null +++ b/src/redux/actions/network.js @@ -0,0 +1,47 @@ +import proxy from "~/redux/proxy"; +const network = { + list: + (data = {}) => + async (dispatch) => { + return await proxy.get("network/list", data, { dispatch }); + }, + getExcelData: (data) => async (dispatch) => { + return await proxy.get( + "network/list", + { ...data, excelData: true }, + { dispatch } + ); + }, + clearExcelData: + (data = {}) => + async (dispatch) => { + await dispatch({ type: "network/clearExcelData", data }); + }, + info: + (data = {}) => + async (dispatch) => { + return await proxy.get("network/info", data, { dispatch }); + }, + add: + (data = {}) => + async (dispatch) => { + return await proxy.post("network/add", data, { dispatch }); + }, + delete: + (data = {}) => + async (dispatch) => { + return await proxy.delete("network/delete", data, { dispatch }); + }, + update: + (data = {}) => + async (dispatch) => { + return await proxy.put("network/update", data, { dispatch }); + }, + transfer: + (data = {}) => + async (dispatch) => { + return await proxy.put("network/transfer", data, { dispatch }); + }, +}; + +export default network; diff --git a/src/redux/actions/offCode.js b/src/redux/actions/offCode.js new file mode 100644 index 0000000..82c7abc --- /dev/null +++ b/src/redux/actions/offCode.js @@ -0,0 +1,9 @@ +import proxy from "../proxy"; +const offCode = { + list: + (data = {}) => + async (dispatch) => + await proxy.get("offCode/list", data, { dispatch }), +}; + +export default offCode; diff --git a/src/redux/actions/otp.js b/src/redux/actions/otp.js new file mode 100644 index 0000000..1e87063 --- /dev/null +++ b/src/redux/actions/otp.js @@ -0,0 +1,8 @@ +const otp = { + set: (data) => async (dispatch) => + await dispatch({ type: "authentication/otp/set", data: data }), + reset: (data) => async (dispatch) => + await dispatch({ type: "authentication/otp/reset" }), +}; + +export default otp; diff --git a/src/redux/actions/process.js b/src/redux/actions/process.js new file mode 100644 index 0000000..39a5fb1 --- /dev/null +++ b/src/redux/actions/process.js @@ -0,0 +1,35 @@ +import proxy from "~/redux/proxy"; +const user = { + list: + (data = {}) => + async (dispatch) => { + return await proxy.get("process/list", data, { dispatch }); + }, + info: + (data = {}) => + async (dispatch) => { + return await proxy.get("process/info", data, { dispatch }); + }, + add: + (data = {}) => + async (dispatch) => { + return await proxy.post("process/add", data, { dispatch }); + }, + copy: + (data = {}) => + async (dispatch) => { + return await proxy.post("process/copy", data, { dispatch }); + }, + delete: + (data = {}) => + async (dispatch) => { + return await proxy.delete("process/delete", data, { dispatch }); + }, + update: + (data = {}) => + async (dispatch) => { + return await proxy.put("process/update", data, { dispatch }); + }, +}; + +export default user; diff --git a/src/redux/actions/product.js b/src/redux/actions/product.js new file mode 100644 index 0000000..1f83b84 --- /dev/null +++ b/src/redux/actions/product.js @@ -0,0 +1,51 @@ +import proxy from "~/redux/proxy"; +const product = { + getSimilar: + (data = {}) => + async (dispatch) => + await proxy.get("product/similar", data, { dispatch }), + list: + (data = {}) => + async (dispatch) => { + return await proxy.get("product/list", data, { dispatch }); + }, + getExcelData: (data) => async (dispatch) => { + return await proxy.get( + "product/list", + { ...data, excelData: true }, + { dispatch } + ); + }, + clearExcelData: + (data = {}) => + async (dispatch) => { + await dispatch({ type: "product/clearExcelData", data }); + }, + info: + (data = {}) => + async (dispatch) => { + return await proxy.get("product/info", data, { dispatch }); + }, + add: + (data = {}) => + async (dispatch) => { + return await proxy.post("product/add", data, { dispatch }); + }, + homePage: + (data = {}) => + async (dispatch) => { + return await proxy.get("product/homePage", data, { dispatch }); + }, + delete: + (data = {}) => + async (dispatch) => { + return await proxy.delete("product/delete", data, { dispatch }); + }, + update: + (data = {}) => + async (dispatch) => { + return await proxy.put("product/update", data, { dispatch }); + }, +}; + +export default product; diff --git a/src/redux/actions/publicApi.js b/src/redux/actions/publicApi.js new file mode 100644 index 0000000..12d3ae3 --- /dev/null +++ b/src/redux/actions/publicApi.js @@ -0,0 +1,59 @@ +import proxy from "~/redux/proxy"; +const publicApi = { + report: + (data = {}) => + async (dispatch) => + await proxy.post("public/report", data, { dispatch }), + //blog start + captcha: + (data = {}) => + async (dispatch) => + await proxy.get("public/captcha", data, { dispatch }), + setHashtag: (data) => async (dispatch) => + await dispatch({ type: "public/setHashtag", data }), + blogList: + (data = {}) => + async (dispatch) => + await proxy.get("public/blogList", data, { dispatch }), + blogInfo: + (data = {}) => + async (dispatch) => + await proxy.get("public/blogInfo", data, { dispatch }), + // blog end + bookInfo: + (data = {}, data2 = {}) => + async (dispatch) => { + return await proxy.get("public/vod/bookCourse", data, { dispatch }); + // return await proxy.get("book/info", data2, { dispatch }); + }, + bookSection: + (data = {}) => + async (dispatch) => + await proxy.get("public/vod/bookSection", data, { dispatch }), + activeSeason: (data) => async (dispatch) => + await dispatch({ type: "public/vod/activeSeason", data }), + activeVOD: (data) => async (dispatch) => + await dispatch({ type: "public/vod/activeVOD", data }), + loginMenu: + (data = {}) => + async (dispatch) => + await proxy.get("public/loginMenu", data, { dispatch }), + changesLog: + (data = {}) => + async (dispatch) => + await proxy.get("public/changesLog", data, { dispatch }), + sliderList: (data) => async (dispatch) => + await proxy.get("public/slider/list", data, { dispatch }), + sendOtp: + (data = {}) => + async (dispatch) => + await proxy.get("public/otp", data, { dispatch }), + clearOtp: + (data = {}) => + async (dispatch) => + dispatch({ type: "public/clearOtp", data }), + getArList: (data) => async (dispatch) => + await proxy.get("public/ar", data, { dispatch }), +}; + +export default publicApi; diff --git a/src/redux/actions/report.js b/src/redux/actions/report.js new file mode 100644 index 0000000..fb9c682 --- /dev/null +++ b/src/redux/actions/report.js @@ -0,0 +1,48 @@ +import proxy from "../proxy"; +const report = { + product_dashboard: + (data = {}) => + async (dispatch) => + await proxy.get("report/product/dashboard", data, { dispatch }), + content_dashboard: + (data = {}) => + async (dispatch) => + await proxy.get("report/content/dashboard", data, { dispatch }), + productType_sold_count: + (data = {}) => + async (dispatch) => + await proxy.get("report/productType/sold/count", data, { dispatch }), + getClinets: + (data = {}) => + async (dispatch) => + await proxy.get("report/clients", data, { dispatch }), + grade_sold_count: + (data = {}) => + async (dispatch) => + await proxy.get("report/grade/sold/count", data, { dispatch }), + book_sold_count: + (data = {}) => + async (dispatch) => + await proxy.get("report/book/sold/count", data, { dispatch }), + product_total_sold: + (data = {}) => + async (dispatch) => + await proxy.get("report/product/total/sold", data, { dispatch }), + code_total_sold: + (data = {}) => + async (dispatch) => + await proxy.get("report/code/total/sold", data, { dispatch }), + getData: + (data = {}) => + async (dispatch) => + await proxy.get("report/getData", data, { dispatch }), + list: + (data = {}) => + async (dispatch) => + await proxy.get("report/list", data, { dispatch }), + + clearData: (data) => async (dispatch) => + await dispatch({ type: "report/clearData", data }), +}; + +export default report; diff --git a/src/redux/actions/role.js b/src/redux/actions/role.js new file mode 100644 index 0000000..2365a51 --- /dev/null +++ b/src/redux/actions/role.js @@ -0,0 +1,6 @@ +const role = { + set: (data) => async (dispatch) => + await dispatch({ type: "authentication/role/set", data }), +}; + +export default role; diff --git a/src/redux/actions/roleFunction.js b/src/redux/actions/roleFunction.js new file mode 100644 index 0000000..292a6b1 --- /dev/null +++ b/src/redux/actions/roleFunction.js @@ -0,0 +1,40 @@ +import proxy from "~/redux/proxy"; +const menu = { + list: + (data = {}) => + async (dispatch) => { + return await proxy.get( + "admin/roleFunction", + { ...data, schema: true }, + { dispatch } + ); + }, + info: + (data = {}) => + async (dispatch) => { + return await proxy.get("admin/roleFunction/" + data.id, data, { + dispatch, + }); + }, + add: + (data = {}) => + async (dispatch) => { + return await proxy.post("admin/roleFunction/add", data, { dispatch }); + }, + delete: + (data = {}) => + async (dispatch) => { + return await proxy.delete("admin/roleFunction/delete/" + data.id, data, { + dispatch, + }); + }, + update: + (data = {}) => + async (dispatch) => { + return await proxy.put("admin/roleFunction/update/" + data.id, data, { + dispatch, + }); + }, +}; + +export default menu; diff --git a/src/redux/actions/task.js b/src/redux/actions/task.js new file mode 100644 index 0000000..270c7f8 --- /dev/null +++ b/src/redux/actions/task.js @@ -0,0 +1,118 @@ +import proxy from "../proxy"; + +const task = { + inactive: + (data = {}) => + async (dispatch) => { + return await proxy.post("bpms/taskFlow/inactive", data, { dispatch }); + }, + draft: + (data = {}) => + async (dispatch) => { + return await proxy.post("bpms/task/draft", data, { dispatch }); + }, + done: + (data = {}) => + async (dispatch) => { + return await proxy.post("bpms/task/done", data, { dispatch }); + }, + archive: + (data = {}) => + async (dispatch) => { + return await proxy.put("bpms/task/archive", data, { dispatch }); + }, + revert: + (data = {}) => + async (dispatch) => { + return await proxy.post("bpms/task/revert", data, { dispatch }); + }, + cancel: + (data = {}) => + async (dispatch) => { + return await proxy.post("bpms/task/cancel", data, { dispatch }); + }, + rollback: + (data = {}) => + async (dispatch) => { + return await proxy.get("bpms/task/rollback", data, { dispatch }); + }, + rollback2: + (data = {}) => + async (dispatch) => { + return await proxy.get("bpms/task/rollback2", data, { dispatch }); + }, + startable: + (data = {}) => + async (dispatch) => { + return await proxy.get("bpms/process/startable", data, { dispatch }); + }, + inboxInfo: + (data = {}) => + async (dispatch) => { + return await proxy.get("bpms/inboxInfo", data, { dispatch }); + }, + start: + (data = {}) => + async (dispatch) => { + return await proxy.post("bpms/process/start", data, { dispatch }); + }, + list: + (data = {}) => + async (dispatch) => { + return await proxy.get("bpms/task/list", data, { dispatch }); + }, + processList: + (data = {}) => + async (dispatch) => { + return await proxy.get("bpms/process/list", data, { dispatch }); + }, + getExcelData: + (data = {}) => + async (dispatch) => { + return await proxy.get("bpms/task/list", data, { dispatch }); + }, + htmlCreator: + (data = {}) => + async (dispatch) => { + return await proxy.get("bpms/htmlCreator", data, { dispatch }); + }, + checklistInfo: + (data = {}) => + async (dispatch) => { + return await proxy.get("bpms/task/checklistInfo", data, { dispatch }); + }, + info: + (data = {}) => + async (dispatch) => { + return await proxy.get("bpms/task/info", data, { dispatch }); + }, + tree: + (data = {}) => + async (dispatch) => { + return await proxy.get("bpms/task/tree", data, { dispatch }); + }, + done: + (data = {}) => + async (dispatch) => { + return await proxy.post("bpms/task/done", data, { dispatch }); + }, + periodicSampling: + (data = {}) => + async (dispatch) => { + return await proxy.get("bpms/periodicSampling", data, { dispatch }); + }, + samplingStart: + (data = {}) => + async (dispatch) => { + return await proxy.post("bpms/samplingStart", data, { dispatch }); + }, + watersupply_startInspection: + (data = {}) => + async (dispatch) => { + return await proxy.post("bpms/watersupply/startInspection", data, { + dispatch, + }); + }, +}; + +export default task; diff --git a/src/redux/actions/transport.js b/src/redux/actions/transport.js new file mode 100644 index 0000000..ee4f50a --- /dev/null +++ b/src/redux/actions/transport.js @@ -0,0 +1,17 @@ +import proxy from "../proxy"; +const transport = { + list: + (data = {}) => + async (dispatch) => { + return await proxy.get("transport/list", data, { dispatch }); + }, + set: + (data = {}, data2 = {}, data3 = {}) => + async (dispatch) => { + return await proxy.post("transport/setTransport", data, { dispatch }); + return await proxy.get("userFactor/info", data2, { dispatch }); + return await proxy.get("transport/list", data3, { dispatch }); + }, +}; + +export default transport; diff --git a/src/redux/actions/unit.js b/src/redux/actions/unit.js new file mode 100644 index 0000000..9677ae7 --- /dev/null +++ b/src/redux/actions/unit.js @@ -0,0 +1,66 @@ +import proxy from "~/redux/proxy"; +const unit = { + instructions: + (data = {}) => + async (dispatch) => { + return await proxy.get("unit/instructions", data, { dispatch }); + }, + list: + (data = {}) => + async (dispatch) => { + return await proxy.get("unit/list", data, { dispatch }); + }, + getExcelData: (data) => async (dispatch) => { + return await proxy.get( + "unit/list", + { ...data, excelData: true }, + { dispatch } + ); + }, + clearExcelData: + (data = {}) => + async (dispatch) => { + return await dispatch({ type: "unit/clearExcelData", data }); + }, + info: + (data = {}) => + async (dispatch) => { + return await proxy.get("unit/info", data, { dispatch }); + }, + checkContractLimit: + (data = {}) => + async (dispatch) => { + return await proxy.get("unit/checkContractLimit", data, { dispatch }); + }, + add: + (data = {}) => + async (dispatch) => { + return await proxy.post("unit/add", data, { dispatch }); + }, + delete: + (data = {}) => + async (dispatch) => { + return await proxy.delete("unit/delete", data, { dispatch }); + }, + update: + (data = {}) => + async (dispatch) => { + return await proxy.put("unit/update", data, { dispatch }); + }, + healthQualification_list: + (data = {}) => + async (dispatch) => { + return await proxy.get("unit/healthQualification/list", data, { + dispatch, + }); + }, + freeAuditorRevoke: + (data = {}) => + async (dispatch) => { + return await proxy.post("unit/freeAuditorRevoke", data, { + dispatch, + }); + }, +}; + +export default unit; diff --git a/src/redux/actions/user.js b/src/redux/actions/user.js new file mode 100644 index 0000000..551917d --- /dev/null +++ b/src/redux/actions/user.js @@ -0,0 +1,155 @@ +import proxy from "~/redux/proxy"; +const user = { + signer: + (data = {}) => + async (dispatch) => + await proxy.post("user/signer", data, { dispatch }), + setActiveRoleId: (data) => async (dispatch) => + dispatch({ type: "user/setActiveRoleId", data }), + login: (data) => async (dispatch) => + await proxy.login("user/login", data, { dispatch }), + switchRole: + (data = {}) => + async (dispatch) => { + return await proxy.login("user/switchRole", data, { dispatch }); + }, + otp_login: (data) => async (dispatch) => + await proxy.login("user/otp/login", data, { dispatch }), + sso_login: (data) => async (dispatch) => + await proxy.login("user/sso/login", data, { dispatch }), + sso_login2: (data) => async (dispatch) => + await proxy.login("user/sso/login2", data, { dispatch }), + otp_register: (data) => async (dispatch) => + await proxy.login("user/otp/register", data, { dispatch }), + logout: (data) => async (dispatch) => + await proxy.logout("user/logout", data, { dispatch }), + getUserRole: (data) => async (dispatch) => + await proxy.get("user/getUserRole", data, { dispatch }), + getProfile: + (data = {}) => + async (dispatch) => + await proxy.get("user/getProfile", data, { dispatch }), + setProfile: + (data = {}) => + async (dispatch) => { + return await proxy.put("user/setProfile", data, { dispatch }); + }, + list: + (data = {}) => + async (dispatch) => { + return await proxy.get("user/list", data, { dispatch }); + }, + getExcelData: (data) => async (dispatch) => { + return await proxy.get( + "user/list", + { ...data, excelData: true }, + { dispatch } + ); + }, + clearExcelData: + (data = {}) => + async (dispatch) => { + await dispatch({ type: "user/clearExcelData", data }); + }, + info: + (data = {}) => + async (dispatch) => { + return await proxy.get("user/info", data, { dispatch }); + }, + add: + (data = {}) => + async (dispatch) => { + return await proxy.post("user/add", data, { dispatch }); + }, + setDefaultPassword: + (data = {}) => + async (dispatch) => { + return await proxy.put("user/setDefaultPassword", data, { dispatch }); + }, + resetPassword: + (data = {}) => + async (dispatch) => { + return await proxy.post("user/resetPassword", data, { dispatch }); + }, + addUserRole: + (data = {}) => + async (dispatch) => { + return await proxy.post("user/addUserRole", data, { dispatch }); + }, + deleteUserRole: + (data = {}) => + async (dispatch) => { + return await proxy.delete("user/deleteUserRole", data, { dispatch }); + }, + updateUserRole: + (data = {}) => + async (dispatch) => { + return await proxy.put("user/updateUserRole", data, { dispatch }); + }, + referAndDeleteUserRole: + (data = {}) => + async (dispatch) => { + return await proxy.delete("user/referAndDeleteUserRole", data, { + dispatch, + }); + }, + copyRoleFunction: + (data = {}) => + async (dispatch) => { + return await proxy.post("user/copyRoleFunction", data, { + dispatch, + }); + }, + delete: + (data = {}) => + async (dispatch) => { + return await proxy.delete("user/delete", data, { dispatch }); + }, + update: + (data = {}) => + async (dispatch) => { + return await proxy.put("user/update", data, { dispatch }); + }, + names: + (data = {}) => + async (dispatch) => { + return await proxy.get("user/names", data, { dispatch }); + }, + setName: + (data = {}) => + async (dispatch) => { + return await proxy.put("user/setName", data, { dispatch }); + }, + examination_info: + (data = {}) => + async (dispatch) => { + return await proxy.get("user/examination/info", data, { dispatch }); + }, + examination_add: + (data = {}) => + async (dispatch) => { + return await proxy.post("user/examination/add", data, { dispatch }); + }, + examination_update: + (data = {}) => + async (dispatch) => { + return await proxy.put("user/examination/update", data, { dispatch }); + }, + changeNetwork: + (data = {}) => + async (dispatch) => { + return await proxy.put("user/changeNetwork", data, { dispatch }); + }, + changeNetwork3: + (data = {}) => + async (dispatch) => { + return await proxy.put("user/changeNetwork3", data, { dispatch }); + }, + admin_otlt: + (data = {}) => + async (dispatch) => { + await dispatch({ type: "user/admin/otlt", data }); + }, +}; + +export default user; diff --git a/src/redux/actions/userAddress.js b/src/redux/actions/userAddress.js new file mode 100644 index 0000000..19e77d5 --- /dev/null +++ b/src/redux/actions/userAddress.js @@ -0,0 +1,34 @@ +import proxy from "../proxy"; + +const userAddress = { + list: + (data = {}) => + async (dispatch) => { + return await proxy.get("userAddress/list", data, { dispatch }); + }, + info: + (data = {}) => + async (dispatch) => { + return await proxy.get("userAddress/info", data, { dispatch }); + }, + update: + (data = {}, data2 = {}) => + async (dispatch) => { + return await proxy.put("userAddress/update", data, { dispatch }); + // return await proxy.get("userAddress/list", data2, { dispatch }); + }, + add: + (data = {}, data2 = {}, data3 = {}) => + async (dispatch) => { + return await proxy.post("userAddress/add", data, { dispatch }); + // return await proxy.get("userAddress/list", data2, { dispatch }); + }, + del: + (data = {}, data2 = {}) => + async (dispatch) => { + return await proxy.delete("userAddress/delete", data, { dispatch }); + // return await proxy.get("userAddress/list", data2, { dispatch }); + }, +}; + +export default userAddress; diff --git a/src/redux/actions/userFactor.js b/src/redux/actions/userFactor.js new file mode 100644 index 0000000..8185db5 --- /dev/null +++ b/src/redux/actions/userFactor.js @@ -0,0 +1,82 @@ +import proxy from "../proxy"; +const userFactor = { + list: + (data = {}) => + async (dispatch) => + await proxy.get("userFactor/list", data, { dispatch }), + getExcelData: (data) => async (dispatch) => { + return await proxy.get( + "userFactor/list", + { ...data, excelData: true }, + { dispatch } + ); + }, + clearExcelData: + (data = {}) => + async (dispatch) => { + await dispatch({ type: "userFactor/clearExcelData", data }); + }, + orders: + (data = {}) => + async (dispatch) => + await proxy.get("userFactor/orders", data, { dispatch }), + info: + (data = {}) => + async (dispatch) => + await proxy.get("userFactor/info", data, { dispatch }), + AdminInfo: + (data = {}) => + async (dispatch) => + await proxy.get("userFactor/admin/info", data, { dispatch }), + update: + (data = {}) => + async (dispatch) => { + return await proxy.put("userFactor/update", data, { dispatch }); + }, + delete: + (data = {}) => + async (dispatch) => { + return await proxy.delete("userFactor/delete", data, { dispatch }); + }, + payment: + (data = {}, data2 = {}) => + async (dispatch) => { + return await proxy.post("userFactor/payment", data, { dispatch }); + }, + verify: + (data = {}) => + async (dispatch) => { + return await proxy.post("userFactor/verify", data, { dispatch }); + }, + add: + (data = {}, data2 = {}) => + async (dispatch) => { + return await proxy.post("userFactor/add", data, { dispatch }); + return await proxy.get("userFactor/list", data2, { dispatch }); + }, + del: + (data = {}, data2 = {}) => + async (dispatch) => { + return await proxy.delete("userFactor/delete", data, { dispatch }); + return await proxy.get("userFactor/list", data2, { dispatch }); + }, + donate: + (data = {}) => + async (dispatch) => { + return await proxy.post("userFactor/donate", data, { dispatch }); + }, + deleteUserOffCode: + (data = {}, data2 = {}) => + async (dispatch) => { + return await proxy.delete("userFactor/deleteUserOffCode", data, { + dispatch, + }); + return await proxy.get("userFactor/info", data2, { dispatch }); + }, + fullList: + (data = {}) => + async (dispatch) => + await proxy.get("userFactor/fullList", data, { dispatch }), +}; + +export default userFactor; diff --git a/src/redux/actions/userFavorite.js b/src/redux/actions/userFavorite.js new file mode 100644 index 0000000..6bb7b22 --- /dev/null +++ b/src/redux/actions/userFavorite.js @@ -0,0 +1,27 @@ +import proxy from "../proxy"; + +const userFavorite = { + list: + (data = {}) => + async (dispatch) => { + return await proxy.get("userFavorite/list", data, { dispatch }); + }, + update: + (data = {}, data2 = {}) => + async (dispatch) => { + return await proxy.put("userFavorite/update", data); + return await proxy.get("userFavorite/list", data2, { dispatch }); + }, + add: + (data = {}, data2 = {}, data3 = {}) => + async (dispatch) => { + return await proxy.post("userFavorite/add", data, { dispatch }); + }, + del: + (data = {}, data2 = {}) => + async (dispatch) => { + return await proxy.delete("userFavorite/delete", data, { dispatch }); + }, +}; + +export default userFavorite; diff --git a/src/redux/actions/userProduct.js b/src/redux/actions/userProduct.js new file mode 100644 index 0000000..186c65d --- /dev/null +++ b/src/redux/actions/userProduct.js @@ -0,0 +1,59 @@ +import proxy from "../proxy"; +const userProduct = { + list: + (data = {}) => + async (dispatch) => { + return await proxy.get("userProduct/list", data, { dispatch }); + }, + getExcelData: (data) => async (dispatch) => { + return await proxy.get( + "userProduct/list", + { ...data, excelData: true }, + { dispatch } + ); + }, + clearExcelData: + (data = {}) => + async (dispatch) => { + await dispatch({ type: "userProduct/clearExcelData", data }); + }, + myList: + (data = {}) => + async (dispatch) => { + return await proxy.get("userProduct/myList", data, { dispatch }); + }, + info: + (data = {}) => + async (dispatch) => + await proxy.get("userProduct/info", data, { dispatch }), + update: + (data = {}) => + async (dispatch) => { + return await proxy.put("userProduct/update", data, { dispatch }); + }, + delete: + (data = {}) => + async (dispatch) => { + return await proxy.delete("userProduct/delete", data, { dispatch }); + }, + add: + (data = {}) => + async (dispatch) => { + return await proxy.post("userProduct/add", data, { dispatch }); + }, + addShow: + (data = {}, data2 = {}) => + async (dispatch) => { + return await proxy.post("userProduct/addShow", data, { dispatch }); + return await proxy.get("userProduct/list", data2, { dispatch }); + // return await proxy.get("userFactor/info", data3, { dispatch }); + }, + del: + (data = {}, data2 = {}) => + async (dispatch) => { + return await proxy.delete("userProduct/delete", data); + return await proxy.get("userProduct/list", data2, { dispatch }); + }, +}; + +export default userProduct; diff --git a/src/redux/actions/waterSupply.js b/src/redux/actions/waterSupply.js new file mode 100644 index 0000000..a13a594 --- /dev/null +++ b/src/redux/actions/waterSupply.js @@ -0,0 +1,42 @@ +import proxy from "~/redux/proxy"; +const waterSupply = { + list: + (data = {}) => + async (dispatch) => { + return await proxy.get("waterSupply/list", data, { dispatch }); + }, + getExcelData: (data) => async (dispatch) => { + return await proxy.get( + "waterSupply/list", + { ...data, excelData: true }, + { dispatch } + ); + }, + clearExcelData: + (data = {}) => + async (dispatch) => { + await dispatch({ type: "waterSupply/clearExcelData", data }); + }, + info: + (data = {}) => + async (dispatch) => { + return await proxy.get("waterSupply/info", data, { dispatch }); + }, + add: + (data = {}) => + async (dispatch) => { + return await proxy.post("waterSupply/add", data, { dispatch }); + }, + delete: + (data = {}) => + async (dispatch) => { + return await proxy.delete("waterSupply/delete", data, { dispatch }); + }, + update: + (data = {}) => + async (dispatch) => { + return await proxy.put("waterSupply/update", data, { dispatch }); + }, +}; + +export default waterSupply; diff --git a/src/redux/actions/workFlow.js b/src/redux/actions/workFlow.js new file mode 100644 index 0000000..f87a2fd --- /dev/null +++ b/src/redux/actions/workFlow.js @@ -0,0 +1,13 @@ +import proxy from "~/redux/proxy"; +const prefix = "auto/"; +const workFlow = { + info: + (data = {}) => + async (dispatch) => { + return await proxy.get(prefix + data._service + "/" + data.id, data, { + dispatch, + }); + }, +}; + +export default workFlow; diff --git a/src/redux/index.js b/src/redux/index.js new file mode 100644 index 0000000..424db3e --- /dev/null +++ b/src/redux/index.js @@ -0,0 +1,7 @@ +// @create-index + +export * as actions from './actions'; +export { default as proxy } from './proxy.js'; +export * as reducers from './reducers'; +export { default as store } from './store.js'; + diff --git a/src/redux/proxy.js b/src/redux/proxy.js new file mode 100644 index 0000000..a3158ac --- /dev/null +++ b/src/redux/proxy.js @@ -0,0 +1,241 @@ +import _ from "lodash"; +import axios from "axios"; +import config from "~/config"; +import bcrypt from "bcryptjs"; +let { baseUrl, TTL = 360 } = config; +if (window.location.href.includes("barnamenegar.com")) + baseUrl = "https://sameh.barnamenegar.com/api/v2/"; +let Axios; +let progressDespatch; +const race = (promises) => + new Promise((resolve, reject) => { + for (const promise of promises) promise.then(resolve, reject); + }); + +export const reAxios = async (baseUrl) => { + if (window.location.href.includes("barnamenegar.com")) + baseUrl = "https://sameh.barnamenegar.com/api/v2/"; + let access; + let sessionId = sessionStorage.getItem("sessionId"); + if (sessionId) access = btoa(bcrypt.hashSync(sessionId, 10)); + baseUrl = baseUrl || config.baseUrl; + Axios = axios.create({ + onUploadProgress: (progressEvent) => { + if (progressDespatch) { + progressDespatch( + Math.round((progressEvent.loaded / progressEvent.total) * 100) + ); + } + }, + withCredentials: true, + validateStatus: null, + baseURL: baseUrl, + headers: access ? { Authorization: `Bearer ${access}` } : {}, + }); + window.Axios = Axios; +}; +reAxios(); +window.reAxios = reAxios; +class Proxy { + get = async (url, params, opt, data) => + await this.check( + url, + opt, + async () => await Axios.get(url, { params, _service: undefined, ...opt }), + data || params + ); + post = async (url, params, opt, data) => + await this.check( + url, + opt, + async () => await Axios.post(url, params, opt), + data || params + ); + put = async (url, params, opt, data) => { + if (window.location.href.includes("barnamenegar.com")) + return await this.post(url, params, opt, data); + return await this.check( + url, + opt, + async () => await Axios.put(url, params, opt), + data || params + ); + }; + delete = async (url, params, opt, data) => { + if (window.location.href.includes("barnamenegar.com")) + return await this.post(url, params, opt, data); + return await this.check( + url, + opt, + async () => await Axios.delete(url, { ...opt, data: params }), + data || params + ); + }; + timeout = new Promise((r) => + setTimeout( + () => r({ data: { status: 500, message: "سرور پاسخگو نیست" } }), + TTL * 1000 + ) + ); + + check = async (url, { dispatch }, fetch, params) => { + dispatch = dispatch || (() => {}); + url && dispatch({ type: url.split("/")[0] + "/loading", params }); + progressDespatch = (p) => { + dispatch({ type: url.split("/")[0] + "/progress", data: p }); + }; + const response = await race([ + new Promise(async (r) => r(await fetch())), + new Promise(async (r) => + setTimeout( + () => r({ status: 500, message: "خطا: عدم پاسخگویی اتصال به سرور" }), + TTL * 1000 + ) + ), + ]); + switch (response.status) { + case 200: + window.serverDate = response.data.date; + (response.data?.logs || []).forEach((r) => { + if (r[0].etag) + console[r[0].mode]( + `${config.baseUrl}/${url} ${r[0].name}:${r[0].line}:${r[0].time}ms`, + ...r.slice(1) + ); + }); + dispatch({ + type: url, + data: response.data.data, + schema: response.data.schema, + count: response.data.count, + message: response.data.message, + params, + headers: response.headers, + }); + + return response.data.data; + case 401: + let refresh = false; // await this.refresh(); + if (refresh) { + let response = await fetch(); + dispatch({ type: url, data: response.data.data }); + return response.data.data; + } else { + sessionStorage.removeItem("userData"); + sessionStorage.removeItem("sessionId"); + window.location.href = "/login"; + } + // dispatch({ + // type: url.split("/")[0] + "/error", + // data: response.data || response, + // }); + break; + case 403: + default: + dispatch({ + type: url.split("/")[0] + "/error", + data: response?.data?.data || + response?.data || { message: "خطای برقراری ارتباط" }, + message: + response.data?.message == undefined + ? "خطای برقراری ارتباط" + : response.data?.message, + params, + }); + return { statusCode: response.status, message: response.data?.message }; + } + return false; + }; + + login = async (url, params, opt = {}) => { + let { dispatch } = opt; + this.post(url, params, { + dispatch: async (obj) => { + console.log({ obj }); + let login = obj.data; + let sessionId = obj.headers?.sessionid; + if (!login) return dispatch(obj); + console.log({ obj }); + sessionStorage.removeItem("userData"); + sessionStorage.removeItem("sessionId"); + await new Promise((r) => setTimeout(r, 100)); + delete login.accessToken; + delete login.refreshToken; + if (!login.statusCode) { + sessionStorage.setItem("userData", JSON.stringify(login)); + sessionStorage.setItem("sessionId", sessionId); + } + if (!localStorage.getItem("activeRoleId")) + localStorage.setItem("activeRoleId", 0); + // clearInterval(window.checkValidation); + // window.checkValidation = setInterval(() => { + // console.log("start validation"); + // try { + // let validation = JSON.parse( + // sessionStorage.getItem("userData") + // ).validation; + // console.log({ validation, now: new Date().getTime() }); + + // if (!validation || validation < new Date().getTime()) + // throw new Error("not validated"); + // } catch (e) { + // console.log(e.message, e); + // localStorage.removeItem("activeRoleId"); + // window.sessionStorage.clear(); + // return window.location.reload(); + // } + // }, 300 * 1000); + reAxios(); + dispatch(obj); + }, + }); + }; + + logout = async (url, params, { dispatch }) => { + clearInterval(window.checkValidation); + dispatch({ type: url.split("/")[0] + "/loading" }); + await this.post(url, params, { + dispatch: (obj) => { + localStorage.removeItem("activeRoleId"); + window.navigator.serviceWorker + .getRegistrations() + .then(function (registrations) { + for (let registration of registrations) { + registration.unregister(); + } + }); + + dispatch(obj); + }, + }); + }; + status = () => { + const userData = sessionStorage.getItem("userData"); + if (userData) { + // clearInterval(window.checkValidation); + // window.checkValidation = setInterval(() => { + // try { + // let validation = JSON.parse( + // sessionStorage.getItem("userData") + // ).validation; + // console.log({ validation, now: new Date().getTime() }); + // if (!validation || validation < new Date().getTime()) + // throw new Error("not validated"); + // } catch (e) { + // console.log(e.message, e); + // localStorage.removeItem("activeRoleId"); + // window.sessionStorage.clear(); + // return window.location.reload(); + // } + // }, 300 * 1000); + } + return userData ? JSON.parse(userData) : null; + // let profile = await axios.get("user/fetProfile"); + // sessionStorage.setItem("userData", JSON.stringify(profile.data)); + // console.log(profile); + // return profile.data; + }; +} +const _proxy = new Proxy(); + +export default _proxy; diff --git a/src/redux/reducers/admin.js b/src/redux/reducers/admin.js new file mode 100644 index 0000000..e869347 --- /dev/null +++ b/src/redux/reducers/admin.js @@ -0,0 +1,146 @@ +import config from "~/config"; +import { toast } from "react-toastify"; + +let { baseUrl } = config; +if (window.location.href.includes("barnamenegar.com")) + baseUrl = "https://sameh.barnamenegar.com/api/v2/"; +const initialState = { + backupLink: null, + userFactor: { + beforeSchema: [ + { + text: "نمایش", + description: "نمایش", + type: "button", + link: "`factor?id=${row.id}`", + }, + ], + }, + file: { + beforeSchema: [ + { + text: "نمایش", + description: "نمایش", + link: + "`${row.type=='folder'? 'file/?pid='+row.id: '" + + baseUrl + + "file/'+row.id}`", + type: "button", + }, + ], + }, +}; + +export default function admin(state = initialState, action) { + let { type, data, schema, count, params, message } = action; + if (type == "admin/backupLink") + return { ...state, loading: false, backupLink: data, error: null }; + if (!params && !params?._service) return state; + + const pathPrefix = `admin/${params._service}/`; + switch (type.split(pathPrefix)[1]) { + case "": + if (params.excelData) + return { + ...state, + [params._service]: { + ...state[params._service], + loading: false, + error: null, + schema: schema, + excelData: data, + }, + }; + return { + ...state, + [params._service]: { + ...state[params._service], + loading: false, + error: null, + list: data, + schema: schema, + count, + pageCount: +Math.floor((count - 1) / params.pageSize) + 1, + }, + }; + case "clearExcelData": { + return { + ...state, + [params._service]: { + ...state[params._service], + loading: false, + excelData: null, + }, + }; + } + case "/" + params.id: + return { + ...state, + [params._service]: { + ...state[params._service], + loading: false, + error: null, + info: data, + }, + }; + case "add": + toast.success(message); + return { + ...state, + [params._service]: { + ...state[params._service], + loading: false, + error: null, + }, + }; + case "update/" + params.id: + toast.success(message); + return { + ...state, + [params._service]: { + ...state[params._service], + loading: false, + error: null, + }, + }; + case "delete/" + params.id: + toast.success(message); + return { + ...state, + [params._service]: { + ...state[params._service], + loading: false, + error: null, + }, + }; + case "loading": + return { + ...state, + [params._service]: { + ...state[params._service], + loading: true, + }, + }; + case "error": + toast.error(message, { autoClose: !message.includes("!!") }); + return { + ...state, + [params._service]: { + ...state[params._service], + loading: false, + error: data.message, + }, + }; + case "timeReport": + return { + ...state, + [params._service]: { + ...state[params._service], + timeReport: data, + error: null, + }, + }; + default: + return state; + } +} diff --git a/src/redux/reducers/audit.js b/src/redux/reducers/audit.js new file mode 100644 index 0000000..dbc69e4 --- /dev/null +++ b/src/redux/reducers/audit.js @@ -0,0 +1,40 @@ +import { toast } from "react-toastify"; + +const initialState = { + loading: false, + error: null, +}; + +export default function audit(state = initialState, action) { + let { type, data, message } = action; + switch (type) { + case "audit/revokeRole": + toast.success(message, { autoClose: false }); + return { + ...state, + loading: false, + error: null, + }; + case "audit/revokeTask": + toast.success(message, { autoClose: false }); + return { + ...state, + loading: false, + error: null, + }; + case "audit/check": + toast.info(message, { autoClose: false }); + return { + ...state, + loading: false, + error: null, + }; + case "audit/loading": + return { ...state, loading: true }; + case "audit/error": + toast.error(data.message, { autoClose: !data.message.includes("!!") }); + return { ...state, loading: false, error: data.message || message }; + default: + return state; + } +} diff --git a/src/redux/reducers/auto.js b/src/redux/reducers/auto.js new file mode 100644 index 0000000..0e2bdac --- /dev/null +++ b/src/redux/reducers/auto.js @@ -0,0 +1,186 @@ +import config from "~/config"; +import { toast } from "react-toastify"; + +let { baseUrl } = config; +if (window.location.href.includes("barnamenegar.com")) + baseUrl = "https://sameh.barnamenegar.com/api/v2/"; +const initialState = { + userFactor: { + beforeSchema: [ + { + text: "نمایش", + description: "نمایش", + type: "button", + link: "`factor?id=${row.id}`", + }, + ], + }, + file: { + beforeSchema: [ + { + text: "نمایش", + description: "نمایش", + link: + "`${row.type=='folder'? 'file/?pid='+row.id: '" + + baseUrl + + "file/'+row.id}`", + type: "button", + }, + ], + }, + info: {}, +}; + +export default function auto(state = initialState, action) { + let { type, data, schema, count, params, message } = action; + if (!params && !params?._service) return state; + const pathPrefix = `auto/${params._service}/`; + if (type == "auto/loading") + return { + ...state, + loading: true, + }; + if (type == "auto/error") { + toast.error(message, { autoClose: !message.includes("!!") }); + return { + ...state, + loading: false, + }; + } + switch (type.split(pathPrefix)[1]) { + case "": + if (params.excelData) + return { + ...state, + loading: false, + [params._service]: { + ...state[params._service], + loading: false, + error: null, + + excelData: data, + }, + }; + if (params._append) + return { + ...state, + loading: false, + [params._service]: { + ...state[params._service], + loading: false, + error: null, + append: { ...state[params._service].append, [params.pid]: data }, + }, + }; + return { + ...state, + loading: false, + [params._service]: { + ...state[params._service], + loading: false, + error: null, + list: data, + schema: schema, + count, + append: {}, + done: false, + pageCount: +Math.floor((count - 1) / params.pageSize) + 1, + }, + }; + case "clearExcelData": { + return { + ...state, + loading: false, + [params._service]: { + ...state[params._service], + loading: false, + excelData: null, + }, + }; + } + case "/" + params.id: + return { + ...state, + loading: false, + [params._service]: { + ...state[params._service], + loading: false, + error: null, + info: data, + }, + }; + case "add": + toast.success(message); + return { + ...state, + loading: false, + [params._service]: { + ...state[params._service], + loading: false, + error: null, + done: true, + }, + }; + case "update/" + params.id: + if (!params["silent"]) toast.success(message); + return { + ...state, + loading: false, + [params._service]: { + ...state[params._service], + loading: false, + error: null, + done: true, + }, + }; + case "delete/" + params.id: + if (!params["silent"]) toast.success(message); + return { + ...state, + loading: false, + [params._service]: { + ...state[params._service], + loading: false, + error: null, + done: true, + }, + }; + case "loading": + return { + ...state, + loading: true, + [params._service]: { + ...state[params._service], + loading: true, + done: false, + }, + }; + case "error": + toast.error(message, { autoClose: !message.includes("!!") }); + return { + ...state, + loading: false, + [params._service]: { + ...state[params._service], + loading: false, + error: data.message, + done: false, + }, + }; + case "timeReport": + return { + ...state, + loading: false, + [params._service]: { + ...state[params._service], + timeReport: data, + error: null, + }, + }; + case "bpms_workflow/" + params.id: + console.log("case"); + return { ...state, loading: false, info: { data: "sd" } }; + default: + return state; + } +} diff --git a/src/redux/reducers/book.js b/src/redux/reducers/book.js new file mode 100644 index 0000000..a6b8a7e --- /dev/null +++ b/src/redux/reducers/book.js @@ -0,0 +1,127 @@ +import { toast } from "react-toastify"; + +const initialState = { + loading: false, + error: null, + list: [], + info: null, + searchResult: [], + filterResult: [], + subjects: [], + levels: [], + sortFilters: ["مرتب سازی", "محبوب ترین", "جدیدترین"], +}; + +const grades = [ + "پیش دبستان", + "اول", + "دوم", + "سوم", + "چهارم", + "پنجم", + "ششم", + "هفتم", + "هشتم", + "نهم", + "دهم", + "یازدهم", + "دوازدهم", +]; +export default function book(state = initialState, action) { + let { type, data } = action; + switch (type) { + case "book/list": + let itemsSubject = (Array.isArray(data) ? data : []).map( + (item, index) => item.name + ); + if (window.innerWidth < 1000) { + itemsSubject.unshift("نام کتاب"); + } + let itemsLevel = (Array.isArray(data) ? data : []) + .map((item) => item.gradeId * 1) + .sort((a, b) => a - b) + .map((e) => grades[e]); + if (window.innerWidth < 1000) { + itemsLevel.unshift("پایه تحصیلی"); + } + return { + ...state, + loading: false, + list: data, + subjects: [...new Set(itemsSubject)], + levels: [...new Set(itemsLevel)], + filterResult: data, + error: null, + }; + case "book/info": + return { ...state, loading: false, info: data, error: null }; + case "book/update": + return { ...state, loading: false, error: null }; + case "book/add": + return { ...state, loading: false, error: null }; + case "book/delete": + return { ...state, loading: false, error: null }; + case "book/search": + return { ...state }; + case "book/filter": + const realList = state.list; + const level = data.level; + const subject = data.subject; + const sort = data.sort; + const search = data.search; + if (level.length > 0 || subject.length > 0 || sort || search) { + localStorage.setItem("filter", "ON"); + } + let finalSort; + let byLevelFilter = []; + if (level.length > 0) { + level.forEach((item1) => { + for (let i = 0; i < realList.length; i++) { + if (grades[realList[i].gradeId] === item1) { + byLevelFilter.push(realList[i]); + } + } + }); + } else { + byLevelFilter = realList; + } + + let bySubjectFilter = []; + if (subject.length > 0) { + subject.forEach((item1) => { + for (let i = 0; i < byLevelFilter.length; i++) { + if (byLevelFilter[i].name === item1) { + bySubjectFilter.push(byLevelFilter[i]); + } + } + }); + } else { + bySubjectFilter = byLevelFilter; + } + + const bySearchFilter = search + ? bySubjectFilter.filter((item1) => item1.name.indexOf(search) !== -1) + : bySubjectFilter; + + if (sort === "گران ترین") { + finalSort = bySearchFilter.sort((item1, item2) => { + return item1.product[0].price - item2.product[0].price; + }); + } else { + finalSort = bySearchFilter; + } + return { + ...state, + loading: false, + error: null, + filterResult: finalSort, + }; + case "book/loading": + return { ...state, loading: true }; + case "book/error": + toast.error(data.message, { autoClose: !data.message.includes("!!") }); + return { ...state, loading: false, error: data.message }; + default: + return state; + } +} diff --git a/src/redux/reducers/catalog.js b/src/redux/reducers/catalog.js new file mode 100644 index 0000000..777e6f1 --- /dev/null +++ b/src/redux/reducers/catalog.js @@ -0,0 +1,37 @@ +const initialState = { + list: [ + { + id: 0, + title: "بازرسی بهداشت محیط", + text: "", + fileIds: "/images/catalog/0.jpg", + }, + { + id: 1, + title: "بازرسی بهداشت حرفه‌ای", + text: "", + fileIds: "/images/catalog/1.jpg", + }, + { + id: 2, + title: "بازرسی بهداشت حرفه‌ای", + text: "", + fileIds: "/images/catalog/2.jpg", + }, + + { + id: 3, + title: "بازرسی بهداشت محیط ", + text: "", + fileIds: "/images/catalog/3.jpg", + }, + ], +}; + +export default function catalog(state = initialState, action) { + let { type, data } = action; + switch (type) { + default: + return state; + } +} diff --git a/src/redux/reducers/certificate.js b/src/redux/reducers/certificate.js new file mode 100644 index 0000000..5e6c558 --- /dev/null +++ b/src/redux/reducers/certificate.js @@ -0,0 +1,51 @@ +import { toast } from "react-toastify"; + +const initialState = { + loading: false, + error: null, + list: [], + searchResult: [], + search: null, + roleConflicts: [], +}; +export default function certificate(state = initialState, action) { + let { type, data } = action; + switch (type) { + case "certificate/checkConflict": + return { ...state, loading: false, roleConflicts: data, error: null }; + case "certificate/list": + return { ...state, loading: false, list: data, error: null }; + case "certificate/add": + return { ...state, loading: false, error: null }; + case "certificate/healthQualification/start": + return { + ...state, + loading: false, + error: null, + start: data, + }; + case "certificate/freeAuditRegistration/start": + return { + ...state, + loading: false, + error: null, + start: data, + }; + case "certificate/certifiedGuildAddUnitStart": + case "certificate/freeAuditAddUnitStart": + return { + ...state, + loading: false, + error: null, + start: data, + }; + + case "certificate/loading": + return { ...state, loading: true }; + case "certificate/error": + toast.error(data.message, { autoClose: !data.message.includes("!!") }); + return { ...state, loading: false, error: data.message }; + default: + return state; + } +} diff --git a/src/redux/reducers/comment.js b/src/redux/reducers/comment.js new file mode 100644 index 0000000..13a1482 --- /dev/null +++ b/src/redux/reducers/comment.js @@ -0,0 +1,37 @@ +import proxy from "~/redux/proxy"; +import { toast } from "react-toastify"; +const status = proxy.status(); +const initialState = { + status, + loading: false, + error: null, + list: [], + schema: [], +}; + +export default function comment(state = initialState, action) { + let { type, data, schema, count, params } = action; + switch (type) { + case "comment/list": + return { + ...state, + loading: false, + error: null, + list: data, + schema: schema, + count, + pageCount: +Math.floor((count - 1) / params.pageSize) + 1, + }; + case "comment/add": + return { ...state, loading: false, error: null }; + case "comment/delete": + return { ...state, loading: false, error: null }; + case "comment/loading": + return { ...state, loading: true }; + case "comment/error": + toast.error(data.message, { autoClose: !data.message.includes("!!") }); + return { ...state, loading: false, error: data.message }; + default: + return state; + } +} diff --git a/src/redux/reducers/config.js b/src/redux/reducers/config.js new file mode 100644 index 0000000..32f37e7 --- /dev/null +++ b/src/redux/reducers/config.js @@ -0,0 +1,188 @@ +const initialState = { + themeName: window.localStorage.getItem("themeName") || "default", + version: window.localStorage.getItem("version"), + menu: true, + header: true, + bottomSheet: { + children: null, + open: null, + }, + dialog: { + text: null, + type: null, + accept: null, + open: null, + }, + device: "mobile", + themeColors: { + default: { + name: "روشن", + "--primary": "#3D5AFE", + "--primaryLight": "#536DFE", + "--primaryText": "#FFFFFF", + "--primaryDark": "#304FFE", + "--secondary": "#2196F3", + "--secondaryText": "#fff", + "--secondaryDark": "#356dc4", + "--secondaryLight": "#609bf7", + "--background": "#f9fbfc", + "--backgroundText": "#00253A", + "--surface": "#f2f7fc", + "--surfaceDark": "#f1f8ff", + "--surfaceLight": "#f9fcff", + "--surfaceText": "#333333", + "--surfaceBorder": "#e9e9e9", + "--info": "#43c1ff", + "--infoText": "#000000", + "--success": "#42b258", + "--successText": "#fff", + "--warning": "#ffcc00", + "--warningText": "#000000", + "--error": "#D81111", + "--errorText": "#FFFFFF", + "--borderColor": "#E4E4E4", + "--backgroundBorder": "#ECECEC", + "--white": "#ffffff", + }, + dark: { + name: "تیره", + "--primary": "#37AA9C", + "--primaryLight": "#48b5a6", + "--primaryText": "#fff", + "--primaryDark": "#2c998a", + "--secondary": "#94F3E4", + "--secondaryText": "#000000", + "--secondaryDark": "#60c1b1", + "--secondaryLight": "#bffff4", + "--background": "#20292d", + "--backgroundText": "#EEE", + "--surface": "#333F44", + "--surfaceDark": "#2b363a", + "--surfaceLight": "#38454B", + "--surfaceText": "#cccccc", + "--surfaceBorder": "#e9e9e9", + "--info": "#43c1ff", + "--infoText": "#000000", + "--success": "#42b258", + "--successText": "#fff", + "--warning": "#f1d416", + "--warningText": "#000000", + "--error": "#c4342d", + "--errorText": "#FFFFFF", + "--borderColor": "#E4E4E430", + "--backgroundBorder": "#ECECEC", + "--white": "#ffffff", + }, + brown: { + name: "قهوه‌ای", + "--primary": "#806854", + "--primaryLight": "#967e6a", + + "--primaryText": "#fff", + "--primaryDark": "#3e0c5b", + + "--secondary": "#A8BAA9", + + "--secondaryText": "#000000", + "--secondaryDark": "#6d5cd1", + "--secondaryLight": "#b3a6fc", + "--background": "#fcf7e5", + "--backgroundText": "#494949", + "--surface": "#fffde2", + "--surfaceDark": "#e0dcd2", + "--surfaceLight": "#ebdec0", + "--surfaceText": "#000000", + "--surfaceBorder": "#c4beb4", + + "--info": "#43c1ff", + "--infoText": "#000000", + "--success": "#42b258", + "--successText": "#000000", + "--warning": "#ffa200", + "--warningText": "#000000", + "--error": "#D81111", + "--errorText": "#FFFFFF", + "--borderColor": "#c4beb499", + + "--backgroundBorder": "#c4bdb4", + "--white": "#ffffff", + }, + purpule: { + name: "بنفش", + "--primary": "#561977", + "--primaryLight": "#7F3AB8", + "--primaryText": "#fff", + "--primaryDark": "#3e0c5b", + "--secondary": "#9D8AFF", + "--secondaryText": "#000000", + "--secondaryDark": "#6d5cd1", + "--secondaryLight": "#b3a6fc", + "--background": "#f8f7fc", + "--backgroundText": "#494949", + "--surface": "#f8f4ff", + "--surfaceDark": "#e5f9f9", + "--surfaceLight": "#c7e8fc", + "--surfaceText": "#000000", + "--surfaceBorder": "#b4bec4", + "--info": "#43c1ff", + "--infoText": "#000000", + "--success": "#42b258", + "--successText": "#000000", + "--warning": "#ffa200", + "--warningText": "#000000", + "--error": "#D81111", + "--errorText": "#FFFFFF", + "--borderColor": "#b4bec430", + "--backgroundBorder": "#b4bec4", + "--white": "#ffffff", + }, + }, +}; + +export default function config(state = initialState, action) { + let { type, data } = action; + switch (type) { + case "config/setMenu": + return { + ...state, + menu: data, + }; + case "config/setHeader": + return { + ...state, + header: data, + }; + case "config/setDialog": + return { + ...state, + dialog: data, + }; + case "config/setBottomSheet": + return { + ...state, + bottomSheet: data, + }; + case "config/setTheme": + return { + ...state, + themeName: data, + }; + case "config/addTheme": + return { + ...state, + themeColors: { ...state.themeColors, [data.key]: { ...data.value } }, + }; + case "config/deleteTheme": + return { + ...state, + themeColors: data, + }; + case "config/setDevice": + return { + ...state, + device: data, + }; + default: + return state; + } +} diff --git a/src/redux/reducers/content.js b/src/redux/reducers/content.js new file mode 100644 index 0000000..b95de70 --- /dev/null +++ b/src/redux/reducers/content.js @@ -0,0 +1,31 @@ +import { toast } from "react-toastify"; + +const initialState = { + loading: false, + error: null, + list: [], + info: null, +}; +export default function content(state = initialState, action) { + let { type, data } = action; + switch (type) { + case "content/list": + return { ...state, loading: false, list: data, error: null }; + case "content/add": + return { ...state, loading: false, error: null }; + case "content/info": + return { + ...state, + loading: false, + error: null, + info: data, + }; + case "content/loading": + return { ...state, loading: true }; + case "content/error": + toast.error(data.message, { autoClose: !data.message.includes("!!") }); + return { ...state, loading: false, error: data.message }; + default: + return state; + } +} diff --git a/src/redux/reducers/craft.js b/src/redux/reducers/craft.js new file mode 100644 index 0000000..b520d38 --- /dev/null +++ b/src/redux/reducers/craft.js @@ -0,0 +1,23 @@ +import proxy from "~/redux/proxy"; +import { toast } from "react-toastify"; + +const initialState = { + loading: false, + error: null, + info: null, +}; + +export default function craft(state = initialState, action) { + let { type, data } = action; + switch (type) { + case "layout/info": + return { ...state, loading: false, error: null, info: data }; + case "layout/loading": + return { ...state, loading: true }; + case "layout/error": + toast.error(data.message, { autoClose: !data.message.includes("!!") }); + return { ...state, loading: false, error: data.message }; + default: + return state; + } +} diff --git a/src/redux/reducers/documents.js b/src/redux/reducers/documents.js new file mode 100644 index 0000000..d882b5e --- /dev/null +++ b/src/redux/reducers/documents.js @@ -0,0 +1,17 @@ +import { toast } from "react-toastify"; + +const initialState = { + loading: false, + error: null, + list: [], + info: null, +}; +export default function content(state = initialState, action) { + let { type, data } = action; + switch (type) { + case "sync/documentDataModel": + return { ...state, loading: false, list: data, error: null }; + default: + return state; + } +} diff --git a/src/redux/reducers/faq.js b/src/redux/reducers/faq.js new file mode 100644 index 0000000..dcf79b1 --- /dev/null +++ b/src/redux/reducers/faq.js @@ -0,0 +1,57 @@ +import { toast } from "react-toastify"; + +const initialState = { + loading: false, + error: null, + list: [], + searchResult: [], + search: null, +}; +export default function faq(state = initialState, action) { + let { type, data } = action; + switch (type) { + case "faq/list": + return { ...state, loading: false, list: data, error: null }; + case "faq/add": + return { ...state, loading: false, error: null }; + case "faq/selectFaq": + return { + ...state, + loading: false, + error: null, + list: !state.search + ? state.list.map((item) => + item.id === data + ? { ...item, active: !item.active } + : { ...item, active: false } + ) + : state.list, + searchResult: state.search + ? state.searchResult.map((item) => + item.id === data + ? { ...item, active: !item.active } + : { ...item, active: false } + ) + : state.searchResult, + }; + case "faq/search": + return { + ...state, + loading: false, + error: null, + search: data, + searchResult: state.list.filter( + (item) => + item.title.indexOf(data) !== -1 || + item.description.indexOf(data) !== -1 + ), + }; + case "faq/loading": + return { ...state, loading: true }; + case "faq/error": + toast.error(data.message, { autoClose: !data.message.includes("!!") }); + return { ...state, loading: false, error: data.message }; + default: + return state; + } +} diff --git a/src/redux/reducers/file.js b/src/redux/reducers/file.js new file mode 100644 index 0000000..77211d1 --- /dev/null +++ b/src/redux/reducers/file.js @@ -0,0 +1,87 @@ +import { toast } from "react-toastify"; +window.config = { + ...(window.config || {}), + admin_config_maxUploadSize: 50, + admin_config_uploadExtensions: "doc,docx,pdf,jpg,png,bmp,xls,xlsx,mp4,zip", +}; +const initialState = { + loading: false, + error: null, + id: null, + signature: "", + progress: 0, + groupList: [], + list: [ + { + id: 1, + name: "file a", + type: "PNG", + size: 50, + uploadAt: "2022-09-10", + }, + { + id: 1, + name: "file b", + type: "JPG", + size: 50, + uploadAt: "2022-09-10", + }, + { + id: 1, + name: "folder a", + type: "folder", + size: 50, + uploadAt: "2022-09-10", + }, + ], + schema: [ + { name: "id", desc: "شناسه", description: "شناسه", type: "number" }, + { name: "name", desc: "نام", description: "نام", type: "string" }, + { name: "type", desc: "نوع", description: "شناسه", type: "string" }, + { name: "size", desc: "حجم", description: "شناسه", type: "number" }, + { + name: "uploadAt", + desc: "تاریخ آپلود", + description: "شناسه", + type: "date", + }, + ], +}; + +export default function file(state = initialState, action) { + let { type, data, params } = action; + switch (type) { + case "file/setSignature": + return { + ...state, + signature: data, + }; + case "file/directUpload": + case "file/upload": + toast.success("فایل با موفقیت بارگذاری و ثبت شد"); + return { + ...state, + loading: false, + error: null, + id: data.id, + }; + case "message/send": + return { ...state, id: null }; + case "file/limits": + window.config = { + ...(window.config || {}), + ...data, + }; + return { ...state, loading: false, error: null }; + case "file/group/list": + return { ...state, groupList: data, loading: false, error: null }; + case "file/loading": + return { ...state, loading: true, progress: 0 }; + case "file/progress": + return { ...state, progress: data }; + case "file/error": + return { ...state, loading: false, error: data.message }; + default: + return state; + } +} diff --git a/src/redux/reducers/guide.js b/src/redux/reducers/guide.js new file mode 100644 index 0000000..9847f50 --- /dev/null +++ b/src/redux/reducers/guide.js @@ -0,0 +1,19 @@ +const initialState = { + text: + `خدماتی که از طریق این پنجره می‌توانید به آن دسترسی داشته باشید:` + + //` پیگیری درخواست مجوزها(در کد باشد اما کامنت شود.)` + `ثبت نام متصدیان واحدهای صنفی + ثبت و پیگیری درخواست صلاحیت بهداشتی + ثبت نام مشاوران آزاد/ مشاوران دفاتر خدمات سلامت`, + // درخواست کارت بهداشت (در کد باشد اما کامنت شود.) + // دریافت گواهی آموزش اصناف (در کد باشد اما کامنت شود.) + // `, +}; + +export default function guide(state = initialState, action) { + let { type, data } = action; + switch (type) { + default: + return state; + } +} diff --git a/src/redux/reducers/healthCard.js b/src/redux/reducers/healthCard.js new file mode 100644 index 0000000..af4dcb5 --- /dev/null +++ b/src/redux/reducers/healthCard.js @@ -0,0 +1,87 @@ +import proxy from "~/redux/proxy"; +import { toast } from "react-toastify"; +const status = proxy.status(); +const initialState = { + status, + loading: false, + error: null, + list: [], + schema: [], + excelData: [], + nationalIdLog: null, +}; + +export default function healthCard(state = initialState, action) { + let { type, data, schema, count, params } = action; + switch (type) { + case "healthCard/getJobs": + return { + ...state, + loading: false, + error: null, + jobList: data, + schema: schema, + count, + pageCount: +Math.floor((count - 1) / params.pageSize) + 1, + }; + case "healthCard/list": + if (params.excelData) + return { + ...state, + loading: false, + error: null, + schema: schema, + excelData: data, + }; + return { + ...state, + loading: false, + error: null, + list: data, + schema: schema, + count, + pageCount: +Math.floor((count - 1) / params.pageSize) + 1, + }; + case "user/clearExcelData": { + return { + ...state, + loading: false, + excelData: null, + }; + } + case "healthCard/updatePrintDate": + toast.success(data.message); + return { ...state, loading: false, error: null }; + case "healthCard/setVoid": + toast.success(data.message); + return { ...state, loading: false, error: null }; + case "healthCard/revertAutoCancel": + toast.success(data.message); + return { ...state, loading: false, error: null }; + case "healthCard/changeJobId": + toast.success(data.message); + return { ...state, loading: false, error: null }; + case "healthCard/abate": + toast.success(data.message); + return { ...state, loading: false, error: null }; + case "healthCard/voidIncorrectUniversity": + toast.success(data.message); + return { ...state, loading: false, error: null }; + case "healthCard/forceApprove": + toast.success(data.message); + return { ...state, loading: false, error: null }; + case "healthCard/nationalIdLog": + return { ...state, nationalIdLog: data, loading: false, error: null }; + case "healthCard/add": + return { ...state, loading: false, error: null }; + case "healthCard/delete": + return { ...state, loading: false, error: null }; + case "healthCard/loading": + return { ...state, loading: true }; + case "healthCard/error": + toast.error(data.message, { autoClose: !data.message.includes("!!") }); + return { ...state, loading: false, error: data.message }; + default: + return state; + } +} diff --git a/src/redux/reducers/index.js b/src/redux/reducers/index.js new file mode 100644 index 0000000..d7cf80e --- /dev/null +++ b/src/redux/reducers/index.js @@ -0,0 +1,39 @@ +// @create-index + +export { default as book } from "./book.js"; +export { default as catalog } from "./catalog.js"; +export { default as comment } from "./comment.js"; +export { default as config } from "./config.js"; +export { default as faq } from "./faq.js"; +export { default as file } from "./file.js"; +export { default as guide } from "./guide.js"; +export { default as map } from "./map.js"; +export { default as menu } from "./menu.js"; +export { default as offCode } from "./offCode.js"; +export { default as otp } from "./otp.js"; +export { default as process } from "./process.js"; +export { default as product } from "./product.js"; +export { default as publicApi } from "./publicApi.js"; +export { default as report } from "./report.js"; +export { default as role } from "./role.js"; +export { default as roleFunction } from "./roleFunction.js"; +export { default as user } from "./user.js"; +export { default as userFactor } from "./userFactor.js"; +export { default as userFavorite } from "./userFavorite.js"; +export { default as userProduct } from "./userProduct.js"; +export { default as userAddress } from "./userAddress.js"; +export { default as admin } from "./admin.js"; +export { default as auto } from "./auto.js"; +export { default as task } from "./task.js"; +export { default as unit } from "./unit.js"; +export { default as craft } from "./craft.js"; +export { default as transport } from "./transport.js"; +export { default as healthCard } from "./healthCard.js"; +export { default as network } from "./network.js"; +export { default as inspection } from "./inspection.js"; +export { default as waterSupply } from "./waterSupply.js"; +export { default as content } from "./content.js"; +export { default as certificate } from "./certificate.js"; +export { default as workFlow } from "./workFlow.js"; +export { default as documents } from "./documents.js"; +export { default as audit } from "./audit.js"; diff --git a/src/redux/reducers/inspection.js b/src/redux/reducers/inspection.js new file mode 100644 index 0000000..00aa4d5 --- /dev/null +++ b/src/redux/reducers/inspection.js @@ -0,0 +1,63 @@ +import proxy from "~/redux/proxy"; +import { toast } from "react-toastify"; +const status = proxy.status(); +const initialState = { + status, + loading: false, + error: null, + list: [], + schema: [], + excelData: [], + statics: [], +}; + +export default function inspection(state = initialState, action) { + let { type, data, schema, count, params, message } = action; + switch (type) { + case "bpms/inspection/statistics/network": + return { + ...state, + statics: data, + loading: false, + excelData: null, + }; + case "inspection/list": + if (params.excelData) + return { + ...state, + loading: false, + error: null, + schema: schema, + excelData: data, + }; + return { + ...state, + loading: false, + error: null, + list: data, + schema: schema, + count, + pageCount: +Math.floor((count - 1) / params.pageSize) + 1, + }; + case "inspection/clearExcelData": { + return { + ...state, + loading: false, + excelData: null, + }; + } + case "inspection/add": + return { ...state, loading: false, error: null }; + case "inspection/delete": + return { ...state, loading: false, error: null }; + case "inspection/loading": + case "bpms/loading": + return { ...state, loading: true }; + case "inspection/error": + case "bpms/error": + toast.error(message || data.message); + return { ...state, loading: false, error: data.message }; + default: + return state; + } +} diff --git a/src/redux/reducers/map.js b/src/redux/reducers/map.js new file mode 100644 index 0000000..66ccc2b --- /dev/null +++ b/src/redux/reducers/map.js @@ -0,0 +1,27 @@ +import { toast } from "react-toastify"; + +const initialState = { + loading: false, + error: null, + map: { + flyTo: [null, null], + fitBounds: null, + }, + drawJSON: null, +}; +export default function map(state = initialState, action) { + let { type, data } = action; + switch (type) { + case "map/setDrawJSON": + return { ...state, drawJSON: data }; + case "map/setMap": + return { ...state, map: data }; + case "map/loading": + return { ...state, loading: true }; + case "map/error": + toast.error(data.message, { autoClose: !data.message.includes("!!") }); + return { ...state, loading: false, error: data.message }; + default: + return state; + } +} diff --git a/src/redux/reducers/menu.js b/src/redux/reducers/menu.js new file mode 100644 index 0000000..bdc5652 --- /dev/null +++ b/src/redux/reducers/menu.js @@ -0,0 +1,116 @@ +import { toast } from "react-toastify"; +const menuList = window.sessionStorage.getItem("menu"); +const initialState = { + loading: false, + error: null, + list: menuList + ? JSON.parse(menuList) + : [ + { + id: 1e6, + pid: null, + title: "خروج", + icon: "Logout", + link: "/logout", + type: 1, + }, + ], + info: null, + adminList: [], + homePage: [], +}; + +export default function menu(state = initialState, action) { + let { type, data, schema, count, params = {} } = action; + switch (type) { + case "menu/homePage": + return { ...state, loading: false, error: null, homePage: data }; + case "menu/list": + if (params.excelData) + return { + ...state, + loading: false, + error: null, + schema: schema, + excelData: data, + }; + data = data.map((e) => ({ + ...e, + title: e.description, + link: e.name, + icon: e.icon && e.icon.includes("/") ? undefined : e.icon, + })); + + if (!params.service) + data.push({ + pid: null, + id: 1e6, + type: 1, + title: "خروج", + icon: "Logout", + link: "/logout", + }); + else + data.push({ + pid: null, + id: 1e6, + type: 1, + title: "بازگشت", + icon: "Logout", + + link: "/", + }); + window.sessionStorage.setItem("menu", JSON.stringify(data)); + return { + ...state, + loading: false, + error: null, + list: data, + schema: schema, + count, + pageCount: +Math.floor((count - 1) / params.pageSize) + 1, + }; + case "menu/admin/list": + if (params.excelData) + return { + ...state, + loading: false, + error: null, + schema: schema, + excelData: data, + }; + data = data.map((e) => ({ + ...e, + title: e.description, + link: e.name, + icon: e.icon, + })); + return { + ...state, + loading: false, + error: null, + adminList: data, + schema: schema, + count, + pageCount: +Math.floor((count - 1) / params.pageSize) + 1, + }; + case "menu/info": + return { ...state, loading: false, error: null, info: data }; + case "menu/add": + return { ...state, loading: false, error: null }; + case "menu/homePage": + return { ...state, loading: false, error: null, list: data.list }; + case "menu/delete": + return { ...state, loading: false, error: null }; + case "menu/update": + return { ...state, loading: false, error: null }; + case "menu/loading": + return { ...state, loading: true }; + case "menu/error": + toast.error(data?.message, { autoClose: !data?.message.includes("!!") }); + + return { ...state, loading: false, error: data?.message || data }; + default: + return state; + } +} diff --git a/src/redux/reducers/network.js b/src/redux/reducers/network.js new file mode 100644 index 0000000..94ddb20 --- /dev/null +++ b/src/redux/reducers/network.js @@ -0,0 +1,75 @@ +import proxy from "~/redux/proxy"; +import { toast } from "react-toastify"; +const status = proxy.status(); +const initialState = { + status, + loading: false, + error: null, + list: [], + schema: [], + excelData: [], + similarList: [], +}; + +export default function network(state = initialState, action) { + let { type, data, schema, count, params, message } = action; + switch (type) { + case "network/similar": + return { ...state, loading: false, similarList: data, error: null }; + case "network/list": + if (params.excelData) + return { + ...state, + loading: false, + error: null, + schema: schema, + excelData: data, + }; + data = data.map((e) => ({ + ...e, + isDraggable: e.level == 4, + isDropable: e.level == 3, + })); + if (params._append) + return { + ...state, + loading: false, + error: null, + append: { ...state.append, [params.pid]: data }, + schema: schema, + count, + pageCount: +Math.floor((count - 1) / params.pageSize) + 1, + }; + return { + ...state, + loading: false, + error: null, + list: data, + schema: schema, + count, + pageCount: +Math.floor((count - 1) / params.pageSize) + 1, + append: {}, + }; + case "user/clearExcelData": { + return { + ...state, + loading: false, + excelData: null, + }; + } + case "network/add": + return { ...state, loading: false, error: null }; + case "network/transfer": + toast.success("جابجایی با موفقیت انجام شد"); + return { ...state, loading: false, error: null }; + case "network/delete": + return { ...state, loading: false, error: null }; + case "network/loading": + return { ...state, loading: true }; + case "network/error": + toast.error(message, { autoClose: !message.includes("!!") }); + return { ...state, loading: false, error: message }; + default: + return state; + } +} diff --git a/src/redux/reducers/offCode.js b/src/redux/reducers/offCode.js new file mode 100644 index 0000000..dcda647 --- /dev/null +++ b/src/redux/reducers/offCode.js @@ -0,0 +1,27 @@ +import { toast } from "react-toastify"; +const initialState = { + loading: false, + error: null, + info: null, + list: [], +}; +export default function offCode(state = initialState, action) { + let { type, data } = action; + switch (type) { + case "offCode/list": + return { + ...state, + loading: false, + list: data, + error: null, + }; + ///////////// + // case "qr/loading": + // return { ...state, loading: true }; + // case "qr/error": + // toast.error(data.message, { autoClose: !message.includes("!!") }); + // return { ...state, loading: false, error: data.message }; + default: + return state; + } +} diff --git a/src/redux/reducers/otp.js b/src/redux/reducers/otp.js new file mode 100644 index 0000000..41cb029 --- /dev/null +++ b/src/redux/reducers/otp.js @@ -0,0 +1,25 @@ +const initialState = { + otps: { + otp1: "", + otp2: "", + otp3: "", + otp4: "", + otp5: "", + otp6: "", + }, +}; + +export default function otp(state = initialState, action) { + let { type, data } = action; + switch (type) { + case "authentication/otp/set": + return { ...state, otps: { ...state.otps, [data.name]: data.value } }; + case "authentication/otp/reset": + return { + ...state, + otps: { otp1: "", otp2: "", otp3: "", otp4: "", otp5: "", otp6: "" }, + }; + default: + return state; + } +} diff --git a/src/redux/reducers/process.js b/src/redux/reducers/process.js new file mode 100644 index 0000000..4aedffc --- /dev/null +++ b/src/redux/reducers/process.js @@ -0,0 +1,30 @@ +const initialState = { + loading: false, + error: null, + list: [], + info: null, +}; + +export default function process(state = initialState, action) { + let { type, data } = action; + switch (type) { + case "process/list": + return { ...state, loading: false, error: null, list: data }; + case "process/info": + return { ...state, loading: false, error: null, info: data }; + case "process/add": + return { ...state, loading: false, error: null, list: data.list }; + case "process/copy": + return { ...state, loading: false, error: null, list: data.list }; + case "process/delete": + return { ...state, loading: false, error: null, list: data.list }; + case "process/update": + return { ...state, loading: false, error: null, list: data.list }; + case "process/loading": + return { ...state, loading: true }; + case "process/error": + return { ...state, loading: false, error: data.message }; + default: + return state; + } +} diff --git a/src/redux/reducers/product.js b/src/redux/reducers/product.js new file mode 100644 index 0000000..7dfada7 --- /dev/null +++ b/src/redux/reducers/product.js @@ -0,0 +1,56 @@ +import proxy from "~/redux/proxy"; +import { toast } from "react-toastify"; +const status = proxy.status(); +const initialState = { + status, + loading: false, + error: null, + list: [], + schema: [], + excelData: [], + similarList: [], +}; + +export default function product(state = initialState, action) { + let { type, data, schema, count, params } = action; + switch (type) { + case "product/similar": + return { ...state, loading: false, similarList: data, error: null }; + case "product/list": + if (params.excelData) + return { + ...state, + loading: false, + error: null, + schema: schema, + excelData: data, + }; + return { + ...state, + loading: false, + error: null, + list: data, + schema: schema, + count, + pageCount: +Math.floor((count - 1) / params.pageSize) + 1, + }; + case "user/clearExcelData": { + return { + ...state, + loading: false, + excelData: null, + }; + } + case "product/add": + return { ...state, loading: false, error: null }; + case "product/delete": + return { ...state, loading: false, error: null }; + case "product/loading": + return { ...state, loading: true }; + case "product/error": + toast.error(data.message, { autoClose: !data.message.includes("!!") }); + return { ...state, loading: false, error: data.message }; + default: + return state; + } +} diff --git a/src/redux/reducers/publicApi.js b/src/redux/reducers/publicApi.js new file mode 100644 index 0000000..2a2b2ec --- /dev/null +++ b/src/redux/reducers/publicApi.js @@ -0,0 +1,152 @@ +import { toast } from "react-toastify"; +import _ from "lodash"; +const initialState = { + loading: false, + error: null, + nationalId: null, + cellphone: null, + birthDate: null, + loginMenu: [], + sliderList: [], + bookInfo: null, + arList: [], + bookSection: null, + seasons: null, + activeVOD: null, + activeSeason: null, + blogList: [], + blog: null, + blogHashtags: [], + hashtag: "همه", + captchaId: null, + otp: null, + changesLog: [], +}; +export default function publicApi(state = initialState, action) { + const vodId = localStorage.getItem("vodId"); + let { type, data, schema, count, params, message } = action; + switch (type) { + case "public/report": + toast.success( + "گزارش خطا با موفقیت ارسال شد. تیم توسعه در اولین فرصت مورد را بررسی خواهند کرد" + ); + return { ...state, loading: false }; + case "public/captcha": + return { + ...state, + loading: false, + captcha: data.svg, + captchaId: data.captchaId, + }; + case "public/clearOtp": + return { + ...state, + otp: null, + }; + case "public/otp": + toast.info("پیامک با موفقیت ارسال شد"); + return { + ...state, + loading: false, + nationalId: params.nationalId || null, + cellphone: params.cellphone || null, + birthDate: params.birthDate || null, + isForeign: params.isForeign || null, + firstName: params.firstName || null, + lastName: params.lastName || null, + gender: params.gender || null, + otp: data.otp, + error: null, + }; + case "public/slider/list": + return { ...state, sliderList: data }; + + case "public/changesLog": + return { ...state, changesLog: data }; + case "public/loginMenu": + return { ...state, loading: false, loginMenu: data, error: null }; + case "/public/vod/activeVOD": + return { + ...state, + loading: false, + error: null, + activeVOD: data, + }; + case "public/vod/activeSeason": + return { + ...state, + loading: false, + activeSeason: state.activeSeason === data ? null : data, + error: null, + }; + case "public/vod/bookSection": + const videoId = vodId; + return { + ...state, + loading: false, + bookSection: data, + error: null, + activeVOD: data.vods?.filter((item) => item.id !== videoId)[0], + }; + case "public/vod/bookCourse": + let allCats; + allCats = Array.from( + new Set(data.vods.map((item) => item.categoryId && item.categoryId)) + ); + return { + ...state, + loading: false, + bookInfo: { + ...data, + vods: data.vods.map((item) => { + return { ...item, active: false }; + }), + }, + error: null, + seasons: allCats.map((item) => + data.vods.filter((item1) => item1.categoryId === item) + ), + activeVOD: data.vods.filter((item) => item.id !== vodId)[0], + }; + case "public/setHashtag": + return { + ...state, + loading: false, + hashtag: data, + error: null, + }; + case "public/blogList": + return { + ...state, + loading: false, + blogList: data, + error: null, + blogHashtags: ["همه", ...new Set(data.map((object) => object.tag))], + }; + case "public/blogInfo": + return { ...state, blog: data, loading: false, error: null }; + case "public/ar": + return { ...state, loading: false, error: null, arList: data }; + case "public/loading": + return { ...state, loading: true }; + case "public/error": + toast.error(message, { autoClose: !message.includes("!!") }); + return { + ...state, + ..._.pick(params, [ + "nationalId", + "cellphone", + "birthDate", + "isForeign", + "firstName", + "lastName", + "gender", + ]), + loading: false, + error: message, + otp: null, + }; + default: + return state; + } +} diff --git a/src/redux/reducers/report.js b/src/redux/reducers/report.js new file mode 100644 index 0000000..dd6fd38 --- /dev/null +++ b/src/redux/reducers/report.js @@ -0,0 +1,51 @@ +import { toast } from "react-toastify"; + +const initialState = { + loading: false, + error: null, + list: [], + clients: [], + gradeSoldList: [], + productSoldList: [], + codeSoldList: [], + bookSoldCount: [], + dashboard: {}, + contentDashboard: null, + data: {}, + list: [], +}; +export default function report(state = initialState, action) { + let { type, data } = action; + switch (type) { + case "report/getData": + return { ...state, loading: false, data: data }; + case "report/clearData": + return { ...state, loading: false, data: {} }; + case "report/list": + return { ...state, loading: false, list: data }; + case "report/product/dashboard": + return { ...state, loading: false, dashboard: data }; + case "report/content/dashboard": + return { ...state, loading: false, contentDashboard: data }; + case "report/productType/sold/count": + return { ...state, loading: false, list: data, error: null }; + case "report/grade/sold/count": + return { ...state, loading: false, gradeSoldList: data, error: null }; + case "report/book/sold/count": + return { ...state, loading: false, bookSoldCount: data, error: null }; + case "report/clients": + return { ...state, loading: false, clients: data, error: null }; + case "report/loading": + return { ...state, loading: true }; + case "report/error": + console.log("report/error", data); + toast.error(data?.message); + return { ...state, loading: false, error: data?.message }; + case "report/product/total/sold": + return { ...state, loading: false, productSoldList: data, error: null }; + case "report/code/total/sold": + return { ...state, loading: false, codeSoldList: data, error: null }; + default: + return state; + } +} diff --git a/src/redux/reducers/role.js b/src/redux/reducers/role.js new file mode 100644 index 0000000..e39e8fa --- /dev/null +++ b/src/redux/reducers/role.js @@ -0,0 +1,25 @@ +const initialState = { + roles: [ + { + id: 0, + title: "مدیریت محتوای وبلاگ", + subTitle: "مرکز - کارشناس مسئول مدیریت محتوا", + }, + // { + // id: 1, + // title: "مدیریت محتوای چند رسانه ای", + // subTitle: "مرکز - کارشناس مسئول مدیریت محتوا", + // }, + ], + activeRole: 0, +}; + +export default function role(state = initialState, action) { + let { type, data } = action; + switch (type) { + case "authentication/role/set": + return { ...state, activeRole: data }; + default: + return state; + } +} diff --git a/src/redux/reducers/roleFunction.js b/src/redux/reducers/roleFunction.js new file mode 100644 index 0000000..5c28e53 --- /dev/null +++ b/src/redux/reducers/roleFunction.js @@ -0,0 +1,61 @@ +import { toast } from "react-toastify"; + +const initialState = { + loading: false, + error: null, + list: [], + info: null, + adminList: [], + hiddenCols: ["pid", "ord"], +}; + +export default function menu(state = initialState, action) { + let { type, data, schema, count, params } = action; + params = params || {}; + switch (type) { + case "admin/roleFunction": + if (params.excelData) + return { + ...state, + loading: false, + error: null, + schema: schema, + excelData: data, + }; + data = data.map((e) => ({ + ...e, + title: e.description, + link: e.name, + icon: e.icon && e.icon.includes("/") ? undefined : e.icon, + icon: e.icon && e.icon.includes("/") ? e.icon : undefined, + })); + return { + ...state, + loading: false, + error: null, + list: data, + schema: schema.filter((e) => !state.hiddenCols.includes(e.name)), + count, + pageCount: +Math.floor((count - 1) / params.pageSize) + 1, + }; + + case "admin/roleFunction/" + params.id: + return { ...state, loading: false, error: null, info: data }; + case "admin/roleFunction/add": + toast.success(data?.message); + return { ...state, loading: false, error: null }; + case "admin/roleFunction/delete/" + params.id: + toast.success(data?.message); + return { ...state, loading: false, error: null }; + case "admin/roleFunction/update/" + params.id: + toast.success(data?.message); + return { ...state, loading: false, error: null }; + case "admin/roleFunction/loading": + return { ...state, loading: true }; + case "admin/roleFunction/error": + toast.error(data?.message); + return { ...state, loading: false, error: data.message }; + default: + return state; + } +} diff --git a/src/redux/reducers/task.js b/src/redux/reducers/task.js new file mode 100644 index 0000000..873684e --- /dev/null +++ b/src/redux/reducers/task.js @@ -0,0 +1,176 @@ +import { toast } from "react-toastify"; + +const initialState = { + loading: false, + error: null, + list: [], + checklists: {}, + saved: null, + startable: [], + taskId: null, + processList: [], + sampelingList: [], + unread: 0, + inbox: 0, + important: 0, +}; +export default function task(state = initialState, action) { + let { type, data, schema, count, params, message } = action; + + switch (type) { + case "bpms/watersupply/startInspection": + toast.info(message); + return { + ...state, + loading: false, + error: null, + }; + case "bpms/process/list": + return { + ...state, + loading: false, + processList: data, + error: null, + }; + case "bpms/periodicSampling": + return { + ...state, + loading: false, + sampelingList: data, + error: null, + }; + case "bpms/samplingStart": + return { + ...state, + loading: false, + error: null, + }; + case "bpms/process/startable": + return { + ...state, + loading: false, + startable: data, + error: null, + }; + case "bpms/inboxInfo": + return { + ...state, + loading: false, + inbox: data.inbox, + important: data.important, + unread: data.unread, + version: data.version, + error: null, + }; + case "bpms/process/start": + return { + ...state, + loading: false, + taskId: data?.id, + error: null, + }; + case "bpms/task/checklistInfo": + return { + ...state, + loading: false, + checklists: { ...state.checklists, [params.checklistId]: data }, + error: null, + count, + schema: schema, + pageCount: +Math.floor((count - 1) / params.pageSize) + 1, + }; + case "bpms/task/getExcelData": + return { + ...state, + loading: false, + excelData: data, + }; + case "bpms/task/list": + if (params.excelData) + return { + ...state, + loading: false, + excelData: data, + }; + return { + ...state, + loading: false, + list: data, + error: null, + count, + schema: schema, + saved: null, + pageCount: +Math.floor((count - 1) / params.pageSize) + 1, + }; + case "bpms/taskFlow/inactive": + toast.success("غیر فعال سازی با موفقیت انجام شد"); + return { + ...state, + loading: false, + error: null, + taskId: null, + }; + case "bpms/task/info": + return { + ...state, + info: data, + schema: schema, + loading: false, + error: null, + taskId: null, + unread: data.unread, + inbox: data.inbox, + important: data.important, + }; + case "bpms/task/tree": + return { + ...state, + tree: data, + schema: schema, + loading: false, + error: null, + taskId: null, + }; + case "bpms/task/cancel": + toast.success("انصراف با موفقیت انجام شد"); + return { + ...state, + saved: params.taskId || params.taskIds, + loading: false, + error: null, + }; + case "bpms/task/rollback": + case "bpms/task/rollback2": + toast.success("ّبازگشت با موفقیت انجام شد"); + return { + ...state, + saved: params.taskId || params.taskIds, + loading: false, + error: null, + }; + case "bpms/task/draft": + case "bpms/task/archive": + case "bpms/task/revert": + case "bpms/task/done": + toast.success("ثبت با موفقیت انجام شد"); + return { + ...state, + saved: params.taskId || params.taskIds, + loading: false, + error: null, + }; + case "bpms/htmlCreator": + return { + ...state, + html: data, + loading: false, + error: null, + }; + case "bpms/loading": + return { ...state, loading: true }; + case "bpms/error": + return { ...state, loading: false, error: message }; + default: + return state; + } +} diff --git a/src/redux/reducers/transport.js b/src/redux/reducers/transport.js new file mode 100644 index 0000000..bf2dda0 --- /dev/null +++ b/src/redux/reducers/transport.js @@ -0,0 +1,28 @@ +import { toast } from "react-toastify"; + +const initialState = { + loading: false, + error: null, + list: [], +}; +export default function transport(state = initialState, action) { + let { type, data } = action; + switch (type) { + case "transport/list": + return { + ...state, + loading: false, + list: data, + error: null, + }; + case "transport/info": + return { ...state, loading: false, error: null }; + case "transport/loading": + return { ...state, loading: true }; + case "transport/error": + toast.error(data.message, { autoClose: !data.message.includes("!!") }); + return { ...state, loading: false, error: data.message }; + default: + return state; + } +} diff --git a/src/redux/reducers/unit.js b/src/redux/reducers/unit.js new file mode 100644 index 0000000..82bfcfb --- /dev/null +++ b/src/redux/reducers/unit.js @@ -0,0 +1,101 @@ +import proxy from "~/redux/proxy"; +import { toast } from "react-toastify"; +const status = proxy.status(); +const initialState = { + status, + loading: false, + error: null, + list: [], + schema: [], + excelData: [], + instructions: [], + instructions_count: 0, + instructions_schema: [], + contractLimit: null, +}; + +export default function unit(state = initialState, action) { + let { type, data, schema, count, params, message } = action; + switch (type) { + case "unit/instructions": + return { + ...state, + loading: false, + error: null, + instructions: data, + instructions_schema: schema, + instructions_count: count, + instructions_pageCount: 1, + }; + case "unit/healthQualification/list": + return { + ...state, + loading: false, + error: null, + healthQualification_list: date, + }; + case "unit/checkContractLimit": + return { + ...state, + contractLimit: data, + loading: false, + error: null, + }; + case "unit/list": + if (params.excelData) + return { + ...state, + loading: false, + error: null, + schema: schema, + excelData: data, + }; + return { + ...state, + loading: false, + error: null, + list: data, + schema: schema, + count, + pageCount: +Math.floor((count - 1) / params.pageSize) + 1, + }; + case "unit/info": + return { + ...state, + loading: false, + error: null, + info: data, + }; + case "user/clearExcelData": { + return { + ...state, + loading: false, + excelData: null, + }; + } + case "unit/freeAuditorRevoke": { + toast.success(message); + return { + ...state, + loading: false, + error: null, + }; + } + case "unit/add": + toast.success(message); + return { ...state, loading: false, error: null, done: true }; + case "unit/update": + toast.success(message); + return { ...state, loading: false, error: null, done: true }; + case "unit/delete": + toast.success(message); + return { ...state, loading: false, error: null, done: true }; + case "unit/loading": + return { ...state, loading: true, done: false }; + case "unit/error": + toast.error(message, { autoClose: !message.includes("!!") }); + return { ...state, loading: false, error: message, done: false }; + default: + return state; + } +} diff --git a/src/redux/reducers/user.js b/src/redux/reducers/user.js new file mode 100644 index 0000000..53a92cf --- /dev/null +++ b/src/redux/reducers/user.js @@ -0,0 +1,163 @@ +import proxy from "~/redux/proxy"; +import { toast } from "react-toastify"; +import config from "~/config"; +const status = proxy.status(); +const initialState = { + status, + loading: false, + error: null, + profileStatus: false, + profileFields: {}, + info: {}, + list: [], + schema: [], + ActiveRoleId: +localStorage.getItem("activeRoleId"), + userRoles: status?.userRoles || [], + roleId: null, + excelData: [], + captchaRequired: false, + restrictionEnd: null, + profile: {}, + afterSchema: + status?.roleId == 23 || status?.roleId == 209 + ? [ + { + name: "otlt", + primary: false, + type: "button", + description: "ورود ادمین", + + desc: "ورود ادمین", + // icon: "key", + filterable: false, + action: async (row) => { + let response = await window.Axios.post("/user/admin/otlt", { + userId: row.id, + }); + navigator.clipboard.writeText( + window.location.origin + + `/clients/login?userId=${row.id}&otlt=${response.data.data.otlt}` + ); + toast.info("لینک ورود کپی شد"); + }, + }, + ] + : [], +}; + +export default function user(state = initialState, action) { + let { type, data, schema, count, params, message } = action; + switch (type) { + case "user/switchRole": + toast.success("نقش با موفقیت تغییر کرد"); + case "user/login": + case "user/otp/login": + + case "user/otp/register": + case "user/otp/sameh/login": + case "user/sso/login": + case "user/sso/login2": + return { + ...state, + captchaRequired: false, + restrictionEnd: null, + loading: false, + status: data, + userRoles: data.userRoles, + roleId: data.roleId, + userRoleId: data.userRoleId, + error: null, + ActiveRoleId: + state.ActiveRoleId || + (data?.userRoles?.length > 1 ? state.ActiveRoleId : data.userRoleId), + }; + case "user/register": + + case "public/sendOTP": + return { ...state, loading: false, status: data.profile, error: null }; + case "user/signer": + return { ...state, loading: false, info: data, error: null }; + case "user/logout": + localStorage.removeItem("activeRoleId"); + return { + ...state, + loading: false, + status: proxy.status(), + error: null, + ActiveRoleId: null, + }; + case "user/getProfile": + // localStorage.setItem("userData", JSON.stringify(data)); + return { + ...state, + schema, + loading: false, + profile: data, + error: null, + setDone: false, + }; + case "user/setActiveRoleId": + window.localStorage.setItem("activeRoleId", String(data)); + return { ...state, loading: false, ActiveRoleId: data }; + case "user/referAndDeleteUserRole": + toast.success("تغییرات اعمال شد."); + return { ...state, loading: false, error: null }; + case "user/setProfile": + toast.success("تغییرات اعمال شد."); + return { ...state, loading: false, error: null, setDone: true }; + case "user/getUserRole": + return { ...state, loading: false, userRoles: data, error: null }; + case "user/copyRoleFunction": + toast.success("تغییرات اعمال شد."); + return { ...state, loading: false, error: null }; + case "user/list": + if (params.excelData) + return { + ...state, + loading: false, + error: null, + schema: schema, + excelData: data, + }; + return { + ...state, + loading: false, + error: null, + list: data, + schema: schema, + count: count, + pageCount: +Math.floor((count - 1) / params.pageSize) + 1, + }; + case "user/clearExcelData": { + return { + ...state, + loading: false, + excelData: null, + }; + } + case "user/add": + toast.success("با موفقیت ثبت شد"); + return { ...state, loading: false, error: null }; + case "user/update": + toast.success("تغییرات اعمال شد."); + return { ...state, loading: false, error: null }; + case "user/info": + return { ...state, loading: false, error: null, info: data }; + case "user/delete": + return { ...state, loading: false, error: null }; + case "user/loading": + return { ...state, loading: true }; + case "user/error": + if (data?.message || message) toast.error(data?.message || message); + + return { + ...state, + loading: false, + captchaRequired: data?.captchaRequired, + restrictionEnd: data?.restrictionEnd, + error: data?.message || data, + }; + default: + return state; + } +} diff --git a/src/redux/reducers/userAddress.js b/src/redux/reducers/userAddress.js new file mode 100644 index 0000000..cbdf5b9 --- /dev/null +++ b/src/redux/reducers/userAddress.js @@ -0,0 +1,37 @@ +import { toast } from "react-toastify"; + +const initialState = { + loading: false, + error: null, + list: [], + info: null, +}; + +export default function userAddress(state = initialState, action) { + let { type, data } = action; + switch (type) { + case "userAddress/list": + return { + ...state, + loading: false, + list: data, + error: null, + }; + case "userAddress/info": + return { ...state, loading: false, info: data, error: null }; + case "userAddress/update": + return { ...state, loading: false, error: null }; + case "userAddress/add": + toast.success("آدرس با موفقیت ثبت شد"); + return { ...state, loading: false, error: null, sum: data.payPrice }; + case "userAddress/delete": + return { ...state, loading: false, error: null }; + case "userAddress/loading": + return { ...state, loading: true }; + case "userAddress/error": + toast.error(data.message, { autoClose: !data.message.includes("!!") }); + return { ...state, loading: false, error: data.message }; + default: + return state; + } +} diff --git a/src/redux/reducers/userFactor.js b/src/redux/reducers/userFactor.js new file mode 100644 index 0000000..73ef2f7 --- /dev/null +++ b/src/redux/reducers/userFactor.js @@ -0,0 +1,157 @@ +import { toast } from "react-toastify"; + +const initialState = { + loading: false, + error: null, + list: [], + schema: [], + count: 0, + info: null, + sum: null, + checkEmpty: false, + isVerified: null, + orders: [], + order: {}, + info: null, + factorInfo: { + seller: { + name: null, + economicCode: null, + nationalId: null, + city: null, + province: null, + postalCode: null, + address: null, + phone: null, + description: null, + prefix: 100, + }, + buyer: { + name: null, + economicCode: null, + nationalId: null, + city: null, + province: null, + postalCode: null, + address: null, + phone: null, + }, + }, +}; +export default function userFactor(state = initialState, action) { + let { type, data, schema, count, params } = action; + switch (type) { + case "userFactor/list": + if (params.excelData) + return { + ...state, + loading: false, + error: null, + schema: schema, + excelData: data, + }; + + return { + ...state, + loading: false, + list: data, + count: count, + schema: schema, + pageCount: +Math.floor((count - 1) / params.pageSize) + 1, + // checkEmpty: checkEmpty.length > 0 ? false : true, + error: null, + }; + case "user/clearExcelData": { + return { + ...state, + loading: false, + excelData: null, + }; + } + case "userFactor/info": + return { ...state, loading: false, info: data, error: null }; + case "userFactor/admin/info": + let Data = { ...state.factorInfo }; + Data.buyer = { + name: + data?.user?.firstName && data?.user?.lastName + ? data?.user?.firstName + " " + data?.user?.lastName + : null, + economicCode: data?.user?.economicCode || null, + nationalId: data?.user?.nationalId || null, + phone: data?.user?.phone || null, + city: data?.city?.name || null, + province: data?.city?.province || null, + postalCode: data?.recieverPostalCode || null, + address: data?.recieverAddress || null, + }; + Data.seller = { + name: data?.products[0]?.seller?.name || Data?.seller?.name, + fileId: data?.products[0]?.seller?.fileId || Data?.seller?.fileId, + signatureFile: + data?.products[0]?.seller?.signatureFile || + Data?.seller?.signatureFile, + economicCode: + data?.products[0]?.seller?.economicCode || Data?.seller?.economicCode, + nationalId: + data?.products[0]?.seller?.nationalId || Data?.seller?.nationalId, + phone: data?.products[0]?.seller?.phone || Data?.seller?.phone, + city: data?.products[0]?.seller?.city || Data?.seller?.city, + province: data?.products[0]?.seller?.province || Data?.seller?.province, + postalCode: + data?.products[0]?.seller?.postalCode || Data?.seller?.postalCode, + address: data?.products[0]?.seller?.address || Data?.seller?.address, + description: + data?.products[0]?.seller?.description || Data?.seller?.description, + prefix: data?.products[0]?.seller?.prefix || Data?.seller?.prefix, + }; + return { + ...state, + loading: false, + factorInfo: { ...data, buyer: Data.buyer, seller: Data?.seller }, + error: null, + }; + case "userFactor/orders": + return { + ...state, + loading: false, + orders: data, + loading: false, + list: data, + count: count, + schema: schema, + pageCount: +Math.floor((count - 1) / params.pageSize) + 1, + error: null, + }; + case "userFactor/update": + toast.success("درخواست شما با موفقیت انجام شد."); + return { ...state, loading: false, error: null }; + case "deleteUserOffCode": + return { ...state, loading: false, error: null }; + case "userFactor/add": + toast.success("درخواست شما با موفقیت انجام شد."); + return { ...state, loading: false, error: null, sum: data.payPrice }; + case "userFactor/delete": + return { ...state, loading: false, error: null }; + case "userFactor/payment": + case "userFactor/donate": + window.location.replace(data.url); + return { ...state, loading: false, error: null, isVerified: false }; + case "userFactor/verify": + return { ...state, loading: false, error: null, isVerified: true }; + case "userFactor/fullList": + return { + ...state, + loading: false, + orders: data, + error: null, + }; + case "userFactor/loading": + return { ...state, loading: true }; + case "userFactor/error": + toast.error(data.message, { autoClose: !data.message.includes("!!") }); + return { ...state, loading: false, error: data.message }; + default: + return state; + } +} diff --git a/src/redux/reducers/userFavorite.js b/src/redux/reducers/userFavorite.js new file mode 100644 index 0000000..e40ba72 --- /dev/null +++ b/src/redux/reducers/userFavorite.js @@ -0,0 +1,42 @@ +import { toast } from "react-toastify"; +const initialState = { + loading: false, + error: null, + list: [], +}; +export default function userFavorite(state = initialState, action) { + let { type, data } = action; + switch (type) { + case "userFavorite/list": + return { + ...state, + loading: false, + list: data, + error: null, + }; + case "userFavorite/update": + return { ...state, loading: false, error: null }; + case "userFavorite/add": + return { + ...state, + list: data.userFavorites, + loading: false, + error: null, + }; + case "userFavorite/delete": + return { + ...state, + list: data.userFavorites, + loading: false, + error: null, + }; + case "userFavorite/loading": + return { ...state, loading: true }; + case "userFavorite/error": + toast.error(data.message, { autoClose: !data.message.includes("!!") }); + + return { ...state, loading: false, error: data.message }; + default: + return state; + } +} diff --git a/src/redux/reducers/userProduct.js b/src/redux/reducers/userProduct.js new file mode 100644 index 0000000..df14c60 --- /dev/null +++ b/src/redux/reducers/userProduct.js @@ -0,0 +1,87 @@ +import { toast } from "react-toastify"; + +const initialState = { + loading: false, + error: null, + list: [], + info: null, + sum: null, + checkEmpty: false, + hasPhysical: false, + myList: [], + transactions: null, + count: null, + excelData: [], +}; + +export default function userProduct(state = initialState, action) { + let { type, data, schema, count, params } = action; + switch (type) { + case "userProduct/list": + const checkEmpty = data.filter( + (item) => item.condition === 2 && item.product.productType === (1 || 3) + ); + const hasPhysical = + data.filter((item) => item.product.productType === 2).length > 0 + ? true + : false; + return { + ...state, + loading: false, + list: data, + + schema: schema, + count, + pageCount: +Math.floor((count - 1) / params.pageSize) + 1, + checkEmpty: checkEmpty.length > 0 ? false : true, + error: null, + hasPhysical: hasPhysical, + }; + case "userProduct/info": + return { ...state, loading: false, info: data, error: null }; + case "userProduct/myList": + return { + ...state, + loading: false, + myList: data.userProducts, + error: null, + transactions: data.transactions, + contribute: data.contribute, + }; + case "user/clearExcelData": { + return { + ...state, + loading: false, + excelData: null, + }; + } + case "userProduct/update": + return { ...state, loading: false, error: null }; + case "userProduct/delete": + toast.success("محصول مورد نظر با موفقیت از دسترسی کاربر حذف شد"); + return { ...state, loading: false, error: null }; + case "userProduct/add": + toast.success("درخواست شما با موفقیت انجام شد."); + return { + ...state, + loading: false, + error: null, + sum: data.payPrice, + count: data.count, + }; + case "userProduct/addShow": + toast.success("درخواست شما با موفقیت انجام شد."); + return { ...state, loading: false, error: null, sum: data.payPrice }; + case "userProduct/delete": + return { ...state, loading: false, error: null }; + case "userProduct/loading": + return { ...state, loading: true }; + case "userProduct/error": + // toast.error(data.message, { autoClose: !message.includes("!!") }); + // alert("why"); + // + return { ...state, loading: false, error: data.message }; + default: + return state; + } +} diff --git a/src/redux/reducers/waterSupply.js b/src/redux/reducers/waterSupply.js new file mode 100644 index 0000000..e495d35 --- /dev/null +++ b/src/redux/reducers/waterSupply.js @@ -0,0 +1,61 @@ +import proxy from "~/redux/proxy"; +import { toast } from "react-toastify"; +const status = proxy.status(); +const initialState = { + status, + loading: false, + error: null, + list: [], + schema: [], + excelData: [], + instructions: [], + instructions_count: 0, + instructions_schema: [], +}; + +export default function waterSupply(state = initialState, action) { + let { type, data, schema, count, params, message } = action; + switch (type) { + case "waterSupply/list": + if (params.excelData) + return { + ...state, + loading: false, + error: null, + schema: schema, + excelData: data, + }; + return { + ...state, + loading: false, + error: null, + list: data, + schema: schema, + count, + pageCount: +Math.floor((count - 1) / params.pageSize) + 1, + }; + case "user/clearExcelData": { + return { + ...state, + loading: false, + excelData: null, + }; + } + case "waterSupply/add": + toast.success(message); + return { ...state, loading: false, error: null, done: true }; + case "waterSupply/update": + toast.success(message); + return { ...state, loading: false, error: null, done: true }; + case "waterSupply/delete": + toast.success(message); + return { ...state, loading: false, error: null, done: true }; + case "waterSupply/loading": + return { ...state, loading: true, done: false }; + case "waterSupply/error": + toast.error(message, { autoClose: !message.includes("!!") }); + return { ...state, loading: false, error: message, done: false }; + default: + return state; + } +} diff --git a/src/redux/reducers/workFlow.js b/src/redux/reducers/workFlow.js new file mode 100644 index 0000000..268f96e --- /dev/null +++ b/src/redux/reducers/workFlow.js @@ -0,0 +1,19 @@ +const initialState = { + error: null, + loading: false, + info: {} +} + + +const workFlow = (state = initialState, action) => { + const perfix = "auto/" + switch (action.type) { + case perfix + "bpms_workflow/" + action.params?.id: + return { ...state, loading: false, info: action.data } + default: + return state + } +} + + +export default workFlow \ No newline at end of file diff --git a/src/redux/store.js b/src/redux/store.js new file mode 100644 index 0000000..c8f3753 --- /dev/null +++ b/src/redux/store.js @@ -0,0 +1,16 @@ +import { createStore, applyMiddleware, combineReducers } from "redux"; +import { composeWithDevTools } from "redux-devtools-extension"; +import * as reducers from "./reducers"; +import {thunk} from "redux-thunk"; + +const initialState = {}; +const middleware = [thunk]; + +const combinedReducer = combineReducers(reducers); +const store = createStore( + combinedReducer, + initialState, + composeWithDevTools(applyMiddleware(...middleware)) +); + +export default store; diff --git a/src/tailwind.js b/src/tailwind.js new file mode 100644 index 0000000..a476745 --- /dev/null +++ b/src/tailwind.js @@ -0,0 +1,63 @@ +(()=>{var rw=Object.create;var Qr=Object.defineProperty;var iw=Object.getOwnPropertyDescriptor;var sw=Object.getOwnPropertyNames;var nw=Object.getPrototypeOf,aw=Object.prototype.hasOwnProperty;var yl=r=>Qr(r,"__esModule",{value:!0});var _s=r=>{if(typeof require!="undefined")return require(r);throw new Error('Dynamic require of "'+r+'" is not supported')};var C=(r,e)=>()=>(r&&(e=r(r=0)),e);var w=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports),de=(r,e)=>{yl(r);for(var t in e)Qr(r,t,{get:e[t],enumerable:!0})},ow=(r,e,t)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of sw(e))!aw.call(r,i)&&i!=="default"&&Qr(r,i,{get:()=>e[i],enumerable:!(t=iw(e,i))||t.enumerable});return r},Y=r=>ow(yl(Qr(r!=null?rw(nw(r)):{},"default",r&&r.__esModule&&"default"in r?{get:()=>r.default,enumerable:!0}:{value:r,enumerable:!0})),r);var m,l=C(()=>{m={platform:"",env:{},versions:{node:"14.17.6"}}});var lw,xe,ct=C(()=>{l();lw=0,xe={readFileSync:r=>self[r]||"",statSync:()=>({mtimeMs:lw++})}});var wl={};de(wl,{default:()=>ie});var ie,tt=C(()=>{l();ie={resolve:r=>r,extname:r=>"."+r.split(".").pop()}});var bl,vl=C(()=>{l();bl={sync:r=>[].concat(r)}});var As=w((zA,kl)=>{l();"use strict";var xl=class{constructor(e={}){if(!(e.maxSize&&e.maxSize>0))throw new TypeError("`maxSize` must be a number greater than 0");this.maxSize=e.maxSize,this.onEviction=e.onEviction,this.cache=new Map,this.oldCache=new Map,this._size=0}_set(e,t){if(this.cache.set(e,t),this._size++,this._size>=this.maxSize){if(this._size=0,typeof this.onEviction=="function")for(let[i,s]of this.oldCache.entries())this.onEviction(i,s);this.oldCache=this.cache,this.cache=new Map}}get(e){if(this.cache.has(e))return this.cache.get(e);if(this.oldCache.has(e)){let t=this.oldCache.get(e);return this.oldCache.delete(e),this._set(e,t),t}}set(e,t){return this.cache.has(e)?this.cache.set(e,t):this._set(e,t),this}has(e){return this.cache.has(e)||this.oldCache.has(e)}peek(e){if(this.cache.has(e))return this.cache.get(e);if(this.oldCache.has(e))return this.oldCache.get(e)}delete(e){let t=this.cache.delete(e);return t&&this._size--,this.oldCache.delete(e)||t}clear(){this.cache.clear(),this.oldCache.clear(),this._size=0}*keys(){for(let[e]of this)yield e}*values(){for(let[,e]of this)yield e}*[Symbol.iterator](){for(let e of this.cache)yield e;for(let e of this.oldCache){let[t]=e;this.cache.has(t)||(yield e)}}get size(){let e=0;for(let t of this.oldCache.keys())this.cache.has(t)||e++;return Math.min(this._size+e,this.maxSize)}};kl.exports=xl});var Sl,Cl=C(()=>{l();Sl=r=>r});var _l,Al=C(()=>{l();_l=r=>r&&r._hash});function Jr(r){return _l(r,{ignoreUnknown:!0})}var Ol=C(()=>{l();Al()});var pt,Xr=C(()=>{l();pt={}});function El(r){let e=xe.readFileSync(r,"utf-8"),t=pt(e);return{file:r,requires:t}}function Os(r){let t=[El(r)];for(let i of t)i.requires.filter(s=>s.startsWith("./")||s.startsWith("../")).forEach(s=>{try{let n=ie.dirname(i.file),a=pt.sync(s,{basedir:n}),o=El(a);t.push(o)}catch(n){}});return t}var Tl=C(()=>{l();ct();tt();Xr();Xr()});function rt(r){if(r=`${r}`,r==="0")return"0";if(/^[+-]?(\d+|\d*\.\d+)(e[+-]?\d+)?(%|\w+)?$/.test(r))return r.replace(/^[+-]?/,e=>e==="-"?"":"-");if(r.includes("var(")||r.includes("calc("))return`calc(${r} * -1)`}var Kr=C(()=>{l()});var Pl,Dl=C(()=>{l();Pl=["preflight","container","accessibility","pointerEvents","visibility","position","inset","isolation","zIndex","order","gridColumn","gridColumnStart","gridColumnEnd","gridRow","gridRowStart","gridRowEnd","float","clear","margin","boxSizing","display","aspectRatio","height","maxHeight","minHeight","width","minWidth","maxWidth","flex","flexShrink","flexGrow","flexBasis","tableLayout","borderCollapse","borderSpacing","transformOrigin","translate","rotate","skew","scale","transform","animation","cursor","touchAction","userSelect","resize","scrollSnapType","scrollSnapAlign","scrollSnapStop","scrollMargin","scrollPadding","listStylePosition","listStyleType","appearance","columns","breakBefore","breakInside","breakAfter","gridAutoColumns","gridAutoFlow","gridAutoRows","gridTemplateColumns","gridTemplateRows","flexDirection","flexWrap","placeContent","placeItems","alignContent","alignItems","justifyContent","justifyItems","gap","space","divideWidth","divideStyle","divideColor","divideOpacity","placeSelf","alignSelf","justifySelf","overflow","overscrollBehavior","scrollBehavior","textOverflow","whitespace","wordBreak","borderRadius","borderWidth","borderStyle","borderColor","borderOpacity","backgroundColor","backgroundOpacity","backgroundImage","gradientColorStops","boxDecorationBreak","backgroundSize","backgroundAttachment","backgroundClip","backgroundPosition","backgroundRepeat","backgroundOrigin","fill","stroke","strokeWidth","objectFit","objectPosition","padding","textAlign","textIndent","verticalAlign","fontFamily","fontSize","fontWeight","textTransform","fontStyle","fontVariantNumeric","lineHeight","letterSpacing","textColor","textOpacity","textDecoration","textDecorationColor","textDecorationStyle","textDecorationThickness","textUnderlineOffset","fontSmoothing","placeholderColor","placeholderOpacity","caretColor","accentColor","opacity","backgroundBlendMode","mixBlendMode","boxShadow","boxShadowColor","outlineStyle","outlineWidth","outlineOffset","outlineColor","ringWidth","ringColor","ringOpacity","ringOffsetWidth","ringOffsetColor","blur","brightness","contrast","dropShadow","grayscale","hueRotate","invert","saturate","sepia","filter","backdropBlur","backdropBrightness","backdropContrast","backdropGrayscale","backdropHueRotate","backdropInvert","backdropOpacity","backdropSaturate","backdropSepia","backdropFilter","transitionProperty","transitionDelay","transitionDuration","transitionTimingFunction","willChange","content"]});function ql(r,e){return r===void 0?e:Array.isArray(r)?r:[...new Set(e.filter(i=>r!==!1&&r[i]!==!1).concat(Object.keys(r).filter(i=>r[i]!==!1)))]}var Il=C(()=>{l()});var Yt=w((eO,Rl)=>{l();Rl.exports={content:[],presets:[],darkMode:"media",theme:{screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},colors:({colors:r})=>({inherit:r.inherit,current:r.current,transparent:r.transparent,black:r.black,white:r.white,slate:r.slate,gray:r.gray,zinc:r.zinc,neutral:r.neutral,stone:r.stone,red:r.red,orange:r.orange,amber:r.amber,yellow:r.yellow,lime:r.lime,green:r.green,emerald:r.emerald,teal:r.teal,cyan:r.cyan,sky:r.sky,blue:r.blue,indigo:r.indigo,violet:r.violet,purple:r.purple,fuchsia:r.fuchsia,pink:r.pink,rose:r.rose}),columns:{auto:"auto",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",10:"10",11:"11",12:"12","3xs":"16rem","2xs":"18rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem"},spacing:{px:"1px",0:"0px",.5:"0.125rem",1:"0.25rem",1.5:"0.375rem",2:"0.5rem",2.5:"0.625rem",3:"0.75rem",3.5:"0.875rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem",11:"2.75rem",12:"3rem",14:"3.5rem",16:"4rem",20:"5rem",24:"6rem",28:"7rem",32:"8rem",36:"9rem",40:"10rem",44:"11rem",48:"12rem",52:"13rem",56:"14rem",60:"15rem",64:"16rem",72:"18rem",80:"20rem",96:"24rem"},animation:{none:"none",spin:"spin 1s linear infinite",ping:"ping 1s cubic-bezier(0, 0, 0.2, 1) infinite",pulse:"pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite",bounce:"bounce 1s infinite"},aspectRatio:{auto:"auto",square:"1 / 1",video:"16 / 9"},backdropBlur:({theme:r})=>r("blur"),backdropBrightness:({theme:r})=>r("brightness"),backdropContrast:({theme:r})=>r("contrast"),backdropGrayscale:({theme:r})=>r("grayscale"),backdropHueRotate:({theme:r})=>r("hueRotate"),backdropInvert:({theme:r})=>r("invert"),backdropOpacity:({theme:r})=>r("opacity"),backdropSaturate:({theme:r})=>r("saturate"),backdropSepia:({theme:r})=>r("sepia"),backgroundColor:({theme:r})=>r("colors"),backgroundImage:{none:"none","gradient-to-t":"linear-gradient(to top, var(--tw-gradient-stops))","gradient-to-tr":"linear-gradient(to top right, var(--tw-gradient-stops))","gradient-to-r":"linear-gradient(to right, var(--tw-gradient-stops))","gradient-to-br":"linear-gradient(to bottom right, var(--tw-gradient-stops))","gradient-to-b":"linear-gradient(to bottom, var(--tw-gradient-stops))","gradient-to-bl":"linear-gradient(to bottom left, var(--tw-gradient-stops))","gradient-to-l":"linear-gradient(to left, var(--tw-gradient-stops))","gradient-to-tl":"linear-gradient(to top left, var(--tw-gradient-stops))"},backgroundOpacity:({theme:r})=>r("opacity"),backgroundPosition:{bottom:"bottom",center:"center",left:"left","left-bottom":"left bottom","left-top":"left top",right:"right","right-bottom":"right bottom","right-top":"right top",top:"top"},backgroundSize:{auto:"auto",cover:"cover",contain:"contain"},blur:{0:"0",none:"0",sm:"4px",DEFAULT:"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},brightness:{0:"0",50:".5",75:".75",90:".9",95:".95",100:"1",105:"1.05",110:"1.1",125:"1.25",150:"1.5",200:"2"},borderColor:({theme:r})=>({...r("colors"),DEFAULT:r("colors.gray.200","currentColor")}),borderOpacity:({theme:r})=>r("opacity"),borderRadius:{none:"0px",sm:"0.125rem",DEFAULT:"0.25rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem",full:"9999px"},borderSpacing:({theme:r})=>({...r("spacing")}),borderWidth:{DEFAULT:"1px",0:"0px",2:"2px",4:"4px",8:"8px"},boxShadow:{sm:"0 1px 2px 0 rgb(0 0 0 / 0.05)",DEFAULT:"0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)",md:"0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)",lg:"0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)",xl:"0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)","2xl":"0 25px 50px -12px rgb(0 0 0 / 0.25)",inner:"inset 0 2px 4px 0 rgb(0 0 0 / 0.05)",none:"none"},boxShadowColor:({theme:r})=>r("colors"),caretColor:({theme:r})=>r("colors"),accentColor:({theme:r})=>({...r("colors"),auto:"auto"}),contrast:{0:"0",50:".5",75:".75",100:"1",125:"1.25",150:"1.5",200:"2"},container:{},content:{none:"none"},cursor:{auto:"auto",default:"default",pointer:"pointer",wait:"wait",text:"text",move:"move",help:"help","not-allowed":"not-allowed",none:"none","context-menu":"context-menu",progress:"progress",cell:"cell",crosshair:"crosshair","vertical-text":"vertical-text",alias:"alias",copy:"copy","no-drop":"no-drop",grab:"grab",grabbing:"grabbing","all-scroll":"all-scroll","col-resize":"col-resize","row-resize":"row-resize","n-resize":"n-resize","e-resize":"e-resize","s-resize":"s-resize","w-resize":"w-resize","ne-resize":"ne-resize","nw-resize":"nw-resize","se-resize":"se-resize","sw-resize":"sw-resize","ew-resize":"ew-resize","ns-resize":"ns-resize","nesw-resize":"nesw-resize","nwse-resize":"nwse-resize","zoom-in":"zoom-in","zoom-out":"zoom-out"},divideColor:({theme:r})=>r("borderColor"),divideOpacity:({theme:r})=>r("borderOpacity"),divideWidth:({theme:r})=>r("borderWidth"),dropShadow:{sm:"0 1px 1px rgb(0 0 0 / 0.05)",DEFAULT:["0 1px 2px rgb(0 0 0 / 0.1)","0 1px 1px rgb(0 0 0 / 0.06)"],md:["0 4px 3px rgb(0 0 0 / 0.07)","0 2px 2px rgb(0 0 0 / 0.06)"],lg:["0 10px 8px rgb(0 0 0 / 0.04)","0 4px 3px rgb(0 0 0 / 0.1)"],xl:["0 20px 13px rgb(0 0 0 / 0.03)","0 8px 5px rgb(0 0 0 / 0.08)"],"2xl":"0 25px 25px rgb(0 0 0 / 0.15)",none:"0 0 #0000"},fill:({theme:r})=>r("colors"),grayscale:{0:"0",DEFAULT:"100%"},hueRotate:{0:"0deg",15:"15deg",30:"30deg",60:"60deg",90:"90deg",180:"180deg"},invert:{0:"0",DEFAULT:"100%"},flex:{1:"1 1 0%",auto:"1 1 auto",initial:"0 1 auto",none:"none"},flexBasis:({theme:r})=>({auto:"auto",...r("spacing"),"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%","1/5":"20%","2/5":"40%","3/5":"60%","4/5":"80%","1/6":"16.666667%","2/6":"33.333333%","3/6":"50%","4/6":"66.666667%","5/6":"83.333333%","1/12":"8.333333%","2/12":"16.666667%","3/12":"25%","4/12":"33.333333%","5/12":"41.666667%","6/12":"50%","7/12":"58.333333%","8/12":"66.666667%","9/12":"75%","10/12":"83.333333%","11/12":"91.666667%",full:"100%"}),flexGrow:{0:"0",DEFAULT:"1"},flexShrink:{0:"0",DEFAULT:"1"},fontFamily:{sans:["ui-sans-serif","system-ui","-apple-system","BlinkMacSystemFont",'"Segoe UI"',"Roboto",'"Helvetica Neue"',"Arial",'"Noto Sans"',"sans-serif",'"Apple Color Emoji"','"Segoe UI Emoji"','"Segoe UI Symbol"','"Noto Color Emoji"'],serif:["ui-serif","Georgia","Cambria",'"Times New Roman"',"Times","serif"],mono:["ui-monospace","SFMono-Regular","Menlo","Monaco","Consolas",'"Liberation Mono"','"Courier New"',"monospace"]},fontSize:{xs:["0.75rem",{lineHeight:"1rem"}],sm:["0.875rem",{lineHeight:"1.25rem"}],base:["1rem",{lineHeight:"1.5rem"}],lg:["1.125rem",{lineHeight:"1.75rem"}],xl:["1.25rem",{lineHeight:"1.75rem"}],"2xl":["1.5rem",{lineHeight:"2rem"}],"3xl":["1.875rem",{lineHeight:"2.25rem"}],"4xl":["2.25rem",{lineHeight:"2.5rem"}],"5xl":["3rem",{lineHeight:"1"}],"6xl":["3.75rem",{lineHeight:"1"}],"7xl":["4.5rem",{lineHeight:"1"}],"8xl":["6rem",{lineHeight:"1"}],"9xl":["8rem",{lineHeight:"1"}]},fontWeight:{thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},gap:({theme:r})=>r("spacing"),gradientColorStops:({theme:r})=>r("colors"),gridAutoColumns:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0, 1fr)"},gridAutoRows:{auto:"auto",min:"min-content",max:"max-content",fr:"minmax(0, 1fr)"},gridColumn:{auto:"auto","span-1":"span 1 / span 1","span-2":"span 2 / span 2","span-3":"span 3 / span 3","span-4":"span 4 / span 4","span-5":"span 5 / span 5","span-6":"span 6 / span 6","span-7":"span 7 / span 7","span-8":"span 8 / span 8","span-9":"span 9 / span 9","span-10":"span 10 / span 10","span-11":"span 11 / span 11","span-12":"span 12 / span 12","span-full":"1 / -1"},gridColumnEnd:{auto:"auto",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",10:"10",11:"11",12:"12",13:"13"},gridColumnStart:{auto:"auto",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",10:"10",11:"11",12:"12",13:"13"},gridRow:{auto:"auto","span-1":"span 1 / span 1","span-2":"span 2 / span 2","span-3":"span 3 / span 3","span-4":"span 4 / span 4","span-5":"span 5 / span 5","span-6":"span 6 / span 6","span-full":"1 / -1"},gridRowStart:{auto:"auto",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7"},gridRowEnd:{auto:"auto",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7"},gridTemplateColumns:{none:"none",1:"repeat(1, minmax(0, 1fr))",2:"repeat(2, minmax(0, 1fr))",3:"repeat(3, minmax(0, 1fr))",4:"repeat(4, minmax(0, 1fr))",5:"repeat(5, minmax(0, 1fr))",6:"repeat(6, minmax(0, 1fr))",7:"repeat(7, minmax(0, 1fr))",8:"repeat(8, minmax(0, 1fr))",9:"repeat(9, minmax(0, 1fr))",10:"repeat(10, minmax(0, 1fr))",11:"repeat(11, minmax(0, 1fr))",12:"repeat(12, minmax(0, 1fr))"},gridTemplateRows:{none:"none",1:"repeat(1, minmax(0, 1fr))",2:"repeat(2, minmax(0, 1fr))",3:"repeat(3, minmax(0, 1fr))",4:"repeat(4, minmax(0, 1fr))",5:"repeat(5, minmax(0, 1fr))",6:"repeat(6, minmax(0, 1fr))"},height:({theme:r})=>({auto:"auto",...r("spacing"),"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%","1/5":"20%","2/5":"40%","3/5":"60%","4/5":"80%","1/6":"16.666667%","2/6":"33.333333%","3/6":"50%","4/6":"66.666667%","5/6":"83.333333%",full:"100%",screen:"100vh",min:"min-content",max:"max-content",fit:"fit-content"}),inset:({theme:r})=>({auto:"auto",...r("spacing"),"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%",full:"100%"}),keyframes:{spin:{to:{transform:"rotate(360deg)"}},ping:{"75%, 100%":{transform:"scale(2)",opacity:"0"}},pulse:{"50%":{opacity:".5"}},bounce:{"0%, 100%":{transform:"translateY(-25%)",animationTimingFunction:"cubic-bezier(0.8,0,1,1)"},"50%":{transform:"none",animationTimingFunction:"cubic-bezier(0,0,0.2,1)"}}},letterSpacing:{tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},lineHeight:{none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2",3:".75rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem"},listStyleType:{none:"none",disc:"disc",decimal:"decimal"},margin:({theme:r})=>({auto:"auto",...r("spacing")}),maxHeight:({theme:r})=>({...r("spacing"),full:"100%",screen:"100vh",min:"min-content",max:"max-content",fit:"fit-content"}),maxWidth:({theme:r,breakpoints:e})=>({none:"none",0:"0rem",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",full:"100%",min:"min-content",max:"max-content",fit:"fit-content",prose:"65ch",...e(r("screens"))}),minHeight:{0:"0px",full:"100%",screen:"100vh",min:"min-content",max:"max-content",fit:"fit-content"},minWidth:{0:"0px",full:"100%",min:"min-content",max:"max-content",fit:"fit-content"},objectPosition:{bottom:"bottom",center:"center",left:"left","left-bottom":"left bottom","left-top":"left top",right:"right","right-bottom":"right bottom","right-top":"right top",top:"top"},opacity:{0:"0",5:"0.05",10:"0.1",20:"0.2",25:"0.25",30:"0.3",40:"0.4",50:"0.5",60:"0.6",70:"0.7",75:"0.75",80:"0.8",90:"0.9",95:"0.95",100:"1"},order:{first:"-9999",last:"9999",none:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",10:"10",11:"11",12:"12"},padding:({theme:r})=>r("spacing"),placeholderColor:({theme:r})=>r("colors"),placeholderOpacity:({theme:r})=>r("opacity"),outlineColor:({theme:r})=>r("colors"),outlineOffset:{0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},outlineWidth:{0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},ringColor:({theme:r})=>({DEFAULT:r("colors.blue.500","#3b82f6"),...r("colors")}),ringOffsetColor:({theme:r})=>r("colors"),ringOffsetWidth:{0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},ringOpacity:({theme:r})=>({DEFAULT:"0.5",...r("opacity")}),ringWidth:{DEFAULT:"3px",0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},rotate:{0:"0deg",1:"1deg",2:"2deg",3:"3deg",6:"6deg",12:"12deg",45:"45deg",90:"90deg",180:"180deg"},saturate:{0:"0",50:".5",100:"1",150:"1.5",200:"2"},scale:{0:"0",50:".5",75:".75",90:".9",95:".95",100:"1",105:"1.05",110:"1.1",125:"1.25",150:"1.5"},scrollMargin:({theme:r})=>({...r("spacing")}),scrollPadding:({theme:r})=>r("spacing"),sepia:{0:"0",DEFAULT:"100%"},skew:{0:"0deg",1:"1deg",2:"2deg",3:"3deg",6:"6deg",12:"12deg"},space:({theme:r})=>({...r("spacing")}),stroke:({theme:r})=>r("colors"),strokeWidth:{0:"0",1:"1",2:"2"},textColor:({theme:r})=>r("colors"),textDecorationColor:({theme:r})=>r("colors"),textDecorationThickness:{auto:"auto","from-font":"from-font",0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},textUnderlineOffset:{auto:"auto",0:"0px",1:"1px",2:"2px",4:"4px",8:"8px"},textIndent:({theme:r})=>({...r("spacing")}),textOpacity:({theme:r})=>r("opacity"),transformOrigin:{center:"center",top:"top","top-right":"top right",right:"right","bottom-right":"bottom right",bottom:"bottom","bottom-left":"bottom left",left:"left","top-left":"top left"},transitionDelay:{75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},transitionDuration:{DEFAULT:"150ms",75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},transitionProperty:{none:"none",all:"all",DEFAULT:"color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter",colors:"color, background-color, border-color, text-decoration-color, fill, stroke",opacity:"opacity",shadow:"box-shadow",transform:"transform"},transitionTimingFunction:{DEFAULT:"cubic-bezier(0.4, 0, 0.2, 1)",linear:"linear",in:"cubic-bezier(0.4, 0, 1, 1)",out:"cubic-bezier(0, 0, 0.2, 1)","in-out":"cubic-bezier(0.4, 0, 0.2, 1)"},translate:({theme:r})=>({...r("spacing"),"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%",full:"100%"}),width:({theme:r})=>({auto:"auto",...r("spacing"),"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%","1/5":"20%","2/5":"40%","3/5":"60%","4/5":"80%","1/6":"16.666667%","2/6":"33.333333%","3/6":"50%","4/6":"66.666667%","5/6":"83.333333%","1/12":"8.333333%","2/12":"16.666667%","3/12":"25%","4/12":"33.333333%","5/12":"41.666667%","6/12":"50%","7/12":"58.333333%","8/12":"66.666667%","9/12":"75%","10/12":"83.333333%","11/12":"91.666667%",full:"100%",screen:"100vw",min:"min-content",max:"max-content",fit:"fit-content"}),willChange:{auto:"auto",scroll:"scroll-position",contents:"contents",transform:"transform"},zIndex:{auto:"auto",0:"0",10:"10",20:"20",30:"30",40:"40",50:"50"}},variantOrder:["first","last","odd","even","visited","checked","empty","read-only","group-hover","group-focus","focus-within","hover","focus","focus-visible","active","disabled"],plugins:[]}});var Ml={};de(Ml,{default:()=>he});var he,Zr=C(()=>{l();he=new Proxy({},{get:()=>String})});function Es(r,e,t){typeof m!="undefined"&&m.env.JEST_WORKER_ID||t&&Ll.has(t)||(t&&Ll.add(t),console.warn(""),e.forEach(i=>console.warn(r,"-",i)))}function Ts(r){return he.dim(r)}var Ll,W,ke=C(()=>{l();Zr();Ll=new Set;W={info(r,e){Es(he.bold(he.cyan("info")),...Array.isArray(r)?[r]:[e,r])},warn(r,e){Es(he.bold(he.yellow("warn")),...Array.isArray(r)?[r]:[e,r])},risk(r,e){Es(he.bold(he.magenta("risk")),...Array.isArray(r)?[r]:[e,r])}}});var Nl={};de(Nl,{default:()=>Ps});function Qt({version:r,from:e,to:t}){W.warn(`${e}-color-renamed`,[`As of Tailwind CSS ${r}, \`${e}\` has been renamed to \`${t}\`.`,"Update your configuration file to silence this warning."])}var Ps,Ds=C(()=>{l();ke();Ps={inherit:"inherit",current:"currentColor",transparent:"transparent",black:"#000",white:"#fff",slate:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827"},zinc:{50:"#fafafa",100:"#f4f4f5",200:"#e4e4e7",300:"#d4d4d8",400:"#a1a1aa",500:"#71717a",600:"#52525b",700:"#3f3f46",800:"#27272a",900:"#18181b"},neutral:{50:"#fafafa",100:"#f5f5f5",200:"#e5e5e5",300:"#d4d4d4",400:"#a3a3a3",500:"#737373",600:"#525252",700:"#404040",800:"#262626",900:"#171717"},stone:{50:"#fafaf9",100:"#f5f5f4",200:"#e7e5e4",300:"#d6d3d1",400:"#a8a29e",500:"#78716c",600:"#57534e",700:"#44403c",800:"#292524",900:"#1c1917"},red:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d"},orange:{50:"#fff7ed",100:"#ffedd5",200:"#fed7aa",300:"#fdba74",400:"#fb923c",500:"#f97316",600:"#ea580c",700:"#c2410c",800:"#9a3412",900:"#7c2d12"},amber:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f"},yellow:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12"},lime:{50:"#f7fee7",100:"#ecfccb",200:"#d9f99d",300:"#bef264",400:"#a3e635",500:"#84cc16",600:"#65a30d",700:"#4d7c0f",800:"#3f6212",900:"#365314"},green:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d"},emerald:{50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b"},teal:{50:"#f0fdfa",100:"#ccfbf1",200:"#99f6e4",300:"#5eead4",400:"#2dd4bf",500:"#14b8a6",600:"#0d9488",700:"#0f766e",800:"#115e59",900:"#134e4a"},cyan:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63"},sky:{50:"#f0f9ff",100:"#e0f2fe",200:"#bae6fd",300:"#7dd3fc",400:"#38bdf8",500:"#0ea5e9",600:"#0284c7",700:"#0369a1",800:"#075985",900:"#0c4a6e"},blue:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a"},indigo:{50:"#eef2ff",100:"#e0e7ff",200:"#c7d2fe",300:"#a5b4fc",400:"#818cf8",500:"#6366f1",600:"#4f46e5",700:"#4338ca",800:"#3730a3",900:"#312e81"},violet:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95"},purple:{50:"#faf5ff",100:"#f3e8ff",200:"#e9d5ff",300:"#d8b4fe",400:"#c084fc",500:"#a855f7",600:"#9333ea",700:"#7e22ce",800:"#6b21a8",900:"#581c87"},fuchsia:{50:"#fdf4ff",100:"#fae8ff",200:"#f5d0fe",300:"#f0abfc",400:"#e879f9",500:"#d946ef",600:"#c026d3",700:"#a21caf",800:"#86198f",900:"#701a75"},pink:{50:"#fdf2f8",100:"#fce7f3",200:"#fbcfe8",300:"#f9a8d4",400:"#f472b6",500:"#ec4899",600:"#db2777",700:"#be185d",800:"#9d174d",900:"#831843"},rose:{50:"#fff1f2",100:"#ffe4e6",200:"#fecdd3",300:"#fda4af",400:"#fb7185",500:"#f43f5e",600:"#e11d48",700:"#be123c",800:"#9f1239",900:"#881337"},get lightBlue(){return Qt({version:"v2.2",from:"lightBlue",to:"sky"}),this.sky},get warmGray(){return Qt({version:"v3.0",from:"warmGray",to:"stone"}),this.stone},get trueGray(){return Qt({version:"v3.0",from:"trueGray",to:"neutral"}),this.neutral},get coolGray(){return Qt({version:"v3.0",from:"coolGray",to:"gray"}),this.gray},get blueGray(){return Qt({version:"v3.0",from:"blueGray",to:"slate"}),this.slate}}});function qs(r,...e){for(let t of e){for(let i in t)r?.hasOwnProperty?.(i)||(r[i]=t[i]);for(let i of Object.getOwnPropertySymbols(t))r?.hasOwnProperty?.(i)||(r[i]=t[i])}return r}var Fl=C(()=>{l()});function ze(r){if(Array.isArray(r))return r;let e=r.split("[").length-1,t=r.split("]").length-1;if(e!==t)throw new Error(`Path is invalid. Has unbalanced brackets: ${r}`);return r.split(/\.(?![^\[]*\])|[\[\]]/g).filter(Boolean)}var ei=C(()=>{l()});function Bl(r){(()=>{if(r.purge||!r.content||!Array.isArray(r.content)&&!(typeof r.content=="object"&&r.content!==null))return!1;if(Array.isArray(r.content))return r.content.every(t=>typeof t=="string"?!0:!(typeof t?.raw!="string"||t?.extension&&typeof t?.extension!="string"));if(typeof r.content=="object"&&r.content!==null){if(Object.keys(r.content).some(t=>!["files","extract","transform"].includes(t)))return!1;if(Array.isArray(r.content.files)){if(!r.content.files.every(t=>typeof t=="string"?!0:!(typeof t?.raw!="string"||t?.extension&&typeof t?.extension!="string")))return!1;if(typeof r.content.extract=="object"){for(let t of Object.values(r.content.extract))if(typeof t!="function")return!1}else if(!(r.content.extract===void 0||typeof r.content.extract=="function"))return!1;if(typeof r.content.transform=="object"){for(let t of Object.values(r.content.transform))if(typeof t!="function")return!1}else if(!(r.content.transform===void 0||typeof r.content.transform=="function"))return!1}return!0}return!1})()||W.warn("purge-deprecation",["The `purge`/`content` options have changed in Tailwind CSS v3.0.","Update your configuration file to eliminate this warning.","https://tailwindcss.com/docs/upgrade-guide#configure-content-sources"]),r.safelist=(()=>{let{content:t,purge:i,safelist:s}=r;return Array.isArray(s)?s:Array.isArray(t?.safelist)?t.safelist:Array.isArray(i?.safelist)?i.safelist:Array.isArray(i?.options?.safelist)?i.options.safelist:[]})(),typeof r.prefix=="function"?(W.warn("prefix-function",["As of Tailwind CSS v3.0, `prefix` cannot be a function.","Update `prefix` in your configuration to be a string to eliminate this warning.","https://tailwindcss.com/docs/upgrade-guide#prefix-cannot-be-a-function"]),r.prefix=""):r.prefix=r.prefix??"",r.content={files:(()=>{let{content:t,purge:i}=r;return Array.isArray(i)?i:Array.isArray(i?.content)?i.content:Array.isArray(t)?t:Array.isArray(t?.content)?t.content:Array.isArray(t?.files)?t.files:[]})(),extract:(()=>{let t=(()=>r.purge?.extract?r.purge.extract:r.content?.extract?r.content.extract:r.purge?.extract?.DEFAULT?r.purge.extract.DEFAULT:r.content?.extract?.DEFAULT?r.content.extract.DEFAULT:r.purge?.options?.extractors?r.purge.options.extractors:r.content?.options?.extractors?r.content.options.extractors:{})(),i={},s=(()=>{if(r.purge?.options?.defaultExtractor)return r.purge.options.defaultExtractor;if(r.content?.options?.defaultExtractor)return r.content.options.defaultExtractor})();if(s!==void 0&&(i.DEFAULT=s),typeof t=="function")i.DEFAULT=t;else if(Array.isArray(t))for(let{extensions:n,extractor:a}of t??[])for(let o of n)i[o]=a;else typeof t=="object"&&t!==null&&Object.assign(i,t);return i})(),transform:(()=>{let t=(()=>r.purge?.transform?r.purge.transform:r.content?.transform?r.content.transform:r.purge?.transform?.DEFAULT?r.purge.transform.DEFAULT:r.content?.transform?.DEFAULT?r.content.transform.DEFAULT:{})(),i={};return typeof t=="function"&&(i.DEFAULT=t),typeof t=="object"&&t!==null&&Object.assign(i,t),i})()};for(let t of r.content.files)if(typeof t=="string"&&/{([^,]*?)}/g.test(t)){W.warn("invalid-glob-braces",[`The glob pattern ${Ts(t)} in your Tailwind CSS configuration is invalid.`,`Update it to ${Ts(t.replace(/{([^,]*?)}/g,"$1"))} to silence this warning.`]);break}return r}var zl=C(()=>{l();ke()});function De(r){if(Object.prototype.toString.call(r)!=="[object Object]")return!1;let e=Object.getPrototypeOf(r);return e===null||e===Object.prototype}var Jt=C(()=>{l()});function $e(r){return Array.isArray(r)?r.map(e=>$e(e)):typeof r=="object"&&r!==null?Object.fromEntries(Object.entries(r).map(([e,t])=>[e,$e(t)])):r}var ti=C(()=>{l()});var ii=w((ri,$l)=>{l();"use strict";ri.__esModule=!0;ri.default=cw;function uw(r){for(var e=r.toLowerCase(),t="",i=!1,s=0;s<6&&e[s]!==void 0;s++){var n=e.charCodeAt(s),a=n>=97&&n<=102||n>=48&&n<=57;if(i=n===32,!a)break;t+=e[s]}if(t.length!==0){var o=parseInt(t,16),u=o>=55296&&o<=57343;return u||o===0||o>1114111?["\uFFFD",t.length+(i?1:0)]:[String.fromCodePoint(o),t.length+(i?1:0)]}}var fw=/\\/;function cw(r){var e=fw.test(r);if(!e)return r;for(var t="",i=0;i{l();"use strict";si.__esModule=!0;si.default=pw;function pw(r){for(var e=arguments.length,t=new Array(e>1?e-1:0),i=1;i0;){var s=t.shift();if(!r[s])return;r=r[s]}return r}jl.exports=si.default});var Wl=w((ni,Vl)=>{l();"use strict";ni.__esModule=!0;ni.default=dw;function dw(r){for(var e=arguments.length,t=new Array(e>1?e-1:0),i=1;i0;){var s=t.shift();r[s]||(r[s]={}),r=r[s]}}Vl.exports=ni.default});var Hl=w((ai,Gl)=>{l();"use strict";ai.__esModule=!0;ai.default=hw;function hw(r){for(var e="",t=r.indexOf("/*"),i=0;t>=0;){e=e+r.slice(i,t);var s=r.indexOf("*/",t+2);if(s<0)return e;i=s+2,t=r.indexOf("/*",i)}return e=e+r.slice(i),e}Gl.exports=ai.default});var Xt=w(Se=>{l();"use strict";Se.__esModule=!0;Se.stripComments=Se.ensureObject=Se.getProp=Se.unesc=void 0;var mw=oi(ii());Se.unesc=mw.default;var gw=oi(Ul());Se.getProp=gw.default;var yw=oi(Wl());Se.ensureObject=yw.default;var ww=oi(Hl());Se.stripComments=ww.default;function oi(r){return r&&r.__esModule?r:{default:r}}});var qe=w((Kt,Jl)=>{l();"use strict";Kt.__esModule=!0;Kt.default=void 0;var Yl=Xt();function Ql(r,e){for(var t=0;ti||this.source.end.lines||this.source.end.line===i&&this.source.end.column{l();"use strict";z.__esModule=!0;z.UNIVERSAL=z.ATTRIBUTE=z.CLASS=z.COMBINATOR=z.COMMENT=z.ID=z.NESTING=z.PSEUDO=z.ROOT=z.SELECTOR=z.STRING=z.TAG=void 0;var kw="tag";z.TAG=kw;var Sw="string";z.STRING=Sw;var Cw="selector";z.SELECTOR=Cw;var _w="root";z.ROOT=_w;var Aw="pseudo";z.PSEUDO=Aw;var Ow="nesting";z.NESTING=Ow;var Ew="id";z.ID=Ew;var Tw="comment";z.COMMENT=Tw;var Pw="combinator";z.COMBINATOR=Pw;var Dw="class";z.CLASS=Dw;var qw="attribute";z.ATTRIBUTE=qw;var Iw="universal";z.UNIVERSAL=Iw});var li=w((Zt,eu)=>{l();"use strict";Zt.__esModule=!0;Zt.default=void 0;var Rw=Lw(qe()),Ie=Mw(X());function Xl(){if(typeof WeakMap!="function")return null;var r=new WeakMap;return Xl=function(){return r},r}function Mw(r){if(r&&r.__esModule)return r;if(r===null||typeof r!="object"&&typeof r!="function")return{default:r};var e=Xl();if(e&&e.has(r))return e.get(r);var t={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var s in r)if(Object.prototype.hasOwnProperty.call(r,s)){var n=i?Object.getOwnPropertyDescriptor(r,s):null;n&&(n.get||n.set)?Object.defineProperty(t,s,n):t[s]=r[s]}return t.default=r,e&&e.set(r,t),t}function Lw(r){return r&&r.__esModule?r:{default:r}}function Nw(r,e){var t;if(typeof Symbol=="undefined"||r[Symbol.iterator]==null){if(Array.isArray(r)||(t=Fw(r))||e&&r&&typeof r.length=="number"){t&&(r=t);var i=0;return function(){return i>=r.length?{done:!0}:{done:!1,value:r[i++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance. +In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}return t=r[Symbol.iterator](),t.next.bind(t)}function Fw(r,e){if(!!r){if(typeof r=="string")return Kl(r,e);var t=Object.prototype.toString.call(r).slice(8,-1);if(t==="Object"&&r.constructor&&(t=r.constructor.name),t==="Map"||t==="Set")return Array.from(r);if(t==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t))return Kl(r,e)}}function Kl(r,e){(e==null||e>r.length)&&(e=r.length);for(var t=0,i=new Array(e);t=s&&(this.indexes[a]=n-1);return this},t.removeAll=function(){for(var s=Nw(this.nodes),n;!(n=s()).done;){var a=n.value;a.parent=void 0}return this.nodes=[],this},t.empty=function(){return this.removeAll()},t.insertAfter=function(s,n){n.parent=this;var a=this.index(s);this.nodes.splice(a+1,0,n),n.parent=this;var o;for(var u in this.indexes)o=this.indexes[u],a<=o&&(this.indexes[u]=o+1);return this},t.insertBefore=function(s,n){n.parent=this;var a=this.index(s);this.nodes.splice(a,0,n),n.parent=this;var o;for(var u in this.indexes)o=this.indexes[u],o<=a&&(this.indexes[u]=o+1);return this},t._findChildAtPosition=function(s,n){var a=void 0;return this.each(function(o){if(o.atPosition){var u=o.atPosition(s,n);if(u)return a=u,!1}else if(o.isAtPosition(s,n))return a=o,!1}),a},t.atPosition=function(s,n){if(this.isAtPosition(s,n))return this._findChildAtPosition(s,n)||this},t._inferEndPosition=function(){this.last&&this.last.source&&this.last.source.end&&(this.source=this.source||{},this.source.end=this.source.end||{},Object.assign(this.source.end,this.last.source.end))},t.each=function(s){this.lastEach||(this.lastEach=0),this.indexes||(this.indexes={}),this.lastEach++;var n=this.lastEach;if(this.indexes[n]=0,!!this.length){for(var a,o;this.indexes[n]{l();"use strict";er.__esModule=!0;er.default=void 0;var jw=Vw(li()),Uw=X();function Vw(r){return r&&r.__esModule?r:{default:r}}function tu(r,e){for(var t=0;t{l();"use strict";tr.__esModule=!0;tr.default=void 0;var Yw=Jw(li()),Qw=X();function Jw(r){return r&&r.__esModule?r:{default:r}}function Xw(r,e){r.prototype=Object.create(e.prototype),r.prototype.constructor=r,Ls(r,e)}function Ls(r,e){return Ls=Object.setPrototypeOf||function(i,s){return i.__proto__=s,i},Ls(r,e)}var Kw=function(r){Xw(e,r);function e(t){var i;return i=r.call(this,t)||this,i.type=Qw.SELECTOR,i}return e}(Yw.default);tr.default=Kw;iu.exports=tr.default});var ui=w((pO,su)=>{l();"use strict";var Zw={},eb=Zw.hasOwnProperty,tb=function(e,t){if(!e)return t;var i={};for(var s in t)i[s]=eb.call(e,s)?e[s]:t[s];return i},rb=/[ -,\.\/:-@\[-\^`\{-~]/,ib=/[ -,\.\/:-@\[\]\^`\{-~]/,sb=/(^|\\+)?(\\[A-F0-9]{1,6})\x20(?![a-fA-F0-9\x20])/g,Fs=function r(e,t){t=tb(t,r.options),t.quotes!="single"&&t.quotes!="double"&&(t.quotes="single");for(var i=t.quotes=="double"?'"':"'",s=t.isIdentifier,n=e.charAt(0),a="",o=0,u=e.length;o126){if(c>=55296&&c<=56319&&o{l();"use strict";rr.__esModule=!0;rr.default=void 0;var nb=nu(ui()),ab=Xt(),ob=nu(qe()),lb=X();function nu(r){return r&&r.__esModule?r:{default:r}}function au(r,e){for(var t=0;t{l();"use strict";ir.__esModule=!0;ir.default=void 0;var pb=hb(qe()),db=X();function hb(r){return r&&r.__esModule?r:{default:r}}function mb(r,e){r.prototype=Object.create(e.prototype),r.prototype.constructor=r,$s(r,e)}function $s(r,e){return $s=Object.setPrototypeOf||function(i,s){return i.__proto__=s,i},$s(r,e)}var gb=function(r){mb(e,r);function e(t){var i;return i=r.call(this,t)||this,i.type=db.COMMENT,i}return e}(pb.default);ir.default=gb;lu.exports=ir.default});var Vs=w((sr,uu)=>{l();"use strict";sr.__esModule=!0;sr.default=void 0;var yb=bb(qe()),wb=X();function bb(r){return r&&r.__esModule?r:{default:r}}function vb(r,e){r.prototype=Object.create(e.prototype),r.prototype.constructor=r,Us(r,e)}function Us(r,e){return Us=Object.setPrototypeOf||function(i,s){return i.__proto__=s,i},Us(r,e)}var xb=function(r){vb(e,r);function e(i){var s;return s=r.call(this,i)||this,s.type=wb.ID,s}var t=e.prototype;return t.valueToString=function(){return"#"+r.prototype.valueToString.call(this)},e}(yb.default);sr.default=xb;uu.exports=sr.default});var fi=w((nr,pu)=>{l();"use strict";nr.__esModule=!0;nr.default=void 0;var kb=fu(ui()),Sb=Xt(),Cb=fu(qe());function fu(r){return r&&r.__esModule?r:{default:r}}function cu(r,e){for(var t=0;t{l();"use strict";ar.__esModule=!0;ar.default=void 0;var Eb=Pb(fi()),Tb=X();function Pb(r){return r&&r.__esModule?r:{default:r}}function Db(r,e){r.prototype=Object.create(e.prototype),r.prototype.constructor=r,Gs(r,e)}function Gs(r,e){return Gs=Object.setPrototypeOf||function(i,s){return i.__proto__=s,i},Gs(r,e)}var qb=function(r){Db(e,r);function e(t){var i;return i=r.call(this,t)||this,i.type=Tb.TAG,i}return e}(Eb.default);ar.default=qb;du.exports=ar.default});var Qs=w((or,hu)=>{l();"use strict";or.__esModule=!0;or.default=void 0;var Ib=Mb(qe()),Rb=X();function Mb(r){return r&&r.__esModule?r:{default:r}}function Lb(r,e){r.prototype=Object.create(e.prototype),r.prototype.constructor=r,Ys(r,e)}function Ys(r,e){return Ys=Object.setPrototypeOf||function(i,s){return i.__proto__=s,i},Ys(r,e)}var Nb=function(r){Lb(e,r);function e(t){var i;return i=r.call(this,t)||this,i.type=Rb.STRING,i}return e}(Ib.default);or.default=Nb;hu.exports=or.default});var Xs=w((lr,mu)=>{l();"use strict";lr.__esModule=!0;lr.default=void 0;var Fb=zb(li()),Bb=X();function zb(r){return r&&r.__esModule?r:{default:r}}function $b(r,e){r.prototype=Object.create(e.prototype),r.prototype.constructor=r,Js(r,e)}function Js(r,e){return Js=Object.setPrototypeOf||function(i,s){return i.__proto__=s,i},Js(r,e)}var jb=function(r){$b(e,r);function e(i){var s;return s=r.call(this,i)||this,s.type=Bb.PSEUDO,s}var t=e.prototype;return t.toString=function(){var s=this.length?"("+this.map(String).join(",")+")":"";return[this.rawSpaceBefore,this.stringifyProperty("value"),s,this.rawSpaceAfter].join("")},e}(Fb.default);lr.default=jb;mu.exports=lr.default});var gu={};de(gu,{deprecate:()=>Ub});function Ub(r){return r}var yu=C(()=>{l()});var bu=w((dO,wu)=>{l();wu.exports=(yu(),gu).deprecate});var sn=w(cr=>{l();"use strict";cr.__esModule=!0;cr.unescapeValue=tn;cr.default=void 0;var ur=Zs(ui()),Vb=Zs(ii()),Wb=Zs(fi()),Gb=X(),Ks;function Zs(r){return r&&r.__esModule?r:{default:r}}function vu(r,e){for(var t=0;t0&&!s.quoted&&o.before.length===0&&!(s.spaces.value&&s.spaces.value.after)&&(o.before=" "),xu(a,o)}))),n.push("]"),n.push(this.rawSpaceAfter),n.join("")},Hb(e,[{key:"quoted",get:function(){var s=this.quoteMark;return s==="'"||s==='"'},set:function(s){Xb()}},{key:"quoteMark",get:function(){return this._quoteMark},set:function(s){if(!this._constructed){this._quoteMark=s;return}this._quoteMark!==s&&(this._quoteMark=s,this._syncRawValue())}},{key:"qualifiedAttribute",get:function(){return this.qualifiedName(this.raws.attribute||this.attribute)}},{key:"insensitiveFlag",get:function(){return this.insensitive?"i":""}},{key:"value",get:function(){return this._value},set:function(s){if(this._constructed){var n=tn(s),a=n.deprecatedUsage,o=n.unescaped,u=n.quoteMark;if(a&&Jb(),o===this._value&&u===this._quoteMark)return;this._value=o,this._quoteMark=u,this._syncRawValue()}else this._value=s}},{key:"attribute",get:function(){return this._attribute},set:function(s){this._handleEscapes("attribute",s),this._attribute=s}}]),e}(Wb.default);cr.default=ci;ci.NO_QUOTE=null;ci.SINGLE_QUOTE="'";ci.DOUBLE_QUOTE='"';var rn=(Ks={"'":{quotes:"single",wrap:!0},'"':{quotes:"double",wrap:!0}},Ks[null]={isIdentifier:!0},Ks);function xu(r,e){return""+e.before+r+e.after}});var an=w((pr,ku)=>{l();"use strict";pr.__esModule=!0;pr.default=void 0;var e0=r0(fi()),t0=X();function r0(r){return r&&r.__esModule?r:{default:r}}function i0(r,e){r.prototype=Object.create(e.prototype),r.prototype.constructor=r,nn(r,e)}function nn(r,e){return nn=Object.setPrototypeOf||function(i,s){return i.__proto__=s,i},nn(r,e)}var s0=function(r){i0(e,r);function e(t){var i;return i=r.call(this,t)||this,i.type=t0.UNIVERSAL,i.value="*",i}return e}(e0.default);pr.default=s0;ku.exports=pr.default});var ln=w((dr,Su)=>{l();"use strict";dr.__esModule=!0;dr.default=void 0;var n0=o0(qe()),a0=X();function o0(r){return r&&r.__esModule?r:{default:r}}function l0(r,e){r.prototype=Object.create(e.prototype),r.prototype.constructor=r,on(r,e)}function on(r,e){return on=Object.setPrototypeOf||function(i,s){return i.__proto__=s,i},on(r,e)}var u0=function(r){l0(e,r);function e(t){var i;return i=r.call(this,t)||this,i.type=a0.COMBINATOR,i}return e}(n0.default);dr.default=u0;Su.exports=dr.default});var fn=w((hr,Cu)=>{l();"use strict";hr.__esModule=!0;hr.default=void 0;var f0=p0(qe()),c0=X();function p0(r){return r&&r.__esModule?r:{default:r}}function d0(r,e){r.prototype=Object.create(e.prototype),r.prototype.constructor=r,un(r,e)}function un(r,e){return un=Object.setPrototypeOf||function(i,s){return i.__proto__=s,i},un(r,e)}var h0=function(r){d0(e,r);function e(t){var i;return i=r.call(this,t)||this,i.type=c0.NESTING,i.value="&",i}return e}(f0.default);hr.default=h0;Cu.exports=hr.default});var Au=w((pi,_u)=>{l();"use strict";pi.__esModule=!0;pi.default=m0;function m0(r){return r.sort(function(e,t){return e-t})}_u.exports=pi.default});var cn=w(E=>{l();"use strict";E.__esModule=!0;E.combinator=E.word=E.comment=E.str=E.tab=E.newline=E.feed=E.cr=E.backslash=E.bang=E.slash=E.doubleQuote=E.singleQuote=E.space=E.greaterThan=E.pipe=E.equals=E.plus=E.caret=E.tilde=E.dollar=E.closeSquare=E.openSquare=E.closeParenthesis=E.openParenthesis=E.semicolon=E.colon=E.comma=E.at=E.asterisk=E.ampersand=void 0;var g0=38;E.ampersand=g0;var y0=42;E.asterisk=y0;var w0=64;E.at=w0;var b0=44;E.comma=b0;var v0=58;E.colon=v0;var x0=59;E.semicolon=x0;var k0=40;E.openParenthesis=k0;var S0=41;E.closeParenthesis=S0;var C0=91;E.openSquare=C0;var _0=93;E.closeSquare=_0;var A0=36;E.dollar=A0;var O0=126;E.tilde=O0;var E0=94;E.caret=E0;var T0=43;E.plus=T0;var P0=61;E.equals=P0;var D0=124;E.pipe=D0;var q0=62;E.greaterThan=q0;var I0=32;E.space=I0;var Ou=39;E.singleQuote=Ou;var R0=34;E.doubleQuote=R0;var M0=47;E.slash=M0;var L0=33;E.bang=L0;var N0=92;E.backslash=N0;var F0=13;E.cr=F0;var B0=12;E.feed=B0;var z0=10;E.newline=z0;var $0=9;E.tab=$0;var j0=Ou;E.str=j0;var U0=-1;E.comment=U0;var V0=-2;E.word=V0;var W0=-3;E.combinator=W0});var Pu=w(mr=>{l();"use strict";mr.__esModule=!0;mr.default=K0;mr.FIELDS=void 0;var _=G0(cn()),dt,B;function Eu(){if(typeof WeakMap!="function")return null;var r=new WeakMap;return Eu=function(){return r},r}function G0(r){if(r&&r.__esModule)return r;if(r===null||typeof r!="object"&&typeof r!="function")return{default:r};var e=Eu();if(e&&e.has(r))return e.get(r);var t={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var s in r)if(Object.prototype.hasOwnProperty.call(r,s)){var n=i?Object.getOwnPropertyDescriptor(r,s):null;n&&(n.get||n.set)?Object.defineProperty(t,s,n):t[s]=r[s]}return t.default=r,e&&e.set(r,t),t}var H0=(dt={},dt[_.tab]=!0,dt[_.newline]=!0,dt[_.cr]=!0,dt[_.feed]=!0,dt),Y0=(B={},B[_.space]=!0,B[_.tab]=!0,B[_.newline]=!0,B[_.cr]=!0,B[_.feed]=!0,B[_.ampersand]=!0,B[_.asterisk]=!0,B[_.bang]=!0,B[_.comma]=!0,B[_.colon]=!0,B[_.semicolon]=!0,B[_.openParenthesis]=!0,B[_.closeParenthesis]=!0,B[_.openSquare]=!0,B[_.closeSquare]=!0,B[_.singleQuote]=!0,B[_.doubleQuote]=!0,B[_.plus]=!0,B[_.pipe]=!0,B[_.tilde]=!0,B[_.greaterThan]=!0,B[_.equals]=!0,B[_.dollar]=!0,B[_.caret]=!0,B[_.slash]=!0,B),pn={},Tu="0123456789abcdefABCDEF";for(di=0;di0?(k=a+x,T=v-b[x].length):(k=a,T=n),I=_.comment,a=k,p=k,d=v-T):f===_.slash?(v=o,I=f,p=a,d=o-n,u=v+1):(v=Q0(t,o),I=_.word,p=a,d=v-n),u=v+1;break}e.push([I,a,o-n,p,d,o,u]),T&&(n=T,T=null),o=u}return e}});var Fu=w((gr,Nu)=>{l();"use strict";gr.__esModule=!0;gr.default=void 0;var Z0=se(Ms()),dn=se(Ns()),ev=se(zs()),Du=se(js()),tv=se(Vs()),rv=se(Hs()),hn=se(Qs()),iv=se(Xs()),qu=hi(sn()),sv=se(an()),mn=se(ln()),nv=se(fn()),av=se(Au()),S=hi(Pu()),A=hi(cn()),ov=hi(X()),G=Xt(),it,gn;function Iu(){if(typeof WeakMap!="function")return null;var r=new WeakMap;return Iu=function(){return r},r}function hi(r){if(r&&r.__esModule)return r;if(r===null||typeof r!="object"&&typeof r!="function")return{default:r};var e=Iu();if(e&&e.has(r))return e.get(r);var t={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var s in r)if(Object.prototype.hasOwnProperty.call(r,s)){var n=i?Object.getOwnPropertyDescriptor(r,s):null;n&&(n.get||n.set)?Object.defineProperty(t,s,n):t[s]=r[s]}return t.default=r,e&&e.set(r,t),t}function se(r){return r&&r.__esModule?r:{default:r}}function Ru(r,e){for(var t=0;t0){var a=this.current.last;if(a){var o=this.convertWhitespaceNodesToSpace(n),u=o.space,f=o.rawSpace;f!==void 0&&(a.rawSpaceAfter+=f),a.spaces.after+=u}else n.forEach(function(I){return i.newNode(I)})}return}var c=this.currToken,d=void 0;s>this.position&&(d=this.parseWhitespaceEquivalentTokens(s));var p;if(this.isNamedCombinator()?p=this.namedCombinator():this.currToken[S.FIELDS.TYPE]===A.combinator?(p=new mn.default({value:this.content(),source:ht(this.currToken),sourceIndex:this.currToken[S.FIELDS.START_POS]}),this.position++):yn[this.currToken[S.FIELDS.TYPE]]||d||this.unexpected(),p){if(d){var h=this.convertWhitespaceNodesToSpace(d),y=h.space,x=h.rawSpace;p.spaces.before=y,p.rawSpaceBefore=x}}else{var b=this.convertWhitespaceNodesToSpace(d,!0),v=b.space,k=b.rawSpace;k||(k=v);var T={},P={spaces:{}};v.endsWith(" ")&&k.endsWith(" ")?(T.before=v.slice(0,v.length-1),P.spaces.before=k.slice(0,k.length-1)):v.startsWith(" ")&&k.startsWith(" ")?(T.after=v.slice(1),P.spaces.after=k.slice(1)):P.value=k,p=new mn.default({value:" ",source:wn(c,this.tokens[this.position-1]),sourceIndex:c[S.FIELDS.START_POS],spaces:T,raws:P})}return this.currToken&&this.currToken[S.FIELDS.TYPE]===A.space&&(p.spaces.after=this.optionalSpace(this.content()),this.position++),this.newNode(p)},e.comma=function(){if(this.position===this.tokens.length-1){this.root.trailingComma=!0,this.position++;return}this.current._inferEndPosition();var i=new dn.default({source:{start:Mu(this.tokens[this.position+1])}});this.current.parent.append(i),this.current=i,this.position++},e.comment=function(){var i=this.currToken;this.newNode(new Du.default({value:this.content(),source:ht(i),sourceIndex:i[S.FIELDS.START_POS]})),this.position++},e.error=function(i,s){throw this.root.error(i,s)},e.missingBackslash=function(){return this.error("Expected a backslash preceding the semicolon.",{index:this.currToken[S.FIELDS.START_POS]})},e.missingParenthesis=function(){return this.expected("opening parenthesis",this.currToken[S.FIELDS.START_POS])},e.missingSquareBracket=function(){return this.expected("opening square bracket",this.currToken[S.FIELDS.START_POS])},e.unexpected=function(){return this.error("Unexpected '"+this.content()+"'. Escaping special characters with \\ may help.",this.currToken[S.FIELDS.START_POS])},e.namespace=function(){var i=this.prevToken&&this.content(this.prevToken)||!0;if(this.nextToken[S.FIELDS.TYPE]===A.word)return this.position++,this.word(i);if(this.nextToken[S.FIELDS.TYPE]===A.asterisk)return this.position++,this.universal(i)},e.nesting=function(){if(this.nextToken){var i=this.content(this.nextToken);if(i==="|"){this.position++;return}}var s=this.currToken;this.newNode(new nv.default({value:this.content(),source:ht(s),sourceIndex:s[S.FIELDS.START_POS]})),this.position++},e.parentheses=function(){var i=this.current.last,s=1;if(this.position++,i&&i.type===ov.PSEUDO){var n=new dn.default({source:{start:Mu(this.tokens[this.position-1])}}),a=this.current;for(i.append(n),this.current=n;this.position1&&i.nextToken&&i.nextToken[S.FIELDS.TYPE]===A.openParenthesis&&i.error("Misplaced parenthesis.",{index:i.nextToken[S.FIELDS.START_POS]})});else return this.expected(["pseudo-class","pseudo-element"],this.currToken[S.FIELDS.START_POS])},e.space=function(){var i=this.content();this.position===0||this.prevToken[S.FIELDS.TYPE]===A.comma||this.prevToken[S.FIELDS.TYPE]===A.openParenthesis||this.current.nodes.every(function(s){return s.type==="comment"})?(this.spaces=this.optionalSpace(i),this.position++):this.position===this.tokens.length-1||this.nextToken[S.FIELDS.TYPE]===A.comma||this.nextToken[S.FIELDS.TYPE]===A.closeParenthesis?(this.current.last.spaces.after=this.optionalSpace(i),this.position++):this.combinator()},e.string=function(){var i=this.currToken;this.newNode(new hn.default({value:this.content(),source:ht(i),sourceIndex:i[S.FIELDS.START_POS]})),this.position++},e.universal=function(i){var s=this.nextToken;if(s&&this.content(s)==="|")return this.position++,this.namespace();var n=this.currToken;this.newNode(new sv.default({value:this.content(),source:ht(n),sourceIndex:n[S.FIELDS.START_POS]}),i),this.position++},e.splitWord=function(i,s){for(var n=this,a=this.nextToken,o=this.content();a&&~[A.dollar,A.caret,A.equals,A.word].indexOf(a[S.FIELDS.TYPE]);){this.position++;var u=this.content();if(o+=u,u.lastIndexOf("\\")===u.length-1){var f=this.nextToken;f&&f[S.FIELDS.TYPE]===A.space&&(o+=this.requiredSpace(this.content(f)),this.position++)}a=this.nextToken}var c=bn(o,".").filter(function(y){var x=o[y-1]==="\\",b=/^\d+\.\d+%$/.test(o);return!x&&!b}),d=bn(o,"#").filter(function(y){return o[y-1]!=="\\"}),p=bn(o,"#{");p.length&&(d=d.filter(function(y){return!~p.indexOf(y)}));var h=(0,av.default)(fv([0].concat(c,d)));h.forEach(function(y,x){var b=h[x+1]||o.length,v=o.slice(y,b);if(x===0&&s)return s.call(n,v,h.length);var k,T=n.currToken,P=T[S.FIELDS.START_POS]+h[x],I=st(T[1],T[2]+y,T[3],T[2]+(b-1));if(~c.indexOf(y)){var V={value:v.slice(1),source:I,sourceIndex:P};k=new ev.default(mt(V,"value"))}else if(~d.indexOf(y)){var L={value:v.slice(1),source:I,sourceIndex:P};k=new tv.default(mt(L,"value"))}else{var R={value:v,source:I,sourceIndex:P};mt(R,"value"),k=new rv.default(R)}n.newNode(k,i),i=null}),this.position++},e.word=function(i){var s=this.nextToken;return s&&this.content(s)==="|"?(this.position++,this.namespace()):this.splitWord(i)},e.loop=function(){for(;this.position{l();"use strict";yr.__esModule=!0;yr.default=void 0;var pv=dv(Fu());function dv(r){return r&&r.__esModule?r:{default:r}}var hv=function(){function r(t,i){this.func=t||function(){},this.funcRes=null,this.options=i}var e=r.prototype;return e._shouldUpdateSelector=function(i,s){s===void 0&&(s={});var n=Object.assign({},this.options,s);return n.updateSelector===!1?!1:typeof i!="string"},e._isLossy=function(i){i===void 0&&(i={});var s=Object.assign({},this.options,i);return s.lossless===!1},e._root=function(i,s){s===void 0&&(s={});var n=new pv.default(i,this._parseOptions(s));return n.root},e._parseOptions=function(i){return{lossy:this._isLossy(i)}},e._run=function(i,s){var n=this;return s===void 0&&(s={}),new Promise(function(a,o){try{var u=n._root(i,s);Promise.resolve(n.func(u)).then(function(f){var c=void 0;return n._shouldUpdateSelector(i,s)&&(c=u.toString(),i.selector=c),{transform:f,root:u,string:c}}).then(a,o)}catch(f){o(f);return}})},e._runSync=function(i,s){s===void 0&&(s={});var n=this._root(i,s),a=this.func(n);if(a&&typeof a.then=="function")throw new Error("Selector processor returned a promise to a synchronous call.");var o=void 0;return s.updateSelector&&typeof i!="string"&&(o=n.toString(),i.selector=o),{transform:a,root:n,string:o}},e.ast=function(i,s){return this._run(i,s).then(function(n){return n.root})},e.astSync=function(i,s){return this._runSync(i,s).root},e.transform=function(i,s){return this._run(i,s).then(function(n){return n.transform})},e.transformSync=function(i,s){return this._runSync(i,s).transform},e.process=function(i,s){return this._run(i,s).then(function(n){return n.string||n.root.toString()})},e.processSync=function(i,s){var n=this._runSync(i,s);return n.string||n.root.toString()},r}();yr.default=hv;Bu.exports=yr.default});var $u=w($=>{l();"use strict";$.__esModule=!0;$.universal=$.tag=$.string=$.selector=$.root=$.pseudo=$.nesting=$.id=$.comment=$.combinator=$.className=$.attribute=void 0;var mv=ne(sn()),gv=ne(zs()),yv=ne(ln()),wv=ne(js()),bv=ne(Vs()),vv=ne(fn()),xv=ne(Xs()),kv=ne(Ms()),Sv=ne(Ns()),Cv=ne(Qs()),_v=ne(Hs()),Av=ne(an());function ne(r){return r&&r.__esModule?r:{default:r}}var Ov=function(e){return new mv.default(e)};$.attribute=Ov;var Ev=function(e){return new gv.default(e)};$.className=Ev;var Tv=function(e){return new yv.default(e)};$.combinator=Tv;var Pv=function(e){return new wv.default(e)};$.comment=Pv;var Dv=function(e){return new bv.default(e)};$.id=Dv;var qv=function(e){return new vv.default(e)};$.nesting=qv;var Iv=function(e){return new xv.default(e)};$.pseudo=Iv;var Rv=function(e){return new kv.default(e)};$.root=Rv;var Mv=function(e){return new Sv.default(e)};$.selector=Mv;var Lv=function(e){return new Cv.default(e)};$.string=Lv;var Nv=function(e){return new _v.default(e)};$.tag=Nv;var Fv=function(e){return new Av.default(e)};$.universal=Fv});var Wu=w(M=>{l();"use strict";M.__esModule=!0;M.isNode=vn;M.isPseudoElement=Vu;M.isPseudoClass=Qv;M.isContainer=Jv;M.isNamespace=Xv;M.isUniversal=M.isTag=M.isString=M.isSelector=M.isRoot=M.isPseudo=M.isNesting=M.isIdentifier=M.isComment=M.isCombinator=M.isClassName=M.isAttribute=void 0;var H=X(),ee,Bv=(ee={},ee[H.ATTRIBUTE]=!0,ee[H.CLASS]=!0,ee[H.COMBINATOR]=!0,ee[H.COMMENT]=!0,ee[H.ID]=!0,ee[H.NESTING]=!0,ee[H.PSEUDO]=!0,ee[H.ROOT]=!0,ee[H.SELECTOR]=!0,ee[H.STRING]=!0,ee[H.TAG]=!0,ee[H.UNIVERSAL]=!0,ee);function vn(r){return typeof r=="object"&&Bv[r.type]}function ae(r,e){return vn(e)&&e.type===r}var ju=ae.bind(null,H.ATTRIBUTE);M.isAttribute=ju;var zv=ae.bind(null,H.CLASS);M.isClassName=zv;var $v=ae.bind(null,H.COMBINATOR);M.isCombinator=$v;var jv=ae.bind(null,H.COMMENT);M.isComment=jv;var Uv=ae.bind(null,H.ID);M.isIdentifier=Uv;var Vv=ae.bind(null,H.NESTING);M.isNesting=Vv;var xn=ae.bind(null,H.PSEUDO);M.isPseudo=xn;var Wv=ae.bind(null,H.ROOT);M.isRoot=Wv;var Gv=ae.bind(null,H.SELECTOR);M.isSelector=Gv;var Hv=ae.bind(null,H.STRING);M.isString=Hv;var Uu=ae.bind(null,H.TAG);M.isTag=Uu;var Yv=ae.bind(null,H.UNIVERSAL);M.isUniversal=Yv;function Vu(r){return xn(r)&&r.value&&(r.value.startsWith("::")||r.value.toLowerCase()===":before"||r.value.toLowerCase()===":after"||r.value.toLowerCase()===":first-letter"||r.value.toLowerCase()===":first-line")}function Qv(r){return xn(r)&&!Vu(r)}function Jv(r){return!!(vn(r)&&r.walk)}function Xv(r){return ju(r)||Uu(r)}});var Gu=w(me=>{l();"use strict";me.__esModule=!0;var kn=X();Object.keys(kn).forEach(function(r){r==="default"||r==="__esModule"||r in me&&me[r]===kn[r]||(me[r]=kn[r])});var Sn=$u();Object.keys(Sn).forEach(function(r){r==="default"||r==="__esModule"||r in me&&me[r]===Sn[r]||(me[r]=Sn[r])});var Cn=Wu();Object.keys(Cn).forEach(function(r){r==="default"||r==="__esModule"||r in me&&me[r]===Cn[r]||(me[r]=Cn[r])})});var Ce=w((wr,Yu)=>{l();"use strict";wr.__esModule=!0;wr.default=void 0;var Kv=tx(zu()),Zv=ex(Gu());function Hu(){if(typeof WeakMap!="function")return null;var r=new WeakMap;return Hu=function(){return r},r}function ex(r){if(r&&r.__esModule)return r;if(r===null||typeof r!="object"&&typeof r!="function")return{default:r};var e=Hu();if(e&&e.has(r))return e.get(r);var t={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var s in r)if(Object.prototype.hasOwnProperty.call(r,s)){var n=i?Object.getOwnPropertyDescriptor(r,s):null;n&&(n.get||n.set)?Object.defineProperty(t,s,n):t[s]=r[s]}return t.default=r,e&&e.set(r,t),t}function tx(r){return r&&r.__esModule?r:{default:r}}var _n=function(e){return new Kv.default(e)};Object.assign(_n,Zv);delete _n.__esModule;var rx=_n;wr.default=rx;Yu.exports=wr.default});function nt(r){return r.replace(/\\,/g,"\\2c ")}var mi=C(()=>{l()});var Ju=w((xO,Qu)=>{l();"use strict";Qu.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}});function br(r,{loose:e=!1}={}){if(typeof r!="string")return null;if(r=r.trim(),r==="transparent")return{mode:"rgb",color:["0","0","0"],alpha:"0"};if(r in An.default)return{mode:"rgb",color:An.default[r].map(n=>n.toString())};let t=r.replace(sx,(n,a,o,u,f)=>["#",a,a,o,o,u,u,f?f+f:""].join("")).match(ix);if(t!==null)return{mode:"rgb",color:[parseInt(t[1],16),parseInt(t[2],16),parseInt(t[3],16)].map(n=>n.toString()),alpha:t[4]?(parseInt(t[4],16)/255).toString():void 0};let i=r.match(nx)??r.match(ax);if(i===null)return null;let s=[i[2],i[3],i[4]].filter(Boolean).map(n=>n.toString());return!e&&s.length!==3||s.length<3&&!s.some(n=>/^var\(.*?\)$/.test(n))?null:{mode:i[1],color:s,alpha:i[5]?.toString?.()}}function On({mode:r,color:e,alpha:t}){let i=t!==void 0;return`${r}(${e.join(" ")}${i?` / ${t}`:""})`}var An,ix,sx,je,gi,Xu,Ue,nx,ax,En=C(()=>{l();An=Y(Ju()),ix=/^#([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})?$/i,sx=/^#([a-f\d])([a-f\d])([a-f\d])([a-f\d])?$/i,je=/(?:\d+|\d*\.\d+)%?/,gi=/(?:\s*,\s*|\s+)/,Xu=/\s*[,/]\s*/,Ue=/var\(--(?:[^ )]*?)\)/,nx=new RegExp(`^(rgb)a?\\(\\s*(${je.source}|${Ue.source})(?:${gi.source}(${je.source}|${Ue.source}))?(?:${gi.source}(${je.source}|${Ue.source}))?(?:${Xu.source}(${je.source}|${Ue.source}))?\\s*\\)$`),ax=new RegExp(`^(hsl)a?\\(\\s*((?:${je.source})(?:deg|rad|grad|turn)?|${Ue.source})(?:${gi.source}(${je.source}|${Ue.source}))?(?:${gi.source}(${je.source}|${Ue.source}))?(?:${Xu.source}(${je.source}|${Ue.source}))?\\s*\\)$`)});function _e(r,e,t){if(typeof r=="function")return r({opacityValue:e});let i=br(r,{loose:!0});return i===null?t:On({...i,alpha:e})}function te({color:r,property:e,variable:t}){let i=[].concat(e);if(typeof r=="function")return{[t]:"1",...Object.fromEntries(i.map(n=>[n,r({opacityVariable:t,opacityValue:`var(${t})`})]))};let s=br(r);return s===null?Object.fromEntries(i.map(n=>[n,r])):s.alpha!==void 0?Object.fromEntries(i.map(n=>[n,r])):{[t]:"1",...Object.fromEntries(i.map(n=>[n,On({...s,alpha:`var(${t})`})]))}}var vr=C(()=>{l();En()});function yi(r){return r=Array.isArray(r)?r:[r],r=r.map(e=>e instanceof RegExp?e.source:e),r.join("")}function ge(r){return new RegExp(yi(r),"g")}function gt(r){return`(?:${r.map(yi).join("|")})`}function Tn(r){return`(?:${yi(r)})?`}function Zu(r){return`(?:${yi(r)})*`}function wi(r){return r&&ox.test(r)?r.replace(Ku,"\\$&"):r||""}var Ku,ox,Pn=C(()=>{l();Ku=/[\\^$.*+?()[\]{}|]/g,ox=RegExp(Ku.source)});function*xr(r,e){let t=new RegExp(`[(){}\\[\\]${wi(e)}]`,"g"),i=0,s=0,n=!1,a=0,o=0,u=e.length;for(let f of r.matchAll(t)){let c=f[0]===e[a],d=a===u-1,p=c&&d;f[0]==="("&&i++,f[0]===")"&&i--,f[0]==="["&&i++,f[0]==="]"&&i--,f[0]==="{"&&i++,f[0]==="}"&&i--,c&&i===0&&(o===0&&(o=f.index),a++),p&&i===0&&(n=!0,yield r.substring(s,o),s=o+u),a===u&&(a=0,o=0)}n?yield r.substring(s):yield r}var Dn=C(()=>{l();Pn()});function bi(r){return Array.from(xr(r,",")).map(t=>{let i=t.trim(),s={raw:i},n=i.split(ux),a=new Set;for(let o of n)ef.lastIndex=0,!a.has("KEYWORD")&&lx.has(o)?(s.keyword=o,a.add("KEYWORD")):ef.test(o)?a.has("X")?a.has("Y")?a.has("BLUR")?a.has("SPREAD")||(s.spread=o,a.add("SPREAD")):(s.blur=o,a.add("BLUR")):(s.y=o,a.add("Y")):(s.x=o,a.add("X")):s.color?(s.unknown||(s.unknown=[]),s.unknown.push(o)):s.color=o;return s.valid=s.x!==void 0&&s.y!==void 0,s})}function tf(r){return r.map(e=>e.valid?[e.keyword,e.x,e.y,e.blur,e.spread,e.color].filter(Boolean).join(" "):e.raw).join(", ")}var lx,ux,ef,qn=C(()=>{l();Dn();lx=new Set(["inset","inherit","initial","revert","unset"]),ux=/\ +(?![^(]*\))/g,ef=/^-?(\d+|\.\d+)(.*?)$/g});function oe(r,e=!0){return r.includes("url(")?r.split(/(url\(.*?\))/g).filter(Boolean).map(t=>/^url\(.*?\)$/.test(t)?t:oe(t,!1)).join(""):(r=r.replace(/([^\\])_+/g,(t,i)=>i+" ".repeat(t.length-1)).replace(/^_/g," ").replace(/\\_/g,"_"),e&&(r=r.trim()),r=r.replace(/(calc|min|max|clamp)\(.+\)/g,t=>t.replace(/(-?\d*\.?\d(?!\b-.+[,)](?![^+\-/*])\D)(?:%|[a-z]+)?|\))([+\-/*])/g,"$1 $2 ")),r)}function Rn(r){return r.startsWith("url(")}function sf(r){return!isNaN(Number(r))||In.some(e=>new RegExp(`^${e}\\(.+?`).test(r))}function Mn(r){return r.split(vi).every(e=>/%$/g.test(e)||In.some(t=>new RegExp(`^${t}\\(.+?%`).test(e)))}function Ln(r){return r.split(vi).every(e=>e==="0"||new RegExp(`${nf}$`).test(e)||In.some(t=>new RegExp(`^${t}\\(.+?${nf}`).test(e)))}function af(r){return cx.has(r)}function of(r){let e=bi(oe(r));for(let t of e)if(!t.valid)return!1;return!0}function lf(r){let e=0;return r.split(vi).every(i=>(i=oe(i),i.startsWith("var(")?!0:br(i,{loose:!0})!==null?(e++,!0):!1))?e>0:!1}function uf(r){let e=0;return r.split(rf).every(i=>(i=oe(i),i.startsWith("var(")?!0:Rn(i)||dx(i)||["element(","image(","cross-fade(","image-set("].some(s=>i.startsWith(s))?(e++,!0):!1))?e>0:!1}function dx(r){r=oe(r);for(let e of px)if(r.startsWith(`${e}(`))return!0;return!1}function ff(r){let e=0;return r.split(vi).every(i=>(i=oe(i),i.startsWith("var(")?!0:hx.has(i)||Ln(i)||Mn(i)?(e++,!0):!1))?e>0:!1}function cf(r){let e=0;return r.split(rf).every(i=>(i=oe(i),i.startsWith("var(")?!0:i.includes(" ")&&!/(['"])([^"']+)\1/g.test(i)||/^\d/g.test(i)?!1:(e++,!0)))?e>0:!1}function pf(r){return mx.has(r)}function df(r){return gx.has(r)}function hf(r){return yx.has(r)}var In,rf,vi,fx,nf,cx,px,hx,mx,gx,yx,Nn=C(()=>{l();En();qn();In=["min","max","clamp","calc"],rf=/,(?![^(]*\))/g,vi=/_(?![^(]*\))/g;fx=["cm","mm","Q","in","pc","pt","px","em","ex","ch","rem","lh","vw","vh","vmin","vmax"],nf=`(?:${fx.join("|")})`;cx=new Set(["thin","medium","thick"]);px=new Set(["linear-gradient","radial-gradient","repeating-linear-gradient","repeating-radial-gradient","conic-gradient"]);hx=new Set(["center","top","right","bottom","left"]);mx=new Set(["serif","sans-serif","monospace","cursive","fantasy","system-ui","ui-serif","ui-sans-serif","ui-monospace","ui-rounded","math","emoji","fangsong"]);gx=new Set(["xx-small","x-small","small","medium","large","x-large","x-large","xxx-large"]);yx=new Set(["larger","smaller"])});function gf(r,e){return(0,mf.default)(s=>{s.walkClasses(n=>{let a=e(n.value);n.value=a,n.raws&&n.raws.value&&(n.raws.value=nt(n.raws.value))})}).processSync(r)}function yf(r,e){if(!kr(r))return;let t=r.slice(1,-1);if(!!e(t))return oe(t)}function wx(r,e={},t){let i=e[r];if(i!==void 0)return rt(i);if(kr(r)){let s=yf(r,t);return s===void 0?void 0:rt(s)}}function xi(r,e={},{validate:t=()=>!0}={}){let i=e.values?.[r];return i!==void 0?i:e.supportsNegativeValues&&r.startsWith("-")?wx(r.slice(1),e.values,t):yf(r,t)}function kr(r){return r.startsWith("[")&&r.endsWith("]")}function bx(r){let e=r.lastIndexOf("/");return e===-1||e===r.length-1?[r]:[r.slice(0,e),r.slice(e+1)]}function yt(r){if(typeof r=="string"&&r.includes("")){let e=r;return({opacityValue:t=1})=>e.replace("",t)}return r}function vx(r,e={},{tailwindConfig:t={}}={}){if(e.values?.[r]!==void 0)return yt(e.values?.[r]);let[i,s]=bx(r);if(s!==void 0){let n=e.values?.[i]??(kr(i)?i.slice(1,-1):void 0);return n===void 0?void 0:(n=yt(n),kr(s)?_e(n,s.slice(1,-1)):t.theme?.opacity?.[s]===void 0?void 0:_e(n,t.theme.opacity[s]))}return xi(r,e,{validate:lf})}function xx(r,e={}){return e.values?.[r]}function le(r){return(e,t)=>xi(e,t,{validate:r})}function kx(r,e){let t=r.indexOf(e);return t===-1?[void 0,r]:[r.slice(0,t),r.slice(t+1)]}function Fn(r,e,t,i){if(kr(e)){let s=e.slice(1,-1),[n,a]=kx(s,":");if(!/^[\w-_]+$/g.test(n))a=s;else if(n!==void 0&&!bf.includes(n))return[];if(a.length>0&&bf.includes(n))return[xi(`[${a}]`,t),n]}for(let s of[].concat(r)){let n=wf[s](e,t,{tailwindConfig:i});if(n!==void 0)return[n,s]}return[]}var mf,wf,bf,Sr=C(()=>{l();mf=Y(Ce());mi();vr();Nn();Kr();wf={any:xi,color:vx,url:le(Rn),image:le(uf),length:le(Ln),percentage:le(Mn),position:le(ff),lookup:xx,"generic-name":le(pf),"family-name":le(cf),number:le(sf),"line-width":le(af),"absolute-size":le(df),"relative-size":le(hf),shadow:le(of)},bf=Object.keys(wf)});function N(r){return typeof r=="function"?r({}):r}var Bn=C(()=>{l()});function wt(r){return typeof r=="function"}function Cr(r){return typeof r=="object"&&r!==null}function _r(r,...e){let t=e.pop();for(let i of e)for(let s in i){let n=t(r[s],i[s]);n===void 0?Cr(r[s])&&Cr(i[s])?r[s]=_r(r[s],i[s],t):r[s]=i[s]:r[s]=n}return r}function Sx(r,...e){return wt(r)?r(...e):r}function Cx(r){return r.reduce((e,{extend:t})=>_r(e,t,(i,s)=>i===void 0?[s]:Array.isArray(i)?[s,...i]:[s,i]),{})}function _x(r){return{...r.reduce((e,t)=>qs(e,t),{}),extend:Cx(r)}}function xf(r,e){if(Array.isArray(r)&&Cr(r[0]))return r.concat(e);if(Array.isArray(e)&&Cr(e[0])&&Cr(r))return[r,...e];if(Array.isArray(e))return e}function Ax({extend:r,...e}){return _r(e,r,(t,i)=>!wt(t)&&!i.some(wt)?_r({},t,...i,xf):(s,n)=>_r({},...[t,...i].map(a=>Sx(a,s,n)),xf))}function*Ox(r){let e=ze(r);if(e.length===0||(yield e,Array.isArray(r)))return;let t=/^(.*?)\s*\/\s*([^/]+)$/,i=r.match(t);if(i!==null){let[,s,n]=i,a=ze(s);a.alpha=n,yield a}}function Ex(r){let e=(t,i)=>{for(let s of Ox(t)){let n=0,a=r;for(;a!=null&&n(t[i]=wt(r[i])?r[i](e,zn):r[i],t),{})}function kf(r){let e=[];return r.forEach(t=>{e=[...e,t];let i=t?.plugins??[];i.length!==0&&i.forEach(s=>{s.__isOptionsFunction&&(s=s()),e=[...e,...kf([s?.config??{}])]})}),e}function Tx(r){return[...r].reduceRight((t,i)=>wt(i)?i({corePlugins:t}):ql(i,t),Pl)}function Px(r){return[...r].reduceRight((t,i)=>[...t,...i],[])}function $n(r){let e=[...kf(r),{prefix:"",important:!1,separator:":",variantOrder:vf.default.variantOrder}];return Bl(qs({theme:Ex(Ax(_x(e.map(t=>t?.theme??{})))),corePlugins:Tx(e.map(t=>t.corePlugins)),plugins:Px(r.map(t=>t?.plugins??[]))},...e))}var vf,zn,Sf=C(()=>{l();Kr();Dl();Il();vf=Y(Yt());Ds();Fl();ei();zl();Jt();ti();Sr();vr();Bn();zn={colors:Ps,negative(r){return Object.keys(r).filter(e=>r[e]!=="0").reduce((e,t)=>{let i=rt(r[t]);return i!==void 0&&(e[`-${t}`]=i),e},{})},breakpoints(r){return Object.keys(r).filter(e=>typeof r[e]=="string").reduce((e,t)=>({...e,[`screen-${t}`]:r[t]}),{})}}});function K(r,e){return ki.future.includes(e)?r.future==="all"||(r?.future?.[e]??Cf[e]??!1):ki.experimental.includes(e)?r.experimental==="all"||(r?.experimental?.[e]??Cf[e]??!1):!1}function _f(r){return r.experimental==="all"?ki.experimental:Object.keys(r?.experimental??{}).filter(e=>ki.experimental.includes(e)&&r.experimental[e])}function Af(r){if(m.env.JEST_WORKER_ID===void 0&&_f(r).length>0){let e=_f(r).map(t=>he.yellow(t)).join(", ");W.warn("experimental-flags-enabled",[`You have enabled experimental features: ${e}`,"Experimental features in Tailwind CSS are not covered by semver, may introduce breaking changes, and can change at any time."])}}var Cf,ki,Ve=C(()=>{l();Zr();ke();Cf={optimizeUniversalDefaults:!1},ki={future:["hoverOnlyWhenSupported","respectDefaultRingColorOpacity"],experimental:["optimizeUniversalDefaults","matchVariant"]}});function Si(r){let e=(r?.presets??[Of.default]).slice().reverse().flatMap(s=>Si(s instanceof Function?s():s)),t={respectDefaultRingColorOpacity:{theme:{ringColor:{DEFAULT:"#3b82f67f"}}}},i=Object.keys(t).filter(s=>K(r,s)).map(s=>t[s]);return[r,...i,...e]}var Of,Ef=C(()=>{l();Of=Y(Yt());Ve()});var Tf={};de(Tf,{default:()=>Ar});function Ar(...r){let[,...e]=Si(r[0]);return $n([...r,...e])}var jn=C(()=>{l();Sf();Ef()});function Ci(r){return typeof r=="object"&&r!==null}function Dx(r){return Object.keys(r).length===0}function Pf(r){return typeof r=="string"||r instanceof String}function Un(r){if(Ci(r)&&r.config===void 0&&!Dx(r))return null;if(Ci(r)&&r.config!==void 0&&Pf(r.config))return ie.resolve(r.config);if(Ci(r)&&r.config!==void 0&&Ci(r.config))return null;if(Pf(r))return ie.resolve(r);for(let e of["./tailwind.config.js","./tailwind.config.cjs"])try{let t=ie.resolve(e);return xe.accessSync(t),t}catch(t){}return null}var Df=C(()=>{l();ct();tt()});function qx(r){if(r===void 0)return!1;if(r==="true"||r==="1")return!0;if(r==="false"||r==="0")return!1;if(r==="*")return!0;let e=r.split(",").map(t=>t.split(":")[0]);return e.includes("-tailwindcss")?!1:!!e.includes("tailwindcss")}var ye,qf,If,_i,Vn,Re,We=C(()=>{l();ye={NODE_ENV:"production",DEBUG:qx(m.env.DEBUG)},qf=new Map,If=new Map,_i=new Map,Vn=new Map,Re=new String("*")});var Rf={};de(Rf,{default:()=>Wn});var Wn,Gn=C(()=>{l();Wn={parse:r=>({href:r})}});var Hn=w(()=>{l()});var Ai=w((cE,Nf)=>{l();"use strict";var Mf=(Zr(),Ml),Lf=Hn(),bt=class extends Error{constructor(e,t,i,s,n,a){super(e);this.name="CssSyntaxError",this.reason=e,n&&(this.file=n),s&&(this.source=s),a&&(this.plugin=a),typeof t!="undefined"&&typeof i!="undefined"&&(typeof t=="number"?(this.line=t,this.column=i):(this.line=t.line,this.column=t.column,this.endLine=i.line,this.endColumn=i.column)),this.setMessage(),Error.captureStackTrace&&Error.captureStackTrace(this,bt)}setMessage(){this.message=this.plugin?this.plugin+": ":"",this.message+=this.file?this.file:"",typeof this.line!="undefined"&&(this.message+=":"+this.line+":"+this.column),this.message+=": "+this.reason}showSourceCode(e){if(!this.source)return"";let t=this.source;e==null&&(e=Mf.isColorSupported),Lf&&e&&(t=Lf(t));let i=t.split(/\r?\n/),s=Math.max(this.line-3,0),n=Math.min(this.line+2,i.length),a=String(n).length,o,u;if(e){let{bold:f,red:c,gray:d}=Mf.createColors(!0);o=p=>f(c(p)),u=p=>d(p)}else o=u=f=>f;return i.slice(s,n).map((f,c)=>{let d=s+1+c,p=" "+(" "+d).slice(-a)+" | ";if(d===this.line){let h=u(p.replace(/\d/g," "))+f.slice(0,this.column-1).replace(/[^\t]/g," ");return o(">")+u(p)+f+` + `+h+o("^")}return" "+u(p)+f}).join(` +`)}toString(){let e=this.showSourceCode();return e&&(e=` + +`+e+` +`),this.name+": "+this.message+e}};Nf.exports=bt;bt.default=bt});var Oi=w((pE,Yn)=>{l();"use strict";Yn.exports.isClean=Symbol("isClean");Yn.exports.my=Symbol("my")});var Qn=w((dE,Bf)=>{l();"use strict";var Ff={colon:": ",indent:" ",beforeDecl:` +`,beforeRule:` +`,beforeOpen:" ",beforeClose:` +`,beforeComment:` +`,after:` +`,emptyBody:"",commentLeft:" ",commentRight:" ",semicolon:!1};function Ix(r){return r[0].toUpperCase()+r.slice(1)}var Ei=class{constructor(e){this.builder=e}stringify(e,t){if(!this[e.type])throw new Error("Unknown AST node type "+e.type+". Maybe you need to change PostCSS stringifier.");this[e.type](e,t)}document(e){this.body(e)}root(e){this.body(e),e.raws.after&&this.builder(e.raws.after)}comment(e){let t=this.raw(e,"left","commentLeft"),i=this.raw(e,"right","commentRight");this.builder("/*"+t+e.text+i+"*/",e)}decl(e,t){let i=this.raw(e,"between","colon"),s=e.prop+i+this.rawValue(e,"value");e.important&&(s+=e.raws.important||" !important"),t&&(s+=";"),this.builder(s,e)}rule(e){this.block(e,this.rawValue(e,"selector")),e.raws.ownSemicolon&&this.builder(e.raws.ownSemicolon,e,"end")}atrule(e,t){let i="@"+e.name,s=e.params?this.rawValue(e,"params"):"";if(typeof e.raws.afterName!="undefined"?i+=e.raws.afterName:s&&(i+=" "),e.nodes)this.block(e,i+s);else{let n=(e.raws.between||"")+(t?";":"");this.builder(i+s+n,e)}}body(e){let t=e.nodes.length-1;for(;t>0&&e.nodes[t].type==="comment";)t-=1;let i=this.raw(e,"semicolon");for(let s=0;s{if(s=u.raws[t],typeof s!="undefined")return!1})}return typeof s=="undefined"&&(s=Ff[i]),a.rawCache[i]=s,s}rawSemicolon(e){let t;return e.walk(i=>{if(i.nodes&&i.nodes.length&&i.last.type==="decl"&&(t=i.raws.semicolon,typeof t!="undefined"))return!1}),t}rawEmptyBody(e){let t;return e.walk(i=>{if(i.nodes&&i.nodes.length===0&&(t=i.raws.after,typeof t!="undefined"))return!1}),t}rawIndent(e){if(e.raws.indent)return e.raws.indent;let t;return e.walk(i=>{let s=i.parent;if(s&&s!==e&&s.parent&&s.parent===e&&typeof i.raws.before!="undefined"){let n=i.raws.before.split(` +`);return t=n[n.length-1],t=t.replace(/\S/g,""),!1}}),t}rawBeforeComment(e,t){let i;return e.walkComments(s=>{if(typeof s.raws.before!="undefined")return i=s.raws.before,i.includes(` +`)&&(i=i.replace(/[^\n]+$/,"")),!1}),typeof i=="undefined"?i=this.raw(t,null,"beforeDecl"):i&&(i=i.replace(/\S/g,"")),i}rawBeforeDecl(e,t){let i;return e.walkDecls(s=>{if(typeof s.raws.before!="undefined")return i=s.raws.before,i.includes(` +`)&&(i=i.replace(/[^\n]+$/,"")),!1}),typeof i=="undefined"?i=this.raw(t,null,"beforeRule"):i&&(i=i.replace(/\S/g,"")),i}rawBeforeRule(e){let t;return e.walk(i=>{if(i.nodes&&(i.parent!==e||e.first!==i)&&typeof i.raws.before!="undefined")return t=i.raws.before,t.includes(` +`)&&(t=t.replace(/[^\n]+$/,"")),!1}),t&&(t=t.replace(/\S/g,"")),t}rawBeforeClose(e){let t;return e.walk(i=>{if(i.nodes&&i.nodes.length>0&&typeof i.raws.after!="undefined")return t=i.raws.after,t.includes(` +`)&&(t=t.replace(/[^\n]+$/,"")),!1}),t&&(t=t.replace(/\S/g,"")),t}rawBeforeOpen(e){let t;return e.walk(i=>{if(i.type!=="decl"&&(t=i.raws.between,typeof t!="undefined"))return!1}),t}rawColon(e){let t;return e.walkDecls(i=>{if(typeof i.raws.between!="undefined")return t=i.raws.between.replace(/[^\s:]/g,""),!1}),t}beforeAfter(e,t){let i;e.type==="decl"?i=this.raw(e,null,"beforeDecl"):e.type==="comment"?i=this.raw(e,null,"beforeComment"):t==="before"?i=this.raw(e,null,"beforeRule"):i=this.raw(e,null,"beforeClose");let s=e.parent,n=0;for(;s&&s.type!=="root";)n+=1,s=s.parent;if(i.includes(` +`)){let a=this.raw(e,null,"indent");if(a.length)for(let o=0;o{l();"use strict";var Rx=Qn();function Jn(r,e){new Rx(e).stringify(r)}zf.exports=Jn;Jn.default=Jn});var Er=w((mE,$f)=>{l();"use strict";var{isClean:Ti,my:Mx}=Oi(),Lx=Ai(),Nx=Qn(),Fx=Or();function Xn(r,e){let t=new r.constructor;for(let i in r){if(!Object.prototype.hasOwnProperty.call(r,i)||i==="proxyCache")continue;let s=r[i],n=typeof s;i==="parent"&&n==="object"?e&&(t[i]=e):i==="source"?t[i]=s:Array.isArray(s)?t[i]=s.map(a=>Xn(a,t)):(n==="object"&&s!==null&&(s=Xn(s)),t[i]=s)}return t}var Pi=class{constructor(e={}){this.raws={},this[Ti]=!1,this[Mx]=!0;for(let t in e)if(t==="nodes"){this.nodes=[];for(let i of e[t])typeof i.clone=="function"?this.append(i.clone()):this.append(i)}else this[t]=e[t]}error(e,t={}){if(this.source){let{start:i,end:s}=this.rangeBy(t);return this.source.input.error(e,{line:i.line,column:i.column},{line:s.line,column:s.column},t)}return new Lx(e)}warn(e,t,i){let s={node:this};for(let n in i)s[n]=i[n];return e.warn(t,s)}remove(){return this.parent&&this.parent.removeChild(this),this.parent=void 0,this}toString(e=Fx){e.stringify&&(e=e.stringify);let t="";return e(this,i=>{t+=i}),t}assign(e={}){for(let t in e)this[t]=e[t];return this}clone(e={}){let t=Xn(this);for(let i in e)t[i]=e[i];return t}cloneBefore(e={}){let t=this.clone(e);return this.parent.insertBefore(this,t),t}cloneAfter(e={}){let t=this.clone(e);return this.parent.insertAfter(this,t),t}replaceWith(...e){if(this.parent){let t=this,i=!1;for(let s of e)s===this?i=!0:i?(this.parent.insertAfter(t,s),t=s):this.parent.insertBefore(t,s);i||this.remove()}return this}next(){if(!this.parent)return;let e=this.parent.index(this);return this.parent.nodes[e+1]}prev(){if(!this.parent)return;let e=this.parent.index(this);return this.parent.nodes[e-1]}before(e){return this.parent.insertBefore(this,e),this}after(e){return this.parent.insertAfter(this,e),this}root(){let e=this;for(;e.parent&&e.parent.type!=="document";)e=e.parent;return e}raw(e,t){return new Nx().raw(this,e,t)}cleanRaws(e){delete this.raws.before,delete this.raws.after,e||delete this.raws.between}toJSON(e,t){let i={},s=t==null;t=t||new Map;let n=0;for(let a in this){if(!Object.prototype.hasOwnProperty.call(this,a)||a==="parent"||a==="proxyCache")continue;let o=this[a];if(Array.isArray(o))i[a]=o.map(u=>typeof u=="object"&&u.toJSON?u.toJSON(null,t):u);else if(typeof o=="object"&&o.toJSON)i[a]=o.toJSON(null,t);else if(a==="source"){let u=t.get(o.input);u==null&&(u=n,t.set(o.input,n),n++),i[a]={inputId:u,start:o.start,end:o.end}}else i[a]=o}return s&&(i.inputs=[...t.keys()].map(a=>a.toJSON())),i}positionInside(e){let t=this.toString(),i=this.source.start.column,s=this.source.start.line;for(let n=0;ne.root().toProxy():e[t]}}}toProxy(){return this.proxyCache||(this.proxyCache=new Proxy(this,this.getProxyProcessor())),this.proxyCache}addToError(e){if(e.postcssNode=this,e.stack&&this.source&&/\n\s{4}at /.test(e.stack)){let t=this.source;e.stack=e.stack.replace(/\n\s{4}at /,`$&${t.input.from}:${t.start.line}:${t.start.column}$&`)}return e}markDirty(){if(this[Ti]){this[Ti]=!1;let e=this;for(;e=e.parent;)e[Ti]=!1}}get proxyOf(){return this}};$f.exports=Pi;Pi.default=Pi});var Tr=w((gE,jf)=>{l();"use strict";var Bx=Er(),Di=class extends Bx{constructor(e){e&&typeof e.value!="undefined"&&typeof e.value!="string"&&(e={...e,value:String(e.value)});super(e);this.type="decl"}get variable(){return this.prop.startsWith("--")||this.prop[0]==="$"}};jf.exports=Di;Di.default=Di});var Kn=w((yE,Uf)=>{l();Uf.exports=function(r,e){return{generate:()=>{let t="";return r(e,i=>{t+=i}),[t]}}}});var Pr=w((wE,Vf)=>{l();"use strict";var zx=Er(),qi=class extends zx{constructor(e){super(e);this.type="comment"}};Vf.exports=qi;qi.default=qi});var Ge=w((bE,Kf)=>{l();"use strict";var{isClean:Wf,my:Gf}=Oi(),Hf=Tr(),Yf=Pr(),$x=Er(),Qf,Zn,ea;function Jf(r){return r.map(e=>(e.nodes&&(e.nodes=Jf(e.nodes)),delete e.source,e))}function Xf(r){if(r[Wf]=!1,r.proxyOf.nodes)for(let e of r.proxyOf.nodes)Xf(e)}var we=class extends $x{push(e){return e.parent=this,this.proxyOf.nodes.push(e),this}each(e){if(!this.proxyOf.nodes)return;let t=this.getIterator(),i,s;for(;this.indexes[t]{let s;try{s=e(t,i)}catch(n){throw t.addToError(n)}return s!==!1&&t.walk&&(s=t.walk(e)),s})}walkDecls(e,t){return t?e instanceof RegExp?this.walk((i,s)=>{if(i.type==="decl"&&e.test(i.prop))return t(i,s)}):this.walk((i,s)=>{if(i.type==="decl"&&i.prop===e)return t(i,s)}):(t=e,this.walk((i,s)=>{if(i.type==="decl")return t(i,s)}))}walkRules(e,t){return t?e instanceof RegExp?this.walk((i,s)=>{if(i.type==="rule"&&e.test(i.selector))return t(i,s)}):this.walk((i,s)=>{if(i.type==="rule"&&i.selector===e)return t(i,s)}):(t=e,this.walk((i,s)=>{if(i.type==="rule")return t(i,s)}))}walkAtRules(e,t){return t?e instanceof RegExp?this.walk((i,s)=>{if(i.type==="atrule"&&e.test(i.name))return t(i,s)}):this.walk((i,s)=>{if(i.type==="atrule"&&i.name===e)return t(i,s)}):(t=e,this.walk((i,s)=>{if(i.type==="atrule")return t(i,s)}))}walkComments(e){return this.walk((t,i)=>{if(t.type==="comment")return e(t,i)})}append(...e){for(let t of e){let i=this.normalize(t,this.last);for(let s of i)this.proxyOf.nodes.push(s)}return this.markDirty(),this}prepend(...e){e=e.reverse();for(let t of e){let i=this.normalize(t,this.first,"prepend").reverse();for(let s of i)this.proxyOf.nodes.unshift(s);for(let s in this.indexes)this.indexes[s]=this.indexes[s]+i.length}return this.markDirty(),this}cleanRaws(e){if(super.cleanRaws(e),this.nodes)for(let t of this.nodes)t.cleanRaws(e)}insertBefore(e,t){e=this.index(e);let i=e===0?"prepend":!1,s=this.normalize(t,this.proxyOf.nodes[e],i).reverse();for(let a of s)this.proxyOf.nodes.splice(e,0,a);let n;for(let a in this.indexes)n=this.indexes[a],e<=n&&(this.indexes[a]=n+s.length);return this.markDirty(),this}insertAfter(e,t){e=this.index(e);let i=this.normalize(t,this.proxyOf.nodes[e]).reverse();for(let n of i)this.proxyOf.nodes.splice(e+1,0,n);let s;for(let n in this.indexes)s=this.indexes[n],e=e&&(this.indexes[i]=t-1);return this.markDirty(),this}removeAll(){for(let e of this.proxyOf.nodes)e.parent=void 0;return this.proxyOf.nodes=[],this.markDirty(),this}replaceValues(e,t,i){return i||(i=t,t={}),this.walkDecls(s=>{t.props&&!t.props.includes(s.prop)||t.fast&&!s.value.includes(t.fast)||(s.value=s.value.replace(e,i))}),this.markDirty(),this}every(e){return this.nodes.every(e)}some(e){return this.nodes.some(e)}index(e){return typeof e=="number"?e:(e.proxyOf&&(e=e.proxyOf),this.proxyOf.nodes.indexOf(e))}get first(){if(!!this.proxyOf.nodes)return this.proxyOf.nodes[0]}get last(){if(!!this.proxyOf.nodes)return this.proxyOf.nodes[this.proxyOf.nodes.length-1]}normalize(e,t){if(typeof e=="string")e=Jf(Qf(e).nodes);else if(Array.isArray(e)){e=e.slice(0);for(let s of e)s.parent&&s.parent.removeChild(s,"ignore")}else if(e.type==="root"&&this.type!=="document"){e=e.nodes.slice(0);for(let s of e)s.parent&&s.parent.removeChild(s,"ignore")}else if(e.type)e=[e];else if(e.prop){if(typeof e.value=="undefined")throw new Error("Value field is missed in node creation");typeof e.value!="string"&&(e.value=String(e.value)),e=[new Hf(e)]}else if(e.selector)e=[new Zn(e)];else if(e.name)e=[new ea(e)];else if(e.text)e=[new Yf(e)];else throw new Error("Unknown node type in node creation");return e.map(s=>(s[Gf]||we.rebuild(s),s=s.proxyOf,s.parent&&s.parent.removeChild(s),s[Wf]&&Xf(s),typeof s.raws.before=="undefined"&&t&&typeof t.raws.before!="undefined"&&(s.raws.before=t.raws.before.replace(/\S/g,"")),s.parent=this.proxyOf,s))}getProxyProcessor(){return{set(e,t,i){return e[t]===i||(e[t]=i,(t==="name"||t==="params"||t==="selector")&&e.markDirty()),!0},get(e,t){return t==="proxyOf"?e:e[t]?t==="each"||typeof t=="string"&&t.startsWith("walk")?(...i)=>e[t](...i.map(s=>typeof s=="function"?(n,a)=>s(n.toProxy(),a):s)):t==="every"||t==="some"?i=>e[t]((s,...n)=>i(s.toProxy(),...n)):t==="root"?()=>e.root().toProxy():t==="nodes"?e.nodes.map(i=>i.toProxy()):t==="first"||t==="last"?e[t].toProxy():e[t]:e[t]}}}getIterator(){this.lastEach||(this.lastEach=0),this.indexes||(this.indexes={}),this.lastEach+=1;let e=this.lastEach;return this.indexes[e]=0,e}};we.registerParse=r=>{Qf=r};we.registerRule=r=>{Zn=r};we.registerAtRule=r=>{ea=r};Kf.exports=we;we.default=we;we.rebuild=r=>{r.type==="atrule"?Object.setPrototypeOf(r,ea.prototype):r.type==="rule"?Object.setPrototypeOf(r,Zn.prototype):r.type==="decl"?Object.setPrototypeOf(r,Hf.prototype):r.type==="comment"&&Object.setPrototypeOf(r,Yf.prototype),r[Gf]=!0,r.nodes&&r.nodes.forEach(e=>{we.rebuild(e)})}});var Ii=w((vE,tc)=>{l();"use strict";var jx=Ge(),Zf,ec,vt=class extends jx{constructor(e){super({type:"document",...e});this.nodes||(this.nodes=[])}toResult(e={}){return new Zf(new ec,this,e).stringify()}};vt.registerLazyResult=r=>{Zf=r};vt.registerProcessor=r=>{ec=r};tc.exports=vt;vt.default=vt});var ta=w((xE,ic)=>{l();"use strict";var rc={};ic.exports=function(e){rc[e]||(rc[e]=!0,typeof console!="undefined"&&console.warn&&console.warn(e))}});var ra=w((kE,sc)=>{l();"use strict";var Ri=class{constructor(e,t={}){if(this.type="warning",this.text=e,t.node&&t.node.source){let i=t.node.rangeBy(t);this.line=i.start.line,this.column=i.start.column,this.endLine=i.end.line,this.endColumn=i.end.column}for(let i in t)this[i]=t[i]}toString(){return this.node?this.node.error(this.text,{plugin:this.plugin,index:this.index,word:this.word}).message:this.plugin?this.plugin+": "+this.text:this.text}};sc.exports=Ri;Ri.default=Ri});var Li=w((SE,nc)=>{l();"use strict";var Ux=ra(),Mi=class{constructor(e,t,i){this.processor=e,this.messages=[],this.root=t,this.opts=i,this.css=void 0,this.map=void 0}toString(){return this.css}warn(e,t={}){t.plugin||this.lastPlugin&&this.lastPlugin.postcssPlugin&&(t.plugin=this.lastPlugin.postcssPlugin);let i=new Ux(e,t);return this.messages.push(i),i}warnings(){return this.messages.filter(e=>e.type==="warning")}get content(){return this.css}};nc.exports=Mi;Mi.default=Mi});var fc=w((CE,uc)=>{l();"use strict";var ia="'".charCodeAt(0),ac='"'.charCodeAt(0),Ni="\\".charCodeAt(0),oc="/".charCodeAt(0),Fi=` +`.charCodeAt(0),Dr=" ".charCodeAt(0),Bi="\f".charCodeAt(0),zi=" ".charCodeAt(0),$i="\r".charCodeAt(0),Vx="[".charCodeAt(0),Wx="]".charCodeAt(0),Gx="(".charCodeAt(0),Hx=")".charCodeAt(0),Yx="{".charCodeAt(0),Qx="}".charCodeAt(0),Jx=";".charCodeAt(0),Xx="*".charCodeAt(0),Kx=":".charCodeAt(0),Zx="@".charCodeAt(0),ji=/[\t\n\f\r "#'()/;[\\\]{}]/g,Ui=/[\t\n\f\r !"#'():;@[\\\]{}]|\/(?=\*)/g,e1=/.[\n"'(/\\]/,lc=/[\da-f]/i;uc.exports=function(e,t={}){let i=e.css.valueOf(),s=t.ignoreErrors,n,a,o,u,f,c,d,p,h,y,x=i.length,b=0,v=[],k=[];function T(){return b}function P(R){throw e.error("Unclosed "+R,b)}function I(){return k.length===0&&b>=x}function V(R){if(k.length)return k.pop();if(b>=x)return;let Q=R?R.ignoreUnclosed:!1;switch(n=i.charCodeAt(b),n){case Fi:case Dr:case zi:case $i:case Bi:{a=b;do a+=1,n=i.charCodeAt(a);while(n===Dr||n===Fi||n===zi||n===$i||n===Bi);y=["space",i.slice(b,a)],b=a-1;break}case Vx:case Wx:case Yx:case Qx:case Kx:case Jx:case Hx:{let et=String.fromCharCode(n);y=[et,et,b];break}case Gx:{if(p=v.length?v.pop()[1]:"",h=i.charCodeAt(b+1),p==="url"&&h!==ia&&h!==ac&&h!==Dr&&h!==Fi&&h!==zi&&h!==Bi&&h!==$i){a=b;do{if(c=!1,a=i.indexOf(")",a+1),a===-1)if(s||Q){a=b;break}else P("bracket");for(d=a;i.charCodeAt(d-1)===Ni;)d-=1,c=!c}while(c);y=["brackets",i.slice(b,a+1),b,a],b=a}else a=i.indexOf(")",b+1),u=i.slice(b,a+1),a===-1||e1.test(u)?y=["(","(",b]:(y=["brackets",u,b,a],b=a);break}case ia:case ac:{o=n===ia?"'":'"',a=b;do{if(c=!1,a=i.indexOf(o,a+1),a===-1)if(s||Q){a=b+1;break}else P("string");for(d=a;i.charCodeAt(d-1)===Ni;)d-=1,c=!c}while(c);y=["string",i.slice(b,a+1),b,a],b=a;break}case Zx:{ji.lastIndex=b+1,ji.test(i),ji.lastIndex===0?a=i.length-1:a=ji.lastIndex-2,y=["at-word",i.slice(b,a+1),b,a],b=a;break}case Ni:{for(a=b,f=!0;i.charCodeAt(a+1)===Ni;)a+=1,f=!f;if(n=i.charCodeAt(a+1),f&&n!==oc&&n!==Dr&&n!==Fi&&n!==zi&&n!==$i&&n!==Bi&&(a+=1,lc.test(i.charAt(a)))){for(;lc.test(i.charAt(a+1));)a+=1;i.charCodeAt(a+1)===Dr&&(a+=1)}y=["word",i.slice(b,a+1),b,a],b=a;break}default:{n===oc&&i.charCodeAt(b+1)===Xx?(a=i.indexOf("*/",b+2)+1,a===0&&(s||Q?a=i.length:P("comment")),y=["comment",i.slice(b,a+1),b,a],b=a):(Ui.lastIndex=b+1,Ui.test(i),Ui.lastIndex===0?a=i.length-1:a=Ui.lastIndex-2,y=["word",i.slice(b,a+1),b,a],v.push(y),b=a);break}}return b++,y}function L(R){k.push(R)}return{back:L,nextToken:V,endOfFile:I,position:T}}});var Vi=w((_E,pc)=>{l();"use strict";var cc=Ge(),qr=class extends cc{constructor(e){super(e);this.type="atrule"}append(...e){return this.proxyOf.nodes||(this.nodes=[]),super.append(...e)}prepend(...e){return this.proxyOf.nodes||(this.nodes=[]),super.prepend(...e)}};pc.exports=qr;qr.default=qr;cc.registerAtRule(qr)});var kt=w((AE,mc)=>{l();"use strict";var t1=Ge(),dc,hc,xt=class extends t1{constructor(e){super(e);this.type="root",this.nodes||(this.nodes=[])}removeChild(e,t){let i=this.index(e);return!t&&i===0&&this.nodes.length>1&&(this.nodes[1].raws.before=this.nodes[i].raws.before),super.removeChild(e)}normalize(e,t,i){let s=super.normalize(e);if(t){if(i==="prepend")this.nodes.length>1?t.raws.before=this.nodes[1].raws.before:delete t.raws.before;else if(this.first!==t)for(let n of s)n.raws.before=t.raws.before}return s}toResult(e={}){return new dc(new hc,this,e).stringify()}};xt.registerLazyResult=r=>{dc=r};xt.registerProcessor=r=>{hc=r};mc.exports=xt;xt.default=xt});var sa=w((OE,gc)=>{l();"use strict";var Ir={split(r,e,t){let i=[],s="",n=!1,a=0,o=!1,u=!1;for(let f of r)u?u=!1:f==="\\"?u=!0:o?f===o&&(o=!1):f==='"'||f==="'"?o=f:f==="("?a+=1:f===")"?a>0&&(a-=1):a===0&&e.includes(f)&&(n=!0),n?(s!==""&&i.push(s.trim()),s="",n=!1):s+=f;return(t||s!=="")&&i.push(s.trim()),i},space(r){let e=[" ",` +`," "];return Ir.split(r,e)},comma(r){return Ir.split(r,[","],!0)}};gc.exports=Ir;Ir.default=Ir});var Wi=w((EE,wc)=>{l();"use strict";var yc=Ge(),r1=sa(),Rr=class extends yc{constructor(e){super(e);this.type="rule",this.nodes||(this.nodes=[])}get selectors(){return r1.comma(this.selector)}set selectors(e){let t=this.selector?this.selector.match(/,\s*/):null,i=t?t[0]:","+this.raw("between","beforeOpen");this.selector=e.join(i)}};wc.exports=Rr;Rr.default=Rr;yc.registerRule(Rr)});var Sc=w((TE,kc)=>{l();"use strict";var i1=Tr(),s1=fc(),n1=Pr(),a1=Vi(),o1=kt(),bc=Wi(),vc={empty:!0,space:!0};function l1(r){for(let e=r.length-1;e>=0;e--){let t=r[e],i=t[3]||t[2];if(i)return i}}var xc=class{constructor(e){this.input=e,this.root=new o1,this.current=this.root,this.spaces="",this.semicolon=!1,this.customProperty=!1,this.createTokenizer(),this.root.source={input:e,start:{offset:0,line:1,column:1}}}createTokenizer(){this.tokenizer=s1(this.input)}parse(){let e;for(;!this.tokenizer.endOfFile();)switch(e=this.tokenizer.nextToken(),e[0]){case"space":this.spaces+=e[1];break;case";":this.freeSemicolon(e);break;case"}":this.end(e);break;case"comment":this.comment(e);break;case"at-word":this.atrule(e);break;case"{":this.emptyRule(e);break;default:this.other(e);break}this.endFile()}comment(e){let t=new n1;this.init(t,e[2]),t.source.end=this.getPosition(e[3]||e[2]);let i=e[1].slice(2,-2);if(/^\s*$/.test(i))t.text="",t.raws.left=i,t.raws.right="";else{let s=i.match(/^(\s*)([^]*\S)(\s*)$/);t.text=s[2],t.raws.left=s[1],t.raws.right=s[3]}}emptyRule(e){let t=new bc;this.init(t,e[2]),t.selector="",t.raws.between="",this.current=t}other(e){let t=!1,i=null,s=!1,n=null,a=[],o=e[1].startsWith("--"),u=[],f=e;for(;f;){if(i=f[0],u.push(f),i==="("||i==="[")n||(n=f),a.push(i==="("?")":"]");else if(o&&s&&i==="{")n||(n=f),a.push("}");else if(a.length===0)if(i===";")if(s){this.decl(u,o);return}else break;else if(i==="{"){this.rule(u);return}else if(i==="}"){this.tokenizer.back(u.pop()),t=!0;break}else i===":"&&(s=!0);else i===a[a.length-1]&&(a.pop(),a.length===0&&(n=null));f=this.tokenizer.nextToken()}if(this.tokenizer.endOfFile()&&(t=!0),a.length>0&&this.unclosedBracket(n),t&&s){if(!o)for(;u.length&&(f=u[u.length-1][0],!(f!=="space"&&f!=="comment"));)this.tokenizer.back(u.pop());this.decl(u,o)}else this.unknownWord(u)}rule(e){e.pop();let t=new bc;this.init(t,e[0][2]),t.raws.between=this.spacesAndCommentsFromEnd(e),this.raw(t,"selector",e),this.current=t}decl(e,t){let i=new i1;this.init(i,e[0][2]);let s=e[e.length-1];for(s[0]===";"&&(this.semicolon=!0,e.pop()),i.source.end=this.getPosition(s[3]||s[2]||l1(e));e[0][0]!=="word";)e.length===1&&this.unknownWord(e),i.raws.before+=e.shift()[1];for(i.source.start=this.getPosition(e[0][2]),i.prop="";e.length;){let f=e[0][0];if(f===":"||f==="space"||f==="comment")break;i.prop+=e.shift()[1]}i.raws.between="";let n;for(;e.length;)if(n=e.shift(),n[0]===":"){i.raws.between+=n[1];break}else n[0]==="word"&&/\w/.test(n[1])&&this.unknownWord([n]),i.raws.between+=n[1];(i.prop[0]==="_"||i.prop[0]==="*")&&(i.raws.before+=i.prop[0],i.prop=i.prop.slice(1));let a=[],o;for(;e.length&&(o=e[0][0],!(o!=="space"&&o!=="comment"));)a.push(e.shift());this.precheckMissedSemicolon(e);for(let f=e.length-1;f>=0;f--){if(n=e[f],n[1].toLowerCase()==="!important"){i.important=!0;let c=this.stringFrom(e,f);c=this.spacesFromEnd(e)+c,c!==" !important"&&(i.raws.important=c);break}else if(n[1].toLowerCase()==="important"){let c=e.slice(0),d="";for(let p=f;p>0;p--){let h=c[p][0];if(d.trim().indexOf("!")===0&&h!=="space")break;d=c.pop()[1]+d}d.trim().indexOf("!")===0&&(i.important=!0,i.raws.important=d,e=c)}if(n[0]!=="space"&&n[0]!=="comment")break}e.some(f=>f[0]!=="space"&&f[0]!=="comment")&&(i.raws.between+=a.map(f=>f[1]).join(""),a=[]),this.raw(i,"value",a.concat(e),t),i.value.includes(":")&&!t&&this.checkMissedSemicolon(e)}atrule(e){let t=new a1;t.name=e[1].slice(1),t.name===""&&this.unnamedAtrule(t,e),this.init(t,e[2]);let i,s,n,a=!1,o=!1,u=[],f=[];for(;!this.tokenizer.endOfFile();){if(e=this.tokenizer.nextToken(),i=e[0],i==="("||i==="["?f.push(i==="("?")":"]"):i==="{"&&f.length>0?f.push("}"):i===f[f.length-1]&&f.pop(),f.length===0)if(i===";"){t.source.end=this.getPosition(e[2]),this.semicolon=!0;break}else if(i==="{"){o=!0;break}else if(i==="}"){if(u.length>0){for(n=u.length-1,s=u[n];s&&s[0]==="space";)s=u[--n];s&&(t.source.end=this.getPosition(s[3]||s[2]))}this.end(e);break}else u.push(e);else u.push(e);if(this.tokenizer.endOfFile()){a=!0;break}}t.raws.between=this.spacesAndCommentsFromEnd(u),u.length?(t.raws.afterName=this.spacesAndCommentsFromStart(u),this.raw(t,"params",u),a&&(e=u[u.length-1],t.source.end=this.getPosition(e[3]||e[2]),this.spaces=t.raws.between,t.raws.between="")):(t.raws.afterName="",t.params=""),o&&(t.nodes=[],this.current=t)}end(e){this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.semicolon=!1,this.current.raws.after=(this.current.raws.after||"")+this.spaces,this.spaces="",this.current.parent?(this.current.source.end=this.getPosition(e[2]),this.current=this.current.parent):this.unexpectedClose(e)}endFile(){this.current.parent&&this.unclosedBlock(),this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.current.raws.after=(this.current.raws.after||"")+this.spaces}freeSemicolon(e){if(this.spaces+=e[1],this.current.nodes){let t=this.current.nodes[this.current.nodes.length-1];t&&t.type==="rule"&&!t.raws.ownSemicolon&&(t.raws.ownSemicolon=this.spaces,this.spaces="")}}getPosition(e){let t=this.input.fromOffset(e);return{offset:e,line:t.line,column:t.col}}init(e,t){this.current.push(e),e.source={start:this.getPosition(t),input:this.input},e.raws.before=this.spaces,this.spaces="",e.type!=="comment"&&(this.semicolon=!1)}raw(e,t,i,s){let n,a,o=i.length,u="",f=!0,c,d;for(let p=0;ph+y[1],"");e.raws[t]={value:u,raw:p}}e[t]=u}spacesAndCommentsFromEnd(e){let t,i="";for(;e.length&&(t=e[e.length-1][0],!(t!=="space"&&t!=="comment"));)i=e.pop()[1]+i;return i}spacesAndCommentsFromStart(e){let t,i="";for(;e.length&&(t=e[0][0],!(t!=="space"&&t!=="comment"));)i+=e.shift()[1];return i}spacesFromEnd(e){let t,i="";for(;e.length&&(t=e[e.length-1][0],t==="space");)i=e.pop()[1]+i;return i}stringFrom(e,t){let i="";for(let s=t;s=0&&(s=e[n],!(s[0]!=="space"&&(i+=1,i===2)));n--);throw this.input.error("Missed semicolon",s[0]==="word"?s[3]+1:s[2])}};kc.exports=xc});var Cc=w(()=>{l()});var Ac=w((qE,_c)=>{l();var u1="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict",f1=(r,e=21)=>(t=e)=>{let i="",s=t;for(;s--;)i+=r[Math.random()*r.length|0];return i},c1=(r=21)=>{let e="",t=r;for(;t--;)e+=u1[Math.random()*64|0];return e};_c.exports={nanoid:c1,customAlphabet:f1}});var na=w((IE,Oc)=>{l();Oc.exports={}});var Hi=w((RE,Dc)=>{l();"use strict";var{SourceMapConsumer:p1,SourceMapGenerator:d1}=Cc(),{fileURLToPath:Ec,pathToFileURL:Gi}=(Gn(),Rf),{resolve:aa,isAbsolute:oa}=(tt(),wl),{nanoid:h1}=Ac(),la=Hn(),Tc=Ai(),m1=na(),ua=Symbol("fromOffsetCache"),g1=Boolean(p1&&d1),Pc=Boolean(aa&&oa),Mr=class{constructor(e,t={}){if(e===null||typeof e=="undefined"||typeof e=="object"&&!e.toString)throw new Error(`PostCSS received ${e} instead of CSS string`);if(this.css=e.toString(),this.css[0]==="\uFEFF"||this.css[0]==="\uFFFE"?(this.hasBOM=!0,this.css=this.css.slice(1)):this.hasBOM=!1,t.from&&(!Pc||/^\w+:\/\//.test(t.from)||oa(t.from)?this.file=t.from:this.file=aa(t.from)),Pc&&g1){let i=new m1(this.css,t);if(i.text){this.map=i;let s=i.consumer().file;!this.file&&s&&(this.file=this.mapResolve(s))}}this.file||(this.id=""),this.map&&(this.map.file=this.from)}fromOffset(e){let t,i;if(this[ua])i=this[ua];else{let n=this.css.split(` +`);i=new Array(n.length);let a=0;for(let o=0,u=n.length;o=t)s=i.length-1;else{let n=i.length-2,a;for(;s>1),e=i[a+1])s=a+1;else{s=a;break}}return{line:s+1,col:e-i[s]+1}}error(e,t,i,s={}){let n,a,o;if(t&&typeof t=="object"){let f=t,c=i;if(typeof t.offset=="number"){let d=this.fromOffset(f.offset);t=d.line,i=d.col}else t=f.line,i=f.column;if(typeof c.offset=="number"){let d=this.fromOffset(c.offset);a=d.line,o=d.col}else a=c.line,o=c.column}else if(!i){let f=this.fromOffset(t);t=f.line,i=f.col}let u=this.origin(t,i,a,o);return u?n=new Tc(e,u.endLine===void 0?u.line:{line:u.line,column:u.column},u.endLine===void 0?u.column:{line:u.endLine,column:u.endColumn},u.source,u.file,s.plugin):n=new Tc(e,a===void 0?t:{line:t,column:i},a===void 0?i:{line:a,column:o},this.css,this.file,s.plugin),n.input={line:t,column:i,endLine:a,endColumn:o,source:this.css},this.file&&(Gi&&(n.input.url=Gi(this.file).toString()),n.input.file=this.file),n}origin(e,t,i,s){if(!this.map)return!1;let n=this.map.consumer(),a=n.originalPositionFor({line:e,column:t});if(!a.source)return!1;let o;typeof i=="number"&&(o=n.originalPositionFor({line:i,column:s}));let u;oa(a.source)?u=Gi(a.source):u=new URL(a.source,this.map.consumer().sourceRoot||Gi(this.map.mapFile));let f={url:u.toString(),line:a.line,column:a.column,endLine:o&&o.line,endColumn:o&&o.column};if(u.protocol==="file:")if(Ec)f.file=Ec(u);else throw new Error("file: protocol is not available in this PostCSS build");let c=n.sourceContentFor(a.source);return c&&(f.source=c),f}mapResolve(e){return/^\w+:\/\//.test(e)?e:aa(this.map.consumer().sourceRoot||this.map.root||".",e)}get from(){return this.file||this.id}toJSON(){let e={};for(let t of["hasBOM","css","file","id"])this[t]!=null&&(e[t]=this[t]);return this.map&&(e.map={...this.map},e.map.consumerCache&&(e.map.consumerCache=void 0)),e}};Dc.exports=Mr;Mr.default=Mr;la&&la.registerInput&&la.registerInput(Mr)});var Qi=w((ME,qc)=>{l();"use strict";var y1=Ge(),w1=Sc(),b1=Hi();function Yi(r,e){let t=new b1(r,e),i=new w1(t);try{i.parse()}catch(s){throw s}return i.root}qc.exports=Yi;Yi.default=Yi;y1.registerParse(Yi)});var pa=w((NE,Lc)=>{l();"use strict";var{isClean:Ae,my:v1}=Oi(),x1=Kn(),k1=Or(),S1=Ge(),C1=Ii(),LE=ta(),Ic=Li(),_1=Qi(),A1=kt(),O1={document:"Document",root:"Root",atrule:"AtRule",rule:"Rule",decl:"Declaration",comment:"Comment"},E1={postcssPlugin:!0,prepare:!0,Once:!0,Document:!0,Root:!0,Declaration:!0,Rule:!0,AtRule:!0,Comment:!0,DeclarationExit:!0,RuleExit:!0,AtRuleExit:!0,CommentExit:!0,RootExit:!0,DocumentExit:!0,OnceExit:!0},T1={postcssPlugin:!0,prepare:!0,Once:!0},St=0;function Lr(r){return typeof r=="object"&&typeof r.then=="function"}function Rc(r){let e=!1,t=O1[r.type];return r.type==="decl"?e=r.prop.toLowerCase():r.type==="atrule"&&(e=r.name.toLowerCase()),e&&r.append?[t,t+"-"+e,St,t+"Exit",t+"Exit-"+e]:e?[t,t+"-"+e,t+"Exit",t+"Exit-"+e]:r.append?[t,St,t+"Exit"]:[t,t+"Exit"]}function Mc(r){let e;return r.type==="document"?e=["Document",St,"DocumentExit"]:r.type==="root"?e=["Root",St,"RootExit"]:e=Rc(r),{node:r,events:e,eventIndex:0,visitors:[],visitorIndex:0,iterator:0}}function fa(r){return r[Ae]=!1,r.nodes&&r.nodes.forEach(e=>fa(e)),r}var ca={},Me=class{constructor(e,t,i){this.stringified=!1,this.processed=!1;let s;if(typeof t=="object"&&t!==null&&(t.type==="root"||t.type==="document"))s=fa(t);else if(t instanceof Me||t instanceof Ic)s=fa(t.root),t.map&&(typeof i.map=="undefined"&&(i.map={}),i.map.inline||(i.map.inline=!1),i.map.prev=t.map);else{let n=_1;i.syntax&&(n=i.syntax.parse),i.parser&&(n=i.parser),n.parse&&(n=n.parse);try{s=n(t,i)}catch(a){this.processed=!0,this.error=a}s&&!s[v1]&&S1.rebuild(s)}this.result=new Ic(e,s,i),this.helpers={...ca,result:this.result,postcss:ca},this.plugins=this.processor.plugins.map(n=>typeof n=="object"&&n.prepare?{...n,...n.prepare(this.result)}:n)}get[Symbol.toStringTag](){return"LazyResult"}get processor(){return this.result.processor}get opts(){return this.result.opts}get css(){return this.stringify().css}get content(){return this.stringify().content}get map(){return this.stringify().map}get root(){return this.sync().root}get messages(){return this.sync().messages}warnings(){return this.sync().warnings()}toString(){return this.css}then(e,t){return this.async().then(e,t)}catch(e){return this.async().catch(e)}finally(e){return this.async().then(e,e)}async(){return this.error?Promise.reject(this.error):this.processed?Promise.resolve(this.result):(this.processing||(this.processing=this.runAsync()),this.processing)}sync(){if(this.error)throw this.error;if(this.processed)return this.result;if(this.processed=!0,this.processing)throw this.getAsyncError();for(let e of this.plugins){let t=this.runOnRoot(e);if(Lr(t))throw this.getAsyncError()}if(this.prepareVisitors(),this.hasListener){let e=this.result.root;for(;!e[Ae];)e[Ae]=!0,this.walkSync(e);if(this.listeners.OnceExit)if(e.type==="document")for(let t of e.nodes)this.visitSync(this.listeners.OnceExit,t);else this.visitSync(this.listeners.OnceExit,e)}return this.result}stringify(){if(this.error)throw this.error;if(this.stringified)return this.result;this.stringified=!0,this.sync();let e=this.result.opts,t=k1;e.syntax&&(t=e.syntax.stringify),e.stringifier&&(t=e.stringifier),t.stringify&&(t=t.stringify);let s=new x1(t,this.result.root,this.result.opts).generate();return this.result.css=s[0],this.result.map=s[1],this.result}walkSync(e){e[Ae]=!0;let t=Rc(e);for(let i of t)if(i===St)e.nodes&&e.each(s=>{s[Ae]||this.walkSync(s)});else{let s=this.listeners[i];if(s&&this.visitSync(s,e.toProxy()))return}}visitSync(e,t){for(let[i,s]of e){this.result.lastPlugin=i;let n;try{n=s(t,this.helpers)}catch(a){throw this.handleError(a,t.proxyOf)}if(t.type!=="root"&&t.type!=="document"&&!t.parent)return!0;if(Lr(n))throw this.getAsyncError()}}runOnRoot(e){this.result.lastPlugin=e;try{if(typeof e=="object"&&e.Once){if(this.result.root.type==="document"){let t=this.result.root.nodes.map(i=>e.Once(i,this.helpers));return Lr(t[0])?Promise.all(t):t}return e.Once(this.result.root,this.helpers)}else if(typeof e=="function")return e(this.result.root,this.result)}catch(t){throw this.handleError(t)}}getAsyncError(){throw new Error("Use process(css).then(cb) to work with async plugins")}handleError(e,t){let i=this.result.lastPlugin;try{t&&t.addToError(e),this.error=e,e.name==="CssSyntaxError"&&!e.plugin?(e.plugin=i.postcssPlugin,e.setMessage()):i.postcssVersion}catch(s){console&&console.error&&console.error(s)}return e}async runAsync(){this.plugin=0;for(let e=0;e0;){let i=this.visitTick(t);if(Lr(i))try{await i}catch(s){let n=t[t.length-1].node;throw this.handleError(s,n)}}}if(this.listeners.OnceExit)for(let[t,i]of this.listeners.OnceExit){this.result.lastPlugin=t;try{if(e.type==="document"){let s=e.nodes.map(n=>i(n,this.helpers));await Promise.all(s)}else await i(e,this.helpers)}catch(s){throw this.handleError(s)}}}return this.processed=!0,this.stringify()}prepareVisitors(){this.listeners={};let e=(t,i,s)=>{this.listeners[i]||(this.listeners[i]=[]),this.listeners[i].push([t,s])};for(let t of this.plugins)if(typeof t=="object")for(let i in t){if(!E1[i]&&/^[A-Z]/.test(i))throw new Error(`Unknown event ${i} in ${t.postcssPlugin}. Try to update PostCSS (${this.processor.version} now).`);if(!T1[i])if(typeof t[i]=="object")for(let s in t[i])s==="*"?e(t,i,t[i][s]):e(t,i+"-"+s.toLowerCase(),t[i][s]);else typeof t[i]=="function"&&e(t,i,t[i])}this.hasListener=Object.keys(this.listeners).length>0}visitTick(e){let t=e[e.length-1],{node:i,visitors:s}=t;if(i.type!=="root"&&i.type!=="document"&&!i.parent){e.pop();return}if(s.length>0&&t.visitorIndex{ca=r};Lc.exports=Me;Me.default=Me;A1.registerLazyResult(Me);C1.registerLazyResult(Me)});var Fc=w((BE,Nc)=>{l();"use strict";var P1=Kn(),D1=Or(),FE=ta(),q1=Qi(),I1=Li(),Ji=class{constructor(e,t,i){t=t.toString(),this.stringified=!1,this._processor=e,this._css=t,this._opts=i,this._map=void 0;let s,n=D1;this.result=new I1(this._processor,s,this._opts),this.result.css=t;let a=this;Object.defineProperty(this.result,"root",{get(){return a.root}});let o=new P1(n,s,this._opts,t);if(o.isMap()){let[u,f]=o.generate();u&&(this.result.css=u),f&&(this.result.map=f)}}get[Symbol.toStringTag](){return"NoWorkResult"}get processor(){return this.result.processor}get opts(){return this.result.opts}get css(){return this.result.css}get content(){return this.result.css}get map(){return this.result.map}get root(){if(this._root)return this._root;let e,t=q1;try{e=t(this._css,this._opts)}catch(i){this.error=i}if(this.error)throw this.error;return this._root=e,e}get messages(){return[]}warnings(){return[]}toString(){return this._css}then(e,t){return this.async().then(e,t)}catch(e){return this.async().catch(e)}finally(e){return this.async().then(e,e)}async(){return this.error?Promise.reject(this.error):Promise.resolve(this.result)}sync(){if(this.error)throw this.error;return this.result}};Nc.exports=Ji;Ji.default=Ji});var zc=w((zE,Bc)=>{l();"use strict";var R1=Fc(),M1=pa(),L1=Ii(),N1=kt(),Ct=class{constructor(e=[]){this.version="8.4.14",this.plugins=this.normalize(e)}use(e){return this.plugins=this.plugins.concat(this.normalize([e])),this}process(e,t={}){return this.plugins.length===0&&typeof t.parser=="undefined"&&typeof t.stringifier=="undefined"&&typeof t.syntax=="undefined"?new R1(this,e,t):new M1(this,e,t)}normalize(e){let t=[];for(let i of e)if(i.postcss===!0?i=i():i.postcss&&(i=i.postcss),typeof i=="object"&&Array.isArray(i.plugins))t=t.concat(i.plugins);else if(typeof i=="object"&&i.postcssPlugin)t.push(i);else if(typeof i=="function")t.push(i);else if(!(typeof i=="object"&&(i.parse||i.stringify)))throw new Error(i+" is not a PostCSS plugin");return t}};Bc.exports=Ct;Ct.default=Ct;N1.registerProcessor(Ct);L1.registerProcessor(Ct)});var jc=w(($E,$c)=>{l();"use strict";var F1=Tr(),B1=na(),z1=Pr(),$1=Vi(),j1=Hi(),U1=kt(),V1=Wi();function Nr(r,e){if(Array.isArray(r))return r.map(s=>Nr(s));let{inputs:t,...i}=r;if(t){e=[];for(let s of t){let n={...s,__proto__:j1.prototype};n.map&&(n.map={...n.map,__proto__:B1.prototype}),e.push(n)}}if(i.nodes&&(i.nodes=r.nodes.map(s=>Nr(s,e))),i.source){let{inputId:s,...n}=i.source;i.source=n,s!=null&&(i.source.input=e[s])}if(i.type==="root")return new U1(i);if(i.type==="decl")return new F1(i);if(i.type==="rule")return new V1(i);if(i.type==="comment")return new z1(i);if(i.type==="atrule")return new $1(i);throw new Error("Unknown node type: "+r.type)}$c.exports=Nr;Nr.default=Nr});var ue=w((jE,Qc)=>{l();"use strict";var W1=Ai(),Uc=Tr(),G1=pa(),H1=Ge(),da=zc(),Y1=Or(),Q1=jc(),Vc=Ii(),J1=ra(),Wc=Pr(),Gc=Vi(),X1=Li(),K1=Hi(),Z1=Qi(),ek=sa(),Hc=Wi(),Yc=kt(),tk=Er();function F(...r){return r.length===1&&Array.isArray(r[0])&&(r=r[0]),new da(r)}F.plugin=function(e,t){let i=!1;function s(...a){console&&console.warn&&!i&&(i=!0,console.warn(e+`: postcss.plugin was deprecated. Migration guide: +https://evilmartians.com/chronicles/postcss-8-plugin-migration`),m.env.LANG&&m.env.LANG.startsWith("cn")&&console.warn(e+`: \u91CC\u9762 postcss.plugin \u88AB\u5F03\u7528. \u8FC1\u79FB\u6307\u5357: +https://www.w3ctech.com/topic/2226`));let o=t(...a);return o.postcssPlugin=e,o.postcssVersion=new da().version,o}let n;return Object.defineProperty(s,"postcss",{get(){return n||(n=s()),n}}),s.process=function(a,o,u){return F([s(u)]).process(a,o)},s};F.stringify=Y1;F.parse=Z1;F.fromJSON=Q1;F.list=ek;F.comment=r=>new Wc(r);F.atRule=r=>new Gc(r);F.decl=r=>new Uc(r);F.rule=r=>new Hc(r);F.root=r=>new Yc(r);F.document=r=>new Vc(r);F.CssSyntaxError=W1;F.Declaration=Uc;F.Container=H1;F.Processor=da;F.Document=Vc;F.Comment=Wc;F.Warning=J1;F.AtRule=Gc;F.Result=X1;F.Input=K1;F.Rule=Hc;F.Root=Yc;F.Node=tk;G1.registerPostcss(F);Qc.exports=F;F.default=F});var j,U,UE,VE,WE,GE,HE,YE,QE,JE,XE,KE,ZE,e5,t5,r5,i5,s5,n5,a5,o5,l5,u5,f5,c5,p5,He=C(()=>{l();j=Y(ue()),U=j.default,UE=j.default.stringify,VE=j.default.fromJSON,WE=j.default.plugin,GE=j.default.parse,HE=j.default.list,YE=j.default.document,QE=j.default.comment,JE=j.default.atRule,XE=j.default.rule,KE=j.default.decl,ZE=j.default.root,e5=j.default.CssSyntaxError,t5=j.default.Declaration,r5=j.default.Container,i5=j.default.Processor,s5=j.default.Document,n5=j.default.Comment,a5=j.default.Warning,o5=j.default.AtRule,l5=j.default.Result,u5=j.default.Input,f5=j.default.Rule,c5=j.default.Root,p5=j.default.Node});var ha=w((h5,Jc)=>{l();Jc.exports=function(r,e,t,i,s){for(e=e.split?e.split("."):e,i=0;i(typeof e=="function"&&(e=e({})),Array.isArray(e)&&(e=e[0]),e):["fontFamily","boxShadow","transitionProperty","transitionDuration","transitionDelay","transitionTimingFunction","backgroundImage","backgroundSize","backgroundColor","cursor","animation"].includes(r)?e=>(typeof e=="function"&&(e=e({})),Array.isArray(e)&&(e=e.join(", ")),e):["gridTemplateColumns","gridTemplateRows","objectPosition"].includes(r)?e=>(typeof e=="function"&&(e=e({})),typeof e=="string"&&(e=U.list.comma(e).join(" ")),e):(e,t={})=>(typeof e=="function"&&(e=e(t)),e)}var Fr=C(()=>{l();He()});var tp=w((y5,wa)=>{l();var Xc=Ce();function ma(r,e){let t,i=Xc(s=>{t=s});try{i.processSync(r)}catch(s){throw r.includes(":")?e?e.error("Missed semicolon"):s:e?e.error(s.message):s}return t.at(0)}function Kc(r,e){let t=!1;return r.each(i=>{if(i.type==="nesting"){let s=e.clone();i.value!=="&"?i.replaceWith(ma(i.value.replace("&",s.toString()))):i.replaceWith(s),t=!0}else i.nodes&&Kc(i,e)&&(t=!0)}),t}function Zc(r,e){let t=[];return r.selectors.forEach(i=>{let s=ma(i,r);e.selectors.forEach(n=>{if(n.length){let a=ma(n,e);Kc(a,s)||(a.prepend(Xc.combinator({value:" "})),a.prepend(s.clone())),t.push(a.toString())}})}),t}function ga(r,e){return r&&r.type==="comment"?(e.after(r),r):e}function rk(r){return function e(t,i,s){let n=[];if(i.each(a=>{a.type==="comment"||a.type==="decl"?n.push(a):a.type==="rule"&&s?a.selectors=Zc(t,a):a.type==="atrule"&&(a.nodes&&r[a.name]?e(t,a,!0):n.push(a))}),s&&n.length){let a=t.clone({nodes:[]});for(let o of n)a.append(o);i.prepend(a)}}}function ya(r,e,t,i){let s=new i({selector:r,nodes:[]});for(let n of e)s.append(n);return t.after(s),s}function ep(r,e){let t={};for(let i of r)t[i]=!0;if(e)for(let i of e){let s=i.replace(/^@/,"");t[s]=!0}return t}wa.exports=(r={})=>{let e=ep(["media","supports"],r.bubble),t=rk(e),i=ep(["document","font-face","keyframes","-webkit-keyframes","-moz-keyframes"],r.unwrap),s=r.preserveEmpty;return{postcssPlugin:"postcss-nested",Rule(n,{Rule:a}){let o=!1,u=n,f=!1,c=[];n.each(d=>{if(d.type==="rule")c.length&&(u=ya(n.selector,c,u,a),c=[]),f=!0,o=!0,d.selectors=Zc(n,d),u=ga(d.prev(),u),u.after(d),u=d;else if(d.type==="atrule")if(c.length&&(u=ya(n.selector,c,u,a),c=[]),d.name==="at-root"){o=!0,t(n,d,!1);let p=d.nodes;d.params&&(p=new a({selector:d.params,nodes:p})),u.after(p),u=p,d.remove()}else e[d.name]?(f=!0,o=!0,t(n,d,!0),u=ga(d.prev(),u),u.after(d),u=d):i[d.name]?(f=!0,o=!0,t(n,d,!1),u=ga(d.prev(),u),u.after(d),u=d):f&&c.push(d);else d.type==="decl"&&f&&c.push(d)}),c.length&&(u=ya(n.selector,c,u,a)),o&&s!==!0&&(n.raws.semicolon=!0,n.nodes.length===0&&n.remove())}}};wa.exports.postcss=!0});var np=w((w5,sp)=>{l();"use strict";var rp=/-(\w|$)/g,ip=(r,e)=>e.toUpperCase(),ik=r=>(r=r.toLowerCase(),r==="float"?"cssFloat":r.startsWith("-ms-")?r.substr(1).replace(rp,ip):r.replace(rp,ip));sp.exports=ik});var xa=w((b5,ap)=>{l();var sk=np(),nk={boxFlex:!0,boxFlexGroup:!0,columnCount:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,strokeDashoffset:!0,strokeOpacity:!0,strokeWidth:!0};function ba(r){return typeof r.nodes=="undefined"?!0:va(r)}function va(r){let e,t={};return r.each(i=>{if(i.type==="atrule")e="@"+i.name,i.params&&(e+=" "+i.params),typeof t[e]=="undefined"?t[e]=ba(i):Array.isArray(t[e])?t[e].push(ba(i)):t[e]=[t[e],ba(i)];else if(i.type==="rule"){let s=va(i);if(t[i.selector])for(let n in s)t[i.selector][n]=s[n];else t[i.selector]=s}else if(i.type==="decl"){i.prop[0]==="-"&&i.prop[1]==="-"?e=i.prop:e=sk(i.prop);let s=i.value;!isNaN(i.value)&&nk[e]&&(s=parseFloat(i.value)),i.important&&(s+=" !important"),typeof t[e]=="undefined"?t[e]=s:Array.isArray(t[e])?t[e].push(s):t[e]=[t[e],s]}}),t}ap.exports=va});var Xi=w((v5,fp)=>{l();var Br=ue(),op=/\s*!important\s*$/i,ak={"box-flex":!0,"box-flex-group":!0,"column-count":!0,flex:!0,"flex-grow":!0,"flex-positive":!0,"flex-shrink":!0,"flex-negative":!0,"font-weight":!0,"line-clamp":!0,"line-height":!0,opacity:!0,order:!0,orphans:!0,"tab-size":!0,widows:!0,"z-index":!0,zoom:!0,"fill-opacity":!0,"stroke-dashoffset":!0,"stroke-opacity":!0,"stroke-width":!0};function ok(r){return r.replace(/([A-Z])/g,"-$1").replace(/^ms-/,"-ms-").toLowerCase()}function lp(r,e,t){t===!1||t===null||(e.startsWith("--")||(e=ok(e)),typeof t=="number"&&(t===0||ak[e]?t=t.toString():t+="px"),e==="css-float"&&(e="float"),op.test(t)?(t=t.replace(op,""),r.push(Br.decl({prop:e,value:t,important:!0}))):r.push(Br.decl({prop:e,value:t})))}function up(r,e,t){let i=Br.atRule({name:e[1],params:e[3]||""});typeof t=="object"&&(i.nodes=[],ka(t,i)),r.push(i)}function ka(r,e){let t,i,s;for(t in r)if(i=r[t],!(i===null||typeof i=="undefined"))if(t[0]==="@"){let n=t.match(/@(\S+)(\s+([\W\w]*)\s*)?/);if(Array.isArray(i))for(let a of i)up(e,n,a);else up(e,n,i)}else if(Array.isArray(i))for(let n of i)lp(e,t,n);else typeof i=="object"?(s=Br.rule({selector:t}),ka(i,s),e.push(s)):lp(e,t,i)}fp.exports=function(r){let e=Br.root();return ka(r,e),e}});var Sa=w((x5,cp)=>{l();var lk=xa();cp.exports=function(e){return console&&console.warn&&e.warnings().forEach(t=>{let i=t.plugin||"PostCSS";console.warn(i+": "+t.text)}),lk(e.root)}});var dp=w((k5,pp)=>{l();var uk=ue(),fk=Sa(),ck=Xi();pp.exports=function(e){let t=uk(e);return async i=>{let s=await t.process(i,{parser:ck,from:void 0});return fk(s)}}});var mp=w((S5,hp)=>{l();var pk=ue(),dk=Sa(),hk=Xi();hp.exports=function(r){let e=pk(r);return t=>{let i=e.process(t,{parser:hk,from:void 0});return dk(i)}}});var yp=w((C5,gp)=>{l();var mk=xa(),gk=Xi(),yk=dp(),wk=mp();gp.exports={objectify:mk,parse:gk,async:yk,sync:wk}});var _t,wp,_5,A5,O5,E5,bp=C(()=>{l();_t=Y(yp()),wp=_t.default,_5=_t.default.objectify,A5=_t.default.parse,O5=_t.default.async,E5=_t.default.sync});function At(r){return Array.isArray(r)?r.flatMap(e=>U([(0,vp.default)({bubble:["screen"]})]).process(e,{parser:wp}).root.nodes):At([r])}var vp,Ca=C(()=>{l();He();vp=Y(tp());bp()});function Ot(r,e,t=!1){return(0,xp.default)(i=>{i.walkClasses(s=>{let n=s.value,a=t&&n.startsWith("-");s.value=a?`-${r}${n.slice(1)}`:`${r}${n}`})}).processSync(e)}var xp,Ki=C(()=>{l();xp=Y(Ce())});function fe(r){let e=kp.default.className();return e.value=r,nt(e?.raws?.value??e.value)}var kp,Et=C(()=>{l();kp=Y(Ce());mi()});function _a(r){return nt(`.${fe(r)}`)}function Zi(r,e){return _a(zr(r,e))}function zr(r,e){return e==="DEFAULT"?r:e==="-"||e==="-DEFAULT"?`-${r}`:e.startsWith("-")?`-${r}${e}`:`${r}-${e}`}var Aa=C(()=>{l();Et();mi()});function at(r){return(r>0n)-(r<0n)}var es=C(()=>{l()});function O(r,e=[[r,[r]]],{filterDefault:t=!1,...i}={}){let s=Le(r);return function({matchUtilities:n,theme:a}){for(let o of e){let u=Array.isArray(o[0])?o:[o];n(u.reduce((f,[c,d])=>Object.assign(f,{[c]:p=>d.reduce((h,y)=>Array.isArray(y)?Object.assign(h,{[y[0]]:y[1]}):Object.assign(h,{[y]:s(p)}),{})}),{}),{...i,values:t?Object.fromEntries(Object.entries(a(r)??{}).filter(([f])=>f!=="DEFAULT")):a(r)})}}}var Sp=C(()=>{l();Fr()});function ot(r){return r=Array.isArray(r)?r:[r],r.map(e=>e.values.map(t=>t.raw!==void 0?t.raw:[t.min&&`(min-width: ${t.min})`,t.max&&`(max-width: ${t.max})`].filter(Boolean).join(" and "))).join(", ")}var ts=C(()=>{l()});function Oa(r){return r.split(_k).map(t=>{let i=t.trim(),s={value:i},n=i.split(Ak),a=new Set;for(let o of n)!a.has("DIRECTIONS")&&bk.has(o)?(s.direction=o,a.add("DIRECTIONS")):!a.has("PLAY_STATES")&&vk.has(o)?(s.playState=o,a.add("PLAY_STATES")):!a.has("FILL_MODES")&&xk.has(o)?(s.fillMode=o,a.add("FILL_MODES")):!a.has("ITERATION_COUNTS")&&(kk.has(o)||Ok.test(o))?(s.iterationCount=o,a.add("ITERATION_COUNTS")):!a.has("TIMING_FUNCTION")&&Sk.has(o)||!a.has("TIMING_FUNCTION")&&Ck.some(u=>o.startsWith(`${u}(`))?(s.timingFunction=o,a.add("TIMING_FUNCTION")):!a.has("DURATION")&&Cp.test(o)?(s.duration=o,a.add("DURATION")):!a.has("DELAY")&&Cp.test(o)?(s.delay=o,a.add("DELAY")):a.has("NAME")?(s.unknown||(s.unknown=[]),s.unknown.push(o)):(s.name=o,a.add("NAME"));return s})}var bk,vk,xk,kk,Sk,Ck,_k,Ak,Cp,Ok,_p=C(()=>{l();bk=new Set(["normal","reverse","alternate","alternate-reverse"]),vk=new Set(["running","paused"]),xk=new Set(["none","forwards","backwards","both"]),kk=new Set(["infinite"]),Sk=new Set(["linear","ease","ease-in","ease-out","ease-in-out","step-start","step-end"]),Ck=["cubic-bezier","steps"],_k=/\,(?![^(]*\))/g,Ak=/\ +(?![^(]*\))/g,Cp=/^(-?[\d.]+m?s)$/,Ok=/^(\d+)$/});var Ap,J,Op=C(()=>{l();Ap=r=>Object.assign({},...Object.entries(r??{}).flatMap(([e,t])=>typeof t=="object"?Object.entries(Ap(t)).map(([i,s])=>({[e+(i==="DEFAULT"?"":`-${i}`)]:s})):[{[`${e}`]:t}])),J=Ap});var Tp,Ep=C(()=>{Tp="3.1.8"});function Ye(r,e=!0){return Array.isArray(r)?r.map(t=>{if(e&&Array.isArray(t))throw new Error("The tuple syntax is not supported for `screens`.");if(typeof t=="string")return{name:t.toString(),values:[{min:t,max:void 0}]};let[i,s]=t;return i=i.toString(),typeof s=="string"?{name:i,values:[{min:s,max:void 0}]}:Array.isArray(s)?{name:i,values:s.map(n=>Pp(n))}:{name:i,values:[Pp(s)]}}):Ye(Object.entries(r??{}),!1)}function Pp({"min-width":r,min:e=r,max:t,raw:i}={}){return{min:e,max:t,raw:i}}var rs=C(()=>{l()});function is(r,e){r.walkDecls(t=>{if(e.includes(t.prop)){t.remove();return}for(let i of e)t.value.includes(`/ var(${i})`)&&(t.value=t.value.replace(`/ var(${i})`,""))})}var Dp=C(()=>{l()});var be,ve,Oe,Ee,qp,Ip=C(()=>{l();ct();tt();He();Sp();ts();Et();_p();Op();vr();Bn();Jt();Fr();Ep();ke();rs();qn();Dp();Ve();be={pseudoElementVariants:({addVariant:r})=>{r("first-letter","&::first-letter"),r("first-line","&::first-line"),r("marker",[({container:e})=>(is(e,["--tw-text-opacity"]),"& *::marker"),({container:e})=>(is(e,["--tw-text-opacity"]),"&::marker")]),r("selection",["& *::selection","&::selection"]),r("file","&::file-selector-button"),r("placeholder","&::placeholder"),r("backdrop","&::backdrop"),r("before",({container:e})=>(e.walkRules(t=>{let i=!1;t.walkDecls("content",()=>{i=!0}),i||t.prepend(U.decl({prop:"content",value:"var(--tw-content)"}))}),"&::before")),r("after",({container:e})=>(e.walkRules(t=>{let i=!1;t.walkDecls("content",()=>{i=!0}),i||t.prepend(U.decl({prop:"content",value:"var(--tw-content)"}))}),"&::after"))},pseudoClassVariants:({addVariant:r,config:e})=>{let t=[["first","&:first-child"],["last","&:last-child"],["only","&:only-child"],["odd","&:nth-child(odd)"],["even","&:nth-child(even)"],"first-of-type","last-of-type","only-of-type",["visited",({container:i})=>(is(i,["--tw-text-opacity","--tw-border-opacity","--tw-bg-opacity"]),"&:visited")],"target",["open","&[open]"],"default","checked","indeterminate","placeholder-shown","autofill","optional","required","valid","invalid","in-range","out-of-range","read-only","empty","focus-within",["hover",K(e(),"hoverOnlyWhenSupported")?"@media (hover: hover) and (pointer: fine) { &:hover }":"&:hover"],"focus","focus-visible","active","enabled","disabled"].map(i=>Array.isArray(i)?i:[i,`&:${i}`]);for(let[i,s]of t)r(i,n=>typeof s=="function"?s(n):s);for(let[i,s]of t)r(`group-${i}`,n=>(typeof s=="function"?s(n):s).replace(/&(\S+)/,":merge(.group)$1 &"));for(let[i,s]of t)r(`peer-${i}`,n=>(typeof s=="function"?s(n):s).replace(/&(\S+)/,":merge(.peer)$1 ~ &"))},directionVariants:({addVariant:r})=>{r("ltr",()=>(W.warn("rtl-experimental",["The RTL features in Tailwind CSS are currently in preview.","Preview features are not covered by semver, and may be improved in breaking ways at any time."]),'[dir="ltr"] &')),r("rtl",()=>(W.warn("rtl-experimental",["The RTL features in Tailwind CSS are currently in preview.","Preview features are not covered by semver, and may be improved in breaking ways at any time."]),'[dir="rtl"] &'))},reducedMotionVariants:({addVariant:r})=>{r("motion-safe","@media (prefers-reduced-motion: no-preference)"),r("motion-reduce","@media (prefers-reduced-motion: reduce)")},darkVariants:({config:r,addVariant:e})=>{let[t,i=".dark"]=[].concat(r("darkMode","media"));t===!1&&(t="media",W.warn("darkmode-false",["The `darkMode` option in your Tailwind CSS configuration is set to `false`, which now behaves the same as `media`.","Change `darkMode` to `media` or remove it entirely.","https://tailwindcss.com/docs/upgrade-guide#remove-dark-mode-configuration"])),t==="class"?e("dark",`${i} &`):t==="media"&&e("dark","@media (prefers-color-scheme: dark)")},printVariant:({addVariant:r})=>{r("print","@media print")},screenVariants:({theme:r,addVariant:e})=>{for(let t of Ye(r("screens"))){let i=ot(t);e(t.name,`@media ${i}`)}},orientationVariants:({addVariant:r})=>{r("portrait","@media (orientation: portrait)"),r("landscape","@media (orientation: landscape)")},prefersContrastVariants:({addVariant:r})=>{r("contrast-more","@media (prefers-contrast: more)"),r("contrast-less","@media (prefers-contrast: less)")}},ve=["translate(var(--tw-translate-x), var(--tw-translate-y))","rotate(var(--tw-rotate))","skewX(var(--tw-skew-x))","skewY(var(--tw-skew-y))","scaleX(var(--tw-scale-x))","scaleY(var(--tw-scale-y))"].join(" "),Oe=["var(--tw-blur)","var(--tw-brightness)","var(--tw-contrast)","var(--tw-grayscale)","var(--tw-hue-rotate)","var(--tw-invert)","var(--tw-saturate)","var(--tw-sepia)","var(--tw-drop-shadow)"].join(" "),Ee=["var(--tw-backdrop-blur)","var(--tw-backdrop-brightness)","var(--tw-backdrop-contrast)","var(--tw-backdrop-grayscale)","var(--tw-backdrop-hue-rotate)","var(--tw-backdrop-invert)","var(--tw-backdrop-opacity)","var(--tw-backdrop-saturate)","var(--tw-backdrop-sepia)"].join(" "),qp={preflight:({addBase:r})=>{let e=U.parse(`*,::after,::before{box-sizing:border-box;border-width:0;border-style:solid;border-color:theme('borderColor.DEFAULT', currentColor)}::after,::before{--tw-content:''}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:theme('fontFamily.sans', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji")}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:theme('fontFamily.mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:theme('colors.gray.4', #9ca3af)}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}`);r([U.comment({text:`! tailwindcss v${Tp} | MIT License | https://tailwindcss.com`}),...e.nodes])},container:(()=>{function r(t=[]){return t.flatMap(i=>i.values.map(s=>s.min)).filter(i=>i!==void 0)}function e(t,i,s){if(typeof s=="undefined")return[];if(!(typeof s=="object"&&s!==null))return[{screen:"DEFAULT",minWidth:0,padding:s}];let n=[];s.DEFAULT&&n.push({screen:"DEFAULT",minWidth:0,padding:s.DEFAULT});for(let a of t)for(let o of i)for(let{min:u}of o.values)u===a&&n.push({minWidth:a,padding:s[o.name]});return n}return function({addComponents:t,theme:i}){let s=Ye(i("container.screens",i("screens"))),n=r(s),a=e(n,s,i("container.padding")),o=f=>{let c=a.find(d=>d.minWidth===f);return c?{paddingRight:c.padding,paddingLeft:c.padding}:{}},u=Array.from(new Set(n.slice().sort((f,c)=>parseInt(f)-parseInt(c)))).map(f=>({[`@media (min-width: ${f})`]:{".container":{"max-width":f,...o(f)}}}));t([{".container":Object.assign({width:"100%"},i("container.center",!1)?{marginRight:"auto",marginLeft:"auto"}:{},o(0))},...u])}})(),accessibility:({addUtilities:r})=>{r({".sr-only":{position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0"},".not-sr-only":{position:"static",width:"auto",height:"auto",padding:"0",margin:"0",overflow:"visible",clip:"auto",whiteSpace:"normal"}})},pointerEvents:({addUtilities:r})=>{r({".pointer-events-none":{"pointer-events":"none"},".pointer-events-auto":{"pointer-events":"auto"}})},visibility:({addUtilities:r})=>{r({".visible":{visibility:"visible"},".invisible":{visibility:"hidden"}})},position:({addUtilities:r})=>{r({".static":{position:"static"},".fixed":{position:"fixed"},".absolute":{position:"absolute"},".relative":{position:"relative"},".sticky":{position:"sticky"}})},inset:O("inset",[["inset",["top","right","bottom","left"]],[["inset-x",["left","right"]],["inset-y",["top","bottom"]]],[["top",["top"]],["right",["right"]],["bottom",["bottom"]],["left",["left"]]]],{supportsNegativeValues:!0}),isolation:({addUtilities:r})=>{r({".isolate":{isolation:"isolate"},".isolation-auto":{isolation:"auto"}})},zIndex:O("zIndex",[["z",["zIndex"]]],{supportsNegativeValues:!0}),order:O("order",void 0,{supportsNegativeValues:!0}),gridColumn:O("gridColumn",[["col",["gridColumn"]]]),gridColumnStart:O("gridColumnStart",[["col-start",["gridColumnStart"]]]),gridColumnEnd:O("gridColumnEnd",[["col-end",["gridColumnEnd"]]]),gridRow:O("gridRow",[["row",["gridRow"]]]),gridRowStart:O("gridRowStart",[["row-start",["gridRowStart"]]]),gridRowEnd:O("gridRowEnd",[["row-end",["gridRowEnd"]]]),float:({addUtilities:r})=>{r({".float-right":{float:"right"},".float-left":{float:"left"},".float-none":{float:"none"}})},clear:({addUtilities:r})=>{r({".clear-left":{clear:"left"},".clear-right":{clear:"right"},".clear-both":{clear:"both"},".clear-none":{clear:"none"}})},margin:O("margin",[["m",["margin"]],[["mx",["margin-left","margin-right"]],["my",["margin-top","margin-bottom"]]],[["mt",["margin-top"]],["mr",["margin-right"]],["mb",["margin-bottom"]],["ml",["margin-left"]]]],{supportsNegativeValues:!0}),boxSizing:({addUtilities:r})=>{r({".box-border":{"box-sizing":"border-box"},".box-content":{"box-sizing":"content-box"}})},display:({addUtilities:r})=>{r({".block":{display:"block"},".inline-block":{display:"inline-block"},".inline":{display:"inline"},".flex":{display:"flex"},".inline-flex":{display:"inline-flex"},".table":{display:"table"},".inline-table":{display:"inline-table"},".table-caption":{display:"table-caption"},".table-cell":{display:"table-cell"},".table-column":{display:"table-column"},".table-column-group":{display:"table-column-group"},".table-footer-group":{display:"table-footer-group"},".table-header-group":{display:"table-header-group"},".table-row-group":{display:"table-row-group"},".table-row":{display:"table-row"},".flow-root":{display:"flow-root"},".grid":{display:"grid"},".inline-grid":{display:"inline-grid"},".contents":{display:"contents"},".list-item":{display:"list-item"},".hidden":{display:"none"}})},aspectRatio:O("aspectRatio",[["aspect",["aspect-ratio"]]]),height:O("height",[["h",["height"]]]),maxHeight:O("maxHeight",[["max-h",["maxHeight"]]]),minHeight:O("minHeight",[["min-h",["minHeight"]]]),width:O("width",[["w",["width"]]]),minWidth:O("minWidth",[["min-w",["minWidth"]]]),maxWidth:O("maxWidth",[["max-w",["maxWidth"]]]),flex:O("flex"),flexShrink:O("flexShrink",[["flex-shrink",["flex-shrink"]],["shrink",["flex-shrink"]]]),flexGrow:O("flexGrow",[["flex-grow",["flex-grow"]],["grow",["flex-grow"]]]),flexBasis:O("flexBasis",[["basis",["flex-basis"]]]),tableLayout:({addUtilities:r})=>{r({".table-auto":{"table-layout":"auto"},".table-fixed":{"table-layout":"fixed"}})},borderCollapse:({addUtilities:r})=>{r({".border-collapse":{"border-collapse":"collapse"},".border-separate":{"border-collapse":"separate"}})},borderSpacing:({addDefaults:r,matchUtilities:e,theme:t})=>{r("border-spacing",{"--tw-border-spacing-x":0,"--tw-border-spacing-y":0}),e({"border-spacing":i=>({"--tw-border-spacing-x":i,"--tw-border-spacing-y":i,"@defaults border-spacing":{},"border-spacing":"var(--tw-border-spacing-x) var(--tw-border-spacing-y)"}),"border-spacing-x":i=>({"--tw-border-spacing-x":i,"@defaults border-spacing":{},"border-spacing":"var(--tw-border-spacing-x) var(--tw-border-spacing-y)"}),"border-spacing-y":i=>({"--tw-border-spacing-y":i,"@defaults border-spacing":{},"border-spacing":"var(--tw-border-spacing-x) var(--tw-border-spacing-y)"})},{values:t("borderSpacing")})},transformOrigin:O("transformOrigin",[["origin",["transformOrigin"]]]),translate:O("translate",[[["translate-x",[["@defaults transform",{}],"--tw-translate-x",["transform",ve]]],["translate-y",[["@defaults transform",{}],"--tw-translate-y",["transform",ve]]]]],{supportsNegativeValues:!0}),rotate:O("rotate",[["rotate",[["@defaults transform",{}],"--tw-rotate",["transform",ve]]]],{supportsNegativeValues:!0}),skew:O("skew",[[["skew-x",[["@defaults transform",{}],"--tw-skew-x",["transform",ve]]],["skew-y",[["@defaults transform",{}],"--tw-skew-y",["transform",ve]]]]],{supportsNegativeValues:!0}),scale:O("scale",[["scale",[["@defaults transform",{}],"--tw-scale-x","--tw-scale-y",["transform",ve]]],[["scale-x",[["@defaults transform",{}],"--tw-scale-x",["transform",ve]]],["scale-y",[["@defaults transform",{}],"--tw-scale-y",["transform",ve]]]]],{supportsNegativeValues:!0}),transform:({addDefaults:r,addUtilities:e})=>{r("transform",{"--tw-translate-x":"0","--tw-translate-y":"0","--tw-rotate":"0","--tw-skew-x":"0","--tw-skew-y":"0","--tw-scale-x":"1","--tw-scale-y":"1"}),e({".transform":{"@defaults transform":{},transform:ve},".transform-cpu":{transform:ve},".transform-gpu":{transform:ve.replace("translate(var(--tw-translate-x), var(--tw-translate-y))","translate3d(var(--tw-translate-x), var(--tw-translate-y), 0)")},".transform-none":{transform:"none"}})},animation:({matchUtilities:r,theme:e,config:t})=>{let i=n=>`${t("prefix")}${fe(n)}`,s=Object.fromEntries(Object.entries(e("keyframes")??{}).map(([n,a])=>[n,{[`@keyframes ${i(n)}`]:a}]));r({animate:n=>{let a=Oa(n);return[...a.flatMap(o=>s[o.name]),{animation:a.map(({name:o,value:u})=>o===void 0||s[o]===void 0?u:u.replace(o,i(o))).join(", ")}]}},{values:e("animation")})},cursor:O("cursor"),touchAction:({addDefaults:r,addUtilities:e})=>{r("touch-action",{"--tw-pan-x":" ","--tw-pan-y":" ","--tw-pinch-zoom":" "});let t="var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)";e({".touch-auto":{"touch-action":"auto"},".touch-none":{"touch-action":"none"},".touch-pan-x":{"@defaults touch-action":{},"--tw-pan-x":"pan-x","touch-action":t},".touch-pan-left":{"@defaults touch-action":{},"--tw-pan-x":"pan-left","touch-action":t},".touch-pan-right":{"@defaults touch-action":{},"--tw-pan-x":"pan-right","touch-action":t},".touch-pan-y":{"@defaults touch-action":{},"--tw-pan-y":"pan-y","touch-action":t},".touch-pan-up":{"@defaults touch-action":{},"--tw-pan-y":"pan-up","touch-action":t},".touch-pan-down":{"@defaults touch-action":{},"--tw-pan-y":"pan-down","touch-action":t},".touch-pinch-zoom":{"@defaults touch-action":{},"--tw-pinch-zoom":"pinch-zoom","touch-action":t},".touch-manipulation":{"touch-action":"manipulation"}})},userSelect:({addUtilities:r})=>{r({".select-none":{"user-select":"none"},".select-text":{"user-select":"text"},".select-all":{"user-select":"all"},".select-auto":{"user-select":"auto"}})},resize:({addUtilities:r})=>{r({".resize-none":{resize:"none"},".resize-y":{resize:"vertical"},".resize-x":{resize:"horizontal"},".resize":{resize:"both"}})},scrollSnapType:({addDefaults:r,addUtilities:e})=>{r("scroll-snap-type",{"--tw-scroll-snap-strictness":"proximity"}),e({".snap-none":{"scroll-snap-type":"none"},".snap-x":{"@defaults scroll-snap-type":{},"scroll-snap-type":"x var(--tw-scroll-snap-strictness)"},".snap-y":{"@defaults scroll-snap-type":{},"scroll-snap-type":"y var(--tw-scroll-snap-strictness)"},".snap-both":{"@defaults scroll-snap-type":{},"scroll-snap-type":"both var(--tw-scroll-snap-strictness)"},".snap-mandatory":{"--tw-scroll-snap-strictness":"mandatory"},".snap-proximity":{"--tw-scroll-snap-strictness":"proximity"}})},scrollSnapAlign:({addUtilities:r})=>{r({".snap-start":{"scroll-snap-align":"start"},".snap-end":{"scroll-snap-align":"end"},".snap-center":{"scroll-snap-align":"center"},".snap-align-none":{"scroll-snap-align":"none"}})},scrollSnapStop:({addUtilities:r})=>{r({".snap-normal":{"scroll-snap-stop":"normal"},".snap-always":{"scroll-snap-stop":"always"}})},scrollMargin:O("scrollMargin",[["scroll-m",["scroll-margin"]],[["scroll-mx",["scroll-margin-left","scroll-margin-right"]],["scroll-my",["scroll-margin-top","scroll-margin-bottom"]]],[["scroll-mt",["scroll-margin-top"]],["scroll-mr",["scroll-margin-right"]],["scroll-mb",["scroll-margin-bottom"]],["scroll-ml",["scroll-margin-left"]]]],{supportsNegativeValues:!0}),scrollPadding:O("scrollPadding",[["scroll-p",["scroll-padding"]],[["scroll-px",["scroll-padding-left","scroll-padding-right"]],["scroll-py",["scroll-padding-top","scroll-padding-bottom"]]],[["scroll-pt",["scroll-padding-top"]],["scroll-pr",["scroll-padding-right"]],["scroll-pb",["scroll-padding-bottom"]],["scroll-pl",["scroll-padding-left"]]]]),listStylePosition:({addUtilities:r})=>{r({".list-inside":{"list-style-position":"inside"},".list-outside":{"list-style-position":"outside"}})},listStyleType:O("listStyleType",[["list",["listStyleType"]]]),appearance:({addUtilities:r})=>{r({".appearance-none":{appearance:"none"}})},columns:O("columns",[["columns",["columns"]]]),breakBefore:({addUtilities:r})=>{r({".break-before-auto":{"break-before":"auto"},".break-before-avoid":{"break-before":"avoid"},".break-before-all":{"break-before":"all"},".break-before-avoid-page":{"break-before":"avoid-page"},".break-before-page":{"break-before":"page"},".break-before-left":{"break-before":"left"},".break-before-right":{"break-before":"right"},".break-before-column":{"break-before":"column"}})},breakInside:({addUtilities:r})=>{r({".break-inside-auto":{"break-inside":"auto"},".break-inside-avoid":{"break-inside":"avoid"},".break-inside-avoid-page":{"break-inside":"avoid-page"},".break-inside-avoid-column":{"break-inside":"avoid-column"}})},breakAfter:({addUtilities:r})=>{r({".break-after-auto":{"break-after":"auto"},".break-after-avoid":{"break-after":"avoid"},".break-after-all":{"break-after":"all"},".break-after-avoid-page":{"break-after":"avoid-page"},".break-after-page":{"break-after":"page"},".break-after-left":{"break-after":"left"},".break-after-right":{"break-after":"right"},".break-after-column":{"break-after":"column"}})},gridAutoColumns:O("gridAutoColumns",[["auto-cols",["gridAutoColumns"]]]),gridAutoFlow:({addUtilities:r})=>{r({".grid-flow-row":{gridAutoFlow:"row"},".grid-flow-col":{gridAutoFlow:"column"},".grid-flow-dense":{gridAutoFlow:"dense"},".grid-flow-row-dense":{gridAutoFlow:"row dense"},".grid-flow-col-dense":{gridAutoFlow:"column dense"}})},gridAutoRows:O("gridAutoRows",[["auto-rows",["gridAutoRows"]]]),gridTemplateColumns:O("gridTemplateColumns",[["grid-cols",["gridTemplateColumns"]]]),gridTemplateRows:O("gridTemplateRows",[["grid-rows",["gridTemplateRows"]]]),flexDirection:({addUtilities:r})=>{r({".flex-row":{"flex-direction":"row"},".flex-row-reverse":{"flex-direction":"row-reverse"},".flex-col":{"flex-direction":"column"},".flex-col-reverse":{"flex-direction":"column-reverse"}})},flexWrap:({addUtilities:r})=>{r({".flex-wrap":{"flex-wrap":"wrap"},".flex-wrap-reverse":{"flex-wrap":"wrap-reverse"},".flex-nowrap":{"flex-wrap":"nowrap"}})},placeContent:({addUtilities:r})=>{r({".place-content-center":{"place-content":"center"},".place-content-start":{"place-content":"start"},".place-content-end":{"place-content":"end"},".place-content-between":{"place-content":"space-between"},".place-content-around":{"place-content":"space-around"},".place-content-evenly":{"place-content":"space-evenly"},".place-content-stretch":{"place-content":"stretch"}})},placeItems:({addUtilities:r})=>{r({".place-items-start":{"place-items":"start"},".place-items-end":{"place-items":"end"},".place-items-center":{"place-items":"center"},".place-items-stretch":{"place-items":"stretch"}})},alignContent:({addUtilities:r})=>{r({".content-center":{"align-content":"center"},".content-start":{"align-content":"flex-start"},".content-end":{"align-content":"flex-end"},".content-between":{"align-content":"space-between"},".content-around":{"align-content":"space-around"},".content-evenly":{"align-content":"space-evenly"}})},alignItems:({addUtilities:r})=>{r({".items-start":{"align-items":"flex-start"},".items-end":{"align-items":"flex-end"},".items-center":{"align-items":"center"},".items-baseline":{"align-items":"baseline"},".items-stretch":{"align-items":"stretch"}})},justifyContent:({addUtilities:r})=>{r({".justify-start":{"justify-content":"flex-start"},".justify-end":{"justify-content":"flex-end"},".justify-center":{"justify-content":"center"},".justify-between":{"justify-content":"space-between"},".justify-around":{"justify-content":"space-around"},".justify-evenly":{"justify-content":"space-evenly"}})},justifyItems:({addUtilities:r})=>{r({".justify-items-start":{"justify-items":"start"},".justify-items-end":{"justify-items":"end"},".justify-items-center":{"justify-items":"center"},".justify-items-stretch":{"justify-items":"stretch"}})},gap:O("gap",[["gap",["gap"]],[["gap-x",["columnGap"]],["gap-y",["rowGap"]]]]),space:({matchUtilities:r,addUtilities:e,theme:t})=>{r({"space-x":i=>(i=i==="0"?"0px":i,{"& > :not([hidden]) ~ :not([hidden])":{"--tw-space-x-reverse":"0","margin-right":`calc(${i} * var(--tw-space-x-reverse))`,"margin-left":`calc(${i} * calc(1 - var(--tw-space-x-reverse)))`}}),"space-y":i=>(i=i==="0"?"0px":i,{"& > :not([hidden]) ~ :not([hidden])":{"--tw-space-y-reverse":"0","margin-top":`calc(${i} * calc(1 - var(--tw-space-y-reverse)))`,"margin-bottom":`calc(${i} * var(--tw-space-y-reverse))`}})},{values:t("space"),supportsNegativeValues:!0}),e({".space-y-reverse > :not([hidden]) ~ :not([hidden])":{"--tw-space-y-reverse":"1"},".space-x-reverse > :not([hidden]) ~ :not([hidden])":{"--tw-space-x-reverse":"1"}})},divideWidth:({matchUtilities:r,addUtilities:e,theme:t})=>{r({"divide-x":i=>(i=i==="0"?"0px":i,{"& > :not([hidden]) ~ :not([hidden])":{"@defaults border-width":{},"--tw-divide-x-reverse":"0","border-right-width":`calc(${i} * var(--tw-divide-x-reverse))`,"border-left-width":`calc(${i} * calc(1 - var(--tw-divide-x-reverse)))`}}),"divide-y":i=>(i=i==="0"?"0px":i,{"& > :not([hidden]) ~ :not([hidden])":{"@defaults border-width":{},"--tw-divide-y-reverse":"0","border-top-width":`calc(${i} * calc(1 - var(--tw-divide-y-reverse)))`,"border-bottom-width":`calc(${i} * var(--tw-divide-y-reverse))`}})},{values:t("divideWidth"),type:["line-width","length"]}),e({".divide-y-reverse > :not([hidden]) ~ :not([hidden])":{"@defaults border-width":{},"--tw-divide-y-reverse":"1"},".divide-x-reverse > :not([hidden]) ~ :not([hidden])":{"@defaults border-width":{},"--tw-divide-x-reverse":"1"}})},divideStyle:({addUtilities:r})=>{r({".divide-solid > :not([hidden]) ~ :not([hidden])":{"border-style":"solid"},".divide-dashed > :not([hidden]) ~ :not([hidden])":{"border-style":"dashed"},".divide-dotted > :not([hidden]) ~ :not([hidden])":{"border-style":"dotted"},".divide-double > :not([hidden]) ~ :not([hidden])":{"border-style":"double"},".divide-none > :not([hidden]) ~ :not([hidden])":{"border-style":"none"}})},divideColor:({matchUtilities:r,theme:e,corePlugins:t})=>{r({divide:i=>t("divideOpacity")?{["& > :not([hidden]) ~ :not([hidden])"]:te({color:i,property:"border-color",variable:"--tw-divide-opacity"})}:{["& > :not([hidden]) ~ :not([hidden])"]:{"border-color":N(i)}}},{values:(({DEFAULT:i,...s})=>s)(J(e("divideColor"))),type:"color"})},divideOpacity:({matchUtilities:r,theme:e})=>{r({"divide-opacity":t=>({["& > :not([hidden]) ~ :not([hidden])"]:{"--tw-divide-opacity":t}})},{values:e("divideOpacity")})},placeSelf:({addUtilities:r})=>{r({".place-self-auto":{"place-self":"auto"},".place-self-start":{"place-self":"start"},".place-self-end":{"place-self":"end"},".place-self-center":{"place-self":"center"},".place-self-stretch":{"place-self":"stretch"}})},alignSelf:({addUtilities:r})=>{r({".self-auto":{"align-self":"auto"},".self-start":{"align-self":"flex-start"},".self-end":{"align-self":"flex-end"},".self-center":{"align-self":"center"},".self-stretch":{"align-self":"stretch"},".self-baseline":{"align-self":"baseline"}})},justifySelf:({addUtilities:r})=>{r({".justify-self-auto":{"justify-self":"auto"},".justify-self-start":{"justify-self":"start"},".justify-self-end":{"justify-self":"end"},".justify-self-center":{"justify-self":"center"},".justify-self-stretch":{"justify-self":"stretch"}})},overflow:({addUtilities:r})=>{r({".overflow-auto":{overflow:"auto"},".overflow-hidden":{overflow:"hidden"},".overflow-clip":{overflow:"clip"},".overflow-visible":{overflow:"visible"},".overflow-scroll":{overflow:"scroll"},".overflow-x-auto":{"overflow-x":"auto"},".overflow-y-auto":{"overflow-y":"auto"},".overflow-x-hidden":{"overflow-x":"hidden"},".overflow-y-hidden":{"overflow-y":"hidden"},".overflow-x-clip":{"overflow-x":"clip"},".overflow-y-clip":{"overflow-y":"clip"},".overflow-x-visible":{"overflow-x":"visible"},".overflow-y-visible":{"overflow-y":"visible"},".overflow-x-scroll":{"overflow-x":"scroll"},".overflow-y-scroll":{"overflow-y":"scroll"}})},overscrollBehavior:({addUtilities:r})=>{r({".overscroll-auto":{"overscroll-behavior":"auto"},".overscroll-contain":{"overscroll-behavior":"contain"},".overscroll-none":{"overscroll-behavior":"none"},".overscroll-y-auto":{"overscroll-behavior-y":"auto"},".overscroll-y-contain":{"overscroll-behavior-y":"contain"},".overscroll-y-none":{"overscroll-behavior-y":"none"},".overscroll-x-auto":{"overscroll-behavior-x":"auto"},".overscroll-x-contain":{"overscroll-behavior-x":"contain"},".overscroll-x-none":{"overscroll-behavior-x":"none"}})},scrollBehavior:({addUtilities:r})=>{r({".scroll-auto":{"scroll-behavior":"auto"},".scroll-smooth":{"scroll-behavior":"smooth"}})},textOverflow:({addUtilities:r})=>{r({".truncate":{overflow:"hidden","text-overflow":"ellipsis","white-space":"nowrap"},".overflow-ellipsis":{"text-overflow":"ellipsis"},".text-ellipsis":{"text-overflow":"ellipsis"},".text-clip":{"text-overflow":"clip"}})},whitespace:({addUtilities:r})=>{r({".whitespace-normal":{"white-space":"normal"},".whitespace-nowrap":{"white-space":"nowrap"},".whitespace-pre":{"white-space":"pre"},".whitespace-pre-line":{"white-space":"pre-line"},".whitespace-pre-wrap":{"white-space":"pre-wrap"}})},wordBreak:({addUtilities:r})=>{r({".break-normal":{"overflow-wrap":"normal","word-break":"normal"},".break-words":{"overflow-wrap":"break-word"},".break-all":{"word-break":"break-all"}})},borderRadius:O("borderRadius",[["rounded",["border-radius"]],[["rounded-t",["border-top-left-radius","border-top-right-radius"]],["rounded-r",["border-top-right-radius","border-bottom-right-radius"]],["rounded-b",["border-bottom-right-radius","border-bottom-left-radius"]],["rounded-l",["border-top-left-radius","border-bottom-left-radius"]]],[["rounded-tl",["border-top-left-radius"]],["rounded-tr",["border-top-right-radius"]],["rounded-br",["border-bottom-right-radius"]],["rounded-bl",["border-bottom-left-radius"]]]]),borderWidth:O("borderWidth",[["border",[["@defaults border-width",{}],"border-width"]],[["border-x",[["@defaults border-width",{}],"border-left-width","border-right-width"]],["border-y",[["@defaults border-width",{}],"border-top-width","border-bottom-width"]]],[["border-t",[["@defaults border-width",{}],"border-top-width"]],["border-r",[["@defaults border-width",{}],"border-right-width"]],["border-b",[["@defaults border-width",{}],"border-bottom-width"]],["border-l",[["@defaults border-width",{}],"border-left-width"]]]],{type:["line-width","length"]}),borderStyle:({addUtilities:r})=>{r({".":{"border-style":"solid"},".border-dashed":{"border-style":"dashed"},".border-dotted":{"border-style":"dotted"},".border-double":{"border-style":"double"},".border-hidden":{"border-style":"hidden"},".border-none":{"border-style":"none"}})},borderColor:({matchUtilities:r,theme:e,corePlugins:t})=>{r({border:i=>t("borderOpacity")?te({color:i,property:"border-color",variable:"--tw-border-opacity"}):{"border-color":N(i)}},{values:(({DEFAULT:i,...s})=>s)(J(e("borderColor"))),type:["color"]}),r({"border-x":i=>t("borderOpacity")?te({color:i,property:["border-left-color","border-right-color"],variable:"--tw-border-opacity"}):{"border-left-color":N(i),"border-right-color":N(i)},"border-y":i=>t("borderOpacity")?te({color:i,property:["border-top-color","border-bottom-color"],variable:"--tw-border-opacity"}):{"border-top-color":N(i),"border-bottom-color":N(i)}},{values:(({DEFAULT:i,...s})=>s)(J(e("borderColor"))),type:"color"}),r({"border-t":i=>t("borderOpacity")?te({color:i,property:"border-top-color",variable:"--tw-border-opacity"}):{"border-top-color":N(i)},"border-r":i=>t("borderOpacity")?te({color:i,property:"border-right-color",variable:"--tw-border-opacity"}):{"border-right-color":N(i)},"border-b":i=>t("borderOpacity")?te({color:i,property:"border-bottom-color",variable:"--tw-border-opacity"}):{"border-bottom-color":N(i)},"border-l":i=>t("borderOpacity")?te({color:i,property:"border-left-color",variable:"--tw-border-opacity"}):{"border-left-color":N(i)}},{values:(({DEFAULT:i,...s})=>s)(J(e("borderColor"))),type:"color"})},borderOpacity:O("borderOpacity",[["border-opacity",["--tw-border-opacity"]]]),backgroundColor:({matchUtilities:r,theme:e,corePlugins:t})=>{r({bg:i=>t("backgroundOpacity")?te({color:i,property:"background-color",variable:"--tw-bg-opacity"}):{"background-color":N(i)}},{values:J(e("backgroundColor")),type:"color"})},backgroundOpacity:O("backgroundOpacity",[["bg-opacity",["--tw-bg-opacity"]]]),backgroundImage:O("backgroundImage",[["bg",["background-image"]]],{type:["lookup","image","url"]}),gradientColorStops:(()=>{function r(e){return _e(e,0,"rgb(255 255 255 / 0)")}return function({matchUtilities:e,theme:t}){let i={values:J(t("gradientColorStops")),type:["color","any"]};e({from:s=>{let n=r(s);return{"--tw-gradient-from":N(s,"from"),"--tw-gradient-to":n,"--tw-gradient-stops":"var(--tw-gradient-from), var(--tw-gradient-to)"}}},i),e({via:s=>({"--tw-gradient-to":r(s),"--tw-gradient-stops":`var(--tw-gradient-from), ${N(s,"via")}, var(--tw-gradient-to)`})},i),e({to:s=>({"--tw-gradient-to":N(s,"to")})},i)}})(),boxDecorationBreak:({addUtilities:r})=>{r({".decoration-slice":{"box-decoration-break":"slice"},".decoration-clone":{"box-decoration-break":"clone"},".box-decoration-slice":{"box-decoration-break":"slice"},".box-decoration-clone":{"box-decoration-break":"clone"}})},backgroundSize:O("backgroundSize",[["bg",["background-size"]]],{type:["lookup","length","percentage"]}),backgroundAttachment:({addUtilities:r})=>{r({".bg-fixed":{"background-attachment":"fixed"},".bg-local":{"background-attachment":"local"},".bg-scroll":{"background-attachment":"scroll"}})},backgroundClip:({addUtilities:r})=>{r({".bg-clip-border":{"background-clip":"border-box"},".bg-clip-padding":{"background-clip":"padding-box"},".bg-clip-content":{"background-clip":"content-box"},".bg-clip-text":{"background-clip":"text"}})},backgroundPosition:O("backgroundPosition",[["bg",["background-position"]]],{type:["lookup","position"]}),backgroundRepeat:({addUtilities:r})=>{r({".bg-repeat":{"background-repeat":"repeat"},".bg-no-repeat":{"background-repeat":"no-repeat"},".bg-repeat-x":{"background-repeat":"repeat-x"},".bg-repeat-y":{"background-repeat":"repeat-y"},".bg-repeat-round":{"background-repeat":"round"},".bg-repeat-space":{"background-repeat":"space"}})},backgroundOrigin:({addUtilities:r})=>{r({".bg-origin-border":{"background-origin":"border-box"},".bg-origin-padding":{"background-origin":"padding-box"},".bg-origin-content":{"background-origin":"content-box"}})},fill:({matchUtilities:r,theme:e})=>{r({fill:t=>({fill:N(t)})},{values:J(e("fill")),type:["color","any"]})},stroke:({matchUtilities:r,theme:e})=>{r({stroke:t=>({stroke:N(t)})},{values:J(e("stroke")),type:["color","url"]})},strokeWidth:O("strokeWidth",[["stroke",["stroke-width"]]],{type:["length","number","percentage"]}),objectFit:({addUtilities:r})=>{r({".object-contain":{"object-fit":"contain"},".object-cover":{"object-fit":"cover"},".object-fill":{"object-fit":"fill"},".object-none":{"object-fit":"none"},".object-scale-down":{"object-fit":"scale-down"}})},objectPosition:O("objectPosition",[["object",["object-position"]]]),padding:O("padding",[["p",["padding"]],[["px",["padding-left","padding-right"]],["py",["padding-top","padding-bottom"]]],[["pt",["padding-top"]],["pr",["padding-right"]],["pb",["padding-bottom"]],["pl",["padding-left"]]]]),textAlign:({addUtilities:r})=>{r({".text-left":{"text-align":"left"},".text-center":{"text-align":"center"},".text-right":{"text-align":"right"},".text-justify":{"text-align":"justify"},".text-start":{"text-align":"start"},".text-end":{"text-align":"end"}})},textIndent:O("textIndent",[["indent",["text-indent"]]],{supportsNegativeValues:!0}),verticalAlign:({addUtilities:r,matchUtilities:e})=>{r({".align-baseline":{"vertical-align":"baseline"},".align-top":{"vertical-align":"top"},".align-middle":{"vertical-align":"middle"},".align-bottom":{"vertical-align":"bottom"},".align-text-top":{"vertical-align":"text-top"},".align-text-bottom":{"vertical-align":"text-bottom"},".align-sub":{"vertical-align":"sub"},".align-super":{"vertical-align":"super"}}),e({align:t=>({"vertical-align":t})})},fontFamily:O("fontFamily",[["font",["fontFamily"]]],{type:["lookup","generic-name","family-name"]}),fontSize:({matchUtilities:r,theme:e})=>{r({text:t=>{let[i,s]=Array.isArray(t)?t:[t],{lineHeight:n,letterSpacing:a,fontWeight:o}=De(s)?s:{lineHeight:s};return{"font-size":i,...n===void 0?{}:{"line-height":n},...a===void 0?{}:{"letter-spacing":a},...o===void 0?{}:{"font-weight":o}}}},{values:e("fontSize"),type:["absolute-size","relative-size","length","percentage"]})},fontWeight:O("fontWeight",[["font",["fontWeight"]]],{type:["lookup","number"]}),textTransform:({addUtilities:r})=>{r({".uppercase":{"text-transform":"uppercase"},".lowercase":{"text-transform":"lowercase"},".capitalize":{"text-transform":"capitalize"},".normal-case":{"text-transform":"none"}})},fontStyle:({addUtilities:r})=>{r({".italic":{"font-style":"italic"},".not-italic":{"font-style":"normal"}})},fontVariantNumeric:({addDefaults:r,addUtilities:e})=>{let t="var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)";r("font-variant-numeric",{"--tw-ordinal":" ","--tw-slashed-zero":" ","--tw-numeric-figure":" ","--tw-numeric-spacing":" ","--tw-numeric-fraction":" "}),e({".normal-nums":{"font-variant-numeric":"normal"},".ordinal":{"@defaults font-variant-numeric":{},"--tw-ordinal":"ordinal","font-variant-numeric":t},".slashed-zero":{"@defaults font-variant-numeric":{},"--tw-slashed-zero":"slashed-zero","font-variant-numeric":t},".lining-nums":{"@defaults font-variant-numeric":{},"--tw-numeric-figure":"lining-nums","font-variant-numeric":t},".oldstyle-nums":{"@defaults font-variant-numeric":{},"--tw-numeric-figure":"oldstyle-nums","font-variant-numeric":t},".proportional-nums":{"@defaults font-variant-numeric":{},"--tw-numeric-spacing":"proportional-nums","font-variant-numeric":t},".tabular-nums":{"@defaults font-variant-numeric":{},"--tw-numeric-spacing":"tabular-nums","font-variant-numeric":t},".diagonal-fractions":{"@defaults font-variant-numeric":{},"--tw-numeric-fraction":"diagonal-fractions","font-variant-numeric":t},".stacked-fractions":{"@defaults font-variant-numeric":{},"--tw-numeric-fraction":"stacked-fractions","font-variant-numeric":t}})},lineHeight:O("lineHeight",[["leading",["lineHeight"]]]),letterSpacing:O("letterSpacing",[["tracking",["letterSpacing"]]],{supportsNegativeValues:!0}),textColor:({matchUtilities:r,theme:e,corePlugins:t})=>{r({text:i=>t("textOpacity")?te({color:i,property:"color",variable:"--tw-text-opacity"}):{color:N(i)}},{values:J(e("textColor")),type:"color"})},textOpacity:O("textOpacity",[["text-opacity",["--tw-text-opacity"]]]),textDecoration:({addUtilities:r})=>{r({".underline":{"text-decoration-line":"underline"},".overline":{"text-decoration-line":"overline"},".line-through":{"text-decoration-line":"line-through"},".no-underline":{"text-decoration-line":"none"}})},textDecorationColor:({matchUtilities:r,theme:e})=>{r({decoration:t=>({"text-decoration-color":N(t)})},{values:J(e("textDecorationColor")),type:["color"]})},textDecorationStyle:({addUtilities:r})=>{r({".decoration-solid":{"text-decoration-style":"solid"},".decoration-double":{"text-decoration-style":"double"},".decoration-dotted":{"text-decoration-style":"dotted"},".decoration-dashed":{"text-decoration-style":"dashed"},".decoration-wavy":{"text-decoration-style":"wavy"}})},textDecorationThickness:O("textDecorationThickness",[["decoration",["text-decoration-thickness"]]],{type:["length","percentage"]}),textUnderlineOffset:O("textUnderlineOffset",[["underline-offset",["text-underline-offset"]]],{type:["length","percentage"]}),fontSmoothing:({addUtilities:r})=>{r({".antialiased":{"-webkit-font-smoothing":"antialiased","-moz-osx-font-smoothing":"grayscale"},".subpixel-antialiased":{"-webkit-font-smoothing":"auto","-moz-osx-font-smoothing":"auto"}})},placeholderColor:({matchUtilities:r,theme:e,corePlugins:t})=>{r({placeholder:i=>t("placeholderOpacity")?{"&::placeholder":te({color:i,property:"color",variable:"--tw-placeholder-opacity"})}:{"&::placeholder":{color:N(i)}}},{values:J(e("placeholderColor")),type:["color","any"]})},placeholderOpacity:({matchUtilities:r,theme:e})=>{r({"placeholder-opacity":t=>({["&::placeholder"]:{"--tw-placeholder-opacity":t}})},{values:e("placeholderOpacity")})},caretColor:({matchUtilities:r,theme:e})=>{r({caret:t=>({"caret-color":N(t)})},{values:J(e("caretColor")),type:["color","any"]})},accentColor:({matchUtilities:r,theme:e})=>{r({accent:t=>({"accent-color":N(t)})},{values:J(e("accentColor")),type:["color","any"]})},opacity:O("opacity",[["opacity",["opacity"]]]),backgroundBlendMode:({addUtilities:r})=>{r({".bg-blend-normal":{"background-blend-mode":"normal"},".bg-blend-multiply":{"background-blend-mode":"multiply"},".bg-blend-screen":{"background-blend-mode":"screen"},".bg-blend-overlay":{"background-blend-mode":"overlay"},".bg-blend-darken":{"background-blend-mode":"darken"},".bg-blend-lighten":{"background-blend-mode":"lighten"},".bg-blend-color-dodge":{"background-blend-mode":"color-dodge"},".bg-blend-color-burn":{"background-blend-mode":"color-burn"},".bg-blend-hard-light":{"background-blend-mode":"hard-light"},".bg-blend-soft-light":{"background-blend-mode":"soft-light"},".bg-blend-difference":{"background-blend-mode":"difference"},".bg-blend-exclusion":{"background-blend-mode":"exclusion"},".bg-blend-hue":{"background-blend-mode":"hue"},".bg-blend-saturation":{"background-blend-mode":"saturation"},".bg-blend-color":{"background-blend-mode":"color"},".bg-blend-luminosity":{"background-blend-mode":"luminosity"}})},mixBlendMode:({addUtilities:r})=>{r({".mix-blend-normal":{"mix-blend-mode":"normal"},".mix-blend-multiply":{"mix-blend-mode":"multiply"},".mix-blend-screen":{"mix-blend-mode":"screen"},".mix-blend-overlay":{"mix-blend-mode":"overlay"},".mix-blend-darken":{"mix-blend-mode":"darken"},".mix-blend-lighten":{"mix-blend-mode":"lighten"},".mix-blend-color-dodge":{"mix-blend-mode":"color-dodge"},".mix-blend-color-burn":{"mix-blend-mode":"color-burn"},".mix-blend-hard-light":{"mix-blend-mode":"hard-light"},".mix-blend-soft-light":{"mix-blend-mode":"soft-light"},".mix-blend-difference":{"mix-blend-mode":"difference"},".mix-blend-exclusion":{"mix-blend-mode":"exclusion"},".mix-blend-hue":{"mix-blend-mode":"hue"},".mix-blend-saturation":{"mix-blend-mode":"saturation"},".mix-blend-color":{"mix-blend-mode":"color"},".mix-blend-luminosity":{"mix-blend-mode":"luminosity"},".mix-blend-plus-lighter":{"mix-blend-mode":"plus-lighter"}})},boxShadow:(()=>{let r=Le("boxShadow"),e=["var(--tw-ring-offset-shadow, 0 0 #0000)","var(--tw-ring-shadow, 0 0 #0000)","var(--tw-shadow)"].join(", ");return function({matchUtilities:t,addDefaults:i,theme:s}){i(" box-shadow",{"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000"}),t({shadow:n=>{n=r(n);let a=bi(n);for(let o of a)!o.valid||(o.color="var(--tw-shadow-color)");return{"@defaults box-shadow":{},"--tw-shadow":n==="none"?"0 0 #0000":n,"--tw-shadow-colored":n==="none"?"0 0 #0000":tf(a),"box-shadow":e}}},{values:s("boxShadow"),type:["shadow"]})}})(),boxShadowColor:({matchUtilities:r,theme:e})=>{r({shadow:t=>({"--tw-shadow-color":N(t),"--tw-shadow":"var(--tw-shadow-colored)"})},{values:J(e("boxShadowColor")),type:["color"]})},outlineStyle:({addUtilities:r})=>{r({".outline-none":{outline:"2px solid transparent","outline-offset":"2px"},".outline":{"outline-style":"solid"},".outline-dashed":{"outline-style":"dashed"},".outline-dotted":{"outline-style":"dotted"},".outline-double":{"outline-style":"double"},".outline-hidden":{"outline-style":"hidden"}})},outlineWidth:O("outlineWidth",[["outline",["outline-width"]]],{type:["length","number","percentage"]}),outlineOffset:O("outlineOffset",[["outline-offset",["outline-offset"]]],{type:["length","number","percentage"]}),outlineColor:({matchUtilities:r,theme:e})=>{r({outline:t=>({"outline-color":N(t)})},{values:J(e("outlineColor")),type:["color"]})},ringWidth:({matchUtilities:r,addDefaults:e,addUtilities:t,theme:i,config:s})=>{let n=(()=>{if(K(s(),"respectDefaultRingColorOpacity"))return i("ringColor.DEFAULT");let a=i("ringOpacity.DEFAULT","0.5");return i("ringColor")?.DEFAULT?_e(i("ringColor")?.DEFAULT,a,`rgb(147 197 253 / ${a})`):`rgb(147 197 253 / ${a})`})();e("ring-width",{"--tw-ring-inset":" ","--tw-ring-offset-width":i("ringOffsetWidth.DEFAULT","0px"),"--tw-ring-offset-color":i("ringOffsetColor.DEFAULT","#fff"),"--tw-ring-color":n,"--tw-ring-offset-shadow":"0 0 #0000","--tw-ring-shadow":"0 0 #0000","--tw-shadow":"0 0 #0000","--tw-shadow-colored":"0 0 #0000"}),r({ring:a=>({"@defaults ring-width":{},"--tw-ring-offset-shadow":"var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)","--tw-ring-shadow":`var(--tw-ring-inset) 0 0 0 calc(${a} + var(--tw-ring-offset-width)) var(--tw-ring-color)`,"box-shadow":["var(--tw-ring-offset-shadow)","var(--tw-ring-shadow)","var(--tw-shadow, 0 0 #0000)"].join(", ")})},{values:i("ringWidth"),type:"length"}),t({".ring-inset":{"@defaults ring-width":{},"--tw-ring-inset":"inset"}})},ringColor:({matchUtilities:r,theme:e,corePlugins:t})=>{r({ring:i=>t("ringOpacity")?te({color:i,property:"--tw-ring-color",variable:"--tw-ring-opacity"}):{"--tw-ring-color":N(i)}},{values:Object.fromEntries(Object.entries(J(e("ringColor"))).filter(([i])=>i!=="DEFAULT")),type:"color"})},ringOpacity:r=>{let{config:e}=r;return O("ringOpacity",[["ring-opacity",["--tw-ring-opacity"]]],{filterDefault:!K(e(),"respectDefaultRingColorOpacity")})(r)},ringOffsetWidth:O("ringOffsetWidth",[["ring-offset",["--tw-ring-offset-width"]]],{type:"length"}),ringOffsetColor:({matchUtilities:r,theme:e})=>{r({"ring-offset":t=>({"--tw-ring-offset-color":N(t)})},{values:J(e("ringOffsetColor")),type:"color"})},blur:({matchUtilities:r,theme:e})=>{r({blur:t=>({"--tw-blur":`blur(${t})`,"@defaults filter":{},filter:Oe})},{values:e("blur")})},brightness:({matchUtilities:r,theme:e})=>{r({brightness:t=>({"--tw-brightness":`brightness(${t})`,"@defaults filter":{},filter:Oe})},{values:e("brightness")})},contrast:({matchUtilities:r,theme:e})=>{r({contrast:t=>({"--tw-contrast":`contrast(${t})`,"@defaults filter":{},filter:Oe})},{values:e("contrast")})},dropShadow:({matchUtilities:r,theme:e})=>{r({"drop-shadow":t=>({"--tw-drop-shadow":Array.isArray(t)?t.map(i=>`drop-shadow(${i})`).join(" "):`drop-shadow(${t})`,"@defaults filter":{},filter:Oe})},{values:e("dropShadow")})},grayscale:({matchUtilities:r,theme:e})=>{r({grayscale:t=>({"--tw-grayscale":`grayscale(${t})`,"@defaults filter":{},filter:Oe})},{values:e("grayscale")})},hueRotate:({matchUtilities:r,theme:e})=>{r({"hue-rotate":t=>({"--tw-hue-rotate":`hue-rotate(${t})`,"@defaults filter":{},filter:Oe})},{values:e("hueRotate"),supportsNegativeValues:!0})},invert:({matchUtilities:r,theme:e})=>{r({invert:t=>({"--tw-invert":`invert(${t})`,"@defaults filter":{},filter:Oe})},{values:e("invert")})},saturate:({matchUtilities:r,theme:e})=>{r({saturate:t=>({"--tw-saturate":`saturate(${t})`,"@defaults filter":{},filter:Oe})},{values:e("saturate")})},sepia:({matchUtilities:r,theme:e})=>{r({sepia:t=>({"--tw-sepia":`sepia(${t})`,"@defaults filter":{},filter:Oe})},{values:e("sepia")})},filter:({addDefaults:r,addUtilities:e})=>{r("filter",{"--tw-blur":" ","--tw-brightness":" ","--tw-contrast":" ","--tw-grayscale":" ","--tw-hue-rotate":" ","--tw-invert":" ","--tw-saturate":" ","--tw-sepia":" ","--tw-drop-shadow":" "}),e({".filter":{"@defaults filter":{},filter:Oe},".filter-none":{filter:"none"}})},backdropBlur:({matchUtilities:r,theme:e})=>{r({"backdrop-blur":t=>({"--tw-backdrop-blur":`blur(${t})`,"@defaults backdrop-filter":{},"backdrop-filter":Ee})},{values:e("backdropBlur")})},backdropBrightness:({matchUtilities:r,theme:e})=>{r({"backdrop-brightness":t=>({"--tw-backdrop-brightness":`brightness(${t})`,"@defaults backdrop-filter":{},"backdrop-filter":Ee})},{values:e("backdropBrightness")})},backdropContrast:({matchUtilities:r,theme:e})=>{r({"backdrop-contrast":t=>({"--tw-backdrop-contrast":`contrast(${t})`,"@defaults backdrop-filter":{},"backdrop-filter":Ee})},{values:e("backdropContrast")})},backdropGrayscale:({matchUtilities:r,theme:e})=>{r({"backdrop-grayscale":t=>({"--tw-backdrop-grayscale":`grayscale(${t})`,"@defaults backdrop-filter":{},"backdrop-filter":Ee})},{values:e("backdropGrayscale")})},backdropHueRotate:({matchUtilities:r,theme:e})=>{r({"backdrop-hue-rotate":t=>({"--tw-backdrop-hue-rotate":`hue-rotate(${t})`,"@defaults backdrop-filter":{},"backdrop-filter":Ee})},{values:e("backdropHueRotate"),supportsNegativeValues:!0})},backdropInvert:({matchUtilities:r,theme:e})=>{r({"backdrop-invert":t=>({"--tw-backdrop-invert":`invert(${t})`,"@defaults backdrop-filter":{},"backdrop-filter":Ee})},{values:e("backdropInvert")})},backdropOpacity:({matchUtilities:r,theme:e})=>{r({"backdrop-opacity":t=>({"--tw-backdrop-opacity":`opacity(${t})`,"@defaults backdrop-filter":{},"backdrop-filter":Ee})},{values:e("backdropOpacity")})},backdropSaturate:({matchUtilities:r,theme:e})=>{r({"backdrop-saturate":t=>({"--tw-backdrop-saturate":`saturate(${t})`,"@defaults backdrop-filter":{},"backdrop-filter":Ee})},{values:e("backdropSaturate")})},backdropSepia:({matchUtilities:r,theme:e})=>{r({"backdrop-sepia":t=>({"--tw-backdrop-sepia":`sepia(${t})`,"@defaults backdrop-filter":{},"backdrop-filter":Ee})},{values:e("backdropSepia")})},backdropFilter:({addDefaults:r,addUtilities:e})=>{r("backdrop-filter",{"--tw-backdrop-blur":" ","--tw-backdrop-brightness":" ","--tw-backdrop-contrast":" ","--tw-backdrop-grayscale":" ","--tw-backdrop-hue-rotate":" ","--tw-backdrop-invert":" ","--tw-backdrop-opacity":" ","--tw-backdrop-saturate":" ","--tw-backdrop-sepia":" "}),e({".backdrop-filter":{"@defaults backdrop-filter":{},"backdrop-filter":Ee},".backdrop-filter-none":{"backdrop-filter":"none"}})},transitionProperty:({matchUtilities:r,theme:e})=>{let t=e("transitionTimingFunction.DEFAULT"),i=e("transitionDuration.DEFAULT");r({transition:s=>({"transition-property":s,...s==="none"?{}:{"transition-timing-function":t,"transition-duration":i}})},{values:e("transitionProperty")})},transitionDelay:O("transitionDelay",[["delay",["transitionDelay"]]]),transitionDuration:O("transitionDuration",[["duration",["transitionDuration"]]],{filterDefault:!0}),transitionTimingFunction:O("transitionTimingFunction",[["ease",["transitionTimingFunction"]]],{filterDefault:!0}),willChange:O("willChange",[["will-change",["will-change"]]]),content:O("content",[["content",["--tw-content",["content","var(--tw-content)"]]]])}});function Tt(r){let e=[],t=!1;for(let i=0;i0)}var Rp,Mp,Tk,Ea=C(()=>{l();Rp=new Map([["{","}"],["[","]"],["(",")"]]),Mp=new Map(Array.from(Rp.entries()).map(([r,e])=>[e,r])),Tk=new Set(['"',"'","`"])});function Fp(r,...e){for(let t of e){let i=zp(t,ss);if(i!==null&&zp(r,ss,i)!==null){let n=`${ss}(${i})`,a=t.indexOf(n),o=t.slice(a+n.length).split(" ")[0];r=r.replace(n,n+o);continue}r=t.replace(Np,r)}return r}function Bp(r,{selector:e,candidate:t,context:i,isArbitraryVariant:s,base:n=t.split(new RegExp(`\\${i?.tailwindConfig?.separator??":"}(?![^[]*\\])`)).pop()}){let a=(0,Ta.default)().astSync(e);i?.tailwindConfig?.prefix&&!s&&(r=Ot(i.tailwindConfig.prefix,r)),r=r.replace(Np,`.${fe(t)}`);let o=(0,Ta.default)().astSync(r);a.each(f=>{f.some(d=>d.type==="class"&&d.value===n)||f.remove()}),a.walkClasses(f=>{f.raws&&f.value.includes(n)&&(f.raws.value=fe((0,Lp.default)(f.raws.value)))}),a.walkClasses(f=>{f.value===n&&f.replaceWith(...o.nodes)});function u(f){let c=[];for(let d of f.nodes)Pa(d)&&(c.push(d),f.removeChild(d)),d?.nodes&&c.push(...u(d));return c}return a.each(f=>{f.walkPseudos(d=>{Pk.has(d.value)&&d.replaceWith(d.nodes)});let c=u(f);c.length>0&&f.nodes.push(c.sort(Ik))}),a.toString()}function Ik(r,e){return r.type!=="pseudo"&&e.type!=="pseudo"||r.type==="combinator"^e.type==="combinator"?0:r.type==="pseudo"^e.type==="pseudo"?(r.type==="pseudo")-(e.type==="pseudo"):Pa(r)-Pa(e)}function Pa(r){return r.type!=="pseudo"||qk.includes(r.value)?!1:r.value.startsWith("::")||Dk.includes(r.value)}function zp(r,e,t){let i=r.indexOf(t?`${e}(${t})`:e);if(i===-1)return null;i+=e.length+1;let s="",n=0;for(let a of r.slice(i))if(a!=="("&&a!==")")s+=a;else if(a==="(")s+=a,n++;else if(a===")"){if(--n<0)break;s+=a}return s}var Ta,Lp,ss,Np,Pk,Dk,qk,$p=C(()=>{l();Ta=Y(Ce()),Lp=Y(ii());Et();Ki();ss=":merge",Np="&",Pk=new Set([ss]);Dk=[":before",":after",":first-line",":first-letter"],qk=["::file-selector-button"]});function Mk(r){return Rk.transformSync(r)}function*Lk(r){let e=1/0;for(;e>=0;){let t;if(e===1/0&&r.endsWith("]")){let n=r.indexOf("[");t=["-","/"].includes(r[n-1])?n-1:-1}else t=r.lastIndexOf("-",e);if(t<0)break;let i=r.slice(0,t),s=r.slice(t+1);yield[i,s],e=t-1}}function Nk(r,e){if(r.length===0||e.tailwindConfig.prefix==="")return r;for(let t of r){let[i]=t;if(i.options.respectPrefix){let s=U.root({nodes:[t[1].clone()]}),n=t[1].raws.tailwind.classCandidate;s.walkRules(a=>{let o=n.startsWith("-");a.selector=Ot(e.tailwindConfig.prefix,a.selector,o)}),t[1]=s.nodes[0]}}return r}function Fk(r,e){if(r.length===0)return r;let t=[];for(let[i,s]of r){let n=U.root({nodes:[s.clone()]});n.walkRules(a=>{a.selector=gf(a.selector,o=>o===e?`!${o}`:o),a.walkDecls(o=>o.important=!0)}),t.push([{...i,important:!0},n.nodes[0]])}return t}function Bk(r,e,t){if(e.length===0)return e;let i;if(r.endsWith("]")&&!r.startsWith("[")&&(i=r.slice(r.lastIndexOf("[")+1,-1),r=r.slice(0,r.indexOf(i)-1-1)),Ra(r)&&!t.variantMap.has(r)){let s=oe(r.slice(1,-1));if(!ls(s))return[];let n=$r(s),a=Array.from(t.variantOrder.values()).pop()<<1n;t.variantMap.set(r,[[a,n]]),t.variantOrder.set(r,a)}if(t.variantMap.has(r)){let s=t.variantMap.get(r).slice(),n=[];for(let[a,o]of e){if(a.layer==="user")continue;let u=U.root({nodes:[o.clone()]});for(let[f,c,d]of s){let y=function(){p.raws.neededBackup||(p.raws.neededBackup=!0,p.walkRules(k=>k.raws.originalSelector=k.selector))},x=function(k){return y(),p.each(T=>{T.type==="rule"&&(T.selectors=T.selectors.map(P=>k({get className(){return Mk(P)},selector:P})))}),p},p=d??u.clone(),h=[],b=c({get container(){return y(),p},separator:t.tailwindConfig.separator,modifySelectors:x,wrap(k){let T=p.nodes;p.removeAll(),k.append(T),p.append(k)},format(k){h.push(k)},args:i});if(Array.isArray(b)){for(let[k,T]of b.entries())s.push([f|BigInt(k<{let T=k.raws.originalSelector;if(!T||(delete k.raws.originalSelector,T===k.selector))return;let P=k.selector,I=(0,Da.default)(V=>{V.walkClasses(L=>{L.value=`${r}${t.tailwindConfig.separator}${L.value}`})}).processSync(T);h.push(P.replace(I,"&")),k.selector=T})),p.nodes[0].raws.tailwind={...p.nodes[0].raws.tailwind,parentLayer:a.layer};let v=[{...a,sort:f|a.sort,collectedFormats:(a.collectedFormats??[]).concat(h),isArbitraryVariant:Ra(r)},p.nodes[0]];n.push(v)}}return n}return[]}function qa(r,e,t={}){return!De(r)&&!Array.isArray(r)?[[r],t]:Array.isArray(r)?qa(r[0],e,r[1]):(e.has(r)||e.set(r,At(r)),[e.get(r),t])}function $k(r){return zk.test(r)}function jk(r){if(!r.includes("://"))return!1;try{let e=new URL(r);return e.scheme!==""&&e.host!==""}catch(e){return!1}}function Uk(r){let e=!0;return r.walkDecls(t=>{if(!jp(t.name,t.value))return e=!1,!1}),e}function jp(r,e){if(jk(`${r}:${e}`))return!1;try{return U.parse(`a{${r}:${e}}`).toResult(),!0}catch(t){return!1}}function Vk(r,e){let[,t,i]=r.match(/^\[([a-zA-Z0-9-_]+):(\S+)\]$/)??[];if(i===void 0||!$k(t)||!Tt(i))return null;let s=oe(i);return jp(t,s)?[[{sort:e.arbitraryPropertiesSort,layer:"utilities"},()=>({[_a(r)]:{[t]:s}})]]:null}function*Wk(r,e){e.candidateRuleMap.has(r)&&(yield[e.candidateRuleMap.get(r),"DEFAULT"]),yield*function*(o){o!==null&&(yield[o,"DEFAULT"])}(Vk(r,e));let t=r,i=!1,s=e.tailwindConfig.prefix,n=s.length,a=t.startsWith(s)||t.startsWith(`-${s}`);t[n]==="-"&&a&&(i=!0,t=s+t.slice(n+1)),i&&e.candidateRuleMap.has(t)&&(yield[e.candidateRuleMap.get(t),"-DEFAULT"]);for(let[o,u]of Lk(t))e.candidateRuleMap.has(o)&&(yield[e.candidateRuleMap.get(o),i?`-${u}`:u])}function Gk(r,e){return r===Re?[Re]:Array.from(xr(r,e))}function*Hk(r,e){for(let t of r)t[1].raws.tailwind={...t[1].raws.tailwind,classCandidate:e,preserveSource:t[0].options?.preserveSource??!1},yield t}function*ns(r,e,t=r){let i=e.tailwindConfig.separator,[s,...n]=Gk(r,i).reverse(),a=!1;if(s.startsWith("!")&&(a=!0,s=s.slice(1)),K(e.tailwindConfig,"variantGrouping")&&s.startsWith("(")&&s.endsWith(")")){let o=n.slice().reverse().join(i);for(let u of xr(s.slice(1,-1),","))yield*ns(o+i+u,e,t)}for(let o of Wk(s,e)){let u=[],f=new Map,[c,d]=o,p=c.length===1;for(let[h,y]of c){let x=[];if(typeof y=="function")for(let b of[].concat(y(d,{isOnlyPlugin:p}))){let[v,k]=qa(b,e.postCssNodeCache);for(let T of v)x.push([{...h,options:{...h.options,...k}},T])}else if(d==="DEFAULT"||d==="-DEFAULT"){let b=y,[v,k]=qa(b,e.postCssNodeCache);for(let T of v)x.push([{...h,options:{...h.options,...k}},T])}x.length>0&&(f.set(x,h.options?.type),u.push(x))}if(Ra(d)){if(u.length>1){let h=u.map(x=>new Set([...f.get(x)??[]]));for(let x of h)for(let b of x){let v=!1;for(let k of h)x!==k&&k.has(b)&&(k.delete(b),v=!0);v&&x.delete(b)}let y=[];for(let[x,b]of h.entries())for(let v of b){let k=u[x].map(([,T])=>T).flat().map(T=>T.toString().split(` +`).slice(1,-1).map(P=>P.trim()).map(P=>` ${P}`).join(` +`)).join(` + +`);y.push(` Use \`${r.replace("[",`[${v}:`)}\` for \`${k.trim()}\``);break}W.warn([`The class \`${r}\` is ambiguous and matches multiple utilities.`,...y,`If this is content and not a class, replace it with \`${r.replace("[","[").replace("]","]")}\` to silence this warning.`]);continue}u=u.map(h=>h.filter(y=>Uk(y[1])))}u=u.flat(),u=Array.from(Hk(u,s)),u=Nk(u,e),a&&(u=Fk(u,s));for(let h of n)u=Bk(h,u,e);for(let h of u){if(h[1].raws.tailwind={...h[1].raws.tailwind,candidate:r},h[0].collectedFormats){let y=Fp("&",...h[0].collectedFormats),x=U.root({nodes:[h[1].clone()]});x.walkRules(b=>{Ia(b)||(b.selector=Bp(y,{selector:b.selector,candidate:t,base:r.split(new RegExp(`\\${e?.tailwindConfig?.separator??":"}(?![^[]*\\])`)).pop(),isArbitraryVariant:h[0].isArbitraryVariant,context:e}))}),h[1]=x.nodes[0]}yield h}}}function Ia(r){return r.parent&&r.parent.type==="atrule"&&r.parent.name==="keyframes"}function as(r,e){let t=[];for(let s of r){if(e.notClassCache.has(s))continue;if(e.classCache.has(s)){t.push(e.classCache.get(s));continue}let n=Array.from(ns(s,e));if(n.length===0){e.notClassCache.add(s);continue}e.classCache.set(s,n),t.push(n)}let i=(s=>{if(s===!0)return n=>{n.walkDecls(a=>{a.parent.type==="rule"&&!Ia(a.parent)&&(a.important=!0)})};if(typeof s=="string")return n=>{n.selectors=n.selectors.map(a=>`${s} ${a}`)}})(e.tailwindConfig.important);return t.flat(1).map(([{sort:s,layer:n,options:a},o])=>{if(a.respectImportant&&i){let u=U.root({nodes:[o.clone()]});u.walkRules(f=>{Ia(f)||i(f)}),o=u.nodes[0]}return[s|e.layerOrder[n],o]})}function Ra(r){return r.startsWith("[")&&r.endsWith("]")}var Da,Rk,zk,os=C(()=>{l();He();Da=Y(Ce());Ca();Jt();Ki();Sr();ke();We();$p();Aa();Nn();us();Ea();Dn();Ve();Rk=(0,Da.default)(r=>r.first.filter(({type:e})=>e==="class").pop().value);zk=/^[a-z_-]/});function Yk(r){try{return pt.createHash("md5").update(r,"utf-8").digest("binary")}catch(e){return""}}function Up(r,e){let t=e.toString();if(!t.includes("@tailwind"))return!1;let i=Vn.get(r),s=Yk(t),n=i!==s;return Vn.set(r,s),n}var Vp=C(()=>{l();Xr();We()});function Yp(r,e){let t=r.tailwindConfig.prefix;return typeof t=="function"?t(e):t+e}function Qp(r){if(r.includes("{")){if(!Qk(r))throw new Error("Your { and } are unbalanced.");return r.split(/{(.*)}/gim).flatMap(e=>Qp(e)).filter(Boolean)}return[r.trim()]}function Qk(r){let e=0;for(let t of r)if(t==="{")e++;else if(t==="}"&&--e<0)return!1;return e===0}function Jk(r,e,{before:t=[]}={}){if(t=[].concat(t),t.length<=0){r.push(e);return}let i=r.length-1;for(let s of t){let n=r.indexOf(s);n!==-1&&(i=Math.min(i,n))}r.splice(i,0,e)}function Jp(r){return Array.isArray(r)?r.flatMap(e=>!Array.isArray(e)&&!De(e)?e:At(e)):Jp([r])}function Xp(r,e){return(0,Gp.default)(i=>{let s=[];return e&&e(i),i.walkClasses(n=>{s.push(n.value)}),s}).transformSync(r)}function Xk(r,e={containsNonOnDemandable:!1},t=0){let i=[];if(r.type==="rule"){let s=function(n){n.walkPseudos(a=>{a.value===":not"&&a.remove()})};for(let n of r.selectors){let a=Xp(n,s);a.length===0&&(e.containsNonOnDemandable=!0);for(let o of a)i.push(o)}}else r.type==="atrule"&&r.walkRules(s=>{for(let n of s.selectors.flatMap(a=>Xp(a)))i.push(n)});return t===0?[e.containsNonOnDemandable||i.length===0,i]:i}function fs(r){return Jp(r).flatMap(e=>{let t=new Map,[i,s]=Xk(e);return i&&s.unshift(Re),s.map(n=>(t.has(e)||t.set(e,e),[n,t.get(e)]))})}function ls(r){return r.startsWith("@")||r.includes("&")}function $r(r){r=r.replace(/\n+/g,"").replace(/\s{1,}/g," ").trim();let e=Qp(r).map(t=>{if(!t.startsWith("@"))return({format:n})=>n(t);let[,i,s]=/@(.*?)( .+|[({].*)/g.exec(t);return({wrap:n})=>n(U.atRule({name:i,params:s.trim()}))}).reverse();return t=>{for(let i of e)i(t)}}function Kk(r,e,{variantList:t,variantMap:i,offsets:s,classList:n}){function a(p,h){return p?(0,Wp.default)(r,p,h):r}function o(p){return Ot(r.prefix,p)}function u(p,h){return p===Re?Re:h.respectPrefix?e.tailwindConfig.prefix+p:p}function f(p,h,y={}){let[x,...b]=ze(p),v=a(["theme",x,...b],h);return Le(x)(v,y)}let c=Object.assign((p,h=void 0)=>f(p,h),{withAlpha:(p,h)=>f(p,void 0,{opacityValue:h})}),d={postcss:U,prefix:o,e:fe,config:a,theme:c,corePlugins:p=>Array.isArray(r.corePlugins)?r.corePlugins.includes(p):a(["corePlugins",p],!0),variants:()=>[],addBase(p){for(let[h,y]of fs(p)){let x=u(h,{}),b=s.base++;e.candidateRuleMap.has(x)||e.candidateRuleMap.set(x,[]),e.candidateRuleMap.get(x).push([{sort:b,layer:"base"},y])}},addDefaults(p,h){let y={[`@defaults ${p}`]:h};for(let[x,b]of fs(y)){let v=u(x,{});e.candidateRuleMap.has(v)||e.candidateRuleMap.set(v,[]),e.candidateRuleMap.get(v).push([{sort:s.base++,layer:"defaults"},b])}},addComponents(p,h){h=Object.assign({},{preserveSource:!1,respectPrefix:!0,respectImportant:!1},Array.isArray(h)?{}:h);for(let[x,b]of fs(p)){let v=u(x,h);n.add(v),e.candidateRuleMap.has(v)||e.candidateRuleMap.set(v,[]),e.candidateRuleMap.get(v).push([{sort:s.components++,layer:"components",options:h},b])}},addUtilities(p,h){h=Object.assign({},{preserveSource:!1,respectPrefix:!0,respectImportant:!0},Array.isArray(h)?{}:h);for(let[x,b]of fs(p)){let v=u(x,h);n.add(v),e.candidateRuleMap.has(v)||e.candidateRuleMap.set(v,[]),e.candidateRuleMap.get(v).push([{sort:s.utilities++,layer:"utilities",options:h},b])}},matchUtilities:function(p,h){h={...{respectPrefix:!0,respectImportant:!0},...h};let x=s.utilities++;for(let b in p){let T=function(I,{isOnlyPlugin:V}){let{type:L="any"}=h;L=[].concat(L);let[R,Q]=Fn(L,I,h,r);return R===void 0?[]:!L.includes(Q)&&!V?[]:Tt(R)?[].concat(k(R)).filter(Boolean).map(Be=>({[Zi(b,I)]:Be})):[]},v=u(b,h),k=p[b];n.add([v,h]);let P=[{sort:x,layer:"utilities",options:h},T];e.candidateRuleMap.has(v)||e.candidateRuleMap.set(v,[]),e.candidateRuleMap.get(v).push(P)}},matchComponents:function(p,h){h={...{respectPrefix:!0,respectImportant:!1},...h};let x=s.components++;for(let b in p){let T=function(I,{isOnlyPlugin:V}){let{type:L="any"}=h;L=[].concat(L);let[R,Q]=Fn(L,I,h,r);if(R===void 0)return[];if(!L.includes(Q))if(V)W.warn([`Unnecessary typehint \`${Q}\` in \`${b}-${I}\`.`,`You can safely update it to \`${b}-${I.replace(Q+":","")}\`.`]);else return[];return Tt(R)?[].concat(k(R)).filter(Boolean).map(Be=>({[Zi(b,I)]:Be})):[]},v=u(b,h),k=p[b];n.add([v,h]);let P=[{sort:x,layer:"components",options:h},T];e.candidateRuleMap.has(v)||e.candidateRuleMap.set(v,[]),e.candidateRuleMap.get(v).push(P)}},addVariant(p,h,y={}){h=[].concat(h).map(x=>{if(typeof x!="string")return b=>{let{args:v,modifySelectors:k,container:T,separator:P,wrap:I,format:V}=b,L=x(Object.assign({modifySelectors:k,container:T,separator:P},x[Hp]&&{args:v,wrap:I,format:V}));if(typeof L=="string"&&!ls(L))throw new Error(`Your custom variant \`${p}\` has an invalid format string. Make sure it's an at-rule or contains a \`&\` placeholder.`);return Array.isArray(L)?L.filter(R=>typeof R=="string").map(R=>$r(R)):L&&typeof L=="string"&&$r(L)(b)};if(!ls(x))throw new Error(`Your custom variant \`${p}\` has an invalid format string. Make sure it's an at-rule or contains a \`&\` placeholder.`);return $r(x)}),Jk(t,p,y),i.set(p,h)}};return K(r,"matchVariant")&&(d.matchVariant=function(p,h){for(let y in p){for(let[x,b]of Object.entries(h?.values??{}))d.addVariant(`${y}-${x}`,p[y](b));d.addVariant(y,Object.assign(({args:x})=>p[y](x),{[Hp]:!0}),h)}}),d}function cs(r){return Ma.has(r)||Ma.set(r,new Map),Ma.get(r)}function Kp(r,e){let t=!1;for(let i of r){if(!i)continue;let s=Wn.parse(i),n=s.hash?s.href.replace(s.hash,""):s.href;n=s.search?n.replace(s.search,""):n;let a=xe.statSync(decodeURIComponent(n),{throwIfNoEntry:!1})?.mtimeMs;!a||((!e.has(i)||a>e.get(i))&&(t=!0),e.set(i,a))}return t}function Zp(r){r.walkAtRules(e=>{["responsive","variants"].includes(e.name)&&(Zp(e),e.before(e.nodes),e.remove())})}function Zk(r){let e=[];return r.each(t=>{t.type==="atrule"&&["responsive","variants"].includes(t.name)&&(t.name="layer",t.params="utilities")}),r.walkAtRules("layer",t=>{if(Zp(t),t.params==="base"){for(let i of t.nodes)e.push(function({addBase:s}){s(i,{respectPrefix:!1})});t.remove()}else if(t.params==="components"){for(let i of t.nodes)e.push(function({addComponents:s}){s(i,{respectPrefix:!1,preserveSource:!0})});t.remove()}else if(t.params==="utilities"){for(let i of t.nodes)e.push(function({addUtilities:s}){s(i,{respectPrefix:!1,preserveSource:!0})});t.remove()}}),e}function eS(r,e){let t=Object.entries({...be,...qp}).map(([o,u])=>r.tailwindConfig.corePlugins.includes(o)?u:null).filter(Boolean),i=r.tailwindConfig.plugins.map(o=>(o.__isOptionsFunction&&(o=o()),typeof o=="function"?o:o.handler)),s=Zk(e),n=[be.pseudoElementVariants,be.pseudoClassVariants],a=[be.directionVariants,be.reducedMotionVariants,be.prefersContrastVariants,be.darkVariants,be.printVariant,be.screenVariants,be.orientationVariants];return[...t,...n,...i,...a,...s]}function tS(r,e){let t=[],i=new Map,s={defaults:0n,base:0n,components:0n,utilities:0n,user:0n},n=new Set,a=Kk(e.tailwindConfig,e,{variantList:t,variantMap:i,offsets:s,classList:n});for(let p of r)if(Array.isArray(p))for(let h of p)h(a);else p?.(a);let o=(p=>p.reduce((h,y)=>y>h?y:h))([s.base,s.defaults,s.components,s.utilities,s.user]),u=BigInt(o.toString(2).length);e.arbitraryPropertiesSort=(1n<{let y=i.get(p).length,x=1n<at(p-h))),e.minimumScreen=[...e.variantOrder.values()].shift();for(let[p,h]of i.entries()){let y=e.variantOrder.get(p);e.variantMap.set(p,h.map((x,b)=>[y<0){let p=[];for(let h of c){if(typeof h=="string"){e.changedContent.push({content:h,extension:"html"});continue}if(h instanceof RegExp){W.warn("root-regex",["Regular expressions in `safelist` work differently in Tailwind CSS v3.0.","Update your `safelist` configuration to eliminate this warning.","https://tailwindcss.com/docs/content-configuration#safelisting-classes"]);continue}p.push(h)}if(p.length>0){let h=new Map,y=e.tailwindConfig.prefix.length;for(let x of n){let b=Array.isArray(x)?(()=>{let[v,k]=x,P=Object.keys(k?.values??{}).map(I=>zr(v,I));return k?.supportsNegativeValues&&(P=[...P,...P.map(I=>"-"+I)],P=[...P,...P.map(I=>I.slice(0,y)+"-"+I.slice(y))]),[].concat(k?.type).includes("color")&&(P=[...P,...P.flatMap(I=>Object.keys(e.tailwindConfig.theme.opacity).map(V=>`${I}/${V}`))]),P})():[x];for(let v of b)for(let{pattern:k,variants:T=[]}of p)if(k.lastIndex=0,h.has(k)||h.set(k,0),!!k.test(v)){h.set(k,h.get(k)+1),e.changedContent.push({content:v,extension:"html"});for(let P of T)e.changedContent.push({content:P+e.tailwindConfig.separator+v,extension:"html"})}}for(let[x,b]of h.entries())b===0&&W.warn([`The safelist pattern \`${x}\` doesn't match any Tailwind CSS classes.`,"Fix this pattern or remove it from your `safelist` configuration.","https://tailwindcss.com/docs/content-configuration#safelisting-classes"])}}let d=new Set([Yp(e,"group"),Yp(e,"peer")]);e.getClassOrder=function(h){let y=new Map;for(let[x,b]of as(new Set(h),e))y.has(b.raws.tailwind.candidate)||y.set(b.raws.tailwind.candidate,x);return h.map(x=>{let b=y.get(x)??null;return b===null&&d.has(x)&&(b=e.layerOrder.components),[x,b]})},e.getClassList=function(){let h=[];for(let y of n)if(Array.isArray(y)){let[x,b]=y,v=[];for(let[k,T]of Object.entries(b?.values??{}))h.push(zr(x,k)),b?.supportsNegativeValues&&rt(T)&&v.push(zr(x,`-${k}`));h.push(...v)}else h.push(y);return h}}function La(r,e=[],t=U.root()){let i={disposables:[],ruleCache:new Set,classCache:new Map,applyClassCache:new Map,notClassCache:new Set,postCssNodeCache:new Map,candidateRuleMap:new Map,tailwindConfig:r,changedContent:e,variantMap:new Map,stylesheetCache:null},s=eS(i,t);return tS(s,i),i}function ed(r,e,t,i,s,n){let a=e.opts.from,o=i!==null;ye.DEBUG&&console.log("Source path:",a);let u;if(o&&Pt.has(a))u=Pt.get(a);else if(jr.has(s)){let d=jr.get(s);Qe.get(d).add(a),Pt.set(a,d),u=d}let f=Up(a,r);if(u&&!Kp([...n],cs(u))&&!f)return[u,!1];if(Pt.has(a)){let d=Pt.get(a);if(Qe.has(d)&&(Qe.get(d).delete(a),Qe.get(d).size===0)){Qe.delete(d);for(let[p,h]of jr)h===d&&jr.delete(p);for(let p of d.disposables.splice(0))p(d)}}ye.DEBUG&&console.log("Setting up new context...");let c=La(t,[],r);return Kp([...n],cs(c)),jr.set(s,c),Pt.set(a,c),Qe.has(c)||Qe.set(c,new Set),Qe.get(c).add(a),[c,!0]}var Wp,Gp,Hp,Ma,Pt,jr,Qe,us=C(()=>{l();ct();Gn();He();Wp=Y(ha()),Gp=Y(Ce());Ve();Fr();Ca();Ki();Jt();Et();Aa();Sr();es();Ip();We();We();ei();ke();Kr();Ea();os();Vp();Hp=Symbol();Ma=new WeakMap;Pt=qf,jr=If,Qe=_i});var td,rd=C(()=>{l();td=()=>!1});var id,sd=C(()=>{l();id=()=>""});function rS(r){let e=r,t=id(r);return t!=="."&&(e=r.substr(t.length),e.charAt(0)==="/"&&(e=e.substr(1))),e.substr(0,2)==="./"&&(e=e.substr(2)),e.charAt(0)==="/"&&(e=e.substr(1)),{base:t,glob:e}}function Na(r){if(r.startsWith("!"))return null;let e;if(td(r)){let{base:t,glob:i}=rS(r);e={type:"dir-dependency",dir:ie.resolve(t),glob:i}}else e={type:"dependency",file:ie.resolve(r)};return e.type==="dir-dependency"&&m.env.ROLLUP_WATCH==="true"&&(e={type:"dependency",file:e.dir}),e}var nd=C(()=>{l();rd();sd();tt()});function Fa(r){return r.content.files.length===0&&W.warn("content-problems",["The `content` option in your Tailwind CSS configuration is missing or empty.","Configure your content sources or your generated CSS will be missing styles.","https://tailwindcss.com/docs/content-configuration"]),r}var ad=C(()=>{l();ke()});function iS(r,e){if(Ba.has(r))return Ba.get(r);let t=e.content.files.filter(i=>typeof i=="string").map(i=>Sl(i));return Ba.set(r,t).get(r)}function sS(r){let e=Un(r);if(e!==null){let[i,s,n,a]=ld.get(e)||[],o=Os(e).map(p=>p.file),u=!1,f=new Map;for(let p of o){let h=xe.statSync(p).mtimeMs;f.set(p,h),(!a||!a.has(p)||h>a.get(p))&&(u=!0)}if(!u)return[i,e,s,n];for(let p of o)delete _s.cache[p];let c=Ar(_s(e));c=Fa(c);let d=Jr(c);return ld.set(e,[c,d,o,f]),[c,e,d,o]}let t=Ar(r.config===void 0?r:r.config);return t=Fa(t),[t,null,Jr(t),[]]}function nS(r,e,t){let i=r.tailwindConfig.content.files.filter(s=>typeof s.raw=="string").map(({raw:s,extension:n="html"})=>({content:s,extension:n}));for(let s of aS(e,t)){let n=xe.readFileSync(s,"utf8"),a=ie.extname(s).slice(1);i.push({content:n,extension:a})}return i}function aS(r,e){let t=new Set;ye.DEBUG&&console.time("Finding changed files");let i=bl.sync(r);for(let s of i){let n=e.has(s)?e.get(s):-1/0,a=xe.statSync(s).mtimeMs;a>n&&(t.add(s),e.set(s,a))}return ye.DEBUG&&console.timeEnd("Finding changed files"),t}function za(r){return({tailwindDirectives:e,registerDependency:t})=>(i,s)=>{let[n,a,o,u]=sS(r),f=new Set(u);if(e.size>0){f.add(s.opts.from);for(let p of s.messages)p.type==="dependency"&&f.add(p.file)}let[c]=ed(i,s,n,a,o,f),d=iS(c,n);if(e.size>0){let p=cs(c);for(let h of d){let y=Na(h);y&&t(y)}for(let h of nS(c,d,p))c.changedContent.push(h)}for(let p of u)t({type:"dependency",file:p});return c}}var od,ld,Ba,ud=C(()=>{l();ct();tt();vl();od=Y(As());Cl();Ol();Tl();jn();Df();We();us();nd();ad();ld=new od.default({maxSize:100}),Ba=new WeakMap});function $a(r){let e=new Set,t=new Set,i=new Set;if(r.walkAtRules(s=>{s.name==="apply"&&i.add(s),s.name==="import"&&(s.params==='"tailwindcss/base"'||s.params==="'tailwindcss/base'"?(s.name="tailwind",s.params="base"):s.params==='"tailwindcss/components"'||s.params==="'tailwindcss/components'"?(s.name="tailwind",s.params="components"):s.params==='"tailwindcss/utilities"'||s.params==="'tailwindcss/utilities'"?(s.name="tailwind",s.params="utilities"):(s.params==='"tailwindcss/screens"'||s.params==="'tailwindcss/screens'"||s.params==='"tailwindcss/variants"'||s.params==="'tailwindcss/variants'")&&(s.name="tailwind",s.params="variants")),s.name==="tailwind"&&(s.params==="screens"&&(s.params="variants"),e.add(s.params)),["layer","responsive","variants"].includes(s.name)&&(["responsive","variants"].includes(s.name)&&W.warn(`${s.name}-at-rule-deprecated`,[`The \`@${s.name}\` directive has been deprecated in Tailwind CSS v3.0.`,"Use `@layer utilities` or `@layer components` instead.","https://tailwindcss.com/docs/upgrade-guide#replace-variants-with-layer"]),t.add(s))}),!e.has("base")||!e.has("components")||!e.has("utilities")){for(let s of t)if(s.name==="layer"&&["base","components","utilities"].includes(s.params)){if(!e.has(s.params))throw s.error(`\`@layer ${s.params}\` is used but no matching \`@tailwind ${s.params}\` directive is present.`)}else if(s.name==="responsive"){if(!e.has("utilities"))throw s.error("`@responsive` is used but `@tailwind utilities` is missing.")}else if(s.name==="variants"&&!e.has("utilities"))throw s.error("`@variants` is used but `@tailwind utilities` is missing.")}return{tailwindDirectives:e,applyDirectives:i}}var fd=C(()=>{l();ke()});function lt(r,e=void 0,t=void 0){return r.map(i=>{let s=i.clone(),n=i.raws.tailwind?.preserveSource!==!0||!s.source;return e!==void 0&&n&&(s.source=e,"walk"in s&&s.walk(a=>{a.source=e})),t!==void 0&&(s.raws.tailwind={...s.raws.tailwind,...t}),s})}var cd=C(()=>{l()});function pd(r){let e=Array.from(oS(r));return t=>{let i=[];for(let s of e)i=[...i,...t.match(s)??[]];return i.filter(s=>s!==void 0).map(fS)}}function*oS(r){let e=r.tailwindConfig.separator,t=K(r.tailwindConfig,"variantGrouping"),i=r.tailwindConfig.prefix!==""?Tn(ge([/-?/,wi(r.tailwindConfig.prefix)])):"",s=gt([/\[[^\s:'"`]+:[^\s\]]+\]/,ge([/-?(?:\w+)/,Tn(gt([ge([/-(?:\w+-)*\[[^\s:]+\]/,/(?![{([]])/,/(?:\/[^\s'"`\\><$]*)?/]),ge([/-(?:\w+-)*\[[^\s]+\]/,/(?![{([]])/,/(?:\/[^\s'"`\\$]*)?/]),/[-\/][^\s'"`\\$={><]*/]))])]),n=[gt([ge([/([^\s"'`\[\\]+-)?\[[^\s"'`]+\]/,e]),ge([/[^\s"'`\[\\]+/,e])]),gt([ge([/([^\s"'`\[\\]+-)?\[[^\s`]+\]/,e]),ge([/[^\s`\[\\]+/,e])])];for(let a of n)yield ge(["((?=((",a,")+))\\2)?",/!?/,i,t?gt([ge([/\(/,s,Zu([/,/,s]),/\)/]),s]):s]);yield/[^<>"'`\s.(){}[\]#=%$]*[^<>"'`\s.(){}[\]#=%:$]/g}function fS(r){if(!r.includes("-["))return r;let e=0,t=[],i=r.matchAll(lS);i=Array.from(i).flatMap(s=>{let[,...n]=s;return n.map((a,o)=>Object.assign([],s,{index:s.index+o,0:a}))});for(let s of i){let n=s[0],a=t[t.length-1];if(n===a?t.pop():(n==="'"||n==='"'||n==="`")&&t.push(n),!a){if(n==="["){e++;continue}else if(n==="]"){e--;continue}if(e<0||e===0&&!uS.test(n))return r.substring(0,s.index)}}return r}var lS,uS,dd=C(()=>{l();Ve();Pn();lS=/([\[\]'"`])([^\[\]'"`])?/g,uS=/[^"'`\s<>\]]+/});function cS(r,e){let t=r.tailwindConfig.content.extract;return t[e]||t.DEFAULT||md[e]||md.DEFAULT(r)}function pS(r,e){let t=r.content.transform;return t[e]||t.DEFAULT||gd[e]||gd.DEFAULT}function dS(r,e,t,i){Ur.has(e)||Ur.set(e,new hd.default({maxSize:25e3}));for(let s of r.split(` +`))if(s=s.trim(),!i.has(s))if(i.add(s),Ur.get(e).has(s))for(let n of Ur.get(e).get(s))t.add(n);else{let n=e(s).filter(o=>o!=="!*"),a=new Set(n);for(let o of a)t.add(o);Ur.get(e).set(s,a)}}function hS(r,e){let t=r.sort(([s],[n])=>at(s-n)),i={base:new Set,defaults:new Set,components:new Set,utilities:new Set,variants:new Set,user:new Set};for(let[s,n]of t){if(s>=e.minimumScreen){i.variants.add(n);continue}if(s&e.layerOrder.base){i.base.add(n);continue}if(s&e.layerOrder.defaults){i.defaults.add(n);continue}if(s&e.layerOrder.components){i.components.add(n);continue}if(s&e.layerOrder.utilities){i.utilities.add(n);continue}if(s&e.layerOrder.user){i.user.add(n);continue}}return i}function ja(r){return e=>{let t={base:null,components:null,utilities:null,variants:null};if(e.walkAtRules(y=>{y.name==="tailwind"&&Object.keys(t).includes(y.params)&&(t[y.params]=y)}),Object.values(t).every(y=>y===null))return e;let i=new Set([Re]),s=new Set;ut.DEBUG&&console.time("Reading changed files");for(let{content:y,extension:x}of r.changedContent){let b=pS(r.tailwindConfig,x),v=cS(r,x);dS(b(y),v,i,s)}ut.DEBUG&&console.timeEnd("Reading changed files");let n=r.classCache.size;ut.DEBUG&&console.time("Generate rules");let a=as(i,r);if(ut.DEBUG&&console.timeEnd("Generate rules"),ut.DEBUG&&console.time("Build stylesheet"),r.stylesheetCache===null||r.classCache.size!==n){for(let y of a)r.ruleCache.add(y);r.stylesheetCache=hS([...r.ruleCache],r)}ut.DEBUG&&console.timeEnd("Build stylesheet");let{defaults:o,base:u,components:f,utilities:c,variants:d}=r.stylesheetCache;t.base&&(t.base.before(lt([...u,...o],t.base.source,{layer:"base"})),t.base.remove()),t.components&&(t.components.before(lt([...f],t.components.source,{layer:"components"})),t.components.remove()),t.utilities&&(t.utilities.before(lt([...c],t.utilities.source,{layer:"utilities"})),t.utilities.remove());let p=Array.from(d).filter(y=>{let x=y.raws.tailwind?.parentLayer;return x==="components"?t.components!==null:x==="utilities"?t.utilities!==null:!0});t.variants?(t.variants.before(lt(p,t.variants.source,{layer:"variants"})),t.variants.remove()):p.length>0&&e.append(lt(p,e.source,{layer:"variants"}));let h=p.some(y=>y.raws.tailwind?.parentLayer==="utilities");t.utilities&&c.size===0&&!h&&W.warn("content-problems",["No utility classes were detected in your source files. If this is unexpected, double-check the `content` option in your Tailwind CSS configuration.","https://tailwindcss.com/docs/content-configuration"]),ut.DEBUG&&(console.log("Potential classes: ",i.size),console.log("Active contexts: ",_i.size)),r.changedContent=[],e.walkAtRules("layer",y=>{Object.keys(t).includes(y.params)&&y.remove()})}}var hd,ut,md,gd,Ur,yd=C(()=>{l();hd=Y(As());We();os();es();ke();cd();dd();ut=ye,md={DEFAULT:pd},gd={DEFAULT:r=>r,svelte:r=>r.replace(/(?:^|\s)class:/g," ")};Ur=new WeakMap});function ps(r){let e=new Map;U.root({nodes:[r.clone()]}).walkRules(n=>{(0,Ua.default)(a=>{a.walkClasses(o=>{let u=o.parent.toString(),f=e.get(u);f||e.set(u,f=new Set),f.add(o.value)})}).processSync(n.selector)});let i=Array.from(e.values(),n=>Array.from(n)),s=i.flat();return Object.assign(s,{groups:i})}function wd(r){return mS.transformSync(r)}function bd(r,e){let t=new Set;for(let i of r)t.add(i.split(e).pop());return Array.from(t)}function vd(r,e){let t=r.tailwindConfig.prefix;return typeof t=="function"?t(e):t+e}function*xd(r){for(yield r;r.parent;)yield r.parent,r=r.parent}function gS(r,e={}){let t=r.nodes;r.nodes=[];let i=r.clone(e);return r.nodes=t,i}function yS(r){for(let e of xd(r))if(r!==e){if(e.type==="root")break;r=gS(e,{nodes:[r]})}return r}function wS(r,e){let t=new Map,i=e.layerOrder.user>>4n;return r.walkRules((s,n)=>{for(let o of xd(s))if(o.raws.tailwind?.layer!==void 0)return;let a=yS(s);for(let o of ps(s)){let u=t.get(o)||[];t.set(o,u),u.push([{layer:"user",sort:BigInt(n)+i,important:!1},a])}}),t}function bS(r,e){for(let t of r){if(e.notClassCache.has(t)||e.applyClassCache.has(t))continue;if(e.classCache.has(t)){e.applyClassCache.set(t,e.classCache.get(t).map(([s,n])=>[s,n.clone()]));continue}let i=Array.from(ns(t,e));if(i.length===0){e.notClassCache.add(t);continue}e.applyClassCache.set(t,i)}return e.applyClassCache}function vS(r){let e=null;return{get:t=>(e=e||r(),e.get(t)),has:t=>(e=e||r(),e.has(t))}}function xS(r){return{get:e=>r.flatMap(t=>t.get(e)||[]),has:e=>r.some(t=>t.has(e))}}function kd(r){let e=r.split(/[\s\t\n]+/g);return e[e.length-1]==="!important"?[e.slice(0,-1),!0]:[e,!1]}function Sd(r,e,t){let i=new Set,s=[];if(r.walkAtRules("apply",u=>{let[f]=kd(u.params);for(let c of f)i.add(c);s.push(u)}),s.length===0)return;let n=xS([t,bS(i,e)]);function a(u,f,c){let d=`.${fe(c)}`,p=[...new Set([d,d.replace(/\\2c /g,"\\,")])],h=wd(f);return wd(u).map(y=>{let x=[];for(let b of h){let v=b;for(let k of p)v=v.replace(k,y);v!==b&&x.push(v)}return x.join(", ")}).join(", ")}let o=new Map;for(let u of s){let[f]=o.get(u.parent)||[[],u.source];o.set(u.parent,[f,u.source]);let[c,d]=kd(u.params);if(u.parent.type==="atrule"){if(u.parent.name==="screen"){let p=u.parent.params;throw u.error(`@apply is not supported within nested at-rules like @screen. We suggest you write this as @apply ${c.map(h=>`${p}:${h}`).join(" ")} instead.`)}throw u.error(`@apply is not supported within nested at-rules like @${u.parent.name}. You can fix this by un-nesting @${u.parent.name}.`)}for(let p of c){if([vd(e,"group"),vd(e,"peer")].includes(p))throw u.error(`@apply should not be used with the '${p}' utility`);if(!n.has(p))throw u.error(`The \`${p}\` class does not exist. If \`${p}\` is a custom class, make sure it is defined within a \`@layer\` directive.`);let h=n.get(p);f.push([p,d,h])}}for(let[u,[f,c]]of o){let d=[];for(let[h,y,x]of f){let b=[h,...bd([h],e.tailwindConfig.separator)];for(let[v,k]of x){let T=ps(u),P=ps(k);if(P=P.groups.filter(R=>R.some(Q=>b.includes(Q))).flat(),P=P.concat(bd(P,e.tailwindConfig.separator)),T.some(R=>P.includes(R)))throw k.error(`You cannot \`@apply\` the \`${h}\` utility here because it creates a circular dependency.`);let V=U.root({nodes:[k.clone()]});V.walk(R=>{R.source=c}),(k.type!=="atrule"||k.type==="atrule"&&k.name!=="keyframes")&&V.walkRules(R=>{if(!ps(R).some(Ht=>Ht===h)){R.remove();return}let Q=typeof e.tailwindConfig.important=="string"?e.tailwindConfig.important:null,Be=u.raws.tailwind!==void 0&&Q&&u.selector.indexOf(Q)===0?u.selector.slice(Q.length):u.selector;R.selector=a(Be,R.selector,h),Q&&Be!==u.selector&&(R.selector=`${Q} ${R.selector}`),R.walkDecls(Ht=>{Ht.important=v.important||y})}),!!V.nodes[0]&&d.push([{...v,sort:v.sort|e.layerOrder[v.layer]},V.nodes[0]])}}let p=d.sort(([h],[y])=>at(h.sort-y.sort)).map(h=>h[1]);u.after(p)}for(let u of s)u.parent.nodes.length>1?u.remove():u.parent.remove();Sd(r,e,t)}function Va(r){return e=>{let t=vS(()=>wS(e,r));Sd(e,r,t)}}var Ua,mS,Cd=C(()=>{l();He();Ua=Y(Ce());os();es();Et();mS=(0,Ua.default)(r=>r.nodes.map(e=>e.toString()))});var _d=w((UT,ds)=>{l();(function(){"use strict";function r(i,s,n){if(!i)return null;r.caseSensitive||(i=i.toLowerCase());var a=r.threshold===null?null:r.threshold*i.length,o=r.thresholdAbsolute,u;a!==null&&o!==null?u=Math.min(a,o):a!==null?u=a:o!==null?u=o:u=null;var f,c,d,p,h,y=s.length;for(h=0;hn)return n+1;var u=[],f,c,d,p,h;for(f=0;f<=o;f++)u[f]=[f];for(c=0;c<=a;c++)u[0][c]=c;for(f=1;f<=o;f++){for(d=e,p=1,f>n&&(p=f-n),h=o+1,h>n+f&&(h=n+f),c=1;c<=a;c++)ch?u[f][c]=n+1:s.charAt(f-1)===i.charAt(c-1)?u[f][c]=u[f-1][c-1]:u[f][c]=Math.min(u[f-1][c-1]+1,Math.min(u[f][c-1]+1,u[f-1][c]+1)),u[f][c]n)return n+1}return u[o][a]}})()});var Od=w((VT,Ad)=>{l();var Wa="(".charCodeAt(0),Ga=")".charCodeAt(0),hs="'".charCodeAt(0),Ha='"'.charCodeAt(0),Ya="\\".charCodeAt(0),Dt="/".charCodeAt(0),Qa=",".charCodeAt(0),Ja=":".charCodeAt(0),ms="*".charCodeAt(0),kS="u".charCodeAt(0),SS="U".charCodeAt(0),CS="+".charCodeAt(0),_S=/^[a-f0-9?-]+$/i;Ad.exports=function(r){for(var e=[],t=r,i,s,n,a,o,u,f,c,d=0,p=t.charCodeAt(d),h=t.length,y=[{nodes:e}],x=0,b,v="",k="",T="";d{l();Ed.exports=function r(e,t,i){var s,n,a,o;for(s=0,n=e.length;s{l();function Pd(r,e){var t=r.type,i=r.value,s,n;return e&&(n=e(r))!==void 0?n:t==="word"||t==="space"?i:t==="string"?(s=r.quote||"",s+i+(r.unclosed?"":s)):t==="comment"?"/*"+i+(r.unclosed?"":"*/"):t==="div"?(r.before||"")+i+(r.after||""):Array.isArray(r.nodes)?(s=Dd(r.nodes,e),t!=="function"?s:i+"("+(r.before||"")+s+(r.after||"")+(r.unclosed?"":")")):i}function Dd(r,e){var t,i;if(Array.isArray(r)){for(t="",i=r.length-1;~i;i-=1)t=Pd(r[i],e)+t;return t}return Pd(r,e)}qd.exports=Dd});var Md=w((HT,Rd)=>{l();var gs="-".charCodeAt(0),ys="+".charCodeAt(0),Xa=".".charCodeAt(0),AS="e".charCodeAt(0),OS="E".charCodeAt(0);function ES(r){var e=r.charCodeAt(0),t;if(e===ys||e===gs){if(t=r.charCodeAt(1),t>=48&&t<=57)return!0;var i=r.charCodeAt(2);return t===Xa&&i>=48&&i<=57}return e===Xa?(t=r.charCodeAt(1),t>=48&&t<=57):e>=48&&e<=57}Rd.exports=function(r){var e=0,t=r.length,i,s,n;if(t===0||!ES(r))return!1;for(i=r.charCodeAt(e),(i===ys||i===gs)&&e++;e57));)e+=1;if(i=r.charCodeAt(e),s=r.charCodeAt(e+1),i===Xa&&s>=48&&s<=57)for(e+=2;e57));)e+=1;if(i=r.charCodeAt(e),s=r.charCodeAt(e+1),n=r.charCodeAt(e+2),(i===AS||i===OS)&&(s>=48&&s<=57||(s===ys||s===gs)&&n>=48&&n<=57))for(e+=s===ys||s===gs?3:2;e57));)e+=1;return{number:r.slice(0,e),unit:r.slice(e)}}});var Vr=w((YT,Fd)=>{l();var TS=Od(),Ld=Td(),Nd=Id();function Je(r){return this instanceof Je?(this.nodes=TS(r),this):new Je(r)}Je.prototype.toString=function(){return Array.isArray(this.nodes)?Nd(this.nodes):""};Je.prototype.walk=function(r,e){return Ld(this.nodes,r,e),this};Je.unit=Md();Je.walk=Ld;Je.stringify=Nd;Fd.exports=Je});function Za(r){return typeof r=="object"&&r!==null}function PS(r,e){let t=ze(e);do if(t.pop(),(0,Wr.default)(r,t)!==void 0)break;while(t.length);return t.length?t:void 0}function qt(r){return typeof r=="string"?r:r.reduce((e,t,i)=>t.includes(".")?`${e}[${t}]`:i===0?t:`${e}.${t}`,"")}function zd(r){return r.map(e=>`'${e}'`).join(", ")}function $d(r){return zd(Object.keys(r))}function eo(r,e,t,i={}){let s=Array.isArray(e)?qt(e):e.replace(/^['"]+|['"]+$/g,""),n=Array.isArray(e)?e:ze(s),a=(0,Wr.default)(r.theme,n,t);if(a===void 0){let u=`'${s}' does not exist in your theme config.`,f=n.slice(0,-1),c=(0,Wr.default)(r.theme,f);if(Za(c)){let d=Object.keys(c).filter(h=>eo(r,[...f,h]).isValid),p=(0,Bd.default)(n[n.length-1],d);p?u+=` Did you mean '${qt([...f,p])}'?`:d.length>0&&(u+=` '${qt(f)}' has the following valid keys: ${zd(d)}`)}else{let d=PS(r.theme,s);if(d){let p=(0,Wr.default)(r.theme,d);Za(p)?u+=` '${qt(d)}' has the following keys: ${$d(p)}`:u+=` '${qt(d)}' is not an object.`}else u+=` Your theme has the following top-level keys: ${$d(r.theme)}`}return{isValid:!1,error:u}}if(!(typeof a=="string"||typeof a=="number"||typeof a=="function"||a instanceof String||a instanceof Number||Array.isArray(a))){let u=`'${s}' was found but does not resolve to a string.`;if(Za(a)){let f=Object.keys(a).filter(c=>eo(r,[...n,c]).isValid);f.length&&(u+=` Did you mean something like '${qt([...n,f[0]])}'?`)}return{isValid:!1,error:u}}let[o]=n;return{isValid:!0,value:Le(o)(a,i)}}function DS(r,e,t){e=e.map(s=>jd(r,s,t));let i=[""];for(let s of e)s.type==="div"&&s.value===","?i.push(""):i[i.length-1]+=Ka.default.stringify(s);return i}function jd(r,e,t){if(e.type==="function"&&t[e.value]!==void 0){let i=DS(r,e.nodes,t);e.type="word",e.value=t[e.value](r,...i)}return e}function qS(r,e,t){return(0,Ka.default)(e).walk(i=>{jd(r,i,t)}).toString()}function*RS(r){r=r.replace(/^['"]+|['"]+$/g,"");let e=r.match(/^([^\s]+)(?![^\[]*\])(?:\s*\/\s*([^\/\s]+))$/),t;yield[r,void 0],e&&(r=e[1],t=e[2],yield[r,t])}function MS(r,e,t){let i=Array.from(RS(e)).map(([s,n])=>Object.assign(eo(r,s,t,{opacityValue:n}),{resolvedPath:s,alpha:n}));return i.find(s=>s.isValid)??i[0]}function Ud({tailwindConfig:r}){let e={theme:(t,i,...s)=>{let{isValid:n,value:a,error:o,alpha:u}=MS(r,i,s.length?s:void 0);if(!n)throw t.error(o);let f=yt(a),c=f!==void 0&&typeof f=="function";return(u!==void 0||c)&&(u===void 0&&(u=1),a=_e(f,u,f)),a},screen:(t,i)=>{i=i.replace(/^['"]+/g,"").replace(/['"]+$/g,"");let n=Ye(r.theme.screens).find(({name:a})=>a===i);if(!n)throw t.error(`The '${i}' screen does not exist in your theme.`);return ot(n)}};return t=>{t.walk(i=>{let s=IS[i.type];s!==void 0&&(i[s]=qS(i,i[s],e))})}}var Wr,Bd,Ka,IS,Vd=C(()=>{l();Wr=Y(ha()),Bd=Y(_d());Fr();Ka=Y(Vr());rs();ts();ei();vr();Sr();IS={atrule:"params",decl:"value"}});function Wd({tailwindConfig:{theme:r}}){return function(e){e.walkAtRules("screen",t=>{let i=t.params,n=Ye(r.screens).find(({name:a})=>a===i);if(!n)throw t.error(`No \`${i}\` screen found.`);t.name="media",t.params=ot(n)})}}var Gd=C(()=>{l();rs();ts()});function LS(r){let e=r.filter(o=>o.type!=="pseudo"||o.nodes.length>0?!0:o.value.startsWith("::")||[":before",":after",":first-line",":first-letter"].includes(o.value)).reverse(),t=new Set(["tag","class","id","attribute"]),i=e.findIndex(o=>t.has(o.type));if(i===-1)return e.reverse().join("").trim();let s=e[i],n=Hd[s.type]?Hd[s.type](s):s;e=e.slice(0,i);let a=e.findIndex(o=>o.type==="combinator"&&o.value===">");return a!==-1&&(e.splice(0,a),e.unshift(ws.default.universal())),[n,...e.reverse()].join("").trim()}function FS(r){return to.has(r)||to.set(r,NS.transformSync(r)),to.get(r)}function ro({tailwindConfig:r}){return e=>{let t=new Map,i=new Set;if(e.walkAtRules("defaults",s=>{if(s.nodes&&s.nodes.length>0){i.add(s);return}let n=s.params;t.has(n)||t.set(n,new Set),t.get(n).add(s.parent),s.remove()}),K(r,"optimizeUniversalDefaults"))for(let s of i){let n=new Map,a=t.get(s.params)??[];for(let o of a)for(let u of FS(o.selector)){let f=u.includes(":-")||u.includes("::-")?u:"__DEFAULT__",c=n.get(f)??new Set;n.set(f,c),c.add(u)}if(K(r,"optimizeUniversalDefaults")){if(n.size===0){s.remove();continue}for(let[,o]of n){let u=U.rule({source:s.source});u.selectors=[...o],u.append(s.nodes.map(f=>f.clone())),s.before(u)}}s.remove()}else if(i.size){let s=U.rule({selectors:["*","::before","::after"]});for(let a of i)s.append(a.nodes),s.parent||a.before(s),s.source||(s.source=a.source),a.remove();let n=s.clone({selectors:["::backdrop"]});s.after(n)}}}var ws,Hd,NS,to,Yd=C(()=>{l();He();ws=Y(Ce());Ve();Hd={id(r){return ws.default.attribute({attribute:"id",operator:"=",value:r.value,quoteMark:'"'})}};NS=(0,ws.default)(r=>r.map(e=>{let t=e.split(i=>i.type==="combinator"&&i.value===" ").pop();return LS(t)})),to=new Map});function io(){function r(e){let t=null;e.each(i=>{if(!BS.has(i.type)){t=null;return}if(t===null){t=i;return}let s=Qd[i.type];i.type==="atrule"&&i.name==="font-face"?t=i:s.every(n=>(i[n]??"").replace(/\s+/g," ")===(t[n]??"").replace(/\s+/g," "))?(i.nodes&&t.append(i.nodes),i.remove()):t=i}),e.each(i=>{i.type==="atrule"&&r(i)})}return e=>{r(e)}}var Qd,BS,Jd=C(()=>{l();Qd={atrule:["name","params"],rule:["selector"]},BS=new Set(Object.keys(Qd))});function so(){return r=>{r.walkRules(e=>{let t=new Map,i=new Set([]),s=new Map;e.walkDecls(n=>{if(n.parent===e){if(t.has(n.prop)){if(t.get(n.prop).value===n.value){i.add(t.get(n.prop)),t.set(n.prop,n);return}s.has(n.prop)||s.set(n.prop,new Set),s.get(n.prop).add(t.get(n.prop)),s.get(n.prop).add(n)}t.set(n.prop,n)}});for(let n of i)n.remove();for(let n of s.values()){let a=new Map;for(let o of n){let u=$S(o.value);u!==null&&(a.has(u)||a.set(u,new Set),a.get(u).add(o))}for(let o of a.values()){let u=Array.from(o).slice(0,-1);for(let f of u)f.remove()}}})}}function $S(r){let e=/^-?\d*.?\d+([\w%]+)?$/g.exec(r);return e?e[1]??zS:null}var zS,Xd=C(()=>{l();zS=Symbol("unitless-number")});function jS(r){if(!r.walkAtRules)return;let e=new Set;if(r.walkAtRules("apply",t=>{e.add(t.parent)}),e.size!==0)for(let t of e){let i=[],s=[];for(let n of t.nodes)n.type==="atrule"&&n.name==="apply"?(s.length>0&&(i.push(s),s=[]),i.push([n])):s.push(n);if(s.length>0&&i.push(s),i.length!==1){for(let n of[...i].reverse()){let a=t.clone({nodes:[]});a.append(n),t.after(a)}t.remove()}}}function bs(){return r=>{jS(r)}}var Kd=C(()=>{l()});function Zd(r){return(e,t)=>{let i=!1;e.walkAtRules("tailwind",s=>{if(i)return!1;if(s.parent&&s.parent.type!=="root")return i=!0,s.warn(t,["Nested @tailwind rules were detected, but are not supported.","Consider using a prefix to scope Tailwind's classes: https://tailwindcss.com/docs/configuration#prefix","Alternatively, use the important selector strategy: https://tailwindcss.com/docs/configuration#selector-strategy"].join(` +`)),!1}),e.walkRules(s=>{if(i)return!1;s.walkRules(n=>(i=!0,n.warn(t,["Nested CSS was detected, but CSS nesting has not been configured correctly.","Please enable a CSS nesting plugin *before* Tailwind in your configuration.","See how here: https://tailwindcss.com/docs/using-with-preprocessors#nesting"].join(` +`)),!1))})}}var eh=C(()=>{l()});function vs(r){return function(e,t){let{tailwindDirectives:i,applyDirectives:s}=$a(e);Zd()(e,t),bs()(e,t);let n=r({tailwindDirectives:i,applyDirectives:s,registerDependency(a){t.messages.push({plugin:"tailwindcss",parent:t.opts.from,...a})},createContext(a,o){return La(a,o,e)}})(e,t);if(n.tailwindConfig.separator==="-")throw new Error("The '-' character cannot be used as a custom separator in JIT mode due to parsing ambiguity. Please use another character like '_' instead.");Af(n.tailwindConfig),ja(n)(e,t),bs()(e,t),Va(n)(e,t),Ud(n)(e,t),Wd(n)(e,t),ro(n)(e,t),io(n)(e,t),so(n)(e,t)}}var th=C(()=>{l();fd();yd();Cd();Vd();Gd();Yd();Jd();Xd();Kd();eh();us();Ve()});var rh=w((EP,no)=>{l();ud();th();We();no.exports=function(e){return{postcssPlugin:"tailwindcss",plugins:[ye.DEBUG&&function(t){return console.log(` +`),console.time("JIT TOTAL"),t},function(t,i){let s=za(e);if(t.type==="document"){let n=t.nodes.filter(a=>a.type==="root");for(let a of n)a.type==="root"&&vs(s)(a,i);return}vs(s)(t,i)},ye.DEBUG&&function(t){return console.timeEnd("JIT TOTAL"),console.log(` +`),t}].filter(Boolean)}};no.exports.postcss=!0});var ao=w((TP,ih)=>{l();ih.exports=()=>["and_chr 92","and_uc 12.12","chrome 92","chrome 91","edge 91","firefox 89","ios_saf 14.5-14.7","ios_saf 14.0-14.4","safari 14.1","samsung 14.0"]});var xs={};de(xs,{agents:()=>US,feature:()=>VS});function VS(){return{status:"cr",title:"CSS Feature Queries",stats:{ie:{"6":"n","7":"n","8":"n","9":"n","10":"n","11":"n","5.5":"n"},edge:{"12":"y","13":"y","14":"y","15":"y","16":"y","17":"y","18":"y","79":"y","80":"y","81":"y","83":"y","84":"y","85":"y","86":"y","87":"y","88":"y","89":"y","90":"y","91":"y","92":"y"},firefox:{"2":"n","3":"n","4":"n","5":"n","6":"n","7":"n","8":"n","9":"n","10":"n","11":"n","12":"n","13":"n","14":"n","15":"n","16":"n","17":"n","18":"n","19":"n","20":"n","21":"n","22":"y","23":"y","24":"y","25":"y","26":"y","27":"y","28":"y","29":"y","30":"y","31":"y","32":"y","33":"y","34":"y","35":"y","36":"y","37":"y","38":"y","39":"y","40":"y","41":"y","42":"y","43":"y","44":"y","45":"y","46":"y","47":"y","48":"y","49":"y","50":"y","51":"y","52":"y","53":"y","54":"y","55":"y","56":"y","57":"y","58":"y","59":"y","60":"y","61":"y","62":"y","63":"y","64":"y","65":"y","66":"y","67":"y","68":"y","69":"y","70":"y","71":"y","72":"y","73":"y","74":"y","75":"y","76":"y","77":"y","78":"y","79":"y","80":"y","81":"y","82":"y","83":"y","84":"y","85":"y","86":"y","87":"y","88":"y","89":"y","90":"y","91":"y","92":"y","93":"y","3.5":"n","3.6":"n"},chrome:{"4":"n","5":"n","6":"n","7":"n","8":"n","9":"n","10":"n","11":"n","12":"n","13":"n","14":"n","15":"n","16":"n","17":"n","18":"n","19":"n","20":"n","21":"n","22":"n","23":"n","24":"n","25":"n","26":"n","27":"n","28":"y","29":"y","30":"y","31":"y","32":"y","33":"y","34":"y","35":"y","36":"y","37":"y","38":"y","39":"y","40":"y","41":"y","42":"y","43":"y","44":"y","45":"y","46":"y","47":"y","48":"y","49":"y","50":"y","51":"y","52":"y","53":"y","54":"y","55":"y","56":"y","57":"y","58":"y","59":"y","60":"y","61":"y","62":"y","63":"y","64":"y","65":"y","66":"y","67":"y","68":"y","69":"y","70":"y","71":"y","72":"y","73":"y","74":"y","75":"y","76":"y","77":"y","78":"y","79":"y","80":"y","81":"y","83":"y","84":"y","85":"y","86":"y","87":"y","88":"y","89":"y","90":"y","91":"y","92":"y","93":"y","94":"y","95":"y"},safari:{"4":"n","5":"n","6":"n","7":"n","8":"n","9":"y","10":"y","11":"y","12":"y","13":"y","14":"y","15":"y","9.1":"y","10.1":"y","11.1":"y","12.1":"y","13.1":"y","14.1":"y",TP:"y","3.1":"n","3.2":"n","5.1":"n","6.1":"n","7.1":"n"},opera:{"9":"n","11":"n","12":"n","15":"y","16":"y","17":"y","18":"y","19":"y","20":"y","21":"y","22":"y","23":"y","24":"y","25":"y","26":"y","27":"y","28":"y","29":"y","30":"y","31":"y","32":"y","33":"y","34":"y","35":"y","36":"y","37":"y","38":"y","39":"y","40":"y","41":"y","42":"y","43":"y","44":"y","45":"y","46":"y","47":"y","48":"y","49":"y","50":"y","51":"y","52":"y","53":"y","54":"y","55":"y","56":"y","57":"y","58":"y","60":"y","62":"y","63":"y","64":"y","65":"y","66":"y","67":"y","68":"y","69":"y","70":"y","71":"y","72":"y","73":"y","74":"y","75":"y","76":"y","77":"y","78":"y","12.1":"y","9.5-9.6":"n","10.0-10.1":"n","10.5":"n","10.6":"n","11.1":"n","11.5":"n","11.6":"n"},ios_saf:{"8":"n","9.0-9.2":"y","9.3":"y","10.0-10.2":"y","10.3":"y","11.0-11.2":"y","11.3-11.4":"y","12.0-12.1":"y","12.2-12.4":"y","13.0-13.1":"y","13.2":"y","13.3":"y","13.4-13.7":"y","14.0-14.4":"y","14.5-14.7":"y","3.2":"n","4.0-4.1":"n","4.2-4.3":"n","5.0-5.1":"n","6.0-6.1":"n","7.0-7.1":"n","8.1-8.4":"n"},op_mini:{all:"y"},android:{"3":"n","4":"n","92":"y","4.4":"y","4.4.3-4.4.4":"y","2.1":"n","2.2":"n","2.3":"n","4.1":"n","4.2-4.3":"n"},bb:{"7":"n","10":"n"},op_mob:{"10":"n","11":"n","12":"n","64":"y","11.1":"n","11.5":"n","12.1":"n"},and_chr:{"92":"y"},and_ff:{"90":"y"},ie_mob:{"10":"n","11":"n"},and_uc:{"12.12":"y"},samsung:{"4":"y","5.0-5.4":"y","6.2-6.4":"y","7.2-7.4":"y","8.2":"y","9.2":"y","10.1":"y","11.1-11.2":"y","12.0":"y","13.0":"y","14.0":"y"},and_qq:{"10.4":"y"},baidu:{"7.12":"y"},kaios:{"2.5":"y"}}}}var US,ks=C(()=>{l();US={ie:{prefix:"ms"},edge:{prefix:"webkit",prefix_exceptions:{"12":"ms","13":"ms","14":"ms","15":"ms","16":"ms","17":"ms","18":"ms"}},firefox:{prefix:"moz"},chrome:{prefix:"webkit"},safari:{prefix:"webkit"},opera:{prefix:"webkit",prefix_exceptions:{"9":"o","11":"o","12":"o","9.5-9.6":"o","10.0-10.1":"o","10.5":"o","10.6":"o","11.1":"o","11.5":"o","11.6":"o","12.1":"o"}},ios_saf:{prefix:"webkit"},op_mini:{prefix:"o"},android:{prefix:"webkit"},bb:{prefix:"webkit"},op_mob:{prefix:"o",prefix_exceptions:{"64":"webkit"}},and_chr:{prefix:"webkit"},and_ff:{prefix:"moz"},ie_mob:{prefix:"ms"},and_uc:{prefix:"webkit",prefix_exceptions:{"12.12":"webkit"}},samsung:{prefix:"webkit"},and_qq:{prefix:"webkit"},baidu:{prefix:"webkit"},kaios:{prefix:"moz"}}});var sh=w(()=>{l()});var Z=w((qP,Xe)=>{l();var{list:oo}=ue();Xe.exports.error=function(r){let e=new Error(r);throw e.autoprefixer=!0,e};Xe.exports.uniq=function(r){return[...new Set(r)]};Xe.exports.removeNote=function(r){return r.includes(" ")?r.split(" ")[0]:r};Xe.exports.escapeRegexp=function(r){return r.replace(/[$()*+-.?[\\\]^{|}]/g,"\\$&")};Xe.exports.regexp=function(r,e=!0){return e&&(r=this.escapeRegexp(r)),new RegExp(`(^|[\\s,(])(${r}($|[\\s(,]))`,"gi")};Xe.exports.editList=function(r,e){let t=oo.comma(r),i=e(t,[]);if(t===i)return r;let s=r.match(/,\s*/);return s=s?s[0]:", ",i.join(s)};Xe.exports.splitSelector=function(r){return oo.comma(r).map(e=>oo.space(e).map(t=>t.split(/(?=\.|#)/g)))}});var Ke=w((IP,oh)=>{l();var WS=ao(),nh=(ks(),xs).agents,GS=Z(),ah=class{static prefixes(){if(this.prefixesCache)return this.prefixesCache;this.prefixesCache=[];for(let e in nh)this.prefixesCache.push(`-${nh[e].prefix}-`);return this.prefixesCache=GS.uniq(this.prefixesCache).sort((e,t)=>t.length-e.length),this.prefixesCache}static withPrefix(e){return this.prefixesRegexp||(this.prefixesRegexp=new RegExp(this.prefixes().join("|"))),this.prefixesRegexp.test(e)}constructor(e,t,i,s){this.data=e,this.options=i||{},this.browserslistOpts=s||{},this.selected=this.parse(t)}parse(e){let t={};for(let i in this.browserslistOpts)t[i]=this.browserslistOpts[i];return t.path=this.options.from,WS(e,t)}prefix(e){let[t,i]=e.split(" "),s=this.data[t],n=s.prefix_exceptions&&s.prefix_exceptions[i];return n||(n=s.prefix),`-${n}-`}isSelected(e){return this.selected.includes(e)}};oh.exports=ah});var Gr=w((RP,lh)=>{l();lh.exports={prefix(r){let e=r.match(/^(-\w+-)/);return e?e[0]:""},unprefixed(r){return r.replace(/^-\w+-/,"")}}});var It=w((MP,fh)=>{l();var HS=Ke(),uh=Gr(),YS=Z();function lo(r,e){let t=new r.constructor;for(let i of Object.keys(r||{})){let s=r[i];i==="parent"&&typeof s=="object"?e&&(t[i]=e):i==="source"||i===null?t[i]=s:Array.isArray(s)?t[i]=s.map(n=>lo(n,t)):i!=="_autoprefixerPrefix"&&i!=="_autoprefixerValues"&&i!=="proxyCache"&&(typeof s=="object"&&s!==null&&(s=lo(s,t)),t[i]=s)}return t}var Ss=class{static hack(e){return this.hacks||(this.hacks={}),e.names.map(t=>(this.hacks[t]=e,this.hacks[t]))}static load(e,t,i){let s=this.hacks&&this.hacks[e];return s?new s(e,t,i):new this(e,t,i)}static clone(e,t){let i=lo(e);for(let s in t)i[s]=t[s];return i}constructor(e,t,i){this.prefixes=t,this.name=e,this.all=i}parentPrefix(e){let t;return typeof e._autoprefixerPrefix!="undefined"?t=e._autoprefixerPrefix:e.type==="decl"&&e.prop[0]==="-"?t=uh.prefix(e.prop):e.type==="root"?t=!1:e.type==="rule"&&e.selector.includes(":-")&&/:(-\w+-)/.test(e.selector)?t=e.selector.match(/:(-\w+-)/)[1]:e.type==="atrule"&&e.name[0]==="-"?t=uh.prefix(e.name):t=this.parentPrefix(e.parent),HS.prefixes().includes(t)||(t=!1),e._autoprefixerPrefix=t,e._autoprefixerPrefix}process(e,t){if(!this.check(e))return;let i=this.parentPrefix(e),s=this.prefixes.filter(a=>!i||i===YS.removeNote(a)),n=[];for(let a of s)this.add(e,a,n.concat([a]),t)&&n.push(a);return n}clone(e,t){return Ss.clone(e,t)}};fh.exports=Ss});var D=w((LP,dh)=>{l();var QS=It(),JS=Ke(),ch=Z(),ph=class extends QS{check(){return!0}prefixed(e,t){return t+e}normalize(e){return e}otherPrefixes(e,t){for(let i of JS.prefixes())if(i!==t&&e.includes(i))return!0;return!1}set(e,t){return e.prop=this.prefixed(e.prop,t),e}needCascade(e){return e._autoprefixerCascade||(e._autoprefixerCascade=this.all.options.cascade!==!1&&e.raw("before").includes(` +`)),e._autoprefixerCascade}maxPrefixed(e,t){if(t._autoprefixerMax)return t._autoprefixerMax;let i=0;for(let s of e)s=ch.removeNote(s),s.length>i&&(i=s.length);return t._autoprefixerMax=i,t._autoprefixerMax}calcBefore(e,t,i=""){let n=this.maxPrefixed(e,t)-ch.removeNote(i).length,a=t.raw("before");return n>0&&(a+=Array(n).fill(" ").join("")),a}restoreBefore(e){let t=e.raw("before").split(` +`),i=t[t.length-1];this.all.group(e).up(s=>{let n=s.raw("before").split(` +`),a=n[n.length-1];a.lengtha.prop===s.prop&&a.value===s.value)))return this.needCascade(e)&&(s.raws.before=this.calcBefore(i,e,t)),e.parent.insertBefore(e,s)}isAlready(e,t){let i=this.all.group(e).up(s=>s.prop===t);return i||(i=this.all.group(e).down(s=>s.prop===t)),i}add(e,t,i,s){let n=this.prefixed(e.prop,t);if(!(this.isAlready(e,n)||this.otherPrefixes(e.value,t)))return this.insert(e,t,i,s)}process(e,t){if(!this.needCascade(e)){super.process(e,t);return}let i=super.process(e,t);!i||!i.length||(this.restoreBefore(e),e.raws.before=this.calcBefore(i,e))}old(e,t){return[this.prefixed(e,t)]}};dh.exports=ph});var mh=w((NP,hh)=>{l();hh.exports=function r(e){return{mul:t=>new r(e*t),div:t=>new r(e/t),simplify:()=>new r(e),toString:()=>e.toString()}}});var wh=w((FP,yh)=>{l();var XS=mh(),KS=It(),uo=Z(),ZS=/(min|max)-resolution\s*:\s*\d*\.?\d+(dppx|dpcm|dpi|x)/gi,e2=/(min|max)-resolution(\s*:\s*)(\d*\.?\d+)(dppx|dpcm|dpi|x)/i,gh=class extends KS{prefixName(e,t){return e==="-moz-"?t+"--moz-device-pixel-ratio":e+t+"-device-pixel-ratio"}prefixQuery(e,t,i,s,n){return s=new XS(s),n==="dpi"?s=s.div(96):n==="dpcm"&&(s=s.mul(2.54).div(96)),s=s.simplify(),e==="-o-"&&(s=s.n+"/"+s.d),this.prefixName(e,t)+i+s}clean(e){if(!this.bad){this.bad=[];for(let t of this.prefixes)this.bad.push(this.prefixName(t,"min")),this.bad.push(this.prefixName(t,"max"))}e.params=uo.editList(e.params,t=>t.filter(i=>this.bad.every(s=>!i.includes(s))))}process(e){let t=this.parentPrefix(e),i=t?[t]:this.prefixes;e.params=uo.editList(e.params,(s,n)=>{for(let a of s){if(!a.includes("min-resolution")&&!a.includes("max-resolution")){n.push(a);continue}for(let o of i){let u=a.replace(ZS,f=>{let c=f.match(e2);return this.prefixQuery(o,c[1],c[2],c[3],c[4])});n.push(u)}n.push(a)}return uo.uniq(n)})}};yh.exports=gh});var Sh=w((BP,kh)=>{l();var{list:t2}=ue(),bh=Vr(),r2=Ke(),vh=Gr(),xh=class{constructor(e){this.props=["transition","transition-property"],this.prefixes=e}add(e,t){let i,s,n=this.prefixes.add[e.prop],a=this.ruleVendorPrefixes(e),o=a||n&&n.prefixes||[],u=this.parse(e.value),f=u.map(h=>this.findProp(h)),c=[];if(f.some(h=>h[0]==="-"))return;for(let h of u){if(s=this.findProp(h),s[0]==="-")continue;let y=this.prefixes.add[s];if(!(!y||!y.prefixes))for(i of y.prefixes){if(a&&!a.some(b=>i.includes(b)))continue;let x=this.prefixes.prefixed(s,i);x!=="-ms-transform"&&!f.includes(x)&&(this.disabled(s,i)||c.push(this.clone(s,x,h)))}}u=u.concat(c);let d=this.stringify(u),p=this.stringify(this.cleanFromUnprefixed(u,"-webkit-"));if(o.includes("-webkit-")&&this.cloneBefore(e,`-webkit-${e.prop}`,p),this.cloneBefore(e,e.prop,p),o.includes("-o-")){let h=this.stringify(this.cleanFromUnprefixed(u,"-o-"));this.cloneBefore(e,`-o-${e.prop}`,h)}for(i of o)if(i!=="-webkit-"&&i!=="-o-"){let h=this.stringify(this.cleanOtherPrefixes(u,i));this.cloneBefore(e,i+e.prop,h)}d!==e.value&&!this.already(e,e.prop,d)&&(this.checkForWarning(t,e),e.cloneBefore(),e.value=d)}findProp(e){let t=e[0].value;if(/^\d/.test(t)){for(let[i,s]of e.entries())if(i!==0&&s.type==="word")return s.value}return t}already(e,t,i){return e.parent.some(s=>s.prop===t&&s.value===i)}cloneBefore(e,t,i){this.already(e,t,i)||e.cloneBefore({prop:t,value:i})}checkForWarning(e,t){if(t.prop!=="transition-property")return;let i=!1,s=!1;t.parent.each(n=>{if(n.type!=="decl"||n.prop.indexOf("transition-")!==0)return;let a=t2.comma(n.value);if(n.prop==="transition-property"){a.forEach(o=>{let u=this.prefixes.add[o];u&&u.prefixes&&u.prefixes.length>0&&(i=!0)});return}return s=s||a.length>1,!1}),i&&s&&t.warn(e,"Replace transition-property to transition, because Autoprefixer could not support any cases of transition-property and other transition-*")}remove(e){let t=this.parse(e.value);t=t.filter(a=>{let o=this.prefixes.remove[this.findProp(a)];return!o||!o.remove});let i=this.stringify(t);if(e.value===i)return;if(t.length===0){e.remove();return}let s=e.parent.some(a=>a.prop===e.prop&&a.value===i),n=e.parent.some(a=>a!==e&&a.prop===e.prop&&a.value.length>i.length);if(s||n){e.remove();return}e.value=i}parse(e){let t=bh(e),i=[],s=[];for(let n of t.nodes)s.push(n),n.type==="div"&&n.value===","&&(i.push(s),s=[]);return i.push(s),i.filter(n=>n.length>0)}stringify(e){if(e.length===0)return"";let t=[];for(let i of e)i[i.length-1].type!=="div"&&i.push(this.div(e)),t=t.concat(i);return t[0].type==="div"&&(t=t.slice(1)),t[t.length-1].type==="div"&&(t=t.slice(0,-2+1||void 0)),bh.stringify({nodes:t})}clone(e,t,i){let s=[],n=!1;for(let a of i)!n&&a.type==="word"&&a.value===e?(s.push({type:"word",value:t}),n=!0):s.push(a);return s}div(e){for(let t of e)for(let i of t)if(i.type==="div"&&i.value===",")return i;return{type:"div",value:",",after:" "}}cleanOtherPrefixes(e,t){return e.filter(i=>{let s=vh.prefix(this.findProp(i));return s===""||s===t})}cleanFromUnprefixed(e,t){let i=e.map(n=>this.findProp(n)).filter(n=>n.slice(0,t.length)===t).map(n=>this.prefixes.unprefixed(n)),s=[];for(let n of e){let a=this.findProp(n),o=vh.prefix(a);!i.includes(a)&&(o===t||o==="")&&s.push(n)}return s}disabled(e,t){let i=["order","justify-content","align-self","align-content"];if(e.includes("flex")||i.includes(e)){if(this.prefixes.options.flexbox===!1)return!0;if(this.prefixes.options.flexbox==="no-2009")return t.includes("2009")}}ruleVendorPrefixes(e){let{parent:t}=e;if(t.type!=="rule")return!1;if(!t.selector.includes(":-"))return!1;let i=r2.prefixes().filter(s=>t.selector.includes(":"+s));return i.length>0?i:!1}};kh.exports=xh});var Rt=w((zP,_h)=>{l();var i2=Z(),Ch=class{constructor(e,t,i,s){this.unprefixed=e,this.prefixed=t,this.string=i||t,this.regexp=s||i2.regexp(t)}check(e){return e.includes(this.string)?!!e.match(this.regexp):!1}};_h.exports=Ch});var ce=w(($P,Oh)=>{l();var s2=It(),n2=Rt(),a2=Gr(),o2=Z(),Ah=class extends s2{static save(e,t){let i=t.prop,s=[];for(let n in t._autoprefixerValues){let a=t._autoprefixerValues[n];if(a===t.value)continue;let o,u=a2.prefix(i);if(u==="-pie-")continue;if(u===n){o=t.value=a,s.push(o);continue}let f=e.prefixed(i,n),c=t.parent;if(!c.every(y=>y.prop!==f)){s.push(o);continue}let d=a.replace(/\s+/," ");if(c.some(y=>y.prop===t.prop&&y.value.replace(/\s+/," ")===d)){s.push(o);continue}let h=this.clone(t,{value:a});o=t.parent.insertBefore(t,h),s.push(o)}return s}check(e){let t=e.value;return t.includes(this.name)?!!t.match(this.regexp()):!1}regexp(){return this.regexpCache||(this.regexpCache=o2.regexp(this.name))}replace(e,t){return e.replace(this.regexp(),`$1${t}$2`)}value(e){return e.raws.value&&e.raws.value.value===e.value?e.raws.value.raw:e.value}add(e,t){e._autoprefixerValues||(e._autoprefixerValues={});let i=e._autoprefixerValues[t]||this.value(e),s;do if(s=i,i=this.replace(i,t),i===!1)return;while(i!==s);e._autoprefixerValues[t]=i}old(e){return new n2(this.name,e+this.name)}};Oh.exports=Ah});var Ze=w((jP,Eh)=>{l();Eh.exports={}});var co=w((UP,Dh)=>{l();var Th=Vr(),l2=ce(),u2=Ze().insertAreas,f2=/(^|[^-])linear-gradient\(\s*(top|left|right|bottom)/i,c2=/(^|[^-])radial-gradient\(\s*\d+(\w*|%)\s+\d+(\w*|%)\s*,/i,p2=/(!\s*)?autoprefixer:\s*ignore\s+next/i,d2=/(!\s*)?autoprefixer\s*grid:\s*(on|off|(no-)?autoplace)/i,h2=["width","height","min-width","max-width","min-height","max-height","inline-size","min-inline-size","max-inline-size","block-size","min-block-size","max-block-size"];function fo(r){return r.parent.some(e=>e.prop==="grid-template"||e.prop==="grid-template-areas")}function m2(r){let e=r.parent.some(i=>i.prop==="grid-template-rows"),t=r.parent.some(i=>i.prop==="grid-template-columns");return e&&t}var Ph=class{constructor(e){this.prefixes=e}add(e,t){let i=this.prefixes.add["@resolution"],s=this.prefixes.add["@keyframes"],n=this.prefixes.add["@viewport"],a=this.prefixes.add["@supports"];e.walkAtRules(c=>{if(c.name==="keyframes"){if(!this.disabled(c,t))return s&&s.process(c)}else if(c.name==="viewport"){if(!this.disabled(c,t))return n&&n.process(c)}else if(c.name==="supports"){if(this.prefixes.options.supports!==!1&&!this.disabled(c,t))return a.process(c)}else if(c.name==="media"&&c.params.includes("-resolution")&&!this.disabled(c,t))return i&&i.process(c)}),e.walkRules(c=>{if(!this.disabled(c,t))return this.prefixes.add.selectors.map(d=>d.process(c,t))});function o(c){return c.parent.nodes.some(d=>{if(d.type!=="decl")return!1;let p=d.prop==="display"&&/(inline-)?grid/.test(d.value),h=d.prop.startsWith("grid-template"),y=/^grid-([A-z]+-)?gap/.test(d.prop);return p||h||y})}function u(c){return c.parent.some(d=>d.prop==="display"&&/(inline-)?flex/.test(d.value))}let f=this.gridStatus(e,t)&&this.prefixes.add["grid-area"]&&this.prefixes.add["grid-area"].prefixes;return e.walkDecls(c=>{if(this.disabledDecl(c,t))return;let d=c.parent,p=c.prop,h=c.value;if(p==="grid-row-span"){t.warn("grid-row-span is not part of final Grid Layout. Use grid-row.",{node:c});return}else if(p==="grid-column-span"){t.warn("grid-column-span is not part of final Grid Layout. Use grid-column.",{node:c});return}else if(p==="display"&&h==="box"){t.warn("You should write display: flex by final spec instead of display: box",{node:c});return}else if(p==="text-emphasis-position")(h==="under"||h==="over")&&t.warn("You should use 2 values for text-emphasis-position For example, `under left` instead of just `under`.",{node:c});else if(/^(align|justify|place)-(items|content)$/.test(p)&&u(c))(h==="start"||h==="end")&&t.warn(`${h} value has mixed support, consider using flex-${h} instead`,{node:c});else if(p==="text-decoration-skip"&&h==="ink")t.warn("Replace text-decoration-skip: ink to text-decoration-skip-ink: auto, because spec had been changed",{node:c});else{if(f&&this.gridStatus(c,t))if(c.value==="subgrid"&&t.warn("IE does not support subgrid",{node:c}),/^(align|justify|place)-items$/.test(p)&&o(c)){let x=p.replace("-items","-self");t.warn(`IE does not support ${p} on grid containers. Try using ${x} on child elements instead: ${c.parent.selector} > * { ${x}: ${c.value} }`,{node:c})}else if(/^(align|justify|place)-content$/.test(p)&&o(c))t.warn(`IE does not support ${c.prop} on grid containers`,{node:c});else if(p==="display"&&c.value==="contents"){t.warn("Please do not use display: contents; if you have grid setting enabled",{node:c});return}else if(c.prop==="grid-gap"){let x=this.gridStatus(c,t);x==="autoplace"&&!m2(c)&&!fo(c)?t.warn("grid-gap only works if grid-template(-areas) is being used or both rows and columns have been declared and cells have not been manually placed inside the explicit grid",{node:c}):(x===!0||x==="no-autoplace")&&!fo(c)&&t.warn("grid-gap only works if grid-template(-areas) is being used",{node:c})}else if(p==="grid-auto-columns"){t.warn("grid-auto-columns is not supported by IE",{node:c});return}else if(p==="grid-auto-rows"){t.warn("grid-auto-rows is not supported by IE",{node:c});return}else if(p==="grid-auto-flow"){let x=d.some(v=>v.prop==="grid-template-rows"),b=d.some(v=>v.prop==="grid-template-columns");fo(c)?t.warn("grid-auto-flow is not supported by IE",{node:c}):h.includes("dense")?t.warn("grid-auto-flow: dense is not supported by IE",{node:c}):!x&&!b&&t.warn("grid-auto-flow works only if grid-template-rows and grid-template-columns are present in the same rule",{node:c});return}else if(h.includes("auto-fit")){t.warn("auto-fit value is not supported by IE",{node:c,word:"auto-fit"});return}else if(h.includes("auto-fill")){t.warn("auto-fill value is not supported by IE",{node:c,word:"auto-fill"});return}else p.startsWith("grid-template")&&h.includes("[")&&t.warn("Autoprefixer currently does not support line names. Try using grid-template-areas instead.",{node:c,word:"["});if(h.includes("radial-gradient"))if(c2.test(c.value))t.warn("Gradient has outdated direction syntax. New syntax is like `closest-side at 0 0` instead of `0 0, closest-side`.",{node:c});else{let x=Th(h);for(let b of x.nodes)if(b.type==="function"&&b.value==="radial-gradient")for(let v of b.nodes)v.type==="word"&&(v.value==="cover"?t.warn("Gradient has outdated direction syntax. Replace `cover` to `farthest-corner`.",{node:c}):v.value==="contain"&&t.warn("Gradient has outdated direction syntax. Replace `contain` to `closest-side`.",{node:c}))}h.includes("linear-gradient")&&f2.test(h)&&t.warn("Gradient has outdated direction syntax. New syntax is like `to left` instead of `right`.",{node:c})}h2.includes(c.prop)&&(c.value.includes("-fill-available")||(c.value.includes("fill-available")?t.warn("Replace fill-available to stretch, because spec had been changed",{node:c}):c.value.includes("fill")&&Th(h).nodes.some(b=>b.type==="word"&&b.value==="fill")&&t.warn("Replace fill to stretch, because spec had been changed",{node:c})));let y;if(c.prop==="transition"||c.prop==="transition-property")return this.prefixes.transition.add(c,t);if(c.prop==="align-self"){if(this.displayType(c)!=="grid"&&this.prefixes.options.flexbox!==!1&&(y=this.prefixes.add["align-self"],y&&y.prefixes&&y.process(c)),this.gridStatus(c,t)!==!1&&(y=this.prefixes.add["grid-row-align"],y&&y.prefixes))return y.process(c,t)}else if(c.prop==="justify-self"){if(this.gridStatus(c,t)!==!1&&(y=this.prefixes.add["grid-column-align"],y&&y.prefixes))return y.process(c,t)}else if(c.prop==="place-self"){if(y=this.prefixes.add["place-self"],y&&y.prefixes&&this.gridStatus(c,t)!==!1)return y.process(c,t)}else if(y=this.prefixes.add[c.prop],y&&y.prefixes)return y.process(c,t)}),this.gridStatus(e,t)&&u2(e,this.disabled),e.walkDecls(c=>{if(this.disabledValue(c,t))return;let d=this.prefixes.unprefixed(c.prop),p=this.prefixes.values("add",d);if(Array.isArray(p))for(let h of p)h.process&&h.process(c,t);l2.save(this.prefixes,c)})}remove(e,t){let i=this.prefixes.remove["@resolution"];e.walkAtRules((s,n)=>{this.prefixes.remove[`@${s.name}`]?this.disabled(s,t)||s.parent.removeChild(n):s.name==="media"&&s.params.includes("-resolution")&&i&&i.clean(s)});for(let s of this.prefixes.remove.selectors)e.walkRules((n,a)=>{s.check(n)&&(this.disabled(n,t)||n.parent.removeChild(a))});return e.walkDecls((s,n)=>{if(this.disabled(s,t))return;let a=s.parent,o=this.prefixes.unprefixed(s.prop);if((s.prop==="transition"||s.prop==="transition-property")&&this.prefixes.transition.remove(s),this.prefixes.remove[s.prop]&&this.prefixes.remove[s.prop].remove){let u=this.prefixes.group(s).down(f=>this.prefixes.normalize(f.prop)===o);if(o==="flex-flow"&&(u=!0),s.prop==="-webkit-box-orient"){let f={"flex-direction":!0,"flex-flow":!0};if(!s.parent.some(c=>f[c.prop]))return}if(u&&!this.withHackValue(s)){s.raw("before").includes(` +`)&&this.reduceSpaces(s),a.removeChild(n);return}}for(let u of this.prefixes.values("remove",o)){if(!u.check||!u.check(s.value))continue;if(o=u.unprefixed,this.prefixes.group(s).down(c=>c.value.includes(o))){a.removeChild(n);return}}})}withHackValue(e){return e.prop==="-webkit-background-clip"&&e.value==="text"}disabledValue(e,t){return this.gridStatus(e,t)===!1&&e.type==="decl"&&e.prop==="display"&&e.value.includes("grid")||this.prefixes.options.flexbox===!1&&e.type==="decl"&&e.prop==="display"&&e.value.includes("flex")||e.type==="decl"&&e.prop==="content"?!0:this.disabled(e,t)}disabledDecl(e,t){if(this.gridStatus(e,t)===!1&&e.type==="decl"&&(e.prop.includes("grid")||e.prop==="justify-items"))return!0;if(this.prefixes.options.flexbox===!1&&e.type==="decl"){let i=["order","justify-content","align-items","align-content"];if(e.prop.includes("flex")||i.includes(e.prop))return!0}return this.disabled(e,t)}disabled(e,t){if(!e)return!1;if(e._autoprefixerDisabled!==void 0)return e._autoprefixerDisabled;if(e.parent){let s=e.prev();if(s&&s.type==="comment"&&p2.test(s.text))return e._autoprefixerDisabled=!0,e._autoprefixerSelfDisabled=!0,!0}let i=null;if(e.nodes){let s;e.each(n=>{n.type==="comment"&&/(!\s*)?autoprefixer:\s*(off|on)/i.test(n.text)&&(typeof s!="undefined"?t.warn("Second Autoprefixer control comment was ignored. Autoprefixer applies control comment to whole block, not to next rules.",{node:n}):s=/on/i.test(n.text))}),s!==void 0&&(i=!s)}if(!e.nodes||i===null)if(e.parent){let s=this.disabled(e.parent,t);e.parent._autoprefixerSelfDisabled===!0?i=!1:i=s}else i=!1;return e._autoprefixerDisabled=i,i}reduceSpaces(e){let t=!1;if(this.prefixes.group(e).up(()=>(t=!0,!0)),t)return;let i=e.raw("before").split(` +`),s=i[i.length-1].length,n=!1;this.prefixes.group(e).down(a=>{i=a.raw("before").split(` +`);let o=i.length-1;i[o].length>s&&(n===!1&&(n=i[o].length-s),i[o]=i[o].slice(0,-n),a.raws.before=i.join(` +`))})}displayType(e){for(let t of e.parent.nodes)if(t.prop==="display"){if(t.value.includes("flex"))return"flex";if(t.value.includes("grid"))return"grid"}return!1}gridStatus(e,t){if(!e)return!1;if(e._autoprefixerGridStatus!==void 0)return e._autoprefixerGridStatus;let i=null;if(e.nodes){let s;e.each(n=>{if(n.type==="comment"&&d2.test(n.text)){let a=/:\s*autoplace/i.test(n.text),o=/no-autoplace/i.test(n.text);typeof s!="undefined"?t.warn("Second Autoprefixer grid control comment was ignored. Autoprefixer applies control comments to the whole block, not to the next rules.",{node:n}):a?s="autoplace":o?s=!0:s=/on/i.test(n.text)}}),s!==void 0&&(i=s)}if(e.type==="atrule"&&e.name==="supports"){let s=e.params;s.includes("grid")&&s.includes("auto")&&(i=!1)}if(!e.nodes||i===null)if(e.parent){let s=this.gridStatus(e.parent,t);e.parent._autoprefixerSelfDisabled===!0?i=!1:i=s}else typeof this.prefixes.options.grid!="undefined"?i=this.prefixes.options.grid:typeof m.env.AUTOPREFIXER_GRID!="undefined"?m.env.AUTOPREFIXER_GRID==="autoplace"?i="autoplace":i=!0:i=!1;return e._autoprefixerGridStatus=i,i}};Dh.exports=Ph});var Ih=w((VP,qh)=>{l();qh.exports={A:{A:{"2":"J D E F A B iB"},B:{"1":"C K L G M N O R S T U V W X Y Z a P b H"},C:{"1":"0 1 2 3 4 5 6 7 8 9 g h i j k l m n o p q r s t u v w x y z AB BB CB DB EB FB GB bB HB cB IB JB Q KB LB MB NB OB PB QB RB SB TB UB VB WB XB R S T kB U V W X Y Z a P b H dB","2":"jB aB I c J D E F A B C K L G M N O d e f lB mB"},D:{"1":"0 1 2 3 4 5 6 7 8 9 m n o p q r s t u v w x y z AB BB CB DB EB FB GB bB HB cB IB JB Q KB LB MB NB OB PB QB RB SB TB UB VB WB XB R S T U V W X Y Z a P b H dB nB oB","2":"I c J D E F A B C K L G M N O d e f g h i j k l"},E:{"1":"F A B C K L G tB fB YB ZB uB vB wB","2":"I c J D E pB eB qB rB sB"},F:{"1":"0 1 2 3 4 5 6 7 8 9 G M N O d e f g h i j k l m n o p q r s t u v w x y z AB BB CB DB EB FB GB HB IB JB Q KB LB MB NB OB PB QB RB SB TB UB VB WB XB ZB","2":"F B C xB yB zB 0B YB gB 1B"},G:{"1":"7B 8B 9B AC BC CC DC EC FC GC HC IC JC KC","2":"E eB 2B hB 3B 4B 5B 6B"},H:{"1":"LC"},I:{"1":"H QC RC","2":"aB I MC NC OC PC hB"},J:{"2":"D A"},K:{"1":"Q","2":"A B C YB gB ZB"},L:{"1":"H"},M:{"1":"P"},N:{"2":"A B"},O:{"1":"SC"},P:{"1":"I TC UC VC WC XC fB YC ZC aC bC"},Q:{"1":"cC"},R:{"1":"dC"},S:{"1":"eC"}},B:4,C:"CSS Feature Queries"}});var Nh=w((WP,Lh)=>{l();function Rh(r){return r[r.length-1]}var Mh={parse(r){let e=[""],t=[e];for(let i of r){if(i==="("){e=[""],Rh(t).push(e),t.push(e);continue}if(i===")"){t.pop(),e=Rh(t),e.push("");continue}e[e.length-1]+=i}return t[0]},stringify(r){let e="";for(let t of r){if(typeof t=="object"){e+=`(${Mh.stringify(t)})`;continue}e+=t}return e}};Lh.exports=Mh});var jh=w((GP,$h)=>{l();var g2=Ih(),{feature:y2}=(ks(),xs),{parse:w2}=ue(),b2=Ke(),po=Nh(),v2=ce(),x2=Z(),Fh=y2(g2),Bh=[];for(let r in Fh.stats){let e=Fh.stats[r];for(let t in e){let i=e[t];/y/.test(i)&&Bh.push(r+" "+t)}}var zh=class{constructor(e,t){this.Prefixes=e,this.all=t}prefixer(){if(this.prefixerCache)return this.prefixerCache;let e=this.all.browsers.selected.filter(i=>Bh.includes(i)),t=new b2(this.all.browsers.data,e,this.all.options);return this.prefixerCache=new this.Prefixes(this.all.data,t,this.all.options),this.prefixerCache}parse(e){let t=e.split(":"),i=t[0],s=t[1];return s||(s=""),[i.trim(),s.trim()]}virtual(e){let[t,i]=this.parse(e),s=w2("a{}").first;return s.append({prop:t,value:i,raws:{before:""}}),s}prefixed(e){let t=this.virtual(e);if(this.disabled(t.first))return t.nodes;let i={warn:()=>null},s=this.prefixer().add[t.first.prop];s&&s.process&&s.process(t.first,i);for(let n of t.nodes){for(let a of this.prefixer().values("add",t.first.prop))a.process(n);v2.save(this.all,n)}return t.nodes}isNot(e){return typeof e=="string"&&/not\s*/i.test(e)}isOr(e){return typeof e=="string"&&/\s*or\s*/i.test(e)}isProp(e){return typeof e=="object"&&e.length===1&&typeof e[0]=="string"}isHack(e,t){return!new RegExp(`(\\(|\\s)${x2.escapeRegexp(t)}:`).test(e)}toRemove(e,t){let[i,s]=this.parse(e),n=this.all.unprefixed(i),a=this.all.cleaner();if(a.remove[i]&&a.remove[i].remove&&!this.isHack(t,n))return!0;for(let o of a.values("remove",n))if(o.check(s))return!0;return!1}remove(e,t){let i=0;for(;itypeof t!="object"?t:t.length===1&&typeof t[0]=="object"?this.cleanBrackets(t[0]):this.cleanBrackets(t))}convert(e){let t=[""];for(let i of e)t.push([`${i.prop}: ${i.value}`]),t.push(" or ");return t[t.length-1]="",t}normalize(e){if(typeof e!="object")return e;if(e=e.filter(t=>t!==""),typeof e[0]=="string"){let t=e[0].trim();if(t.includes(":")||t==="selector"||t==="not selector")return[po.stringify(e)]}return e.map(t=>this.normalize(t))}add(e,t){return e.map(i=>{if(this.isProp(i)){let s=this.prefixed(i[0]);return s.length>1?this.convert(s):i}return typeof i=="object"?this.add(i,t):i})}process(e){let t=po.parse(e.params);t=this.normalize(t),t=this.remove(t,e.params),t=this.add(t,e.params),t=this.cleanBrackets(t),e.params=po.stringify(t)}disabled(e){if(!this.all.options.grid&&(e.prop==="display"&&e.value.includes("grid")||e.prop.includes("grid")||e.prop==="justify-items"))return!0;if(this.all.options.flexbox===!1){if(e.prop==="display"&&e.value.includes("flex"))return!0;let t=["order","justify-content","align-items","align-content"];if(e.prop.includes("flex")||t.includes(e.prop))return!0}return!1}};$h.exports=zh});var Wh=w((HP,Vh)=>{l();var Uh=class{constructor(e,t){this.prefix=t,this.prefixed=e.prefixed(this.prefix),this.regexp=e.regexp(this.prefix),this.prefixeds=e.possible().map(i=>[e.prefixed(i),e.regexp(i)]),this.unprefixed=e.name,this.nameRegexp=e.regexp()}isHack(e){let t=e.parent.index(e)+1,i=e.parent.nodes;for(;t{l();var{list:k2}=ue(),S2=Wh(),C2=It(),_2=Ke(),A2=Z(),Gh=class extends C2{constructor(e,t,i){super(e,t,i);this.regexpCache=new Map}check(e){return e.selector.includes(this.name)?!!e.selector.match(this.regexp()):!1}prefixed(e){return this.name.replace(/^(\W*)/,`$1${e}`)}regexp(e){if(!this.regexpCache.has(e)){let t=e?this.prefixed(e):this.name;this.regexpCache.set(e,new RegExp(`(^|[^:"'=])${A2.escapeRegexp(t)}`,"gi"))}return this.regexpCache.get(e)}possible(){return _2.prefixes()}prefixeds(e){if(e._autoprefixerPrefixeds){if(e._autoprefixerPrefixeds[this.name])return e._autoprefixerPrefixeds}else e._autoprefixerPrefixeds={};let t={};if(e.selector.includes(",")){let s=k2.comma(e.selector).filter(n=>n.includes(this.name));for(let n of this.possible())t[n]=s.map(a=>this.replace(a,n)).join(", ")}else for(let i of this.possible())t[i]=this.replace(e.selector,i);return e._autoprefixerPrefixeds[this.name]=t,e._autoprefixerPrefixeds}already(e,t,i){let s=e.parent.index(e)-1;for(;s>=0;){let n=e.parent.nodes[s];if(n.type!=="rule")return!1;let a=!1;for(let o in t[this.name]){let u=t[this.name][o];if(n.selector===u){if(i===o)return!0;a=!0;break}}if(!a)return!1;s-=1}return!1}replace(e,t){return e.replace(this.regexp(),`$1${this.prefixed(t)}`)}add(e,t){let i=this.prefixeds(e);if(this.already(e,i,t))return;let s=this.clone(e,{selector:i[this.name][t]});e.parent.insertBefore(e,s)}old(e){return new S2(this,e)}};Hh.exports=Gh});var Jh=w((QP,Qh)=>{l();var O2=It(),Yh=class extends O2{add(e,t){let i=t+e.name;if(e.parent.some(a=>a.name===i&&a.params===e.params))return;let n=this.clone(e,{name:i});return e.parent.insertBefore(e,n)}process(e){let t=this.parentPrefix(e);for(let i of this.prefixes)(!t||t===i)&&this.add(e,i)}};Qh.exports=Yh});var Kh=w((JP,Xh)=>{l();var E2=Mt(),ho=class extends E2{prefixed(e){return e==="-webkit-"?":-webkit-full-screen":e==="-moz-"?":-moz-full-screen":`:${e}fullscreen`}};ho.names=[":fullscreen"];Xh.exports=ho});var em=w((XP,Zh)=>{l();var T2=Mt(),mo=class extends T2{possible(){return super.possible().concat(["-moz- old","-ms- old"])}prefixed(e){return e==="-webkit-"?"::-webkit-input-placeholder":e==="-ms-"?"::-ms-input-placeholder":e==="-ms- old"?":-ms-input-placeholder":e==="-moz- old"?":-moz-placeholder":`::${e}placeholder`}};mo.names=["::placeholder"];Zh.exports=mo});var rm=w((KP,tm)=>{l();var P2=Mt(),go=class extends P2{prefixed(e){return e==="-ms-"?":-ms-input-placeholder":`:${e}placeholder-shown`}};go.names=[":placeholder-shown"];tm.exports=go});var sm=w((ZP,im)=>{l();var D2=Mt(),q2=Z(),yo=class extends D2{constructor(e,t,i){super(e,t,i);this.prefixes&&(this.prefixes=q2.uniq(this.prefixes.map(s=>"-webkit-")))}prefixed(e){return e==="-webkit-"?"::-webkit-file-upload-button":`::${e}file-selector-button`}};yo.names=["::file-selector-button"];im.exports=yo});var re=w((e3,nm)=>{l();nm.exports=function(r){let e;return r==="-webkit- 2009"||r==="-moz-"?e=2009:r==="-ms-"?e=2012:r==="-webkit-"&&(e="final"),r==="-webkit- 2009"&&(r="-webkit-"),[e,r]}});var um=w((t3,lm)=>{l();var am=ue().list,om=re(),I2=D(),Lt=class extends I2{prefixed(e,t){let i;return[i,t]=om(t),i===2009?t+"box-flex":super.prefixed(e,t)}normalize(){return"flex"}set(e,t){let i=om(t)[0];if(i===2009)return e.value=am.space(e.value)[0],e.value=Lt.oldValues[e.value]||e.value,super.set(e,t);if(i===2012){let s=am.space(e.value);s.length===3&&s[2]==="0"&&(e.value=s.slice(0,2).concat("0px").join(" "))}return super.set(e,t)}};Lt.names=["flex","box-flex"];Lt.oldValues={auto:"1",none:"0"};lm.exports=Lt});var pm=w((r3,cm)=>{l();var fm=re(),R2=D(),wo=class extends R2{prefixed(e,t){let i;return[i,t]=fm(t),i===2009?t+"box-ordinal-group":i===2012?t+"flex-order":super.prefixed(e,t)}normalize(){return"order"}set(e,t){return fm(t)[0]===2009&&/\d/.test(e.value)?(e.value=(parseInt(e.value)+1).toString(),super.set(e,t)):super.set(e,t)}};wo.names=["order","flex-order","box-ordinal-group"];cm.exports=wo});var hm=w((i3,dm)=>{l();var M2=D(),bo=class extends M2{check(e){let t=e.value;return!t.toLowerCase().includes("alpha(")&&!t.includes("DXImageTransform.Microsoft")&&!t.includes("data:image/svg+xml")}};bo.names=["filter"];dm.exports=bo});var gm=w((s3,mm)=>{l();var L2=D(),vo=class extends L2{insert(e,t,i,s){if(t!=="-ms-")return super.insert(e,t,i);let n=this.clone(e),a=e.prop.replace(/end$/,"start"),o=t+e.prop.replace(/end$/,"span");if(!e.parent.some(u=>u.prop===o)){if(n.prop=o,e.value.includes("span"))n.value=e.value.replace(/span\s/i,"");else{let u;if(e.parent.walkDecls(a,f=>{u=f}),u){let f=Number(e.value)-Number(u.value)+"";n.value=f}else e.warn(s,`Can not prefix ${e.prop} (${a} is not found)`)}e.cloneBefore(n)}}};vo.names=["grid-row-end","grid-column-end"];mm.exports=vo});var wm=w((n3,ym)=>{l();var N2=D(),xo=class extends N2{check(e){return!e.value.split(/\s+/).some(t=>{let i=t.toLowerCase();return i==="reverse"||i==="alternate-reverse"})}};xo.names=["animation","animation-direction"];ym.exports=xo});var vm=w((a3,bm)=>{l();var F2=re(),B2=D(),ko=class extends B2{insert(e,t,i){let s;if([s,t]=F2(t),s!==2009)return super.insert(e,t,i);let n=e.value.split(/\s+/).filter(d=>d!=="wrap"&&d!=="nowrap"&&"wrap-reverse");if(n.length===0||e.parent.some(d=>d.prop===t+"box-orient"||d.prop===t+"box-direction"))return;let o=n[0],u=o.includes("row")?"horizontal":"vertical",f=o.includes("reverse")?"reverse":"normal",c=this.clone(e);return c.prop=t+"box-orient",c.value=u,this.needCascade(e)&&(c.raws.before=this.calcBefore(i,e,t)),e.parent.insertBefore(e,c),c=this.clone(e),c.prop=t+"box-direction",c.value=f,this.needCascade(e)&&(c.raws.before=this.calcBefore(i,e,t)),e.parent.insertBefore(e,c)}};ko.names=["flex-flow","box-direction","box-orient"];bm.exports=ko});var km=w((o3,xm)=>{l();var z2=re(),$2=D(),So=class extends $2{normalize(){return"flex"}prefixed(e,t){let i;return[i,t]=z2(t),i===2009?t+"box-flex":i===2012?t+"flex-positive":super.prefixed(e,t)}};So.names=["flex-grow","flex-positive"];xm.exports=So});var Cm=w((l3,Sm)=>{l();var j2=re(),U2=D(),Co=class extends U2{set(e,t){if(j2(t)[0]!==2009)return super.set(e,t)}};Co.names=["flex-wrap"];Sm.exports=Co});var Am=w((u3,_m)=>{l();var V2=D(),Nt=Ze(),_o=class extends V2{insert(e,t,i,s){if(t!=="-ms-")return super.insert(e,t,i);let n=Nt.parse(e),[a,o]=Nt.translate(n,0,2),[u,f]=Nt.translate(n,1,3);[["grid-row",a],["grid-row-span",o],["grid-column",u],["grid-column-span",f]].forEach(([c,d])=>{Nt.insertDecl(e,c,d)}),Nt.warnTemplateSelectorNotFound(e,s),Nt.warnIfGridRowColumnExists(e,s)}};_o.names=["grid-area"];_m.exports=_o});var Em=w((f3,Om)=>{l();var W2=D(),Hr=Ze(),Ao=class extends W2{insert(e,t,i){if(t!=="-ms-")return super.insert(e,t,i);if(e.parent.some(a=>a.prop==="-ms-grid-row-align"))return;let[[s,n]]=Hr.parse(e);n?(Hr.insertDecl(e,"grid-row-align",s),Hr.insertDecl(e,"grid-column-align",n)):(Hr.insertDecl(e,"grid-row-align",s),Hr.insertDecl(e,"grid-column-align",s))}};Ao.names=["place-self"];Om.exports=Ao});var Pm=w((c3,Tm)=>{l();var G2=D(),Oo=class extends G2{check(e){let t=e.value;return!t.includes("/")||t.includes("span")}normalize(e){return e.replace("-start","")}prefixed(e,t){let i=super.prefixed(e,t);return t==="-ms-"&&(i=i.replace("-start","")),i}};Oo.names=["grid-row-start","grid-column-start"];Tm.exports=Oo});var Im=w((p3,qm)=>{l();var Dm=re(),H2=D(),Ft=class extends H2{check(e){return e.parent&&!e.parent.some(t=>t.prop&&t.prop.startsWith("grid-"))}prefixed(e,t){let i;return[i,t]=Dm(t),i===2012?t+"flex-item-align":super.prefixed(e,t)}normalize(){return"align-self"}set(e,t){let i=Dm(t)[0];if(i===2012)return e.value=Ft.oldValues[e.value]||e.value,super.set(e,t);if(i==="final")return super.set(e,t)}};Ft.names=["align-self","flex-item-align"];Ft.oldValues={"flex-end":"end","flex-start":"start"};qm.exports=Ft});var Mm=w((d3,Rm)=>{l();var Y2=D(),Q2=Z(),Eo=class extends Y2{constructor(e,t,i){super(e,t,i);this.prefixes&&(this.prefixes=Q2.uniq(this.prefixes.map(s=>s==="-ms-"?"-webkit-":s)))}};Eo.names=["appearance"];Rm.exports=Eo});var Fm=w((h3,Nm)=>{l();var Lm=re(),J2=D(),To=class extends J2{normalize(){return"flex-basis"}prefixed(e,t){let i;return[i,t]=Lm(t),i===2012?t+"flex-preferred-size":super.prefixed(e,t)}set(e,t){let i;if([i,t]=Lm(t),i===2012||i==="final")return super.set(e,t)}};To.names=["flex-basis","flex-preferred-size"];Nm.exports=To});var zm=w((m3,Bm)=>{l();var X2=D(),Po=class extends X2{normalize(){return this.name.replace("box-image","border")}prefixed(e,t){let i=super.prefixed(e,t);return t==="-webkit-"&&(i=i.replace("border","box-image")),i}};Po.names=["mask-border","mask-border-source","mask-border-slice","mask-border-width","mask-border-outset","mask-border-repeat","mask-box-image","mask-box-image-source","mask-box-image-slice","mask-box-image-width","mask-box-image-outset","mask-box-image-repeat"];Bm.exports=Po});var jm=w((g3,$m)=>{l();var K2=D(),Te=class extends K2{insert(e,t,i){let s=e.prop==="mask-composite",n;s?n=e.value.split(","):n=e.value.match(Te.regexp)||[],n=n.map(f=>f.trim()).filter(f=>f);let a=n.length,o;if(a&&(o=this.clone(e),o.value=n.map(f=>Te.oldValues[f]||f).join(", "),n.includes("intersect")&&(o.value+=", xor"),o.prop=t+"mask-composite"),s)return a?(this.needCascade(e)&&(o.raws.before=this.calcBefore(i,e,t)),e.parent.insertBefore(e,o)):void 0;let u=this.clone(e);return u.prop=t+u.prop,a&&(u.value=u.value.replace(Te.regexp,"")),this.needCascade(e)&&(u.raws.before=this.calcBefore(i,e,t)),e.parent.insertBefore(e,u),a?(this.needCascade(e)&&(o.raws.before=this.calcBefore(i,e,t)),e.parent.insertBefore(e,o)):e}};Te.names=["mask","mask-composite"];Te.oldValues={add:"source-over",subtract:"source-out",intersect:"source-in",exclude:"xor"};Te.regexp=new RegExp(`\\s+(${Object.keys(Te.oldValues).join("|")})\\b(?!\\))\\s*(?=[,])`,"ig");$m.exports=Te});var Wm=w((y3,Vm)=>{l();var Um=re(),Z2=D(),Bt=class extends Z2{prefixed(e,t){let i;return[i,t]=Um(t),i===2009?t+"box-align":i===2012?t+"flex-align":super.prefixed(e,t)}normalize(){return"align-items"}set(e,t){let i=Um(t)[0];return(i===2009||i===2012)&&(e.value=Bt.oldValues[e.value]||e.value),super.set(e,t)}};Bt.names=["align-items","flex-align","box-align"];Bt.oldValues={"flex-end":"end","flex-start":"start"};Vm.exports=Bt});var Hm=w((w3,Gm)=>{l();var eC=D(),Do=class extends eC{set(e,t){return t==="-ms-"&&e.value==="contain"&&(e.value="element"),super.set(e,t)}insert(e,t,i){if(!(e.value==="all"&&t==="-ms-"))return super.insert(e,t,i)}};Do.names=["user-select"];Gm.exports=Do});var Jm=w((b3,Qm)=>{l();var Ym=re(),tC=D(),qo=class extends tC{normalize(){return"flex-shrink"}prefixed(e,t){let i;return[i,t]=Ym(t),i===2012?t+"flex-negative":super.prefixed(e,t)}set(e,t){let i;if([i,t]=Ym(t),i===2012||i==="final")return super.set(e,t)}};qo.names=["flex-shrink","flex-negative"];Qm.exports=qo});var Km=w((v3,Xm)=>{l();var rC=D(),Io=class extends rC{prefixed(e,t){return`${t}column-${e}`}normalize(e){return e.includes("inside")?"break-inside":e.includes("before")?"break-before":"break-after"}set(e,t){return(e.prop==="break-inside"&&e.value==="avoid-column"||e.value==="avoid-page")&&(e.value="avoid"),super.set(e,t)}insert(e,t,i){if(e.prop!=="break-inside")return super.insert(e,t,i);if(!(/region/i.test(e.value)||/page/i.test(e.value)))return super.insert(e,t,i)}};Io.names=["break-inside","page-break-inside","column-break-inside","break-before","page-break-before","column-break-before","break-after","page-break-after","column-break-after"];Xm.exports=Io});var eg=w((x3,Zm)=>{l();var iC=D(),Ro=class extends iC{prefixed(e,t){return t+"print-color-adjust"}normalize(){return"color-adjust"}};Ro.names=["color-adjust","print-color-adjust"];Zm.exports=Ro});var rg=w((k3,tg)=>{l();var sC=D(),zt=class extends sC{insert(e,t,i){if(t==="-ms-"){let s=this.set(this.clone(e),t);this.needCascade(e)&&(s.raws.before=this.calcBefore(i,e,t));let n="ltr";return e.parent.nodes.forEach(a=>{a.prop==="direction"&&(a.value==="rtl"||a.value==="ltr")&&(n=a.value)}),s.value=zt.msValues[n][e.value]||e.value,e.parent.insertBefore(e,s)}return super.insert(e,t,i)}};zt.names=["writing-mode"];zt.msValues={ltr:{"horizontal-tb":"lr-tb","vertical-rl":"tb-rl","vertical-lr":"tb-lr"},rtl:{"horizontal-tb":"rl-tb","vertical-rl":"bt-rl","vertical-lr":"bt-lr"}};tg.exports=zt});var sg=w((S3,ig)=>{l();var nC=D(),Mo=class extends nC{set(e,t){return e.value=e.value.replace(/\s+fill(\s)/,"$1"),super.set(e,t)}};Mo.names=["border-image"];ig.exports=Mo});var og=w((C3,ag)=>{l();var ng=re(),aC=D(),$t=class extends aC{prefixed(e,t){let i;return[i,t]=ng(t),i===2012?t+"flex-line-pack":super.prefixed(e,t)}normalize(){return"align-content"}set(e,t){let i=ng(t)[0];if(i===2012)return e.value=$t.oldValues[e.value]||e.value,super.set(e,t);if(i==="final")return super.set(e,t)}};$t.names=["align-content","flex-line-pack"];$t.oldValues={"flex-end":"end","flex-start":"start","space-between":"justify","space-around":"distribute"};ag.exports=$t});var ug=w((_3,lg)=>{l();var oC=D(),pe=class extends oC{prefixed(e,t){return t==="-moz-"?t+(pe.toMozilla[e]||e):super.prefixed(e,t)}normalize(e){return pe.toNormal[e]||e}};pe.names=["border-radius"];pe.toMozilla={};pe.toNormal={};for(let r of["top","bottom"])for(let e of["left","right"]){let t=`border-${r}-${e}-radius`,i=`border-radius-${r}${e}`;pe.names.push(t),pe.names.push(i),pe.toMozilla[t]=i,pe.toNormal[i]=t}lg.exports=pe});var cg=w((A3,fg)=>{l();var lC=D(),Lo=class extends lC{prefixed(e,t){return e.includes("-start")?t+e.replace("-block-start","-before"):t+e.replace("-block-end","-after")}normalize(e){return e.includes("-before")?e.replace("-before","-block-start"):e.replace("-after","-block-end")}};Lo.names=["border-block-start","border-block-end","margin-block-start","margin-block-end","padding-block-start","padding-block-end","border-before","border-after","margin-before","margin-after","padding-before","padding-after"];fg.exports=Lo});var dg=w((O3,pg)=>{l();var uC=D(),{parseTemplate:fC,warnMissedAreas:cC,getGridGap:pC,warnGridGap:dC,inheritGridGap:hC}=Ze(),No=class extends uC{insert(e,t,i,s){if(t!=="-ms-")return super.insert(e,t,i);if(e.parent.some(h=>h.prop==="-ms-grid-rows"))return;let n=pC(e),a=hC(e,n),{rows:o,columns:u,areas:f}=fC({decl:e,gap:a||n}),c=Object.keys(f).length>0,d=Boolean(o),p=Boolean(u);return dC({gap:n,hasColumns:p,decl:e,result:s}),cC(f,e,s),(d&&p||c)&&e.cloneBefore({prop:"-ms-grid-rows",value:o,raws:{}}),p&&e.cloneBefore({prop:"-ms-grid-columns",value:u,raws:{}}),e}};No.names=["grid-template"];pg.exports=No});var mg=w((E3,hg)=>{l();var mC=D(),Fo=class extends mC{prefixed(e,t){return t+e.replace("-inline","")}normalize(e){return e.replace(/(margin|padding|border)-(start|end)/,"$1-inline-$2")}};Fo.names=["border-inline-start","border-inline-end","margin-inline-start","margin-inline-end","padding-inline-start","padding-inline-end","border-start","border-end","margin-start","margin-end","padding-start","padding-end"];hg.exports=Fo});var yg=w((T3,gg)=>{l();var gC=D(),Bo=class extends gC{check(e){return!e.value.includes("flex-")&&e.value!=="baseline"}prefixed(e,t){return t+"grid-row-align"}normalize(){return"align-self"}};Bo.names=["grid-row-align"];gg.exports=Bo});var bg=w((P3,wg)=>{l();var yC=D(),jt=class extends yC{keyframeParents(e){let{parent:t}=e;for(;t;){if(t.type==="atrule"&&t.name==="keyframes")return!0;({parent:t}=t)}return!1}contain3d(e){if(e.prop==="transform-origin")return!1;for(let t of jt.functions3d)if(e.value.includes(`${t}(`))return!0;return!1}set(e,t){return e=super.set(e,t),t==="-ms-"&&(e.value=e.value.replace(/rotatez/gi,"rotate")),e}insert(e,t,i){if(t==="-ms-"){if(!this.contain3d(e)&&!this.keyframeParents(e))return super.insert(e,t,i)}else if(t==="-o-"){if(!this.contain3d(e))return super.insert(e,t,i)}else return super.insert(e,t,i)}};jt.names=["transform","transform-origin"];jt.functions3d=["matrix3d","translate3d","translateZ","scale3d","scaleZ","rotate3d","rotateX","rotateY","perspective"];wg.exports=jt});var kg=w((D3,xg)=>{l();var vg=re(),wC=D(),zo=class extends wC{normalize(){return"flex-direction"}insert(e,t,i){let s;if([s,t]=vg(t),s!==2009)return super.insert(e,t,i);if(e.parent.some(c=>c.prop===t+"box-orient"||c.prop===t+"box-direction"))return;let a=e.value,o,u;a==="inherit"||a==="initial"||a==="unset"?(o=a,u=a):(o=a.includes("row")?"horizontal":"vertical",u=a.includes("reverse")?"reverse":"normal");let f=this.clone(e);return f.prop=t+"box-orient",f.value=o,this.needCascade(e)&&(f.raws.before=this.calcBefore(i,e,t)),e.parent.insertBefore(e,f),f=this.clone(e),f.prop=t+"box-direction",f.value=u,this.needCascade(e)&&(f.raws.before=this.calcBefore(i,e,t)),e.parent.insertBefore(e,f)}old(e,t){let i;return[i,t]=vg(t),i===2009?[t+"box-orient",t+"box-direction"]:super.old(e,t)}};zo.names=["flex-direction","box-direction","box-orient"];xg.exports=zo});var Cg=w((q3,Sg)=>{l();var bC=D(),$o=class extends bC{check(e){return e.value==="pixelated"}prefixed(e,t){return t==="-ms-"?"-ms-interpolation-mode":super.prefixed(e,t)}set(e,t){return t!=="-ms-"?super.set(e,t):(e.prop="-ms-interpolation-mode",e.value="nearest-neighbor",e)}normalize(){return"image-rendering"}process(e,t){return super.process(e,t)}};$o.names=["image-rendering","interpolation-mode"];Sg.exports=$o});var Ag=w((I3,_g)=>{l();var vC=D(),xC=Z(),jo=class extends vC{constructor(e,t,i){super(e,t,i);this.prefixes&&(this.prefixes=xC.uniq(this.prefixes.map(s=>s==="-ms-"?"-webkit-":s)))}};jo.names=["backdrop-filter"];_g.exports=jo});var Eg=w((R3,Og)=>{l();var kC=D(),SC=Z(),Uo=class extends kC{constructor(e,t,i){super(e,t,i);this.prefixes&&(this.prefixes=SC.uniq(this.prefixes.map(s=>s==="-ms-"?"-webkit-":s)))}check(e){return e.value.toLowerCase()==="text"}};Uo.names=["background-clip"];Og.exports=Uo});var Pg=w((M3,Tg)=>{l();var CC=D(),_C=["none","underline","overline","line-through","blink","inherit","initial","unset"],Vo=class extends CC{check(e){return e.value.split(/\s+/).some(t=>!_C.includes(t))}};Vo.names=["text-decoration"];Tg.exports=Vo});var Ig=w((L3,qg)=>{l();var Dg=re(),AC=D(),Ut=class extends AC{prefixed(e,t){let i;return[i,t]=Dg(t),i===2009?t+"box-pack":i===2012?t+"flex-pack":super.prefixed(e,t)}normalize(){return"justify-content"}set(e,t){let i=Dg(t)[0];if(i===2009||i===2012){let s=Ut.oldValues[e.value]||e.value;if(e.value=s,i!==2009||s!=="distribute")return super.set(e,t)}else if(i==="final")return super.set(e,t)}};Ut.names=["justify-content","flex-pack","box-pack"];Ut.oldValues={"flex-end":"end","flex-start":"start","space-between":"justify","space-around":"distribute"};qg.exports=Ut});var Mg=w((N3,Rg)=>{l();var OC=D(),Wo=class extends OC{set(e,t){let i=e.value.toLowerCase();return t==="-webkit-"&&!i.includes(" ")&&i!=="contain"&&i!=="cover"&&(e.value=e.value+" "+e.value),super.set(e,t)}};Wo.names=["background-size"];Rg.exports=Wo});var Ng=w((F3,Lg)=>{l();var EC=D(),Go=Ze(),Ho=class extends EC{insert(e,t,i){if(t!=="-ms-")return super.insert(e,t,i);let s=Go.parse(e),[n,a]=Go.translate(s,0,1);s[0]&&s[0].includes("span")&&(a=s[0].join("").replace(/\D/g,"")),[[e.prop,n],[`${e.prop}-span`,a]].forEach(([u,f])=>{Go.insertDecl(e,u,f)})}};Ho.names=["grid-row","grid-column"];Lg.exports=Ho});var zg=w((B3,Bg)=>{l();var TC=D(),{prefixTrackProp:Fg,prefixTrackValue:PC,autoplaceGridItems:DC,getGridGap:qC,inheritGridGap:IC}=Ze(),RC=co(),Yo=class extends TC{prefixed(e,t){return t==="-ms-"?Fg({prop:e,prefix:t}):super.prefixed(e,t)}normalize(e){return e.replace(/^grid-(rows|columns)/,"grid-template-$1")}insert(e,t,i,s){if(t!=="-ms-")return super.insert(e,t,i);let{parent:n,prop:a,value:o}=e,u=a.includes("rows"),f=a.includes("columns"),c=n.some(k=>k.prop==="grid-template"||k.prop==="grid-template-areas");if(c&&u)return!1;let d=new RC({options:{}}),p=d.gridStatus(n,s),h=qC(e);h=IC(e,h)||h;let y=u?h.row:h.column;(p==="no-autoplace"||p===!0)&&!c&&(y=null);let x=PC({value:o,gap:y});e.cloneBefore({prop:Fg({prop:a,prefix:t}),value:x});let b=n.nodes.find(k=>k.prop==="grid-auto-flow"),v="row";if(b&&!d.disabled(b,s)&&(v=b.value.trim()),p==="autoplace"){let k=n.nodes.find(P=>P.prop==="grid-template-rows");if(!k&&c)return;if(!k&&!c){e.warn(s,"Autoplacement does not work without grid-template-rows property");return}!n.nodes.find(P=>P.prop==="grid-template-columns")&&!c&&e.warn(s,"Autoplacement does not work without grid-template-columns property"),f&&!c&&DC(e,s,h,v)}}};Yo.names=["grid-template-rows","grid-template-columns","grid-rows","grid-columns"];Bg.exports=Yo});var jg=w((z3,$g)=>{l();var MC=D(),Qo=class extends MC{check(e){return!e.value.includes("flex-")&&e.value!=="baseline"}prefixed(e,t){return t+"grid-column-align"}normalize(){return"justify-self"}};Qo.names=["grid-column-align"];$g.exports=Qo});var Vg=w(($3,Ug)=>{l();var LC=D(),Jo=class extends LC{prefixed(e,t){return t+"scroll-chaining"}normalize(){return"overscroll-behavior"}set(e,t){return e.value==="auto"?e.value="chained":(e.value==="none"||e.value==="contain")&&(e.value="none"),super.set(e,t)}};Jo.names=["overscroll-behavior","scroll-chaining"];Ug.exports=Jo});var Hg=w((j3,Gg)=>{l();var NC=D(),{parseGridAreas:FC,warnMissedAreas:BC,prefixTrackProp:zC,prefixTrackValue:Wg,getGridGap:$C,warnGridGap:jC,inheritGridGap:UC}=Ze();function VC(r){return r.trim().slice(1,-1).split(/["']\s*["']?/g)}var Xo=class extends NC{insert(e,t,i,s){if(t!=="-ms-")return super.insert(e,t,i);let n=!1,a=!1,o=e.parent,u=$C(e);u=UC(e,u)||u,o.walkDecls(/-ms-grid-rows/,d=>d.remove()),o.walkDecls(/grid-template-(rows|columns)/,d=>{if(d.prop==="grid-template-rows"){a=!0;let{prop:p,value:h}=d;d.cloneBefore({prop:zC({prop:p,prefix:t}),value:Wg({value:h,gap:u.row})})}else n=!0});let f=VC(e.value);n&&!a&&u.row&&f.length>1&&e.cloneBefore({prop:"-ms-grid-rows",value:Wg({value:`repeat(${f.length}, auto)`,gap:u.row}),raws:{}}),jC({gap:u,hasColumns:n,decl:e,result:s});let c=FC({rows:f,gap:u});return BC(c,e,s),e}};Xo.names=["grid-template-areas"];Gg.exports=Xo});var Qg=w((U3,Yg)=>{l();var WC=D(),Ko=class extends WC{set(e,t){return t==="-webkit-"&&(e.value=e.value.replace(/\s*(right|left)\s*/i,"")),super.set(e,t)}};Ko.names=["text-emphasis-position"];Yg.exports=Ko});var Xg=w((V3,Jg)=>{l();var GC=D(),Zo=class extends GC{set(e,t){return e.prop==="text-decoration-skip-ink"&&e.value==="auto"?(e.prop=t+"text-decoration-skip",e.value="ink",e):super.set(e,t)}};Zo.names=["text-decoration-skip-ink","text-decoration-skip"];Jg.exports=Zo});var iy=w((W3,ry)=>{l();"use strict";ry.exports={wrap:Kg,limit:Zg,validate:ey,test:el,curry:HC,name:ty};function Kg(r,e,t){var i=e-r;return((t-r)%i+i)%i+r}function Zg(r,e,t){return Math.max(r,Math.min(e,t))}function ey(r,e,t,i,s){if(!el(r,e,t,i,s))throw new Error(t+" is outside of range ["+r+","+e+")");return t}function el(r,e,t,i,s){return!(te||s&&t===e||i&&t===r)}function ty(r,e,t,i){return(t?"(":"[")+r+","+e+(i?")":"]")}function HC(r,e,t,i){var s=ty.bind(null,r,e,t,i);return{wrap:Kg.bind(null,r,e),limit:Zg.bind(null,r,e),validate:function(n){return ey(r,e,n,t,i)},test:function(n){return el(r,e,n,t,i)},toString:s,name:s}}});var ay=w((G3,ny)=>{l();var tl=Vr(),YC=iy(),QC=Rt(),JC=ce(),XC=Z(),sy=/top|left|right|bottom/gi,Ne=class extends JC{replace(e,t){let i=tl(e);for(let s of i.nodes)if(s.type==="function"&&s.value===this.name)if(s.nodes=this.newDirection(s.nodes),s.nodes=this.normalize(s.nodes),t==="-webkit- old"){if(!this.oldWebkit(s))return!1}else s.nodes=this.convertDirection(s.nodes),s.value=t+s.value;return i.toString()}replaceFirst(e,...t){return t.map(s=>s===" "?{type:"space",value:s}:{type:"word",value:s}).concat(e.slice(1))}normalizeUnit(e,t){return`${parseFloat(e)/t*360}deg`}normalize(e){if(!e[0])return e;if(/-?\d+(.\d+)?grad/.test(e[0].value))e[0].value=this.normalizeUnit(e[0].value,400);else if(/-?\d+(.\d+)?rad/.test(e[0].value))e[0].value=this.normalizeUnit(e[0].value,2*Math.PI);else if(/-?\d+(.\d+)?turn/.test(e[0].value))e[0].value=this.normalizeUnit(e[0].value,1);else if(e[0].value.includes("deg")){let t=parseFloat(e[0].value);t=YC.wrap(0,360,t),e[0].value=`${t}deg`}return e[0].value==="0deg"?e=this.replaceFirst(e,"to"," ","top"):e[0].value==="90deg"?e=this.replaceFirst(e,"to"," ","right"):e[0].value==="180deg"?e=this.replaceFirst(e,"to"," ","bottom"):e[0].value==="270deg"&&(e=this.replaceFirst(e,"to"," ","left")),e}newDirection(e){if(e[0].value==="to"||(sy.lastIndex=0,!sy.test(e[0].value)))return e;e.unshift({type:"word",value:"to"},{type:"space",value:" "});for(let t=2;t0&&(e[0].value==="to"?this.fixDirection(e):e[0].value.includes("deg")?this.fixAngle(e):this.isRadial(e)&&this.fixRadial(e)),e}fixDirection(e){e.splice(0,2);for(let t of e){if(t.type==="div")break;t.type==="word"&&(t.value=this.revertDirection(t.value))}}fixAngle(e){let t=e[0].value;t=parseFloat(t),t=Math.abs(450-t)%360,t=this.roundFloat(t,3),e[0].value=`${t}deg`}fixRadial(e){let t=[],i=[],s,n,a,o,u;for(o=0;o{l();var KC=Rt(),ZC=ce();function oy(r){return new RegExp(`(^|[\\s,(])(${r}($|[\\s),]))`,"gi")}var rl=class extends ZC{regexp(){return this.regexpCache||(this.regexpCache=oy(this.name)),this.regexpCache}isStretch(){return this.name==="stretch"||this.name==="fill"||this.name==="fill-available"}replace(e,t){return t==="-moz-"&&this.isStretch()?e.replace(this.regexp(),"$1-moz-available$3"):t==="-webkit-"&&this.isStretch()?e.replace(this.regexp(),"$1-webkit-fill-available$3"):super.replace(e,t)}old(e){let t=e+this.name;return this.isStretch()&&(e==="-moz-"?t="-moz-available":e==="-webkit-"&&(t="-webkit-fill-available")),new KC(this.name,t,t,oy(t))}add(e,t){if(!(e.prop.includes("grid")&&t!=="-webkit-"))return super.add(e,t)}};rl.names=["max-content","min-content","fit-content","fill","fill-available","stretch"];ly.exports=rl});var py=w((Y3,cy)=>{l();var fy=Rt(),e_=ce(),il=class extends e_{replace(e,t){return t==="-webkit-"?e.replace(this.regexp(),"$1-webkit-optimize-contrast"):t==="-moz-"?e.replace(this.regexp(),"$1-moz-crisp-edges"):super.replace(e,t)}old(e){return e==="-webkit-"?new fy(this.name,"-webkit-optimize-contrast"):e==="-moz-"?new fy(this.name,"-moz-crisp-edges"):super.old(e)}};il.names=["pixelated"];cy.exports=il});var hy=w((Q3,dy)=>{l();var t_=ce(),sl=class extends t_{replace(e,t){let i=super.replace(e,t);return t==="-webkit-"&&(i=i.replace(/("[^"]+"|'[^']+')(\s+\d+\w)/gi,"url($1)$2")),i}};sl.names=["image-set"];dy.exports=sl});var gy=w((J3,my)=>{l();var r_=ue().list,i_=ce(),nl=class extends i_{replace(e,t){return r_.space(e).map(i=>{if(i.slice(0,+this.name.length+1)!==this.name+"(")return i;let s=i.lastIndexOf(")"),n=i.slice(s+1),a=i.slice(this.name.length+1,s);if(t==="-webkit-"){let o=a.match(/\d*.?\d+%?/);o?(a=a.slice(o[0].length).trim(),a+=`, ${o[0]}`):a+=", 0.5"}return t+this.name+"("+a+")"+n}).join(" ")}};nl.names=["cross-fade"];my.exports=nl});var wy=w((X3,yy)=>{l();var s_=re(),n_=Rt(),a_=ce(),al=class extends a_{constructor(e,t){super(e,t);e==="display-flex"&&(this.name="flex")}check(e){return e.prop==="display"&&e.value===this.name}prefixed(e){let t,i;return[t,e]=s_(e),t===2009?this.name==="flex"?i="box":i="inline-box":t===2012?this.name==="flex"?i="flexbox":i="inline-flexbox":t==="final"&&(i=this.name),e+i}replace(e,t){return this.prefixed(t)}old(e){let t=this.prefixed(e);if(!!t)return new n_(this.name,t)}};al.names=["display-flex","inline-flex"];yy.exports=al});var vy=w((K3,by)=>{l();var o_=ce(),ol=class extends o_{constructor(e,t){super(e,t);e==="display-grid"&&(this.name="grid")}check(e){return e.prop==="display"&&e.value===this.name}};ol.names=["display-grid","inline-grid"];by.exports=ol});var ky=w((Z3,xy)=>{l();var l_=ce(),ll=class extends l_{constructor(e,t){super(e,t);e==="filter-function"&&(this.name="filter")}};ll.names=["filter","filter-function"];xy.exports=ll});var Ay=w((eD,_y)=>{l();var Sy=Gr(),q=D(),Cy=wh(),u_=Sh(),f_=co(),c_=jh(),ul=Ke(),Vt=Mt(),p_=Jh(),Pe=ce(),Wt=Z(),d_=Kh(),h_=em(),m_=rm(),g_=sm(),y_=um(),w_=pm(),b_=hm(),v_=gm(),x_=wm(),k_=vm(),S_=km(),C_=Cm(),__=Am(),A_=Em(),O_=Pm(),E_=Im(),T_=Mm(),P_=Fm(),D_=zm(),q_=jm(),I_=Wm(),R_=Hm(),M_=Jm(),L_=Km(),N_=eg(),F_=rg(),B_=sg(),z_=og(),$_=ug(),j_=cg(),U_=dg(),V_=mg(),W_=yg(),G_=bg(),H_=kg(),Y_=Cg(),Q_=Ag(),J_=Eg(),X_=Pg(),K_=Ig(),Z_=Mg(),eA=Ng(),tA=zg(),rA=jg(),iA=Vg(),sA=Hg(),nA=Qg(),aA=Xg(),oA=ay(),lA=uy(),uA=py(),fA=hy(),cA=gy(),pA=wy(),dA=vy(),hA=ky();Vt.hack(d_);Vt.hack(h_);Vt.hack(m_);Vt.hack(g_);q.hack(y_);q.hack(w_);q.hack(b_);q.hack(v_);q.hack(x_);q.hack(k_);q.hack(S_);q.hack(C_);q.hack(__);q.hack(A_);q.hack(O_);q.hack(E_);q.hack(T_);q.hack(P_);q.hack(D_);q.hack(q_);q.hack(I_);q.hack(R_);q.hack(M_);q.hack(L_);q.hack(N_);q.hack(F_);q.hack(B_);q.hack(z_);q.hack($_);q.hack(j_);q.hack(U_);q.hack(V_);q.hack(W_);q.hack(G_);q.hack(H_);q.hack(Y_);q.hack(Q_);q.hack(J_);q.hack(X_);q.hack(K_);q.hack(Z_);q.hack(eA);q.hack(tA);q.hack(rA);q.hack(iA);q.hack(sA);q.hack(nA);q.hack(aA);Pe.hack(oA);Pe.hack(lA);Pe.hack(uA);Pe.hack(fA);Pe.hack(cA);Pe.hack(pA);Pe.hack(dA);Pe.hack(hA);var fl=new Map,Yr=class{constructor(e,t,i={}){this.data=e,this.browsers=t,this.options=i,[this.add,this.remove]=this.preprocess(this.select(this.data)),this.transition=new u_(this),this.processor=new f_(this)}cleaner(){if(this.cleanerCache)return this.cleanerCache;if(this.browsers.selected.length){let e=new ul(this.browsers.data,[]);this.cleanerCache=new Yr(this.data,e,this.options)}else return this;return this.cleanerCache}select(e){let t={add:{},remove:{}};for(let i in e){let s=e[i],n=s.browsers.map(u=>{let f=u.split(" ");return{browser:`${f[0]} ${f[1]}`,note:f[2]}}),a=n.filter(u=>u.note).map(u=>`${this.browsers.prefix(u.browser)} ${u.note}`);a=Wt.uniq(a),n=n.filter(u=>this.browsers.isSelected(u.browser)).map(u=>{let f=this.browsers.prefix(u.browser);return u.note?`${f} ${u.note}`:f}),n=this.sort(Wt.uniq(n)),this.options.flexbox==="no-2009"&&(n=n.filter(u=>!u.includes("2009")));let o=s.browsers.map(u=>this.browsers.prefix(u));s.mistakes&&(o=o.concat(s.mistakes)),o=o.concat(a),o=Wt.uniq(o),n.length?(t.add[i]=n,n.length!n.includes(u)))):t.remove[i]=o}return t}sort(e){return e.sort((t,i)=>{let s=Wt.removeNote(t).length,n=Wt.removeNote(i).length;return s===n?i.length-t.length:n-s})}preprocess(e){let t={selectors:[],"@supports":new c_(Yr,this)};for(let s in e.add){let n=e.add[s];if(s==="@keyframes"||s==="@viewport")t[s]=new p_(s,n,this);else if(s==="@resolution")t[s]=new Cy(s,n,this);else if(this.data[s].selector)t.selectors.push(Vt.load(s,n,this));else{let a=this.data[s].props;if(a){let o=Pe.load(s,n,this);for(let u of a)t[u]||(t[u]={values:[]}),t[u].values.push(o)}else{let o=t[s]&&t[s].values||[];t[s]=q.load(s,n,this),t[s].values=o}}}let i={selectors:[]};for(let s in e.remove){let n=e.remove[s];if(this.data[s].selector){let a=Vt.load(s,n);for(let o of n)i.selectors.push(a.old(o))}else if(s==="@keyframes"||s==="@viewport")for(let a of n){let o=`@${a}${s.slice(1)}`;i[o]={remove:!0}}else if(s==="@resolution")i[s]=new Cy(s,n,this);else{let a=this.data[s].props;if(a){let o=Pe.load(s,[],this);for(let u of n){let f=o.old(u);if(f)for(let c of a)i[c]||(i[c]={}),i[c].values||(i[c].values=[]),i[c].values.push(f)}}else for(let o of n){let u=this.decl(s).old(s,o);if(s==="align-self"){let f=t[s]&&t[s].prefixes;if(f){if(o==="-webkit- 2009"&&f.includes("-webkit-"))continue;if(o==="-webkit-"&&f.includes("-webkit- 2009"))continue}}for(let f of u)i[f]||(i[f]={}),i[f].remove=!0}}}return[t,i]}decl(e){return fl.has(e)||fl.set(e,q.load(e)),fl.get(e)}unprefixed(e){let t=this.normalize(Sy.unprefixed(e));return t==="flex-direction"&&(t="flex-flow"),t}normalize(e){return this.decl(e).normalize(e)}prefixed(e,t){return e=Sy.unprefixed(e),this.decl(e).prefixed(e,t)}values(e,t){let i=this[e],s=i["*"]&&i["*"].values,n=i[t]&&i[t].values;return s&&n?Wt.uniq(s.concat(n)):s||n||[]}group(e){let t=e.parent,i=t.index(e),{length:s}=t.nodes,n=this.unprefixed(e.prop),a=(o,u)=>{for(i+=o;i>=0&&i{l();Oy.exports={"backface-visibility":{mistakes:["-ms-","-o-"],feature:"transforms3d",browsers:["ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1"]},"backdrop-filter":{feature:"css-backdrop-filter",browsers:["ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1"]},element:{props:["background","background-image","border-image","mask","list-style","list-style-image","content","mask-image"],feature:"css-element-function",browsers:["firefox 89"]},"user-select":{mistakes:["-khtml-"],feature:"user-select-none",browsers:["ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1"]},"background-clip":{feature:"background-clip-text",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},hyphens:{feature:"css-hyphens",browsers:["ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1"]},":fullscreen":{selector:!0,feature:"fullscreen",browsers:["and_chr 92","and_uc 12.12","safari 14.1"]},"::backdrop":{selector:!0,feature:"fullscreen",browsers:["and_chr 92","and_uc 12.12","safari 14.1"]},"::file-selector-button":{selector:!0,feature:"fullscreen",browsers:["safari 14.1"]},"tab-size":{feature:"css3-tabsize",browsers:["firefox 89"]},fill:{props:["width","min-width","max-width","height","min-height","max-height","inline-size","min-inline-size","max-inline-size","block-size","min-block-size","max-block-size","grid","grid-template","grid-template-rows","grid-template-columns","grid-auto-columns","grid-auto-rows"],feature:"intrinsic-width",browsers:["and_chr 92","chrome 91","chrome 92","edge 91","samsung 14.0"]},"fill-available":{props:["width","min-width","max-width","height","min-height","max-height","inline-size","min-inline-size","max-inline-size","block-size","min-block-size","max-block-size","grid","grid-template","grid-template-rows","grid-template-columns","grid-auto-columns","grid-auto-rows"],feature:"intrinsic-width",browsers:["and_chr 92","chrome 91","chrome 92","edge 91","samsung 14.0"]},stretch:{props:["width","min-width","max-width","height","min-height","max-height","inline-size","min-inline-size","max-inline-size","block-size","min-block-size","max-block-size","grid","grid-template","grid-template-rows","grid-template-columns","grid-auto-columns","grid-auto-rows"],feature:"intrinsic-width",browsers:["firefox 89"]},"fit-content":{props:["width","min-width","max-width","height","min-height","max-height","inline-size","min-inline-size","max-inline-size","block-size","min-block-size","max-block-size","grid","grid-template","grid-template-rows","grid-template-columns","grid-auto-columns","grid-auto-rows"],feature:"intrinsic-width",browsers:["firefox 89"]},"text-decoration-style":{feature:"text-decoration",browsers:["ios_saf 14.0-14.4","ios_saf 14.5-14.7"]},"text-decoration-color":{feature:"text-decoration",browsers:["ios_saf 14.0-14.4","ios_saf 14.5-14.7"]},"text-decoration-line":{feature:"text-decoration",browsers:["ios_saf 14.0-14.4","ios_saf 14.5-14.7"]},"text-decoration":{feature:"text-decoration",browsers:["ios_saf 14.0-14.4","ios_saf 14.5-14.7"]},"text-decoration-skip":{feature:"text-decoration",browsers:["ios_saf 14.0-14.4","ios_saf 14.5-14.7"]},"text-decoration-skip-ink":{feature:"text-decoration",browsers:["ios_saf 14.0-14.4","ios_saf 14.5-14.7"]},"text-size-adjust":{feature:"text-size-adjust",browsers:["ios_saf 14.0-14.4","ios_saf 14.5-14.7"]},"mask-clip":{feature:"css-masks",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},"mask-composite":{feature:"css-masks",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},"mask-image":{feature:"css-masks",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},"mask-origin":{feature:"css-masks",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},"mask-repeat":{feature:"css-masks",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},"mask-border-repeat":{feature:"css-masks",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},"mask-border-source":{feature:"css-masks",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},mask:{feature:"css-masks",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},"mask-position":{feature:"css-masks",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},"mask-size":{feature:"css-masks",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},"mask-border":{feature:"css-masks",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},"mask-border-outset":{feature:"css-masks",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},"mask-border-width":{feature:"css-masks",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},"mask-border-slice":{feature:"css-masks",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},"clip-path":{feature:"css-clip-path",browsers:["and_uc 12.12","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},"box-decoration-break":{feature:"css-boxdecorationbreak",browsers:["and_chr 92","chrome 91","chrome 92","edge 91","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},"@resolution":{feature:"css-media-resolution",browsers:["ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1"]},"border-inline-start":{feature:"css-logical-props",browsers:["and_uc 12.12"]},"border-inline-end":{feature:"css-logical-props",browsers:["and_uc 12.12"]},"margin-inline-start":{feature:"css-logical-props",browsers:["and_uc 12.12"]},"margin-inline-end":{feature:"css-logical-props",browsers:["and_uc 12.12"]},"padding-inline-start":{feature:"css-logical-props",browsers:["and_uc 12.12"]},"padding-inline-end":{feature:"css-logical-props",browsers:["and_uc 12.12"]},"border-block-start":{feature:"css-logical-props",browsers:["and_uc 12.12"]},"border-block-end":{feature:"css-logical-props",browsers:["and_uc 12.12"]},"margin-block-start":{feature:"css-logical-props",browsers:["and_uc 12.12"]},"margin-block-end":{feature:"css-logical-props",browsers:["and_uc 12.12"]},"padding-block-start":{feature:"css-logical-props",browsers:["and_uc 12.12"]},"padding-block-end":{feature:"css-logical-props",browsers:["and_uc 12.12"]},appearance:{feature:"css-appearance",browsers:["and_uc 12.12","ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1","samsung 14.0"]},"image-set":{props:["background","background-image","border-image","cursor","mask","mask-image","list-style","list-style-image","content"],feature:"css-image-set",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","samsung 14.0"]},"cross-fade":{props:["background","background-image","border-image","mask","list-style","list-style-image","content","mask-image"],feature:"css-cross-fade",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","samsung 14.0"]},"text-emphasis":{feature:"text-emphasis",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","samsung 14.0"]},"text-emphasis-position":{feature:"text-emphasis",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","samsung 14.0"]},"text-emphasis-style":{feature:"text-emphasis",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","samsung 14.0"]},"text-emphasis-color":{feature:"text-emphasis",browsers:["and_chr 92","and_uc 12.12","chrome 91","chrome 92","edge 91","samsung 14.0"]},":any-link":{selector:!0,feature:"css-any-link",browsers:["and_uc 12.12"]},isolate:{props:["unicode-bidi"],feature:"css-unicode-bidi",browsers:["ios_saf 14.0-14.4","ios_saf 14.5-14.7","safari 14.1"]},"color-adjust":{feature:"css-color-adjust",browsers:["chrome 91","chrome 92","edge 91","safari 14.1"]}}});var Py=w((rD,Ty)=>{l();Ty.exports={}});var Ry=w((iD,Iy)=>{l();var mA=ao(),{agents:gA}=(ks(),xs),cl=sh(),yA=Ke(),wA=Ay(),bA=Ey(),vA=Py(),Dy={browsers:gA,prefixes:bA},qy=` + Replace Autoprefixer \`browsers\` option to Browserslist config. + Use \`browserslist\` key in \`package.json\` or \`.browserslistrc\` file. + + Using \`browsers\` option can cause errors. Browserslist config can + be used for Babel, Autoprefixer, postcss-normalize and other tools. + + If you really need to use option, rename it to \`overrideBrowserslist\`. + + Learn more at: + https://github.com/browserslist/browserslist#readme + https://twitter.com/browserslist + +`;function xA(r){return Object.prototype.toString.apply(r)==="[object Object]"}var pl=new Map;function kA(r,e){e.browsers.selected.length!==0&&(e.add.selectors.length>0||Object.keys(e.add).length>2||r.warn(`Autoprefixer target browsers do not need any prefixes.You do not need Autoprefixer anymore. +Check your Browserslist config to be sure that your targets are set up correctly. + + Learn more at: + https://github.com/postcss/autoprefixer#readme + https://github.com/browserslist/browserslist#readme + +`))}Iy.exports=Gt;function Gt(...r){let e;if(r.length===1&&xA(r[0])?(e=r[0],r=void 0):r.length===0||r.length===1&&!r[0]?r=void 0:r.length<=2&&(Array.isArray(r[0])||!r[0])?(e=r[1],r=r[0]):typeof r[r.length-1]=="object"&&(e=r.pop()),e||(e={}),e.browser)throw new Error("Change `browser` option to `overrideBrowserslist` in Autoprefixer");if(e.browserslist)throw new Error("Change `browserslist` option to `overrideBrowserslist` in Autoprefixer");e.overrideBrowserslist?r=e.overrideBrowserslist:e.browsers&&(typeof console!="undefined"&&console.warn&&(cl.red?console.warn(cl.red(qy.replace(/`[^`]+`/g,s=>cl.yellow(s.slice(1,-1))))):console.warn(qy)),r=e.browsers);let t={ignoreUnknownVersions:e.ignoreUnknownVersions,stats:e.stats,env:e.env};function i(s){let n=Dy,a=new yA(n.browsers,r,s,t),o=a.selected.join(", ")+JSON.stringify(e);return pl.has(o)||pl.set(o,new wA(n.prefixes,a,e)),pl.get(o)}return{postcssPlugin:"autoprefixer",prepare(s){let n=i({from:s.opts.from,env:e.env});return{OnceExit(a){kA(s,n),e.remove!==!1&&n.processor.remove(a,s),e.add!==!1&&n.processor.add(a,s)}}},info(s){return s=s||{},s.from=s.from||m.cwd(),vA(i(s))},options:e,browsers:r}}Gt.postcss=!0;Gt.data=Dy;Gt.defaults=mA.defaults;Gt.info=()=>Gt().info()});var My={};de(My,{default:()=>SA});var SA,Ly=C(()=>{l();SA=[]});var Fy={};de(Fy,{default:()=>CA});var Ny,CA,By=C(()=>{l();ti();Ny=Y(Yt()),CA=$e(Ny.default.theme)});var $y={};de($y,{default:()=>_A});var zy,_A,jy=C(()=>{l();ti();zy=Y(Yt()),_A=$e(zy.default)});function Uy(r,e){return{handler:r,config:e}}var Vy,Wy=C(()=>{l();Uy.withOptions=function(r,e=()=>({})){let t=function(i){return{__options:i,handler:r(i),config:e(i)}};return t.__isOptionsFunction=!0,t.__pluginFunction=r,t.__configFunction=e,t};Vy=Uy});var Gy={};de(Gy,{default:()=>AA});var AA,Hy=C(()=>{l();Wy();AA=Vy});l();"use strict";var OA=Fe(rh()),EA=Fe(ue()),TA=Fe(Ry()),PA=Fe((Ly(),My)),DA=Fe((By(),Fy)),qA=Fe((jy(),$y)),IA=Fe((Ds(),Nl)),RA=Fe((Hy(),Gy)),MA=Fe((jn(),Tf));function Fe(r){return r&&r.__esModule?r:{default:r}}console.warn("cdn.tailwindcss.com should not be used in production. To use Tailwind CSS in production, install it as a PostCSS plugin or use the Tailwind CLI: https://tailwindcss.com/docs/installation");var Cs="tailwind",dl="text/tailwindcss",Yy="/template.html",ft,Qy=!0,Jy=0,hl=new Set,ml,Xy="",Ky=(r=!1)=>({get(e,t){return(!r||t==="config")&&typeof e[t]=="object"&&e[t]!==null?new Proxy(e[t],Ky()):e[t]},set(e,t,i){return e[t]=i,(!r||t==="config")&&gl(!0),!0}});window[Cs]=new Proxy({config:{},defaultTheme:DA.default,defaultConfig:qA.default,colors:IA.default,plugin:RA.default,resolveConfig:MA.default},Ky(!0));function Zy(r){ml.observe(r,{attributes:!0,attributeFilter:["type"],characterData:!0,subtree:!0,childList:!0})}new MutationObserver(async r=>{let e=!1;if(!ml){ml=new MutationObserver(async()=>await gl(!0));for(let t of document.querySelectorAll(`style[type="${dl}"]`))Zy(t)}for(let t of r)for(let i of t.addedNodes)i.nodeType===1&&i.tagName==="STYLE"&&i.getAttribute("type")===dl&&(Zy(i),e=!0);await gl(e)}).observe(document.documentElement,{attributes:!0,attributeFilter:["class"],childList:!0,subtree:!0});async function gl(r=!1){r&&(Jy++,hl.clear());let e="";for(let i of document.querySelectorAll(`style[type="${dl}"]`))e+=i.textContent;let t=new Set;for(let i of document.querySelectorAll("[class]"))for(let s of i.classList)hl.has(s)||t.add(s);if(document.body&&(Qy||t.size>0||e!==Xy||!ft||!ft.isConnected)){for(let s of t)hl.add(s);Qy=!1,Xy=e,self[Yy]=Array.from(t).join(" ");let i=(0,EA.default)([(0,OA.default)({...window[Cs].config,_hash:Jy,content:[Yy],plugins:[...PA.default,...Array.isArray(window[Cs].config.plugins)?window[Cs].config.plugins:[]]}),(0,TA.default)({remove:!1})]).process(`@tailwind base;@tailwind components;@tailwind utilities;${e}`).css;(!ft||!ft.isConnected)&&(ft=document.createElement("style"),document.head.append(ft)),ft.textContent=i}}})(); +/*! https://mths.be/cssesc v3.0.0 by @mathias */ \ No newline at end of file diff --git a/tailwind.config.js b/tailwind.config.js new file mode 100644 index 0000000..ac21ae1 --- /dev/null +++ b/tailwind.config.js @@ -0,0 +1,13 @@ +/** @type {import('tailwindcss').Config} */ +export default { + content: [ + "./index.html", + "./src/**/*.{js,ts,jsx,tsx}", + ], + + theme: { + extend: {}, + }, + plugins: [], +} + diff --git a/vite.config.js b/vite.config.js new file mode 100644 index 0000000..d3def3f --- /dev/null +++ b/vite.config.js @@ -0,0 +1,50 @@ +import { defineConfig, splitVendorChunkPlugin } from "vite"; +import react from "@vitejs/plugin-react"; +import Pages from "vite-plugin-pages"; +import { VitePWA } from "vite-plugin-pwa"; +import reactRefresh from "@vitejs/plugin-react-refresh"; +import monacoEditorPlugin from "vite-plugin-monaco-editor"; +// import { NodeGlobalsPolyfillPlugin } from "@esbuild-plugins/node-globals-polyfill"; + +import appConfig from "./src/config"; +//import viteCompression from "vite-plugin-compression"; +// import eslintPlugin from "vite-plugin-eslint"; +const base = appConfig.base ? "/" + appConfig.base + "/" : undefined; +// https://vitejs.dev/config/ +export default defineConfig({ + publicDir: "public", + build: { + //base, + }, + base, + plugins: [ + react(), + + Pages({ + caseSensitive: false, + }), + VitePWA({ + registerType: "autoUpdate", + // devOptions: { + // enabled: true, + // }, + }), + splitVendorChunkPlugin(), + reactRefresh(), + // NodeGlobalsPolyfillPlugin({ + // buffer: true, + // }), + monacoEditorPlugin, + // viteCompression({ + // // deleteOriginFile: true, + // filter: /\.(js|mjs|json|css)$/i, + // }), + // eslintPlugin(), + ], + resolve: { + alias: [{ find: "~", replacement: "/src" }], + }, + define: { + "process.env": {}, + }, +}); diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..043caff --- /dev/null +++ b/yarn.lock @@ -0,0 +1,4784 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +"@alloc/quick-lru@^5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@alloc/quick-lru/-/quick-lru-5.2.0.tgz#7bf68b20c0a350f936915fcae06f58e32007ce30" + integrity sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw== + +"@ampproject/remapping@^2.2.0": + version "2.3.0" + resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.3.0.tgz#ed441b6fa600072520ce18b43d2c8cc8caecc7f4" + integrity sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw== + dependencies: + "@jridgewell/gen-mapping" "^0.3.5" + "@jridgewell/trace-mapping" "^0.3.24" + +"@apideck/better-ajv-errors@^0.3.1": + version "0.3.6" + resolved "https://registry.yarnpkg.com/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.6.tgz#957d4c28e886a64a8141f7522783be65733ff097" + integrity sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA== + dependencies: + json-schema "^0.4.0" + jsonpointer "^5.0.0" + leven "^3.1.0" + +"@babel/code-frame@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465" + integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA== + dependencies: + "@babel/highlight" "^7.24.7" + picocolors "^1.0.0" + +"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.24.8": + version "7.24.9" + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.9.tgz#53eee4e68f1c1d0282aa0eb05ddb02d033fc43a0" + integrity sha512-e701mcfApCJqMMueQI0Fb68Amflj83+dvAvHawoBpAz+GDjCIyGHzNwnefjsWJ3xiYAqqiQFoWbspGYBdb2/ng== + +"@babel/core@^7.14.8", "@babel/core@^7.24.4", "@babel/core@^7.24.5": + version "7.24.9" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.9.tgz#dc07c9d307162c97fa9484ea997ade65841c7c82" + integrity sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg== + 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" + +"@babel/generator@^7.24.8", "@babel/generator@^7.24.9": + version "7.24.10" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.10.tgz#a4ab681ec2a78bbb9ba22a3941195e28a81d8e76" + integrity sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg== + dependencies: + "@babel/types" "^7.24.9" + "@jridgewell/gen-mapping" "^0.3.5" + "@jridgewell/trace-mapping" "^0.3.25" + jsesc "^2.5.1" + +"@babel/helper-annotate-as-pure@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz#5373c7bc8366b12a033b4be1ac13a206c6656aab" + integrity sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg== + dependencies: + "@babel/types" "^7.24.7" + +"@babel/helper-builder-binary-assignment-operator-visitor@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.7.tgz#37d66feb012024f2422b762b9b2a7cfe27c7fba3" + integrity sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA== + dependencies: + "@babel/traverse" "^7.24.7" + "@babel/types" "^7.24.7" + +"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.7", "@babel/helper-compilation-targets@^7.24.8": + version "7.24.8" + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.8.tgz#b607c3161cd9d1744977d4f97139572fe778c271" + integrity sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw== + 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" + +"@babel/helper-create-class-features-plugin@^7.24.7": + version "7.24.8" + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.8.tgz#47f546408d13c200c0867f9d935184eaa0851b09" + integrity sha512-4f6Oqnmyp2PP3olgUMmOwC3akxSm5aBYraQ6YDdKy7NcAMkDECHWG0DEnV6M2UAkERgIBhYt8S27rURPg7SxWA== + dependencies: + "@babel/helper-annotate-as-pure" "^7.24.7" + "@babel/helper-environment-visitor" "^7.24.7" + "@babel/helper-function-name" "^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.24.7" + "@babel/helper-skip-transparent-expression-wrappers" "^7.24.7" + "@babel/helper-split-export-declaration" "^7.24.7" + semver "^6.3.1" + +"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.24.7.tgz#be4f435a80dc2b053c76eeb4b7d16dd22cfc89da" + integrity sha512-03TCmXy2FtXJEZfbXDTSqq1fRJArk7lX9DOFC/47VthYcxyIOx+eXQmdo6DOQvrbpIix+KfXwvuXdFDZHxt+rA== + dependencies: + "@babel/helper-annotate-as-pure" "^7.24.7" + regexpu-core "^5.3.1" + semver "^6.3.1" + +"@babel/helper-define-polyfill-provider@^0.6.1", "@babel/helper-define-polyfill-provider@^0.6.2": + version "0.6.2" + resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz#18594f789c3594acb24cfdb4a7f7b7d2e8bd912d" + integrity sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ== + 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" + +"@babel/helper-environment-visitor@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz#4b31ba9551d1f90781ba83491dd59cf9b269f7d9" + integrity sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ== + dependencies: + "@babel/types" "^7.24.7" + +"@babel/helper-function-name@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz#75f1e1725742f39ac6584ee0b16d94513da38dd2" + integrity sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA== + dependencies: + "@babel/template" "^7.24.7" + "@babel/types" "^7.24.7" + +"@babel/helper-hoist-variables@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz#b4ede1cde2fd89436397f30dc9376ee06b0f25ee" + integrity sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ== + dependencies: + "@babel/types" "^7.24.7" + +"@babel/helper-member-expression-to-functions@^7.24.7", "@babel/helper-member-expression-to-functions@^7.24.8": + version "7.24.8" + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz#6155e079c913357d24a4c20480db7c712a5c3fb6" + integrity sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA== + dependencies: + "@babel/traverse" "^7.24.8" + "@babel/types" "^7.24.8" + +"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz#f2f980392de5b84c3328fc71d38bd81bbb83042b" + integrity sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA== + dependencies: + "@babel/traverse" "^7.24.7" + "@babel/types" "^7.24.7" + +"@babel/helper-module-transforms@^7.24.7", "@babel/helper-module-transforms@^7.24.8", "@babel/helper-module-transforms@^7.24.9": + version "7.24.9" + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz#e13d26306b89eea569180868e652e7f514de9d29" + integrity sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw== + dependencies: + "@babel/helper-environment-visitor" "^7.24.7" + "@babel/helper-module-imports" "^7.24.7" + "@babel/helper-simple-access" "^7.24.7" + "@babel/helper-split-export-declaration" "^7.24.7" + "@babel/helper-validator-identifier" "^7.24.7" + +"@babel/helper-optimise-call-expression@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz#8b0a0456c92f6b323d27cfd00d1d664e76692a0f" + integrity sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A== + dependencies: + "@babel/types" "^7.24.7" + +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.7", "@babel/helper-plugin-utils@^7.24.8", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": + version "7.24.8" + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz#94ee67e8ec0e5d44ea7baeb51e571bd26af07878" + integrity sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg== + +"@babel/helper-remap-async-to-generator@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.24.7.tgz#b3f0f203628522713849d49403f1a414468be4c7" + integrity sha512-9pKLcTlZ92hNZMQfGCHImUpDOlAgkkpqalWEeftW5FBya75k8Li2ilerxkM/uBEj01iBZXcCIB/bwvDYgWyibA== + dependencies: + "@babel/helper-annotate-as-pure" "^7.24.7" + "@babel/helper-environment-visitor" "^7.24.7" + "@babel/helper-wrap-function" "^7.24.7" + +"@babel/helper-replace-supers@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.24.7.tgz#f933b7eed81a1c0265740edc91491ce51250f765" + integrity sha512-qTAxxBM81VEyoAY0TtLrx1oAEJc09ZK67Q9ljQToqCnA+55eNwCORaxlKyu+rNfX86o8OXRUSNUnrtsAZXM9sg== + dependencies: + "@babel/helper-environment-visitor" "^7.24.7" + "@babel/helper-member-expression-to-functions" "^7.24.7" + "@babel/helper-optimise-call-expression" "^7.24.7" + +"@babel/helper-simple-access@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz#bcade8da3aec8ed16b9c4953b74e506b51b5edb3" + integrity sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg== + dependencies: + "@babel/traverse" "^7.24.7" + "@babel/types" "^7.24.7" + +"@babel/helper-skip-transparent-expression-wrappers@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz#5f8fa83b69ed5c27adc56044f8be2b3ea96669d9" + integrity sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ== + dependencies: + "@babel/traverse" "^7.24.7" + "@babel/types" "^7.24.7" + +"@babel/helper-split-export-declaration@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz#83949436890e07fa3d6873c61a96e3bbf692d856" + integrity sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA== + dependencies: + "@babel/types" "^7.24.7" + +"@babel/helper-string-parser@^7.24.8": + version "7.24.8" + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d" + integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ== + +"@babel/helper-validator-identifier@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db" + integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w== + +"@babel/helper-validator-option@^7.24.8": + version "7.24.8" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz#3725cdeea8b480e86d34df15304806a06975e33d" + integrity sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q== + +"@babel/helper-wrap-function@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.24.7.tgz#52d893af7e42edca7c6d2c6764549826336aae1f" + integrity sha512-N9JIYk3TD+1vq/wn77YnJOqMtfWhNewNE+DJV4puD2X7Ew9J4JvrzrFDfTfyv5EgEXVy9/Wt8QiOErzEmv5Ifw== + dependencies: + "@babel/helper-function-name" "^7.24.7" + "@babel/template" "^7.24.7" + "@babel/traverse" "^7.24.7" + "@babel/types" "^7.24.7" + +"@babel/helpers@^7.24.8": + version "7.24.8" + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.8.tgz#2820d64d5d6686cca8789dd15b074cd862795873" + integrity sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ== + dependencies: + "@babel/template" "^7.24.7" + "@babel/types" "^7.24.8" + +"@babel/highlight@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.7.tgz#a05ab1df134b286558aae0ed41e6c5f731bf409d" + integrity sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw== + dependencies: + "@babel/helper-validator-identifier" "^7.24.7" + chalk "^2.4.2" + js-tokens "^4.0.0" + picocolors "^1.0.0" + +"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.24.7", "@babel/parser@^7.24.8": + version "7.24.8" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.8.tgz#58a4dbbcad7eb1d48930524a3fd93d93e9084c6f" + integrity sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w== + +"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.7.tgz#fd059fd27b184ea2b4c7e646868a9a381bbc3055" + integrity sha512-TiT1ss81W80eQsN+722OaeQMY/G4yTb4G9JrqeiDADs3N8lbPMGldWi9x8tyqCW5NLx1Jh2AvkE6r6QvEltMMQ== + dependencies: + "@babel/helper-environment-visitor" "^7.24.7" + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.7.tgz#468096ca44bbcbe8fcc570574e12eb1950e18107" + integrity sha512-unaQgZ/iRu/By6tsjMZzpeBZjChYfLYry6HrEXPoz3KmfF0sVBQ1l8zKMQ4xRGLWVsjuvB8nQfjNP/DcfEOCsg== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.7.tgz#e4eabdd5109acc399b38d7999b2ef66fc2022f89" + integrity sha512-+izXIbke1T33mY4MSNnrqhPXDz01WYhEf3yF5NbnUtkiNnm+XBZJl3kNfoK6NKmYlz/D07+l2GWVK/QfDkNCuQ== + 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" + +"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.7.tgz#71b21bb0286d5810e63a1538aa901c58e87375ec" + integrity sha512-utA4HuR6F4Vvcr+o4DnjL8fCOlgRFGbeeBEGNg3ZTrLFw6VWG5XmUrvcQ0FjIYMU2ST4XcR2Wsp7t9qOAPnxMg== + dependencies: + "@babel/helper-environment-visitor" "^7.24.7" + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2": + version "7.21.0-placeholder-for-preset-env.2" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz#7844f9289546efa9febac2de4cfe358a050bd703" + integrity sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w== + +"@babel/plugin-syntax-async-generators@^7.8.4": + version "7.8.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d" + integrity sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-class-properties@^7.12.13": + version "7.12.13" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz#b5c987274c4a3a82b89714796931a6b53544ae10" + integrity sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA== + dependencies: + "@babel/helper-plugin-utils" "^7.12.13" + +"@babel/plugin-syntax-class-static-block@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz#195df89b146b4b78b3bf897fd7a257c84659d406" + integrity sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-syntax-dynamic-import@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz#62bf98b2da3cd21d626154fc96ee5b3cb68eacb3" + integrity sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-export-namespace-from@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz#028964a9ba80dbc094c915c487ad7c4e7a66465a" + integrity sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== + dependencies: + "@babel/helper-plugin-utils" "^7.8.3" + +"@babel/plugin-syntax-import-assertions@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.7.tgz#2a0b406b5871a20a841240586b1300ce2088a778" + integrity sha512-Ec3NRUMoi8gskrkBe3fNmEQfxDvY8bgfQpz6jlk/41kX9eUjvpyqWU7PBP/pLAvMaSQjbMNKJmvX57jP+M6bPg== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-syntax-import-attributes@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.7.tgz#b4f9ea95a79e6912480c4b626739f86a076624ca" + integrity sha512-hbX+lKKeUMGihnK8nvKqmXBInriT3GVjzXKFriV3YC6APGxMbP8RZNFwy91+hocLXq90Mta+HshoB31802bb8A== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-syntax-import-meta@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz#ee601348c370fa334d2207be158777496521fd51" + integrity sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-syntax-json-strings@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a" + integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-logical-assignment-operators@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699" + integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9" + integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-numeric-separator@^7.10.4": + version "7.10.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz#b9b070b3e33570cd9fd07ba7fa91c0dd37b9af97" + integrity sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== + dependencies: + "@babel/helper-plugin-utils" "^7.10.4" + +"@babel/plugin-syntax-object-rest-spread@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz#60e225edcbd98a640332a2e72dd3e66f1af55871" + integrity sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-optional-catch-binding@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz#6111a265bcfb020eb9efd0fdfd7d26402b9ed6c1" + integrity sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-optional-chaining@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a" + integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== + dependencies: + "@babel/helper-plugin-utils" "^7.8.0" + +"@babel/plugin-syntax-private-property-in-object@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz#0dc6671ec0ea22b6e94a1114f857970cd39de1ad" + integrity sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-syntax-top-level-await@^7.14.5": + version "7.14.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz#c1cfdadc35a646240001f06138247b741c34d94c" + integrity sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw== + dependencies: + "@babel/helper-plugin-utils" "^7.14.5" + +"@babel/plugin-syntax-unicode-sets-regex@^7.18.6": + version "7.18.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz#d49a3b3e6b52e5be6740022317580234a6a47357" + integrity sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.18.6" + "@babel/helper-plugin-utils" "^7.18.6" + +"@babel/plugin-transform-arrow-functions@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.7.tgz#4f6886c11e423bd69f3ce51dbf42424a5f275514" + integrity sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-async-generator-functions@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.7.tgz#7330a5c50e05181ca52351b8fd01642000c96cfd" + integrity sha512-o+iF77e3u7ZS4AoAuJvapz9Fm001PuD2V3Lp6OSE4FYQke+cSewYtnek+THqGRWyQloRCyvWL1OkyfNEl9vr/g== + dependencies: + "@babel/helper-environment-visitor" "^7.24.7" + "@babel/helper-plugin-utils" "^7.24.7" + "@babel/helper-remap-async-to-generator" "^7.24.7" + "@babel/plugin-syntax-async-generators" "^7.8.4" + +"@babel/plugin-transform-async-to-generator@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.7.tgz#72a3af6c451d575842a7e9b5a02863414355bdcc" + integrity sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA== + dependencies: + "@babel/helper-module-imports" "^7.24.7" + "@babel/helper-plugin-utils" "^7.24.7" + "@babel/helper-remap-async-to-generator" "^7.24.7" + +"@babel/plugin-transform-block-scoped-functions@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.7.tgz#a4251d98ea0c0f399dafe1a35801eaba455bbf1f" + integrity sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-block-scoping@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.7.tgz#42063e4deb850c7bd7c55e626bf4e7ab48e6ce02" + integrity sha512-Nd5CvgMbWc+oWzBsuaMcbwjJWAcp5qzrbg69SZdHSP7AMY0AbWFqFO0WTFCA1jxhMCwodRwvRec8k0QUbZk7RQ== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-class-properties@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz#256879467b57b0b68c7ddfc5b76584f398cd6834" + integrity sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.24.7" + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-class-static-block@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.7.tgz#c82027ebb7010bc33c116d4b5044fbbf8c05484d" + integrity sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ== + 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" + +"@babel/plugin-transform-classes@^7.24.8": + version "7.24.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.8.tgz#ad23301fe5bc153ca4cf7fb572a9bc8b0b711cf7" + integrity sha512-VXy91c47uujj758ud9wx+OMgheXm4qJfyhj1P18YvlrQkNOSrwsteHk+EFS3OMGfhMhpZa0A+81eE7G4QC+3CA== + dependencies: + "@babel/helper-annotate-as-pure" "^7.24.7" + "@babel/helper-compilation-targets" "^7.24.8" + "@babel/helper-environment-visitor" "^7.24.7" + "@babel/helper-function-name" "^7.24.7" + "@babel/helper-plugin-utils" "^7.24.8" + "@babel/helper-replace-supers" "^7.24.7" + "@babel/helper-split-export-declaration" "^7.24.7" + globals "^11.1.0" + +"@babel/plugin-transform-computed-properties@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.7.tgz#4cab3214e80bc71fae3853238d13d097b004c707" + integrity sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + "@babel/template" "^7.24.7" + +"@babel/plugin-transform-destructuring@^7.24.8": + version "7.24.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.8.tgz#c828e814dbe42a2718a838c2a2e16a408e055550" + integrity sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ== + dependencies: + "@babel/helper-plugin-utils" "^7.24.8" + +"@babel/plugin-transform-dotall-regex@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.7.tgz#5f8bf8a680f2116a7207e16288a5f974ad47a7a0" + integrity sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.24.7" + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-duplicate-keys@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.7.tgz#dd20102897c9a2324e5adfffb67ff3610359a8ee" + integrity sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-dynamic-import@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz#4d8b95e3bae2b037673091aa09cd33fecd6419f4" + integrity sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + "@babel/plugin-syntax-dynamic-import" "^7.8.3" + +"@babel/plugin-transform-exponentiation-operator@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.7.tgz#b629ee22645f412024297d5245bce425c31f9b0d" + integrity sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ== + dependencies: + "@babel/helper-builder-binary-assignment-operator-visitor" "^7.24.7" + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-export-namespace-from@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.7.tgz#176d52d8d8ed516aeae7013ee9556d540c53f197" + integrity sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" + +"@babel/plugin-transform-for-of@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.7.tgz#f25b33f72df1d8be76399e1b8f3f9d366eb5bc70" + integrity sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + "@babel/helper-skip-transparent-expression-wrappers" "^7.24.7" + +"@babel/plugin-transform-function-name@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.7.tgz#6d8601fbffe665c894440ab4470bc721dd9131d6" + integrity sha512-U9FcnA821YoILngSmYkW6FjyQe2TyZD5pHt4EVIhmcTkrJw/3KqcrRSxuOo5tFZJi7TE19iDyI1u+weTI7bn2w== + dependencies: + "@babel/helper-compilation-targets" "^7.24.7" + "@babel/helper-function-name" "^7.24.7" + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-json-strings@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.7.tgz#f3e9c37c0a373fee86e36880d45b3664cedaf73a" + integrity sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + "@babel/plugin-syntax-json-strings" "^7.8.3" + +"@babel/plugin-transform-literals@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.7.tgz#36b505c1e655151a9d7607799a9988fc5467d06c" + integrity sha512-vcwCbb4HDH+hWi8Pqenwnjy+UiklO4Kt1vfspcQYFhJdpthSnW8XvWGyDZWKNVrVbVViI/S7K9PDJZiUmP2fYQ== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-logical-assignment-operators@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.7.tgz#a58fb6eda16c9dc8f9ff1c7b1ba6deb7f4694cb0" + integrity sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" + +"@babel/plugin-transform-member-expression-literals@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.7.tgz#3b4454fb0e302e18ba4945ba3246acb1248315df" + integrity sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-modules-amd@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.7.tgz#65090ed493c4a834976a3ca1cde776e6ccff32d7" + integrity sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg== + dependencies: + "@babel/helper-module-transforms" "^7.24.7" + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-modules-commonjs@^7.24.8": + version "7.24.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz#ab6421e564b717cb475d6fff70ae7f103536ea3c" + integrity sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA== + dependencies: + "@babel/helper-module-transforms" "^7.24.8" + "@babel/helper-plugin-utils" "^7.24.8" + "@babel/helper-simple-access" "^7.24.7" + +"@babel/plugin-transform-modules-systemjs@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.7.tgz#f8012316c5098f6e8dee6ecd58e2bc6f003d0ce7" + integrity sha512-GYQE0tW7YoaN13qFh3O1NCY4MPkUiAH3fiF7UcV/I3ajmDKEdG3l+UOcbAm4zUE3gnvUU+Eni7XrVKo9eO9auw== + dependencies: + "@babel/helper-hoist-variables" "^7.24.7" + "@babel/helper-module-transforms" "^7.24.7" + "@babel/helper-plugin-utils" "^7.24.7" + "@babel/helper-validator-identifier" "^7.24.7" + +"@babel/plugin-transform-modules-umd@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz#edd9f43ec549099620df7df24e7ba13b5c76efc8" + integrity sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A== + dependencies: + "@babel/helper-module-transforms" "^7.24.7" + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-named-capturing-groups-regex@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.24.7.tgz#9042e9b856bc6b3688c0c2e4060e9e10b1460923" + integrity sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.24.7" + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-new-target@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.7.tgz#31ff54c4e0555cc549d5816e4ab39241dfb6ab00" + integrity sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-nullish-coalescing-operator@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.7.tgz#1de4534c590af9596f53d67f52a92f12db984120" + integrity sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" + +"@babel/plugin-transform-numeric-separator@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.7.tgz#bea62b538c80605d8a0fac9b40f48e97efa7de63" + integrity sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + "@babel/plugin-syntax-numeric-separator" "^7.10.4" + +"@babel/plugin-transform-object-rest-spread@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.7.tgz#d13a2b93435aeb8a197e115221cab266ba6e55d6" + integrity sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q== + 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" + +"@babel/plugin-transform-object-super@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.7.tgz#66eeaff7830bba945dd8989b632a40c04ed625be" + integrity sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + "@babel/helper-replace-supers" "^7.24.7" + +"@babel/plugin-transform-optional-catch-binding@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.7.tgz#00eabd883d0dd6a60c1c557548785919b6e717b4" + integrity sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" + +"@babel/plugin-transform-optional-chaining@^7.24.7", "@babel/plugin-transform-optional-chaining@^7.24.8": + version "7.24.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.8.tgz#bb02a67b60ff0406085c13d104c99a835cdf365d" + integrity sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw== + 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" + +"@babel/plugin-transform-parameters@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.7.tgz#5881f0ae21018400e320fc7eb817e529d1254b68" + integrity sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-private-methods@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.7.tgz#e6318746b2ae70a59d023d5cc1344a2ba7a75f5e" + integrity sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.24.7" + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-private-property-in-object@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.7.tgz#4eec6bc701288c1fab5f72e6a4bbc9d67faca061" + integrity sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA== + 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" + +"@babel/plugin-transform-property-literals@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.7.tgz#f0d2ed8380dfbed949c42d4d790266525d63bbdc" + integrity sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-react-jsx-self@^7.14.5", "@babel/plugin-transform-react-jsx-self@^7.24.5": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.24.7.tgz#66bff0248ea0b549972e733516ffad577477bdab" + integrity sha512-fOPQYbGSgH0HUp4UJO4sMBFjY6DuWq+2i8rixyUMb3CdGixs/gccURvYOAhajBdKDoGajFr3mUq5rH3phtkGzw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-react-jsx-source@^7.14.5", "@babel/plugin-transform-react-jsx-source@^7.24.1": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.24.7.tgz#1198aab2548ad19582013815c938d3ebd8291ee3" + integrity sha512-J2z+MWzZHVOemyLweMqngXrgGC42jQ//R0KdxqkIz/OrbVIIlhFI3WigZ5fO+nwFvBlncr4MGapd8vTyc7RPNQ== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-regenerator@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.7.tgz#021562de4534d8b4b1851759fd7af4e05d2c47f8" + integrity sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + regenerator-transform "^0.15.2" + +"@babel/plugin-transform-reserved-words@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.7.tgz#80037fe4fbf031fc1125022178ff3938bb3743a4" + integrity sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-shorthand-properties@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.7.tgz#85448c6b996e122fa9e289746140aaa99da64e73" + integrity sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-spread@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.7.tgz#e8a38c0fde7882e0fb8f160378f74bd885cc7bb3" + integrity sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + "@babel/helper-skip-transparent-expression-wrappers" "^7.24.7" + +"@babel/plugin-transform-sticky-regex@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.7.tgz#96ae80d7a7e5251f657b5cf18f1ea6bf926f5feb" + integrity sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-template-literals@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.7.tgz#a05debb4a9072ae8f985bcf77f3f215434c8f8c8" + integrity sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-typeof-symbol@^7.24.8": + version "7.24.8" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.8.tgz#383dab37fb073f5bfe6e60c654caac309f92ba1c" + integrity sha512-adNTUpDCVnmAE58VEqKlAA6ZBlNkMnWD0ZcW76lyNFN3MJniyGFZfNwERVk8Ap56MCnXztmDr19T4mPTztcuaw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.8" + +"@babel/plugin-transform-unicode-escapes@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.7.tgz#2023a82ced1fb4971630a2e079764502c4148e0e" + integrity sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-unicode-property-regex@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.7.tgz#9073a4cd13b86ea71c3264659590ac086605bbcd" + integrity sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.24.7" + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-unicode-regex@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.7.tgz#dfc3d4a51127108099b19817c0963be6a2adf19f" + integrity sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.24.7" + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/plugin-transform-unicode-sets-regex@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.7.tgz#d40705d67523803a576e29c63cef6e516b858ed9" + integrity sha512-2G8aAvF4wy1w/AGZkemprdGMRg5o6zPNhbHVImRz3lss55TYCBd6xStN19rt8XJHq20sqV0JbyWjOWwQRwV/wg== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.24.7" + "@babel/helper-plugin-utils" "^7.24.7" + +"@babel/preset-env@^7.11.0": + version "7.24.8" + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.8.tgz#e0db94d7f17d6f0e2564e8d29190bc8cdacec2d1" + integrity sha512-vObvMZB6hNWuDxhSaEPTKCwcqkAIuDtE+bQGn4XMXne1DSLzFVY8Vmj1bm+mUQXYNN8NmaQEO+r8MMbzPr1jBQ== + dependencies: + "@babel/compat-data" "^7.24.8" + "@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.24.7" + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.24.7" + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.7" + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.24.7" + "@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.24.7" + "@babel/plugin-transform-async-to-generator" "^7.24.7" + "@babel/plugin-transform-block-scoped-functions" "^7.24.7" + "@babel/plugin-transform-block-scoping" "^7.24.7" + "@babel/plugin-transform-class-properties" "^7.24.7" + "@babel/plugin-transform-class-static-block" "^7.24.7" + "@babel/plugin-transform-classes" "^7.24.8" + "@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-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.24.7" + "@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.24.7" + "@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" + +"@babel/preset-modules@0.1.6-no-external-plugins": + version "0.1.6-no-external-plugins" + resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz#ccb88a2c49c817236861fee7826080573b8a923a" + integrity sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA== + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + "@babel/types" "^7.4.4" + esutils "^2.0.2" + +"@babel/regjsgen@^0.8.0": + version "0.8.0" + resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310" + integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA== + +"@babel/runtime@^7.11.2", "@babel/runtime@^7.3.1", "@babel/runtime@^7.8.4": + version "7.24.8" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.8.tgz#5d958c3827b13cc6d05e038c07fb2e5e3420d82e" + integrity sha512-5F7SDGs1T72ZczbRwbGO9lQi0NLjQxzl6i4lJxLxfW9U5UluCSyEJeniWvnhl3/euNiqQVbo8zruhsDfid0esA== + dependencies: + regenerator-runtime "^0.14.0" + +"@babel/template@^7.24.7": + version "7.24.7" + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.7.tgz#02efcee317d0609d2c07117cb70ef8fb17ab7315" + integrity sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig== + dependencies: + "@babel/code-frame" "^7.24.7" + "@babel/parser" "^7.24.7" + "@babel/types" "^7.24.7" + +"@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8": + version "7.24.8" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.8.tgz#6c14ed5232b7549df3371d820fbd9abfcd7dfab7" + integrity sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ== + dependencies: + "@babel/code-frame" "^7.24.7" + "@babel/generator" "^7.24.8" + "@babel/helper-environment-visitor" "^7.24.7" + "@babel/helper-function-name" "^7.24.7" + "@babel/helper-hoist-variables" "^7.24.7" + "@babel/helper-split-export-declaration" "^7.24.7" + "@babel/parser" "^7.24.8" + "@babel/types" "^7.24.8" + debug "^4.3.1" + globals "^11.1.0" + +"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.24.9", "@babel/types@^7.4.4": + version "7.24.9" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.9.tgz#228ce953d7b0d16646e755acf204f4cf3d08cc73" + integrity sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ== + dependencies: + "@babel/helper-string-parser" "^7.24.8" + "@babel/helper-validator-identifier" "^7.24.7" + to-fast-properties "^2.0.0" + +"@esbuild/aix-ppc64@0.21.5": + version "0.21.5" + resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz#c7184a326533fcdf1b8ee0733e21c713b975575f" + integrity sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ== + +"@esbuild/android-arm64@0.21.5": + version "0.21.5" + resolved "https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz#09d9b4357780da9ea3a7dfb833a1f1ff439b4052" + integrity sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A== + +"@esbuild/android-arm@0.21.5": + version "0.21.5" + resolved "https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.21.5.tgz#9b04384fb771926dfa6d7ad04324ecb2ab9b2e28" + integrity sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg== + +"@esbuild/android-x64@0.21.5": + version "0.21.5" + resolved "https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.21.5.tgz#29918ec2db754cedcb6c1b04de8cd6547af6461e" + integrity sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA== + +"@esbuild/darwin-arm64@0.21.5": + version "0.21.5" + resolved "https://registry.yarnpkg.com/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz#e495b539660e51690f3928af50a76fb0a6ccff2a" + integrity sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ== + +"@esbuild/darwin-x64@0.21.5": + version "0.21.5" + resolved "https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz#c13838fa57372839abdddc91d71542ceea2e1e22" + integrity sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw== + +"@esbuild/freebsd-arm64@0.21.5": + version "0.21.5" + resolved "https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz#646b989aa20bf89fd071dd5dbfad69a3542e550e" + integrity sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g== + +"@esbuild/freebsd-x64@0.21.5": + version "0.21.5" + resolved "https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz#aa615cfc80af954d3458906e38ca22c18cf5c261" + integrity sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ== + +"@esbuild/linux-arm64@0.21.5": + version "0.21.5" + resolved "https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz#70ac6fa14f5cb7e1f7f887bcffb680ad09922b5b" + integrity sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q== + +"@esbuild/linux-arm@0.21.5": + version "0.21.5" + resolved "https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz#fc6fd11a8aca56c1f6f3894f2bea0479f8f626b9" + integrity sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA== + +"@esbuild/linux-ia32@0.21.5": + version "0.21.5" + resolved "https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz#3271f53b3f93e3d093d518d1649d6d68d346ede2" + integrity sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg== + +"@esbuild/linux-loong64@0.21.5": + version "0.21.5" + resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz#ed62e04238c57026aea831c5a130b73c0f9f26df" + integrity sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg== + +"@esbuild/linux-mips64el@0.21.5": + version "0.21.5" + resolved "https://registry.yarnpkg.com/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz#e79b8eb48bf3b106fadec1ac8240fb97b4e64cbe" + integrity sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg== + +"@esbuild/linux-ppc64@0.21.5": + version "0.21.5" + resolved "https://registry.yarnpkg.com/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz#5f2203860a143b9919d383ef7573521fb154c3e4" + integrity sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w== + +"@esbuild/linux-riscv64@0.21.5": + version "0.21.5" + resolved "https://registry.yarnpkg.com/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz#07bcafd99322d5af62f618cb9e6a9b7f4bb825dc" + integrity sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA== + +"@esbuild/linux-s390x@0.21.5": + version "0.21.5" + resolved "https://registry.yarnpkg.com/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz#b7ccf686751d6a3e44b8627ababc8be3ef62d8de" + integrity sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A== + +"@esbuild/linux-x64@0.21.5": + version "0.21.5" + resolved "https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz#6d8f0c768e070e64309af8004bb94e68ab2bb3b0" + integrity sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ== + +"@esbuild/netbsd-x64@0.21.5": + version "0.21.5" + resolved "https://registry.yarnpkg.com/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz#bbe430f60d378ecb88decb219c602667387a6047" + integrity sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg== + +"@esbuild/openbsd-x64@0.21.5": + version "0.21.5" + resolved "https://registry.yarnpkg.com/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz#99d1cf2937279560d2104821f5ccce220cb2af70" + integrity sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow== + +"@esbuild/sunos-x64@0.21.5": + version "0.21.5" + resolved "https://registry.yarnpkg.com/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz#08741512c10d529566baba837b4fe052c8f3487b" + integrity sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg== + +"@esbuild/win32-arm64@0.21.5": + version "0.21.5" + resolved "https://registry.yarnpkg.com/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz#675b7385398411240735016144ab2e99a60fc75d" + integrity sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A== + +"@esbuild/win32-ia32@0.21.5": + version "0.21.5" + resolved "https://registry.yarnpkg.com/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz#1bfc3ce98aa6ca9a0969e4d2af72144c59c1193b" + integrity sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA== + +"@esbuild/win32-x64@0.21.5": + version "0.21.5" + resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz#acad351d582d157bb145535db2a6ff53dd514b5c" + integrity sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw== + +"@eslint-community/eslint-utils@^4.2.0": + version "4.4.0" + resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59" + integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA== + dependencies: + eslint-visitor-keys "^3.3.0" + +"@eslint-community/regexpp@^4.6.1": + version "4.11.0" + resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae" + integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A== + +"@eslint/eslintrc@^2.1.4": + version "2.1.4" + resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad" + integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ== + dependencies: + ajv "^6.12.4" + debug "^4.3.2" + espree "^9.6.0" + globals "^13.19.0" + ignore "^5.2.0" + import-fresh "^3.2.1" + js-yaml "^4.1.0" + minimatch "^3.1.2" + strip-json-comments "^3.1.1" + +"@eslint/js@8.57.0": + version "8.57.0" + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f" + integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g== + +"@humanwhocodes/config-array@^0.11.14": + version "0.11.14" + resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b" + integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg== + dependencies: + "@humanwhocodes/object-schema" "^2.0.2" + debug "^4.3.1" + minimatch "^3.0.5" + +"@humanwhocodes/module-importer@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c" + integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA== + +"@humanwhocodes/object-schema@^2.0.2": + version "2.0.3" + resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3" + integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA== + +"@isaacs/cliui@^8.0.2": + version "8.0.2" + resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550" + integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA== + dependencies: + string-width "^5.1.2" + string-width-cjs "npm:string-width@^4.2.0" + strip-ansi "^7.0.1" + strip-ansi-cjs "npm:strip-ansi@^6.0.1" + wrap-ansi "^8.1.0" + wrap-ansi-cjs "npm:wrap-ansi@^7.0.0" + +"@jridgewell/gen-mapping@^0.3.2", "@jridgewell/gen-mapping@^0.3.5": + version "0.3.5" + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36" + integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg== + dependencies: + "@jridgewell/set-array" "^1.2.1" + "@jridgewell/sourcemap-codec" "^1.4.10" + "@jridgewell/trace-mapping" "^0.3.24" + +"@jridgewell/resolve-uri@^3.1.0": + version "3.1.2" + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6" + integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw== + +"@jridgewell/set-array@^1.2.1": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280" + integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A== + +"@jridgewell/source-map@^0.3.3": + version "0.3.6" + resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.6.tgz#9d71ca886e32502eb9362c9a74a46787c36df81a" + integrity sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ== + dependencies: + "@jridgewell/gen-mapping" "^0.3.5" + "@jridgewell/trace-mapping" "^0.3.25" + +"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14": + version "1.5.0" + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a" + integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ== + +"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25": + version "0.3.25" + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0" + integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ== + dependencies: + "@jridgewell/resolve-uri" "^3.1.0" + "@jridgewell/sourcemap-codec" "^1.4.14" + +"@juggle/resize-observer@^3.2.0": + version "3.4.0" + resolved "https://registry.yarnpkg.com/@juggle/resize-observer/-/resize-observer-3.4.0.tgz#08d6c5e20cf7e4cc02fd181c4b0c225cd31dbb60" + integrity sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA== + +"@nodelib/fs.scandir@2.1.5": + version "2.1.5" + resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" + integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g== + dependencies: + "@nodelib/fs.stat" "2.0.5" + run-parallel "^1.1.9" + +"@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2": + version "2.0.5" + resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b" + integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A== + +"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8": + version "1.2.8" + resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a" + integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg== + dependencies: + "@nodelib/fs.scandir" "2.1.5" + fastq "^1.6.0" + +"@pkgjs/parseargs@^0.11.0": + version "0.11.0" + resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33" + integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== + +"@reach/portal@^0.13.0": + version "0.13.2" + resolved "https://registry.yarnpkg.com/@reach/portal/-/portal-0.13.2.tgz#6f2a6f4afc14894bde9c6435667bb9b660887ed9" + integrity sha512-g74BnCdtuTGthzzHn2cWW+bcyIYb0iIE/yRsm89i8oNzNgpopbkh9UY8TPbhNlys52h7U60s4kpRTmcq+JqsTA== + dependencies: + "@reach/utils" "0.13.2" + tslib "^2.1.0" + +"@reach/utils@0.13.2": + version "0.13.2" + resolved "https://registry.yarnpkg.com/@reach/utils/-/utils-0.13.2.tgz#87e8fef8ebfe583fa48250238a1a3ed03189fcc8" + integrity sha512-3ir6cN60zvUrwjOJu7C6jec/samqAeyAB12ZADK+qjnmQPdzSYldrFWwDVV5H0WkhbYXR3uh+eImu13hCetNPQ== + dependencies: + "@types/warning" "^3.0.0" + tslib "^2.1.0" + warning "^4.0.3" + +"@remix-run/router@1.18.0": + version "1.18.0" + resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.18.0.tgz#20b033d1f542a100c1d57cfd18ecf442d1784732" + integrity sha512-L3jkqmqoSVBVKHfpGZmLrex0lxR5SucGA0sUfFzGctehw+S/ggL9L/0NnC5mw6P8HUWpFZ3nQw3cRApjjWx9Sw== + +"@rollup/plugin-babel@^5.2.0": + version "5.3.1" + resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz#04bc0608f4aa4b2e4b1aebf284344d0f68fda283" + integrity sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q== + dependencies: + "@babel/helper-module-imports" "^7.10.4" + "@rollup/pluginutils" "^3.1.0" + +"@rollup/plugin-node-resolve@^15.2.3": + version "15.2.3" + resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.2.3.tgz#e5e0b059bd85ca57489492f295ce88c2d4b0daf9" + integrity sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ== + dependencies: + "@rollup/pluginutils" "^5.0.1" + "@types/resolve" "1.20.2" + deepmerge "^4.2.2" + is-builtin-module "^3.2.1" + is-module "^1.0.0" + resolve "^1.22.1" + +"@rollup/plugin-replace@^2.4.1": + version "2.4.2" + resolved "https://registry.yarnpkg.com/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz#a2d539314fbc77c244858faa523012825068510a" + integrity sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg== + dependencies: + "@rollup/pluginutils" "^3.1.0" + magic-string "^0.25.7" + +"@rollup/plugin-terser@^0.4.3": + version "0.4.4" + resolved "https://registry.yarnpkg.com/@rollup/plugin-terser/-/plugin-terser-0.4.4.tgz#15dffdb3f73f121aa4fbb37e7ca6be9aeea91962" + integrity sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A== + dependencies: + serialize-javascript "^6.0.1" + smob "^1.0.0" + terser "^5.17.4" + +"@rollup/pluginutils@^3.1.0": + version "3.1.0" + resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b" + integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== + dependencies: + "@types/estree" "0.0.39" + estree-walker "^1.0.1" + picomatch "^2.2.2" + +"@rollup/pluginutils@^4.1.1": + version "4.2.1" + resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-4.2.1.tgz#e6c6c3aba0744edce3fb2074922d3776c0af2a6d" + integrity sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ== + dependencies: + estree-walker "^2.0.1" + picomatch "^2.2.2" + +"@rollup/pluginutils@^5.0.1": + version "5.1.0" + resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.1.0.tgz#7e53eddc8c7f483a4ad0b94afb1f7f5fd3c771e0" + integrity sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g== + dependencies: + "@types/estree" "^1.0.0" + estree-walker "^2.0.2" + picomatch "^2.3.1" + +"@rollup/rollup-android-arm-eabi@4.19.0": + version "4.19.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.19.0.tgz#3d9fd50164b94964f5de68c3c4ce61933b3a338d" + integrity sha512-JlPfZ/C7yn5S5p0yKk7uhHTTnFlvTgLetl2VxqE518QgyM7C9bSfFTYvB/Q/ftkq0RIPY4ySxTz+/wKJ/dXC0w== + +"@rollup/rollup-android-arm64@4.19.0": + version "4.19.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.19.0.tgz#e1a6d4bca2eb08c84fd996a4bf896ce4b6f4014c" + integrity sha512-RDxUSY8D1tWYfn00DDi5myxKgOk6RvWPxhmWexcICt/MEC6yEMr4HNCu1sXXYLw8iAsg0D44NuU+qNq7zVWCrw== + +"@rollup/rollup-darwin-arm64@4.19.0": + version "4.19.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.19.0.tgz#0a3fffea69489a24a96079af414b0be78df8abbc" + integrity sha512-emvKHL4B15x6nlNTBMtIaC9tLPRpeA5jMvRLXVbl/W9Ie7HhkrE7KQjvgS9uxgatL1HmHWDXk5TTS4IaNJxbAA== + +"@rollup/rollup-darwin-x64@4.19.0": + version "4.19.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.19.0.tgz#13fbdb15f58f090871b0ffff047ece06ad6ad74c" + integrity sha512-fO28cWA1dC57qCd+D0rfLC4VPbh6EOJXrreBmFLWPGI9dpMlER2YwSPZzSGfq11XgcEpPukPTfEVFtw2q2nYJg== + +"@rollup/rollup-linux-arm-gnueabihf@4.19.0": + version "4.19.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.19.0.tgz#e9d9219ddf6f6e946e2ee322198af12466d2c868" + integrity sha512-2Rn36Ubxdv32NUcfm0wB1tgKqkQuft00PtM23VqLuCUR4N5jcNWDoV5iBC9jeGdgS38WK66ElncprqgMUOyomw== + +"@rollup/rollup-linux-arm-musleabihf@4.19.0": + version "4.19.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.19.0.tgz#4ba804a00b5e793196a622f6977e05f23e01f59a" + integrity sha512-gJuzIVdq/X1ZA2bHeCGCISe0VWqCoNT8BvkQ+BfsixXwTOndhtLUpOg0A1Fcx/+eA6ei6rMBzlOz4JzmiDw7JQ== + +"@rollup/rollup-linux-arm64-gnu@4.19.0": + version "4.19.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.19.0.tgz#d871e3f41de759a6db27fc99235b782ba47c15cc" + integrity sha512-0EkX2HYPkSADo9cfeGFoQ7R0/wTKb7q6DdwI4Yn/ULFE1wuRRCHybxpl2goQrx4c/yzK3I8OlgtBu4xvted0ug== + +"@rollup/rollup-linux-arm64-musl@4.19.0": + version "4.19.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.19.0.tgz#6e63f7ad4cc51bd2c693a2826fd279de9eaa05b5" + integrity sha512-GlIQRj9px52ISomIOEUq/IojLZqzkvRpdP3cLgIE1wUWaiU5Takwlzpz002q0Nxxr1y2ZgxC2obWxjr13lvxNQ== + +"@rollup/rollup-linux-powerpc64le-gnu@4.19.0": + version "4.19.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.19.0.tgz#1540b284d91c440bc9fa7a1714cfb71a5597e94d" + integrity sha512-N6cFJzssruDLUOKfEKeovCKiHcdwVYOT1Hs6dovDQ61+Y9n3Ek4zXvtghPPelt6U0AH4aDGnDLb83uiJMkWYzQ== + +"@rollup/rollup-linux-riscv64-gnu@4.19.0": + version "4.19.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.19.0.tgz#70ae58103b5bc7ba2e2235738b51d97022c8ef92" + integrity sha512-2DnD3mkS2uuam/alF+I7M84koGwvn3ZVD7uG+LEWpyzo/bq8+kKnus2EVCkcvh6PlNB8QPNFOz6fWd5N8o1CYg== + +"@rollup/rollup-linux-s390x-gnu@4.19.0": + version "4.19.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.19.0.tgz#579ca5f271421a961d3c73d221202c79e02ff03a" + integrity sha512-D6pkaF7OpE7lzlTOFCB2m3Ngzu2ykw40Nka9WmKGUOTS3xcIieHe82slQlNq69sVB04ch73thKYIWz/Ian8DUA== + +"@rollup/rollup-linux-x64-gnu@4.19.0": + version "4.19.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.19.0.tgz#f0282d761b8b4e7b92b236813475248e37231849" + integrity sha512-HBndjQLP8OsdJNSxpNIN0einbDmRFg9+UQeZV1eiYupIRuZsDEoeGU43NQsS34Pp166DtwQOnpcbV/zQxM+rWA== + +"@rollup/rollup-linux-x64-musl@4.19.0": + version "4.19.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.19.0.tgz#65da807ac66c505ad14b76f1e5976006cb67dd5f" + integrity sha512-HxfbvfCKJe/RMYJJn0a12eiOI9OOtAUF4G6ozrFUK95BNyoJaSiBjIOHjZskTUffUrB84IPKkFG9H9nEvJGW6A== + +"@rollup/rollup-win32-arm64-msvc@4.19.0": + version "4.19.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.19.0.tgz#1eed24b91f421c2eea8bb7ca8889ba0c867e1780" + integrity sha512-HxDMKIhmcguGTiP5TsLNolwBUK3nGGUEoV/BO9ldUBoMLBssvh4J0X8pf11i1fTV7WShWItB1bKAKjX4RQeYmg== + +"@rollup/rollup-win32-ia32-msvc@4.19.0": + version "4.19.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.19.0.tgz#1ed93c9cdc84e185359797a686f4d1576afcea58" + integrity sha512-xItlIAZZaiG/u0wooGzRsx11rokP4qyc/79LkAOdznGRAbOFc+SfEdfUOszG1odsHNgwippUJavag/+W/Etc6Q== + +"@rollup/rollup-win32-x64-msvc@4.19.0": + version "4.19.0" + resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.19.0.tgz#baf9b65023ea2ecc5e6ec68f787a0fecfd8ee84c" + integrity sha512-xNo5fV5ycvCCKqiZcpB65VMR11NJB+StnxHz20jdqRAktfdfzhgjTiJ2doTDQE/7dqGaV5I7ZGqKpgph6lCIag== + +"@surma/rollup-plugin-off-main-thread@^2.2.3": + version "2.2.3" + resolved "https://registry.yarnpkg.com/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz#ee34985952ca21558ab0d952f00298ad2190c053" + integrity sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ== + dependencies: + ejs "^3.1.6" + json5 "^2.2.0" + magic-string "^0.25.0" + string.prototype.matchall "^4.0.6" + +"@types/babel__core@^7.20.5": + version "7.20.5" + resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.5.tgz#3df15f27ba85319caa07ba08d0721889bb39c017" + integrity sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA== + dependencies: + "@babel/parser" "^7.20.7" + "@babel/types" "^7.20.7" + "@types/babel__generator" "*" + "@types/babel__template" "*" + "@types/babel__traverse" "*" + +"@types/babel__generator@*": + version "7.6.8" + resolved "https://registry.yarnpkg.com/@types/babel__generator/-/babel__generator-7.6.8.tgz#f836c61f48b1346e7d2b0d93c6dacc5b9535d3ab" + integrity sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw== + dependencies: + "@babel/types" "^7.0.0" + +"@types/babel__template@*": + version "7.4.4" + resolved "https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.4.4.tgz#5672513701c1b2199bc6dad636a9d7491586766f" + integrity sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A== + dependencies: + "@babel/parser" "^7.1.0" + "@babel/types" "^7.0.0" + +"@types/babel__traverse@*": + version "7.20.6" + resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.20.6.tgz#8dc9f0ae0f202c08d8d4dab648912c8d6038e3f7" + integrity sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg== + dependencies: + "@babel/types" "^7.20.7" + +"@types/debug@^4.1.12": + version "4.1.12" + resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.12.tgz#a155f21690871953410df4b6b6f53187f0500917" + integrity sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ== + dependencies: + "@types/ms" "*" + +"@types/estree@0.0.39": + version "0.0.39" + resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f" + integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw== + +"@types/estree@1.0.5", "@types/estree@^1.0.0": + version "1.0.5" + resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4" + integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw== + +"@types/ms@*": + version "0.7.34" + resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.34.tgz#10964ba0dee6ac4cd462e2795b6bebd407303433" + integrity sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g== + +"@types/prop-types@*": + version "15.7.12" + resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.12.tgz#12bb1e2be27293c1406acb6af1c3f3a1481d98c6" + integrity sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q== + +"@types/react-dom@^18.3.0": + version "18.3.0" + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.3.0.tgz#0cbc818755d87066ab6ca74fbedb2547d74a82b0" + integrity sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg== + dependencies: + "@types/react" "*" + +"@types/react@*", "@types/react@^18.3.3": + version "18.3.3" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.3.tgz#9679020895318b0915d7a3ab004d92d33375c45f" + integrity sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw== + dependencies: + "@types/prop-types" "*" + csstype "^3.0.2" + +"@types/resolve@1.20.2": + version "1.20.2" + resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.20.2.tgz#97d26e00cd4a0423b4af620abecf3e6f442b7975" + integrity sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q== + +"@types/trusted-types@^2.0.2": + version "2.0.7" + resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.7.tgz#baccb07a970b91707df3a3e8ba6896c57ead2d11" + integrity sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw== + +"@types/use-sync-external-store@^0.0.3": + version "0.0.3" + resolved "https://registry.yarnpkg.com/@types/use-sync-external-store/-/use-sync-external-store-0.0.3.tgz#b6725d5f4af24ace33b36fafd295136e75509f43" + integrity sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA== + +"@types/warning@^3.0.0": + version "3.0.3" + resolved "https://registry.yarnpkg.com/@types/warning/-/warning-3.0.3.tgz#d1884c8cc4a426d1ac117ca2611bf333834c6798" + integrity sha512-D1XC7WK8K+zZEveUPY+cf4+kgauk8N4eHr/XIHXGlGYkHLud6hK9lYfZk1ry1TNh798cZUCgb6MqGEG8DkJt6Q== + +"@ungap/structured-clone@^1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406" + integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ== + +"@vitejs/plugin-react-refresh@^1.3.6": + version "1.3.6" + resolved "https://registry.yarnpkg.com/@vitejs/plugin-react-refresh/-/plugin-react-refresh-1.3.6.tgz#19818392db01e81746cfeb04e096ab3010e79fe3" + integrity sha512-iNR/UqhUOmFFxiezt0em9CgmiJBdWR+5jGxB2FihaoJfqGt76kiwaKoVOJVU5NYcDWMdN06LbyN2VIGIoYdsEA== + dependencies: + "@babel/core" "^7.14.8" + "@babel/plugin-transform-react-jsx-self" "^7.14.5" + "@babel/plugin-transform-react-jsx-source" "^7.14.5" + "@rollup/pluginutils" "^4.1.1" + react-refresh "^0.10.0" + +"@vitejs/plugin-react@^4.3.1": + version "4.3.1" + resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.3.1.tgz#d0be6594051ded8957df555ff07a991fb618b48e" + integrity sha512-m/V2syj5CuVnaxcUJOQRel/Wr31FFXRFlnOoq1TVtkCxsY5veGMTEmpWHndrhB2U8ScHtCQB1e+4hWYExQc6Lg== + dependencies: + "@babel/core" "^7.24.5" + "@babel/plugin-transform-react-jsx-self" "^7.24.5" + "@babel/plugin-transform-react-jsx-source" "^7.24.1" + "@types/babel__core" "^7.20.5" + react-refresh "^0.14.2" + +"@xstate/react@^1.2.0": + version "1.6.3" + resolved "https://registry.yarnpkg.com/@xstate/react/-/react-1.6.3.tgz#706f3beb7bc5879a78088985c8fd43b9dab7f725" + integrity sha512-NCUReRHPGvvCvj2yLZUTfR0qVp6+apc8G83oXSjN4rl89ZjyujiKrTff55bze/HrsvCsP/sUJASf2n0nzMF1KQ== + dependencies: + use-isomorphic-layout-effect "^1.0.0" + use-subscription "^1.3.0" + +acorn-jsx@^5.3.2: + version "5.3.2" + resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937" + integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ== + +acorn@^8.11.3, acorn@^8.8.2, acorn@^8.9.0: + version "8.12.1" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248" + integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg== + +ajv@^6.12.4: + version "6.12.6" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" + integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== + dependencies: + fast-deep-equal "^3.1.1" + fast-json-stable-stringify "^2.0.0" + json-schema-traverse "^0.4.1" + uri-js "^4.2.2" + +ajv@^8.6.0: + version "8.17.1" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.17.1.tgz#37d9a5c776af6bc92d7f4f9510eba4c0a60d11a6" + integrity sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g== + dependencies: + fast-deep-equal "^3.1.3" + fast-uri "^3.0.1" + json-schema-traverse "^1.0.0" + require-from-string "^2.0.2" + +ansi-regex@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" + integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== + +ansi-regex@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a" + integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA== + +ansi-styles@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" + integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== + dependencies: + color-convert "^1.9.0" + +ansi-styles@^4.0.0, ansi-styles@^4.1.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937" + integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== + dependencies: + color-convert "^2.0.1" + +ansi-styles@^6.1.0: + version "6.2.1" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5" + integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug== + +any-promise@^1.0.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/any-promise/-/any-promise-1.3.0.tgz#abc6afeedcea52e809cdc0376aed3ce39635d17f" + integrity sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A== + +anymatch@~3.1.2: + version "3.1.3" + resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e" + integrity sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw== + dependencies: + normalize-path "^3.0.0" + picomatch "^2.0.4" + +arg@^5.0.2: + version "5.0.2" + resolved "https://registry.yarnpkg.com/arg/-/arg-5.0.2.tgz#c81433cc427c92c4dcf4865142dbca6f15acd59c" + integrity sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg== + +argparse@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38" + integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== + +array-buffer-byte-length@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz#1e5583ec16763540a27ae52eed99ff899223568f" + integrity sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg== + dependencies: + call-bind "^1.0.5" + is-array-buffer "^3.0.4" + +array-includes@^3.1.6, array-includes@^3.1.8: + version "3.1.8" + resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.8.tgz#5e370cbe172fdd5dd6530c1d4aadda25281ba97d" + integrity sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ== + dependencies: + call-bind "^1.0.7" + define-properties "^1.2.1" + es-abstract "^1.23.2" + es-object-atoms "^1.0.0" + get-intrinsic "^1.2.4" + is-string "^1.0.7" + +array.prototype.findlast@^1.2.5: + version "1.2.5" + resolved "https://registry.yarnpkg.com/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz#3e4fbcb30a15a7f5bf64cf2faae22d139c2e4904" + integrity sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ== + dependencies: + call-bind "^1.0.7" + define-properties "^1.2.1" + es-abstract "^1.23.2" + es-errors "^1.3.0" + es-object-atoms "^1.0.0" + es-shim-unscopables "^1.0.2" + +array.prototype.flat@^1.3.1: + version "1.3.2" + resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz#1476217df8cff17d72ee8f3ba06738db5b387d18" + integrity sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA== + dependencies: + call-bind "^1.0.2" + define-properties "^1.2.0" + es-abstract "^1.22.1" + es-shim-unscopables "^1.0.0" + +array.prototype.flatmap@^1.3.2: + version "1.3.2" + resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz#c9a7c6831db8e719d6ce639190146c24bbd3e527" + integrity sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ== + dependencies: + call-bind "^1.0.2" + define-properties "^1.2.0" + es-abstract "^1.22.1" + es-shim-unscopables "^1.0.0" + +array.prototype.tosorted@^1.1.4: + version "1.1.4" + resolved "https://registry.yarnpkg.com/array.prototype.tosorted/-/array.prototype.tosorted-1.1.4.tgz#fe954678ff53034e717ea3352a03f0b0b86f7ffc" + integrity sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA== + dependencies: + call-bind "^1.0.7" + define-properties "^1.2.1" + es-abstract "^1.23.3" + es-errors "^1.3.0" + es-shim-unscopables "^1.0.2" + +arraybuffer.prototype.slice@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz#097972f4255e41bc3425e37dc3f6421cf9aefde6" + integrity sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A== + dependencies: + array-buffer-byte-length "^1.0.1" + call-bind "^1.0.5" + define-properties "^1.2.1" + es-abstract "^1.22.3" + es-errors "^1.2.1" + get-intrinsic "^1.2.3" + is-array-buffer "^3.0.4" + is-shared-array-buffer "^1.0.2" + +async@^3.2.3: + version "3.2.5" + resolved "https://registry.yarnpkg.com/async/-/async-3.2.5.tgz#ebd52a8fdaf7a2289a24df399f8d8485c8a46b66" + integrity sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg== + +asynckit@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" + integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q== + +at-least-node@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2" + integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== + +autoprefixer@^10.4.19: + version "10.4.19" + resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.19.tgz#ad25a856e82ee9d7898c59583c1afeb3fa65f89f" + integrity sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew== + dependencies: + browserslist "^4.23.0" + caniuse-lite "^1.0.30001599" + fraction.js "^4.3.7" + normalize-range "^0.1.2" + picocolors "^1.0.0" + postcss-value-parser "^4.2.0" + +available-typed-arrays@^1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz#a5cc375d6a03c2efc87a553f3e0b1522def14846" + integrity sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ== + dependencies: + possible-typed-array-names "^1.0.0" + +axios@^1.7.2: + version "1.7.2" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.2.tgz#b625db8a7051fbea61c35a3cbb3a1daa7b9c7621" + integrity sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw== + dependencies: + follow-redirects "^1.15.6" + form-data "^4.0.0" + proxy-from-env "^1.1.0" + +babel-plugin-polyfill-corejs2@^0.4.10: + version "0.4.11" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz#30320dfe3ffe1a336c15afdcdafd6fd615b25e33" + integrity sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q== + dependencies: + "@babel/compat-data" "^7.22.6" + "@babel/helper-define-polyfill-provider" "^0.6.2" + semver "^6.3.1" + +babel-plugin-polyfill-corejs3@^0.10.4: + version "0.10.4" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz#789ac82405ad664c20476d0233b485281deb9c77" + integrity sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg== + dependencies: + "@babel/helper-define-polyfill-provider" "^0.6.1" + core-js-compat "^3.36.1" + +babel-plugin-polyfill-regenerator@^0.6.1: + version "0.6.2" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz#addc47e240edd1da1058ebda03021f382bba785e" + integrity sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg== + dependencies: + "@babel/helper-define-polyfill-provider" "^0.6.2" + +balanced-match@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" + integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== + +bcryptjs@^2.4.3: + version "2.4.3" + resolved "https://registry.yarnpkg.com/bcryptjs/-/bcryptjs-2.4.3.tgz#9ab5627b93e60621ff7cdac5da9733027df1d0cb" + integrity sha512-V/Hy/X9Vt7f3BbPJEi8BdVFMByHi+jNXrYkW3huaybV/kQ0KJg0Y6PkEMbn+zeT+i+SiKZ/HMqJGIIt4LZDqNQ== + +binary-extensions@^2.0.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.3.0.tgz#f6e14a97858d327252200242d4ccfe522c445522" + integrity sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw== + +body-scroll-lock@^3.1.5: + version "3.1.5" + resolved "https://registry.yarnpkg.com/body-scroll-lock/-/body-scroll-lock-3.1.5.tgz#c1392d9217ed2c3e237fee1e910f6cdd80b7aaec" + integrity sha512-Yi1Xaml0EvNA0OYWxXiYNqY24AfWkbA6w5vxE7GWxtKfzIbZM+Qw+aSmkgsbWzbHiy/RCSkUZBplVxTA+E4jJg== + +brace-expansion@^1.1.7: + version "1.1.11" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" + integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== + dependencies: + balanced-match "^1.0.0" + concat-map "0.0.1" + +brace-expansion@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae" + integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA== + dependencies: + balanced-match "^1.0.0" + +braces@^3.0.3, braces@~3.0.2: + version "3.0.3" + resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789" + integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA== + dependencies: + fill-range "^7.1.1" + +browserslist@^4.23.0, browserslist@^4.23.1: + version "4.23.2" + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.2.tgz#244fe803641f1c19c28c48c4b6ec9736eb3d32ed" + integrity sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA== + dependencies: + caniuse-lite "^1.0.30001640" + electron-to-chromium "^1.4.820" + node-releases "^2.0.14" + update-browserslist-db "^1.1.0" + +buffer-from@^1.0.0: + version "1.1.2" + resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5" + integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ== + +builtin-modules@^3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6" + integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw== + +call-bind@^1.0.2, call-bind@^1.0.5, call-bind@^1.0.6, call-bind@^1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.7.tgz#06016599c40c56498c18769d2730be242b6fa3b9" + integrity sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w== + dependencies: + es-define-property "^1.0.0" + es-errors "^1.3.0" + function-bind "^1.1.2" + get-intrinsic "^1.2.4" + set-function-length "^1.2.1" + +callsites@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" + integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== + +camelcase-css@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/camelcase-css/-/camelcase-css-2.0.1.tgz#ee978f6947914cc30c6b44741b6ed1df7f043fd5" + integrity sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA== + +caniuse-lite@^1.0.30001599, caniuse-lite@^1.0.30001640: + version "1.0.30001643" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001643.tgz#9c004caef315de9452ab970c3da71085f8241dbd" + integrity sha512-ERgWGNleEilSrHM6iUz/zJNSQTP8Mr21wDWpdgvRwcTXGAq6jMtOUPP4dqFPTdKqZ2wKTdtB+uucZ3MRpAUSmg== + +chalk@^2.4.2: + version "2.4.2" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" + integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== + dependencies: + ansi-styles "^3.2.1" + escape-string-regexp "^1.0.5" + supports-color "^5.3.0" + +chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" + integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== + dependencies: + ansi-styles "^4.1.0" + supports-color "^7.1.0" + +"chokidar@>=3.0.0 <4.0.0", chokidar@^3.5.3: + version "3.6.0" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b" + integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw== + 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" + optionalDependencies: + fsevents "~2.3.2" + +clsx@^2.1.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/clsx/-/clsx-2.1.1.tgz#eed397c9fd8bd882bfb18deab7102049a2f32999" + integrity sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA== + +color-convert@^1.9.0: + version "1.9.3" + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" + integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== + dependencies: + color-name "1.1.3" + +color-convert@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" + integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== + dependencies: + color-name "~1.1.4" + +color-name@1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" + integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw== + +color-name@~1.1.4: + version "1.1.4" + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" + integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== + +combined-stream@^1.0.8: + version "1.0.8" + resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" + integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== + dependencies: + delayed-stream "~1.0.0" + +commander@^2.20.0: + version "2.20.3" + resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" + integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== + +commander@^4.0.0: + version "4.1.1" + resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068" + integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA== + +common-tags@^1.8.0: + version "1.8.2" + resolved "https://registry.yarnpkg.com/common-tags/-/common-tags-1.8.2.tgz#94ebb3c076d26032745fd54face7f688ef5ac9c6" + integrity sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA== + +concat-map@0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" + integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== + +confbox@^0.1.7: + version "0.1.7" + resolved "https://registry.yarnpkg.com/confbox/-/confbox-0.1.7.tgz#ccfc0a2bcae36a84838e83a3b7f770fb17d6c579" + integrity sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA== + +convert-source-map@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a" + integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg== + +core-js-compat@^3.36.1, core-js-compat@^3.37.1: + version "3.37.1" + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.37.1.tgz#c844310c7852f4bdf49b8d339730b97e17ff09ee" + integrity sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg== + dependencies: + browserslist "^4.23.0" + +cross-spawn@^7.0.0, cross-spawn@^7.0.2: + version "7.0.3" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" + integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== + dependencies: + path-key "^3.1.0" + shebang-command "^2.0.0" + which "^2.0.1" + +crypto-random-string@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5" + integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA== + +cssesc@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee" + integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== + +csstype@^3.0.2: + version "3.1.3" + resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81" + integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw== + +data-view-buffer@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/data-view-buffer/-/data-view-buffer-1.0.1.tgz#8ea6326efec17a2e42620696e671d7d5a8bc66b2" + integrity sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA== + dependencies: + call-bind "^1.0.6" + es-errors "^1.3.0" + is-data-view "^1.0.1" + +data-view-byte-length@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz#90721ca95ff280677eb793749fce1011347669e2" + integrity sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ== + dependencies: + call-bind "^1.0.7" + es-errors "^1.3.0" + is-data-view "^1.0.1" + +data-view-byte-offset@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz#5e0bbfb4828ed2d1b9b400cd8a7d119bca0ff18a" + integrity sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA== + dependencies: + call-bind "^1.0.6" + es-errors "^1.3.0" + is-data-view "^1.0.1" + +debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4, debug@^4.3.5: + version "4.3.5" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.5.tgz#e83444eceb9fedd4a1da56d671ae2446a01a6e1e" + integrity sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg== + dependencies: + ms "2.1.2" + +deep-is@^0.1.3: + version "0.1.4" + resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831" + integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ== + +deepmerge@^4.2.2: + version "4.3.1" + resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.3.1.tgz#44b5f2147cd3b00d4b56137685966f26fd25dd4a" + integrity sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A== + +define-data-property@^1.0.1, define-data-property@^1.1.4: + version "1.1.4" + resolved "https://registry.yarnpkg.com/define-data-property/-/define-data-property-1.1.4.tgz#894dc141bb7d3060ae4366f6a0107e68fbe48c5e" + integrity sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A== + dependencies: + es-define-property "^1.0.0" + es-errors "^1.3.0" + gopd "^1.0.1" + +define-properties@^1.1.3, define-properties@^1.2.0, define-properties@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.2.1.tgz#10781cc616eb951a80a034bafcaa7377f6af2b6c" + integrity sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg== + dependencies: + define-data-property "^1.0.1" + has-property-descriptors "^1.0.0" + object-keys "^1.1.1" + +delayed-stream@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" + integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ== + +dequal@^2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/dequal/-/dequal-2.0.3.tgz#2644214f1997d39ed0ee0ece72335490a7ac67be" + integrity sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA== + +didyoumean@^1.2.2: + version "1.2.2" + resolved "https://registry.yarnpkg.com/didyoumean/-/didyoumean-1.2.2.tgz#989346ffe9e839b4555ecf5666edea0d3e8ad037" + integrity sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw== + +dlv@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/dlv/-/dlv-1.1.3.tgz#5c198a8a11453596e751494d49874bc7732f2e79" + integrity sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA== + +doctrine@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d" + integrity sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw== + dependencies: + esutils "^2.0.2" + +doctrine@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961" + integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w== + dependencies: + esutils "^2.0.2" + +eastasianwidth@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb" + integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== + +ejs@^3.1.6: + version "3.1.10" + resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b" + integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA== + dependencies: + jake "^10.8.5" + +electron-to-chromium@^1.4.820: + version "1.4.832" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.832.tgz#d25882ce0a9237577b039bffa124ecef1822003b" + integrity sha512-cTen3SB0H2SGU7x467NRe1eVcQgcuS6jckKfWJHia2eo0cHIGOqHoAxevIYZD4eRHcWjkvFzo93bi3vJ9W+1lA== + +emoji-regex@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" + integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== + +emoji-regex@^9.2.2: + version "9.2.2" + resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72" + integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg== + +es-abstract@^1.17.5, es-abstract@^1.22.1, es-abstract@^1.22.3, es-abstract@^1.23.0, es-abstract@^1.23.1, es-abstract@^1.23.2, es-abstract@^1.23.3: + version "1.23.3" + resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.23.3.tgz#8f0c5a35cd215312573c5a27c87dfd6c881a0aa0" + integrity sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A== + dependencies: + array-buffer-byte-length "^1.0.1" + arraybuffer.prototype.slice "^1.0.3" + available-typed-arrays "^1.0.7" + call-bind "^1.0.7" + data-view-buffer "^1.0.1" + data-view-byte-length "^1.0.1" + data-view-byte-offset "^1.0.0" + es-define-property "^1.0.0" + es-errors "^1.3.0" + es-object-atoms "^1.0.0" + es-set-tostringtag "^2.0.3" + es-to-primitive "^1.2.1" + function.prototype.name "^1.1.6" + get-intrinsic "^1.2.4" + get-symbol-description "^1.0.2" + globalthis "^1.0.3" + gopd "^1.0.1" + has-property-descriptors "^1.0.2" + has-proto "^1.0.3" + has-symbols "^1.0.3" + hasown "^2.0.2" + internal-slot "^1.0.7" + is-array-buffer "^3.0.4" + is-callable "^1.2.7" + is-data-view "^1.0.1" + is-negative-zero "^2.0.3" + is-regex "^1.1.4" + is-shared-array-buffer "^1.0.3" + is-string "^1.0.7" + is-typed-array "^1.1.13" + is-weakref "^1.0.2" + object-inspect "^1.13.1" + object-keys "^1.1.1" + object.assign "^4.1.5" + regexp.prototype.flags "^1.5.2" + safe-array-concat "^1.1.2" + safe-regex-test "^1.0.3" + string.prototype.trim "^1.2.9" + string.prototype.trimend "^1.0.8" + string.prototype.trimstart "^1.0.8" + typed-array-buffer "^1.0.2" + typed-array-byte-length "^1.0.1" + typed-array-byte-offset "^1.0.2" + typed-array-length "^1.0.6" + unbox-primitive "^1.0.2" + which-typed-array "^1.1.15" + +es-define-property@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.0.tgz#c7faefbdff8b2696cf5f46921edfb77cc4ba3845" + integrity sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ== + dependencies: + get-intrinsic "^1.2.4" + +es-errors@^1.2.1, es-errors@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f" + integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw== + +es-iterator-helpers@^1.0.19: + version "1.0.19" + resolved "https://registry.yarnpkg.com/es-iterator-helpers/-/es-iterator-helpers-1.0.19.tgz#117003d0e5fec237b4b5c08aded722e0c6d50ca8" + integrity sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw== + dependencies: + call-bind "^1.0.7" + define-properties "^1.2.1" + es-abstract "^1.23.3" + es-errors "^1.3.0" + es-set-tostringtag "^2.0.3" + function-bind "^1.1.2" + get-intrinsic "^1.2.4" + globalthis "^1.0.3" + has-property-descriptors "^1.0.2" + has-proto "^1.0.3" + has-symbols "^1.0.3" + internal-slot "^1.0.7" + iterator.prototype "^1.1.2" + safe-array-concat "^1.1.2" + +es-object-atoms@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.0.0.tgz#ddb55cd47ac2e240701260bc2a8e31ecb643d941" + integrity sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw== + dependencies: + es-errors "^1.3.0" + +es-set-tostringtag@^2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz#8bb60f0a440c2e4281962428438d58545af39777" + integrity sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ== + dependencies: + get-intrinsic "^1.2.4" + has-tostringtag "^1.0.2" + hasown "^2.0.1" + +es-shim-unscopables@^1.0.0, es-shim-unscopables@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz#1f6942e71ecc7835ed1c8a83006d8771a63a3763" + integrity sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw== + dependencies: + hasown "^2.0.0" + +es-to-primitive@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a" + integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA== + dependencies: + is-callable "^1.1.4" + is-date-object "^1.0.1" + is-symbol "^1.0.2" + +esbuild@^0.21.3: + version "0.21.5" + resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.21.5.tgz#9ca301b120922959b766360d8ac830da0d02997d" + integrity sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw== + optionalDependencies: + "@esbuild/aix-ppc64" "0.21.5" + "@esbuild/android-arm" "0.21.5" + "@esbuild/android-arm64" "0.21.5" + "@esbuild/android-x64" "0.21.5" + "@esbuild/darwin-arm64" "0.21.5" + "@esbuild/darwin-x64" "0.21.5" + "@esbuild/freebsd-arm64" "0.21.5" + "@esbuild/freebsd-x64" "0.21.5" + "@esbuild/linux-arm" "0.21.5" + "@esbuild/linux-arm64" "0.21.5" + "@esbuild/linux-ia32" "0.21.5" + "@esbuild/linux-loong64" "0.21.5" + "@esbuild/linux-mips64el" "0.21.5" + "@esbuild/linux-ppc64" "0.21.5" + "@esbuild/linux-riscv64" "0.21.5" + "@esbuild/linux-s390x" "0.21.5" + "@esbuild/linux-x64" "0.21.5" + "@esbuild/netbsd-x64" "0.21.5" + "@esbuild/openbsd-x64" "0.21.5" + "@esbuild/sunos-x64" "0.21.5" + "@esbuild/win32-arm64" "0.21.5" + "@esbuild/win32-ia32" "0.21.5" + "@esbuild/win32-x64" "0.21.5" + +escalade@^3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.2.tgz#54076e9ab29ea5bf3d8f1ed62acffbb88272df27" + integrity sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA== + +escape-string-regexp@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" + integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg== + +escape-string-regexp@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" + integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== + +eslint-plugin-react-hooks@^4.6.2: + version "4.6.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596" + integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ== + +eslint-plugin-react-refresh@^0.4.7: + version "0.4.9" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.9.tgz#bf870372b353b12e1e6fb7fc41b282d9cbc8d93d" + integrity sha512-QK49YrBAo5CLNLseZ7sZgvgTy21E6NEw22eZqc4teZfH8pxV3yXc9XXOYfUI6JNpw7mfHNkAeWtBxrTyykB6HA== + +eslint-plugin-react@^7.34.3: + version "7.35.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.35.0.tgz#00b1e4559896710e58af6358898f2ff917ea4c41" + integrity sha512-v501SSMOWv8gerHkk+IIQBkcGRGrO2nfybfj5pLxuJNFTPxxA3PSryhXTK+9pNbtkggheDdsC0E9Q8CuPk6JKA== + dependencies: + array-includes "^3.1.8" + array.prototype.findlast "^1.2.5" + array.prototype.flatmap "^1.3.2" + array.prototype.tosorted "^1.1.4" + doctrine "^2.1.0" + es-iterator-helpers "^1.0.19" + estraverse "^5.3.0" + hasown "^2.0.2" + jsx-ast-utils "^2.4.1 || ^3.0.0" + minimatch "^3.1.2" + object.entries "^1.1.8" + object.fromentries "^2.0.8" + object.values "^1.2.0" + prop-types "^15.8.1" + resolve "^2.0.0-next.5" + semver "^6.3.1" + string.prototype.matchall "^4.0.11" + string.prototype.repeat "^1.0.0" + +eslint-scope@^7.2.2: + version "7.2.2" + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f" + integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg== + dependencies: + esrecurse "^4.3.0" + estraverse "^5.2.0" + +eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3: + version "3.4.3" + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800" + integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag== + +eslint@^8.57.0: + version "8.57.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668" + integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ== + dependencies: + "@eslint-community/eslint-utils" "^4.2.0" + "@eslint-community/regexpp" "^4.6.1" + "@eslint/eslintrc" "^2.1.4" + "@eslint/js" "8.57.0" + "@humanwhocodes/config-array" "^0.11.14" + "@humanwhocodes/module-importer" "^1.0.1" + "@nodelib/fs.walk" "^1.2.8" + "@ungap/structured-clone" "^1.2.0" + ajv "^6.12.4" + chalk "^4.0.0" + cross-spawn "^7.0.2" + debug "^4.3.2" + doctrine "^3.0.0" + escape-string-regexp "^4.0.0" + eslint-scope "^7.2.2" + eslint-visitor-keys "^3.4.3" + espree "^9.6.1" + esquery "^1.4.2" + esutils "^2.0.2" + fast-deep-equal "^3.1.3" + file-entry-cache "^6.0.1" + find-up "^5.0.0" + glob-parent "^6.0.2" + globals "^13.19.0" + graphemer "^1.4.0" + ignore "^5.2.0" + imurmurhash "^0.1.4" + is-glob "^4.0.0" + is-path-inside "^3.0.3" + js-yaml "^4.1.0" + json-stable-stringify-without-jsonify "^1.0.1" + levn "^0.4.1" + lodash.merge "^4.6.2" + minimatch "^3.1.2" + natural-compare "^1.4.0" + optionator "^0.9.3" + strip-ansi "^6.0.1" + text-table "^0.2.0" + +espree@^9.6.0, espree@^9.6.1: + version "9.6.1" + resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f" + integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ== + dependencies: + acorn "^8.9.0" + acorn-jsx "^5.3.2" + eslint-visitor-keys "^3.4.1" + +esprima-extract-comments@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/esprima-extract-comments/-/esprima-extract-comments-1.1.0.tgz#0dacab567a5900240de6d344cf18c33617becbc9" + integrity sha512-sBQUnvJwpeE9QnPrxh7dpI/dp67erYG4WXEAreAMoelPRpMR7NWb4YtwRPn9b+H1uLQKl/qS8WYmyaljTpjIsw== + dependencies: + esprima "^4.0.0" + +esprima@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" + integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== + +esquery@^1.4.2: + version "1.6.0" + resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.6.0.tgz#91419234f804d852a82dceec3e16cdc22cf9dae7" + integrity sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg== + dependencies: + estraverse "^5.1.0" + +esrecurse@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921" + integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== + dependencies: + estraverse "^5.2.0" + +estraverse@^5.1.0, estraverse@^5.2.0, estraverse@^5.3.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123" + integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA== + +estree-walker@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700" + integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg== + +estree-walker@^2.0.1, estree-walker@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac" + integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w== + +esutils@^2.0.2: + version "2.0.3" + resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" + integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== + +extract-comments@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/extract-comments/-/extract-comments-1.1.0.tgz#b90bca033a056bd69b8ba1c6b6b120fc2ee95c18" + integrity sha512-dzbZV2AdSSVW/4E7Ti5hZdHWbA+Z80RJsJhr5uiL10oyjl/gy7/o+HI1HwK4/WSZhlq4SNKU3oUzXlM13Qx02Q== + dependencies: + esprima-extract-comments "^1.1.0" + parse-code-context "^1.0.0" + +fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: + version "3.1.3" + resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" + integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== + +fast-glob@^3.3.0, fast-glob@^3.3.2: + version "3.3.2" + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129" + integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow== + dependencies: + "@nodelib/fs.stat" "^2.0.2" + "@nodelib/fs.walk" "^1.2.3" + glob-parent "^5.1.2" + merge2 "^1.3.0" + micromatch "^4.0.4" + +fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" + integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== + +fast-levenshtein@^2.0.6: + version "2.0.6" + resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" + integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== + +fast-uri@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.1.tgz#cddd2eecfc83a71c1be2cc2ef2061331be8a7134" + integrity sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw== + +fastq@^1.6.0: + version "1.17.1" + resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.17.1.tgz#2a523f07a4e7b1e81a42b91b8bf2254107753b47" + integrity sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w== + dependencies: + reusify "^1.0.4" + +file-entry-cache@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027" + integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg== + dependencies: + flat-cache "^3.0.4" + +filelist@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/filelist/-/filelist-1.0.4.tgz#f78978a1e944775ff9e62e744424f215e58352b5" + integrity sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q== + dependencies: + minimatch "^5.0.1" + +fill-range@^7.1.1: + version "7.1.1" + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292" + integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg== + dependencies: + to-regex-range "^5.0.1" + +find-up@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc" + integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng== + dependencies: + locate-path "^6.0.0" + path-exists "^4.0.0" + +flat-cache@^3.0.4: + version "3.2.0" + resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.2.0.tgz#2c0c2d5040c99b1632771a9d105725c0115363ee" + integrity sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw== + dependencies: + flatted "^3.2.9" + keyv "^4.5.3" + rimraf "^3.0.2" + +flatted@^3.2.9: + version "3.3.1" + resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.1.tgz#21db470729a6734d4997002f439cb308987f567a" + integrity sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw== + +focus-trap@^6.2.2: + version "6.9.4" + resolved "https://registry.yarnpkg.com/focus-trap/-/focus-trap-6.9.4.tgz#436da1a1d935c48b97da63cd8f361c6f3aa16444" + integrity sha512-v2NTsZe2FF59Y+sDykKY+XjqZ0cPfhq/hikWVL88BqLivnNiEffAsac6rP6H45ff9wG9LL5ToiDqrLEP9GX9mw== + dependencies: + tabbable "^5.3.3" + +follow-redirects@^1.15.6: + version "1.15.6" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b" + integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA== + +for-each@^0.3.3: + version "0.3.3" + resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e" + integrity sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw== + dependencies: + is-callable "^1.1.3" + +foreground-child@^3.1.0: + version "3.2.1" + resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.2.1.tgz#767004ccf3a5b30df39bed90718bab43fe0a59f7" + integrity sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA== + dependencies: + cross-spawn "^7.0.0" + signal-exit "^4.0.1" + +form-data@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452" + integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww== + dependencies: + asynckit "^0.4.0" + combined-stream "^1.0.8" + mime-types "^2.1.12" + +fraction.js@^4.3.7: + version "4.3.7" + resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.3.7.tgz#06ca0085157e42fda7f9e726e79fefc4068840f7" + integrity sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew== + +framer-motion@^11.3.8: + version "11.3.8" + resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-11.3.8.tgz#682df8cbac6a9667b48af427e5a8bdaea7203713" + integrity sha512-1D+RDTsIp4Rz2dq/oToqSEc9idEQwgBRQyBq4rGpFba+0Z+GCbj9z1s0+ikFbanWe3YJ0SqkNlDe08GcpFGj5A== + dependencies: + tslib "^2.4.0" + +fs-extra@^10.0.0: + version "10.1.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf" + integrity sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ== + dependencies: + graceful-fs "^4.2.0" + jsonfile "^6.0.1" + universalify "^2.0.0" + +fs-extra@^9.0.1: + version "9.1.0" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d" + integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ== + dependencies: + at-least-node "^1.0.0" + graceful-fs "^4.2.0" + jsonfile "^6.0.1" + universalify "^2.0.0" + +fs.realpath@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" + integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== + +fsevents@~2.3.2, fsevents@~2.3.3: + version "2.3.3" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6" + integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw== + +function-bind@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c" + integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA== + +function.prototype.name@^1.1.5, function.prototype.name@^1.1.6: + version "1.1.6" + resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.6.tgz#cdf315b7d90ee77a4c6ee216c3c3362da07533fd" + integrity sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg== + dependencies: + call-bind "^1.0.2" + define-properties "^1.2.0" + es-abstract "^1.22.1" + functions-have-names "^1.2.3" + +functions-have-names@^1.2.3: + version "1.2.3" + resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834" + integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ== + +gensync@^1.0.0-beta.2: + version "1.0.0-beta.2" + resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" + integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== + +get-intrinsic@^1.1.3, get-intrinsic@^1.2.1, get-intrinsic@^1.2.3, get-intrinsic@^1.2.4: + version "1.2.4" + resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.4.tgz#e385f5a4b5227d449c3eabbad05494ef0abbeadd" + integrity sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ== + dependencies: + es-errors "^1.3.0" + function-bind "^1.1.2" + has-proto "^1.0.1" + has-symbols "^1.0.3" + hasown "^2.0.0" + +get-own-enumerable-property-symbols@^3.0.0: + version "3.0.2" + resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz#b5fde77f22cbe35f390b4e089922c50bce6ef664" + integrity sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g== + +get-symbol-description@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.0.2.tgz#533744d5aa20aca4e079c8e5daf7fd44202821f5" + integrity sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg== + dependencies: + call-bind "^1.0.5" + es-errors "^1.3.0" + get-intrinsic "^1.2.4" + +glob-parent@^5.1.2, glob-parent@~5.1.2: + version "5.1.2" + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" + integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== + dependencies: + is-glob "^4.0.1" + +glob-parent@^6.0.2: + version "6.0.2" + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3" + integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A== + dependencies: + is-glob "^4.0.3" + +glob@^10.3.10: + version "10.4.5" + resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956" + integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg== + dependencies: + foreground-child "^3.1.0" + jackspeak "^3.1.2" + minimatch "^9.0.4" + minipass "^7.1.2" + package-json-from-dist "^1.0.0" + path-scurry "^1.11.1" + +glob@^7.1.3, glob@^7.1.6: + version "7.2.3" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b" + integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q== + dependencies: + fs.realpath "^1.0.0" + inflight "^1.0.4" + inherits "2" + minimatch "^3.1.1" + once "^1.3.0" + path-is-absolute "^1.0.0" + +globals@^11.1.0: + version "11.12.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" + integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== + +globals@^13.19.0: + version "13.24.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171" + integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ== + dependencies: + type-fest "^0.20.2" + +globalthis@^1.0.3: + version "1.0.4" + resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.4.tgz#7430ed3a975d97bfb59bcce41f5cabbafa651236" + integrity sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ== + dependencies: + define-properties "^1.2.1" + gopd "^1.0.1" + +gopd@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c" + integrity sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA== + dependencies: + get-intrinsic "^1.1.3" + +graceful-fs@^4.1.6, graceful-fs@^4.2.0: + version "4.2.11" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3" + integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== + +graphemer@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6" + integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag== + +has-bigints@^1.0.1, has-bigints@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa" + integrity sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ== + +has-flag@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" + integrity sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw== + +has-flag@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" + integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== + +has-property-descriptors@^1.0.0, has-property-descriptors@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz#963ed7d071dc7bf5f084c5bfbe0d1b6222586854" + integrity sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg== + dependencies: + es-define-property "^1.0.0" + +has-proto@^1.0.1, has-proto@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/has-proto/-/has-proto-1.0.3.tgz#b31ddfe9b0e6e9914536a6ab286426d0214f77fd" + integrity sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q== + +has-symbols@^1.0.2, has-symbols@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8" + integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A== + +has-tostringtag@^1.0.0, has-tostringtag@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz#2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc" + integrity sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw== + dependencies: + has-symbols "^1.0.3" + +hasown@^2.0.0, hasown@^2.0.1, hasown@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003" + integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ== + dependencies: + function-bind "^1.1.2" + +idb@^7.0.1: + version "7.1.1" + resolved "https://registry.yarnpkg.com/idb/-/idb-7.1.1.tgz#d910ded866d32c7ced9befc5bfdf36f572ced72b" + integrity sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ== + +ignore@^5.2.0: + version "5.3.1" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef" + integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw== + +immutable@^4.0.0: + version "4.3.7" + resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.3.7.tgz#c70145fc90d89fb02021e65c84eb0226e4e5a381" + integrity sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw== + +import-fresh@^3.2.1: + version "3.3.0" + resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b" + integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw== + dependencies: + parent-module "^1.0.0" + resolve-from "^4.0.0" + +imurmurhash@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" + integrity sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA== + +inflight@^1.0.4: + version "1.0.6" + resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" + integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA== + dependencies: + once "^1.3.0" + wrappy "1" + +inherits@2: + version "2.0.4" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" + integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== + +internal-slot@^1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.7.tgz#c06dcca3ed874249881007b0a5523b172a190802" + integrity sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g== + dependencies: + es-errors "^1.3.0" + hasown "^2.0.0" + side-channel "^1.0.4" + +is-array-buffer@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/is-array-buffer/-/is-array-buffer-3.0.4.tgz#7a1f92b3d61edd2bc65d24f130530ea93d7fae98" + integrity sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw== + dependencies: + call-bind "^1.0.2" + get-intrinsic "^1.2.1" + +is-async-function@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-async-function/-/is-async-function-2.0.0.tgz#8e4418efd3e5d3a6ebb0164c05ef5afb69aa9646" + integrity sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA== + dependencies: + has-tostringtag "^1.0.0" + +is-bigint@^1.0.1: + version "1.0.4" + resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.4.tgz#08147a1875bc2b32005d41ccd8291dffc6691df3" + integrity sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg== + dependencies: + has-bigints "^1.0.1" + +is-binary-path@~2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09" + integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== + dependencies: + binary-extensions "^2.0.0" + +is-boolean-object@^1.1.0: + version "1.1.2" + resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.1.2.tgz#5c6dc200246dd9321ae4b885a114bb1f75f63719" + integrity sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA== + dependencies: + call-bind "^1.0.2" + has-tostringtag "^1.0.0" + +is-builtin-module@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.2.1.tgz#f03271717d8654cfcaf07ab0463faa3571581169" + integrity sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A== + dependencies: + builtin-modules "^3.3.0" + +is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.7: + version "1.2.7" + resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055" + integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA== + +is-core-module@^2.13.0: + version "2.15.0" + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.15.0.tgz#71c72ec5442ace7e76b306e9d48db361f22699ea" + integrity sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA== + dependencies: + hasown "^2.0.2" + +is-data-view@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-data-view/-/is-data-view-1.0.1.tgz#4b4d3a511b70f3dc26d42c03ca9ca515d847759f" + integrity sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w== + dependencies: + is-typed-array "^1.1.13" + +is-date-object@^1.0.1, is-date-object@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f" + integrity sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ== + dependencies: + has-tostringtag "^1.0.0" + +is-extglob@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" + integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ== + +is-finalizationregistry@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz#c8749b65f17c133313e661b1289b95ad3dbd62e6" + integrity sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw== + dependencies: + call-bind "^1.0.2" + +is-fullwidth-code-point@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" + integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== + +is-generator-function@^1.0.10: + version "1.0.10" + resolved "https://registry.yarnpkg.com/is-generator-function/-/is-generator-function-1.0.10.tgz#f1558baf1ac17e0deea7c0415c438351ff2b3c72" + integrity sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A== + dependencies: + has-tostringtag "^1.0.0" + +is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1: + version "4.0.3" + resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084" + integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg== + dependencies: + is-extglob "^2.1.1" + +is-map@^2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.3.tgz#ede96b7fe1e270b3c4465e3a465658764926d62e" + integrity sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw== + +is-module@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-module/-/is-module-1.0.0.tgz#3258fb69f78c14d5b815d664336b4cffb6441591" + integrity sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g== + +is-negative-zero@^2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.3.tgz#ced903a027aca6381b777a5743069d7376a49747" + integrity sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw== + +is-number-object@^1.0.4: + version "1.0.7" + resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.7.tgz#59d50ada4c45251784e9904f5246c742f07a42fc" + integrity sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ== + dependencies: + has-tostringtag "^1.0.0" + +is-number@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" + integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== + +is-obj@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f" + integrity sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg== + +is-path-inside@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283" + integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ== + +is-regex@^1.1.4: + version "1.1.4" + resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958" + integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg== + dependencies: + call-bind "^1.0.2" + has-tostringtag "^1.0.0" + +is-regexp@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069" + integrity sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA== + +is-set@^2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/is-set/-/is-set-2.0.3.tgz#8ab209ea424608141372ded6e0cb200ef1d9d01d" + integrity sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg== + +is-shared-array-buffer@^1.0.2, is-shared-array-buffer@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz#1237f1cba059cdb62431d378dcc37d9680181688" + integrity sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg== + dependencies: + call-bind "^1.0.7" + +is-stream@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077" + integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg== + +is-string@^1.0.5, is-string@^1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd" + integrity sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg== + dependencies: + has-tostringtag "^1.0.0" + +is-symbol@^1.0.2, is-symbol@^1.0.3: + version "1.0.4" + resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.4.tgz#a6dac93b635b063ca6872236de88910a57af139c" + integrity sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg== + dependencies: + has-symbols "^1.0.2" + +is-typed-array@^1.1.13: + version "1.1.13" + resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.13.tgz#d6c5ca56df62334959322d7d7dd1cca50debe229" + integrity sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw== + dependencies: + which-typed-array "^1.1.14" + +is-weakmap@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/is-weakmap/-/is-weakmap-2.0.2.tgz#bf72615d649dfe5f699079c54b83e47d1ae19cfd" + integrity sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w== + +is-weakref@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2" + integrity sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ== + dependencies: + call-bind "^1.0.2" + +is-weakset@^2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/is-weakset/-/is-weakset-2.0.3.tgz#e801519df8c0c43e12ff2834eead84ec9e624007" + integrity sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ== + dependencies: + call-bind "^1.0.7" + get-intrinsic "^1.2.4" + +isarray@^2.0.5: + version "2.0.5" + resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723" + integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw== + +isexe@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" + integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== + +iterator.prototype@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/iterator.prototype/-/iterator.prototype-1.1.2.tgz#5e29c8924f01916cb9335f1ff80619dcff22b0c0" + integrity sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w== + dependencies: + define-properties "^1.2.1" + get-intrinsic "^1.2.1" + has-symbols "^1.0.3" + reflect.getprototypeof "^1.0.4" + set-function-name "^2.0.1" + +jackspeak@^3.1.2: + version "3.4.3" + resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a" + integrity sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw== + dependencies: + "@isaacs/cliui" "^8.0.2" + optionalDependencies: + "@pkgjs/parseargs" "^0.11.0" + +jake@^10.8.5: + version "10.9.2" + resolved "https://registry.yarnpkg.com/jake/-/jake-10.9.2.tgz#6ae487e6a69afec3a5e167628996b59f35ae2b7f" + integrity sha512-2P4SQ0HrLQ+fw6llpLnOaGAvN2Zu6778SJMrCUwns4fOoG9ayrTiZk3VV8sCPkVZF8ab0zksVpS8FDY5pRCNBA== + dependencies: + async "^3.2.3" + chalk "^4.0.2" + filelist "^1.0.4" + minimatch "^3.1.2" + +jiti@^1.21.0: + version "1.21.6" + resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.21.6.tgz#6c7f7398dd4b3142767f9a168af2f317a428d268" + integrity sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w== + +"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" + integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== + +js-yaml@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602" + integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA== + dependencies: + argparse "^2.0.1" + +jsesc@^2.5.1: + version "2.5.2" + resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" + integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== + +jsesc@~0.5.0: + version "0.5.0" + resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" + integrity sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA== + +json-buffer@3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13" + integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ== + +json-schema-traverse@^0.4.1: + version "0.4.1" + resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" + integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== + +json-schema-traverse@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2" + integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug== + +json-schema@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5" + integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA== + +json-stable-stringify-without-jsonify@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651" + integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw== + +json5@^2.2.0, json5@^2.2.3: + version "2.2.3" + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" + integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== + +jsonfile@^6.0.1: + version "6.1.0" + resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae" + integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== + dependencies: + universalify "^2.0.0" + optionalDependencies: + graceful-fs "^4.1.6" + +jsonpointer@^5.0.0: + version "5.0.1" + resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-5.0.1.tgz#2110e0af0900fd37467b5907ecd13a7884a1b559" + integrity sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ== + +"jsx-ast-utils@^2.4.1 || ^3.0.0": + version "3.3.5" + resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz#4766bd05a8e2a11af222becd19e15575e52a853a" + integrity sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ== + dependencies: + array-includes "^3.1.6" + array.prototype.flat "^1.3.1" + object.assign "^4.1.4" + object.values "^1.1.6" + +keyv@^4.5.3: + version "4.5.4" + resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93" + integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw== + dependencies: + json-buffer "3.0.1" + +leaflet@^1.9.4: + version "1.9.4" + resolved "https://registry.yarnpkg.com/leaflet/-/leaflet-1.9.4.tgz#23fae724e282fa25745aff82ca4d394748db7d8d" + integrity sha512-nxS1ynzJOmOlHp+iL3FyWqK89GtNL8U8rvlMOsQdTTssxZwCXh8N2NB3GDQOL+YR3XnWyZAxwQixURb+FA74PA== + +leven@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2" + integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A== + +levn@^0.4.1: + version "0.4.1" + resolved "https://registry.yarnpkg.com/levn/-/levn-0.4.1.tgz#ae4562c007473b932a6200d403268dd2fffc6ade" + integrity sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ== + dependencies: + prelude-ls "^1.2.1" + type-check "~0.4.0" + +lilconfig@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.1.0.tgz#78e23ac89ebb7e1bfbf25b18043de756548e7f52" + integrity sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ== + +lilconfig@^3.0.0: + version "3.1.2" + resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-3.1.2.tgz#e4a7c3cb549e3a606c8dcc32e5ae1005e62c05cb" + integrity sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow== + +lines-and-columns@^1.1.6: + version "1.2.4" + resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632" + integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== + +local-pkg@^0.5.0: + version "0.5.0" + resolved "https://registry.yarnpkg.com/local-pkg/-/local-pkg-0.5.0.tgz#093d25a346bae59a99f80e75f6e9d36d7e8c925c" + integrity sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg== + dependencies: + mlly "^1.4.2" + pkg-types "^1.0.3" + +locate-path@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286" + integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw== + dependencies: + p-locate "^5.0.0" + +lodash.debounce@^4.0.8: + version "4.0.8" + resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" + integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow== + +lodash.merge@^4.6.2: + version "4.6.2" + resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a" + integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== + +lodash.sortby@^4.7.0: + version "4.7.0" + resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438" + integrity sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA== + +lodash@^4.17.20: + version "4.17.21" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" + integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== + +loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" + integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== + dependencies: + js-tokens "^3.0.0 || ^4.0.0" + +lru-cache@^10.2.0: + version "10.4.3" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119" + integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ== + +lru-cache@^5.1.1: + version "5.1.1" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" + integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== + dependencies: + yallist "^3.0.2" + +magic-string@^0.25.0, magic-string@^0.25.7: + version "0.25.9" + resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.9.tgz#de7f9faf91ef8a1c91d02c2e5314c8277dbcdd1c" + integrity sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ== + dependencies: + sourcemap-codec "^1.4.8" + +merge2@^1.3.0: + version "1.4.1" + resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae" + integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== + +micromatch@^4.0.4, micromatch@^4.0.5: + version "4.0.7" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.7.tgz#33e8190d9fe474a9895525f5618eee136d46c2e5" + integrity sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q== + dependencies: + braces "^3.0.3" + picomatch "^2.3.1" + +mime-db@1.52.0: + version "1.52.0" + resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70" + integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg== + +mime-types@^2.1.12: + version "2.1.35" + resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a" + integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw== + dependencies: + mime-db "1.52.0" + +minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" + integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== + dependencies: + brace-expansion "^1.1.7" + +minimatch@^5.0.1: + version "5.1.6" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96" + integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g== + dependencies: + brace-expansion "^2.0.1" + +minimatch@^9.0.4: + version "9.0.5" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5" + integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow== + dependencies: + brace-expansion "^2.0.1" + +"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2: + version "7.1.2" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707" + integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw== + +mlly@^1.4.2, mlly@^1.7.1: + version "1.7.1" + resolved "https://registry.yarnpkg.com/mlly/-/mlly-1.7.1.tgz#e0336429bb0731b6a8e887b438cbdae522c8f32f" + integrity sha512-rrVRZRELyQzrIUAVMHxP97kv+G786pHmOKzuFII8zDYahFBS7qnHh2AlYSl1GAHhaMPCz6/oHjVMcfFYgFYHgA== + dependencies: + acorn "^8.11.3" + pathe "^1.1.2" + pkg-types "^1.1.1" + ufo "^1.5.3" + +ms@2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" + integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== + +mz@^2.7.0: + version "2.7.0" + resolved "https://registry.yarnpkg.com/mz/-/mz-2.7.0.tgz#95008057a56cafadc2bc63dde7f9ff6955948e32" + integrity sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q== + dependencies: + any-promise "^1.0.0" + object-assign "^4.0.1" + thenify-all "^1.0.0" + +nanoid@^3.3.7: + version "3.3.7" + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8" + integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g== + +natural-compare@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" + integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== + +node-releases@^2.0.14: + version "2.0.18" + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.18.tgz#f010e8d35e2fe8d6b2944f03f70213ecedc4ca3f" + integrity sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g== + +normalize-path@^3.0.0, normalize-path@~3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" + integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== + +normalize-range@^0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942" + integrity sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA== + +object-assign@^4.0.1, object-assign@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" + integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg== + +object-hash@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-3.0.0.tgz#73f97f753e7baffc0e2cc9d6e079079744ac82e9" + integrity sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw== + +object-inspect@^1.13.1: + version "1.13.2" + resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.2.tgz#dea0088467fb991e67af4058147a24824a3043ff" + integrity sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g== + +object-keys@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" + integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== + +object.assign@^4.1.4, object.assign@^4.1.5: + version "4.1.5" + resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.5.tgz#3a833f9ab7fdb80fc9e8d2300c803d216d8fdbb0" + integrity sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ== + dependencies: + call-bind "^1.0.5" + define-properties "^1.2.1" + has-symbols "^1.0.3" + object-keys "^1.1.1" + +object.entries@^1.1.8: + version "1.1.8" + resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.8.tgz#bffe6f282e01f4d17807204a24f8edd823599c41" + integrity sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ== + dependencies: + call-bind "^1.0.7" + define-properties "^1.2.1" + es-object-atoms "^1.0.0" + +object.fromentries@^2.0.8: + version "2.0.8" + resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.8.tgz#f7195d8a9b97bd95cbc1999ea939ecd1a2b00c65" + integrity sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ== + dependencies: + call-bind "^1.0.7" + define-properties "^1.2.1" + es-abstract "^1.23.2" + es-object-atoms "^1.0.0" + +object.values@^1.1.6, object.values@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.0.tgz#65405a9d92cee68ac2d303002e0b8470a4d9ab1b" + integrity sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ== + dependencies: + call-bind "^1.0.7" + define-properties "^1.2.1" + es-object-atoms "^1.0.0" + +once@^1.3.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" + integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w== + dependencies: + wrappy "1" + +optionator@^0.9.3: + version "0.9.4" + resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.4.tgz#7ea1c1a5d91d764fb282139c88fe11e182a3a734" + integrity sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g== + dependencies: + deep-is "^0.1.3" + fast-levenshtein "^2.0.6" + levn "^0.4.1" + prelude-ls "^1.2.1" + type-check "^0.4.0" + word-wrap "^1.2.5" + +p-limit@^3.0.2: + version "3.1.0" + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b" + integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ== + dependencies: + yocto-queue "^0.1.0" + +p-locate@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834" + integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw== + dependencies: + p-limit "^3.0.2" + +package-json-from-dist@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00" + integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw== + +parent-module@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2" + integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== + dependencies: + callsites "^3.0.0" + +parse-code-context@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/parse-code-context/-/parse-code-context-1.0.0.tgz#718c295c593d0d19a37f898473268cc75e98de1e" + integrity sha512-OZQaqKaQnR21iqhlnPfVisFjBWjhnMl5J9MgbP8xC+EwoVqbXrq78lp+9Zb3ahmLzrIX5Us/qbvBnaS3hkH6OA== + +path-exists@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3" + integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== + +path-is-absolute@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" + integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg== + +path-key@^3.1.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" + integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== + +path-parse@^1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" + integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== + +path-scurry@^1.11.1: + version "1.11.1" + resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2" + integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA== + dependencies: + lru-cache "^10.2.0" + minipass "^5.0.0 || ^6.0.2 || ^7.0.0" + +pathe@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/pathe/-/pathe-1.1.2.tgz#6c4cb47a945692e48a1ddd6e4094d170516437ec" + integrity sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ== + +picocolors@^1.0.0, picocolors@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1" + integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew== + +picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" + integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== + +pify@^2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" + integrity sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog== + +pirates@^4.0.1: + version "4.0.6" + resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.6.tgz#3018ae32ecfcff6c29ba2267cbf21166ac1f36b9" + integrity sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg== + +pkg-types@^1.0.3, pkg-types@^1.1.1: + version "1.1.3" + resolved "https://registry.yarnpkg.com/pkg-types/-/pkg-types-1.1.3.tgz#161bb1242b21daf7795036803f28e30222e476e3" + integrity sha512-+JrgthZG6m3ckicaOB74TwQ+tBWsFl3qVQg7mN8ulwSOElJ7gBhKzj2VkCPnZ4NlF6kEquYU+RIYNVAvzd54UA== + dependencies: + confbox "^0.1.7" + mlly "^1.7.1" + pathe "^1.1.2" + +possible-typed-array-names@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz#89bb63c6fada2c3e90adc4a647beeeb39cc7bf8f" + integrity sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q== + +postcss-import@^15.1.0: + version "15.1.0" + resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-15.1.0.tgz#41c64ed8cc0e23735a9698b3249ffdbf704adc70" + integrity sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew== + dependencies: + postcss-value-parser "^4.0.0" + read-cache "^1.0.0" + resolve "^1.1.7" + +postcss-js@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/postcss-js/-/postcss-js-4.0.1.tgz#61598186f3703bab052f1c4f7d805f3991bee9d2" + integrity sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw== + dependencies: + camelcase-css "^2.0.1" + +postcss-load-config@^4.0.1: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-4.0.2.tgz#7159dcf626118d33e299f485d6afe4aff7c4a3e3" + integrity sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ== + dependencies: + lilconfig "^3.0.0" + yaml "^2.3.4" + +postcss-nested@^6.0.1: + version "6.2.0" + resolved "https://registry.yarnpkg.com/postcss-nested/-/postcss-nested-6.2.0.tgz#4c2d22ab5f20b9cb61e2c5c5915950784d068131" + integrity sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ== + dependencies: + postcss-selector-parser "^6.1.1" + +postcss-selector-parser@^6.0.11, postcss-selector-parser@^6.1.1: + version "6.1.1" + resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.1.1.tgz#5be94b277b8955904476a2400260002ce6c56e38" + integrity sha512-b4dlw/9V8A71rLIDsSwVmak9z2DuBUB7CA1/wSdelNEzqsjoSPeADTWNO09lpH49Diy3/JIZ2bSPB1dI3LJCHg== + dependencies: + cssesc "^3.0.0" + util-deprecate "^1.0.2" + +postcss-value-parser@^4.0.0, postcss-value-parser@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514" + integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== + +postcss@^8.4.23, postcss@^8.4.39: + version "8.4.39" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.39.tgz#aa3c94998b61d3a9c259efa51db4b392e1bde0e3" + integrity sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw== + dependencies: + nanoid "^3.3.7" + picocolors "^1.0.1" + source-map-js "^1.2.0" + +prelude-ls@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" + integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== + +pretty-bytes@^5.3.0: + version "5.6.0" + resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb" + integrity sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg== + +pretty-bytes@^6.1.1: + version "6.1.1" + resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-6.1.1.tgz#38cd6bb46f47afbf667c202cfc754bffd2016a3b" + integrity sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ== + +prop-types@^15.5.8, prop-types@^15.7.1, prop-types@^15.8.1: + version "15.8.1" + resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5" + integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg== + dependencies: + loose-envify "^1.4.0" + object-assign "^4.1.1" + react-is "^16.13.1" + +proxy-from-env@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2" + integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg== + +punycode@^2.1.0: + version "2.3.1" + resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5" + integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg== + +queue-microtask@^1.2.2: + version "1.2.3" + resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243" + integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== + +randombytes@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a" + integrity sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== + dependencies: + safe-buffer "^5.1.0" + +react-contenteditable@^3.3.7: + version "3.3.7" + resolved "https://registry.yarnpkg.com/react-contenteditable/-/react-contenteditable-3.3.7.tgz#18dd1f281841ba2c2b306e2d28278bc31b7929ed" + integrity sha512-GA9NbC0DkDdpN3iGvib/OMHWTJzDX2cfkgy5Tt98JJAbA3kLnyrNbBIpsSpPpq7T8d3scD39DHP+j8mAM7BIfQ== + dependencies: + fast-deep-equal "^3.1.3" + prop-types "^15.7.1" + +react-dom@^18.3.1: + version "18.3.1" + resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4" + integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw== + dependencies: + loose-envify "^1.1.0" + scheduler "^0.23.2" + +react-iconly@^2.2.10: + version "2.2.10" + resolved "https://registry.yarnpkg.com/react-iconly/-/react-iconly-2.2.10.tgz#da7719a2f99d52dff53e318aa6b9b2a02f274d12" + integrity sha512-AZYJRzXMj7yw+KIFUkom3cWhvfbrdlbOLbBDuFnPJrbrgynmNCcJhX8dIQ/JGKq5XDo1P9j8Gico0xZnV/bXWA== + +react-is@^16.13.1: + version "16.13.1" + resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" + integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== + +react-loading@^2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/react-loading/-/react-loading-2.0.3.tgz#e8138fb0c3e4674e481b320802ac7048ae14ffb9" + integrity sha512-Vdqy79zq+bpeWJqC+xjltUjuGApyoItPgL0vgVfcJHhqwU7bAMKzysfGW/ADu6i0z0JiOCRJjo+IkFNkRNbA3A== + +react-modern-drawer@^1.3.1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/react-modern-drawer/-/react-modern-drawer-1.3.1.tgz#07db41bf5a45c7177b61e49c26e3950061c227ab" + integrity sha512-bT4KLgrnu98dL9NUpiHbg6dpp4zRH7M+VlS1zK6zCFgn6OLxjGEBRTf2ZYfVcibLGTkoRJxfD5l7zTqWtDLp+w== + +react-redux@^9.1.2: + version "9.1.2" + resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-9.1.2.tgz#deba38c64c3403e9abd0c3fbeab69ffd9d8a7e4b" + integrity sha512-0OA4dhM1W48l3uzmv6B7TXPCGmokUU4p1M44DGN2/D9a1FjVPukVjER1PcPX97jIg6aUeLq1XJo1IpfbgULn0w== + dependencies: + "@types/use-sync-external-store" "^0.0.3" + use-sync-external-store "^1.0.0" + +react-refresh@^0.10.0: + version "0.10.0" + resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.10.0.tgz#2f536c9660c0b9b1d500684d9e52a65e7404f7e3" + integrity sha512-PgidR3wST3dDYKr6b4pJoqQFpPGNKDSCDx4cZoshjXipw3LzO7mG1My2pwEzz2JVkF+inx3xRpDeQLFQGH/hsQ== + +react-refresh@^0.14.2: + version "0.14.2" + resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.14.2.tgz#3833da01ce32da470f1f936b9d477da5c7028bf9" + integrity sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA== + +react-router-dom@^6.25.1: + version "6.25.1" + resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.25.1.tgz#b89f8d63fc8383ea4e89c44bf31c5843e1f7afa0" + integrity sha512-0tUDpbFvk35iv+N89dWNrJp+afLgd+y4VtorJZuOCXK0kkCWjEvb3vTJM++SYvMEpbVwXKf3FjeVveVEb6JpDQ== + dependencies: + "@remix-run/router" "1.18.0" + react-router "6.25.1" + +react-router@6.25.1: + version "6.25.1" + resolved "https://registry.yarnpkg.com/react-router/-/react-router-6.25.1.tgz#70b4f1af79954cfcfd23f6ddf5c883e8c904203e" + integrity sha512-u8ELFr5Z6g02nUtpPAggP73Jigj1mRePSwhS/2nkTrlPU5yEkH1vYzWNyvSnSzeeE2DNqWdH+P8OhIh9wuXhTw== + dependencies: + "@remix-run/router" "1.18.0" + +react-spring-bottom-sheet@^3.4.1: + version "3.4.1" + resolved "https://registry.yarnpkg.com/react-spring-bottom-sheet/-/react-spring-bottom-sheet-3.4.1.tgz#9a4f90b1c0af17eb4a22a606a5efc5d6e62c7b0c" + integrity sha512-yDFqiPMm/fjefjnOe6Q9zxccbCl6HMUKsK5bWgfGHJIj4zmXVKio5d4icQvmOLuwpuCA2pwv4J6nGWS6fUZidQ== + dependencies: + "@juggle/resize-observer" "^3.2.0" + "@reach/portal" "^0.13.0" + "@xstate/react" "^1.2.0" + body-scroll-lock "^3.1.5" + focus-trap "^6.2.2" + react-spring "^8.0.27" + react-use-gesture "^8.0.1" + xstate "^4.15.1" + +react-spring@^8.0.27: + version "8.0.27" + resolved "https://registry.yarnpkg.com/react-spring/-/react-spring-8.0.27.tgz#97d4dee677f41e0b2adcb696f3839680a3aa356a" + integrity sha512-nDpWBe3ZVezukNRandTeLSPcwwTMjNVu1IDq9qA/AMiUqHuRN4BeSWvKr3eIxxg1vtiYiOLy4FqdfCP5IoP77g== + dependencies: + "@babel/runtime" "^7.3.1" + prop-types "^15.5.8" + +react-toastify@^10.0.5: + version "10.0.5" + resolved "https://registry.yarnpkg.com/react-toastify/-/react-toastify-10.0.5.tgz#6b8f8386060c5c856239f3036d1e76874ce3bd1e" + integrity sha512-mNKt2jBXJg4O7pSdbNUfDdTsK9FIdikfsIE/yUCxbAEXl4HMyJaivrVFcn3Elvt5xvCQYhUZm+hqTIu1UXM3Pw== + dependencies: + clsx "^2.1.0" + +react-topbar-progress-indicator@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/react-topbar-progress-indicator/-/react-topbar-progress-indicator-4.1.1.tgz#58d89114b8ddc2ec6e6235495bff7ab39900d100" + integrity sha512-Oy3ENNKfymt16zoz5SYy/WOepMurB0oeZEyvuHm8JZ3jrTCe1oAUD7fG6HhYt5sg8Wcg5gdkzSWItaFF6c6VhA== + dependencies: + topbar "^0.1.3" + +react-use-gesture@^8.0.1: + version "8.0.1" + resolved "https://registry.yarnpkg.com/react-use-gesture/-/react-use-gesture-8.0.1.tgz#4360c0f7c9e26baf9fbe58f63fc9de7ef699c17f" + integrity sha512-CXzUNkulUdgouaAlvAsC5ZVo0fi9KGSBSk81WrE4kOIcJccpANe9zZkAYr5YZZhqpicIFxitsrGVS4wmoMun9A== + +react@^18.3.1: + version "18.3.1" + resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891" + integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ== + dependencies: + loose-envify "^1.1.0" + +read-cache@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/read-cache/-/read-cache-1.0.0.tgz#e664ef31161166c9751cdbe8dbcf86b5fb58f774" + integrity sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA== + dependencies: + pify "^2.3.0" + +readdirp@~3.6.0: + version "3.6.0" + resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7" + integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA== + dependencies: + picomatch "^2.2.1" + +redux-devtools-extension@^2.13.9: + version "2.13.9" + resolved "https://registry.yarnpkg.com/redux-devtools-extension/-/redux-devtools-extension-2.13.9.tgz#6b764e8028b507adcb75a1cae790f71e6be08ae7" + integrity sha512-cNJ8Q/EtjhQaZ71c8I9+BPySIBVEKssbPpskBfsXqb8HJ002A3KRVHfeRzwRo6mGPqsm7XuHTqNSNeS1Khig0A== + +redux-thunk@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/redux-thunk/-/redux-thunk-3.1.0.tgz#94aa6e04977c30e14e892eae84978c1af6058ff3" + integrity sha512-NW2r5T6ksUKXCabzhL9z+h206HQw/NJkcLm1GPImRQ8IzfXwRGqjVhKJGauHirT0DAuyy6hjdnMZaRoAcy0Klw== + +redux@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/redux/-/redux-5.0.1.tgz#97fa26881ce5746500125585d5642c77b6e9447b" + integrity sha512-M9/ELqF6fy8FwmkpnF0S3YKOqMyoWJ4+CS5Efg2ct3oY9daQvd/Pc71FpGZsVsbl3Cpb+IIcjBDUnnyBdQbq4w== + +reflect.getprototypeof@^1.0.4: + version "1.0.6" + resolved "https://registry.yarnpkg.com/reflect.getprototypeof/-/reflect.getprototypeof-1.0.6.tgz#3ab04c32a8390b770712b7a8633972702d278859" + integrity sha512-fmfw4XgoDke3kdI6h4xcUz1dG8uaiv5q9gcEwLS4Pnth2kxT+GZ7YehS1JTMGBQmtV7Y4GFGbs2re2NqhdozUg== + dependencies: + call-bind "^1.0.7" + define-properties "^1.2.1" + es-abstract "^1.23.1" + es-errors "^1.3.0" + get-intrinsic "^1.2.4" + globalthis "^1.0.3" + which-builtin-type "^1.1.3" + +regenerate-unicode-properties@^10.1.0: + version "10.1.1" + resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz#6b0e05489d9076b04c436f318d9b067bba459480" + integrity sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q== + dependencies: + regenerate "^1.4.2" + +regenerate@^1.4.2: + version "1.4.2" + resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a" + integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A== + +regenerator-runtime@^0.14.0: + version "0.14.1" + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f" + integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw== + +regenerator-transform@^0.15.2: + version "0.15.2" + resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.15.2.tgz#5bbae58b522098ebdf09bca2f83838929001c7a4" + integrity sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg== + dependencies: + "@babel/runtime" "^7.8.4" + +regexp.prototype.flags@^1.5.2: + version "1.5.2" + resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz#138f644a3350f981a858c44f6bb1a61ff59be334" + integrity sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw== + dependencies: + call-bind "^1.0.6" + define-properties "^1.2.1" + es-errors "^1.3.0" + set-function-name "^2.0.1" + +regexpu-core@^5.3.1: + version "5.3.2" + resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-5.3.2.tgz#11a2b06884f3527aec3e93dbbf4a3b958a95546b" + integrity sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ== + 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" + +regjsparser@^0.9.1: + version "0.9.1" + resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.9.1.tgz#272d05aa10c7c1f67095b1ff0addae8442fc5709" + integrity sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ== + dependencies: + jsesc "~0.5.0" + +require-from-string@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909" + integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw== + +resolve-from@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" + integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== + +resolve@^1.1.7, resolve@^1.14.2, resolve@^1.22.1, resolve@^1.22.2: + version "1.22.8" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d" + integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw== + dependencies: + is-core-module "^2.13.0" + path-parse "^1.0.7" + supports-preserve-symlinks-flag "^1.0.0" + +resolve@^2.0.0-next.5: + version "2.0.0-next.5" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.5.tgz#6b0ec3107e671e52b68cd068ef327173b90dc03c" + integrity sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA== + dependencies: + is-core-module "^2.13.0" + path-parse "^1.0.7" + supports-preserve-symlinks-flag "^1.0.0" + +reusify@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" + integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== + +rimraf@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" + integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== + dependencies: + glob "^7.1.3" + +rollup@^2.43.1: + version "2.79.1" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.1.tgz#bedee8faef7c9f93a2647ac0108748f497f081c7" + integrity sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw== + optionalDependencies: + fsevents "~2.3.2" + +rollup@^4.13.0: + version "4.19.0" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.19.0.tgz#83b08cc0b2bc38c26c194cb7f2cdabd84a2a8c02" + integrity sha512-5r7EYSQIowHsK4eTZ0Y81qpZuJz+MUuYeqmmYmRMl1nwhdmbiYqt5jwzf6u7wyOzJgYqtCRMtVRKOtHANBz7rA== + dependencies: + "@types/estree" "1.0.5" + optionalDependencies: + "@rollup/rollup-android-arm-eabi" "4.19.0" + "@rollup/rollup-android-arm64" "4.19.0" + "@rollup/rollup-darwin-arm64" "4.19.0" + "@rollup/rollup-darwin-x64" "4.19.0" + "@rollup/rollup-linux-arm-gnueabihf" "4.19.0" + "@rollup/rollup-linux-arm-musleabihf" "4.19.0" + "@rollup/rollup-linux-arm64-gnu" "4.19.0" + "@rollup/rollup-linux-arm64-musl" "4.19.0" + "@rollup/rollup-linux-powerpc64le-gnu" "4.19.0" + "@rollup/rollup-linux-riscv64-gnu" "4.19.0" + "@rollup/rollup-linux-s390x-gnu" "4.19.0" + "@rollup/rollup-linux-x64-gnu" "4.19.0" + "@rollup/rollup-linux-x64-musl" "4.19.0" + "@rollup/rollup-win32-arm64-msvc" "4.19.0" + "@rollup/rollup-win32-ia32-msvc" "4.19.0" + "@rollup/rollup-win32-x64-msvc" "4.19.0" + fsevents "~2.3.2" + +run-parallel@^1.1.9: + version "1.2.0" + resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee" + integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA== + dependencies: + queue-microtask "^1.2.2" + +safe-array-concat@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/safe-array-concat/-/safe-array-concat-1.1.2.tgz#81d77ee0c4e8b863635227c721278dd524c20edb" + integrity sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q== + dependencies: + call-bind "^1.0.7" + get-intrinsic "^1.2.4" + has-symbols "^1.0.3" + isarray "^2.0.5" + +safe-buffer@^5.1.0: + version "5.2.1" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" + integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== + +safe-regex-test@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/safe-regex-test/-/safe-regex-test-1.0.3.tgz#a5b4c0f06e0ab50ea2c395c14d8371232924c377" + integrity sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw== + dependencies: + call-bind "^1.0.6" + es-errors "^1.3.0" + is-regex "^1.1.4" + +sass@^1.77.8: + version "1.77.8" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.77.8.tgz#9f18b449ea401759ef7ec1752a16373e296b52bd" + integrity sha512-4UHg6prsrycW20fqLGPShtEvo/WyHRVRHwOP4DzkUrObWoWI05QBSfzU71TVB7PFaL104TwNaHpjlWXAZbQiNQ== + dependencies: + chokidar ">=3.0.0 <4.0.0" + immutable "^4.0.0" + source-map-js ">=0.6.2 <2.0.0" + +scheduler@^0.23.2: + version "0.23.2" + resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.2.tgz#414ba64a3b282892e944cf2108ecc078d115cdc3" + integrity sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ== + dependencies: + loose-envify "^1.1.0" + +semver@^6.3.1: + version "6.3.1" + resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" + integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== + +serialize-javascript@^6.0.1: + version "6.0.2" + resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.2.tgz#defa1e055c83bf6d59ea805d8da862254eb6a6c2" + integrity sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g== + dependencies: + randombytes "^2.1.0" + +set-function-length@^1.2.1: + version "1.2.2" + resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.2.tgz#aac72314198eaed975cf77b2c3b6b880695e5449" + integrity sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg== + dependencies: + define-data-property "^1.1.4" + es-errors "^1.3.0" + function-bind "^1.1.2" + get-intrinsic "^1.2.4" + gopd "^1.0.1" + has-property-descriptors "^1.0.2" + +set-function-name@^2.0.1, set-function-name@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/set-function-name/-/set-function-name-2.0.2.tgz#16a705c5a0dc2f5e638ca96d8a8cd4e1c2b90985" + integrity sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ== + dependencies: + define-data-property "^1.1.4" + es-errors "^1.3.0" + functions-have-names "^1.2.3" + has-property-descriptors "^1.0.2" + +shebang-command@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" + integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== + dependencies: + shebang-regex "^3.0.0" + +shebang-regex@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" + integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== + +side-channel@^1.0.4, side-channel@^1.0.6: + version "1.0.6" + resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.6.tgz#abd25fb7cd24baf45466406b1096b7831c9215f2" + integrity sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA== + dependencies: + call-bind "^1.0.7" + es-errors "^1.3.0" + get-intrinsic "^1.2.4" + object-inspect "^1.13.1" + +signal-exit@^4.0.1: + version "4.1.0" + resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04" + integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw== + +smob@^1.0.0: + version "1.5.0" + resolved "https://registry.yarnpkg.com/smob/-/smob-1.5.0.tgz#85d79a1403abf128d24d3ebc1cdc5e1a9548d3ab" + integrity sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig== + +"source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.0.tgz#16b809c162517b5b8c3e7dcd315a2a5c2612b2af" + integrity sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg== + +source-map-support@~0.5.20: + version "0.5.21" + resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f" + integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w== + dependencies: + buffer-from "^1.0.0" + source-map "^0.6.0" + +source-map@^0.6.0: + version "0.6.1" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" + integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== + +source-map@^0.8.0-beta.0: + version "0.8.0-beta.0" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.8.0-beta.0.tgz#d4c1bb42c3f7ee925f005927ba10709e0d1d1f11" + integrity sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA== + dependencies: + whatwg-url "^7.0.0" + +sourcemap-codec@^1.4.8: + version "1.4.8" + resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz#ea804bd94857402e6992d05a38ef1ae35a9ab4c4" + integrity sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA== + +"string-width-cjs@npm:string-width@^4.2.0": + version "4.2.3" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" + +string-width@^4.1.0: + version "4.2.3" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" + +string-width@^5.0.1, string-width@^5.1.2: + version "5.1.2" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794" + integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA== + dependencies: + eastasianwidth "^0.2.0" + emoji-regex "^9.2.2" + strip-ansi "^7.0.1" + +string.prototype.matchall@^4.0.11, string.prototype.matchall@^4.0.6: + version "4.0.11" + resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.11.tgz#1092a72c59268d2abaad76582dccc687c0297e0a" + integrity sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg== + dependencies: + call-bind "^1.0.7" + define-properties "^1.2.1" + es-abstract "^1.23.2" + es-errors "^1.3.0" + es-object-atoms "^1.0.0" + get-intrinsic "^1.2.4" + gopd "^1.0.1" + has-symbols "^1.0.3" + internal-slot "^1.0.7" + regexp.prototype.flags "^1.5.2" + set-function-name "^2.0.2" + side-channel "^1.0.6" + +string.prototype.repeat@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/string.prototype.repeat/-/string.prototype.repeat-1.0.0.tgz#e90872ee0308b29435aa26275f6e1b762daee01a" + integrity sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w== + dependencies: + define-properties "^1.1.3" + es-abstract "^1.17.5" + +string.prototype.trim@^1.2.9: + version "1.2.9" + resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz#b6fa326d72d2c78b6df02f7759c73f8f6274faa4" + integrity sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw== + dependencies: + call-bind "^1.0.7" + define-properties "^1.2.1" + es-abstract "^1.23.0" + es-object-atoms "^1.0.0" + +string.prototype.trimend@^1.0.8: + version "1.0.8" + resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz#3651b8513719e8a9f48de7f2f77640b26652b229" + integrity sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ== + dependencies: + call-bind "^1.0.7" + define-properties "^1.2.1" + es-object-atoms "^1.0.0" + +string.prototype.trimstart@^1.0.8: + version "1.0.8" + resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz#7ee834dda8c7c17eff3118472bb35bfedaa34dde" + integrity sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg== + dependencies: + call-bind "^1.0.7" + define-properties "^1.2.1" + es-object-atoms "^1.0.0" + +stringify-object@^3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/stringify-object/-/stringify-object-3.3.0.tgz#703065aefca19300d3ce88af4f5b3956d7556629" + integrity sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw== + dependencies: + get-own-enumerable-property-symbols "^3.0.0" + is-obj "^1.0.1" + is-regexp "^1.0.0" + +"strip-ansi-cjs@npm:strip-ansi@^6.0.1": + version "6.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== + dependencies: + ansi-regex "^5.0.1" + +strip-ansi@^6.0.0, strip-ansi@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== + dependencies: + ansi-regex "^5.0.1" + +strip-ansi@^7.0.1: + version "7.1.0" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45" + integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ== + dependencies: + ansi-regex "^6.0.1" + +strip-comments@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/strip-comments/-/strip-comments-2.0.1.tgz#4ad11c3fbcac177a67a40ac224ca339ca1c1ba9b" + integrity sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw== + +strip-json-comments@^3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" + integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== + +sucrase@^3.32.0: + version "3.35.0" + resolved "https://registry.yarnpkg.com/sucrase/-/sucrase-3.35.0.tgz#57f17a3d7e19b36d8995f06679d121be914ae263" + integrity sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA== + dependencies: + "@jridgewell/gen-mapping" "^0.3.2" + commander "^4.0.0" + glob "^10.3.10" + lines-and-columns "^1.1.6" + mz "^2.7.0" + pirates "^4.0.1" + ts-interface-checker "^0.1.9" + +supports-color@^5.3.0: + version "5.5.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" + integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== + dependencies: + has-flag "^3.0.0" + +supports-color@^7.1.0: + version "7.2.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da" + integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== + dependencies: + has-flag "^4.0.0" + +supports-preserve-symlinks-flag@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" + integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== + +tabbable@^5.3.3: + version "5.3.3" + resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-5.3.3.tgz#aac0ff88c73b22d6c3c5a50b1586310006b47fbf" + integrity sha512-QD9qKY3StfbZqWOPLp0++pOrAVb/HbUi5xCc8cUo4XjP19808oaMiDzn0leBY5mCespIBM0CIZePzZjgzR83kA== + +tailwindcss@^3.4.6: + version "3.4.6" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.6.tgz#41faae16607e0916da1eaa4a3b44053457ba70dd" + integrity sha512-1uRHzPB+Vzu57ocybfZ4jh5Q3SdlH7XW23J5sQoM9LhE9eIOlzxer/3XPSsycvih3rboRsvt0QCmzSrqyOYUIA== + dependencies: + "@alloc/quick-lru" "^5.2.0" + arg "^5.0.2" + chokidar "^3.5.3" + didyoumean "^1.2.2" + dlv "^1.1.3" + fast-glob "^3.3.0" + glob-parent "^6.0.2" + is-glob "^4.0.3" + jiti "^1.21.0" + lilconfig "^2.1.0" + micromatch "^4.0.5" + normalize-path "^3.0.0" + object-hash "^3.0.0" + picocolors "^1.0.0" + postcss "^8.4.23" + postcss-import "^15.1.0" + postcss-js "^4.0.1" + postcss-load-config "^4.0.1" + postcss-nested "^6.0.1" + postcss-selector-parser "^6.0.11" + resolve "^1.22.2" + sucrase "^3.32.0" + +temp-dir@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-2.0.0.tgz#bde92b05bdfeb1516e804c9c00ad45177f31321e" + integrity sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg== + +tempy@^0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/tempy/-/tempy-0.6.0.tgz#65e2c35abc06f1124a97f387b08303442bde59f3" + integrity sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw== + dependencies: + is-stream "^2.0.0" + temp-dir "^2.0.0" + type-fest "^0.16.0" + unique-string "^2.0.0" + +terser@^5.17.4: + version "5.31.3" + resolved "https://registry.yarnpkg.com/terser/-/terser-5.31.3.tgz#b24b7beb46062f4653f049eea4f0cd165d0f0c38" + integrity sha512-pAfYn3NIZLyZpa83ZKigvj6Rn9c/vd5KfYGX7cN1mnzqgDcxWvrU5ZtAfIKhEXz9nRecw4z3LXkjaq96/qZqAA== + dependencies: + "@jridgewell/source-map" "^0.3.3" + acorn "^8.8.2" + commander "^2.20.0" + source-map-support "~0.5.20" + +text-table@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" + integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw== + +thenify-all@^1.0.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/thenify-all/-/thenify-all-1.6.0.tgz#1a1918d402d8fc3f98fbf234db0bcc8cc10e9726" + integrity sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA== + dependencies: + thenify ">= 3.1.0 < 4" + +"thenify@>= 3.1.0 < 4": + version "3.3.1" + resolved "https://registry.yarnpkg.com/thenify/-/thenify-3.3.1.tgz#8932e686a4066038a016dd9e2ca46add9838a95f" + integrity sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw== + dependencies: + any-promise "^1.0.0" + +to-fast-properties@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" + integrity sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog== + +to-regex-range@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" + integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== + dependencies: + is-number "^7.0.0" + +topbar@^0.1.3: + version "0.1.4" + resolved "https://registry.yarnpkg.com/topbar/-/topbar-0.1.4.tgz#d050e536ef5053d9629499ed71008b88cb2398fb" + integrity sha512-P3n4WnN4GFd2mQXDo30rQmsAGe4V1bVkggtTreSbNyL50Fyc+eVkW5oatSLeGQmJoan2TLIgoXUZypN+6nw4MQ== + +tr46@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/tr46/-/tr46-1.0.1.tgz#a8b13fd6bfd2489519674ccde55ba3693b706d09" + integrity sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA== + dependencies: + punycode "^2.1.0" + +ts-interface-checker@^0.1.9: + version "0.1.13" + resolved "https://registry.yarnpkg.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz#784fd3d679722bc103b1b4b8030bcddb5db2a699" + integrity sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA== + +tslib@^2.1.0, tslib@^2.4.0: + version "2.6.3" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0" + integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ== + +type-check@^0.4.0, type-check@~0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1" + integrity sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew== + dependencies: + prelude-ls "^1.2.1" + +type-fest@^0.16.0: + version "0.16.0" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.16.0.tgz#3240b891a78b0deae910dbeb86553e552a148860" + integrity sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg== + +type-fest@^0.20.2: + version "0.20.2" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4" + integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== + +typed-array-buffer@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz#1867c5d83b20fcb5ccf32649e5e2fc7424474ff3" + integrity sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ== + dependencies: + call-bind "^1.0.7" + es-errors "^1.3.0" + is-typed-array "^1.1.13" + +typed-array-byte-length@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz#d92972d3cff99a3fa2e765a28fcdc0f1d89dec67" + integrity sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw== + dependencies: + call-bind "^1.0.7" + for-each "^0.3.3" + gopd "^1.0.1" + has-proto "^1.0.3" + is-typed-array "^1.1.13" + +typed-array-byte-offset@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz#f9ec1acb9259f395093e4567eb3c28a580d02063" + integrity sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA== + dependencies: + available-typed-arrays "^1.0.7" + call-bind "^1.0.7" + for-each "^0.3.3" + gopd "^1.0.1" + has-proto "^1.0.3" + is-typed-array "^1.1.13" + +typed-array-length@^1.0.6: + version "1.0.6" + resolved "https://registry.yarnpkg.com/typed-array-length/-/typed-array-length-1.0.6.tgz#57155207c76e64a3457482dfdc1c9d1d3c4c73a3" + integrity sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g== + dependencies: + call-bind "^1.0.7" + for-each "^0.3.3" + gopd "^1.0.1" + has-proto "^1.0.3" + is-typed-array "^1.1.13" + possible-typed-array-names "^1.0.0" + +ufo@^1.5.3: + version "1.5.4" + resolved "https://registry.yarnpkg.com/ufo/-/ufo-1.5.4.tgz#16d6949674ca0c9e0fbbae1fa20a71d7b1ded754" + integrity sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ== + +unbox-primitive@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.2.tgz#29032021057d5e6cdbd08c5129c226dff8ed6f9e" + integrity sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw== + dependencies: + call-bind "^1.0.2" + has-bigints "^1.0.2" + has-symbols "^1.0.3" + which-boxed-primitive "^1.0.2" + +unicode-canonical-property-names-ecmascript@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc" + integrity sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ== + +unicode-match-property-ecmascript@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz#54fd16e0ecb167cf04cf1f756bdcc92eba7976c3" + integrity sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q== + dependencies: + unicode-canonical-property-names-ecmascript "^2.0.0" + unicode-property-aliases-ecmascript "^2.0.0" + +unicode-match-property-value-ecmascript@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz#cb5fffdcd16a05124f5a4b0bf7c3770208acbbe0" + integrity sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA== + +unicode-property-aliases-ecmascript@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz#43d41e3be698bd493ef911077c9b131f827e8ccd" + integrity sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w== + +unique-string@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-2.0.0.tgz#39c6451f81afb2749de2b233e3f7c5e8843bd89d" + integrity sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg== + dependencies: + crypto-random-string "^2.0.0" + +universalify@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.1.tgz#168efc2180964e6386d061e094df61afe239b18d" + integrity sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw== + +upath@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894" + integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg== + +update-browserslist-db@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz#7ca61c0d8650766090728046e416a8cde682859e" + integrity sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ== + dependencies: + escalade "^3.1.2" + picocolors "^1.0.1" + +uri-js@^4.2.2: + version "4.4.1" + resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e" + integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg== + dependencies: + punycode "^2.1.0" + +use-isomorphic-layout-effect@^1.0.0: + version "1.1.2" + resolved "https://registry.yarnpkg.com/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.1.2.tgz#497cefb13d863d687b08477d9e5a164ad8c1a6fb" + integrity sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA== + +use-subscription@^1.3.0: + version "1.8.2" + resolved "https://registry.yarnpkg.com/use-subscription/-/use-subscription-1.8.2.tgz#d14ba39593164bbfddc7a3fed7216062b42375c8" + integrity sha512-yC2ShScvQ1lAGRp5Y6pz1MqBIU81REfJ/sQIe16BCgKK9mRlZCnU90uY0alKsN6e/Next0vXTsvH3HbAfdH68w== + dependencies: + use-sync-external-store "^1.2.2" + +use-sync-external-store@^1.0.0, use-sync-external-store@^1.2.2: + version "1.2.2" + resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.2.2.tgz#c3b6390f3a30eba13200d2302dcdf1e7b57b2ef9" + integrity sha512-PElTlVMwpblvbNqQ82d2n6RjStvdSoNe9FG28kNfz3WiXilJm4DdNkEzRhCZuIDwY8U08WVihhGR5iRqAwfDiw== + +util-deprecate@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" + integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== + +vite-plugin-compression@^0.5.1: + version "0.5.1" + resolved "https://registry.yarnpkg.com/vite-plugin-compression/-/vite-plugin-compression-0.5.1.tgz#a75b0d8f48357ebb377b65016da9f20885ef39b6" + integrity sha512-5QJKBDc+gNYVqL/skgFAP81Yuzo9R+EAf19d+EtsMF/i8kFUpNi3J/H01QD3Oo8zBQn+NzoCIFkpPLynoOzaJg== + dependencies: + chalk "^4.1.2" + debug "^4.3.3" + fs-extra "^10.0.0" + +vite-plugin-monaco-editor@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/vite-plugin-monaco-editor/-/vite-plugin-monaco-editor-1.1.0.tgz#a6238c2e13d5e98dd54a1bc51f6f189325219de3" + integrity sha512-IvtUqZotrRoVqwT0PBBDIZPNraya3BxN/bfcNfnxZ5rkJiGcNtO5eAOWWSgT7zullIAEqQwxMU83yL9J5k7gww== + +vite-plugin-pages@^0.32.3: + version "0.32.3" + resolved "https://registry.yarnpkg.com/vite-plugin-pages/-/vite-plugin-pages-0.32.3.tgz#f69597ba75a53b041dad45594bf510a006341bc2" + integrity sha512-1vmKwc9e+lRBLkpTAMUNSVV3BglyE+DRa0iivpe6q3pbOCGkAHHSUp8f6yceXC8+lu/kFgH60vm5vK6IHyvdVw== + dependencies: + "@types/debug" "^4.1.12" + debug "^4.3.5" + dequal "^2.0.3" + extract-comments "^1.1.0" + fast-glob "^3.3.2" + json5 "^2.2.3" + local-pkg "^0.5.0" + picocolors "^1.0.1" + yaml "^2.4.5" + +vite-plugin-pwa@^0.20.0: + version "0.20.0" + resolved "https://registry.yarnpkg.com/vite-plugin-pwa/-/vite-plugin-pwa-0.20.0.tgz#1785c8cc8c11c89c0ba8c6557f29e2b58b14dd6d" + integrity sha512-/kDZyqF8KqoXRpMUQtR5Atri/7BWayW8Gp7Kz/4bfstsV6zSFTxjREbXZYL7zSuRL40HGA+o2hvUAFRmC+bL7g== + dependencies: + debug "^4.3.4" + fast-glob "^3.3.2" + pretty-bytes "^6.1.1" + workbox-build "^7.1.0" + workbox-window "^7.1.0" + +vite@^5.3.4: + version "5.3.4" + resolved "https://registry.yarnpkg.com/vite/-/vite-5.3.4.tgz#b36ebd47c8a5e3a8727046375d5f10bf9fdf8715" + integrity sha512-Cw+7zL3ZG9/NZBB8C+8QbQZmR54GwqIz+WMI4b3JgdYJvX+ny9AjJXqkGQlDXSXRP9rP0B4tbciRMOVEKulVOA== + dependencies: + esbuild "^0.21.3" + postcss "^8.4.39" + rollup "^4.13.0" + optionalDependencies: + fsevents "~2.3.3" + +warning@^4.0.3: + version "4.0.3" + resolved "https://registry.yarnpkg.com/warning/-/warning-4.0.3.tgz#16e9e077eb8a86d6af7d64aa1e05fd85b4678ca3" + integrity sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w== + dependencies: + loose-envify "^1.0.0" + +webidl-conversions@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad" + integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg== + +whatwg-url@^7.0.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-7.1.0.tgz#c2c492f1eca612988efd3d2266be1b9fc6170d06" + integrity sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg== + dependencies: + lodash.sortby "^4.7.0" + tr46 "^1.0.1" + webidl-conversions "^4.0.2" + +which-boxed-primitive@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6" + integrity sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg== + dependencies: + is-bigint "^1.0.1" + is-boolean-object "^1.1.0" + is-number-object "^1.0.4" + is-string "^1.0.5" + is-symbol "^1.0.3" + +which-builtin-type@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/which-builtin-type/-/which-builtin-type-1.1.3.tgz#b1b8443707cc58b6e9bf98d32110ff0c2cbd029b" + integrity sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw== + dependencies: + function.prototype.name "^1.1.5" + has-tostringtag "^1.0.0" + is-async-function "^2.0.0" + is-date-object "^1.0.5" + is-finalizationregistry "^1.0.2" + is-generator-function "^1.0.10" + is-regex "^1.1.4" + is-weakref "^1.0.2" + isarray "^2.0.5" + which-boxed-primitive "^1.0.2" + which-collection "^1.0.1" + which-typed-array "^1.1.9" + +which-collection@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/which-collection/-/which-collection-1.0.2.tgz#627ef76243920a107e7ce8e96191debe4b16c2a0" + integrity sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw== + dependencies: + is-map "^2.0.3" + is-set "^2.0.3" + is-weakmap "^2.0.2" + is-weakset "^2.0.3" + +which-typed-array@^1.1.14, which-typed-array@^1.1.15, which-typed-array@^1.1.9: + version "1.1.15" + resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.15.tgz#264859e9b11a649b388bfaaf4f767df1f779b38d" + integrity sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA== + dependencies: + available-typed-arrays "^1.0.7" + call-bind "^1.0.7" + for-each "^0.3.3" + gopd "^1.0.1" + has-tostringtag "^1.0.2" + +which@^2.0.1: + version "2.0.2" + resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" + integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== + dependencies: + isexe "^2.0.0" + +word-wrap@^1.2.5: + version "1.2.5" + resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34" + integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA== + +workbox-background-sync@7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/workbox-background-sync/-/workbox-background-sync-7.1.0.tgz#dac65e30af603511f1c92c3e99f53d6c064fde90" + integrity sha512-rMbgrzueVWDFcEq1610YyDW71z0oAXLfdRHRQcKw4SGihkfOK0JUEvqWHFwA6rJ+6TClnMIn7KQI5PNN1XQXwQ== + dependencies: + idb "^7.0.1" + workbox-core "7.1.0" + +workbox-broadcast-update@7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/workbox-broadcast-update/-/workbox-broadcast-update-7.1.0.tgz#fe21c491cc70f1e037898bba63de0752ef59bd82" + integrity sha512-O36hIfhjej/c5ar95pO67k1GQw0/bw5tKP7CERNgK+JdxBANQhDmIuOXZTNvwb2IHBx9hj2kxvcDyRIh5nzOgQ== + dependencies: + workbox-core "7.1.0" + +workbox-build@^7.1.0: + version "7.1.1" + resolved "https://registry.yarnpkg.com/workbox-build/-/workbox-build-7.1.1.tgz#bfbd4c44848c175b7773f921be3597cbfaaef827" + integrity sha512-WdkVdC70VMpf5NBCtNbiwdSZeKVuhTEd5PV3mAwpTQCGAB5XbOny1P9egEgNdetv4srAMmMKjvBk4RD58LpooA== + dependencies: + "@apideck/better-ajv-errors" "^0.3.1" + "@babel/core" "^7.24.4" + "@babel/preset-env" "^7.11.0" + "@babel/runtime" "^7.11.2" + "@rollup/plugin-babel" "^5.2.0" + "@rollup/plugin-node-resolve" "^15.2.3" + "@rollup/plugin-replace" "^2.4.1" + "@rollup/plugin-terser" "^0.4.3" + "@surma/rollup-plugin-off-main-thread" "^2.2.3" + ajv "^8.6.0" + common-tags "^1.8.0" + fast-json-stable-stringify "^2.1.0" + fs-extra "^9.0.1" + glob "^7.1.6" + lodash "^4.17.20" + pretty-bytes "^5.3.0" + rollup "^2.43.1" + source-map "^0.8.0-beta.0" + stringify-object "^3.3.0" + strip-comments "^2.0.1" + tempy "^0.6.0" + upath "^1.2.0" + workbox-background-sync "7.1.0" + workbox-broadcast-update "7.1.0" + workbox-cacheable-response "7.1.0" + workbox-core "7.1.0" + workbox-expiration "7.1.0" + workbox-google-analytics "7.1.0" + workbox-navigation-preload "7.1.0" + workbox-precaching "7.1.0" + workbox-range-requests "7.1.0" + workbox-recipes "7.1.0" + workbox-routing "7.1.0" + workbox-strategies "7.1.0" + workbox-streams "7.1.0" + workbox-sw "7.1.0" + workbox-window "7.1.0" + +workbox-cacheable-response@7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/workbox-cacheable-response/-/workbox-cacheable-response-7.1.0.tgz#d138cc8ef2c32a9f28f29c5b2b0a8681da846c33" + integrity sha512-iwsLBll8Hvua3xCuBB9h92+/e0wdsmSVgR2ZlvcfjepZWwhd3osumQB3x9o7flj+FehtWM2VHbZn8UJeBXXo6Q== + dependencies: + workbox-core "7.1.0" + +workbox-core@7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/workbox-core/-/workbox-core-7.1.0.tgz#1867576f994f20d9991b71a7d0b2581af22db170" + integrity sha512-5KB4KOY8rtL31nEF7BfvU7FMzKT4B5TkbYa2tzkS+Peqj0gayMT9SytSFtNzlrvMaWgv6y/yvP9C0IbpFjV30Q== + +workbox-expiration@7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/workbox-expiration/-/workbox-expiration-7.1.0.tgz#c9d348ffc8c3d1ffdddaf6c37bf5be830a69073e" + integrity sha512-m5DcMY+A63rJlPTbbBNtpJ20i3enkyOtSgYfv/l8h+D6YbbNiA0zKEkCUaMsdDlxggla1oOfRkyqTvl5Ni5KQQ== + dependencies: + idb "^7.0.1" + workbox-core "7.1.0" + +workbox-google-analytics@7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/workbox-google-analytics/-/workbox-google-analytics-7.1.0.tgz#25cca57a05554b6121521590543e59628eb15a65" + integrity sha512-FvE53kBQHfVTcZyczeBVRexhh7JTkyQ8HAvbVY6mXd2n2A7Oyz/9fIwnY406ZcDhvE4NFfKGjW56N4gBiqkrew== + dependencies: + workbox-background-sync "7.1.0" + workbox-core "7.1.0" + workbox-routing "7.1.0" + workbox-strategies "7.1.0" + +workbox-navigation-preload@7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/workbox-navigation-preload/-/workbox-navigation-preload-7.1.0.tgz#2610674d412a1774b5d9f03c9644c9964407b8b6" + integrity sha512-4wyAbo0vNI/X0uWNJhCMKxnPanNyhybsReMGN9QUpaePLTiDpKxPqFxl4oUmBNddPwIXug01eTSLVIFXimRG/A== + dependencies: + workbox-core "7.1.0" + +workbox-precaching@7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/workbox-precaching/-/workbox-precaching-7.1.0.tgz#71e27ec2e85661a41b48dec0c92dae707c429eaa" + integrity sha512-LyxzQts+UEpgtmfnolo0hHdNjoB7EoRWcF7EDslt+lQGd0lW4iTvvSe3v5JiIckQSB5KTW5xiCqjFviRKPj1zA== + dependencies: + workbox-core "7.1.0" + workbox-routing "7.1.0" + workbox-strategies "7.1.0" + +workbox-range-requests@7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/workbox-range-requests/-/workbox-range-requests-7.1.0.tgz#8d4344cd85b87d8077289a64dda59fb614628783" + integrity sha512-m7+O4EHolNs5yb/79CrnwPR/g/PRzMFYEdo01LqwixVnc/sbzNSvKz0d04OE3aMRel1CwAAZQheRsqGDwATgPQ== + dependencies: + workbox-core "7.1.0" + +workbox-recipes@7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/workbox-recipes/-/workbox-recipes-7.1.0.tgz#37625cd2fe7e5decd70c8934a673a7cc080a7675" + integrity sha512-NRrk4ycFN9BHXJB6WrKiRX3W3w75YNrNrzSX9cEZgFB5ubeGoO8s/SDmOYVrFYp9HMw6sh1Pm3eAY/1gVS8YLg== + dependencies: + workbox-cacheable-response "7.1.0" + workbox-core "7.1.0" + workbox-expiration "7.1.0" + workbox-precaching "7.1.0" + workbox-routing "7.1.0" + workbox-strategies "7.1.0" + +workbox-routing@7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/workbox-routing/-/workbox-routing-7.1.0.tgz#c44bda350d1c5eb633ee97a660e64ce5473250c4" + integrity sha512-oOYk+kLriUY2QyHkIilxUlVcFqwduLJB7oRZIENbqPGeBP/3TWHYNNdmGNhz1dvKuw7aqvJ7CQxn27/jprlTdg== + dependencies: + workbox-core "7.1.0" + +workbox-strategies@7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/workbox-strategies/-/workbox-strategies-7.1.0.tgz#a589f2adc0df8f33049c7f4d4cdf4c9556715918" + integrity sha512-/UracPiGhUNehGjRm/tLUQ+9PtWmCbRufWtV0tNrALuf+HZ4F7cmObSEK+E4/Bx1p8Syx2tM+pkIrvtyetdlew== + dependencies: + workbox-core "7.1.0" + +workbox-streams@7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/workbox-streams/-/workbox-streams-7.1.0.tgz#8e080e56b5dee7aa0f956fdd3a10506821d2e786" + integrity sha512-WyHAVxRXBMfysM8ORwiZnI98wvGWTVAq/lOyBjf00pXFvG0mNaVz4Ji+u+fKa/mf1i2SnTfikoYKto4ihHeS6w== + dependencies: + workbox-core "7.1.0" + workbox-routing "7.1.0" + +workbox-sw@7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/workbox-sw/-/workbox-sw-7.1.0.tgz#3df97d7cccb647eb94d66be7dc733c9fda26b9fc" + integrity sha512-Hml/9+/njUXBglv3dtZ9WBKHI235AQJyLBV1G7EFmh4/mUdSQuXui80RtjDeVRrXnm/6QWgRUEHG3/YBVbxtsA== + +workbox-window@7.1.0, workbox-window@^7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/workbox-window/-/workbox-window-7.1.0.tgz#58a90ba89ca35d26f2b322223ee575c750bac7a1" + integrity sha512-ZHeROyqR+AS5UPzholQRDttLFqGMwP0Np8MKWAdyxsDETxq3qOAyXvqessc3GniohG6e0mAqSQyKOHmT8zPF7g== + dependencies: + "@types/trusted-types" "^2.0.2" + workbox-core "7.1.0" + +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" + integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + +wrap-ansi@^8.1.0: + version "8.1.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214" + integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ== + dependencies: + ansi-styles "^6.1.0" + string-width "^5.0.1" + strip-ansi "^7.0.1" + +wrappy@1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" + integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== + +xstate@^4.15.1: + version "4.38.3" + resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.38.3.tgz#4e15e7ad3aa0ca1eea2010548a5379966d8f1075" + integrity sha512-SH7nAaaPQx57dx6qvfcIgqKRXIh4L0A1iYEqim4s1u7c9VoCgzZc+63FY90AKU4ZzOC2cfJzTnpO4zK7fCUzzw== + +yallist@^3.0.2: + version "3.1.1" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" + integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== + +yaml@^2.3.4, yaml@^2.4.5: + version "2.4.5" + resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.4.5.tgz#60630b206dd6d84df97003d33fc1ddf6296cca5e" + integrity sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg== + +yocto-queue@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" + integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==